@CHARSET "UTF-8";

div#categorycont{
	width: 100%;
}

#categorycont h1{
	padding: 6px;
	margin: 0px;
	font-size: 20px;
	font-family: georgia, verdana, arial, tahoma;
	font-weight: bold;
}

div#selectbar{
	background: url('/images/black_dot.gif') repeat-x center center;
}

div#description{
	float: left;
	width: 800px;
	border-width:0 0 0 1px;
    border-color:#b0b0b0;
    border-style:solid;
	background: #ffffff url('/images/cat_bg.jpg') repeat-x top center;
	font-size: 12px;
	font-family: verdana, arial;
	color: black;
}

div#image{
	width: 250px;
	padding: 10px;
	float: right;	
}

div#details{
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 150%;
}

div.button{
	float:left;
	padding: 6px;
}

div.button a {
    display:block;
    position:relative;
    border-width:1px 0;
    border-color:#777788;
    border-style:solid;
    color:black;
    text-decoration:none;
    margin:4px 1px;
	background-image: url('/images/bgbutton.gif');
	background-repeat: repeat-x;
	background-position: left center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	letter-spacing:0px;
	white-space: nowrap;
}

div.button a span {
	display:block;
	position:relative;
	margin:0 -1px;
	width: 100%;
	border-width:0 1px;
	border-color:#777788;
	border-style:solid;
	padding:3px 8px;
}

div.button a:hover {
    border-color:#aaa;
    color:#333;
}

div.button a:hover span {
    border-color:#aaa;
}

.sm-list{
	font-size: 10px;
	float: left;
	width: 500px;
	margin: 0;
	margin-top: 10px;
	margin-left: 130px;
	padding: 0;
	list-style: none;

}

.listline{
	width:800px;
	border: 1px solid #b0b0b0;
	border-right:0;
	padding-bottom: 10px;
		
}

div.pane{
	float: left;
	width: 125px;
	height: 100px;
	margin: 10px;
	text-align: center;	
}

.subcatname{
	margin-top: 75px;
	height: 25px;
	padding: 0px 4px;
	font-size: 10px;
	font-weight: bold;
}

.block{
	display: block;	
	height: 25px;
	width: 118px;
	padding: 75px 4px 0 4px;
	font-size: 10px;
	font-weight: bold;
}
div.pane img{
	margin: 4px;	
}

.sm-list li{
	background: url('/images/bullet.gif') no-repeat 0 65%;
	float: left;
	width: 235px;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	  
}

#selectcar {
	margin: 0px auto 3px;
	background: url('/images/select-vehicle_bg.jpg') no-repeat top left;
	width: 800px;
	height: 232px;
	padding-top: 60px;
}

#selectcar h3, #selectcar fieldset legend {
	display: none;
}

#selectcar fieldset {
	margin: 0px auto;
	background: url('/images/select-menu_graphics.gif') top right no-repeat;
	width: 745px;
	height: 178px;
	padding-top: 20px;
}

#selectcar fieldset div {
	clear: both;
	height: 36px;
}

#selectcar fieldset select {
	border: 2px solid #000;
	width: 140px;
	margin-left: 10px;
	margin-top: 5px;
}

#selectcar fieldset label {
	float: left;
	display: block;
	width: 32px;
	height: 40px;
}

#selectcar fieldset label.lyear {
	background: url('/images/1_red_off.gif') no-repeat;
}

#selectcar fieldset label.lmake {
	background: url('/images/2_red_off.gif') no-repeat;
}

#selectcar fieldset label.lmodel {
	background: url('/images/3_red_off.gif') no-repeat;
}

#selectcar fieldset label.lyear.disabled {
	background: url('/images/1_gray.gif') no-repeat;
}

#selectcar fieldset label.lmake.disabled {
	background: url('/images/2_gray.gif') no-repeat;
}

#selectcar fieldset label.lmodel.disabled {
	background: url('/images/3_gray.gif') no-repeat;
}

#selectcar fieldset label span {
	display: none;
}
