/*********************************************************************************************************
GENERAL STYLE
**********************************************************************************************************/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, form, label, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: arial;
	background-color: transparent;
}

html {
	background-color: #ebe9e1;
	background-image:url('/gfx/bg.jpg');
	background-repeat:repeat-x;
	color:#020206;
	font-size:0.72em;
	line-height:150%;
}

body {

}

input, select {
	font-size:0.9em;
	background-color:#fff;
	border:solid 1px #abadb3;
	font-family:Verdana, Geneva, sans-serif;	
}
input:hover, select:hover {
	font-size:0.9em;
	background-color:#fff;
	border:solid 1px #218ec9;
}

select {
	font-family:Verdana, Geneva, sans-serif;	
}

.input_big {
	font-size:1.1em;
	font-weight:bold;
	width:400px;
	background-color:#fff;
	border:solid 1px #abadb3;
}

.input_big:hover {
	font-size:1.1em;
	font-weight:bold;
	width:400px;
	border:solid 1px #218ec9;
	color:#218ec9;
}


textarea {
	font-size:1em;
	background-color:#fff;
	border:solid 1px #abadb3;
	font-family:tahoma;
}

h1 {
	font-size:1.6em;

	margin-bottom:5px;
	margin-left:3px;
	line-height:110%;
}

h2 {
	font-size:1.2em;
	margin-left:3px;
	color:#ff5c07;
}

a {
	color:#1478ae;
	text-decoration:none;
	font-weight:bold;
}

	a:hover {
		color:#1478ae;
		text-decoration:underline;
		font-weight:bold;
	}

.black {
	color:#000;
	text-decoration:none;
	font-weight:normal;
}

	.black:hover {
		color:#000;
		text-decoration:underline;
		font-weight:normal;
	}

.noborder {
	border:solid 1px transparent;
}

.icon {
	float:left;
	width:20px;
}

.icon_txt {
	float:left;
}

.orange {
	color:#ff5c07;
	font-weight:bold;
}

.headline {
	background-image:url('/gfx/bg_headline.jpg');
	height:23px;
	width:100%;
	border-bottom:solid 1px #d0d0d0;
}

.small {
	font-size:0.95em;
}


#error_msg {
	position:absolute;
	color:#fff;
	background-color:#ca0505;
	border:solid 1px #fff;
	padding:5px;
	margin-left:805px;
	margin-top:-10px;
	font-weight:bold;
	text-align:center;
}

#newmessage_msg {
	position:absolute;
	color:#fff;
	background-color:#165d83;
	border:solid 1px #fff;
	padding:5px;
	margin-left:858px;
	margin-top:-10px;
	font-weight:bold;
	width:120px;
	text-align:center;
}

#newmessage_msg a {
	color:#fff;
}

.today {
	color:#1478ae;
	font-weight:bold;
}

#today {
	position:absolute;
	margin-left:-16px;
	margin-top:3px;
	#margin-left:-16px;
	#margin-top:-1px;
}

#container {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

.top_txt {
	font-size:0.95em;
	margin-top:5px;
	height:24px;
	color:#858585;
	font-family: tahoma;
}

	.top_txt .light {
		color:#dedcd4;
	}



.info {
	font-size: 99%;
}

.box {
	background-color:#fff;
	border:solid 1px #dedcd4;
	padding:1px;
	margin-bottom:10px;
	overflow:auto;
}



	.box .inner {
		background-image:url('/gfx/bg_box.jpg');
		background-repeat:repeat-x;
		padding:5px;
		overflow:auto;
		font-family:tahoma;
	}
	
	.box .inner_blue {
		background-image:url('/gfx/bg_innerblue.jpg');
		background-repeat:no-repeat;
		background-color:#1e87c0;
		padding:5px;
		margin:1px;
		color:#fff;
		overflow:auto;
	}
	.box .inner_blue a {
		color:#fff;
	}

.item_box:hover {
	border:solid 1px #b6b5b2;
}

