/* HTML Elements */
body {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3C3C3C;
	margin: 8px 10px;
	padding: 0;
	position:relative;
}
a {
	color: #3366CC;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color:#3366CC;
}
.textfield {
	background: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3C3C3C;
	border: 1px solid #218BBC;
}
form {
    margin: 0;   padding: 0;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
	padding: 0;
	margin: 2px 0 6px 0;
}
img {
	border: 0;
}
.imageBox_theImage{
	width:100%;
	height:100%;
	
		background-position: center center;
		background-repeat: no-repeat;		
		margin: 0 auto;
		margin-bottom:2px;
		cursor:pointer;
}
td,span,div,p,li{
	font-size:12px; font-family: Georgia, "Times New Roman", Times, serif; color:#3C3C3C; line-height:150%;
}
h1{
	font-size:12px; font-family: Georgia, "Times New Roman", Times, serif; color:#666666; line-height:150%;
	margin:4px 0 0 0;padding:0;font-weight:bold;
}
.img{
	position: relative; top:3px;maring-left:2px;
}
.size12{
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}
.content{
	font-size:14px;
	line-height:180%;
}
.content div{
	font-size:14px;
	line-height:180%;
}
.content p{
	font-size:14px;
	line-height:180%;
}
.font12{
	color:#FF6600;
	font-weight:bold;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.font14{
	color:#FF6600;
	font-weight:bold;
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.green14{
	color:#006600;
	font-size:14px;
}
.font140{
	color:#3A5FC9;
	font-weight:bold;
	font-size:14px;
}
.font141{
	font-weight:bold;
	font-size:14px;
	margin-top:8px;
	margin-bottom:4px;

}
.font16{
	color:#FF6600;
	font-weight:bold;
	font-size:16px;
}
.bold{
	font-weight:bold;
}
.gray{
	color:#666666;
	font-size:11px;
}	
.red{
	color:red;
}
.listmessage{
	width:96%;
	height:auto;
	clear:both;
	padding:4px;
	margin-top: 4px;
}
.spanright{
	float:right;
	font-size:10px;
	color:#666;
}

.right_a_line{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	overflow:hidden;
	margin:0;
	padding:0;
	line-height:26px;
}
.right_a_line a{
	width:210px;
	height:28px;
	float:left;
	clear:both;
	border-bottom:1px solid #eeeeee;
	color:#ffffff;
	background-color:#3366CC;
	text-decoration:none;
	overflow:hidden;
	padding-left:4px;
	font-size:14px;
	margin-left:2px;
}
.right_a_line a:hover{
	width:210px;
	height:28px;
	float:left;
	clear:both;
	border-bottom:1px solid #eeeeee;
	color:#ffffff;
	background-color:#3A9728;
	text-decoration:none;
	overflow:hidden;
	padding-left:4px;
	font-size:14px;
	margin-left:2px;
}
/***********green*****************/
.b1,.b2,.b3,.b4,.b1b,.b2b,.b3b,.b4b,.b{display:block;overflow:hidden;}
.b1,.b2,.b3,.b1b,.b2b,.b3b{height:1px;}
.b2,.b3,.b4,.b2b,.b3b,.b4b,.b{border-left:1px solid #78D535;border-right:1px solid #78D535;}
.b1,.b1b{margin:0 5px;background:#78D535;}
.b2,.b2b{margin:0 3px;border-width:2px;}
.b3,.b3b{margin:0 2px;}
.b4,.b4b{height:2px;margin:0 1px;}
.d1{background:#78D535;}
/*********************************/
.e1,.e2,.e3,.e4,.e1e,.e2e,.e3e,.e4e,.e{display:block;overflow:hidden;}
.e1,.e2,.e3,.e1e,.e2e,.e3e{height:1px;}
.e2,.e3,.e4,.e2e,.e3e,.e4e,.e{border-left:1px solid #FF6600;border-right:1px solid #FF6600;}
.e1,.e1e{margin:0 5px;background:#FF6600;}
.e2,.e2e{margin:0 3px;border-width:2px;}
.e3,.e3e{margin:0 2px;}
.e4,.e4e{height:2px;margin:0 1px;}
.f1{background:#FF6600;}
/********bottom*******************/

.redbtn:hover {
    background: red;
}

.redbtn {
    background: #FF6240;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    padding: .2em .5em;
    cursor: pointer;
}

.yellowbtn {
    background: #FF6240;
    border: 1px solid;
    border-color: #FDD599 #B36D04 #B36D04 #FDD599;
    color: #FFF;
    font-size: 12px;
    padding: .1em .2em !important;
    padding: .1em .2em;
	cursor: hand;	
}
.yellowbtn:hover {
    background: red;;
}
.bluebtn:hover {
    background: blue;
}

.bluebtn {
    background: #3366CC;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    padding: .2em .5em;
    cursor: pointer;
}

.greenbtn {
    background-color:#669900;
    border: 1px solid;
    border-color: #BBCDF0 #244890 #244890 #BBCDF0;
    color: #FFF;
    font-size: 12px;
    padding: .1em .5em !important;
    padding: .1em .5em;
	cursor: hand;	
}

.darkbtn {
    background: #999999;
    border: 1px solid;
    border-color: #CCC #666 #666 #CCC;
    color: #FFF;
    font-size: 12px;
    padding: .1em .5em !important;
    padding: .1em .5em;
	cursor: hand;	
}

.blackbtn {
    background: #000000;
    border: 1px solid;
    border-color: #CCC #666 #666 #CCC;
    color: #FFF;
    font-size: 12px;
    padding: .1em .5em !important;
    padding: .1em .5em;
	cursor: hand;	
}
.input1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	padding:2px;
	height:18px;
	color:#333;
}
.inputsearch{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	width:120px;
	background-image:url(../img/search_t.gif);
	background-repeat:no-repeat;
	padding-left:16px;
	color:#666666;
	padding-top:2px;
}
#allertid{
	display:none; width:94%; margin-left:8px;
	}
/* Header */
#header {
	background: #FFF;
	/*background: #FFF url(imgs/logo.gif) no-repeat bottom left;*/
	height: 70px;
	border-bottom: 1px solid #EBEBEB;
	overflow: hidden;
	width:900px;
	margin:0px auto;
}
#logo{
	float:left;
	width:210px;
	height:66px;
	clear:left;
}
#headerphone{
	float:right;
	width:660px;
	text-align:right;
	height:30px;
	margin-top:2px;
}
#headermenu{
	float:right;
	width:660px;
	text-align:right;
	height:24px;
	margin-top:14px;
}
#headermenu a:hover {
	color: #ffffff;
	text-decoration: none;
	margin-left:2px;
	padding:4px;
	background-color:#FF6600;
}
#headermenu a {
	color: #3C3C3C;
	text-decoration: none;
	margin-left:2px;
	padding:4px;
}
.headermenu_a_hover {
	color: #ffffff;
	text-decoration: none;
	margin-left:2px;
	padding:4px;
	background-color:#FF6600;
}
/* Center */
#centerline{
	background: #FFF;
	/*background: #FFF url(imgs/logo.gif) no-repeat bottom left;*/
	height: auto;

	width:900px;
	margin:0px auto;
}
#leftline{
	width:530px;
	border-right: 1px solid #EBEBEB;
	float:left;
	clear:left;
	height:auto;
	margin:0;
}
#middleline{
	width:130px;
	border-right: 0px solid #EBEBEB;
	float:left;
	height:auto;
	margin:0;
}
#rightline{
	width:222px;
	float:right;
	height:auto;
	margin:0;
}
#leftcontentline{
	width:660px;
	border-right: 1px solid #EBEBEB;
	float:left;
	clear:left;
	height:auto;
	margin:0;
}

