body {
	background: #fff;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #2d3445;
	margin: 0;
	padding:0 0 25px 0;
}
* {
	margin: 0;
	padding: 0;
} 
.clear {
	display:block;
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	margin: 0;
}

.a {color: #FFF;}
a:link {color: #FFF}
a:visited {color: #FFF}

.orange {
	color: #f6582e;
}
.yellow {
	color: #b3c829;
}
.blue {
	color: #0000FF;
}
.blue:hover {
	background: blue;
	color: #fff;
}
.left {
	float: left;
}
.right {
	float: right;
}	

#back_to_cars {
	float: right;
}	

#back_to_cars a {
	background: url(/newImgs/back_contact_buttons.gif) repeat-x;
	float: left;
	margin: 0 0 0 1px;
	padding: 3px 0 0 3px;
	color: #FFF;
	font-style: italic;
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
	display: inline;
	height: 24px;
	width: 83px;}

#contact_seller {
	float: left;
}	

#contact_seller a {
	background: url(/newImgs/back_contact_buttons.gif) repeat-x;
	float: left;
	margin: 0 0 0 1px;
	padding: 3px 0 0 3px;
	color: #FFF;
	font-style: italic;
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
	display: inline;
	height: 24px;
	width: 100px;}
			
.gradient {
	/*background: url(../newImgs/box2Back750.gif) repeat-y;*/
	padding: 10px;
}
.gradient h2 {
	margin: 0px 0 15px 10px;
	font-style:bold;
	font-size: 20px;
}
.gradient p {
	font-weight: normal;
	font-size: 12px;
}

.border {
	border: solid 1px #bbb;
	padding: 10px;
}
.gradient2 {
	background: url(../newImgs/box3Back.gif) no-repeat;
	padding: 10px;
}
.gradient3Width {
	width: 728px;
	/*background:#fff url(/images/gradient3_width.gif) repeat-y;*/
	padding: 10px;
}
.gradient3 {
	/*background:#fff url(/images/gradient3_03.gif) repeat-y;*/
	padding: 10px;
}
#shell {
	widtH: 728px;
	margin: 0 auto;
	padding: 10px 10px 30px;
	
}
#nav {
	widtH: 100%;
}
#nav ul {
	margin: 10px 0 0 0 ;
	list-style-type: none;
	
}
#nav ul li {
	
	/*background: url(/newImgs/menuBullet.gif) no-repeat;*/
	margin: 0 1px 0 0;
	/*width: 100px;*/
	float: left;

}
#nav ul li a {
	background: url(/newImgs/menuBack.gif) repeat-x;
	float: left;
	margin: 0 0 0 1px;
	padding: 5px 0 0 0px;
	color: #FFF;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
	text-transform: capitalize;
	display: inline;
	height: 24px;
	width: 83px;
}
#nav ul li a div {
	text-align: center;
	font-weight: bold;
}

#nav_sub {
	widtH: 100%;
}
#nav_sub ul {
	margin: 2px 0 0 0 ;
	list-style-type: none;
	
}
#nav_sub ul li {
	
	/*background: url(/newImgs/menuBullet.gif) no-repeat;*/
	margin: 0 1px 0 0;
	/*width: 100px;*/
	float: left;

}
#nav_sub ul li a {
	background: url(/newImgs/sub_menuBack.gif) repeat-x;
	float: left;
	margin: 0 0 0 1px;
	padding: 5px 0 0 0px;
	color: #000000;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	text-transform: capitalize;
	display: inline;
	height: 24px;
	width: 83px;
}
#nav_sub ul li a div {
	text-align: center;
	font-weight: bold;
}
#subnav {
	margin: 0 0 0px 0px;
	float: left;
	margin-top: 30px;
	*margin-top: -40px;
	
}
#subnav ol {
	list-style-type: disc;
	padding: 5px 0 0 0;
}
#subnav li {
	display:inline;
	list-style-type: disc;
	margin: 0 0 0 0;
}
#subnav li a {
	color: #050b09;
	font-style: normal;
	font-weight: bold;
	list-style-type: disc;
	
}

