html, body {
	min-height: 100%; 
	background-color: #000000;
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: 1px;     
}

.addthis_pill_style {
    width: 50px !important;
}

.sortBar {
    width: 975px;
    height: 40px;
    border: 1px solid #AAAAAA;
    margin-bottom: 3px;
    background-image: url('https://assets.advancedautodealers.com/images/commons/bgshade16.gif');
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}
.vehTitle {  
    font-size: 26px;
    font-weight: bold;
    padding: 2px 2px 2px 10px;
    margin-bottom: 3px;
    border: 1px solid #494949;
    background-image: url('https://assets.advancedautodealers.com/images/commons/bgshade16.gif');
    background-color: #FFFFFF;  
}
#emailFriendMainDiv {
	width: 285px;
	height: 500px;
	padding: 5px 5px 5px 5px;
/*	border: 3px dashed #999999; */
	position: absolute;
/*	background-color: #ffffff; */
	display: none;
	z-index: 1000;
}

#videoMainDiv {
	width: 285px;
	height: 500px;
	padding: 5px 5px 5px 5px;
/*	border: 3px dashed #999999; */
	position: absolute;
/*	background-color: #ffffff; */
	display: none;
	z-index: 1000;
}

#parentDisable {
	z-index:999;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	min-height:100%;
	display:none;
	position: absolute;
	top:0;
	left:0;
	background-color: #cccccc;
	color: #000000;
	opacity: 0.5;
	filter: alpha('opacity=50');
	-moz-opacity: 0.5;	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://assets.advancedautodealers.com/images/commons/blank.gif', sizingMethod='scale');
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

/* start embedded coupon styles */

.floater {
    position:absolute;
    top: 150px;
    left: 315px;
    width: 632px;
    height: 422px;
    margin: 0 auto;
    border: 1px solid #000;
    background: #CCC;
    vertical-align: middle;
    z-index: 1000;
}

.dim {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000;
}

.comboBlocker {
    position:absolute;
    top: 245px;
    left: 315px;
    width: 632px;
    height: 422px;
    margin: 0 auto;
    background: transparent;
    vertical-align: middle;
    z-index: 500;
}

#couponDiv {width:630px; height:420px}

