/* Style for dealers welcome screen */

#dealerTitle{
	font-size: 1.5em;
	padding-bottom: 8px;
}

#dealerTitle .locale{
	font-size: .6em;
}

#vehLife, #vehNew, #vehUsed{
	float: left; 
	width: 300px;
	border: 1px solid #FF4F00;
	height: 416px;
	background: url(/images/trans_bg.png);
}

#vehNew, #vehUsed{
	margin-left: 25px;
	width: 260px;
}

#dashInventory{
	float: left;
	/*margin-left: 25px;*/
	width: 545px;
	background: url(/images/trans_bg.png);
	border: 1px solid #FF4F00;
	height: 416px;
}

#dashContent{
	padding: 6px;
	height: 372px;
	overflow: auto;
}

.title{
	color: #B1B1B1;
	text-align: center;
	font-size: 1.075em;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 2px;
	font-variant: small-caps;
	/*font-style: italic;
	background: url(/images/trans_bg.png); */
	background-color: #000;
	border-bottom: 1px solid #AE3701; 
}

.totCount{
	margin-left:  10px;
	font-size: .75em;
}

#vehicles{
	padding: 4px;
}

#vehicles #year, #vehicles #make{
	font-size: 12pt;
	padding-top: 2px;
	padding-bottom: 2px;
}

#vehicles #year{
	float: left;
	width: 80px;
}

#vehicles #photo{
	float: left;
	width: 24px;
	/* margin-right: 4px; */
}

#vehicles #stock, #vehicles #vin{
	font-size: 10pt;
}

#vehicles #stock{
	float: left;
	margin-left: 24px;
	width: 80px;
}

#vehicles #vin{
	letter-spacing: 1px;
}

#vehHover:hover{
	background-color: #AE3701;
}

#searchInv{
	margin-bottom:  8px;
}

/* Menu Footer*/
#menuFooter{
	
}
#menuFooter ul{
	list-style-type: none;
}
#menuFooter li{
	font-size: 10pt;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Style for loginForm.cfm */

#loginForm{
	position: absolute;
	background: url(/images/trans_bg.png);
	width: 300px;
	overflow: auto;
	border: 1px solid #AE3701;
	padding: 16px;
	left: 50%;
	margin-left: -150px;
}

#loginForm #email{
	padding-top: 8px;
}

#loginForm #email, #loginForm #password{
	font-size: 1.25em;
	margin-top: 8px;
}

#loginForm #email input, #loginForm #password input{
	font-size: .8em;
}

#loginForm #button{
	font-size: 1.08em;
	border: 1px solid #000;
	margin-top: 4px;
	margin-right: 14px;
}

#loginForm #lostPassword{
	float: right;
	margin-right: 14px;
	margin-top: 4px;
	margin-bottom: 12px;
}

/* ------------------------------------------------------ */
.winHeader{
	background: url(/CFIDE/scripts/ajax/resources/ext/images/default/layout/panel-title-greylight-bg.gif) repeat-x ;
	/*color: #FF4F00;*/
	color: #000;
	font:normal 11px tahoma, verdana, helvetica;
	text-align: center;
	padding:5px;
	font-weight:bold;
}
.x-dlg .x-dlg-close{
	/*background-image: url(/CFIDE/scripts/ajax/resources/ext/images/default/basic-dialog/close.gif);*/
	background-image: url(/images/my_skins/close.gif);
}
.x-dlg .x-dlg-dlg-body{
	background-color: #000;
	background: url(/images/stripped_bg.jpg) fixed top left;
	padding: 0;
}