#search_cont {
	background: #4FA0FB;
	width: 294px;
	padding: 4px 0 0 5px;
}
#search_cont form {
	margin: 0;
	padding: 0 0 0 0;
}
#search_cont form input {
	margin: 0 0 0 0;
	padding:0;
}
#searchbox {
	float: left;
	margin: 0 0 0 3px;
	padding: 4px 0 0 0;
	font-size:14px;
	height: 15px;
	line-height:16px;
	background: #fff;
	width:140px;
	border: solid 3px #4FA0FB;
	
}
#searchbtn {
	background: #DCF5A1;
	margin: 0 0 0 3px;
	color: #000000;
	font-style: italic;
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
	display: inline;
	height: 26px;
	width: 63px;
}

/*Home*/
.box1 { /*Ready to Buy*/ 
	background: url(/newImgs/box1Back.gif) repeat-x;
	width: 230px;
	height: 200px;
	float: left;
	padding: 5px 5px 5px 10px;
	
	
}
.box1 h1 {
	margin: 0px 0 0px 0px;
	font-style:italic;
	font-size: 16px;
}
.box1 p {
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	font-size: 14px;
}
.box2 {
	width: 230px;
	height: 200px;
	background: url(/newImgs/box2Back.gif) repeat-x;
	position: relative;
	float: left;
	padding: 5px 5px 5px 10px;
	margin: 0 0 0 5px;
}
.box2 p {
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	font-size: 14px;
}
.directorsChoice {
	widtH: 555px;
	height: 290px;
	/*background: url(/newImgs/box2Back.gif) repeat-y;*/
	position: relative;
	float: left;
	margin 0 0 0px 0px;
}
.directorsChoice div, .box2 img {
	position: absolute;
}
.directorsChoice_cont1 {
	float: left;
	top: 0px;
	left: 0px;
	/*border: solid 1px #bdc0b3;*/
	width: 170px;
	padding: 2px 5px 15px 5px;
}
.directorsChoice_cont1 h1 a {
	color: #ff0305;
	font-size: 16px;
}
.directorsChoice_cont1 h1 a:hover {
	text-decoration: none;
}
.directorsChoice_cont2 {
	float: left;
	top: 0px;
	/*border: solid 1px #bdc0b3;*/
	width: 170px;
	padding: 2px 5px 15px 5px;
}
.directorsChoice_cont3 {
	float: left;
	top: 0px;
	/*left: 185px;*/
	/*border: solid 1px #bdc0b3;*/
	width: 170px;
	padding: 2px 5px 15px 5px;
}
.directorsChoice_cont3 h1 a {
	color: #ff0305;
	font-size: 16px;
}
.directorsChoice_cont3 h1 a:hover {
	text-decoration: none;
}

.login {
	width: 220px;
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	border: solid 1px #bdc0b3;
} 
	
.box3 {
	width: 300px /*137px;*/;
	height: 250px;
	float: right;
	/*background: url(/newImgs/box3Back.gif);*/
	margin: 0 0 0 0;
	/*border: solid 1px #848186;*/
}
.box3 img {
	display: block;
	margin: 0 auto;
}
.box3 h1 a {
	font-size: 15px;
	text-align: center;
	margin: 5px 0 25px 0;
	font-style:italic;
	display:block;
	color: #ff5d35;
}
.box4 { /*Google Adds*/
	width: 150px;
	/*background: url(/newImgs/box4Back.gif) repeat-y; 
	border: solid 1px #;*/
	padding: 0px 0px;
	float: right;
	margin: 0 0px;
}
.box4 p {
	color: #213122;
	font-style: italic;
	margin: 0 0 15px 0;
}
.box5 {   /*kbb.com*/
	top: 0;
	border: solid 1px #bdc0b3;
	width:  205px;
	float: left;
	padding: 5px;
}
.box5 p {
	color: #213122;
	margin: 0 0 15px 0;
}
.box6 {    /*PayPal*/
	top: 10;
	width: 215px;
	float: left;
	/*margin: 10px 15px 10px 40px;*/
}
.box6 a {
	color: #97a415;
	text-decoration: none;
}
.box6 p {
	color: #2d3445;
	border: solid 1px #c3c5be;
	font-weight:bold
}
.directorFlash {
	margin: 5px 15px 5px 16px;
	width:  110px;
	float: left;
	border: solid 1px #b9beb8;
	padding: 5px;
}
.director1 {
	margin: 5px 15px 5px 16px;
	width:  110px;
	float: left;
	border: solid 1px #b9beb8;
	padding: 5px;
}
.director1 p {
	font-weight: normal;
	font-size: 12px;
}
.director2 {
	margin: 5px 15px 10px 20px;
	width:  110px;
	float: left;
	border: solid 1px #b9beb8;
	padding: 5px;
}
.director2 p {
	font-weight: normal;
	font-size: 12px;
}
.director3 {
	margin: 5px 15px 10px 20px;
	width:  110px;
	float: left;
	border: solid 1px #b9beb8;
	padding: 5px;
}
.director3 p {
	font-weight: normal;
	font-size: 12px;
}

