@charset "UTF-8";
/*	============================================
	PAGE NAME                 |  LAYOUT #
	--------------------------------------------
	0. GLOBAL ELEMENTS	      |		
	1. GLOBAL CLASSES         |
	2. GLOBAL TYPE CLASSES    |
	3. HEADER                 |
	4. MAIN NAV               |
	5. CALLS TO ACTION        |
	6. FOOTER                 |
	7. HOME PAGE              |		2
	8. MINITRUCKS             |		1
			comparison        |     3
	9. MINIVANS               |		1
	10. FAQ                   |
	11. NEWS/BLOG             |
	12. CLASSIFIEDS           |	    bottom=2
		DETAILS PAGE          |		
	13. JOIN NETWORK          |
	14. CONTACT               |		
	15. PAGE NAV              |
	16. USER TYPES            |
	17. RESOURCES             |
	18. PROFILE               |
	============================================	*/




/*	============================================
	0. GLOBAL ELEMENTS
	============================================   */

/* Remove margin, padding and border from everything*/
h1, h2, h3, h4, h5, h6, h7, blockquote {margin: 0; padding: 0; border: 0;}
ul, ol {padding-left:25px;}
/*use for debugging*/
/** {border: 1px solid #f00; } */

	
body { 
	background-color:#f1f1ef;
	margin:0;
	text-align:center;
	background: #f1f1ef url(../images/header/header_background.jpg) repeat-x top;
	}

#wrapper {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content-container {
	width:960px;
	overflow: auto;
}
img {
	border:0px;
}

#thin-orange-line {
	width:960px;
	background-image:url(../images/global/orange-bgrd.gif);
	background-repeat:repeat-y;
	height:2px;
	overflow:hidden;
	}

/*------- layouts-----*/
#under-breadcrumbs-layout1{
	height:13px;
	width:960px;
	background-image:url(../images/layout1/under-breadcrumbs.gif);
	overflow: hidden;
	}
#under-breadcrumbs-layout3{
	height:13px;
	background-image:url(../images/layout3/under-breadcrumbs.gif);
	overflow: hidden;
	}
#under-breadcrumbs-layout4{
	height:13px;
	background-image:url(../images/layout4/under-breadcrumbs.gif);
	overflow:hidden;
	}
	
#content-container-layout1{
	background-image:url(../images/layout1/content_back.gif);
	background-repeat:repeat-y;
	width:960px;
	height:100%;
	padding-bottom:20px;
	overflow:hidden;
	margin:0;/*new*/
}
#content-container-layout2{
	background-image:url(../images/images-ads/ads_bottom_back.gif);
	background-repeat:repeat-y;
	padding-bottom:30px;
	overflow:hidden;
}
#content-container-layout3{
	background-image:url(../images/layout3/content_back.gif);
	background-repeat:repeat-y;
	padding-bottom:30px;
	overflow:hidden;
}
#content-container-layout4{
	background-image:url(../images/layout4/content_back.gif);
	background-repeat:repeat-y;
	padding-bottom:30px;
	overflow:hidden;
}

#layout1-leftcolumn {
	display:inline;
	 padding: 70px 22px 0px 50px;
	 width: 190px;
	 float: left;
	 overflow:hidden;	
	}
#layout1-centercolumn { 
	 display: inline;
	 float: left;
	padding: 20px 23px 0px 23px;
	width: 390px;
	overflow:hidden;
	
	}
#layout1-rightcolumn { 
	display:inline;
	 padding:70px 60px 0 0px;
	 width: 190px;
	 float:right;
	 overflow:hidden; 
	}




/*	============================================
	1. GLOBAL CLASSES 
	============================================   */

.clear
	{clear:both;}
.clear-right{clear:right;}	
.clear-left{clear:left;}	
.right
	{float: right;}
.left
	{float: left;}
.center-on-screen{	
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	}
.center-txt {
	text-align:center
	}
.form-object-style {
	border: 1px solid #CCCCCC;
	padding:5px;
	}
.form-pulldown {
	border: 1px solid #CCCCCC;
	padding:3px;
	}
.form-submit {
	padding:5px;
	}	
.hide {
	visibility:hidden;
	}