.button_search {
	background-image:url('/gfx/button_search.jpg');
	width:120px;
	height:25px;
	border:0;
	color:#fff;
	cursor:pointer;
}

/*********************************************************************************************************
TOP NAV
**********************************************************************************************************/ 

#top {
	clear:both;

	margin-bottom:15px;
}

#logo {
	width:230px;
	float:left;
	text-align:center;
}

#topnav {
	float:left;
	position:relative;	
}

	#topnav ul {
		padding:0;
		margin:0;
		width:700px;
		position:absolute;
		top:30px;
		font-size:0.95em;
	}
		
		#topnav ul li {
			list-style:none;
			float:left;
			margin-left:5px;
			color:#898989;
			height:30px;
			padding: 10px 12px 0px 12px;
			font-weight:bold;
		}
		
			#topnav ul li a {
				border-bottom:solid 1px #312e2e;
				color:#898989;
				text-decoration:none;
			}
			
			#topnav ul li a:hover {
				border-bottom:solid 1px #3dafea;
				color:#898989;
				text-decoration:none;
			}
		
		#topnav ul li.active {
			color:#898989;
			background-image:url('/gfx/topnav_active.jpg');
			background-repeat:repeat-x;
			background-color:#fff;
		}
		
			#topnav ul li.active a {
				border-bottom:solid 1px #ff5c07;
				color:#646262;
				text-decoration:none;
			}



/*********************************************************************************************************
LEFT
**********************************************************************************************************/ 

#left {
	width:230px;
	float:left;
	margin-right:10px;
	margin-top:20px;
	#margin-top:0px;
}
	
	
	
	
	
	
/*********************************************************************************************************
LOGIN
**********************************************************************************************************/ 	

#login {
	height:35px;
	margin-top:10px;
	#margin-top:-8px;
	margin-bottom:15px;
	float:right;
}

	#login a {
		color:#1478ae;
		text-decoration:none;
		font-weight:bold;
	}
	
	#login a:hover {
		color:#1478ae;
		text-decoration:underline;
		font-weight:bold;
	}

	#login input {
		background-image:url('/gfx/textfield.jpg');
		background-repeat:repeat-x;
		background-color:#fff;
		border:solid 1px #d9d6cb;
		padding:5px;
		color:#676767;
	}
	
	#login .button_login {
		background-image:url('/gfx/button_login.jpg');
		background-repeat:repeat-x;
		color:#fff;
		height:26px;
		cursor:pointer;
	}
	
	
	
	
/*********************************************************************************************************
REGISTER
**********************************************************************************************************/ 

#register {
	color:#4c4c4c;
}

#register .type_private {
	width:365px;
	float:left;
	margin-right:10px;
}	

#register .type_dealer {
	width:365px;
	float:left;
}	
	
	
#register .bigIco {
	width:125px;
	float:left;
}	
	
#register .desc {
	width:220px;
	float:left;
}		

#register h1 {
	margin:10px 0 5px 0;
	padding:0;
	color:#1a7bb0;
}

#register h2 {
	margin:10px 0 5px 0;
	padding:0;
	color:#ff5c07;
}
	
/*********************************************************************************************************
SORT
**********************************************************************************************************/ 

#sort {
	clear:both;
}

	#sort #headline {
		width:338px;
		float:left;
	}	
	
	#sort #sortingtxt {
		float:left;
		font-size:0.95em;
		color:#89c8ea;
		margin-right:10px;
	}
	
	#sort #show {
		float:left;
		font-size:0.95em;
		color:#89c8ea;
		margin-left:40px;
		margin-right:10px;
	}
	
		#sort #sorting ul {
			padding:0;
			margin:0;
			float:left;
		}
		
			#sort #sorting ul li {
				list-style:none;
				float:left;
				font-size:0.95em;
				padding:1px 6px 0 6px;
			}
			#sort #sorting ul li:hover {
				cursor:pointer;
			}

	
	#sort .active {
		background-color:#2291cd;
	}
	
	
	



#search_gallery {
width:100%;
}

