@import url("../common/cWidgets.css");



/*__________ 8: Special Scroller ______________ */


#specialrotator{
  background-color:#D7DCE0; 
  background-image:url(images/form_bk.jpg);
  background-repeat:repeat-x; 
}
#frmspTitleBox {
  height:25px;
  width:99%;
  margin-top:15px;  
}
.spTitle {
	color:#132F01;
	font-size:14px;
	font-weight:bold;
	padding-left:8px;
}
#newsrotator {
  color:#666;
  background-image:url(images/special_bk.gif);
  background-repeat:none;  
}
#rotatorup {
 height:32px;
 background-repeat: no-repeat; 
 width:32px;
 BACKGROUND: url(images/scrollarrow-up.gif) no-repeat 0px 0px;
}
#rotatordown {
  height:32px;
  background-repeat: no-repeat; 
  width:32px;
  BACKGROUND: url(images/scrollarrow-down.gif) no-repeat 0px 0px;
}
#newsrotator .over#rotatorup {
  BACKGROUND-POSITION: 0px -33px;
}
#newsrotator .over#rotatordown {
  BACKGROUND-POSITION: 0px -33px;
}

/*__________ 10: Quick Quote  ______________ */


#quickQuoteWidget {
  background-color:#D7DCE0; 
  background-image:url(images/form_bk.jpg);
  background-repeat:repeat-x; 
}
#frmqqTitleBox  {
  height:25px;
  margin-top:15px;  
}
.qqTitle {
  color:#132F01;
  font-size:14px;	
  font-weight:bold;
  padding-left:8px;    
 
}
#qqVehicleType {
	margin-bottom:15px;
	margin-top:30px;
	padding-left:8px;
}
#qqVehicleInfo {
	width:290px;
}
#qqVehicleInfoText {
	width:98px;
}

/*__________ 11: Search Inventory ______________ */

#inventorySearchWidget {
  background-color:#D7DCE0;
  background-image:url(images/form_bk.jpg);
  background-repeat:repeat-x; 
	height:257px;
}
#frmisTitleBox {
  height:25px;
  margin-top:15px;   
	text-align:left;
}
.isTitle {
	color:#132F01;
	font-size:14px;	
	font-weight:bold;
	padding-left:8px;
}
#isVehicleType {
	margin-bottom:10px;
	padding-left:8px;
	text-align:left;
}
#isVehicleInfo {
	padding-left:8px;
}

/*_____________________For Horizontal Search________________________*/


#siH #inventorySearchWidget{
	height:120px;
}
#siH #frmisSubmitButton {
	padding-left:2px;
}

/*_____________________For Top Search________________________*/


#content_top #inventorySearchWidget{
	height:90px;
}
#content_top #isVehicleType {
	margin-bottom:10px;
	float:left;
	padding-left:8px;
	width:160px;
	text-align:left;
}
#content_top #isVehicleInfo {
	float:left;
	clear:none;
	padding-left:8px;
	width:670px;
}
#content_top #isVehicleInfo .inputStyleList{
	width:130px;
}

/*__________ 12: Inventory Browse ______________ */

#BrowseInventoryWidget{
  background-color:#D7DCE0;
  background-image:url(images/form_bk.jpg);
  background-repeat:repeat-x; 
	padding-bottom:6px;
}
#BrowseInventoryTitleBox {
  height:25px;
  margin-top:15px;  
}
.biTitle {
	color:#132F01;
	font-size:14px;
	font-weight:bold;
	padding-left:8px;
}
#BrowseInventoryvehicleType {
	padding-bottom:10px;
	margin-left:10px;
	text-align:center;
	width:280px;
}
#browseInventoryNew {
	background-image:url(images/browseInventoryNew.gif);
	background-repeat:none;
	width:255px;
	height:34px;
	position:relative;
	left:20px;
}
#browseInventoryUsed {
	background-image:url(images/browseInventoryUsed.gif);
	background-repeat:none;
  width:255px;
	height:34px;
	position:relative;
	top:5px;
	left:20px;	
}

/*__________ 13: Payment Search  ______________ */

#affordabilitySearchWidget {
  background-color:#D7DCE0;
  background-image:url(images/form_bk.jpg);
  background-repeat:repeat-x; 
}
#frmafTitleBox {
  height:25px;
  margin-top:15px;  
}
.afTitle {
	color:#132F01;
	font-size:14px;
	font-weight:bold;
	padding-left:8px;
}
#afvehicleType {
	margin-bottom:15px;
	margin-top:15px;
	padding-left:8px;
}

