/*account header*/
#account_header{
	background:#f1f2f4;
}
.account_header{
}
.navtop_line{
	border-top: 1px solid #dadada;
}
#account_header .account_header_left{
	width:25%;
	display: inline-block;
	border-right:1px dashed #d1d2d4;
	vertical-align: top;
}
#account_header .account_header_left h2{
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	margin:27px 0;
}
#account_header .account_header_left h2 a{
	color:#ff0101;
}
#account_header .account_header_right{
	display: inline-block;
	padding:0px 70px;
	width:594px;
	font-size:14px;
	border-left:1px dashed #d1d2d4;
}
#account_header .account_top_btn{
	width:125px;
	height:30px;
	float:left;
	padding-left:50px;
	line-height:30px;
	margin:4px 10px;
	border-radius:20px;
	color:#13151b;
}
#account_header .account_top_btn:hover{
	-moz-box-shadow:1px 1px 1px #13151b inset;              
	-webkit-box-shadow:1px 1px 1px #13151b inset;           
	box-shadow:1px 1px 1px #13151b inset; 
}

#account_header .top_btn1{
	background:url(../images/account/3_1.png) 10% 50% no-repeat;
}
#account_header .top_btn1:hover{
	background:url(../images/account/3_1.png) 10% 50% no-repeat,#ffffff;
}
#account_header .top_btn2{
	background:url(../images/account/3_2.png) 10% 50% no-repeat;
}
#account_header .top_btn2:hover{
	background:url(../images/account/3_2.png) 10% 50% no-repeat,#ffffff;
}
#account_header .top_btn3{
	background:url(../images/account/3_3.png) 10% 50% no-repeat;
}
#account_header .top_btn3:hover{
	background:url(../images/account/3_3.png) 10% 50% no-repeat,#ffffff;
}
#account_header .top_btn4{
	background:url(../images/account/3_4.png) 10% 50% no-repeat;
}
#account_header .top_btn4:hover{
	background:url(../images/account/3_4.png) 10% 50% no-repeat,#ffffff;
}
#account_header .top_btn5{
	background:url(../images/account/3_5.png) 10% 50% no-repeat;
}
#account_header .top_btn5:hover{
	background:url(../images/account/3_5.png) 10% 50% no-repeat,#ffffff;
}
#account_header .top_btn6{
	background:url(../images/account/3_6.png) 10% 50% no-repeat;
}
#account_header .top_btn6:hover{
	background:url(../images/account/3_6.png) 10% 50% no-repeat,#ffffff;
}
#account_header .top_btn7{
	background:url(../images/account/3_7.png) 10% 50% no-repeat;
}
#account_header .top_btn7:hover{
	background:url(../images/account/3_7.png) 10% 50% no-repeat,#ffffff;
}
#account_header .top_btn8{
	background:url(../images/account/3_8.png) 10% 50% no-repeat;
}
#account_header .top_btn8:hover{
	background:url(../images/account/3_8.png) 10% 50% no-repeat,#ffffff;
}
#account_header .top_btn9{
	background:url(../images/account/3_9.png) 10% 50% no-repeat;
}
#account_header .top_btn9:hover{
	background:url(../images/account/3_9.png) 10% 50% no-repeat,#ffffff;
}
.navBreadCrumb-content-cust{
	width:1200px;
	margin:0 auto;
	padding: 20px 0;
	font-size: 14px;
	color: #13151b;
	line-height: 30px;	
}
.navBreadCrumb-content-cust a{
	color: #13151b;
}

/*account password*/

.addNewStyle FIELDSET{
	border: none;
	padding: 0;
	margin: 0;
}
.addNewStyle LEGEND{
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	width: 100%;
}
.password-necessary{
	color: #b2b2b2;
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	margin-left: 10px;
	margin-top: -6px;
}
.addNewStyle .inputLabel, .addNewStyle label{
	float: none;
    line-height: 30px;
    font-size: 15px;
}
.password-input input, .contact-input input, .basic_input input, .basic_input select{
	width: 485px;
	height: 30px;
}
.account-same_header{
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	width: 100%;
	margin: 0;
}

/*login*/
.account-same-input .inputLabel{
	font-size: 17px;
	font-family: Arial;
	float: none;
}
.account-same-input input[type="text"], .account-same-input input[type="password"]{
	height: 30px;
	width: 375px;
	border: 1px solid #ccc;
}
.account-center-line{
	float: left;
	border-left:1px dotted #cccccc;
	height: 450px;
	margin-left: 3%;
	display: none;
}
.account-password,.password_show_box{
	font-size: 17px;
	font-family: Arial;
}
.account-password{
	float: right;
	margin-top: 10px;
}
.account-login-content{
	width: 67%;
	margin-top: 20px;
}
.account-create-content{
	margin-top: 20px;
}
.agree_check {
    margin: 30px 0;
}
.alertinfo{
	display: none;
	margin-top: 20px;
    color: #ff0000;
    font-size: 16px;
}

