@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	background-color:#E6E6E6;
	color:#444;
	/*
	font-family:Verdana, Arial, Helvetica, sans-serif;
	*/
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;

	line-height: 20px;
}

a {
	text-decoration:none;
	color:#36c;
}
a:visited {
	text-decoration:none;
	color:#36c;
}
a:hover {text-decoration:underline;}

h1 {font-size:13px; margin:0; padding:0;}
h2, h3 {font-size:12px; margin:0; padding:0;}

p {	padding-bottom: 6px;}

a img {
	border: 0;
}

/*-----------------------------------------*/

#bg_tp {
	width: 100%;
	height:70px;
	background-image: url(images/bgtp.png);
	background-repeat: repeat-x;
}
#bg_cc {
	width:800px;
	/*margin: -6px auto 0 auto;*/
	margin: 0 auto;
	padding:0 8px;
	background:url(images/bgcc.png) repeat-y;
}
#bg_ft {
	width:800px;
	margin:0 auto;
	padding:0 8px;
	height:12px;
	background:url(images/bgft.png) no-repeat;
}

#logo {
	background:url(images/logo.png) no-repeat;
	float:left;
	height: 38px;
	width: 134px;
	margin: 32px 0 0 10px;
	display:inline;
}
.main {
	padding:10px;
	line-height: 23px;
}

.left {
	float:left;
	width: 73%;
	/*border:1px solid #92B0DD;
    background-color: #FFF;*/

}
.right {
	float: right;
	width: 26%;	
		
	border:1px solid #CCC;
	/*background-color:#FCFCFC;*/
	margin-bottom: 20px;
}

#cpyrt {
	text-align:center; 
	font-size:12px; 
	color:#666666; 
/*	border-top:1px dashed #999999; 
	margin: 5px 0 0 0; 
	padding: 5px 0 7px 0;
*/}

/*-----------------------------------------*/
/*Nav*/
#nav_tp {
	margin: 0 auto;
	width: 800px;
/*	text-align:center;*/
/*	overflow:auto;
	zoom:1;*/
}
#nav_tp ul {
	margin: 35px 0 0 60px;
	/*margin-left:140px;*/
	list-style:none;
	float:left;
}
#nav_tp li {
	float:left;
	line-height: 30px;
	padding-left: 20px;
	margin: 0 5px;
}

#nav_tp a 	{
	font-weight:bold; 
	color:red; 
	text-decoration:none; 
	padding:5px 15px 0 0; 
	display:block; 
}
#nav_tp ul li a:link,#nav_tp ul li a:visited {font-weight:bold; color:#666; text-decoration: none;}
#nav_tp ul li a:hover{color:#0099FF;}


#home #pg_home, #products #pg_products, #buy #pg_buy, #help #pg_help, #contact #pg_contact, #blog #pg_blog {background:url(images/navbt.png) no-repeat 0 0;}
#home #pg_home a, #products #pg_products a, #buy #pg_buy a, #help #pg_help a, #contact #pg_contact a, #blog #pg_blog a { color:white; background:url(images/navbt.png) no-repeat 100% 0;}

/*----------------------*/
/*Nav Bottom*/
#nav_bt {
	clear:both;
	margin: 5px;
	text-align:center;
	color:#999999;
	border-top: 1px dashed #CCCCCC;
}
#nav_bt a {margin: 0 20px;}

/*-----------------------------------------*/
.ad_bx {
	margin: 5px auto;
}

.ad_bx ul {
	list-style:none;
	margin:0;;
	padding: 4px 0;
	overflow:auto;
	zoom:1;
	text-align:center;
	
	/*border-bottom:1px dashed #FF9900;
	background-color:#F0FBEB;*/
}
.br {
	border:1px solid #DDD;
}

.ad_bx li {
	text-align:center;
	margin: auto 10px;
	float:left;
	width: 30%;
	display:block;

}
.ad_bx img{
	padding:5px;
	border:0;
	margin: 0 auto;
}

.ad_bx span{
	float: left;
	font-weight:bold;
	margin: 0 auto;
}

/*-----------------------------*/
.top {
	padding: 5px;
	clear:both;
	overflow:auto;
	zoom:1;
	
	/*border:1px solid #CCC;
	
	margin-bottom: 20px;*/
}

.box {
	margin-bottom: 10px;/**/
	padding: 5px;
	clear:both;
	overflow:auto;
	zoom:1;
	
	/*border:1px solid #DDD;*/
}
.box h2 {
	margin-bottom: 5px;
	text-align: left;
}

