@charset "utf-8";
/* 基本元素重定义 */
*{
	margin: 0;
	outline: 0;
	list-style-type: none;
	list-style-image: none;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #333333;
	font-size: 11px;
	background-image: url(../images/body_bg.gif);
}
ul {
	padding: 0px;
}
a,a:link,a:visited,a:active  {
	color: #930;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #FF3300;
}
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 {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
}

/* 布局 */
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	background: #FFF;
}
#header,#nav,#banner,#main,#footer {
	clear: both;
	background: #FFF;
}
#header,#service,#logo {
	height: 80px;
}
#logo {
	width:300px;
	float:left;
}
#service {
	float:left;
	width: 640px;
}
#regsiter {
	float: left;
	width: 420px;
	text-align: right;
	margin-top: 20px;
}
#login {
	margin-bottom: 10px;
}
#livechat {
	float: right;
	margin-top: 10px;
}

/* 导航区样式 */
#nav {
	height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
}
#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: 25px;
	display: block;
}
#nav a:hover,#nav .nav_on {
	background-image:url(../images/nav_bg_on.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	color: #333333;
}
.importance {
	font-weight: bold;
	font-style: italic;
	color: red;
}
/* ...................... */



/* banner区样式 */
#banner {
	height: 215px;
	background-image: url(../images/banner_index.jpg);
	color: #FFFFFF;
	background-repeat: no-repeat;
	width: 940px;
	margin-bottom: 10px;
}
#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 {
	padding-left: 20px;
}
#welcome {
	width: 545px;
	padding: 20px;
	height: 135px;
	line-height: 110%;
	overflow: hidden;
}
#welcome h1 {
	font-size: 23px;
	font-style: italic;
	margin-bottom: 15px;
}
/* ...................... */


/* 左边导航区 */
.sidebar {
	float: left;
	width: 220px;
	margin-right: 20px;
	padding-bottom: 10px;
}
#main {
	background-color:#FFF;
}

.sidebar ul {
	padding: 5px;
}
.sidebar h2 {

}
.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;
	background-color: #FFFFFF;
	overflow: hidden;
}
#content h1,#content h3{
	font-size: 20px;
	font-style: italic;
	background-image: url(../images/tit_bg2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 5px;
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 700px;
	padding-left: 20px;
	padding-top: 5px;
}
#program h1{
	font-size: 30px;
	font-style: italic;
	height: 60px;
	padding-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/program_p.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 80px;
	line-height: 150%
}
#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 h3 {
    font-size:16px;
}

#list {
	margin-left: 10px;
	clear: both;
	width: 690px;
}
#list li {
	width: 308px;
	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:0px;
}
#list_menu h4{
	font-size:14px;
	font-style: italic;
	font-weight: bold;
}
#list_menu p{
	color:#666;
	padding-bottom:5px;
}
#list_menu ul{
    width: 700px;
	padding:10px;
}
#list_menu li{
    float: left;
    width: 49%;
	margin-bottom:5px;
}
#paging {
	border: 1px dashed #CCCCCC;
	height: 35px;
	padding: 3px;
	clear: both;
	background-color: #E7E7E7;
	margin-bottom: 10px;
}
#paging li {
	float: left;
	display: block;
	text-align: center;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
}
#paging .next {
	float: right;
	font-weight: bold;
}

/* 脚部区域 */
#footer {
	text-align: center;
	padding: 20px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	height: 120px;
}
#footer .p{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#footer a {
	font-size: 12px;
	margin-right: 13px;
}


/* 通用class样式 */
.red {
	color: #FF0000;
}
.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;
}


/* 后台样式 */
#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_navEE{
    width:100%;
	height: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

#program_nav a:hover,.program_nav_on{
	background-color: #FF3300;
}


#program_nav {
	background-color: #000000;
	height: 30px;
	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;
}

/*新加的*/
img{
    border:0;
}
#details {
    padding: 10px;
	clear: both;
	background-image: url(../images/contentBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	margin-right: 10px;
	width: 670px;
}
#freeshipping{
	position:absolute;
	right:0px;
}
#details .l {
	float: left;
	width: 240px;
	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:400px;
	overflow: hidden;
	
}
#details .r h1 {
	font-size: 18px;
	padding: 0px 0px 20px 0px;
	color:#CC6600;
	background-image: none;
	width:400px;
	clear:both;
}
#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;
}


/*-------新加的news样式-------*/
.news,.newsDetail,.newsList{
   font-family:Arial, Helvetica, sans-serif; 
   font-size:12px;
   padding:0px 8px;
}
#pagination{font-family:Arial, Helvetica, sans-serif;
font-size:12px;}
.news h1{
   font-size:16px; 
   color:#ed6e17;
}
.news_content{
   background:#fcf5ec;
   border:#ffe8c8 solid 1px;
   padding:10px;
   margin-bottom:15px;
}
.news_content h2{
   font-size:12px;
   margin:0 0 15px 0;
}
.news_content ul li{
   list-style: none;
   padding-bottom:5px;
}
.news_content ul li a{
   text-decoration:none;
   color:#2f67a5;
}
.news_content ul li a:hover{
   color:#ed6e17;
}
.news h2{
   font-size:12px;
   margin:0 0 15px 0;
}
.news ul li{
   list-style: none;
   padding-bottom:5px;
}
.news ul li a{
   text-decoration:none;
   color:#2f67a5;
}
.news ul li a:hover{
   color:#ed6e17;
}
.newsDetail h1{
   text-align:center;
   font-size:16px; 
   color:#ed6e17;
   border-bottom:#CCCCCC solid 2px;
   padding-bottom:5px;
}
.newsDetail h2{
   font-size:14px;
 }
