/* Base CSS */

html, body, div, h1, h2, p, br, a, hr, strong, em, img, table, tr, td, form, input, select, textarea, fieldset, ul, li {
	margin: 0px;
	padding: 0px;
}

p, li, span, div {
    font:14px "franklin gothic medium", arial, verdana;
}

p {
    padding:0em;
    margin:0em 0em 13px 0em;
    line-height:17px;
}

a img {
    border:none;
}

h2 {
	font-size: 14px;
	font-weight: normal;
}

hr {
	margin: 7px 0px 6px; _margin: 0px;
	height: 1px;
	border: 0px; 
	border-bottom: 1px solid #999;
}

a:link, a:visited {
    color:#006;
    text-decoration: underline;
}

a:hover {
    color:#999;
    text-decoration: underline;
}

ul, li {
    margin:0px;
    padding:0px;
}
div.main a {
	decoration: underline;
}

div.box {
	margin-bottom: 20px;
}

.slideshow {margin-bottom: 5px;}
.slideshow img { padding: 10px; border: 1px solid #ccc; background-color: #eee; }


/**** TABLES ******************************************************************/
table {
	width: 100%; _width: 99%;
	border-collapse: collapse;
	border: 0px;
} table td {
	vertical-align: top;
} table.admin {
	margin-top: 5px;
	line-height: 15px;
	background-color: #eee;
	border: 1px solid #777;
} table.admin tr:hover td {
	background-color: #ddd;
} table.admin th {
	padding: 2px;
	background-color: #ddd;
	border-top: 1px solid #777;
	border-bottom: 1px solid #999;
	text-align: left;
} table.admin td {
	padding: 2px;
} table.admin td.icon {
	padding: 0px;
} table.admin td.icon img {
	margin: 0px;
	padding: 4px 8px;
	border: 0px;
} table.admin td.icon img:hover {
	background-color: #ddd;
}
table tr.sold {
	color: #999;
}

/****** SUBMENU ***************************************************************/
div.submenu {
	margin-bottom: 10px;

} div.submenu ul {
	list-style-type: none;
} div.submenu ul li {
	display: inline;
} div.submenu ul li.active a {
	font-weight: bold;
}

/****** DEBUG *****************************************************************/
div.debug {
	margin-top: 300px;
	color: #111;
	background-color: #eee;
} div.debug pre {
	font-family: Courier New, monospace;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #eee;
}

/**** FORMS *******************************************************************/
form fieldset {
	padding: 0px;
	margin-bottom: 15px;
	border: 0px;
} form label {
	margin-bottom: 5px;
	display: block;
	width: 140px; _width: 137px;
	float: left;
} form input, form select, form textarea {
	margin-bottom: 5px;
	padding: 1px;
	color: #111;
	font-size: 12px;
	vertical-align: top;
	background: #ddd;
	border: 1px solid #999;
} form div.radio {
	margin-left: 140px;
} form br {
	line-height: 8px;
	clear: left;
} form input.button {
	margin-left: 140px;
	margin-bottom: 0px;
	padding: 3px; _padding: 3px 1px 2px;
	color: #111;
	font-weight: bold;
} form input.nomargin {
	margin-left: 0px;
} form a.required {
	margin-left: 2px;
	color: #ddd;
} form a.red{
	color: #f00;
} div.feedback {
	margin-left: 140px;
	padding: 3px;
	color: #f00;
	border: 1px solid #f00;
} div.blocks_left label, div.blocks_right label {
	float: none;
}

/**** BBCODE ******************************************************************/
div.textarea {
	margin-left: 140px; _margin-left: 137px;
} div.textarea div.iefix {
	_width: 98%;
} div.textarea img {
	padding: 4px;
	cursor: pointer;
	background-color: #ddd;
	border: 1px solid #999;
} div.textarea  img:hover {
	background-color: #666;
	border: 1px solid #999;
} div.textarea select, div.textarea option {
	padding: 1px;
	font-weight: bold;
} div.textarea div.helpbox {
	padding: 2px;
	height: 14px;
	overflow: hidden;
	background-color: #999;
}

/* CARS */
div.car_list {
	margin: 5px 18px 5px 0px;
	padding-bottom: 10px;
	width: 200px;
	float: left;
	border-bottom: 1px solid #999;	
}


/* Lightbox */
#lightbox{
	color:#eee;
	font:15px Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	padding: 10px;
	border: 5px solid #222;
}
#lightbox a{color:#eee;}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/images/overlay.png", sizingMethod="scale");
}


#dtc {
	float: right;
}
