<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* !RED */
#account {
	background: #000 url(../../images/red/account_background_gradient.png);
}
#basket_summary a{
	background:url(../../images/red/count.png) repeat-x -2px -5px #000;
	border:2px solid #FFFFFF;
}
#header {
	background: #2d0303 url(../../images/red/header_background_gradient.png);
	border-top:1px solid #DE5858;
	border-bottom:1px solid #852525;
}
#quick_search input.search {
	background-image: url(../../images/red/button_search.png);
}
#quick_search input.search {
	background: transparent no-repeat;
	border: 0px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	text-shadow: #6374AB 2px 2px 2px;
	width: 90px;
}
#documents {
	border-top: 1px solid #EAEAEA;
}
a {
	color: #FF8A00;
}
h2, h3, h4{
    background-color: #FAEFEF;
    color: #4F4F4F;
    padding: 8px;
    text-shadow: 0 1px 0 #FFFFFF;
}
h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
#menu li &gt; a {
	border-bottom: 1px solid #EEE;
}
#menu &gt; li &gt; a {
	border-top: 1px solid #FFFFFF;
}
#menu &gt; li &gt; a:hover {
	color:#000;
	text-decoration:none;
}
div.category_product {
	background: url(../../images/red/background_info_box.png) repeat-x left top;
	border-top: 1px solid #E8C4C4;
    box-shadow: 0 1px 0 #FFFFFF inset;
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset	
}
#product_detail {
	background-image: url(../../images/red/background_info_box.png);
}
#product_detail &gt; .options {
	border-top: 1px solid #E1E1E1;
}
#product_share {
	background-image: url(../../images/red/background_info_box.png);
}
.basket_header {
	background-color: #B03030;
	height: 25px;
    line-height: 25px;
}
.cart_item_details{margin-left:60px;}
.total {
	background-color: #B03030;
}
a.button_submit {
	vertical-align: top;
}
.button_submit.right, input[type="submit"].right, input[type="reset"].right {
	float: right;
	margin-left: 5px;
}
.button_white, .button_submit, .main #submit {
	background: url(../../images/red/header_background_gradient.png) repeat-x scroll left 50% #D23333;
    border: 1px solid #852525;
    -webkit-box-shadow: 0 1px 0 #DE5858 inset;
}</pre></body></html>