@charset "utf-8";
/* CSS Document */

.button_cart_probe {
	width:19px;
	height:19px;
	position:absolute;
	top:17px;
	right:10px;
	background-image:url(../pages/layout/shop/_r2/images/cart_probe.png);
	background-repeat:no-repeat;
	background-position:top left;
	color:#ffffff;
	text-align:center;
	line-height:18px;
	font-size:11px;
}

#orders_tab td {
	height:58px;
	line-height:46px;
}

#orders_tab_closed td {
	padding-bottom:10px;
}

.ecommerce_sub_bar {
	height:110px;
	text-align:center;
	font-size:18px;
	line-height:40px;
	background-image:url(../pages/layout/shop/_r2/images/bg_cart_breadcrumbs.png);
	background-repeat:no-repeat;
	position:absolute;
	top:-64px;
	width:960px;
}
.ecommerce_sub_bar .cart_breadcrumbs {
	margin-left:180px;
	margin-top:64px;
	text-transform:uppercase;
}
.top_shop_header {
	height:54px;
	line-height:54px;
	border:1px solid #666666;
	margin-top:15px;
	margin-bottom:9px;
}

.breadcrumbs {
	float:left;
	width:500px;
	position:relative;
	z-index:7999;
	overflow:hidden;
	height:50px;
}
.functions {
	float:right;
	height:50px;
	position:relative;
	text-align:right;
	z-index:8000;
}
.functions_menu {
	margin-right:25px;
	
}
.functions_menu ul {
	margin:0;
	padding:0;
}
.functions_menu ul a {
padding-right: 18px;
padding-left: 18px;
display: block;
color:#000000;
text-decoration: none;
}

.functions_menu li {
float: left;
list-style:none;
}

.cart_breadcrumbs ul {
	margin:0;
	padding:0;
}
.cart_breadcrumbs li {
	list-style:none;
	display:inline;
}

.cart_breadcrumbs_selected {
	display:block;
	float:left;
	width:170px;
	height:55px;
	line-height:45px;
	text-align:center;
	color:#FFFFFF;
	background-image:url(../phpscripts/images/png_colorizer.php?path=pages/layout/shop/_r2/images/bg_selected_payment_item.png&color=000000);
	background-repeat:no-repeat;
	background-position:top center;
}
.cart_breadcrumbs_disabled {
	display:block;
	float:left;
	width:170px;
	height:55px;
	line-height:45px;
	text-align:center;
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top center;
}
.cart_breadcrumbs li a,
.cart_breadcrumbs li a:visited {
	display:block;
	float:left;
	width:170px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#FFFFFF;
}

.cart_breadcrumbs li a:hover {
	color:#FFFFFF;
	background-color:#000000;
}

a.shop_breadcrumbs,
a.shop_breadcrumbs:visited {
	color:#000000;
}

a.shop_breadcrumbs:hover {
	color:#000000;
}

.last_breadcrumb {
font-weight:bold;
}

#cart_total {
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	margin-bottom:15px;
	padding-bottom:5px;
}
.row_cart_bottom {
	background-image:url(../pages/layout/shop/_r2/images/bg_row_cart_promo.png);
	background-position:left 20px;
	background-repeat:no-repeat;
	border-bottom:1px solid #666666;
}
.row_cart_bottom td {
	padding-top:15px;
}

.cart_product_name {
	font-weight:bold;
}

a.btn_back {
	display:inline-block;
	width:170px;
	height:20px;
	background-image:url(../pages/layout/shop/_r2/images/btn_back.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding-right:10px;
	text-align:right;
	font-size:11px;
	line-height:20px;
	text-transform:uppercase;
}

a.btn_next {
	display:inline-block;
	width:180px;
	height:20px;
	background-image:url(../pages/layout/shop/_r2/images/btn_next.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:left;
	font-size:11px;
	line-height:20px;
	text-indent:5px;
	text-transform:uppercase;
}

#cart_box td{
	border-bottom:1px solid #666666;
	border-right:0px solid #666666;
	text-align:center;
}

.cart_box_header {
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
	border-right:1px solid #666666;
	height:28px;
	line-height:28px;
	font-weight:bold;
	text-align:center;
	color:#000000;
	background-color:#f4f3f2;
}

.btn_simple,
a.btn_simple {
	display:inline-block;
	width:83px;
	height:29px;
	background-image:url(../pages/layout/shop/_r2/images/btn_blue.png);
	background-repeat:no-repeat;
	text-align:center;
	line-height:29px;
	color:#FFFFFF;	
	border:none;
}
a.btn_ecommerce_confirm {
	background-color:#80a211;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:11px;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	display:inline-block;
	width:156px;
}

.btn_blue {
	display:inline-block;
	width:183px;
	height:29px;
	background-image:url(../pages/layout/shop/_r2/images/btn_blue.png);
	background-repeat:no-repeat;
	text-align:center;
	line-height:29px;
	color:#FFFFFF;	
}
.btn_green,
a.btn_green,
a.btn_green:visited {
	display:inline-block;
	width:183px;
	height:29px;
	background-image:url(../pages/layout/shop/_r2/images/btn_green.png);
	background-repeat:repeat-x;
	text-align:center;
	line-height:29px;
	color:#FFFFFF;	
}

.btn_grey,
a.btn_grey:visited  {
	display:inline-block;
	width:183px;
	height:29px;
	background-image:url(../pages/layout/shop/_r2/images/btn_grey.png);
	background-repeat:repeat-x;
	text-align:center;
	line-height:29px;
	color:#FFFFFF;	
}

a.btn_grey:hover {
	font-weight:bold;
	color:#FFFFFF;
}

.form_row {
	margin-bottom:10px;
	text-align:right;
	text-transform:capitalize;
}
.field_border_bottom {
	border:1px solid #666666;
	
	width:319px;
	height:30px;
	
	padding-left:10px;
	margin-left:10px;
}

.selectd_border_bottom {
	width:329px;
	height:31px;
	margin-left:10px;
	border:1px solid #666666;
	
}
#shop_column_left {
	margin-top:21px;
	width:960px;
	float:left;
}

