@charset "utf-8";
.hide{display:none;}
.block_title{
	border-bottom: 1px solid #E6E6E6;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
    margin-top: 10px;
}
.block_content{
	padding:10px 0 10px 40px;
}
.input_row{
	line-height:35px;
}
.input_row span{
	width:100px;
	text-align:right;
	display: inline-block;
}
.tlc{ 
	text-align:center;
}
.page_title H1{
	border-bottom: 2px solid #0084C9;
    font-family: "微软雅黑";
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
}
.content{
	background-color: #FFFFFF;
    margin-top: 10px;
}
.btn {
    background-color: #FF4000;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 3px 0 #DB3700;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    outline: 0 none;
    padding: 2px 24px;
    position: relative;
    top: -2px;
}

/*login*/
.login{
    height: 150px;
    padding: 30px 20px;
}
.login .lg_left{
	float:left;
	padding-left:70px;
}
.btn_login {
	border: 0;
	width:87px;
	height:32px;
	margin-left: 28px;
	cursor:pointer;
	BACKGROUND: url(../images/login_icon.png) no-repeat 0px 0px; 
}
.login .lg_right{
	float:right;
    width: 200px;
}
.lg_right .reg {
	border: 0;
	width:113px;
	height:32px;
	BACKGROUND: url(../images/login_reg_icon.png) no-repeat 0px 0px;
	display: inline-block;
}
/*register*/
.register{
    height: 350px;
}
.register .register_left{
	float:left;
	padding-left:70px;
	
}
.register .register_right{
	float:right;
    width: 200px;
}

/*user_setting*/
.user_setting{
    height: 650px;
    padding: 30px 20px;
}
/*user_setting*/
.mycart{
    padding: 30px 20px;
}

/*订单明细*/
.billdetail_info{
	width:600px;
	margin: 10px 0;
}
.billdetail_info h3{ font-size:14px;font-weight: bold;}
.billdetail_info .info_container{ margin:20px 0 20px 30px;}
.billdetail_info table tr{
    height: 30px;
    line-height: 30px;
}
.billdetail_info table tr.tb_header{
	background: none repeat scroll 0 0 #EEEEEE;
}
.billdetail_info table tr td{
	padding-left:5px;
	border-bottom: 1px solid #EFEFEF;
}





/*bill_success*/

.bill_content{
	padding:20px;
	font-size:14px;
}
.bill_content p{
	height:30px;
	line-height:30px;
}
.will_go{
	padding:20px 0;
	font-size:14px;
}
.will_go a{
	color:red;
}

.mycart_pro_list{
	padding:20px;
}
.mycart_pro_list ul li{
	float: left;
    height: 100px;
    margin-bottom: 10px;
    text-align: center;
    width: 20%;
}
.mycart_pro_list ul li.pro_header{
	font-size:14px;
	font-weight: bold;
	width:20%;
	height:30px;
	text-align: center;
}
/***content***/
.content{ margin-top: 10px;padding: 10px 20px;}
.content .location_current{border-bottom: 1px solid #999999;height: 28px;width: 100%;font-size: 14px;}
.content .location_current a{color:#999999;}
.content .location_current a:hover {color: #FF555D;}
.content .content_container{margin-top:10px;}
.content .article_list li{ line-height:28px;}
.content_container .title{text-align:center;padding:10px;}
.content_container .content_text{padding:10px 20px;}