/*first shipping*/
#accountEditDefault FIELDSET{
	border: none;
	padding: 0 0 20px 0;
	margin: 0;
	font-size:15px;
}
#accountEditDefault LEGEND{
	font-size: 15px;
	text-transform: uppercase;
	padding: 20px 0;
	width: 100%;
}
#accountEditDefault .inputLabel{
	float: none;
}
#aa_pop fieldset label{
	padding:0;
	margin: 10px 0 2px 0;
}
#aa_pop fieldset input[type="text"]{
	width:100%;
	border:1px solid #cccccc;
	margin:2px 0;
	padding:0 5px;
}
#aa_pop fieldset select{
	border:1px solid #cccccc;
	width:100%;
}

/*shopping-after*/
.shoppingAfter FIELDSET{
	border: none;
	padding: 0 0 20px 0;
	margin: 0;
	font-size:15px;
	width: 50%;
}
.shoppingAfter LEGEND, .shoppingAfter h2{
	font-size: 18px;
	padding: 20px 0;
	margin:0;
}
.shoppingAfter TEXTAREA{
	width: 99%;
	height: 200px;
	padding:0;
}
.shoppingAfter .fontSize{
	font-size: 15px;
}


/*shopping card*/
.shoppingcart_top .buttonRow, .shoppingcart_bottom .buttonRow{
font-size: 24px;
color: #13151b;
margin: 15px 0;
}
.shoppingcart_top .buttonRow a, .shoppingcart_bottom .buttonRow a{
color:#13151b;
}
.shopping-left{
display: inline-block;
width: 67%;
margin-right: 2%;
border-top: 1px solid #ccc;
margin-top: 15px;
}
.cartQuantity input{
width: 58px;
height: 20px;
}
.cartProductDisplay{
width: 60%;
}
#cartSubTotal{
font-size: 15px;
}
.shopping_cart_check {
	text-align: right;
}
.shopping_cart_check div {
	display: inline-block;
}
@media (max-width: 500px){
	.shopping_cart_check {
	text-align: center;
	}
    .shopping_cart_check img {
    height: 28px;
    }
}
.shopping-right{
display: inline-block;
width: 30%;
vertical-align: top;
margin-top: 15px;
}
.shopping-right>div{
border-top:1px solid #ccc;
margin-bottom:25px;
}
.shopping-right h3{
font-size:24px;
color:#13151b;
margin:15px 0;
font-family: Century Gothic, Arial,verdana, helvetica, sans-serif
}
.discount-same{
padding-bottom: 20px;
}
.discount-same .offer-word{
font-size: 15px;
margin-bottom: 10px;
text-transform: capitalize;
}
.discount-same input[type="text"]{
width: 180px;
height: 20px;
margin-right: 5px;
}
.discount-same input[type="submit"]{
width: 100px;
height: 25px;
color: #f9fa43;
background-color: #13151b;
text-transform: uppercase;
font-size: 14px;
border: none;
cursor: pointer;
}
.shopping-right .customer_service_content a{
color:#13151b;
font-size:20px;
}
.shopping-right .useful_info_content ul, .shopping-right .order_summary_content ul{
list-style-type: none;
margin:0;
padding:0;
font-size:14px;
color:#13151b;
}
.shopping-right .useful_info_content ul li, .shopping-right .order_summary_content ul li{
line-height:30px;
}
.shopping-right .useful_info_content ul li a{
color:#13151b;
}
.shopping-right .order_summary_content ul{
float:left;
}

#addressBookDefault LEGEND {
	font-size: 16px;
	text-transform: capitalize;
	padding: 10px 0;
    margin-bottom: 10px;
}
.pointWord {
    text-transform: capitalize;
    font-size: 14px;
    padding-left: 24px;
    height: 19px;
    line-height: 19px;
    background: transparent url(../images/account/Point_icon.png) no-repeat left center;
}
.pointWord span {
    color: #ff0000;
    font-weight: bold;
}
.pointLeft {
    margin: 10px 0;
}
.shop-not{
	background: transparent url(../images/account/Point_icon.png) no-repeat left center;
	color: #ff0000;
	padding-left: 24px;
	margin-bottom: 5px;
}