.newsDetail a{
   color:#2f67a5
}
.newsList dl dt{
  margin:0px;
}
.newsList dl dt a{
   text-decoration:none;
   font-size:14px; 
   color:#2f67a5;
   font-weight:bold;
}
.newsList dl dt a:hover{
   text-decoration: underline;
   color:#ed6e17;
 }
.newsList dl p{
  color: #999999;
  margin:0;
}
.newsList dl dd{
  margin:10px 0 20px 0;
  border-bottom:#CCCCCC dashed 1px;
  padding-bottom:15px;
}


/*---------------------------blog--------------------------*/
.clear{ clear:both}
#content_box{ width:940px; margin:10px auto; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.clumb{ font-size:11px; margin-bottom:15px;}
.clumb a{ color:#333333; text-decoration:none}
/*middle*/
.middle{ width:710px; float:left; margin-right:20px; background:#FFFFFF; font-size:12px}
.middle_content{ border-bottom:#CCCCCC dashed 1px; margin-bottom:25px; line-height:18px; padding-bottom:15px}
.middle_content a{ color:#930;text-decoration:underline}
.middle_content h1{ color:#333333; margin:0;font-size:18px;}
.middle_content h2{ color:#333333; margin:0;font-size:16px;}
.middle_content h2 a{ color:#333333;}
.middle_content h2 a:hover{ color:#666666; text-decoration:underline}
.middle_content h4{ color:#999999; font-size:11px; font-weight: normal; margin:0 0 10px 0; padding-top:5px}
.middle_content h4 a{ color:#2a88d0;text-decoration:underline}

.tags{ color:#999999; display:block; font-size:11px; margin-top:10px;} 
.tags a{ color: #930; text-decoration:none}

.middletop{}
.middletop ul{ margin:0; padding:0}
.middletop ul li{ float:left; width:48%; list-style:none; margin-left:10px;}
.middletop ul li a{ color:#738558;text-decoration:underline}

#comments{ background:#e8f1f9; padding:8px; clear:both; margin-top:20px; border:#cadff2 solid 1px; margin-bottom:10px;}
#comments h3{ font-size:14px; margin:0; padding-bottom:8px;}
#comments p{ font-size:12px; margin:0}
#comments p a{color:#ff0000;text-decoration:underline}

/*right*/
.right_content{ width:200px; float:left;}
.right_content ul{ margin:0; padding:0}
.right_content ul li{ list-style:none;}

#recent_posts,#categories,#archives{margin-bottom:10px}
#recent_posts h2,#categories h2,#archives h2{font-size: 14px;font-weight: bold;color: #000;background: url(../images/blogtitle_bg.jpg) no-repeat;padding:6px 0 0 35px; margin:0; height:32px;}
#recent_posts ul,#categories ul,#archives ul{ margin:0;padding:10px; font-size:11px}
#recent_posts ul li{ padding:5px 0px; list-style:none; background: url(../images/arrow.gif) no-repeat 0 10px; padding-left:12px}
#recent_posts ul li a,#categories ul li a,#archives ul li a{ color: #930; text-decoration:none}
#recent_posts ul li a:hover,#categories ul li a:hover,#archives ul li a:hover{ color: #FF3300; text-decoration:underline}

#categories ul li,#archives ul li{ padding:3px 0px; list-style:none;}

/*paymenttracking*/
#paymenttracking{width:926px;margin:0 auto 10px auto;background:#FFFFFF;font-size:10pt;font-family: Arial, Helvetica, sans-serif;}
#paymenttracking h1{ font-size:22px; font-weight: bold; color:#656565; margin:0; padding:10px 0 20px 0px;background: none;}
#paymenttracking .pt_tips{text-align: center;font-size:10pt;font-weight: bold;color:#bd0000;border:#bd0000 dashed 1px;padding:10px;margin:0;background:#FFF6BB;}
#paymenttracking .pt_state{ width:600px; margin:0 auto; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
#paymenttracking .pt_state a{ color:#0066CC; text-decoration:underline}
#paymenttracking .pt_state h1{ font-size:22px; font-weight: lighter; color:#d10000; margin:0; padding:0 0 10px 0;background: none;}
#paymenttracking .pt_state h2{ font-size:14px; color: #666666; font-weight:lighter; margin:0; padding:0 0 20px 0;}
#paymenttracking .pt_state h3{ font-size:14px; font-weight:bold; color:#0066CC; display:block; background:#e0f2f6;margin:0 0 10px 0; padding:5px 5px}
#paymenttracking .pt_state p{ margin:0; padding:10px 0}
#paymenttracking .pt_state_font_red{ color:#d10000}
#paymenttracking .pt_state_font_blue{ color:#0000d1}
#paymenttracking .pt_state_success{ color:#0000d1}
#paymenttracking .pt_state_pending{ color:#0000d1}
#paymenttracking .pt_state_fail{ color:#d10000}