
/* carlist styles */
.orange_content {width: 183px; }
.showSwitch { display: block; }
.hideSwitch { display: none; }
.alignr { text-align: right; }

.highlightresult { color: #FF9900; }
.summary { width: 565px; margin-top: 5px; }
.cartype { position: relative; float: left; font-weight: bold; }

.list {background-color:#efefef; border-bottom:1px solid #000000}

#search2 {font-size:11px; width: 175px}
.box1 { font-size: 11px; width: 172px; }
.box2 {font-size: 11px; width: 53px; }
.box3 {font-size: 11px; width: 172px; }

/*carlist - show avaliability*/
    .ava_no {
        width: 25px;
        height: 25px;
        background: url("/SWZ/SGR/images/availiable.gif") top center no-repeat;
		float: left;
		margin-top: 10px;
    }
    
    .ava_yes {
        width: 25px;
        height: 25px;
        background: url("/SWZ/SGR/images/onrequest.gif") top center no-repeat;
		float: left;
		margin-top: 10px;
    }

/*carlist - show/hide email quotation link - phoenix project*/

.mailcom {
	display:none;
}

/* carlist results v.2 */
.single-result {
	width: 500px;
    clear: left;
}

.single-result-header{
	background-color: #efefef;
    height: 15px;
    padding: 6px;
	float: left;
	width: 500px;
}

.cartype {
	font-size: 12px;
    color: #666;
    font-weight: bold;
    float: left;
	width:340px;
}

.email {
	float: right;
    padding-right: 15px;
    background: url('/SWZ/SGR/images/mail.gif') right no-repeat;
	cursor:pointer;
	width: 145px;
	text-align: right;
}

.email a {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}

.car-image {
	width: 130px;
    text-align: center;
    float: left;
    vertical-align: middle;
    padding-top: 15px;
	height: 100px;
}

.car-capacity {
	width: 110px;
    float: left;
    padding-top: 10px;
}
.capacity {
	padding-top: 10px;
}

.features-pics{
	width: 60px;
display: inline;
float: left;
padding-top: 10px;
}

.car-price {
	width: 150px;
    float: left;
    padding-top: 15px;
}

.car-price p {
    margin: 0;
    padding: 0;
	text-align:right;
}

.main-price {color: #ff9900;
font-weight: bold;
font-size: 18px;}

.selbst {
	color:#999999;
	font-size: 10px;
}

.book {
	width: 110px;
    float: left;
    text-align: right;
	padding-top: 10px;
}


/* hide promo warning from carlist */
.promonet-wrapper {
	display:none;
}
/*show and style promo warning*/
.promocom-wrapper {
	background: url('/SWZ/SGR/images/exclamation-mark.png') left no-repeat;
	width:145px;
	float:right;
	text-align:right;
}
a.promocom {
 	color: red;
    font-weight: normal;
    text-decoration: underline;
	cursor:pointer;	
	text-align:right;
}

/*tooltip styles*/
.tooltip {
	display:none;
	background: url('/SWZ/SGR/images/noreduction-box.png') top left no-repeat;
	padding:15px 12px 30px 12px;
	width:166px;
}
.tooltip p {
	width:190px;
	font-size:11px;
	color:#000;
	text-align:left;
}
/*tooltip styles end*/



/* bookmycar styles */

.book-title {font-size: 14px; color:#FF9900; font-weight:bold;}
.listhead {font-size: 14px; color:999999; font-weight:bold;}
.price {color:#ff9900; font-weight:bold; font-size:14px}
