@charset "utf-8";
/* 基本元素重定义 */
*{
	margin: 0;
	outline: 0;
	list-style-type: none;
	list-style-image: none;
}
body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #333333;
	font-size: 11px;
	background-image: url(../images/bgr.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
textarea,input{font-family: Arial, Helvetica, sans-serif;}
ul {
	padding: 0px;
}
a {
	color: #06C;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #F30;
}
h2,h3 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	clear: both;
	float: none;
}

h4 {
	font-size: 11px;
	margin-bottom: 5px;
	line-height: 110%;
	font-weight: normal;
}
/*textarea,input {
	border: 1px solid #CCCCCC;
}*/

/* 布局 */
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
}
#header,#nav,#banner,#main,#footer {
	clear: both;
}
#header,#service,#logo {
	height: 90px;
}
#logo {
	width:220px;
	float:left;
	text-align: center;
}
#service {
	float:left;
	width: 720px;
}
#regsiter {
	float: left;
	color: #FFF;
	width: 500px;
	text-align: right;
	margin-top: 20px;
}
#regsiter a{
	color:#FFF;
}
#login {
	margin-bottom: 10px;
}
#livechat {
	float: right;
	margin-top: 10px;
}


/* 导航区样式 */
#nav {
	height: 32px;
	background-color:#18273C;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 130px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0003;
}
#nav li {
	float: left;
}

#nav a{
	width: 100px;
	float: left;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	padding-top: 10px;
	height: 23px;
	display: block;
}
#nav a:hover {
	color: #FFFFCC;
}
.importance {
	color: #CC0003;
	font-weight: bold;
}
/* ...................... */



/* banner区样式 */
#banner {
	height: 215px;
	background-image: url(../images/banner_index.jpg);
	background-repeat: no-repeat;
	width: 700px;
}
#banner2 {
	height: 190px;
	float: left;
	width: 430px;
	margin-right: 10px;
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 10px;
}
#banner2 h2 {
	margin-top: 30px;
	margin-bottom: 5px;
}
#banner2 p {
	width: 60%;
	margin-bottom: 10px;
}
#banner2 a {
	color: #FFFFFF;
}
#banner2 a:hover {
	color: #FF3300;
}
#search {
	height: 25px;
	clear: both;
	padding: 5px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
}
#welcome {
	width: 520px;
	float: left;
	padding: 10px;
	height: 135px;
	line-height: 110%;
	overflow: hidden;
}

/* ...................... */


/* 左边导航区 */
.sidebar {
   float: left;
	width: 220px;
	margin-right: 20px;
	background-color:#DEE2E9;
}
#main {
	background-color:#FFF;
}

.sidebar ul {
	padding: 5px;
}
.sidebar h2 {
	padding: 3px;
	font-weight: bold;
	color: #18273C;
	background-image: url(../images/sidebar_tit_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}
.sidebar ul a {
	display: block;
	height: 19px;
	padding-left: 5px;
}
.sidebar ul a:hover {
	text-indent: 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-weight: bold;
}
/* ...................... */


/*内容区域*/
#content {
	width:700px;
	float:left;
	margin-top: 10px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#program h1{
	font-size: 15px;
	line-height: 150%
	font-style: italic;
	height:20px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0px;
}
#content dd {
	margin: 10px;
}
#content dl {
	padding-right: 10px;
}

#content dt {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
}
#content dd p {
	margin-bottom: 5px;
	line-height: 160%;
}

#content h1 {
    font-size: 16px;
	color: #FFFFFF;
	height: 25px;
	background-color: #18273C;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CC0003;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 8px;
}
#content h3 {
    font-size: 16px;
	padding: 2px;
	color: #FFFFFF;
	height: 25px;
	margin-bottom: 10px;
	background-color: #18273C;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CC0003;
}

#list {
	margin-left: 10px;
}
#list li {
	width: 208px;
	height: 150px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px dashed #FFF;
}
#list li:hover {
}

#list .list_img {
	float: left;
	margin-right: 5px;
	height:150px;
}

/*分类列表*/
#list_menu {
	margin-bottom:10px;
}
#list_menu h4{
	font-size:14px;
	font-style: italic;
	font-weight: bold;
}
#list_menu p{
	color:#666;
	padding-bottom:10px;
}
#list_menu ul{
	border:1px solid #39440C;
	padding:10px;
}
#list_menu li{
	margin-bottom:5px;
}
/* ...................... */


