/* —————————————————————————————— general styles —————————————————————————————— */
html, body {
	width: 100%;
	height: 100%;
}

body {
	font: normal 12px "Arial", Arial, Helvetica, sans-serif;
	color: #000;
}

.bold {
	font-weight: bold;
}

.strike {
	text-decoration: line-through;
}

.clear {
	clear: both;
}

br.clear {
	height: 0;
	clear: both;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

noscript ul {
	list-style-type: none;
	background: black;
	color: white;
	padding: 10px;
}

.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
	content: ".";
}

.hidden,
.collapsed,
.block_hidden_only_for_screen {
	display: none;
}

.center_column p {
	padding-top: 12px;
}

.center_column a {
	color: #484848;
	text-decoration: underline;
}

.center_column a:hover {
	color:#D61C17;
	/*text-decoration: none;*/
}

.center_column span.price {
	font-weight: bold;
	color: #484848;
}

p.confirmation {
	color: #33a33b;
	font-weight: bold;
}

/* footer links */
ul.footer_links {
	height: 16px;
	clear: both;
	padding: 30px 0 0 0;
}

ul.footer_links li {
	height: 16px;
	float: left;
	margin: 0 25px 0 0;
}

ul.footer_links li a {
	line-height: 17px;
	color: #484848;
	text-decoration: none;
}

ul.footer_links li a:hover {
	color: #d61c17;
}

ul.footer_links li img.icon {
	margin: 0 5px 0 0;
}

/* id_state field in managed via JS and is firstly hidden */
form p.id_state {
	display: none;
}

/* errors */
div.error {
	border: 2px solid #da0f00;
	background: #f5f5f5;
	margin: 12px 0 0 0;
	padding: 10px;
}

div.error p {
	padding: 0;
	font-weight: bold;
	color: #484848;
}

div.error ol {
	padding: 0 0 3px 0;
}

div.error li {
	list-style-position: inside;
	list-style-type: decimal;
	margin: 10px 0;
	color: #da0f00;
}

/* warning */
p.warning {
	background: #f8e1a0;
	margin: 12px 0 0 0;
	padding: 10px 13px;
	font-weight: bold;
	color: #484848;
}

.warning_inline {
	color: #da0f00;
	font-weight: bold;
}

/* success */
p.success {
	border: 2px solid #5eb569;
	background: #f1f2f4;
	margin: 12px 0 0 0;
	padding: 10px 13px;
	font-weight: bold;
	color: #3eab4c;
}

.success_inline {
	color: green;
	font-weight: bold;
}

/* —————————————————————————————— left && right column blocks styles —————————————————————————————— */
/* ————— general block styles ————— */
div.column {
}
/*
div.column a {
	color: #0753b4;
	text-decoration: none;
}

div.column a:hover {
	text-decoration: underline;
}
*/
div.column a {
	color: #fff;
}

div.column div.block {
	margin: 0 0 10px 0;
}

div.column div.block h4 {
	height: 28px;
	padding: 13px 0 0 20px;
	background: url(/static/img/block_title.png) 0 0 no-repeat;
	font: bold 14px "Arial";
	color: #fff;
	text-transform: uppercase;
}

div.column div.block h4 a {
	font: bold 14px "Arial";
	color: #fff;
}

div.column div.block .block_content {
	padding: 0 20px 20px 20px;
	background: url(/static/img/block_bottom.png) 0 bottom no-repeat #e1e0e0;
}

div.column div.block ul.bullet {
	padding-top: 15px;
}

div.column div.block ul.bullet li {
	padding: 4px 0 0 12px;
	background: url(/static/img/bullet.gif) 0 8px no-repeat;
}

div.column div.block ul.bullet li a {
	color: #6d6c6c;
}

/* ————— blockcart.tpl ————— */
.transferProduct {
	border: 2px solid #d61c17;
}

#cart_block {
	background: url(/static/img/block_cart_mid.png) 0 bottom repeat-x #e90a05;
	color: #ccc;
}

#cart_block .block_content {
	padding: 0 20px 13px 20px;
	background: url(/static/img/block_cart_bottom.png) 0 bottom no-repeat;
}