.border{
	border:#FF0000 solid 1px;
	}
/*	============================================
	2. GLOBAL TYPE CLASSES 
	============================================   */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 30px;
	font-weight:normal;
	color: #CC3300;
	text-transform: none;
	margin-bottom:20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	color: #ff6600;
	margin-top: 30px;
	line-height: 20px;
	margin-bottom: 5px;
}
a.h2:link {color: #ff6600; text-decoration: none;}
a.h2:hover {color: #ff6600; text-decoration: none; background:#EDEBEB;}
a.h2:visited {color: #ff6600; text-decoration: none;}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight:normal;
	color: #ff6600;
	text-transform: none;
	margin-top: 20px;
}

.subheads_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 0px;
}
.body_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	margin:0px;
}
a.body_text:link{color:#000; text-decoration:underline;}
a.body_text:visited{color:#333; text-decoration:underline;}
a.body_text:hover{color:#c00; text-decoration:underline;}

.crossed {
text-decoration:line-through;
}
.body_text_links_1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	margin:0px;
}
a.body_text_links_1:link {color: #333333; text-decoration: none; } 
a.body_text_links_1:visited {color: #333333; text-decoration: none; }
a.body_text_links_1:hover {color: #CC0000; text-decoration: none; background:#F1F1EF;}

.body_text_ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	margin-left:-10px;
	line-height: 18px;
	color: #333333;
	margin:0px;
}
.body_text_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	margin-top: 0px;
}
a.body_text_link:link {
	color: #999999;
	text-decoration: none;
}
a.body_text_link:visited {
	color: #999999;
	text-decoration: none;
}
a.body_text_link:hover {
	color: #CC0000;
	text-decoration: underline;
}

.body_text_intro {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin:0px;
}
.body_text_intro a:hover {
	color: #cc0000;

}
.related_info {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	text-decoration: none;
}
.related_info_subhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	margin-top: 0px;
	line-height: 20px;
}
.related_info_horiz_line {
	color:#e5e4e3;
	background-color: #e5e4e3;
	margin: 25px 0px 10px 0px;
	height: 5px;
	border: none;
	max-width: 595px;
}
a.related_info:link {
	color: #999999;
	text-decoration: none;
}

a.related_info:visited {
	color: #999999;
	text-decoration: none;
}
a.related_info:hover {
	color:#CC0000;
	text-decoration:underline;
}
.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #993300;
	margin-top: 0px;
	text-indent: 80px;
}
a.breadcrumbs:link {color: #993300; text-decoration: underline;}
a.breadcrumbs:hover {color: #660000; text-decoration: underline;}
a.breadcrumbs:visited {color: #993300; text-decoration: underline;}

.sidebar{
background-color:#fff;
border:solid 1px #ccc;
padding: 5px 15px;
margin: 10px 0;
}





/*	============================================
	3. HEADER
	============================================   */

#header{
	position:relative;
	width:960px;
	height:195px;
	display:block;
	}
	

/* -------- TOP RIGHT NAV -----------*/

#top_right_nav {
	position:absolute;
	right:0px;
	top:5px;
	width:320px;
	height:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-align:right;
	color: #FFCC00;
	}
	a.top_right_nav:link {color: #FFCC00; text-decoration: none; } 
	a.top_right_nav:visited {color: #FFCC00; text-decoration: none; }
	a.top_right_nav:hover {color: #FFFFFF; text-decoration: none;}	


/* -------- BREADCRUMBS -----------*/
#breadcrumbs {
	width:960px;
	height: 2px;
	background-image:url(../images/global/orange-bgrd.gif);
	background-repeat:repeat-y;
	overflow: hidden;
	}
	


/*	============================================
	4. MAIN NAV 
	============================================   */


#main_nav {
	position:absolute;
	left: 0px;
	top:157px;
	width: 960px;
	height: 37px;
}

.cssnav-btn {
	position: relative;
	float: left;
	width: 130px;
	height: 37px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

.cssnav-btn a {
	display: block;
	width: 130px;
	height: 37px;
	float: left;
	color: #ffffff;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	background: url(../images/mainNavbtn.gif) 0 0 no-repeat;
	padding: 10px 0 0 0;
	overflow:hidden;
}

.cssnav-btn a:hover{
	background-position: -130px 0;
}

.cssnav-btn span{
	position:absolute;
	width:130px;
	left:0px;
	top: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	} 
.cssnav-dividers-ends{
width:10px; height:37; float:left;
}
.cssnav-dividers{
width:5px; height:37; float:left
}	


/*	============================================
	5. CALLS TO ACTION 
	============================================   */
	


/*	============================================
	6. FOOTER 
	============================================   */


	
#footer-container{
	position:relative;
	padding-top:30px;
	background-image:url(../images/footer/background-dividers.gif);
	background-repeat:repeat-y;
	}		
	
#cta-container {
	display:block;
	position:relative;
	height:230px;
	
	}	

#footer-links {
	display:block;
	position:relative;
	height:40px;
	padding-top:20px;
	background-image:url(../images/footer/background.gif);
	background-repeat:repeat-y;
	text-align:center;
	}
	
/*.footer-links-txt-container{
	position: absolute;
	vertical-align: bottom;
	bottom:10px;
	left:10px;
	}*/

.footer-links-txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	}
.footer-links-txt a{
	color:#999999;
	}	
	a.footer-links-txt:link {color: #666666; text-decoration: none; } 
	a.footer-links-txt:visited {color: #666666; text-decoration: none; }
	a.footer-links-txt:hover {color: #CCCCCC; text-decoration: none;}

/*#footer-links-left {
	display:block;
	position:absolute;
	bottom: 0;
	left: 30px;
	width:240px;
	height:107px;
	}
	
#footer-links-right {
	display:block;
	position:absolute;
	float:right;
	bottom: 0;
	right: 0;
	width:240px;
	height:107px;
	}
*/
	
/*-----  sign-up-btn  ----------*/
.sign-up-btn {
	display: block;
	position: absolute;
	width:175px;
	height:70px;
	top: 100px;
	left: 100px;
	overflow:hidden;
	}	
.sign-up-btn a{
	display:block;
	width:175px;
	height:70px;
	background-image: url(../images/footer/sign-up-btn.gif);
	background-repeat:no-repeat;
	overflow:hidden; 
	}
.sign-up-btn a:hover{
	background-position: -175px 0;
	}

/*-----  share-info-btn  ----------*/
.share-info-btn {
	display:block;
	position:absolute;
	left:390px;
	top:100px;
	width:194px;
	height:123px;
	overflow:hidden;
	}
.share-info-btn a{
	display:block;
	width:194px;
	height:123px;
	background-image:url(../images/footer/share-info-btn.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	}
.share-info-btn a:hover{
	background-position:-194px 0;
	}
	
/*-----  get-started-btn  ----------*/
.get-started-btn {
	display:block;
	position:absolute;
	left:685px;
	top:100px;
	width:175px;
	height:70px;
	overflow:hidden;
	}
.get-started-btn a{
	display:block;
	width:175px;
	height:70px;
	background-image:url(../images/footer/get-started-btn.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	}
.get-started-btn a:hover{
	background-position:-175px 0;
	}

	
/* ----- type classes -----*/

.cta {
	display:block;
	position: absolute;
	top:0;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #ff6600;
	}
	
.cta-txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	margin:0px;
	font-weight: normal;
}


/*----footer-nav-------*/

#footer-nav {
	display:block;
	position:absolute;
	left:240px;
	width:480px;
	height:107px;
	bottom:0;
}

.footer-nav-txt-container{
	position:relative;
	top:40px;
	text-align:center;
	}

.footer-nav-txt{
	bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
}
a.footer-nav-txt:link {color: #999999; text-decoration: none; } 
a.footer-nav-txt:visited {color: #999999; text-decoration: none; }
a.footer-nav-txt:hover {color: #cccccc; text-decoration: none;}




/*	============================================
	7. HOME PAGE 
	============================================   */


#home-under-breadcrumbs {
	position:relative;
	float:left;
	left:50%;
	margin-left: -480px;
	width:960px;
	height:13px;
	background-image:url(../images/home-under-bread-crumbs.gif);
}
#home-content-wrapper {
	position:relative;
	width:960px;
}
#home-content-wrapper-1 {
	position:relative;
	float:left;
	width:960px;
	background-image:url(../images/home_content_back_dividers.gif);
	background-repeat: repeat-y;
}


/*-------pageNav-home--------*/

.home-pageNav_body_hr {
	color:#F1F1EF;
	border-style:none;
	background-color: #F1F1EF;
	height: 2px;
	border: none;
	}



/*------WHY MINITRUCKS----*/



div.why-container {
	position:relative;
	display:block;
	float:left;
	left:50px;
	top:35px;
	width:444px;
	height: 417px;
	margin-bottom:40px;
}
/*
div.why-why-title-back {
	position:absolute;
	left:0px;
	top:0px;
	width:246px;
	height:40px;
	background-image:url(../images/home_why_images/why-why_title_back.gif);
}*/

/*div.why-why-under-title {
	position:absolute;
	left:0px;
	top:40px;
	width:246px;
	height:9px;
}*/

/*div.why-why-body-background {
	position:absolute;
	left:0px;
	top:49px;
	width:246px;
	height:1px;
}*/

/*div.why-home-why {
	position:absolute;
	left:0px;
	top:50px;
	width:246px;
	height:12px;
}*/

/*div.why-why-btn-go-anywhere {
	position:absolute;
	left:8px;
	top:62px;
	width:230px;
	height:72px;
}*/

/*div.why-why-btn-do-more {
	position:absolute;
	left:8px;
	top:134px;
	width:230px;
	height:101px;
}*/

/*div.why-why-btn-save-more {
	position:absolute;
	left:8px;
	top:235px;
	width:230px;
	height:95px;
}

div.why-why-border-bottom {
	position:absolute;
	left:0px;
	top:357px;
	width:246px;
	height:8px;
}
.why-why-title-txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	text-align:center; 
	color:#999999; 
	padding: 7px 0px 10px 10px; 
	margin: 0;
}*/


/*----------LEARN---------*/

#home-learn {
	position:relative;
	float:left;
	left:70px;
	margin-top:0px;
	margin-bottom:30px;
	width:200px;
	text-align:left;
	z-index:3;
}
.home-learn-title-txt {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size:38px;
	color:#999999;
	margin:25px 0 0 0;
	padding:0;
	}


/*----------- HOME - SEARCH BOX ----------*/

#search {
	position:relative;
	float:right;
	right:-130px;
	top:55px;
	width:199px;
	visibility:visible;
}
#search-body-container {
	position:absolute;
	left:0px;
	top:31px;
	width:199px;
	text-align:left;
	background-image:url(../images/buy_background.gif);
	background-repeat:repeat-y;
}
div.home-buy-container {
	display:block;
	position:relative;
	float:left;
	left:0px;
	top:20px;
	width:266px;
	height:304px;
	background-image:url(../images/index/ads_body_background.gif);
	background-repeat:repeat-y;
	margin-bottom:30px;
	z-index:2;
}
div.home-buy-title {
	position:absolute;
	left:0px;
	top:3px;
	width:266px;
	height:50px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size:36px;
	color:#999999;
	padding: 10px 0px 0px 10px;
	background:url(../images/index/ads_title_back.gif) 0px 0px repeat-y;
}


