body, td 
{
	font-family: verdana, arial, helvetica;
	font-size:12px;
}
.headerImage span {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.headerImage h1
{
	position: relative;
	float:left;
	width:757px;
	height:147px;
	font-weight: normal;
	font-size: 1.5em;
	overflow: hidden;
	margin: 0;

} 
.headerImage h1 span
{
	background-image: url(/images/top_main_image_dealer_web_s.jpg);

}


/* ::::::::::::::::::::::::::::: HOME PAGE :::::::::::::::::::::::::::::::::: */
#homeBoxes ul {
	 margin-left: 10px;
    padding-left: 0;
    list-style: none;
	font-size:11px;
	padding-right:3px;

}
#homeBoxes li{
	padding-left: 14px;
	background: url(/images/li_arrowYellow.jpg) 0 6px no-repeat;
	padding-bottom:10px;
}
/* ::::::::::::::::::::::::::::: CONTENT :::::::::::::::::::::::::::::::::: */

#content .pageTitle
{
	font-family:arial;
	margin:0px;
	padding:0px;
	font-size:12pt;
	color:#576d82;
}

#content .pageTitleSub
{
		padding-left:20px;
		padding-top:3px;
}		

#content ul
{
	margin-left: 10px;
    padding-left: 0;
    list-style: none;
	padding-right:3px;
	padding-top:0px;
	margin-top:0px;

}		
#content li{
	padding:3px 0px 3px 14px;
	background: url(/images/li_arrowYellowLeftMenu.gif) 0 6px no-repeat;
}	

#content h4 {
	font-family:arial;
	font-size:11pt;
	margin:0px;
}

h3.heading
{
	margin:0px;
	padding:0px;
	color:#58587c;
}
#list30 li {
	padding:3px 0px 8px 2px;
	background: url(/images/spacer.gif) 0 2px no-repeat;
}
/* ::::::::::::::::::::::::::::: LEFT MENU :::::::::::::::::::::::::::::::::: */
#leftMenu ul
{
	margin-left: 10px;
    padding-left: 0;
    list-style: none;
	font-size:11px;
	padding-right:3px;
	padding-top:0px;
	margin-top:0px;

}		
#leftMenu li{
	padding:3px 0px 3px 14px;
	background: url(/images/li_arrowYellowLeftMenu.gif) 0 6px no-repeat;
	border-bottom:1px solid #DEDEDE;
}	
#leftMenu li:hover{
	background: url(/images/li_arrowBlueLeftMenu.gif) 0 6px no-repeat;
}	
#leftMenu li a{
	text-decoration:none;
	color:#000000;
}	
#leftMenu li a:hover{
	color:#576d82;
}

#leftMenu li.active {
	padding:3px 0px 3px 14px;
	background: url(/images/li_arrowBlueLeftMenu.gif) 0 6px no-repeat;
	border-bottom:1px solid #DEDEDE;
}	

#leftMenu li.active a{
	text-decoration:none;
	color:#576d82;
}	

#leftMenu h3.heading
{
	color:#668093;
	font-size:11pt;
	padding:5px 3px 3px 3px;
}
#leftMenu div.imgTitle
{
	margin:0px;
	padding:5px 0px 5px 10px;
}
#rBlogBox
{
	background-color:#DCE5D5;
	font-weight:bold;
	color:#4d5e72;

}
div.rBlogBox
{
	background-color:#DCE5D5;
	font-weight:bold;
	color:#4d5e72;

}
/*::::::::::::::::::::::::::::: SECTIONS :::::::::::::::::::::::::::::*/
/*////////////// FEATURES CHART /////////////// */

#features td.feature
{
	background-color:#FFFFFF;
	padding-left:20px;
}
#features td.basic
{
	background-color:#eff8ff;
	font-weight:bold;
	color: #58587c;
}
#features td.advance
{
	background-color:#d3e7f7;
	font-weight:bold;
	color: #58587c;
}
#features td.addon
{
	background-color:#d0dae2;
	font-weight:bold;
	color: #58587c;
}

#features td.featureTitle
{
	background-color:#FFFFFF;
	color: #58587c;
	font-weight:bold;

}
#features td.heading
{
	background-color:#FFFFFF;
	font-weight:bold;
	color:#000000;
}

/*////////////// LINKS DIRECTORY  /////////////// */

