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

body, input, select, textarea, table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #666666;
	outline:none;
}
a {
	font-weight:bold;
	color:#0066FF;
	outline:none;
}
object {
	outline:none;
}
a:hover {
	text-decoration:none;
}
/*back end styles*/
#title {
	font-size:18px;
	color:#666666;
	font-weight: bold;
}
#links {
	font-size:12px;
	text-transform:uppercase;
}
/*site styles*/
#body_bg {
	background-color:#EEEEEE;
	margin:0px;
}
#logo_header {
	background-image:url(../images/header_logo.jpg);
	background-repeat:no-repeat;
}
#body_middle {
	background-color:#FFFFFF;
	padding:10px;
}
#body_fade_left {
	background-image:url(../images/body_fade_left.jpg);
	background-repeat:repeat-y;
}
#body_fade_right {
	background-image:url(../images/body_fade_right.jpg);
	background-repeat:repeat-y;
}
#header_links {	
	background-image:url(../images/header_linksbg.jpg);
	padding-left:270px;
	background-repeat:no-repeat;
	height:30px;
}
#header_links img {	
	margin-right:20px;
}
#panel{
	/*border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	border:solid 0px #CCCCCC;*/
	border:none;
	margin-bottom:10px;
	padding:10px;
}
/*thumnail*/
.oldprice{
	font-size:18px;
	color: #090;
	font-weight:bold;
	line-height:24px;
	text-decoration:line-through;
}
#attention{
	color:#FF0000;
	font-weight:bold;
}
.saleprice{
	font-size:18px;
	color:#F00;
	font-weight:bold;
	line-height:24px;
}
.product_title {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