.home-place-ad {
position:absolute;
float:right;
right:10px;
top:10px;
}
a.home-place-ad-txt {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666;
background-color:#CCCCCC;
text-decoration:none;
}
a.home-place-ad-txt:link {color: #666666; text-decoration: none; } 
a.home-place-ad-txt:visited {color: #666666; text-decoration: none; }
a.home-place-ad-txt:hover {color: #CC0000; text-decoration: none; background:#F1F1EF;}


/* ----------- HOME - MIDDLE SECTION ----------*/

#home-content-divider {
	position:relative;
	float:left;
	width:960px;
	height:10px;
}
#home-content-wrapper-2 {
	position:relative;
	float:left;
	width:960px;
	background-image:url(../images/home_content_back_news.gif);
	background-repeat: repeat-y;
}
#home-content-wrapper-3 {
	position:relative;
	float:left;
	width:960px;
	background-image:url(../images/home_content_back_news.gif);
	background-repeat: repeat-y;
	padding-bottom:30px;
}

/*----------- HOME - NEWS --------------*/

#home-news {
	position:relative;
	float:left;
	left:67px;
	width:513px;
	text-align:left;
	padding:0px 0px 20px 0px;
}
.news-item {
	position:relative;
	float:left;
	left:0px;
	width:513px;
	padding: 0px 0px 0px 0px;
	margin:20px 0px 0px 0px;
}
.news-photo {
	width:65px;
	position:relative;
	float:left;
	left:0px;
}
.news-body {
	position:relative;
	float:left;
	left: 20px;
	width:428px;
	padding-left:0px;
}
.news-bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	margin:0px;
}
a.news-bodytext {
	color: #333333;
	text-decoration:none;
}
a.news-bodytext:link {color: #333333; text-decoration: none; } 
a.news-bodytext:visited {color: #333333; text-decoration: none; }
a.news-bodytext:active {color: #333333; text-decoration: none; }
a.news-bodytext:hover {color: #CC0000; text-decoration: underline;}


.home-news-hr {
	/*border: none 0;
	border-top: 1px dashed #CCC;
	height: 1px;
	margin: 20px 0px 0px 0px;
	*/
	
	color: #f1f1ef; background-color: #f1f1ef; border: 1px dotted #CCC; border-style: none none dashed;

}


/*----------- HOME - USERTYPE ----------*/

#home-usertype-container {
	position:relative;
	float:left;
	left:180px;
	top:30px;
	width:230px;
	visibility:visible;
	text-align:left;
	margin-bottom:50px;
}



/*	============================================
	8. MINITRUCKS 
	============================================   */
	


/*	============================================
	9. MINIVANS 
	============================================   */
	


/*	============================================
	10. FAQ 
	============================================   */
	


/*	============================================
	11. NEWS/BLOG 
	============================================   */
	
.news-date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	margin: 0;
}



/*	============================================
	12. CLASSIFIEDS 
	============================================   */

/*--- DIV IDs ---*/

#ads-under-breadcrumbs{
	display:block;
	position:relative;
	height:17px;
	background-image:url(../images/images-ads/ads_ads-under-breadcrumbs.gif);
	}
#ads-results-under-breadcrumbs{
	display:block;
	position:relative;
	height:50px;
	background-image:url(../images/images-ads/ads_top_background.gif);
	}