/*Buy*/
#search_form {
	margin: 0;
	padding: 0;
}
#search_form .clear {
	height: 6px;
}
#search_form label {
	width: 60px;
	color: #333;
	float: left;
	padding: 6px 0 0 0;
	font-size:11px;
	cursor: pointer;
}
#search_form input, #search_form select {
	background: #fff;
}
#search_form .short_input {
	width: 60px;
}
#search_form .long_input {
	width: 180px;
}
#search_form .left {
	width: 245px;
	*width: 252px;
}
#search_form .right {
	width: 120px;
	padding: 0 10px 0 0;
}
#search_form .right .green_btn {
	float: left;
	margin: 0 0 0 13px;
	display: inline;
}
.carsTable {
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	/*background: url(../newImgs/box2Back750.gif) repeat-y;*/
}
.carsTable tr.regular {
	background: #F8F8F8; 
	text-align:left;
}
.carsTable td, .carsTable th {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.carsTable th {
	padding: 6px 0; 
	background: #ddd;
}
#photo {
	width: 92px;

}
#year {
	
}
#make {}
#model {}
#milage {}
#price {}
#seller {}
#location {}
.details td {
	text-align: center;
	padding: 5px 0;
}
.detailsBuy {
	background: #F8F8F8;
}
.detailsBuy td {
	text-align: center;
	padding: 5px 0;
	
}
.detailsHot td {
	text-align: center;
	padding: 5px 0;
}
.desc {
	padding: 0 0 0 15px;
}
.descHot {
	background: #F8F8F8;
	
}

.paging {
	border: solid 1px #eee;
	padding:3px 10px;
}
.paging a {
	margin: 0 0 0 5px; 
}
#register_form {
	margin: 0 0 0 5px;
	padding: 0;
}
#register_form .clear {
	height: 6px;
}
#register_form label {
	color: #333;
	float: left;
	width: 175px;
	padding: 5px 0 0 0;
	cursor: pointer;
}
#register_form input {
	background: #eee;
	border: solid 1px #ccc;
}
#code__ {
	display: inline;
	margin: 9px 0 0 5px;
}
#register_form .default { border: solid 1px #A6A6A5 !important}
#register_form .active { border: solid 1px #4D9077 !important}
#register_form .green_btn {
	display: inline;
	margin: 0 0 0 175px;
}
#account_acts {

}
#account_acts ul li{
	font-weight: bold;
	display: inline;
}
#stats ul {
	list-style-position: inside;
	margin-left: 15px;
}
#stats {

}
.googleAdd { /* Google rekalmi*/
	margin: -180px 20px 80px 0;
	padding:0px;
	width:750px;
	height:121px;
}


/**/
#edit_profile_form {
	margin: 10px 0 0 5px;
	padding: 0;
}
#edit_profile_form .green_btn {
	display: inline;
	float: left;
}
#edit_profile_form input {
	background: #eee;
}
#edit_profile_form label {
	float: left;
	width: 100px;
	padding: 5px 0 0 0;
	cursor: pointer;
	color: #333;
}
#edit_profile_form .clear {
	height: 6px;
}
#edit_profile_form .default { border: solid 1px #A6A6A5 !important}
#edit_profile_form .active { border: solid 1px #4D9077 !important}