/* Footer */
#footer {
	clear: both;
	border-top: 1px solid #EBEBEB;
	line-height: 180%;
	text-align: center;
	margin:0 auto;
	width:900px;
	padding-top:8px;
}
#footer a {
	margin: 0 6px;
	color:#000000;
	text-decoration: none;
}
#footer a:hover {
	background-color:#ffffff;
	text-decoration: underline;
	color:#218BBC;
}
#footer p {
	margin: 0;
	padding: 0;
	padding-top: 12px;
	background: #FFF;
}
.clear {
	clear: both;
}

/**  line *****************************/

.line{
	width:100%;
	height:auto;
	clear:both;
}

.margintop{
	margin-top:10px;
	margin-left:2px;
}
.bottom_line{
	border-bottom: 1px solid #EBEBEB; padding:4px;
}
.linetitle{
	width:96%;
	height:40px;
	clear:both;
	margin-top:12px;
	font-size:14px;
	font-weight:bold;
	color:#218BBC;
	height:18px;
}
.linetitle a{
	text-decoration: none;
	margin-left:2px;
	padding:2px;
	color:#ffffff;
	background-color:#218BBC;
}
.linetitle a:hover{
	text-decoration: underline;
	margin-left:2px;
	padding:2px;
	color:#ffffff;
	background-color:#218BBC;
}
.linecatalog{
	width:100%;
	height:auto;
	clear:both;	
	border-top: 1px solid #EBEBEB;
}
.linecatalog ul{
	margin-top:8px;
	margin-bottom:8px;
	padding-bottom:8px;
}
.linecatalog ul li{
	float:left;
	width:104px;
	overflow:hidden;
	height:20px;
	font-size:14px;
}
.linecatalog ul li a {
	color: #666;
	text-decoration: underline;
	margin-left:2px;
	padding:2px;
}
.linecatalog ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	margin-left:2px;
	background-color:#3A9728;
	padding:2px;
}

