/* ------ MAN Layout -------------------------------------- */
/* ------ Copyright (c) MAN Truck & Bus UK Ltd ------------ */
/* ------ Layout Styles ----------------------------------- */
/* -------------------------------------------------------- */
/* ------ Intuitiv Limited -------------------------------- */
/* ------ Last Updated 02-12-07 --------------------------- */

body {
	background: #FFFFFF;
	margin: 0;
}
/* -------------------------------------------------------- */
/* START: centralised container */
#holder {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/* END: centralised container */
/* -------------------------------------------------------- */
/* START: element zones */
#logo {
	width: 200px;
	height: 58px;
	position: absolute;
	top: 15px;
	z-index: 10;
}

#group {
	width: 800px;
	position: absolute;
	top: 75px;
	text-align: right;
}

.company {
	font-size: 1.6em;
	font-weight: bold;
	color: #303C49;
}

#footer {
	width: 800px;
	clear: both;
	border-top: 1px solid #cccccc;
	height: 10px;
}

.clear {
	clear: both;
}
/* END: element zones */
/* -------------------------------------------------------- */
/* START: homepage exceptions */
#homefeatimg {
	width: 800px;
	/*position: absolute;*/
	border-top: 108px solid #fff;
	background: #FAB900;
	min-height: 252px;
	z-index: 0;
}

#homecontent {
	width: 800px;
	/*position: absolute;*/
	margin-top: 38px;
}

#homecontent .lhcol {
	width: 400px;
	float: left;
}

#homecontent .rhcol {
	width: 384px;
	float: right;
}

#homecontent .rhcol .news {
	width: 183px;
	float: left;
}

#homecontent .rhcol .links {
	width: 183px;
	float: right;
}

/* Added by Simone 31/10/08 */
.lhcol div {
    margin-bottom: 15px;
}

.links img {
     margin-bottom: 5px;
}

.news span {
    display: block;
    margin-bottom: 10px;
}
/*****/

/* END: homepage exceptions */
/* -------------------------------------------------------- */
/* START: content exceptions */
#content {
	width: 600px;
	/*position: absolute;*/
	border-top: 108px solid #fff;
	/*margin-top: 108px;*/
	padding-left: 200px;
	min-height: 500px;
	/*background: #ff0000;*/
}

#content #featimg {
	width: 600px;
	background: #FAB900;
	min-height: 1px;
	margin-bottom: 18px;
	display: block;
}

#content .lhcol {
	width: 382px;
	float: left;
	padding-left: 18px;
}

#content .span {
	width: 582px;
	padding-left: 18px;
	float: left;
}

#content .span .rcol {
	width: 285px;
	float: right;
}

#content .span .lcol {
	width: 285px;
	float: left;
}

#content .rhcol {
	width: 182px;
	float: right;
}

.contact {
	width: 181px;
	border: 1px solid #D6D8DB;
}

.contact .hd {
	width: 181px;
	background: #D6D8DB;
}

.contact .text {
	width: 171px;
	padding: 5px;
}

.news-thumb {
    float: left; 
    margin: 5px 10px 3px 0; 
    width: 80px; 
    height: 55px; 
    border: 0;
}

/* END: content exceptions */
/* -------------------------------------------------------- */
/* START: footer */
#foot {
	margin-top: 40px;
	border-top: 1px solid #D6D8DB;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 10px;
	position: inherit;
	color: #999;
	clear: both;
}
/* END: footer */
/* -------------------------------------------------------- */
/* START: promo link */
div.promolink {
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

div.quicklink {
	margin-bottom: 22px;
}
/* END: promo link */
/* -------------------------------------------------------- */
/* START: Modal Popup */
/*.modalBackground {
	background-color: #303C49;
	filter:alpha(opacity=80);
	opacity:0.8;
}*/

.modalPopup {
	/*background-color: #303C49;
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	padding: 0px;*/
	background: #fff;
	border: solid 2px #303C49;
	padding: 15px;
}
/* END: Modal Popup */
/* --------------------------------------------------------- */
/* START Used-Vehicles Section */
.search {
    width: 552px;
    background: #d6d8db;
    padding: 15px 10px 18px 20px;
    margin-bottom: 25px;
}

.search select, .search label {
    width: 123px;
    font-size: 1em;
    text-transform: none;
}   

.search .spacer {
    width: 20px;
}

.search.newVehicle select, .search.newVehiclem label {
    width: 100px;
    font-size: 1em;
    text-transform: none;
}

.search.newVehicle .spacer {
    width: 13px;
}

.heading {
    width: 255px;
    background: #808890;
    color: #ffffff;
    padding: 6px 15px;
    margin-bottom: 3px;
}

.heading h5 {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.details {
    width: 259px;
    border: solid 1px #808890;
    padding: 12px;
    margin-bottom: 10px;
}

.details p {
    margin: 0;
}

.details table th {
    text-align: left;
    width: 120px;
}   

.details table td.spacer {
    width: 15px;
}

.details table td {
    text-align: left;
    width: 124px;
    padding: 4px 0;
}

.printImages {
    margin: 10px 0px; 
    display: none;
}

.ddlDates {
    padding: 1px;
}

.hidden {
    margin-top: 6px;
}   
        
.coach-item {
    position: relative; 
    width: 184px; 
    border: solid 1px #707070;
    float: left;
    margin: 0 12px 12px 0;
}

.coach-item .date {
    position: absolute; 
    top: 0px; 
    right: 0px; 
    width: 20px; 
    height: 19px; 
    border-left: solid 1px #ffffff; 
    border-bottom: solid 1px #ffffff; 
    background: #fab900; 
    color: #303c49; 
    padding: 6px 10px 0;
}

.coach-item img {
    width: 184px; 
    height: 118px;
}

.coach-item .name {
    border-bottom: solid 1px #707070; 
    padding: 10px; 
    text-align: center;
}

.coach-item .link {
    padding: 10px; 
    text-align: right;
    width: 162px;
    position: relative;
}

.coach-item .link img {
    position: absolute; 
    top: 2px; 
    left: 2px;
    width: 30px; 
    height: 30px; 
    border: 0;
}

.coach-item .buttons {
    position: relative;
    width: 184px;
    height: 28px;
    border-top: solid 1px #707070; 
    text-align: center;
}

.coach-item .buttons a {
    position: absolute;
    top: 0px;
    display: block;
    margin: 2px 0px;
}

.coach-item .buttons a.edit {
    left: 6px;
}

.coach-item .buttons a.delete {
    right: 6px;
}
/* END Used Vehicle Section */

/* Coaches page */

.product {
    border-bottom: solid 1px #cccccc; 
}

.product .image {
     float: left; 
     position: relative; 
     width: 182px; 
     height: 126px; 
     background: #ffffff; 
     margin: 0 10px 5px 0;
}

.product .properties {
    float: right; 
    width: 190px;
    margin: 0;
}

.product .properties ul {
     padding: 0; 
     margin: 0 0 0 15px;
}

.product a {
    font-weight: bold;
}

a.print
{
	background: url(/_common/img/icon-print.gif) no-repeat 0 3px;
	padding: 0 0 0 18px; 
}

