.product_pic_block {
	width:220px;
	height:240px;
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-o-border-radius:5px;
	float:left;
	margin-left:20px;
}
#ord_pic {
	width:220px;
}
#ord_price_text {
	color:#AA1A06;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}
#ord_title {
	font-weight:bold;
	font-size:16px;
}
.order_tab_block {
	height:40px;
	margin-bottom:20px;
}
#order_tab_ul {
	padding:0;
	margin:0;
	list-style:none;
	height:30px;
	border-bottom:1px solid #AA1A06;
}
#order_tab_ul li {
	height:30px;
	float:left;
	margin:0 2px;
	
}
#order_tab_ul li a {
	display:inline-block;
	height:30px;
	line-height:30px;
	border-top:1px solid #AA1A06;
	border-right:1px solid #AA1A06;
	border-left:1px solid #AA1A06;
	border-bottom:0;
	background:#DD2D06;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding:0 5px;
	outline:none;
}
#order_tab_ul li a:hover {
	background:#F23409;
	text-decoration:none;
}
#order_tab_ul li a.checked_tab {
	background:#fff;
	color:#aa1a06;
}
.step_title {
	font-weight:bold;
	font-size:18px;
	color:#232325;
	margin-bottom:20px;
}
.step {display:none;position:relative;height:370px;}
.ord_buttons {
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	margin-bottom:-40px;
}
.ord_button_left {
	float:left;
	width:200px;
	text-align:left;
	padding-left:20px;
}
.ord_button_right {
	float:right;
	width:200px;
	text-align:right;
	padding-right:20px;
}
.ord_button_left a, .ord_button_right a {
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	background:#DD2D06;
	outline:none;
	display:inline-block;
	height:30px;
	line-height:34px;
	padding:0 10px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-o-border-radius:4px;
}

.ord_button_left a:hover, .ord_button_right a:hover {
	text-decoration:none;
	background:#F23409;
}

.product_data_block {
	float:right;
	width:460px;
}
.ord_tbl {
	width:100%;
	border-collapse:collapse;
	border:none;
}
.ord_tbl td {
	padding:5px;
	text-align:left;
}
.label_td, .err_td {
	text-align:left;
	width:172px;
}
.red {font-weight:bold;color:#ff0000;font-size:18px;padding-left:3px}
.ord_inp {
	border:1px solid #555555;
	background:#ffffff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-o-border-radius:4px;
	color:#000000;
	font-size:16px;
	height:24px;
	padding:2px 5px;
	width:350px;
}
.ord_textarea {
	border:1px solid #555555;
	background:#ffffff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-o-border-radius:4px;
	color:#000000;
	font-size:16px;
	height:200px;
	padding:2px 5px;
	width:350px;
}
#ord_comment, #ord_comment2 {
	height:100px;
}
#ord_kvo {
	width:40px;
}
.ord_error {
	color:#ff0000;
	font-size:12px;
	margin:0;
}
.confirm_tbl {
	width:100%;
	border:none;
	border-collapse:collapse;
}
.confirm_tbl td {
	padding:2px;
	text-align:left;
}
.conf_label_td {
	font-weight:bold;
}
/*add to cart*/
.scart_tbl {
	border:0;
	width:100%;
}
#atc_pic_block {
	float:left;
	width:220px;
	height:240px;
	overflow:hidden;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-o-border-radius:4px;
	margin-left:18px
}
#atc_opis_block {
	float:right;
	margin-right:18px;
	width:180px;
}
#atc_price_text {
	font-size:24px;
	color:#AA1A06;
	font-weight:bold;
}

#smallcart_block {
	position:fixed;
	right:20px;
	bottom:20px;
	width:205px;
	background:#ffffff;
	text-align:left;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-o-border-radius:10px;
	border:1px dashed #555555;
	padding:5px;
	display:none;
}
a#scart_to_order {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
	width:200px;
	height:24px;
	line-height:28px;
	background:none repeat scroll 0 0 #DD2D06;
	text-align:center;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-o-border-radius:4px;
}
a#scart_to_order:hover {
	text-decoration:none;
	background:#f23409
}
#cart_tbl {
	width:100%;
	border-top:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-collapse:collapse;
}
#cart_tbl td {
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	padding:4px;
}
#cart_tbl thead td {
	font-weight:bold;
	text-align:center;
	background:#efefef;
}
#cart_tbl tbody td {
	text-align:left;
}
.cart_kvo_inp {
	border:1px solid #555;
	text-align:center;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-o-border-radius:4px;
	padding:4px;
	width:30px;
}
#cart_total, #cart_total_conf {
	color:#AA1A06;
	font-weight:bold;
}