#search_gallery .item_gallery {
	float:left;	
	margin-right:20px;
	margin-bottom:20px;
	overflow:hidden;

}
	
/*********************************************************************************************************
CONTENT
**********************************************************************************************************/ 

#content {
	width:750px;
	float:left;
}

	#content input {
		padding:3px;
	}

	#content .item {
		clear:both;

	}
	
	#content .item .image {
		margin-right:10px;
		float:left;
	}
	
	#content .item .information {
		float:left;
		width:170px;
	}
	
	#content .item .shadow {
		float:left;
		width:16px;	
	}

	#content .item .description {
		float:left;
		width:310px;
		line-height:200%;
		margin-right:15px;
		height:112px;
		padding-left:20px;
	}
	
		#content .item .description_txt {
			color:#4c4c4c;
			font-size:0.95em;
			line-height:200%;
		}
	
	
	#content .item .date {
		float:left;
		width:20px;
	}
	
		#content .item .date .day {
			background-color:#adadad;
			color:#fff;
			width:30px;
			text-align:center;
			font-size:1.5em;
			padding:2px;
		}
		#content .item .date .month {
			background-color:#3dafeb;
			color:#fff;
			width:30px;
			text-align:center;
			font-size:0.95em;
			padding:2px;
		}
	
	#content .item .price {
		background-color:#fff;

		color:#fe6517;
		font-weight:bold;
	}
	
	
/*********************************************************************************************************
FOOTER
**********************************************************************************************************/ 

#footer {
	width:100%;
	height:85px;
	background-image:url('/gfx/footer.jpg');
	background-repeat:repeat-x;
	background-color:#2c2c2c;
	margin-top:30px;
}

	#footer h1 {
		color:#dcdad2;
		float:left;
		margin-right:3px;
		font-size:2em;
	}
	
	#footer .dark {
		color:#646360;
		font-size:1.6em;
	}

	#footer #footer_content {
		width:990px;
		margin-left:auto;
		margin-right:auto;
		margin-top:13px;
	}
	
	#footer #footer_content #footer_logo {
		float:left;
		width:240px;
		margin-top:13px;
		#margin-top:0px;
	}
	
	#footer #footer_content #footer_info {
		float:left;
		margin-top:20px;
		margin-right:100px;
	}
	
	#footer #footer_content #footer_info_end {
		float:left;
		margin-top:20px;
	}
	
	
	
/*********************************************************************************************************
SHOW ITEM
**********************************************************************************************************/ 

#showItem {
	clear:both;
	overflow:auto;
}

	#showItem_left {
		float:left;
		width:375px;
		margin-right:10px;
	}
	
	#showItem_right {
		float:left;
		width:365px;
	}
	
	
#seller {
	padding:15px;
}

#seller h2 {
	color:#000;
	padding:0;
	margin:0;
}

#seller a {
	background-color:#fff;
	color:#676767;
	font-weight:normal;
	padding:3px;
}

#seller a:hover {
	background-color:#1478ae;
	color:#fff;
	text-decoration:none;
}

	#seller input, #seller textarea {
		padding:3px;
	}
	
	#seller #sellerImg {
		float:left;
		width:180px;
		padding-bottom:20px;
		text-align:center;
	}
	
	#seller .sellerIcon {
		float:left;
		width:20px;
		margin-left:30px;
	}
	
	#seller .sellerInfo {
		float:left;
		color:#676767;
		font-size:0.95em;
		line-height:200%;
	}
	

#extra_equipment {
	margin-bottom:15px;
	padding:0;
}

#extra_equipment .extra {
	width:220px;
	float:left;
	color:#4c4c4c;
	margin-bottom:5px;
	font-size:0.95em;
}


#extra_equipment .extra_item {
	width:130px;
	float:left;
	color:#4c4c4c;
	margin-bottom:5px;
	font-size:0.95em;
}
	
	
	
/*********************************************************************************************************
MESSAGES
**********************************************************************************************************/ 

#messages {}

#messages .headline {
	font-weight:bold;
	font-size:0.99em;
}
	
	#messages .headline .message:hover {
		background-color:transparent;	
	}


