@charset "utf-8";
.style.css {
}

body{/* The page background, font, font size and color. */
	font-family:Tahoma;
	font-size:11px;
	color:#111111;
	/* These are the values around the HTML code, so setting it on 0px will leaves us with no padding around the
	design, rendering the page at the absolute top. */
	margin:0px;
	padding:0px;
}

.blue {color:#648CB4; text-decoration:none}
.orange {color:#FF9900; text-decoration:none}

.menu{
	color:#939393;
	text-decoration:none;
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
}

.vertical_divider{
	background:url("images/bot_px.gif") left repeat-y;
}

.horizental_divider{
	background:url("images/px.gif") center repeat-x;
}

.h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;

	color:#FF9900;
}

.h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF9900;
}

.pg{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	margin-left:10px;
	margin-right:10px;
}

.used_truck{
	width:120px;
	height:90px;
	border:thin;
}

.price{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}

.white {color: #FFFFFF; font-size: 11px; font-family: tahoma; font-weight: bold; }
#note{left:16px;top:289px;width:190px;height:28px;z-index:2;color:#afb8ba; padding-top: 6px;}
#dropdata{font-size:8pt;font-family:tahoma,sans-serif;border:1px solid #afb8ba;background-color:#dadedf;color:#69797d;height:18px; text-indent: 3px;}


.forum_fields{
	width:128px; 
	height:17px; 
	color:#616161; 
	border-width:1px; 
	border-style:solid; 
	border-color:#637485; 
	font-family:tahoma; 
	font-size:11px;
}

.forum_textarea{
	width:218px; 
	height:84px; 
	color:#616161; 
	border-width:1px; 
	border-style:solid; 
	border-color:#637485; 
	font-family:tahoma; 
	font-size:11px; 
	overflow:auto;
}	