body {
	margin: 0px;
	padding: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffad1f;
	background:url(../images/layout/topbg.png);
	background-repeat:repeat-x;
	background-color: #262626;	
	line-height: 150%;
}

a {
	color: #ffdf47;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 15px;
	margin-bottom: 10px;
}

ul {
	padding-left: 20px;	
}

#body_container {
	width: 950px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffad1f;
	margin-left: auto;
	margin-right: auto;
}

#header_top {
	background: url(../images/layout/car.png);
	background-position: right;
    background-repeat: no-repeat;
	height: 208px;
	margin-left: 30px;
	margin-right: 10px;
}

#header_menu {
	background-color: #ffad1f;
	height: 30px;
}

#header_container {
	margin-bottom: 30px;
}

.logoimg {
	position: relative;
	top: 80px;
	width: 318px;
	height: 50px;
}

.header_menu_item {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	border-right-color: #262626;	
	border-right-style: solid;
	border-right-width: 1px;
	height: 23px;
}

.header_menu_item:hover {
	background-color: #ffdf47;	
}

.header_menu_item a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #262626;
}
.header_search {
	float:right;
	margin-top: 5px;
}

.searchinput {
	background:transparent;
	border: solid 1px #262626;
	width: 160px;
}

.searchbutton {
	background:transparent;
	border: none;
	padding-left: 14px;
	padding-right: 14px;
}

td input, td textarea {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: transparent;
	color: #ffad1f;
	border: solid 1px #ffad1f;
}

td {
	vertical-align: middle;	
}

.bothseparator {
	clear:both;	
}

#middlepart {
	background: url(../images/layout/middlepartbg.png);
	background-repeat: repeat-y;
	background-position: 180px 0px;
}

#left_container {
	float:left;	
}

#content_container {
	float:left;
	margin-left: 25px;	
	margin-bottom: 20px;
	width: 537px;
}

#right_container {
	float: right;
}

.sidepart {
	width: 180px;
	margin-bottom: 20px;
}

.sidepart_header {
	background-color: #ffad1f;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #262626;	
	padding-top: 6px;
}

ul.header {
	line-height: 100%;	
	margin-left: 10px;
	padding-left: 0px;
}

ul.header li {
	list-style-position: inside;
	list-style-image: url(../images/layout/listimg.png);
	list-style-type: disc;
}

ul.header>li {
	margin-top: 5px;
}

ul.sub {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 7px;
	font-size: 10px;
	padding-left: 0px;
}

ul.sub>li {
	padding-bottom: 3px;	
}

#footer_container {
	background-color: #ffad1f;
	color: #262626;	
	font-size: 10px;
	text-align: center;
	height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#footer_container a {
	color: #262626;			
}

.containermessage {
	font-size: 12px;
	margin-bottom: 20px;
}

.sortdiv {
	margin-top: 20px;	
}

.productitemlistingcont, .productitemlistingcont_middle {
	float:left;	
	margin-top: 20px;
	width: 160px;
	text-align: center;
	background-color: #1a1a1a;
}

.productitemlistingcont_middle {
	margin-left: 25px;
	margin-right: 25px;
}

.productitemlistingname {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 12px;
}

.productitemlistingshort {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.productitemlistingprice {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-bottom: 15px;
	background-color: #262626;	
}

.productinpanelcont {
	width: 160px;
	text-align: center;		
	margin-left: auto;
	margin-right: auto;
}

.detailimage {
	float:left;
	clear:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.detailprice {
	font-size: 12px;
	margin-bottom: 30px;
}

.imagecontainer {
	float:left;	
}


