@charset "utf-8";
/* CSS Document */

body {margin:0; padding:0; background:url(images/bg.jpg) repeat-x top #FFFFFF;
font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333;
}

ul, ol , form{list-style:none; margin:0; padding:0;}

a { text-decoration:none; color:#333333;}

.clear {clear:both;}

#wrapper {
	width:800px;
	background:url(images/topbg.jpg) no-repeat top center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.searchinput {
	width:160px;
	height:16px;
	border:solid 1px #CCCCCC;
	margin-right: 5px;
	float: left;
	font-size: 11px;
	padding-left: 5px;
}
.incart {color:#CC0033;}
.incart a{color:#CC0033;}
#site{
	width:800px;
	margin-top: 5px;
}
#sidebar {
	width:245px;
	float:left;
	padding-bottom: 5px;
}
#main{ width:550px ; float:right;}

.product {
	padding-bottom:10px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	text-align: center;
	border:1px #CCCCCC dashed;
}
.product h1 {
	margin:0;
	font-size:12px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.product h1 a:hover{color:#CC0033;}
.productthumb { }
.productin{
	height:95px;
}

.price {
	color:#FF6600;
	font-size:14px;
	font-weight:bold;
	padding-top: 5px;
}
.price img {
	margin-left:5px;
}

.sidebox {
	width:245px;
	background:url(images/sidebg.jpg) repeat-y;
	margin-bottom: 5px;
}
.sidebox h1{
	height:24px;
	margin:0;
	font-size:12px;
	background-image: url(images/sidetopic.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
}
.sidecontent {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 12px;
}
.sidecontent li{
	padding:3px 0px 5px 20px;
	background:url(images/bg_list.gif) 3px 8px no-repeat;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eeeeee;
}
.sidecontent a:hover{color:#CC0033;}

.servicecontent {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 12px;
}
.servicecontent li{
	padding:3px 0px 5px 0px;
	/* background:url(images/bg_list.gif) 3px 8px no-repeat; */
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eeeeee;
}
.servicecontent a:hover{color:#CC0033;}

.brandinput {
	width:210px;
	font-size: 12px;
}