#linksDirectory .titleRow
{
	background-color:#DBE5D5;
	font-weight:bold;
}
#linksDirectory .oddRow
{
	background-color:#D4E7F7;
	
}
#linksDirectory .evenRow
{
	background-color:#FFFFFF;
	
	
}


/*/////////// Testimonails /////////////*/
#testimonailBox div.text
{
	text-align:justify;
	font-size:10px;
	margin:0px;
	padding:5px;
	font: italic 8pt Georgia, Times, serif;
	line-height:1.8em;
}
#testimonailBox div.by
{
	margin:0px;
	padding:5px;
	font-style: italic;
	font-weight:bold;
	font-size:10px;
	text-align:right;
}


/*/////////// SIGN UP /////////////*/
   #signupTemplates {
	    text-align:center;
   }
   #signupTemplates td {
     padding-left: 3px;
	  background-color:#FBF9F5;
   }
   #signupTemplates td.heading {
	  background-color:#e0ecf7;
   }
   #signupTemplates .spacer1 {
     padding-top:5px;
   } 
   #signupTemplates .spacer2 {
     padding-top:40px;
	 background-color:#ffffff;
   } 
   #signupFrom .spacer {
	    background-color:#ffffff;
	}
   #signupFrom td.heading {
        background-color:#e0ecf7;
		color: #000000;
		font-weight:bold;
		padding-left:6px;
   }	
   #signupFrom td {
        background-color:#f6fbff;
   }
   #signupForm td.width10 {
        width:10px;
   }

  /*---------------------------- DISPLAY RELATED -----------------------------*/	
		.redText {
		    color: #990000;
		}
		.hidden {
		    display:none;
		}
		.clearBoth {
		    clear: both;
		}
		/*//// DO 40% Columns ////*/
	    .left40 {
		    float:left; 
			width: 40%; 
			clear:both;
		}
		.right40 {
		    float:right; 
			width: 40%;
		}
/* ::::::::::::::::::::::::::::: Used Car News Promotion :::::::::::::::::::::::::::::::::: */

		.ucn_text {
		color:#576d82;
		font-size: 11px;
		text-decoration: none;
		font-style: italic;
		font-weight: none;
		}
		.ucn_steptext {
		color:#ffffff;
		font-size: 16px;
		text-decoration: none;
		font-weight: none;
		}
		.ucn_heading2 {
		color:#576d82;
		font-size: 22px;
		text-decoration: none;
		font-weight:none;
		}  

		.ucn_heading {
		color:#576d82;
		font-size: 13px;
		text-decoration: none;
		font-weight:none;
		}
		  
		.ucn_body
		{
		font-family: verdana, arial, helvetica;
		font-size:13px;
		color:#000000;
		text-decoration: none;
		font-weight:none;
		font-style: none;
		}