#ads-content-container-top{
	display:block;
	position:relative;
	height:350px;
	background-image:url(../images/images-ads/ads_top_background.gif);
	background-repeat:repeat-y;
	}
#collapse-9{
left:50%;
margin-left: -480px;
width:960px;
clear:both;
	display:block;
	position:relative;
	height:400px;
	background-image:url(../images/images-ads/ads_top_background.gif);
	background-repeat:repeat-y;
overflow:hidden;
	}
#search-btn-container{
	display:block;
	position:relative;
	height:70px;
	background-image:url(../images/images-ads/ads_top_background.gif);
	background-repeat:repeat-y;
	}

/* --- div classes ---*/

div.ads-buy-container {
	display:inline;
	position:relative;
	float:left;
	margin-left:47px;
	top:20px;
	width:266px;
	height:304px;
	background-image:url(../images/images-ads/ads_body_background.gif);
	background-repeat:repeat-y;
	z-index:2;
}
#ads-banners-container{
display:inline;
	float:left;
	margin: 23px 0 0 50px;
	width:234px;
	height:300px;
}
.bnr-spacer-top-and-bottom{
margin: 20px 0;
}
.bnr-spacer-top{
margin-top: 20px;
}
.bnr-spacer-right{
margin-right: 30px;
}

#ads-sell-container {
	display:inline;
	position:relative;
	float:left;
	margin-left:54px;
	top:20px;
	width:266px;
	height:304px;
	background-image:url(../images/images-ads/ads_body_background.gif);
	background-repeat:repeat-y;
}