/**/
#messages .cont {
	padding-left: 0;
	padding-right: 0;
}
#msgs_head {
	padding: 1px 0;
	margin: 3px 0 0 0;
}
#msgs_head ul {
	margin: 0px 0 0;
	padding: 0 5px;
	list-style-type: none;
	background: #eee;
	height: 24px;
	*height: 22px;
}
#msgs_head ul li {
	display: inline;
	border-left: solid 1px #ddd;
	float: left;
	margin: 0;
}
#msgs_head ul li a, #msgs_head ul li span {
	float: left;

	padding: 2px 0;
	margin: 3px 0 0px 10px;
	font-weight: bold;
}
.checkbox {width: 20px;}
.from { width: 220px;}
.subject {width: 305px; text-transform: capitalize;}
.date {width: 140px}

#delete_form {
	margin: 0;
	padding: 0;
}
.msgs_row {
	border-bottom: solid 1px #eee;
	margin: 1px 0 0 -6px;
	padding: 0px 0 5px 0;
	float: left;
	width: 728px;
	display:inline;
}
.msgs_row a {
	
}
#delete_form span {
	float: left;
	color: #24211D;
	padding: 0;
}
#delete_form .checkbox {width: 10px; margin: 3px 0 3px 10px !important}
#delete_form .from { width: 210px; margin: 3px 0 3px 15px !important}
#delete_form .subject {width: 289px; margin: 3px 0 3px 10px !important}
#delete_form .date {width: 130px; margin: 3px 0 3px 10px !important}

#delete_form .subject {
	background: url(/images/forum_bullet.gif) no-repeat 0 4px;
	padding: 0 0 0 6px;
}
#delete_form .date {
	color: #666;
}
#delete_form input {
	padding: 0;
	width: 13px;
	height: 13px;
	margin: 0;
}
#active_msg {
	height: 30px;
	border-top: solid 1px #fff;
	padding: 5px 0 0 0;
}
#active_msg .subject {
	margin: 3px 0 3px 8px !important;
	background: url(/images/bullet_down.gif) no-repeat 0 4px;
	padding: 0 0 0 8px;
	text-transform: capitalize;
}
#msg_body {
	position: relative;
	margin: -2px 0 0 0;
	padding: 0 0 15px 0;
}
#messages .left {
	margin: 0 0 0 0px;
	display: inline;
	border-right: solid 2px #E9E9E9;
	width: 210px;
	padding: 10px 0 0 40px;
	height:100px;
}
#messages .left .row {
	margin: 0;
	clear: both;
	height: 20px;
}
#messages .left .row .label {
	float: left;
	width: 60px;
	color: #4E4B49;
	font-weight:bold;	
	font-size: 12px;
}
#messages .left .row .value {
	color: #333;
	width: 130px;
}
#msgs_car_info {
	padding: 10px 0 0 10px !important;
	border: 0 !important;
}
.msg_img {
	float: right;
	margin: 15px 56px 0 0;
	padding: 1px;
	border: solid 1px #eee;
}

#msg_text {
	background: #F9F9F8;
	color: #24211D;
	
	border-top: solid 1px #E8E8E7;
	border-bottom: solid 1px #eee;
	
}
#title {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 3px;
	color: #4E4B49;
}
#delete_row {
	background: #fff;
	width: 734px;
	height: 25px;
	margin: 0 0 0 -6px; 
	padding:  0 0 0 2px;
}
#select_all {
	margin: 0 0 0 5px;
	width: 15px;
	height: 15px;
	display: block;
	cursor: pointer;
}
#msgs_delete_btn {
	width: 80px !important;
	height: 20px !important;
	float:left;
}
.added_car_imgs {

}
.added_car_imgs .img_cont {
	float: left;
	width: 100px;
	margin: 3px 4px 2px 0;
	text-align:center;
	padding: 2px 0;
}
.added_car_imgs .img_cont img {
	text-align:center;
	display: block;
	margin: 0 auto 3px;
}
.added_car_imgs #mainThumb {
	background: #fea60e;
}
.comment {
	margin: 0 0 0 20px;
	font-style: italic;
	font-size: 11px;
	text-decoration: underline;
	color: #2d3445;
	display: block;
}



