﻿@charset "utf-8";
/* All Css Style  */
* {
	margin:0;
	padding:0;
}






body {
	text-align:center;
	color:#444;
	font-size:12px;
	background:#fff url(../images/bg.png) repeat-x;
	font-family:"宋体";
}
img {
	vertical-align:middle;
	border:0;
}
input, select {
	vertical-align:middle;
}
ul, li {
	list-style:none;
}
.rights span {
	float:right;
}
.buttons{
	background:url(../images/bg_btn2.gif) no-repeat;
	width:100px;
	height:21px;
	line-height:21px;
	text-align:center;
	color:#000;
	border:0;
}
/* link style */
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#f60;
	text-decoration:underline;
}
.clear {
	font-size:0;
	clear:both;
	height:0;
}
#pages{
	clear:both;
	padding:10px 0 10px 10px;
	height:18px;
}
#pages a{
	cursor:pointer;
}

/* header style */
#header {
	text-align:left;
	margin:auto;
	width:960px;
	height:223px;
	background:url(../images/headbg.jpg) no-repeat;
}
#header .rights span{
	color:#03529c;
	padding:8px 10px 0 0;
	height:20px;
}
#header .rights span a{
	color:#03529c;
}
#header .rights span a:hover{
	color:#03529c;
	text-decoration:underline;
}
/* menu style */
.menuer{
	width:940px;
	clear:both;
	padding:111px 10px 0;
	height:48px;
}
.menuer ul{
	height:44px;
	overflow:hidden;
}
.menuer ul li{
	float:left;
	width:94px;
	text-align:center;
	padding-top:17px;
	height:27px;
}
.menuer ul li a{
	color:#fff;
	font-size:14px;
	font-weight:700;
}
.menuer ul li a:hover{
	color:#fc0;
}
.menuer ul li.selected{
	color:#fff;
	background:url(../images/menunav.gif) no-repeat;
	text-decoration:none;
}
.menuer ul li.selected a:hover{
	color:#fff;
	text-decoration:none;
}
.headnav{
	clear:left;
	width:940px;
	padding:10px 10px 0;
	height:25px;
}
.headnav a:hover{
	color:#f60;
}
#header .headnav span{
	padding:0;
	margin-top:-2px;
}
#header .headnav span input{
	height:17px;
	line-height:17px;
	font-size:12px;
	color:#666;
	width:200px;
}
/* link style */
#link{
	clear:both;
	border:1px solid #c0d5f5;
	height:42px;
	padding:10px 8px 10px 28px;
	background:url(../images/menunav.gif) no-repeat -210px -196px;
	margin-top:10px;
	text-align:left;
	line-height:22px;
}
#link a{
	color:#03529c;
	margin-right:8px;
}
#link a:hover{
	color:#f60;
}
/* footer style */
#footer{
	clear:both;
	width:100%;
	height:25px;
	padding-top:25px;
	background:url(../images/footbg.png) repeat-x 0 10px;
	font-family:Verdana, Geneva, sans-serif;
}
#footer a{
	color:#666;
	text-decoration:underline;
}
#footer a:hover{
	color:#f60;
}

/***************** page:cart *****************/
.box{
	border:1px #DCDCDC solid;
	margin-bottom:10px;
	background:#fff url(../images/tl.gif) repeat-x 0 1px;
}
.cart-title{
	height:32px;
	line-height:32px;
	border-bottom:0;
	color:#666;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
}
.cart_table{
	text-align:center;
	border:0;
	background:url(../images/TBG01.gif) repeat-x;
}
.cart-image{
	width:80px;
}
.cart-image img{
	width:60px;
	height:60px;
}
.cart_table .cart-name{
	font-weight:bold;
	text-align:left;
}
.cart_table .Price{
	width:150px;
}
.cart_table .Quantity{
	width:150px;
	text-align:center;
}
.cart_table .Quantity-int{
	width:100px;
	height:16px;
	text-align:center;
}
.cart_table .Total{
	width:150px;
	color:#c00;
}
.cart_table .Actions a{
	width:120px;
	color:#777;
	text-decoration:underline;
}
.cart_table .Actions a:hover{
	color:#c00;
	text-decoration:underline;
}
.cart_table td{
	padding:10px 0px;
}
.cart-total{
	padding-right:30px;
	height:30px;
	background-color:#ffeda0;
	line-height:30px;
	font-weight:bold;
	text-align:right;
}
.cartbtn{
	padding:20px 0 30px;
}
.cartbtn a{
	display:block;
	background:url(../images/bg_btn2.gif) no-repeat;
	width:100px;
	height:21px;
	line-height:21px;
	text-align:center;
	color:#000;
	float:right;
	margin-right:20px;
}
.cartbtn a:hover{
	color:#f90;
}
/***************** page:login *****************/
.login{
	width:450px;
	height:300px;
	float:left;
}
.rt{
	float:right;
}
.login h4{
	background:url(../images/ico_top.gif) no-repeat 16px 8px;
	padding-left:40px;
	margin:10px auto 5px;
	font-size:14px;
	line-height:30px;
	color:#444;
}
.login td{
	line-height:24px;
	padding:3px 0;
}
.logbt{
	display:block;
	margin:5px 0;
	background:url(../images/bg_btn2.gif) no-repeat;
	width:100px;
	height:21px;
	line-height:21px;
	margin:0 auto;
	text-align:center;
	color:#000;
}
.logbt:hover{
	color:#f90;
}
.member_info{
	padding:10px 15px;
}
.member_info p{
	line-height:30px;
}
.main{
	width:730px;
	height:auto;
	overflow:hidden;
}
.side{
	width:234px;
	overflow:hidden;
}
.location2{
	border:1px #dcdcdc solid;
	background: url(../images/tl.gif) repeat-x;
	padding: 0 30px;
	line-height:30px;
	margin-bottom:10px;
	color:#444;
}
.location2 h2{
	font-size:12px;
}
.sbox2{
	border:1px #dcdcdc solid;
	margin-bottom:10px;
	background:#fff url(../images/tl.gif) repeat-x 0 1px;
}
.sbox2 h4{
	background:url(../images/ico_top.gif) no-repeat 16px 8px;
	padding-left:40px;
	margin:10px auto 5px;
	font-size:14px;
	line-height:30px;
	color:#CA0A00;
}

.inpg_con ul li{
	width:240px;
	float:left;
}

.inpg_service_sort{
	height:auto;
}
.inpg_service_sort ul li{
	width:395px;
	float:left;
	text-align:center;
}
.inpg_service_sort ul li img,.service-pic img{
	margin-bottom:8px;
}
.service-pic{
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px #d9d9d9 solid;
}
.inpg_service_sort p{
	line-height:200%;
	padding:10px;
}

.prod_info_title{
	height:25px;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
	padding-left:15px;
	margin-top:10px;
	background:url(../images/title_bg_03.jpg) repeat-x;
}
.prod_info_content,.comment_info_content{
	width:700px;
	margin:10px auto 0;
}
.comment{
	font-size:12px;
}
.commbox{
	padding-bottom:20px;
	border-bottom:1px #ccc dashed;
}
.commbox h5{
	font-size:12px;
	font-weight:normal;
	line-height:180%;
	padding-left:10px;
}
.commbox span.data{
	color:#999;
	float:right;
}
.con{
	padding:10px;
	line-height:200%;
}
.Reply{
	padding:10px;
	border:1px #eaeaea solid;
   
}

.red
{
	color:Red;
}