/*__________ 14: Video Player  ______________ */

#videoPlayer{
  text-align:center;
  height:300px;
  background-color:#D7DCE0;
  background-image:url(images/form_bk.jpg);
  background-repeat:repeat-x; 
}
#frmvideoTitleBox {
  height:25px;
  width:100%;
  margin-top:15px;  
}
.videoTitle {
	display:none;
}

/*__________ 15: Quick Navigation  ______________ */


#qnavigationlist{
	width:100%; 
	margin:5px;
}
#frmqnTitleBox {
	display:none;
}

#qngroup1{
	width:306px;
}
#qngroup2{
	width:306px;
}

/*__________ 16: Virtual Vehicle center 2.0  ______________ */

#vVehicleCenterWidget{
  background-color:#D7DCE0;    
  background-image:url(images/form_bk.jpg);
  background-repeat:repeat-x; 
	text-align:center;
	padding-bottom:6px;
}
#vvcTitleBox {
  height:25px;
  margin-top:15px;   
}
.vvcTitle {
	color:#132F01;
	font-size:14px;
	font-weight:bold;
	padding-left:8px;
}
#vvclistbox{
	height:40px;
}
#vvcbuttons{
	height:61px;
	background-color:#D7DCE0;
}
#vvc_exterior{
	width:156px;
	height:39px;
	background-image:url(images/ex_button.gif);
	background-repeat:no-repeat;
}
#vvc_exterior.over {
	background-position:0px -39px;
}
#vvc_interior{
	width:156px;
	height:39px;
	background-image:url(images/in_button.gif);
	background-repeat:no-repeat;
}
#vvc_interior.over {
	background-position:0px -39px;
}
#vvc_gallery{
	width:156px;
	height:36px;
	background-image:url(images/gallery_button.gif);
	background-repeat:no-repeat;
}
#vvc_gallery.over {
	background-position:0px -39px;
}
#vvc_more{
	width:156px;
	height:36px;
	background-image:url(images/more_button.gif);
	background-repeat:no-repeat;
}
#vvc_more.over {
	background-position:0px -39px;
}

/*__________ 17: News Ticker  ______________ */


#newstickerrotator {
	color:#012837;
}

#newsScroller {
 padding: 3px;
 margin-top:12px;
}

/*__________ 23: Contact US ___________________*/


#contactUsWidget {
  background-color:#D7DCE0;
  background-image:url(images/form_bk.jpg);
  background-repeat:repeat-x; 
	height:257px;
   }

#frmcuTitleBox {
  width:100%;
  clear:both;  
  margin-top:15px;   
	text-align:left;
}
.cuTitle {
	color:#132F01;
	font-size:14px;	
	font-weight:bold;
	padding-left:8px;
}
#cuContactInfo .inputStyle{
	color:#A5A5A5;
	background-color:#ffffff;
}

/*__________ 25: Special Ticker ______________*/

#specialTickerWidget{
  background-color:#D7DCE0; 
  background-image:url(images/form_bk.jpg);
  background-repeat:repeat-x; 
}
#frmstTitleBox {
  height:25px;
  width:99%;
  margin-top:15px;  
}
.stTitle {
	color:#132F01;
	font-size:14px;
	font-weight:bold;
	padding-left:8px;
}

/*_________________________________________*/

.tr,.tr_sp,.tr_qq,.tr_si,.tr_ib,.tr_af,.tr_vi,.tr_vvc,.tr_qq,.tr_news,.tr_cu,.tr_st{
	border:1px solid #ffffff;
}

.br,.br_sp,.br_qq,.br_si,.br_ib,.br_af,.br_vi,.br_vvc,.br_qq,.br_news,.br_cu,.br_st{
 border:1px solid #BDC9D4;
}
 .br{
 background-color:#EFF0F2;
}
 .br_news{
 background-color:#EFF0F2;
}


/*__________ Form Elemets ______________ */

.radioFormLable {
	color:#000000;
}
.reqFormLabel {
	color:#000000;
}
.frmFormLabel {
	color:#000000;
}
.inputStyle {
	background-color:#87B16C;
	border:1px solid #484849;
	color:#000000;
}
.inputStyleList {
	background-color:#87B16C;
	border:1px solid #484849;
	color:#000000;
}
#hHeader .inputStyleList{
	background-color:#ffffff;
}

.buttonClass {
	background-image:url(images/button.gif);
	background-repeat:no-repeat;
	color:#000000;
	font-weight:normal;
	height:22px;
	width:115px;
}