.video	{
	float:left;
	margin:8px 10px 0 0;
	/*border:1px solid #CCCCCC; 
	padding:2px; 
	background:#EEEEEE;*/
}
.f_r {
	float: right;
	margin-left: 10px;
}
.f_l {
	float:left;
	margin-right: 10px;
}
.r_img	{
	float:right; 
	margin-left:10px; 
	border:1px solid #CCCCCC; 
	/*padding:1px; 
	background:#EEEEEE;*/
}
.l_img {
	float: left;
	margin: 4px 6px 0 0;
}

/*-----------------------------*/
.st_bx {
	margin-bottom: 4px;
	padding: 4px;
	
	/*border:1px solid #CCC;
	background-color:#F0FBEB;*/
}


.bts {
	clear:both;
	height: 30px;
	text-align: right;
	margin: 6px 0;
}
.bts ul {
	list-style: none;
}
.bts li {
	display:inline;
}
.bts img {
	margin-left: 20px;
	border: 0;
}


.st_bx .title {
	clear: both;
	overflow:auto;
	float: left;
	width: 280px;
}
.title h3 {
	font-size:10px;
	color:#999999;
	padding-left: 12px;
}
.st_bx .info {
	margin-top: 20px;
	float:right;
}
.st_bx .info ul {
	list-style: none;
}
.st_bx .info li{
	display:inline;
	margin-right: 6px;
}

.desc{
	clear:both;
	border-top:1px dotted #CCC;
	padding: 5px;
}

.st_bx .desc p{
	padding-bottom: 10px;
}

.price {
	font-weight:bold;
	color:#FF3300;
}

/*-----------------------------------------*/
/*Blog*/
.blog_title h2 {
	background-image:none;
}
.blog_title h3 {
	float: left;
	font-weight:bold;
	font-size: 10px;
	color:#999;
}
.blog_info{
	float:right;
}
/*-------------------------------------------*/
/*Right*/
.right .r_bx{
	margin-bottom: 4px;
	overflow:auto;
	zoom:1;
}
.right h5{
	background-color: #ECECEC;
	font-size: 12px;
	padding: 2px;
}

.bkmrk .addthis_toolbox{
	padding: 4px;
}

.r_im {
	padding: 4px;
}
.right p, form, h5{
	margin: 0;
	padding: 0;
}
.right p {
	padding: 4px;
}

.right ul {
	list-style:none;
	margin: 0;
	padding: 4px 0 4px 10px;
}

.right li {
	clear:both;
	margin: 4px 0;
}

.blog span {
	color:#AAA;
	float: right;
	padding-right: 2px;
}

.pd img {
	border: 0;
	margin-right: 4px;
}

.pd li {
	height: 24px;
}

.liim li {
	background:url(images/li1.gif) no-repeat 0 7px;
	padding-left: 14px;
}

.blog li {
	background:url(images/doc.gif) no-repeat 0 4px;
	padding-left: 16px;
}

.blog2 li {
	background:url(images/post.gif) no-repeat 0 0;
	padding-left: 28px;
	line-height: 32px;
}

/*--------------------------------*/
.pd_list h2 {
	margin-bottom: 0;
}

.pd_list ul {
	clear: both;
	list-style: none;
	margin-bottom: 10px;
	overflow: auto;
}

.pd_list li {
	float:left;
	margin-right: 18px;
	display: inline;
}

.pd_list .s_tl {
	width: 300px;
}
.pd_list .s_im {
	margin-top: 10px;
/*	width: 100px;
	text-align: center;
*/}
/*---------------------------*/
.nav_sub ul{
	list-style:none;
}

.nav_sub li {
	display: inline;
	margin-right: 5px;
	font-weight: bold;
}

/*-----------------------------*/
.pdpgbx {
	margin-top: 20px;
}

.pdpgbx h1 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	display: block;
}

.pdpgbx h2 {
	font-size: 10px;
	color:#999;
	display: block;
}
/*------------------------------*/
.fabx{
	margin-bottom: 10px;
}
.fabx ul{
	list-style: none;
}
.fabx li{
	margin-bottom: 10px;
	overflow: auto;
	zoom:1;
}
.fabx span{
	clear:inherit;
	float: left;
	display: block;
}
/*--------------------------*/
.sshot ul {
	list-style: none;
	width: 500px;
}
.sshot li{
	float: left;
	border: 1px solid #CCCCCC;
	margin: 4px;
	display: block;
	padding: 4px;
}

.pvw {
	margin: 4px;
	border: 1px solid #CCCCCC;
}

.pvw h3 {
	text-align: left;
	font-size: 12px;
}

ul.pinfo li span{
	float: left;
	width: 100px;
}

ul.pinfo li strong {
	font-weight: normal;
	float: left;
	width: 80px;
	display: inline;
}