div.ads-top-glow {
	position:absolute;
	float:left;
	left:0px;
	top:0px;
	width:266px;
	height:3px;
	background-color:#009900;
	overflow:hidden;
}


div.ads-title {
	position:absolute;
	left:0px;
	top:3px;
	width:256px;
	height:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:36px;
	color:#999999;
	padding: 10px 0px 0px 10px;
	background:url(../images/images-ads/ads_title_back.gif) 0px 0px repeat-y;
}

div.ads-body-background {
	position:absolute;
	left:0px;
	top:98px;
	width:266px;
	height:2px;
}

div.ads-subcategory-btn {
	display: block;
	position:absolute;
	width:82px;
	height:32px;
	overflow:hidden;
	}
div.ads-subcategory-btn a{
	display:block;
	position: absolute;
	width:82px;
	height:32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6633;
	text-align:center;
	text-decoration:none;
	padding:10px 0 0 0;
	background:url(../images/images-ads/ads_subcategory_btn_backgro.gif) repeat-y top left;
	overflow:hidden; 
	}
.ads-subcategory-btn a:hover{
	background-position:-82px 0;
	}

div.ads-buy-content-container {
	position:relative;
	padding:0px;
	left:20px;
	top:98px;
	width:226px;
	text-align:left;
	}

div.ads-search-btn {
	position:absolute;
	left:70px;
	top:230px;
	width:127px;
	height:51px;
	overflow:hidden;
	}