#cart_block h4 {
	height: 15px;
	padding: 17px 20px 0 20px;
	background: url(/static/img/block_cart_top.png) 0 0 no-repeat;
}

#cart_block h4 span {
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	cursor: pointer;
}

#cart_block #cart_block_no_products {
	padding: 14px 0 7px 0;
	font: bold 12px "Arial";
	color: #fff;
}

#cart_block #cart_block_summary {
	padding: 16px 0 7px 0;
}

#cart_block #cart_block_summary span {
	color: #fff;
}

#cart_block #cart_block_summary span.ajax_cart_total {
	margin: 0 0 0 5px;
	font-weight: bold;
}

#cart_block dl {
	padding: 0 0 10px 0;
}

#cart_block dl dt {
	height: 15px;
	padding: 5px 0 0 0;
	clear: both;
}

#cart_block dl dd {
	clear: both;
}

#cart_block span.quantity-formated {
	padding: 0 2px 0 0;
	float: left;
	font: normal 10px/17px "Arial";
	letter-spacing: 1px;
}

#cart_block span.quantity-formated span.quantity {
	font-size: 10px;
}

#cart_block dl a {
	text-decoration: underline;
}

#cart_block dl a:hover {
	text-decoration: none;
}

#cart_block dl dt a {
	float: left;
	color: #fff;
}

#cart_block dl dt span.price {
	float: right;
	font-weight: bold;
	color: #fff;
}

#cart_block dl dd a {
	padding: 0 0 0 13px;
	font-style: italic;
}

#cart_block a.ajax_cart_block_remove_link {
	width: 11px;
	height: 13px;
	margin: 0 0 0 5px;
	float: right;
	font-size: 0;
	display: block;
}

#cart_block a.ajax_cart_block_remove_link:hover {
	text-decoration: none;
}

#cart_block table#vouchers {
	width: 100%;
	margin: 0 0 10px 0;
}

#cart_block table#vouchers tr td.price {
	font-weight: bold;
	text-align: right;
}

#cart_block table#vouchers tr td.delete {
	width: 16px;
	text-align: right;
}

#cart_block table#vouchers tr td.delete a {
	width: 11px;
	height: 13px;
	font-size: 0;
	display: block;
	float: right;
}

#cart_block table#vouchers tr td.delete a img {
	display: none;
}

#cart_block ul.cart_block_customizations {
	padding: 0 0 0 13px;
}

#cart_block ul.cart_block_customizations div.deleteCustomizableProduct {
	width: 11px;
	float: right;
}

#cart_block ul.cart_block_customizations div.deleteCustomizableProduct a {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 0;
}

#cart_block div.cart-prices {
}

#cart_block div.cart-prices div.cart-prices-block {
	height: 29px;
	margin: 0 0 9px 0;
	background: url(/static/img/cart_prices_block.png) 0 0 no-repeat;
}

#cart_block div.cart-prices span {
	float: left;
	padding: 7px 0 0 9px;
	color: #929292;
}

#cart_block div.cart-prices span#cart_block_shipping_cost,
#cart_block div.cart-prices span#cart_block_total {
	float: right;
	padding: 7px 9px 0 0;
	font-weight: bold;
	color: #d61c17;
}

#cart_block p#cart-buttons {
}

#cart_block p#cart-buttons a {
	height: 31px;
	display: block;
	font: bold 12px/31px "Arial";
	color: #636363;
	text-decoration: none;
	text-align: center;
}

#cart_block p#cart-buttons a.btn_cart {
	width: 65px;
	background: url(/static/img/btn_cart.png) 0 0 no-repeat;
	margin: 0 0 5px 0;
}

#cart_block p#cart-buttons a.btn_cart:hover {
	background: url(/static/img/btn_cart_hover.png) 0 0 no-repeat;
	color: #fff;
}

#cart_block p#cart-buttons a.btn_checkout {
	width: 97px;
	background: url(/static/img/btn_checkout.png) 0 0 no-repeat;
}

#cart_block p#cart-buttons a.btn_checkout:hover {
	background: url(/static/img/btn_checkout_hover.png) 0 0 no-repeat;
	color: #fff;
}

#cart_block p#cart-buttons a#button_order_cart {
}