/* ::::::::::::::::::::::::::::: FOOTER :::::::::::::::::::::::::::::::::: */
.top {
	padding: 20px 2px 5px 10px;
	text-align: right;
	font-size: 11px; 
	border-bottom: 1px solid #999999;}

#footer
	{
		border-top: 3px solid #626262;
	}
#footerMenu
	{
		color:#353535;
		padding-top:8px;
		font-size: 10px;
	}
#footerMenu a
	{
		color:#5c778a;
		text-decoration: none;
	}
#footerMenu a:hover
	{
		text-decoration: underline;
	}		
#footer td.footerCopyright
	{
		color:#353535;
		padding-top:4px;
		font-size: 10px;
	}
#footer td.footerCopyright a
	{
		color:#5c778a;
		text-decoration: none;
	}	
#footer td.footerCopyright a:hover
	{
		text-decoration: underline;
	}				

	.dealerLogin a{
		width:183px;
		display:block;
		border:1px solid #b5b5b5;
		color:#565656;
		text-transform:uppercase;
		font-size:16px;
		text-decoration:none;
		text-align:center;
		font-weight:bold;
		padding-top:5px;
		padding-bottom:5px;
		font-family:Arial;
		background:url(/images/btnLoginBg.jpg) repeat-x #ebebeb;
	}
	.dealerLogin a:hover{
		border:1px solid #000;
	}
	
	.ajbanner a{
		background:url(/images/splash/bannerAj.png) no-repeat top left;
		width:184px;
		height:171px;
		display:block;
	}
	.ajbanner a:hover{
		background-position:-186px;
	}
	#fancybox-overlay{
		opacity:1 !important;
		background:#fff !important;
		filter: alpha(opacity = 100) !important;
	}
		.leftBtns a{background:url(/images/leftMenuBtns.jpg) no-repeat top left;width:176px;height:43px;display:block;margin:0;	padding:0;}
	.review a{background-position:0 0;}
	.review a:hover{background-position:-176px 0;}
	.craigslist a{background-position:0 -47px;}
	.craigslist a:hover{background-position:-176px -47px;}
	.export a{background-position:0 -94px;}
	.export a:hover{background-position:-176px -94px;}
	.searchEngine a{background-position:0 -141px;}
	.searchEngine a:hover{background-position:-176px -141px;}
	.social a{background-position:0 -188px;}
	.social a:hover{background-position:-176px -188px;}
	.mobileSite a{background-position:0 -235px;}
	.mobileSite a:hover{background-position:-176px -235px;}

	
	/* GIADA Signup Page */
	
	#content li {background:none;padding:0;}
	#giada-signup {overflow:hidden;}
	#giada-signup .topBanner {width:552px;height:55px;padding-top:13px;background:url(/images/giada/step1_topbanner.jpg) no-repeat;color:#fff;font-size:30px;font-weight:bold;font-family:arial;text-align:center;}
	#giada-signup .style14 {font-size:14px;font-family:arial;margin:5px 0 0 0;}
	#giada-signup .step1, #special-signup .step1 {font-size:24px;font-family:'Times New Roman';margin:10px 0;}
	
	
	#giada-signup .setupbox {width:180px;float:left;}
	#giada-signup .setupbox .webheading {background:url(/images/giada/optionbgwebsitesetup.jpg) no-repeat;height:23px;padding-top:33px;}
	#giada-signup .setupbox .webheading span {padding-left:6px;font-weight:bold;font-size:12px;font-family:arial;}
	#giada-signup .setupbox .webcontent {background:#F7FDC9;min-height:393px;border-left:1px solid #D8F02E;border-right:1px solid #D8F02E;font-size:12px;font-family:arial;}
	#giada-signup .setupbox .webcontent div {padding:5px;}
	#giada-signup .setupbox .webcontent ul {padding:0;margin:0; }
	#giada-signup .setupbox .webcontent li { background:url(/images/giada/arrow1.gif) no-repeat 0 4px; padding:0 0 7px 12px; }
	#giada-signup .setupbox .webbutton {background:#F7FDC9;border-left:1px solid #D8F02E;border-right:1px solid #D8F02E;}
	#giada-signup .setupbox .webbutton a {display:block;width:61px;height:20px;padding:5px 0 0 30px;background:url(/images/giada/btnSelectws.jpg) no-repeat;color:#fff;text-decoration:none;cursor:pointer;margin:0 auto;}
	#giada-signup .setupbox .webbtm {background:url(/images/giada/option1btm.jpg) no-repeat;height:5px;}
	
	#giada-signup .setupbox .spheading {background:url(/images/giada/optionbgsocialpower.jpg) no-repeat;height:31px;padding-top:25px;}
	#giada-signup .setupbox .spheading span {padding-left:6px;font-weight:bold;font-size:12px;font-family:arial;}
	#giada-signup .setupbox .spcontent {background:#FAE3B5;min-height:393px;border-left:1px solid #EFA818;border-right:1px solid #EFA818;font-size:12px;font-family:arial;}
	#giada-signup .setupbox .spcontent div {padding:3px;}
	#giada-signup .setupbox .spcontent ul {padding:0;margin:0; }
	#giada-signup .setupbox .spcontent li { background:url(/images/giada/arrow2.gif) no-repeat 0 4px; padding:0 0 7px 12px; }
	#giada-signup .setupbox .spbutton {background:#FAE3B5;border-left:1px solid #EFA818;border-right:1px solid #EFA818;}
	#giada-signup .setupbox .spbutton a {display:block;width:61px;height:20px;padding:5px 0 0 30px;background:url(/images/giada/btnSelectsp.jpg) no-repeat;color:#fff;text-decoration:none;cursor:pointer;margin:0 auto;}
	#giada-signup .setupbox .spbtm {background:url(/images/giada/option2btm.jpg) no-repeat;height:5px;}
	
	#giada-signup .setupbox .seoheading {background:url(/images/giada/optionbgseopower.jpg) no-repeat;height:23px;padding-top:33px;}
	#giada-signup .setupbox .seoheading span {padding-left:6px;font-weight:bold;font-size:12px;font-family:arial;}
	#giada-signup .setupbox .seocontent {background:#C0FDFE;min-height:393px;border-left:1px solid #1DF0F5;border-right:1px solid #1DF0F5;font-size:12px;font-family:arial;}
	#giada-signup .setupbox .seocontent div {padding:3px;}
	#giada-signup .setupbox .seocontent ul {padding:0;margin:0; }
	#giada-signup .setupbox .seocontent li { background:url(/images/giada/arrow5.gif) no-repeat 0 4px; padding:0 0 2px 12px; }
	#giada-signup .setupbox .seobutton {background:#C0FDFE;border-left:1px solid #1DF0F5;border-right:1px solid #1DF0F5;}
	#giada-signup .setupbox .seobutton a {display:block;width:61px;height:20px;padding:5px 0 0 30px;background:url(/images/giada/btnSelectseo.jpg) no-repeat;color:#fff;text-decoration:none;cursor:pointer;margin:0 auto;}
	#giada-signup .setupbox .seobtm {background:url(/images/giada/option3btm.jpg) no-repeat;height:5px;}
	
	.spacerbox {margin-left:6px;}
	
	.clear {clear:both;}
	
	/* Step 3 */
	#giada-signup .packagebox {width:224px;float:left;margin:0 20px;}
	#giada-signup .packagebox .goldheading {background:url(/images/giada/package_goldheader.jpg) no-repeat;height:22px;padding-top:32px;}
	#giada-signup .packagebox .goldheading span {padding-left:6px;font-weight:bold;font-size:14px;font-family:arial;}
	#giada-signup .packagebox .goldcontent {background:#FDF7BA;min-height:302px;border-left:1px solid #FEE700;border-right:1px solid #FEE700;font-size:12px;font-family:arial;}
	#giada-signup .packagebox .goldcontent div {padding:5px;}
	#giada-signup .packagebox .goldcontent div a {color:#000;}
	#giada-signup .packagebox .goldcontent div a:hover {color:#000;text-decoration:none;}
	#giada-signup .packagebox .goldcontent ul {padding:0;margin:15px 0 0 0; }
	#giada-signup .packagebox .goldcontent li { background:url(/images/giada/arrow3.gif) no-repeat 0 4px; padding:0 0 4px 12px; }
	#giada-signup .packagebox .goldbutton {background:#FDF7BA;border-left:1px solid #FEE700;border-right:1px solid #FEE700;}
	#giada-signup .packagebox .goldbutton a {display:block;width:63px;height:20px;padding:7px 0 0 30px;background:url(/images/giada/btnSelectgold.jpg) no-repeat;color:#fff;text-decoration:none;cursor:pointer;margin:0 auto;}
	#giada-signup .packagebox .goldbtm {background:url(/images/giada/packagebtm1.jpg) no-repeat;height:4px;}
	
	#giada-signup .packagebox .platinumheading {background:url(/images/giada/package_platinumheader.jpg) no-repeat;height:22px;padding-top:32px;}
	#giada-signup .packagebox .platinumheading span {padding-left:6px;font-weight:bold;font-size:14px;font-family:arial;}
	#giada-signup .packagebox .platinumcontent {background:#E7E5E5;min-height:302px;border-left:1px solid #D9D8D8;border-right:1px solid #D9D8D8;font-size:12px;font-family:arial;}
	#giada-signup .packagebox .platinumcontent div {padding:5px;}
	#giada-signup .packagebox .platinumcontent div a {color:#000;}
	#giada-signup .packagebox .platinumcontent div a:hover {color:#000;text-decoration:none;}
	#giada-signup .packagebox .platinumcontent ul {padding:0;margin:3px 0 0 0; }
	#giada-signup .packagebox .platinumcontent li { background:url(/images/giada/arrow4.gif) no-repeat 0 4px; padding:0 0 4px 12px; }
	#giada-signup .packagebox .platinumbutton {background:#E7E5E5;border-left:1px solid #D9D8D8;border-right:1px solid #D9D8D8;}
	#giada-signup .packagebox .platinumbutton a {display:block;width:63px;height:20px;padding:7px 0 0 30px;background:url(/images/giada/btnSelectplatinum.jpg) no-repeat;color:#fff;text-decoration:none;cursor:pointer;margin:0 auto;}
	#giada-signup .packagebox .platinumbtm {background:url(/images/giada/packagebtm2.jpg) no-repeat;height:4px;}
	
	#giada-signup .contentli li {background:url("/images/li_arrowYellowLeftMenu.gif") no-repeat 0 6px;padding:3px 0 3px 14px}
	
	#features-giada td.feature {background-color:#FFFFFF;padding-left:20px;}
	#features-giada td.free {background-color:#eff8ff;font-weight:bold;color: #58587c;}
	#features-giada td.social {background-color:#d3e7f7;font-weight:bold;color: #58587c;}
	#features-giada td.seo {background-color:#d0dae2;font-weight:bold;color: #58587c;}
	#features-giada td.featureTitle {background-color:#FFFFFF;color: #58587c;font-weight:bold;}
	#features-giada td.heading {background-color:#FFFFFF;font-weight:bold;color:#000000;}
	#features-giada td.button {background:#fff;text-align:center;}
	#features-giada td.button a {display:block;width:70px;height:20px;padding-top:5px;color:#fff;text-decoration:none;background:url(/images/giada/btnSelect2.png) no-repeat;margin:0 auto;}
	
	
		#special-signup {width:552px;}
	#special-signup td {margin:0;padding:0;font-family:arial;font-size:12px;}
	#special-signup .topHeader {font-weight:bold;font-family:arial;font-size:12px;text-align:center;}
	#special-signup .topHeader .heading1 {float:left;background:url(/images/giada/special/tbl-featurebg.jpg) no-repeat;width:240px;padding-top:9px;height:24px;padding-left:5px;text-align:left;border-right:1px solid #607B8E;}
	#special-signup .topHeader .heading2 {float:left;background:url(/images/giada/special/tbl-wsfbg.jpg) no-repeat;width:102px;padding-top:2px;height:31px;}
	#special-signup .topHeader .heading3 {float:left;background:url(/images/giada/special/tbl-smnbg.jpg) no-repeat;width:101px;padding-top:2px;height:31px;border-right:1px solid #607B8E;}
	#special-signup .topHeader .heading4 {float:left;background:url(/images/giada/special/tbl-seobg.jpg) no-repeat;width:102px;padding-top:9px;height:24px;}
	
	
	#special-signup .row .cell-data1 {background:#E7F3FC;width:244px;border:1px solid #607B8E;border-top:none;}	
	#special-signup .row .cell-data1 div  {padding:5px;line-height:16px;word-spacing:2px;}
	#special-signup .row .cell-data2 {background:#F7FDC9;width:101px;border-bottom:1px solid #607B8E;border-right:1px solid #607B8E;vertical-align:middle;text-align:center;}
	#special-signup .row .cell-data3 {background:#FAE3B5;width:101px;border-bottom:1px solid #607B8E;border-right:1px solid #607B8E;vertical-align:middle;text-align:center;}
	#special-signup .row .cell-data4 {background:#C0FDFE;width:100px;border-bottom:1px solid #607B8E;border-right:1px solid #607B8E;vertical-align:middle;text-align:center;}
	
	#special-signup .row .cell-data1b {background:#E7F3FC;width:244px;border:1px solid #607B8E;border-top:none;border-bottom:none;}	
	#special-signup .row .cell-data1b div  {padding:5px;line-height:16px;word-spacing:2px;}
	#special-signup .row .cell-data2b {background:#F7FDC9;width:101px;border-right:1px solid #607B8E;vertical-align:middle;text-align:center;}
	#special-signup .row .cell-data3b {background:#FAE3B5;width:101px;border-right:1px solid #607B8E;vertical-align:middle;text-align:center;}
	#special-signup .row .cell-data4b {background:#C0FDFE;width:100px;border-right:1px solid #607B8E;vertical-align:middle;text-align:center;}
	
	#special-signup .btm .cell-data1 div {background:url(/images/giada/special/tbl-btmborder.jpg) no-repeat;width:5px;height:5px;}
	#special-signup .btm .cell-data4 div {background:url(/images/giada/special/tbl-btmborder.jpg) no-repeat right;width:5px;height:5px;float:right;}
	.clear {clear:both;}
	