#messages .message {
	background-color:transparent;
	clear:both;	
	overflow:auto;
	font-size:0.99em;
	padding:3px;
	height:20px;
}

#messages .headline .message {
		padding:0x;	
	}

#messages .message:hover {
	background-color:#dfe8f6;	
}

#messages .message .icon, #messages .headline .icon {
	float:left;
	width:25px;
}

#messages .message .subject, #messages .headline .subject {
	float:left;
	width:280px;
}

#messages .message .member_icon, #messages .headline .member_icon {
	float:left;
	width:25px;
}

#messages .message .sender, #messages .headline .sender {
	float:left;
	width:200px;
}

#messages .message .date, #messages .headline .date {
	float:left;
	width:170px;
}

#messages .message .delete, #messages .headline .delete {
	float:left;
	width:20px;
}

#messages .message input {
	border:0;
	background-color:transparent;
}
	
	
/*********************************************************************************************************
FORMS
**********************************************************************************************************/ 
	
fieldset{
	border:solid 1px #DEDEDE;
}
fieldset legend {
	font-weight:bold;

}
fieldset ul, fieldset li{
	border:0; margin:0; padding:0; list-style:none;
}
fieldset li{
	clear:both;
	list-style:none;
	padding:10px;
}

fieldset input{

}
fieldset label{
	width:140px;
	float:left;
}
fieldset button, fieldset .submit{ 
		background-image:url('/gfx/button_search.jpg');
		width:120px;
		height:25px;
		border:0;
		color:#fff;
		cursor:pointer;
	}
	
	
	
	
/*********************************************************************************************************
MASK
**********************************************************************************************************/ 



.item_masque {
	width:150px;
	height:112px;
	float:left;
	padding:0 20px 20px 0;
}

.thumb{
	width:150px;
	height:112px;
}
	.thumb a img{
		position:absolute;
	}	
	.thumb .show {
		position:absolute;
		width:150px;
		height:112px;
	}
	
.masque{
	position:absolute;
	background:#fff;
	width:150px;
	bottom:0;
	height:0;
	display:none;
	font-size:1.5em;
	text-align:center;
	color:#416aa3;
}

	.masque .icon {
		float:left;
		width:25px;
		margin-left:1px;
	}
	
	.masque .txt {
		float:left;
	}
	
	.masque .masque_box {
		width:100%;
		height:20px;
		font-size:0.7em;
	}
	
	.masque .masque_box:hover {
		width:100%;
		height:20px;
		background-color:#2391ce;
		color:#fff;
		cursor:pointer;
	}

	.masque a{
		color:#777777;
		font-size:0.6em;
		text-decoration:none;
	}
	.masque a:hover{
		color:#ad2a81;
		text-decoration:none;
		cursor:pointer;
	}
	
	
	
	
/*********************************************************************************************************
MINIMAP
**********************************************************************************************************/ 	
	
#minimap {}

#minimap #mm9000-9999 {
	position:absolute;
	margin-top:-21px;
	margin-left:22px;
}
	
#minimap #mm7000-7999 {
	position:absolute;
}

#minimap #mm6000-6999 {
	position:absolute;
	margin-top:24px;
	margin-left:-3px;
}

#minimap #mm8000-8999 {
	position:absolute;
	margin-top:23px;
	margin-left:20px;
}

#minimap #mm5000-5999 {
	position:absolute;
	margin-top:55px;
	margin-left:33px;
}

#minimap #mm4000-4779 {
	position:absolute;
	margin-top:40px;
	margin-left:55px;
}

#minimap #mm3000-3999 {
	position:absolute;
	margin-top:33px;
	margin-left:72px;
}

#minimap #mm900-2999 {
	position:absolute;
	margin-top:47px;
	margin-left:80px;
}

#minimap #mm4780-4999 {
	position:absolute;
	margin-top:70px;
	margin-left:58px;
}




/*********************************************************************************************************
LISTING TEXT
**********************************************************************************************************/ 	

