.cart_btn {
	margin-top: 10px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #CCC;
}
.cart_btn_L {
	width: 710px;
	height: 70px;
	float: left;
	margin-top: 10px;
}
.cart_btn_R {
	width: 220px;
	height: 70px;
	float: right;
	margin-top: 10px;
}

.cart_btn_checkout {
	width: 217px;
	height: 50px;
}

.cart_btn_checkout a {
	padding: 4px 7px 11px 55px;
	display: block;
	width: auto;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: url(/template/images_shop/bg_btn_checkout.png) no-repeat left 0px;
}

.cart_btn_checkout a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.cart_btn_checkout a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: url(/template/images_shop/bg_btn_checkout.png) no-repeat left -50px;
}

.cart_total {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #FFF !important;
}
#box_cart_promo_code {
	background: #EEE url(/template/images_shop/bg_box_promo_code.png) no-repeat top right;
	padding: 25px 10px 10px 10px;
}
.fldst_register {
	width: 400px;
	padding: 5px 0px 0px 0px;
	border: none;
	/*
	border: 1px solid #BCD8E9;
	border-top: 2px solid #BCD8E9;
	*/
}
.leg_reg {
	padding: 2px 4px 4px 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 18px;
	color: #E24603;
	border-bottom: 1px dotted #E24603;
}
.lab_reg {
	float: left;
	padding: 10px 0px 0px 0px;
}
.fld_reg {
	width: 400px;
	border: 1px solid #999;
	padding: 4px;
	border-radius: 2px;
}
.w_200 {
	margin-right: 200px;
	width: 200px;
}
.fld_reg_chkb {
	float: right;
	margin-right: 388px;
}

.frm_r {
	float: right;
	width: 400px;
}

#frm_register label.error { 
color: red; 
float:right;
font-size: 11px;
padding-bottom: 10px;
width: 300px;
}

#frm_register .fld_reg.error { 
border: 1px solid #FF6633;
background-color: #FEECEB;
}

#frm_register label.error { 
color: red; 
float:right;
font-size: 11px;
padding-bottom: 10px;
width: 400px;
}

/* Buttos */
.btn_next {
	width: 145px;
}

.btn_next a {
	padding: 6px 12px 7px 0px;
	display: block;
	width: auto;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: url(/template/images_shop/bg_btn_next.gif) no-repeat left 0px;
}

.btn_next a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.btn_next a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: url(/template/images_shop/bg_btn_next.gif) no-repeat left -30px;
}

/* Boxes */
.chk_box_1 {
	height: 300px;
	margin-bottom: 30px;
	padding: 15px;
	border: 2px solid #CCC;
	box-sizing: border-box;
}

.chk_box_1 .padder {
	padding: 10px;
}

.chk_box_1 h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}
table td {
	vertical-align: top;
}
.chk_tbl_1 {

}
.chk_tbl_1 td {
	padding: 5px 10px 5px 0px;
}

.chk_tbl_2 {
	width: 100%;
}
.chk_tbl_2 th {
    background-color: #E9E9E9;
    border-right: 2px solid #FFFFFF;
    padding: 5px;
}

.chk_tbl_2 td {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.chk_tbl_2 .line_sep {
	border-bottom: 2px solid #9F6000;
}

.chk_tbl_2_spl { width: 580px; }

.chk_tbl_stat {
	width: 100%;
	margin: 10px 0px 20px 0px;
}
.chk_tbl_stat td {
	text-align: center;
	border-bottom: 2px solid #CCCCCC;
	padding: 5px;
}
.chk_tbl_stat .sel_stat{
	background-color: #CCCCCC;
}

.brd_chk {
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;
}

.big_text_chk {
	font-size: 17px;
	font-weight: bold;
}

#customer_account_toolbar {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 3px solid #CCC;
}

#customer_account_toolbar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	border: none;
	background-color: #ddd;	
}

#customer_account_toolbar li {
	list-style-type: none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;

	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	float: left;
	padding: 7px 10px 7px 10px;
	margin-left: 4px;
}

#customer_account_toolbar .selected_itm {
	list-style-type: none;
	border-top: 1px solid #FAC77A;
	border-left: 1px solid #FAC77A;
	border-right: 1px solid #FAC77A;
	border-bottom: 2px solid #FFF;
	float: left;
	padding: 5px 10px 5px 10px;
	margin-left: 4px;
	background-color: #FFF;
	background-image: none;
}
#customer_account_toolbar .first_itm {
	list-style-type: none;
	border: none;
	float: left;
	padding: 5px 5px 5px 0px;
	margin-right: 10px;
	margin-left: 0px;
	background-color: #FFF;
	background-image: none;
}

#customer_account_toolbar li a:link {
	text-decoration: none;
	color: #000;
}
#customer_account_toolbar li a:visited {
	text-decoration: none;
	color: #000;
}
#customer_account_toolbar li a:hover {
	text-decoration: underline;
	color: #000;
}

#customer_account_toolbar .first_itm a:link {
	text-decoration: underline;
	color: #000;
}
#customer_account_toolbar .first_itm a:visited {
	text-decoration: underline;
	color: #000;
}
#customer_account_toolbar .first_itm a:hover {
	text-decoration: none;
	color: #000;
}

.msg_res_ok {
	font-size: 16px;
	font-weight: bold;
	color:#238C00;
}
.msg_res_err {
	font-size: 16px;
	font-weight: bold;
	color:#F00;
}