#shop_column_right {
	margin-top:20px;
	width:0px;
	float:right;
	display:none;
}
#area_title {
	color:#000000;
	font-size:24px;
	margin-bottom:15px;
	font-weight:bold;
}
#shop_title {
	color:#000000;
	font-size:18px;
	line-height:114px;
	height:114px;
	text-align:center;
}
#shop_sub_title {
	height:28px;
	line-height:28px;
	color:#000000;
	background-color:#f4f3f2;
	text-align:center;
}

.shop_big_font {
	line-height:28px;
	font-weight:bold;
}

.form_category {
	margin-left:20px;
	margin-right:20px;
}
.form_category .form_category_sx {
	float:left;
	background-image:url(../phpscripts/images/png_colorizer.php?path=pages/layout/shop/_r2/images/line_form_category.png&color=ffffff);
	background-repeat:repeat-x;
	background-position:27px;
	height:27px;
	font-weight:bold;
	font-size:14px;
}

.form_category .form_category_dx {
	background-image:url(../phpscripts/images/png_colorizer.php?path=pages/layout/shop/_r2/images/line_form_category.png&color=#666666);
	background-repeat:repeat-x;
	background-position:27px;
	height:27px;
}

.shop_title_small {
	margin-top:0px;
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
}

.shop_title_giga {
	margin-top:0px;
	margin-bottom:20px;
	font-size:24px;
	font-weight:bold;
}
.shop_title_small_uppercase {
	margin-top:0px;
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#payment_method {
	margin-right:10px;
}

#payment_method #payment_method_row {
	text-align:right;
	height:50px;
	line-height:50px;
	border-bottom:1px dotted #666666;
	padding-right:440px;
}

.formFieldError {
	border-bottom:1px solid #ff0000;
}

.required_text {
	color:#FF0000;
}

span.error,
div.error {
	color:#FF0000; 
	font-size:10px;
	font-weight:bold;
}

label.error {
	color:#FF0000; 
	display:block;
	padding-top:5px;
	text-align:right;
}

.add_user_confirm {
	width:522px;
	height:194px;
	background-image:url(../pages/layout/shop/_r2/images/add_user_ok.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:25px;
}

.add_user_confirm .text{
	margin-left:25px;
	width:460px;
}

.btn_pay_now {
	display:block;
	width:91px;
	height:22px;
	background-image:url(../pages/layout/shop/_r2/images/pay_now.png);
	background-repeat:no-repeat;
	text-indent:10px;
	line-height:22px;
	color:#FFFFFF;
	border:none;
	font-size:11px;
	margin:0;
	
	background-color:#ffffff;
	text-indexnt:10px;
	color:#92ae00;
	font-weight:bold
}

#error_box {
	position:absolute;
	top:-20px;
	left:420px;
	width:208px;
	z-index:9998;
}

#orders_tab {
	margin-left:10px;
}

.openclose_bar {
	border:1px solid #666666;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:25px;
	position:relative;
}

.notice {
	color:#CC0000;
}

.account_links ul {
	margin:0;
	padding:0;
}
.account_links li {
	list-style:none;
	display:inline;
}

.account_links_static {
	display:block;
	float:left;
	width:293px;
	height:48px;
	line-height:50px;
	text-align:center;
	color:#FFFFFF;
	border:1px solid #666666;
}
.account_links li a,
.account_links li a:visited {
	display:block;
	float:left;
	width:295px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#FFFFFF;
	background-color:#666666;	
}

.account_links li a:hover {
	color:#FFFFFF;
	background-color:#000000;
}

.account_links li a.link_account_area_selected {
	background-color:#000000;
}