.listing_text {
	width:100%;
	font-family:verdana;
	font-size:0.99em;
	border-top:solid 1px #e6e5e5;
}

.bg1 {
	background-color:#f8f7f7;
}

.bg2 {
	background-color:#fff;
}

.bg1:hover, .bg2:hover {
	background-color:#eeeded;	
	cursor:pointer;
}

.listing_text .listing {
	padding:3px 0 0 3px;	
	
}
	
.listing_text .title {
	width:275px;
	float:left;
}

.listing_text .modelyear {
	width:70px;
	float:left;
}

.listing_text .km {
	width:80px;
	float:left;
}

.listing_text .price {
	width:80px;
	float:left;
}

.listing_text .horsepower {
	width:70px;
	float:left;
}

.listing_text .photos {
	width:70px;
	float:left;
}

.listing_text .area {
	width:70px;
	float:left;
}




/*********************************************************************************************************
PAGINATION
**********************************************************************************************************/ 	

#pagination_previous {
	float:left;	
	padding:10px;
}

#pagination_next {
	float:right;
	padding:10px;
}

#pagination {
	float:left;
	height:22px;
	padding:10px;
}

#pagination .page, #pagination_next .page, #pagination_previous .page {
	float:left;
	border:solid 1px #d3d3d3;
	margin-right:5px;
	padding: 2px 8px 2px 8px;
	color:#336699;
	background-image:url('/gfx/bg_pagination.jpg');
	background-repeat:repeat-x;
}

#pagination .page_active, #pagination_next .page_active, #pagination_next .page_active {
	float:left;
	border:solid 1px #f89821;
	background-color:#f89821;
	margin-right:5px;
	padding: 2px 8px 2px 8px;
	color:#fff;
}

#pagination .page_disabled, #pagination_next .page_disabled, #pagination_previous .page_disabled {
	float:left;
	border:solid 1px #e3e2e2;
	margin-right:5px;
	padding: 2px 8px 2px 8px;
	color:#e3e2e2;
}

#pagination .page:hover, #pagination_next .page:hover, #pagination_previous .page:hover {
	float:left;
	border:solid 1px #f89821;
	margin-right:5px;
	padding: 2px 8px 2px 8px;
	color:#336699;
	cursor:pointer;
}



/*********************************************************************************************************
MESSAGES
**********************************************************************************************************/ 	

.message_grey {
	width:413px;	
}
	
	.message_grey_top {
		background-image:url('/gfx/message_grey_top.jpg');
		width:413px;
		height:30px;
	}
	
	.message_grey_top_inner {
		padding:10px 0 0 15px;	
	}
	
	.message_grey_middle {
		background-image:url('/gfx/message_grey_middle.jpg');
		width:413px;
	}
	
	.message_grey_middle_inner {
		padding:10px 0 0 15px;	
	}
	
	
	.message_grey_bottom {
		background-image:url('/gfx/message_grey_bottom.jpg');
		width:420px;
		height:23px;
		position:absolute;
		margin-left:-7px;
	
	}

.message_blue {
	width:413px;
	margin-left:330px;
}
	
	.message_blue_top {
		background-image:url('/gfx/message_blue_top.jpg');
		width:413px;
		height:30px;
	}
	
	.message_blue_top_inner {
		padding:10px 0 0 15px;	
	}
	
	.message_blue_middle {
		background-image:url('/gfx/message_blue_middle.jpg');
		width:413px;
	}
	
	.message_blue_middle_inner {
		padding:10px 0 0 15px;	
	}
	
	
	.message_blue_bottom {
		background-image:url('/gfx/message_blue_bottom.jpg');
		width:420px;
		height:23px;
		position:absolute;
		margin-left:0px;
	
	}


/*********************************************************************************************************
MAKE FOOTER STICKY
**********************************************************************************************************/ 

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; min-height: 100%;
}

#main {
	padding-bottom: 85px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -85px; /* negative value of footer height */
	clear:both;
} 






/*********************************************************************************************************
LIVEVALIDATION
**********************************************************************************************************/ 



.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}