.couponBody {background-color: #ffffff;}


/* end embedded coupon styles */

UL.noMargin 
{
	margin-top: 0;
	margin-bottom: 0;
}

FORM.noMargin
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

INPUT {

	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	background-color: #ffffff;
	color: #494949;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

SELECT
{
	margin: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	background-color: #ffffff;
	color: #494949;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}
TEXTAREA
{
	margin: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	background-color: #ffffff;
	color: #494949;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

/*
INPUT.submitBtn
{
	cursor: pointer;
	padding: 2px 3px 2px 3px;
	margin: 2px 3px 0 0;
	border-top: #7A7A7A 1px solid;
	border-right: #7A7A7A 1px solid;
	border-bottom: #7A7A7A 1px solid;
	border-left: #7A7A7A 1px solid;
	background-color: #7A7A7A;
	background-image: url(https://assets.advancedautodealers.com/images/commons/bgshade2.gif);	
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
}
*/
INPUT.submitBtn {
    display: inline-block;
    font: bold 14px/1.5em sans-serif;
    text-decoration: none;
    color: white;
    padding: 0.25em .7em;
    border-top: #82ACD8 1px solid;
    border-right: #003972 1px solid;
    border-bottom: #003972 1px solid;
    border-left: #82ACD8 1px solid;    
    background: #002A8D; /* old browsers */
    background: -moz-linear-gradient(top, #4973D6 0%, #002A8D 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4973D6), color-stop(100%,#002A8D)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4973D6', endColorstr='#002A8D',GradientType=0 ); /* ie */
    zoom: 1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -box-shadow: 0 1px 3px  rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

INPUT.submitBtn:hover {
    background: #002A8D; /* old browsers */
    background: -moz-linear-gradient(top, #5789FF 0%, #345FC4 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5789FF), color-stop(100%,#345FC4)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5789FF', endColorstr='#345FC4',GradientType=0 ); /* ie */
}

.submitBtn {
    display: inline-block;
    font: bold 14px/1.5em sans-serif;
    text-decoration: none;
    color: white;
    padding: 0.25em .7em;
    border-top: #82ACD8 1px solid;
    border-right: #003972 1px solid;
    border-bottom: #003972 1px solid;
    border-left: #82ACD8 1px solid;    
    background: #002A8D; /* old browsers */
    background: -moz-linear-gradient(top, #4973D6 0%, #002A8D 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4973D6), color-stop(100%,#002A8D)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4973D6', endColorstr='#002A8D',GradientType=0 ); /* ie */
    zoom: 1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -box-shadow: 0 1px 3px  rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.submitBtn:hover {
    background: #002A8D; /* old browsers */
    background: -moz-linear-gradient(top, #5789FF 0%, #345FC4 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5789FF), color-stop(100%,#345FC4)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5789FF', endColorstr='#345FC4',GradientType=0 ); /* ie */
}
/*
INPUT.submitBtn
{
	cursor: pointer;
	padding: 2px 3px 2px 3px;
	margin: 2px 3px 0 0;
	border-top: #82ACD8 1px solid;
	border-right: #003972 1px solid;
	border-bottom: #003972 1px solid;
	border-left: #82ACD8 1px solid;
	background-color: #17912E;
	background-image: url(https://assets.advancedautodealers.com/images/commons/submenubg4.gif);	
	color: #000F40;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}
*/
#contentTable {
	background-color: #EDEDED;
        background-repeat: repeat-y;
	background-image: url('');        
}

a:link {	
	color: #1B6BB8;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

a:visited {
	color: #1B6BB8;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;	
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

a:hover {
	color: #1B6BB8;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;	
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.indexGenLnk:link {	
	color: #ED0000;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.indexGenLnk:visited {
	color: #ED0000;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;	
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.indexGenLnk:hover {
	color: #ED0000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;	
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

td {
	color: #494949;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.leftfiller {
	background-color: #000000;
/*	background-repeat: repeat-x;*/
	background-position: top right;
	background-image: url('../images/outer-shade-bg.gif');   
}

.rightfiller {
	background-color: #000000;
/*	background-repeat: repeat-x;*/
	background-position: top left;
	background-image: url('../images/outer-shade-bg.gif');
}

.leftFillerTop {
    width: 100%;
    height: 605px;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url('../images/outer-shade-lft-shd-bg.gif');
}

.rightFillerTop {  
    width: 100%;
    height: 605px; 
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url('../images/outer-shade-rgt-shd-bg.gif');
}

.header {
    background-color: #EDEDED;
}

.headerFrame {
	margin: 0 0 0 0;
	height: 109px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.headerMidBg {
    padding: 3px 0 0 0;
}

.headerRightBg {
    	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('../images/head-rgt.jpg');
}

.headerRightBotBg {
/*    background-image: url('https://assets.advancedautodealers.com/images/commons/t2-veh-353535.gif');
    background-repeat: no-repeat;
    background-position: bottom right;
*/
}

.subRgtBg {
    	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('../images/submenu-rgt.jpg');
}

DIV.headertxt {
	margin: 3px 0 0 0;
	color: #535353;
	text-decoration: none;
        text-align: right;
	font-weight: bold;
	font-size: 19px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
        line-height: 18px;
}

DIV.headerTxtBlk {
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

DIV.headerTxtBig {
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-size: 21px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.headerLnk1:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: 12px;
	font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.headerLnk1:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: 12px;
	font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.headerLnk1:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 12px;
	font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.headerLnk2:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.headerLnk2:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.headerLnk2:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.topMenuBg 
{
	background-image: url('');
        background-repeat: no-repeat;
	height: 40px;
}

.topMenuLeftBg 
{
	background-image: url(https://assets.advancedautodealers.com/images/commons/headmenuleftbg.gif);
	height: 25px;
}


.topMenuLnk1:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 18px;
	font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.topMenuLnk1:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 18px;
	font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.topMenuLnk1:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: 18px;
	font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.topMenuLeftCell {

}

.topMenuCenterCell {

}

.topMenuRightCell {

}

.weeklySpecialsBg {
    background-color: #FFFFFF;
    border-right: 1px solid #494949;
    border-bottom: 1px solid #494949;
    border-left: 1px solid #494949;
    background-image: url('https://assets.advancedautodealers.com/images/commons/bgshade8.gif');
}

.latestInvCell {
    padding: 1px 0 0 0;
}

.latestInvTable {
    background-color: #030079;
    border: 1px solid #494949;
}

.latestInvBody {
    	background-image: url('https://assets.advancedautodealers.com/images/commons/bgshade-box1.gif');
	height: 100px;
	background-repeat: repeat-x;
	background-position: top;
}

.cBoxHmLeft {
    padding: 0 0 0 0;
    background-image: url('../images/cbox-hm-lft.gif');
    background-repeat: no-repeat;
    background-position: top left;
}

.cBoxHmRight {
    padding: 0 0 0 0;
    background-image: url('../images/cbox-hm-rgt.gif');
    background-repeat: no-repeat;
    background-position: top right;
}

.cBoxHmBody {
    padding: 0 0 0 0;

    background-position: top left;
}

.cBoxHmContent {
    padding: 0 0 0 0;    
    background-repeat: repeat-y;
    background-image: url('../images/cbox-main-bg.gif');   
    background-position: top left;    
}

.navMenuHeaderBot {
	height: 14px;
	padding: 0 0 0 0;
	background-image: url('../images/hm-bot-shade.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

.navMenuHeader {
	height: 63px;
	padding: 0 0 0 10px;
	background-color: #000000;
	background-image: url('https://assets.advancedautodealers.com/images/commons/t2-bg1-353535.gif');
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	font-size: 18px;
	font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;	
}

.navHeadMenuBullet {
	padding: 0 0 1px 0;
}

.navMenuItemDefault {
	height: 18px;
	padding: 0 0 0 15px;
}

.navHeadMenuLnk1:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 20px;
	font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.navHeadMenuLnk1:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 20px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.navHeadMenuLnk1:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: 20px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}


.navMenuLnk1:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 12px;
	font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.navMenuLnk1:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.navMenuLnk1:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.homeBoxLnk1:link {
	color: #1B6BB8;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 12px;
	font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.homeBoxLnk1:visited {
	color: #1B6BB8;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.homeBoxLnk1:hover {
	color: #1B6BB8;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.homeBoxLnk:link {
	color: #EF0404;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 12px;
	font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.homeBoxLnk:visited {
	color: #EF0404;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.homeBoxLnk:hover {
	color: #EF0404;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.homeBoxPriceLnk:link {
	color: #EF0404;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.homeBoxPriceLnk:visited {
	color: #EF0404;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.homeBoxPriceLnk:hover {
	color: #EF0404;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.leftNavMainOuter {
	background-color: #0F0F0F;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url('https://assets.advancedautodealers.com/images/commons/bgshade11.gif');
	border-top: 1px solid #000000;
	height: 100%;
}

.leftNavMainInner {
	background-color: #0F0F0F;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url('https://assets.advancedautodealers.com/images/commons/bgshade11.gif');
}

.contentMainOuter {
	background-color: #EDEDED;
	background-position: top center;
	height: 100%;
	padding: 5px 0 5px 5px;
	background-image: url('../images/bg-shade.gif');   
        border-left: 1px solid #A7A7A7;
        border-right: 1px solid #A7A7A7;        
/*        
        border-top: 1px solid #006DCA;
        border-left: 1px solid #006DCA;
        border-right: 1px solid #006DCA;          
*/
}

.contentMainOuterIndex {
	background-position: top;
	height: 100%;
	padding: 0 0 0 0;
        background-repeat: repeat-y;
        border-left: 1px solid #A7A7A7;
        border-right: 1px solid #A7A7A7;
	background-image: url(''); 
}

.contentMainOuterBlack td{
	color: #494949;
}

.contentSpecial {
        padding: 4px 0 0 0;
}

.footerMainOuter {
	height: 64px;
        border-top: 1px solid #a7a7a7; 
        border-left: 1px solid #A7A7A7;
        border-right: 1px solid #A7A7A7;        
        background-color: #12304F;
        background-repeat: repeat-y;
	background-image: url('');          
}

.footerMainUnder {

}

.footerMainInner {
	height: 100%;     
}

.footertxt {
	color: #A9DAE5;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.footerlnk:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.footerlnk:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.footerlnk:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}


.footerlnk2:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.footerlnk2:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.footerlnk2:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.imgbrd 
{
	border: 1px solid #454545;
	margin: 2px 5px 0 5px;
}

.indexImgBrd1 
{
	border: 1px solid #FF0000;
	margin: 2px 5px 0 5px;
}

.indexImgBrd 
{
	border: 1px solid #454545;
	margin: 2px 5px 0 5px;
}

.indexPriceSplash {
        height: 39px;
	background-image: url('../images/cbox-hm-pricing.gif');
	background-repeat: repeat-x;
	background-position: top left;        
}

pre {
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */      /* Internet Explorer 5.5+ */
	width: 100%;
	color: #494949;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
}

.pre-desc 
{
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	margin-left: 5px;
}

FORM.article-form
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

SELECT.article-date-select
{
	margin: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-top: #003972 1px solid;
	border-right: #003972 1px solid;
	border-bottom: #003972 1px solid;
	border-left: #003972 1px solid;
	background-color: #ffffff;
	color: #494949;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

INPUT.article-header-input
{
	height: 22px;
	width: 400px;
	margin: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-top: #003972 1px solid;
	border-right: #003972 1px solid;
	border-bottom: #003972 1px solid;
	border-left: #003972 1px solid;
	background-color: #ffffff;
	color: #494949;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

TEXTAREA.article-body-textarea
{
	height: 300px;
	width: 400px;
	margin: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-top: #003972 1px solid;
	border-right: #003972 1px solid;
	border-bottom: #003972 1px solid;
	border-left: #003972 1px solid;
	background-color: #ffffff;
	color: #494949;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

INPUT.article-submit
{
	cursor: pointer;
	width: 100px;
	margin: 2px 3px 0 0;
	border-top: #82ACD8 1px solid;
	border-right: #003972 1px solid;
	border-bottom: #003972 1px solid;
	border-left: #82ACD8 1px solid;
	background-color: #82ACD8;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.article-title
{
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.article
{
	margin: 0 20px 0 20px;
}

.article-body
{
	margin: 15px 20px 0 20px;
}

.vLnkPad {
    text-align: center;
    margin: 0 2px 4px 0;
    padding: 4px 0 4px 0;
    background-image: url(https://assets.advancedautodealers.com/images/commons/bgshade3.gif);
    border: 1px solid #cccccc;
}

.vLnkPad a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.vLnkPad a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.vLnkPad a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.cntboxbotbrd
{
    border-color: #1669CE;
    border-width: 0 1px 1px 0;
    border-style: solid;
}

.cntboxbotbrd2
{
    border-color: #1669CE;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.cntboxtbl
{
    border-color: #1669CE;
    border-width: 0 0 0 0;
    border-style: solid;
}

.cntboxcntbrd
{
    border-color: #1669CE;
    border-width: 0 1px 0 1px;
    border-style: solid;
}

.cntboxcntbrd2
{
    border-color: #1669CE;
    border-width: 1px 1px 0 1px;
    border-style: solid;
}

.cntboxhead
{
	background-color: #065AB0;
    border-color: #1669CE;
    border-width: 1px 1px 1px 1px;
    border-style: solid;	
}

.welcomeheadertxt {
	color: #494949;
	font-style: italic;
	font-weight: bold;
	font-size: 19px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	padding: 0 0 0 0;
}

.welcomeBoxCell {
	padding: 1px 0 0 1px;
}

.welcomeBox {
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('https://assets.advancedautodealers.com/images/commons/bgshade-box1.gif');
	border: 1px solid #494949;
	background-color: #FFFFFF;
}

.headermain {
	border-bottom: 1px solid #AAAAAA;
	color: #454545;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	padding: 2px 0 0 5px;
}

.headersub {
	color: #494949;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}


.menuboxhead {
	height: 40px;
	color: #ffffff;
	background-color: #000000;
	background-image: url('https://assets.advancedautodealers.com/images/commons/bgshade15.gif');
        background-repeat: repeat-x;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	border-top: 1px solid #494949;
	border-right: 1px solid #494949;
	border-bottom: 0;
	border-left: 1px solid #494949;	
	padding: 3px 3px 3px 5px;
}

.menuBoxCnt {
	border: 1px solid #494949;
	padding: 3px 3px 3px 3px;	
}


.adprntlnk:link {
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.adprntlnk:visited {
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.adprntlnk:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.adcallout {
	color: #494949;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.adheader {
	color: #494949;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.adtag {
	color: #494949;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.headerlnk:link {
	color: #1B6BB8;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	text-decoration: underline;
}

.headerlnk:visited {
	color: #1B6BB8;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	text-decoration: underline;
}

.headerlnk:hover {
	color: #1B6BB8;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	text-decoration: none;
}

.adminmenu:link {
	color: #262BFB;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.adminmenu:visited {
	color: #262BFB;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}
.adminmenu:hover {
	color: #262BFB;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

/*
.newsFeed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url(https://assets.advancedautodealers.com/images/feed-icon-14x14.png) no-repeat 0 50%;
}
*/
.menuboxlnk:link {color: #5A0200;text-decoration: underline;font-weight: bold;font-size: 12px;font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;}
.menuboxlnk:visited {color: #5A0200;text-decoration: underline;font-weight: bold;font-size: 12px;font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;}
.menuboxlnk:hover {color: #5A0200;text-decoration: none;font-weight: bold;font-size: 12px;font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;}

.cmenuboxlnk:link {color: #5A0200;text-decoration: underline;font-weight: bold;font-size: 12px;font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;}
.cmenuboxlnk:visited {color: #5A0200;text-decoration: underline;font-weight: bold;font-size: 12px;font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;}
.cmenuboxlnk:hover {color: #5A0200;text-decoration: none;font-weight: bold;font-size: 12px;font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;}


.tmenuTrans1:link {color: #F8E29D;text-decoration: none;font-weight: bold;font-size: 12px;font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;}
.tmenuTrans1:visited {color: #F8E29D;text-decoration: none;font-weight: bold;font-size: 12px;font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;}
.tmenuTrans1:hover {color: #F8E29D;text-decoration: underline;font-weight: bold;font-size: 12px;font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;}

.lmenuTrans1:link {color: #5A0200;text-decoration: none;font-weight: bold;font-size: 12px;font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;}
.lmenuTrans1:visited {color: #5A0200;text-decoration: none;font-weight: bold;font-size: 12px;font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;}
.lmenuTrans1:hover {color: #5A0200;text-decoration: underline;font-weight: bold;font-size: 12px;font-family:  Arial, Helvetica, Tahoma, sans-serif, Verdana;}


.newadheader {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana
}
.newadheadertxt {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana
}
.newadlnk:link {
	color: #262BFB;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana
}
.newadlnk:visited {
	color: #262BFB;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana
}
.newadlnk:hover {
	color:#262BFB;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana
}

.loginbox {background-color: #E8E4E4;border: 1px solid #494949;}
.logintxt {color: #000F40;font-weight: bold;font-size: 11px;font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana}
.loginlowbg {background-color: #CCCCCC;border-top: 1px solid #ffffff}
.logininput {border: 1px solid black;width: 125px;height: 22px;font-size: 12px;font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana}

.bwhtlnk:link {color: #ffffff;text-decoration: underline;font-weight: bold;font-size: 11px;font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana}
.bwhtlnk:visited {color: #ffffff;text-decoration: underline;font-weight: bold;font-size: 11px;font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana}
.bwhtlnk:hover {color:#ffffff;text-decoration: none;font-weight: bold;font-size: 11px;font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana}





.reqvalue {color: #ED0000;}



div.section {
	margin: 0px 5px 25px 5px;
}

div.section h2 {
	margin: 0;
	padding: 2px 0 3px 13px;
	font-size: 12px;
	background-color: #7E7E86;
	color: white;
}

div.section h2#headDrive {
	margin-top: 20px;
}

div.section h3 {
	margin: 10px 0 0 13px;
	padding: 0;
	font-size: 12px;
	color: black;
}

div.section p {
	margin: 5px 5px 5px 13px;
	line-height: 14px;
	font-size: 12px;
}

div#lastSection {
	margin-bottom: 0px;
	padding-bottom: 20px;
}

div#lastSection p { margin-bottom: 0px; }

ul#coverage { 
	margin: 0;
	padding: 0;
	width: 625px;
	list-style-type: none;
	margin-top: 15px;
}

ul#coverage li {
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	color: black;
}

ul#coverage li h2 {
	margin: 0;
	padding: 2px 0 0 13px;
	background-color: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	color: black;
}

ul#coverage li p {
	margin: 5px 13px 0 13px;
}

.gClearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.gClearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.gClearfix {display: block;}
/* End hide from IE-mac */

.cBoxHeadTopBg {
	background-image: url('https://assets.advancedautodealers.com/images/commons/t2-box-top-bg-505050.gif');
	height: 20px;
}

.cBoxHeadMidBg {
	background-image: url('https://assets.advancedautodealers.com/images/commons/t2-box-head1-bg-505050.gif');
	height: 61px;
}

.cBoxHeadMidLnk1:link {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
}

.cBoxHeadMidLnk1:visited {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
}

.cBoxHeadMidLnk1:hover {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	text-decoration: underline;
	height: 24px;
	line-height: 24px;
}

.cBoxHeadMidLnk2:link {
	color: #ff0000;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
}

.cBoxHeadMidLnk2:visited {
	color: #ff0000;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
}

.cBoxHeadMidLnk2:hover {
	color: #ff0000;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	text-decoration: underline;
	height: 24px;
	line-height: 24px;
}

.cBoxHeadMidLnk3:link {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	text-decoration: none;
}

.cBoxHeadMidLnk3:visited {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	text-decoration: none;
}

.cBoxHeadMidLnk3:hover {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	text-decoration: underline;
}

.cBoxHeadBotBg {
	background-image: url('https://assets.advancedautodealers.com/images/commons/t2-box2-head1-bot-bg-505050.gif');
	height: 4px;
}

.cBoxSpecialBg {
	background-image: url('../images/bgshade-specials.jpg');
        height: 269px;         
}
.cBoxSpecialBg1 {
        height: 269px;         
}

.cBox2Bg {
        height: 329px;    
	background-image: url('../images/bg-shade.gif');
	background-position: top left;
}

.cBox3Bg {
	background-image: url('../images/checkout-bg.gif');
	background-repeat: repeat-y;
	background-position: top;
        height: 166px;
}

.cBoxInvBg {
	background-image: url('../images/cbox-hm-bg-veh.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

.cBoxBotBg {
	background-image: url('https://assets.advancedautodealers.com/images/commons/t2-box2-bot-bg-blu.gif');
	height: 17px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
}

.cBoxLftBg {
	background-image: url('https://assets.advancedautodealers.com/images/commons/t2-box-lft-505050.gif');
}

.cBoxBg {
	background-image: url('https://assets.advancedautodealers.com/images/commons/t2-box-bg-blu.gif');
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
}

.cBoxRgtBg {
	background-image: url('https://assets.advancedautodealers.com/images/commons/t2-box-rgt-blu.gif');
}

.cBoxHeader {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	background-color: #0A0233;
	border-top: 1px solid #0A0233;
	border-left: 1px solid #0A0233;
	border-right: 1px solid #0A0233;
	border-bottom: 0;
	background-image: url('https://assets.advancedautodealers.com/images/commons/cboxheadbg.gif');
	height: 25px;
	line-height: 25px;
}

#cBoxHeadBullet {
	float: left;
	display: inline;
}

#cBoxFrame {
	background-color: #F1F1F1;
	border-top: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	padding: 4px 4px 4px 7px;
	position: relative;
}

#c50Left {
	float: left;
	width: 50%;
	font-weight: bold;
}
#c50Right {
	float: right;
	width: 50%;
}
#cLineItem {
	padding: 4px 0 4px 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.vehicleImage {
	margin: 0 5px 5px 5px;
	border: 1px solid #AAAAAA;
	background-color: #AAAAAA;
}
.vehicleImage:hover {
	margin: 0 5px 5px 5px;
	border: 1px solid #000000;
}
#vehiclePhoto {
	margin: 0 5px 5px 5px;
	border: 1px solid #AAAAAA;
	background-color: #AAAAAA;
}

#vehiclePhoto:hover {
	margin: 0 5px 5px 5px;
	border: 1px solid #000000;
}

#vehiclePhotoContainer {
	width: 100%;
	margin: 0 5px 5px 5px;
}


.vehicleOffBg {
    background-image: url('');  
}

.vehicleOnBg {
    background: #F4F4E9;
}

.highlightOffBg {
    background: #ffffe6;
}

.highlightOnBg {
    background: #ff9;
}

a.vehicleMenuLnk {
    width: 30%;
    display: inline-block;
    font: bold 14px/1.5em sans-serif;
    text-decoration: none;
    color: white;
    padding: 0.25em .7em;
    border-top: #82ACD8 1px solid;
    border-right: #003972 1px solid;
    border-bottom: #003972 1px solid;
    border-left: #82ACD8 1px solid;    
    background: #002A8D; /* old browsers */
    background: -moz-linear-gradient(top, #4973D6 0%, #002A8D 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4973D6), color-stop(100%,#002A8D)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4973D6', endColorstr='#002A8D',GradientType=0 ); /* ie */
    zoom: 1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -box-shadow: 0 1px 3px  rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
a.vehicleMenuLnk:hover {
    background: #002A8D; /* old browsers */
    background: -moz-linear-gradient(top, #5789FF 0%, #345FC4 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5789FF), color-stop(100%,#345FC4)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5789FF', endColorstr='#345FC4',GradientType=0 ); /* ie */
}

a.vehicleMenuLnk2 {
    width: 200px;
    display: inline-block;
    font: bold 14px/1.5em sans-serif;
    text-decoration: none;
    color: white;
    padding: 0.25em .7em;
    border-top: #82ACD8 1px solid;
    border-right: #003972 1px solid;
    border-bottom: #003972 1px solid;
    border-left: #82ACD8 1px solid;    
    background: #002A8D; /* old browsers */
    background: -moz-linear-gradient(top, #4973D6 0%, #002A8D 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4973D6), color-stop(100%,#002A8D)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4973D6', endColorstr='#002A8D',GradientType=0 ); /* ie */
    zoom: 1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -box-shadow: 0 1px 3px  rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
a.vehicleMenuLnk2:hover {
    width: 200px;
    background: #002A8D; /* old browsers */
    background: -moz-linear-gradient(top, #5789FF 0%, #345FC4 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5789FF), color-stop(100%,#345FC4)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5789FF', endColorstr='#345FC4',GradientType=0 ); /* ie */
}

/*
.vehicleMenuLnk:link {
	height: 20px;
	color: #ffffff;
	background-color: #121212;
	background-image: url(https://assets.advancedautodealers.com/images/commons/bgshade1.gif);	
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	border-top: 1px solid #494949;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	border-left: 1px solid #494949;	
	padding: 3px 8px 3px 8px;
	text-decoration: underline;
}

.vehicleMenuLnk:visited {
	height: 20px;
	color: #ffffff;
	background-color: #121212;
	background-image: url(https://assets.advancedautodealers.com/images/commons/bgshade1.gif);	
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	border-top: 1px solid #494949;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	border-left: 1px solid #494949;	
	padding: 3px 8px 3px 8px;
	text-decoration: underline;
}

.vehicleMenuLnk:hover {
	height: 20px;
	color: #ffffff;
	background-color: #121212;
	background-image: url(https://assets.advancedautodealers.com/images/commons/topmenubg27.gif);	
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	border-top: 1px solid #494949;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	border-left: 1px solid #494949;	
	padding: 3px 8px 3px 8px;
	text-decoration: none;
}
*/

.vehicleInvHeader {
	height: 22px;
	color: #ffffff;
	background-color: #494949;
	background-image: url('https://assets.advancedautodealers.com/images/commons/submenubg10.gif');	
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	border-top: 0;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;	
	padding: 0 0 0 0;
}


.vehicleInvHeader a:link {	
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.vehicleInvHeader a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;	
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.vehicleInvHeader a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;	
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.vehicleInvItemHeader {
	border-top: 1px solid #AAAAAA;
}

.vehicleInvItemRow1 {
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}

.vehicleInvItemRow2a {
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;          
}

.vehicleInvItemRow2b {
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;          
}
.vehicleInvItemRow2c {
    border-top: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;          
}

.vehicleInvItemRow3 {
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}


.vehicleInvBox {
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	margin-right: 5px;
}
.vehicleInvYear {
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 0;
	border-left: 0;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}
.vehicleInvMakeModel {
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 0;
	border-left: 0;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}
.vehicleInvMileage {
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 0;
	border-left: 0;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
}
.vehicleInvPrice {
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 0;
	border-left: 0;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
}

.vehicleDescrRow {
	border-top: 1px solid #AAAAAA;
}

#vehicleDescBox {
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	width: 100%;
	margin: 0 5px 0 0;
	padding: 0 5px 5px 5px;
}

#vehiclePhotoBox {
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	margin: 0 5px 0 0;
	padding: 5px 5px 5px 5px;
}

.vehicleDescSub {
	border-top: 0;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	width: 100%;	
	margin: 0 5px 0 0;
	padding: 5px 5px 5px 5px;	
}

#productPhoto {
	margin: 0 5px 5px 5px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}

#productPhoto:hover {
	margin: 0 5px 5px 5px;
	border: 1px solid #000000;
}

#productPhotoContainer {
	width: 100%;
	margin: 0 5px 5px 5px;
}

a.productMenuLnk {
    width: 30%;
    display: inline-block;
    font: bold 14px/1.5em sans-serif;
    text-decoration: none;
    color: white;
    padding: 0.25em .7em;
    border-top: #82ACD8 1px solid;
    border-right: #003972 1px solid;
    border-bottom: #003972 1px solid;
    border-left: #82ACD8 1px solid;    
    background: #002A8D; /* old browsers */
    background: -moz-linear-gradient(top, #4973D6 0%, #002A8D 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4973D6), color-stop(100%,#002A8D)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4973D6', endColorstr='#002A8D',GradientType=0 ); /* ie */
    zoom: 1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -box-shadow: 0 1px 3px  rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
a.productMenuLnk:hover {
    background: #002A8D; /* old browsers */
    background: -moz-linear-gradient(top, #5789FF 0%, #345FC4 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5789FF), color-stop(100%,#345FC4)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5789FF', endColorstr='#345FC4',GradientType=0 ); /* ie */
}
/*
.productMenuLnk:link {
	height: 20px;
	color: #ffffff;
	background-color: #121212;
	background-image: url(https://assets.advancedautodealers.com/images/commons/bgshade1.gif);	
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	border-top: 1px solid #494949;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	border-left: 1px solid #494949;	
	padding: 3px 8px 3px 8px;
	text-decoration: underline;
}

.productMenuLnk:visited {
	height: 20px;
	color: #ffffff;
	background-color: #121212;
	background-image: url(https://assets.advancedautodealers.com/images/commons/bgshade1.gif);	
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	border-top: 1px solid #494949;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	border-left: 1px solid #494949;	
	padding: 3px 8px 3px 8px;
	text-decoration: underline;
}

.productMenuLnk:hover {
	height: 20px;
	color: #ffffff;
	background-color: #121212;
	background-image: url(https://assets.advancedautodealers.com/images/commons/topmenubg27.gif);	
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	border-top: 1px solid #494949;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	border-left: 1px solid #494949;	
	padding: 3px 8px 3px 8px;
	text-decoration: none;
}
*/

.productInvHeader {
	height: 15px;
	color: #ffffff;
	background-color: #121212;
	background-image: url('https://assets.advancedautodealers.com/images/commons/submenubg10.gif');	
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;	
	padding: 4px 4px 4px 5px;
}


.productInvHeader a:link {	
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.productInvHeader a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;	
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.productInvHeader a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;	
	font-size: 12px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
}

.productInvItemHeader {
	border-top: 1px solid #000000;
}
.productInvBox {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-right: 5px;
}
.productInvYear {
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 0;
	border-left: 0;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}

.productInvPrice {
	border-top: 0;
	border-right: 1px solid #000000;
	border-bottom: 0;
	border-left: 0;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
}

.productDescrRow {
	border-top: 1px solid #CCCCCC;
}

#productDescBox {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 100%;
	margin: 0 5px 0 0;
	padding: 5px 5px 5px 5px;
}

#productPhotoBox {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0 5px 0 0;
	padding: 5px 0 5px 0;
}

.productDescSub {
	border-top: 0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 100%;	
	margin: 0 5px 0 0;
	padding: 5px 5px 5px 5px;	
}

.contentBox {
	padding: 0 5px 0 5px;
}