div.ads-search-btn a{
	display:block;
	background-image:url(../images/images-ads/ads_search_btn.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	}
.ads-search-btn a:hover{
	background-position:-127px 0;
	}


div.ads-register-btn {
	position:absolute;
	left:70px;
	top:303px;
	width:127px;
	height:51px;
	overflow:hidden;
	}
div.ads-register-btn a{
	display:block;
	background-image:url(../images/images-ads/ads_register_btn.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	}
.ads-register-btn a:hover{
	background-position:-127px 0;
	}
	
div.ads-details-btn {
	position:absolute;
	left:70px;
	top:230px;
	width:127px;
	height:51px;
	overflow:hidden;
	}
div.ads-details-btn a{
	display:block;
	background-image:url(../images/images-ads/ads_details_btn.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	}
.ads-details-btn a:hover{
	background-position:-127px 0;
	}

div.ads-bottom-glow {
	position:absolute;
	left:0px;
	top:290px;
	width:266px;
	height:14px;
	}


.new-search-btn {
	position:relative;
	left:45px;
	float:left;
	top:0px;
	width:124px;
	height:30px;
	margin: 10px 0px 0px 0px;
	padding: 0;
	overflow:hidden; 
}

.new-search-btn a{
	background-image: url(../images/images-ads/ads-new-search-btn.gif);
	overflow:hidden; 
}
.new-search-btn a:hover{background-position: -124px 0;}



/*-------- ADS - LIST ITEM-------------*/

/*---div classes---*/

div.list-container {
	display:block;
	position:relative;
	left:47px;
	top:0px;
	width:865px;
	height:103px;
}
div.horiz-banner-ad-container {
	display:block;
	position:relative;
	left:47px;
	top:0px;
	width:865px;
	height:360px;
	overflow:hidden;
}

.bannerad-big{float:left;}

div.list-privateseller {
	position:absolute;
	left:0px;
	top:19px;
	width:98px;
	height:68px;
	background-image:url(../images/list/list_privateseller.jpg);
	display:block;
}


div.list-list-photo {
	position:absolute;
	left:100px;
	top:19px;
	width:98px;
	height:68px;
	background-image:url(../images/ads-details/thumb-bgrd.jpg);
	background-repeat:no-repeat;
	padding: 4px 0px 0px 4px;
}

div.list-body {
	position:absolute;
	left:208px;
	top:19px;
	width:307px;
	height:68px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
div.list-body a{
color:#000;
}

div.list-list-vert-divider {
	position:absolute;
	left:525px;
	top:19px;
	width:1px;
	height:68px;
}

div.list-price-box {
	position:absolute;
	left:526px;
	top:19px;
	width:158px;
	height:68px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	text-align:center;
	padding: 20px 0px 0px 0px;
}

div.list-list-vert-divider2 {
	position:absolute;
	left:684px;
	top:19px;
	width:1px;
	height:68px;
}


.list-view-details-btn {
	display: block;
	position:absolute;
	left:701px;
	top:30px;
	width:164px;
	height:44px;
	margin: 0;
	padding: 0;
	overflow:hidden; 
}

.list-view-details-btn a{
	display: block;
	background-image: url(../images/list/list_view_details_btn.gif);
	overflow:hidden; 
}
.list-view-details-btn a:hover{background-position: -164px 0;}

div.list-horiz-divider {
	position:absolute;
	left:0px;
	top:101px;
	width:865px;
	border: none 0;
	border-top: 1px dashed #CCC;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


/* --- text ----*/


.list-txt-small {
	font-size: 12px;
	line-height: 16px;
	color:#666666;
	
}


/* ---------- ADS - DETAILS -----------*/
#details-left {
position: relative;
float:left;
top:16px;
left:46px;
width:418px;
}

#details-right {
position: relative;
float:right;
top:16px;
right:25px;
width:450px;
}

.details-big-photo {
	margin-bottom:20px;

}
.details-price {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	text-align:center;
}
.details-horiz-divider {
	border: none 0;
	border-top: 1px dashed #CCC;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
.details-horiz-divider-2 {
	margin: 10px 0;
	border: none 0;
	border-top: 5px solid #CCC;/*the border*/
	height: 5px;/*whatever the total width of the border-top and border-bottom equal*/
}
.details-horiz-divider-3 {
	margin: 20px 0 7px 0;
	border: none 0;
	border-top: 5px solid #CCC;/*the border*/
	height: 5px;/*whatever the total width of the border-top and border-bottom equal*/
}
.details-horiz-divider-4 {
	margin: 20px 20px 7px 20px;
	border: none 0;
	border-top: 5px solid #efbf01;/*the border*/
	height: 5px;/*whatever the total width of the border-top and border-bottom equal*/
}
.details-specs{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	padding:0 0 0 50px;
}

div.fullsize-photos {
	display:block;
	left:20px;
	width:134px;
	height:30px;
	overflow:hidden; 
	}
div.fullsize-photos a{
	display:block;
	width:134px;
	height:30px;
	background:url(../images/ads-details/details-full-size-btn.gif) repeat-y top left;
	overflow:hidden;    
	}
.fullsize-photos a:hover{
	background-position:-134px 0;
	}
/* ------------ photos ------------- */
.details-photos{
	margin: 0 7px 7px 0;
	}
#thumbs {
position:relative;
height:180px;
width:416px;
display:block;
}	
.details-thumbs-bgrd{
	background-image:url(../images/ads-details/thumb-bgrd.jpg);
	background-repeat:no-repeat;
	width:98px;
	height:68px;
	margin: 0 1px 1px 0;
	padding: 4px 0px 0px 4px;
	position:relative;
	float:left;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display: inline-block;
	}
.details-photo-1{
position:relative;
}
/*------------contact form ---------*/
#details-contact-form {
position:relative;
width:416px;
margin: 0px 0 20px 0;
background-image:url(../images/ads-details/contact-body-back.gif);
background-repeat:repeat-y;
padding-top:110px;
}

#details-contact-form-top-glow {
position:absolute;
top:0;
left:0;
clear:both;
width:416px;
height:3px;
background-image:url(../images/ads-details/contact-top-glow.gif);
}

#details-contact-form-title-back{
position:absolute;
clear:both;
top:3px;
left:0px;
width:416px;
background-image:url(../images/ads-details/contact-title-back.gif);
background-repeat:repeat-y;
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
font-size: 30px;
color: #fff;
padding:15px 0 10px 15px;
}