.ex {
	margin: 5px 0;
}
/*-------------------------*/
.order {
	margin: 10px 0 10px 0;
}
.order ul{
	clear: both;
	list-style: none;
	/*height: 40px;*/
}
.order li{
	float: left;
	display: block;
	margin-bottom: 10px;
}

li.od_tl {
	width: 200px;
	margin-right: 20px;

}

li.od_tl img {
	margin-right: 6px;
}

li.od_vl {
	width: 100px;
	margin-right: 20px;
}

li.ol_pc {
	text-align: right;
	width: 100px;
}

li.free {
	float: right;
}

/*-------------------------*/
.help_list ul{
	list-style: none;
}
.help_list ul li{
	margin-left: 10px;
	padding-left: 20px;
	background:url(images/doc.gif) no-repeat 0 4px;
}
.faq_d {
	margin-bottom: 10px;
}
.faq_d ul{
	list-style: none;
}
.faq_d li{
	margin: 4px 0 4px 10px;
	padding-left: 20px;
	background:url(images/doc.gif) no-repeat 0 4px;
}

.faq {
	margin-bottom: 10px;
}
.faq .question {
	font-weight: bold;
	padding-left: 20px;
	background:url(images/help.gif) no-repeat 0 4px;
}

.faq .answer {
	padding-left: 20px;
}
/* feedback form*/
.fb_form table {background:#fafafa; border: 1px solid #ccc;}
.fb_form td {padding:5px 0 5px 15px;}
.fb_form label {display:inline;}
.fb_form input,select,textarea {font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.fb_form textarea {line-height:20px;}
.red {color:red;}

/*---------------------*/
.box ol {
	padding-left: 30px;
}

.fa_ex {
	margin-left: 4px;
	padding-left: 14px;
	background:url(images/li1.gif) no-repeat 0 6px;
}

.doc {
	background:url(images/doc.gif) no-repeat 0 4px;
	padding-left: 16px;
}

.clear{
	clear: both;
}

.del {
	color:#999999;
	font-weight:normal;
	text-decoration: line-through;
}

.dsct {
	color:#FF3333;
}
.ckvl
{
	margin-right: 20px;
}
.discount {
	color:#FF3333;
}

.box h1, h2 {
	background:url(images/title.gif) no-repeat 0 7px;
	padding-left: 14px;
}
.helplist li {
	padding-left: 10px;
	margin: 3px 0;
	height: 24px;
}
.helplist img{
	padding: 4px 6px 0 0;
}

.qklk ul{
	margin-left: 16px;
	list-style: none;
}
.tip_box {
	clear: both;
	border:1px solid #E0C85E;
	background-color:#FFFFDD;
	line-height: 25px;
	padding-left: 30px;
	margin: 0 0 10px 0;
	background: url(images/tip.gif) 6px 4px no-repeat;
}

/*-----------------------------------------*/
.info_left {
	float: left;
	width: 72%;
	margin-right: 10px;
}
.info_left .info_box{
	height: 235px;
}
.info_right {
	float:right;
}

.hide{
	display:none;
}

.info_bt_nm {
	background:url(images/normal.png) no-repeat 0 0;
	width: 165px;
	height: 55px;
	line-height: 55px;
	padding-left: 35px;
	margin-bottom: 6px;

}
.info_bt_st {
	background:url(images/select.png) no-repeat 0 0;
	width: 165px;
	height: 55px;
	line-height: 55px;
	padding-left: 35px;
	margin-bottom: 6px;
}

/*-----------------------------------------*/
.help_old {
	margin: 10px 0px 0px 40px;
}

.help_old ul {
	list-style: none;
	margin-left: 20px;
}
.help_old ul li {
	margin: 3px 0;
}

.help_old ul li a {
	color:#888;
}

.help_old img{
	padding: 4px 6px 0 0;
}
/*******************************************/
.ckot
{
	font-weight: bold;
	clear: both;
	text-align: right;
}
.ckot div {
	margin-bottom: 8px;
}

.ckot input  {
	vertical-align: middle;
	margin-left: 20px;
}
.ckimg
{
	margin-left: 40px;
}
.od_free
{
	clear:both;
	float: left;
	padding-left: 40px;
	margin: 5px;
}

.pay_box
{
	margin-bottom: 10px;
}
/**********************************************/
.info_bt2
{
	margin-left: -12px;
}

.info_bt2 ul
{
	list-style: none;
}

.info_bt2 li
{
	display:inline-block;
	width: 165px;
	height: 55px;
	line-height: 55px;
	padding-left: 35px;
	margin-bottom: 6px;
}

li.info_bt2_nm
{
	background:url(images/normal.png) no-repeat 0 0;
}
li.info_bt2_st
{
	background:url(images/select.png) no-repeat 0 0;
}