/******* Middle *******************/
.brandline{
    margin-top:15px;
	margin-left:30px !important;
	margin-left:10px;
	width:90px;
	height:auto;
	float:left;
	clear:both;
}
.brandlistline{
    margin-left:34px !important;
	margin-left:14px;
	margin-top:8px;
	width:90px;
	height:auto;
	float:left;
	clear:both;
}

/***********************/
.bottom_line ul li{

	line-height:160%;
	clear:both;
}
.bottom_line ul li a {
	color: #666666;
	text-decoration: underline;
	margin-left:2px;
	padding:2px;
}
.bottom_line ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	margin-left:2px;
	background-color:#3A9728;
}
.pricespan {
	color:#FF0000;
	margin-left:2px;
	font-size:11px;
	font-weight:500;
	font-family:Geneva, Arial, Helvetica, sans-serif
}

/*****************list************/
.list{
	width:96%;
	border-bottom: 1px solid #EBEBEB;
	height:auto;
	clear:both;
	padding:4px;
	margin-top: 4px;
}
.listr{
	width:85%;
	border-bottom: 1px solid #99CC99;
	height:auto;
	clear:both;
	padding:8px;
	margin: 4px;
	float:right;

}
.list1{
	width:92%;
	height:auto;
	clear:both;
	padding:8px;
	margin: 4px auto;
}
.listimg{
	width:180px;
	float:left;
	height:120px;
	overflow:hidden;
	clear:left;
}
.listimgc{
	width:240px;
	float:left;
	height:160px;
	overflow:hidden;
	clear:left;
}
.listinfo{
	width:300px;
	float:right;
	clear:right;
	height:auto;
}
.listinfo ul li{
	line-height:160%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.listcontentinfo{
	width:380px;
	float:left;
	margin-left:20px;
	clear:right;
	height:auto;
}
/**********************/
.rightcatalog{
	width:214px;
	height:auto;
	clear:both;
	border-bottom: 1px solid #EBEBEB;
	background-color:#DCE5ED;
	margin:2px 0 2px 2px;	
}
.rightcatalog ul{
	margin-top:4px;
	margin-left:6px;
}
.rightcatalog ul li{
	float:left;
	width:68px;
	overflow:hidden;
	height:22px;
	font-size:12px;
}
.rightcatalog ul li a{
	color:#333333;
	text-decoration:none;
	padding:2px;
}
.rightcatalog ul li a:hover{
	color:#ffffff;
	text-decoration:none;
	padding:2px;
}
.linkbig{
	width:140px;
	float:left;
	height:120px;
	overflow:hidden;
	margin:8px;
}
.linkimg{
	width:140px;
	float:left;
	height:100px;
	overflow:hidden;
}
.linktitle{
	width:140px;
	float:left;
	height:20px;
	overflow:hidden;
}

.leftdiv{
	float:left;
	width:auto;
	height:auto;
}
.rightdiv{
	float:right;
	width:auto;
	height:auto;
}
.input_header{
	width:140px;font-size:14px;color:#006600;
}

/*********login***************/
.openid_div {
    padding-top: 2em;
    padding-left: .5em;
}

.openid {
    display: inline;
}

.openid legend {
    font-weight: bold;
    color:#3366CC;
    padding-left: 5px;
    padding-right: 5px;
	font-size:14px;
}

.openid form {
    padding: 1em;
}

/********cart**************/
.bottomline{
	border-bottom: 1px solid #ffffff;
}
.topline{
	border-top: 1px dashed #3366CC;
}
.padding_left{
	padding-left:18px; color:#666666;
}
.title_green_w {
	color: #009933;
	font-weight: bold;
}

/************spc**********************/
.ulspc{
	width:98%;
	height:auto;
	clear:both;
	float:left;
}
.ulspc li{
	width:190px;
	height:auto;
	float:left;
	margin:0 4px 0 2px;
	border-left: 1px solid #EBEBEB;
	padding:4px;
}
.ulspc_li_img{
	width:170px;
	float:left;
	clear:both;
	height:100px;
	overflow:hidden;
	text-align:left;
}
.ulspc_li_logo{
	width:170px;
	float:left;
	clear:both;
	height:40px;
	overflow:hidden;
	text-align:left;
	font-weight:100;
	color:#666666;
}
.ulspc li div{
	width:98%;
	float:left;
	clear:both;
	line-height:180%;
	text-align:left;
	padding-right:4px;
	overflow:hidden;
	font-weight:bold;
}

.lineorder{
	width:96%;
	height:auto;
	clear:both;
	padding:0;
	margin-left: 14px;
	margin-top:-4px;
	margin-bottom:8px;
}
.lineorder a{
	width:55px;
	height:19px;
	float:left;
	color:#ffffff;
	background-image:url(../img/order_bg.gif);
	text-align:center;
	margin-right:8px;
	text-decoration: none;
}
.lineorder a:hover{
	width:55px;
	height:19px;
	float:left;
	color:#ffffff;
	background-image:url(../img/order_over_bg.gif);
	text-align:center;
	margin-right:8px;
	background-color:#ffffff;
}
.a_select{
	width:55px;
	height:19px;
	float:left;
	color:#ffffff;
	background-image:url(../img/order_over_bg.gif);
	text-align:center;
	margin-right:8px;	
}

/***************************/
.regbg{
	text-align:center;	color:#ffffff;	background-color:#ff0000; }

.greenbg{
	text-align:center;	color:#ffffff;	background-color:#3A9728; }

.yellowbg{
	text-align:center;	color:#ffffff;	background-color:#FF6240; }

.darkbg{
	text-align:center;	color:#ffffff;	background-color:#dddddd; }

.bluebg{
	text-align:center;	color:#ffffff;	background-color:#3366CC; }

/**********************************/

.fixed{
  right:20px;
  top:10px;
  position:fixed;
  +position:absolute;
  +top:expression(eval(document.body.scrollTop)+10);
  }

#online{
	position:fixed !important;
	position:absolute;
	right:1px !important;
	right:-8px;
	top:240px;
	width:60px;
	overflow:hidden;
	height:auto;
	line-height:200%;
}
#online div{
	margin-top:4px;
}