#details-form-bottom-glow{
width:416px;
height:18px;
background-image:url(../images/ads-details/contact-bottom-glow.gif);
}

#details-form-send-btn {
	display:block;	
	margin: 10px 15px 10px 285px;
	width:104px;
	height:44px;
	overflow:hidden; 
	}


/*	============================================
	13. JOIN NETWORK
	============================================   */
	

/*	============================================
	14. CONTACT
	============================================   */
	
/*	============================================
	15. PAGE NAV
	============================================   */

#pagenav {
	position:relative;
	width:175px;
	left:10px;
}

.pagenav-title {
	position:relative;
	display:block;
	height:20px;
	width:175px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:normal;
	line-height: 20px;
	color: #ACACAC;
	padding: 5px 0px 5px 0px;
	border-bottom: 2px solid #CCCCCC;
	}

.pagenav-txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #333333;
	margin: 8px 0px 8px 0px;
	width:185px;
	}
	
	a.pagenav-txt:link {color: #666666; text-decoration: none; } 
	a.pagenav-txt:visited {color: #666666; text-decoration: none; }
	a.pagenav-txt:hover {color: #CC0000; text-decoration: underline;}

.pagenav-hr {
	position:relative;
	color:#F1F1EF;
	border-style:none;
	background-color: #F1F1EF;
	width: 175px;
	height: 2px;
	border: none;
	margin: 0;
	overflow:hidden;
}	

.pageav-link {
	width:185px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	text-align: right;
	margin: 10px 10px 10px 0px;
}
a.pageav-link:link {color: #666666; text-decoration: none; } 
a.pageav-link:visited {color: #666666; text-decoration: none; }
a.pageav-link:hover {color: #CC0000; text-decoration: underline;}	
	



/*	============================================
	16. USER TYPES
	============================================   */
#usertypes-container {
	position:relative; 
	margin:0px;
	top: 0px;
	}

#usertypes {
	margin: 0;
	padding-left: 0;
	list-style: none; 
}

#usertypes li{
	margin: 10px 0 0 0;
	padding-left: 20px;
	background-image: url(../pagenav_images/Right-right-Arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	}

a.usertype{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	}
a.usertype:link {color: #666666; text-decoration: none;} 
a.usertype:visited {color: #666666; text-decoration: none;}
a.usertype:hover {color: #CC0000; text-decoration: underline;}

.right_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}

.get-answers-btn {
	display: block;
	/*position: relative;*/
	width:175px;
	height:66px;
/*	margin:10px 0 0 0;*/
	margin:0;
	padding:0;/*new*/
	overflow:hidden; 
}

.get-answers-btn a{
	display: block;
	width:175px;
	height:66px;
	padding:0px;
	margin:0px;/*new*/
	background-image: url(../images/global/get-answers-btn.gif);
	overflow:hidden; 
}
.get-answers-btn a:hover{background-position: -175px 0;}

#usertypes-container h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	color: #ff6600;
	margin:0px;
	line-height: 20px;
	margin-bottom: 5px;
}

/*	============================================
	17. RESOURCES
	============================================   */
	
#dealer-list-btn-container{margin: 20px 45px 20px 0px; float:right;}/*Button on the classifieds page*/

ul.arrow-link-small li{
	margin-top:-15px;
	margin-left:-25px;
	padding-left: 20px;
	background-image: url(../pagenav_images/Right-right-Arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	list-style:none;
	display:inline-block;
	}

a.arrow-link-small{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	}
a.arrow-link-small:link {color: #333; text-decoration: none;} 
a.arrow-link-small:visited {color: #333; text-decoration: none;}
a.arrow-link-small:hover {color: #CC0000; text-decoration: underline;}

.banner-ad-resource{margin-bottom:10px;}

/*	============================================
	18. BUSINESS PROFILE
	============================================   */

div.profile-info-container {
	display:block;
	position:relative;
	left:47px;
	top:20px;
	width:865px;
	
	overflow:hidden;
	padding: 10px 0;
}
div.profile-logo{width:260px; height:177px;position:relative; margin-top:10px; margin-right:40px; float:left;}

div.profile-horiz-divider {
	position:absolute;
	margin:-10px 0 0 0;
	/*left:0px;
	top:0px;*/
	width:865px;
	border: none 0;
	border-top: 1px dashed #CCC;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
#profile-contact-container{ background:url(../images/profile/profile-contact-bgrd.gif) no-repeat; width:866px; height:333px; overflow:hidden; margin-left:45px;margin-top:30px;padding-top:10px;padding-left:20px;}
.profile-contact-title{font-family: Arial, Helvetica, sans-serif;font-weight:bold;font-size:36px;color:#fff;}
.profile-form-send-btn {
	display:block;	
	margin-bottom: 20px;
	margin-right: 40px;
	width:104px;
	height:44px;
	overflow:hidden; 
	float:right;
	
	}