@charset "utf-8";
/*-----------CSS Document-----------*/
*, ul, li, dl, dt, dd, b {
	list-style:none;
	margin:0;
	padding:0;
}
body {
	color:#333;
	font-size:11px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	background:#ddd;
}
img {
	vertical-align:middle;
	border:0;
}
input, select, textarea {
	vertical-align:middle;
	font-size:11px;
	border:1px solid #ddd;
}
input {
	line-height:22px;
	height:22px;
}
.buttons{
	font-size:11px;
	color:#fff;
	height:23px;
	line-height:23px;
	padding:0 6px; 
	background:#f60;
	border:0;
	font-weight:700;
}
.radios input {
	border:0;
}
.rights span {
	float:right;
}
/*-----------Link Style-----------*/
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#f60;
	text-decoration:underline;
}
.blue a {
	color:#137cc8;
	text-decoration:underline;
}
.blue a:hover {
	color:#004d85;
}
.gray a {
	color:#888;
	text-decoration:underline;
}
.gray a:hover {
	color:#137cc8;
}
/*-----------clear style-----------*/
.clr {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
.clear {
	clear:both;
}
/*-----------toper style-----------*/
#toper {
	width:1000px;
	margin:auto;
	background:url(../images/bg.png) repeat-x;
	text-align:left;
}
.topinfo {
	width:940px;
	margin:auto;
	height:26px;
	background:#f2f2f2;
	padding:10px 10px 0;
}
.topinfo strong {
	color:#f60;
}
.topinfo span {
	float:right;
}
/*-----------header style-----------*/
#header {
	width:1000px;
	margin:auto;
	background:url(../images/bg.png) repeat-x 0 -39px;
	height:205px;
	text-align:left;
}
.headinfo {
	background:url(../images/headbg.png) repeat-x;
	height:113px;
	width:960px;
	margin:auto;
	border-top:1px solid #ddd;
	border-bottom:1px solid #fff;
}
#header #logo {
	background:url(../images/logo.gif) no-repeat;
	width:325px;
	height:113px;
	display:block;
}
.headinfo span {
	float:right;
	background:url(../images/icon.gif) no-repeat -65px 20px;
	padding:22px 30px 0 35px;
	line-height:22px;
}
.menuer {
	width:960px;
	background:#1097e0;
	margin:auto;
	height:39px;
}
.menuer li {
	float:left;
	width:96px;
	height:39px;
	overflow:hidden;
}
.menuer li.selected {
	background:#14aeea;
}
.menuer li a {
	width:96px;
	height:39px;
	text-align:center;
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:700;
	line-height:39px;
}
.menuer li a:hover {
	color:#fff;
	background:#14aeea;
	text-decoration:none;
}
#header .searcher {
	width:948px;
	margin:auto;
	height:36px;
	background:url(../images/searchbg.png) repeat-x;
	border:1px solid #ddd;
	border-top:0;
	overflow:hidden;
	padding:4px 0 0 10px;
}
#header .searcher span {
	float:right;
	padding:10px 10px 0 20px;
	background:url(../images/icon.gif) no-repeat -75px -165px;
}
#header .searcher span strong {
	color:#f60;
}
#header .searcher input {
	line-height:26px;
	height:26px;
	margin-left:2px;
}
#header .searcher input.searchbutton {
	background:url(../images/icon.gif) no-repeat -62px -113px;
	border:0;
	height:29px;
	width:32px;
}
/*-----------flash style--------------- */
/* changeBox_a1 */
.changeBox_a1 {
	float:left;
	width:455px;
	height:230px;
	position:relative;
}
.changeBox_a1 .a_bigImg img {
	position:absolute;
	top:0;
	left:0;
	display:none;
}
/* ul_change_a2 */
.ul_change_a2 {
	position:absolute;
	right:5px;
	bottom:7px;
	padding-left:19px;
	overflow:hidden;
}
.ul_change_a2 li {
	display: -moz-inline-stack;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.ul_change_a2 span {
	display: -moz-inline-stack;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:1.0em;
	padding:4px 8px;
	background:#fff;
	filter:alpha(opacity=85);
	opacity:0.85;
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
	margin-right:2px;
}
.ul_change_a2 span.on {
	padding:4px 8px;
	filter:alpha(opacity=85);
	opacity:0.85;
	background:#1097e0;
	color:#fff;
	font-weight:bold;
}
/*-----------contenter style-----------*/
#contenter {
	width:1000px;
	margin:auto;
	background:#fff;
	text-align:left;
	padding-bottom:10px;
}
/*-----------left style-----------*/
.left {
	float:left;
	width:230px;
	padding-left:20px;
}
.box {
	border:1px solid #1097e0;
}
.boxnav {
	background:#1097e0;
	line-height:30px;
	padding-left:10px;
	height:30px;
	color:#fff;
	font-size:12px;
	font-weight:700;
}
.boxnav span {
	float:right;
	font-size:11px;
	padding-right:10px;
	font-weight:normal;
}
.boxmargin {
	margin-top:10px;
}
.categories {
	background:url(../images/catebg.png) repeat-x 0 bottom;
}
.categories li {
	border-bottom:1px solid #ddd;
}
.categories li a {
	padding-left:15px;
	height:25px;
	line-height:25px;
	display:block;
	font-size:12px;
}
.categories li a:hover {
	text-decoration:none;
	background:#f7f7f7;
}
.newlist {
	padding:7px 0;
}
.newlist li {
	line-height:18px;
	padding-left:15px;
}
.newlist li a {
	text-decoration:underline;
}
.sellerlist {
	padding:0 10px 10px;
	height:240px;
	line-height:150%;
	overflow:hidden;
}
.sellerlist li {
	line-height:16px;
	padding-top:10px;
	height:70px;
	border-bottom:1px dashed #ccc;
}
.sellerlist li h1 {
	float:right;
	width:120px;
	padding:0;
	line-height:20px;
	font-size:12px;
	overflow:hidden;
}
.sellerlist li img {
	float:left;
	background:#eee;
	padding:3px;
	border:1px solid #ddd;
	margin-right:6px;
}
.sellerlist li del {
	color:#888;
}
.sellerlist li strong {
	color:#f60;
}
.stock {
	margin-top:10px;
	display:block;
}
.link {
	padding:10px;
	line-height:16px;
}
.link a{
	white-space:nowrap;
}
/*-----------right style-----------*/
.right {
	float:right;
	width:720px;
	padding:0 20px 0 10px;
}
.flasher {
	float:left;
}
.whole {
	float:right;
	width:253px;
	padding-left:10px;
}
.regnav {
	background:#1097e0;
	height:26px;
	padding:4px 0 0 8px;
}
.regnav a {
	text-align:center;
	line-height:21px;
	height:21px;
	display:inline-block;
	margin-right:5px;
}
.regnav a.regbg {
	width:84px;
	background:url(../images/icon.gif) no-repeat -10px -212px;
	color:#f60;
	font-weight:700;
}
.regnav a.regbg01 {
	background:url(../images/icon.gif) no-repeat -10px -235px;
	width:73px;
}
.whole h3 {
	line-height:25px;
	height:25px;
	background:#ededed;
	font-size:12px;
	border-left:1px solid #1097e0;
	border-right:1px solid #1097e0;
	padding-left:10px;
}
.wholeinfo {
	background:#fff;
	border:1px solid #1097e0;
	border-top:0;
	padding:15px;
	line-height:18px;
	min-height:144px;
	height:auto!important;
	height:144px;
}
.wholeinfo a {
	color:#137cc8;
	text-decoration:underline;
}
.wholeinfo a:hover {
	color:#f60;
}
.introductinfo {
	margin-top:10px;
	padding:15px;
	line-height:16px;
	background:#fff url(../images/catebg.png) repeat-x 0 bottom;
	min-height:100px;
	height:auto!important;
	height:100px;
}
.prolist {
	padding:20px 0 0 10px;
	background:#fff;
}
.prolist li {
	float:left;
	padding:0 0 0 4px;
	width:172px;
	line-height:18px;
	height:195px;
	overflow:hidden;
}
.prolist li .propic {
	background:#f7f7f7;
	padding:4px;
	border:1px solid #ddd;
	width:150px;
	height:115px;
	text-align:center;
}
.prolist li .propic img {
	width:150px;
}
.prolist li p {
	padding:0 4px 5px 0;
	text-align:center;
}
.prolist li p strong {
	color:#f60;
}
.prolist li p.order {
	color:#f60;
	padding:0 4px 0 0!important;
	padding:4px 4px 0 0;
	height:21px;
	line-height:21px;
	background:url(../images/order.gif) no-repeat center 0;
}
.prolists{
	padding-left:0;
}
.prolists li{
	width:165px;
}
.classlist li {
	height:165px;
}
.alsolist li{
	width:186px;
}
.alsolist li .propic{
	width:160px;
	height:123px;
}
.alsolist li .propic img {
	width:160px;
}
/*-----------main style-----------*/
.mainav {
	height:25px;
	padding-top:5px;
}
.mainfo {
	padding:20px;
	line-height:16px;
}
.catelist{
	border:1px solid #1097e0;
	background:#fff;
	padding:8px 0;
}
.catelist li{
	float:left;
	padding:4px 0 4px 23px;
	width:155px;
}
/*-----------productinfo sytle-----------*/
.proinfoL {
	float:left;
	width:310px;
	padding:0 0 10px 10px;
}
.proinfoL p.picimg {
	width:300px;
	padding:5px;
	overflow:hidden;
	background:#f7f7f7;
	border:1px solid #eee;
	text-align:center;
}
.proinfoL p.picimg img {
	max-width:100%!important;
	height:auto!important;
    width:expression(this.width > 300 ? "300px" : this.width)!important;
	margin-bottom:5px;
}
.smallpic{
	width:310px;
	padding-left:2px;
	margin-top:5px;
}
.smallpic li{
	float:left;
	width:76px;
	height:50px;
	overflow:hidden;
	border:1px solid #ddd;
	text-align:center;
	margin-right:-1px;
	cursor:pointer;
}
.smallpic li img{
	height:50px;
}
.proinfoR{
	float:right;
	width:368px;
	padding:0 10px 10px 20px;
	line-height:18px;
}
.proinfoR h1{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0 15px;
}
.proinfoR p del{
	color:#888;
}
.proinfoR p span.prices{
	color:#f60;
	font-size:14px;
	font-weight:700;
}
.proinfoR p.add table{
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:50%;
	margin:10px 0;
}
.proinfoR p.add table th{
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	background:#eee;
	padding:4px;
}
.proinfoR p.add table td{
	text-align:left;
	padding:3px 10px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}