/* 脚部区域 */
#footer {
	text-align: center;
	padding: 20px;
	color: #FFF;
	background-color: #18273C;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CF0003;
	height: 120px;
}
#footer .p{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#footer a {
	font-size: 12px;
	margin-right: 13px;
	color: #FFF;
}


/* 通用class样式 */
.red {
	color: #FF0000;
}
.bg_red {
	background-color: #CC0003;
}

.font14 {
	font-size: 14px;
}

.tips {
	color: #999999;
}
.line2 {
	text-decoration: line-through;
}

.left {
	float: left;
	margin-right: 20px;
}

.t10px {
	margin-top: 5px;
}
.t20px {
	margin-top: 20px;
	margin-bottom: 20px;
}
.r10px {
	margin-right: 10px;
}

/* 表格样式 */
.table {
	border: 1px solid #CCCCCC;
	margin: 10px;
}
.tit1 {
	font-weight: bold;
	background-color: #666666;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}.tit3 {
	background-color: #FFFFCC;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
}
.go {
	height: 23px;
	width: 63px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 5px;
	color: #FFF;
}



/* 后台样式 */
#program {
	margin-top: 20px;
	background-color: #FFFFFF;
	padding: 10px;
}
#program a{
	text-decoration: none;
	color: #0066CC;
}
#program table a:hover{
	color: #FF3300;
	text-decoration: underline;
}
#program_info {
	background-color: #E6E6E6;
	padding: 10px;
	margin-bottom: 10px;

}
#program_nav li{
	float: left;
}
#program_nav a {
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
	height: 20px;
	width: 100px;
}
#program_nav a:hover,.program_nav_on{
	background-color: #CC0104;
}


#program_nav {
	background-color: #18273C;
	height: 30px;
	margin-top: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
#program_content {
	padding: 20px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.program_tit1 {
	text-align: center;
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
}
#program_navEE{
    width:100%;
	height: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	margin-top: 5px;
}
#welcome h1{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	clear: both;
	float: none;
    background-image: none;
	background: none;
	color: #333333;
}
/*新加的*/
img{
    border:0;
}
#details {
	padding: 15px;
	color:#000000;
	margin-bottom:15px;
	text-align: left;
}
#freeshipping{
	position:absolute;
	right:0px;
}
#details .l {
	float: left;
	width: 210px;
	text-align: center;
	border:#CCCCCC solid 1px;
	margin-bottom:15px;
	position:relative;
}
#details .l p{
    margin:20px 0px;
}
#details .l span{
}
#details .l span a{
   display:block;
   height:20px;
   background:#a2a2a2;
   color:#FFFFFF;
   font-size:10px;
   text-decoration:none;
   font-weight:bold;
   padding-top:3px;
}
#details .r {
	float:left;
	margin-left:15px;
	font-size:12px;
	line-height:18px;
	margin-bottom:15px;
	width:440px;
}
#content #details .r h1 {
	font-size: 18px;
	color:#CC6600;
	background-color: #ffffff;
	border-left-width: 0px;
	border-left-style: none;
	margin:0px;
	padding:0px;
	margin-bottom: 50px;
    border-style: none;

}
#content #details h1 {
	font-size: 18px;
	color:#000;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-color: #aeaa9c;


}
#details .r h2{
	font-size: 11px;
	margin:0;
	font-weight:lighter;
	color:#666666;
}
.red{
    color: #FF0000;
}
.Price{
  padding:10px;
  border-bottom:#aeaa9c solid 1px;
  border-right:#aeaa9c solid 1px;
  border-left:#aeaa9c solid 1px;
  border-top:#aeaa9c solid 3px;
  clear:both;
}
.Quantity{
  border-bottom:#CCCCCC dashed 1px;
  margin:0 0 10px 0;
  padding-bottom:10px;
}
#buynow{
  margin:10px 0 0 0;
  text-align:center;
}

.detailsinf {
  clear:both;
}
.font16px_red{
  font-size:16px;
  color:#FF0000;
}
.font16px_org{
  font-size:16px;
  color:#ff6000;
}
.blue{
  color:#00496d;
}

.font_line{
   text-decoration:line-through;
}
