@charset "utf-8";
/* CSS Document - these additions are mainly for jquery things and have been added by scott */

#redHot img{
	margin: 0 0 0 -8px;
}

.sitemap {
	margin: 0 0 20px 30px;
	font-size: 10px;
}

#offerCarousel {
	margin: 0;
	padding: 0;
	width: 720px;
	height: 288px;
	overflow: hidden;  /* this will make only show 1 li */
	position: relative;
}
#offerCarousel ul#homeMainOffers {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#offerCarousel ul li {
	margin: 0;
	padding: 0;
	position: relative; /* so that we can do absolute positioning of the paragraph inside of it */
	float: left; /* align one next to the other */
	font-size:0.8em;
	color:#666666;
	line-height:1.4em;	
}
#offerCarousel ul#homeMainOffers li .offerLeftItem {
	float: left;
	display: block;
	width: 460px;
	margin: 0;
	padding: 0;

}
#offerCarousel ul#homeMainOffers li .offerRightItem {
	float: left;
	display: block;
	width: 260px;
	margin: 0;
	padding: 0;
}
#offerCarousel ul#homeMainOffers li .offerRightItem h2 {
	font-size:190%;
	line-height:1em;
	margin-bottom:0.5em;
	padding-top:2em;
	color:#2B2B2B;
}
#offerCarousel ul#homeMainOffers li .offerRightItem a {
	display:block;
	line-height:1em;
	margin-top:1em;
	color:#666666;
	text-decoration:underline;
	
	
}

#offerCarousel ul#homeMainOffers li .offerLeftItem img {
	margin-top:-15px;
}

#offerCarousel ul.controls {
	list-style-type: none;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	bottom: 10px;
}
#offerCarousel ul.controls li a {
	float: left;
	width: 9px;
	height: 9px;
	background-image:url(../images/bullet_empty.png);
	background-repeat: no-repeat;
	text-indent: -9000em;
	margin: 0 5px 0 0;
}
#offerCarousel ul.controls li a.active {
	background-image:url(../images/bullet_solid.png);
}
#offerCarousel ul.controls li a.span {
	text-indent: -9000em;
}  
#offerCarousel .timer {
	display: none;
	background: #fff;
	border: 0;
	height: 0;
	left: 30px;
	position:absolute;
	top: 30px;
	width: 100px;
}



/******** UI *******/

.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 100%; text-decoration: none; font-size: 100%; list-style: none;
	font-size: 1em;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #d3d3d3;
	bottom: 0;
	margin: 10px 0;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 100%; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 0;
	border-right: none;
	margin: 0 10px 0 0;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 100%; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	font-size:0.7em;
	text-decoration:none;
	margin-right:10px;
	padding:2px 5px 5px ;
	width:44px;
	display:block;
	float:left;
	text-align:center;
	color:#333333;	
}
.ui-tabs-nav li a:hover {
	background-image:url(../images/bg_vehiclesearch_switch.png);
	background-repeat:no-repeat;
}
.ui-tabs-nav li.ui-tabs-selected {
	background-image:url(../images/bg_vehiclesearch_switch.png);
	background-repeat:no-repeat;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 100%; text-decoration: none; font-size: 100%; list-style: none;
	clear:left;
	font-size: 1em;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}





/* ThickBox
############################################################# */

#TB_window {
	/*font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
*/}

#TB_secondLine {
	/*font: 10px Arial, Helvetica, sans-serif;
	color:#666666;*/
}

#TB_window a:link {color: #454345;}
#TB_window a:hover {color: #000;}

#TB_overlay {
	position: fixed;
	z-index:10001;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/administrator/overlay-85.png) repeat;}
.TB_overlayBG {
	background-color:#FFF;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	/*background: #ffffff;*/
	z-index: 10002;
	/*color:#000000;*/
	display:none;
	/*border: 4px solid #525252;*/
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { 
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border: 2px solid #4fb9f0;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow a, #TB_closeAjaxWindow a{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height:34px;
	width: 34px;
	background: transparent url('../images/administrator/close.png') 0 0 no-repeat;
	text-indent:-9999px;
}

#TB_closeAjaxWindow a{
	top: 10px;
	right: -15px;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	/*background-color:#e8e8e8;*/
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:10003;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; 
}

* html #TB_load { 
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
	background: #FFF;
}













/*======= OVERLAY FORM  =======*/	


#contactform fieldset {
	color:#006633;

}