/*-----------cart style-----------*/
.navtitle{
	padding-top:10px;
	color:#1097e0;
}
.navtitle span{
	float:right;
	font-size:11px;
	color:#999;
	font-weight:normal;
}
.navtitle span strong{
	color:#f60;
	font-size:12px;
}
.contentinfo{
	padding:0 20px;
	min-height:500px;
	height:auto!important;height:500px;
}
.cartinfo table{
	width:100%;
	border:1px #ddd solid;
	border-right:0;
	border-bottom:0;
	margin:0 auto;
}
.cartinfo th{
	padding:5px;
	line-height:18px;
	background:#f7f7f7;
	border:1px #ddd solid;
	border-left:0;
	border-top:0;
	text-align:center;
}
.cartinfo td{
	padding:5px;
	border:1px #ddd solid;
	border-left:0;
	border-top:0;
	text-align:center;
}
.cartinfo td a{
	text-decoration:underline;
}
.carimg{
	width:76px;
}
.carimg img{
	width:70px;
	height:50px;
	padding:3px;
	background:#eee;
}
.cartprice{
	padding:10px 0;
	margin:0 auto;
	text-align:right;
	line-height:17px;
}
.cartprice span{
	color:#f60;
}
.forminfo{
	padding-top:20px;
}
.forminfo table{
	width:90%;
	margin:0 auto;
}
.forminfo table td,.forminfo td{
	padding:5px;
	text-align:left;
}
.cartinfo .forminfo th{
	text-align:right;
}
/*-----------loginer style-----------*/
.logL{
	float:left;
	width:470px;
	display:inline;
}
.logR{
	float:right;
	width:470px;
	margin-left:20px;
	display:inline;
}
.logL span,.logR span{
	color:#f60;
}
.loginfo{
	padding-top:50px;
}
.loginfo table td{
	text-align:left;
	padding:8px;
}
/*-----------footer style-----------*/
#footer {
	width:1000px;
	margin:auto;
	background:#0d90dd;
	border-top:1px solid #1097e0;
	text-align:left;
}
.footinfo {
	width:900px;
	margin:auto;
	height:90px;
	background:#fff url(../images/payment.jpg) no-repeat 680px 20px;
	padding:20px 30px;
	color:#888;
	line-height:14px;
}
.footinfo p.gray {
	margin-bottom:10px;
	color:#555;
}
.footinfo p.gray a {
	color:#555;
	text-decoration:none;
}
.footinfo p.gray a:hover {
	color:#f60;
}