/**/
#search_head {
	background: #dddddd;
	margin: 1px 0 1px 0;
	height: 20px;
	padding: 4px 5px 4px 15px;
	font-size:1px ;
	line-height: 1px;
}
ul#search_head li {
	display: block;
	font-size: 12px;
	line-height: 12px; 
	float: left;
	margin: 0;
	height: 12px;
	padding: 2px 0 5px 0;
	*padding: 5px 0 5px 0;
}
ul#search_head li a, ul#search_head li span, a.msgs_head {
	color: #BB3700;
	margin: 0 10px;
	font-size: 12px;
	font-weight:bold;
	padding: 0 0px;
}
ul#search_head li span {
	color: #333;
	font-weight:normal;
}
ul#search_head li a:hover {
	color: #eee;
	background: #BB3700;
}
.photo {width: 102px; text-align:center}
.year {width: 54px; border: solid 1px yellow}
.vehicle {width: 66px; border: solid 1px red}
.mileage {width: 92px; border: solid 1px green}
.price {width: 96px; border: solid 1px blue}
.seller {width: 100px; border: solid 1px orange}
.location {width: 127px; border: solid 1px pink}

.car_cont {
	padding: 10px 5px 5px 15px;
	margin: 0 0px 1px 0px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	float:left;
	width: 1542px;
	border: solid 1px red
}
.thumb {
	float: left;
	display: inline;
	text-decoration:none;

	 
}
.thumb img {
	padding: 1px;
	width: 84px;
	height: 64px;
	border: solid 1px #eee;
	display: inline;
	float:left;

}
.thumb:hover img {
	border: solid 1px #BFDCF0;
	padding: 1px;
	background: #fff;
}
.car_cont {
	width: 740px;
}
.car_cont ul.car_atts {
	margin: 0 5px 0 15px;
	padding: 0 0px 18px;
	list-style-type: none;
}
ul.car_atts .vehicle {margin: 0 0 0 0px !important; width:66px !important }
ul.car_atts .mileage {margin: 0 0 0 0px !important; width: 90px !important;}
ul.car_atts .price {margin: 0 0 0 0px !important; width: 96px !important}
ul.car_atts .seller {margin: 0 0 0 0px !important; width: 100px !important;}
ul.car_atts .location {margin: 0 0 0 0px !important; width: auto !important;}

.car_cont ul.car_atts li {
	margin: 0;
	padding: 0;
	float: left;
	border: solid 1px #ccc;
}
.car_cont ul.car_atts li a, .car_cont ul.car_atts li span {
	margin: 0 10px;
	font-size: 12px;
}
.car_cont ul.car_atts li span {
	color: #333;
}
.car_cont div.desc_label {
	color: #4E4B49;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	margin: 10px 0 0 15px;
}
.car_cont p.car_desc {
	margin:  0 0 0 15px;
	font-size: 12px;
	color: #24211D;
}
.car_cont .more {
	float: right;
	display:block;
	background:url(/images/forum_bullet.gif) no-repeat 0 4px;
	padding: 0 0 0 6px;
	margin: 10px 5px 5px 0;
	text-align:right;
}
.car_cont .more a:hover {
	background: #0074C5;
	color: #fff;
	
}
.AccountActs {
	margin: 0px 0 0px 0;
	padding: 0;
	list-style-type: none;
}
.AccountActs li {
	display: inline;
	float: left;
	margin: 0 15px 0 0px;
}
/*parts user area*/
#partsCont {

	padding: 0px  0 0 0;
}
#partsCont h2 {
	margin: 0 0 15px 0;
}
#partsCont .part {
	border-top: solid 2px #ccc;
	border-left: solid 2px #ccc;
	border-right: solid 2px #ccc;
	margin: 0px 5px 0;
	padding: 5px;
	*float: left;
}
#partsCont .part .left {
	width: 120px;
}
#partsCont .part .left img {
	padding: 1px;
	border: solid 1px #ccc;
}
#partsCont .part .right {
	

	float: left;
}
