/* @group Resets */

/*=Resets + Defaults -------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
* { font-size:100%; }
h1, h2, h3, h4, h5, h6 {
	margin:0 0 15px 0;
	padding:0;
	font-size:100%;
}
h1 {
	font-weight:normal;
	font-size:120%;
}
h2 {
	font-weight:bold;
	font-size:140%;
}
h3 { font-size:120%; }
h4 { font-size:120%; }
p {
	margin:0 0 15px 0;
	padding:0;
	line-height:1.6em;
}
ul {
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
}
li {
	margin:0 0 0 0;
	padding:0;
}
li.enditem { margin:0; }
ol {
	margin:0 0 15px 0;
	padding:0;
}
ol li { list-style:none; }
hr { display:none; }
.hr, .hr-clear {
	height:1px;
	font-size:0px;
	margin:0 0 20px 0;
	border-bottom:1px dashed #ccc;
}
.hr-clear { clear:both; }
a {
	outline:none;
	color:#666666;
}
a img { border:none; }
a:hover { text-decoration:none; }
table {
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #e7e3e0;
	margin:0 0 15px 0;
}
th, td {
	padding:5px;
	border:1px solid #ccc;
	vertical-align: top;
}
th {
	background:#6bc4ed;
	color:#fff;
	text-align:left;
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix { display:inline-block; }
html[xmlns] .clearfix { display:block; }
* html .clearfix { height:1%; }
input, textarea, select { font-family: Verdana, Arial, Helvetica, sans-serif; }
ol.list li {
	margin-left: 20px;
	list-style: disc;
}
body {
	background: url(../images/bg.gif) 0 0 repeat;
	font: 68%/1.8em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* xmas background */
/*body { background: url(../images/bg_body_xmas.jpg) center top no-repeat; font: 68%/1.8em Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; }*/
/* end xmas background */


/* @end */

/*=Structure -------------------------------------------------------*/

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	background: url(../images/wrapper-bg.png) repeat-y;
	text-align: left;
}
#summary { margin-left: 320px; }
.sidebox {
	background:#fff;
	padding:5px;
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: 10px;
}

/* =Header ----------------------------------------------- */

#header {
	height: 166px;
	position: relative;
	background: url(../images/header-bg.jpg) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #513809;
}

/* xmas header */
/*#header { background: url(../images/bg_header_xmas.jpg) no-repeat; color: #513809; font-family:Georgia, "Times New Roman", Times, serif; height: 166px; position: relative; }*/
/* end xmas header */

#header #logo {
	margin: 12px 0 0 18px;
	float: left;
}
#header ul#sub_navigation {
	float: right;
	margin: 0 8px 0 0;
	height: 26px;
	font-weight: bold;
	font-size: 95%;
}
#header ul#sub_navigation li { float: left; }
#header ul#sub_navigation li.item {
	height: 26px;
	line-height:26px;
	padding: 0 8px;
	background-color: #fff;
}
#header ul#sub_navigation li.item a {
	text-decoration: none;
	color: #513809;
}
#header ul#sub_navigation li.item a:hover { color: #815e1c; }
#header ul#sub_navigation li.item img { vertical-align: middle; }
#header ul#main_navigation {
	/*margin:34px 0 0 10px;*/
	margin:17px 0 0 10px;
	padding:0;
	list-style-type: none;
	font-size: 150%;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
#header ul#main_navigation li {
	float: left;
	background: url(../images/mainnav-left.png) no-repeat left top;
	padding: 0 0 0 5px;
	margin-right: 9px;
}
#header ul#main_navigation li a {
	display: block;
	text-decoration: none;
	background: url(../images/mainnav-right.png) no-repeat right top;
	padding:5px 6px 5px 1px;
	color: #513809;
}
#header ul#main_navigation li a:hover { color: #815e1c; }
#header ul#main_navigation li.on { background: url(../images/mainnav-left-on.png) no-repeat left top; }
#header ul#main_navigation li.on a {
	background: url(../images/mainnav-right-on.png) no-repeat right top;
	color: #fff;
}
#header ul#main_navigation .super_category {
	position: absolute;
	display: none;
	color: #fff;
	top: 166px;
	left: 80px;
	width: 511px;
	background: url(../images/super-category-bg.gif) repeat-y;
	z-index:9999;
	padding: 0;
}
#header ul#main_navigation .super_category h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin: 5px 0 0 11px;
}
#header ul#main_navigation .super_category ul {
	width: 114px;
	float: left;
	margin: 3px;
}
#header ul#main_navigation .super_category ul li {
	float: none;
	position: relative;
	display: block;
	letter-spacing: 0;
	width: 100px;
	font-size: 60%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: none;
	line-height: 12px;
	margin-bottom: 8px;
	background: url(../images/super_bullet.gif) no-repeat 5px 3px;
	padding-left: 20px;
}
#header ul#main_navigation .super_category ul li a {
	letter-spacing: 0;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: none;
	color: #fff;
	padding: 0;
}
#header ul#main_navigation .super_category ul li a:hover {
	color:#333;
}
#header form#header_search {
	float: right;
	margin: 0 10px 0 0;
	width: 250px;
}
#header form#header_search label {
	float: left;
	width: 60px;
	color: #fff;
	font-size: 130%;
	padding-top: 2px;
}
#header form#header_search #header_keywords {
	border: none;
	margin-right: 0;
	padding: 4px 0 3px 0;
	height: 14px;
	width: 100px;
}
#header form#header_search input { vertical-align: middle; }
#header form#header_search input:focus { outline: none; } /* Turns off auto-highlight that Chrome / Opera use */
#header form#header_search #header_submit {
	margin-left: 0;
	padding-left: 0;
}

/* =Main Section ----------------------------------------------- */

#main_column {
	width: 640px;
	float: left;
	margin: 0 10px 5px 0;
	padding:6px 0 0 0;
}
#main_column h3, #main_column h1 {
	height: 34px;
	width: 628px;
	margin: 10px 0;
	background: url(../images/h3-bg.gif) no-repeat;
	padding: 3px 0 0 12px;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#main_column h5 {
	height: 22px;
	width: 628px;
	margin: 10px 0;
	background: url(../images/h4-bg.gif) no-repeat;
	padding: 3px 0 0 12px;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#main_column h3 a {
	color: #fff;
	text-decoration: none;
}
#right_column {
	width: 100px;
	margin-left: 5px;
	margin-right: 5px;
	padding:6px 0 0 0;
	float: left;
}
#right_column ul#random_brands {
	width: 100px;
	margin:0;
	padding:0;
	list-style: none;
}
#right_column ul#random_brands li { margin-bottom: 8px; }
#left_column {
	position: relative;
	width: 172px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 8px 0 8px;
}
#left_column #side_categories { margin-bottom: 15px; }
#left_column #side_categories h2, #left_column #side_categories h4 {
	position: absolute;
	left: -11px;
	text-indent: -90000px;
	background: url(../images/shop-by-category-title.png) no-repeat;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 70px;
	font-size: 140%;
}
#left_column #side_categories #category_list { padding-top: 80px; }
#left_column #side_newsletter { margin-bottom: 15px; }
#left_column #side_newsletter h2, #left_column #side_newsletter h4 {
	position: absolute;
	left: -11px;
	text-indent: -90000px;
	background: url(../images/sign-up-today-title.png) no-repeat;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 70px;
	font-size: 140%;
}
#left_column #side_basket { margin-bottom: 15px; }
#left_column #side_basket h2 {
	position: absolute;
	left: -11px;
	text-indent: -90000px;
	background: url(../images/my-basket-title.png) no-repeat;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 70px;
}
#left_column #side_basket table {
	font-size: 80%;
	line-height: 12px;
}
#left_column #side_basket table th {
	background-color: none;
	border: 0;
}
#left_column #side_basket table td { border: 0; }
#left_column #side_basket a { text-decoration: none; }
#left_column #side_basket a:hover { color: #000; }
#left_column #side_customer_menu { margin-bottom: 15px; }
#left_column #side_customer_menu h2 {
	position: absolute;
	left: -11px;
	text-indent: -90000px;
	background: url(../images/my-account-menu-title.png) no-repeat;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 70px;
}
#left_column #side_customer_menu .side_navigation { padding-top: 80px; }

/* =Side Navigation(s) - rss,categories, brands etc ----------------------------------------------- */

.side_navigation strong { padding: 4px; }
.side_navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 160px;
}
.side_navigation ul li { margin: 0 0 2px 0; }
.side_navigation ul li a {
	display: block;
	color: #000;
	background-color: #f4f4f4;
	width: 155px;
	padding: 4px;
	text-decoration: none;
}
.side_navigation ul li a:hover { background:#fff; }
.side_navigation ul li a:hover ul {
	background-color: #fff;
	color: #000;
}
.side_navigation ul ul { display:  none; }
.side_navigation ul li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.side_navigation ul li ul li { margin: 0 0 2px 0; }
.side_navigation ul li ul li a {
	display: block;
	background-color: #dfdfdf;
	padding-left: 14px;
	width: 145px;
}
.side_navigation ul li ul li a:hover {
	background-color: #fff;
	color: #000;
}

.side_navigation ul li ul li a.current, .side_navigation ul li a.current, 
.side_navigation ul li a.current:hover, .side_navigation ul li ul li a.current:hover { background-color: #000; }

.side_navigation ul li ul li ul li a { background-color: #cecccc; }

/* Handling the collapsed layers, and expanded/collapsed icons */

.side_navigation li span {
	float:right;
	padding:2px;
	position: absolute;
	top: 2px;
	right: 0;
}
.side_navigation li { position: relative; }
.side_navigation ul span {
	cursor:pointer;
	width:15px;
	text-align: center;
}
.side_navigation li.current_category ul { display: block; }
.side_navigation li.current_category ul ul { display: none; }
.side_navigation li li.current_category ul { display: block; }

/*
@ Handles the cateogry specific selection, current selction uses 'current_category' class
@ Property is set, and then ancestors elements are reset
*/

/* First Level */
.side_navigation li.current_category a { font-weight: bold; }
.side_navigation li.current_category li a { font-weight: normal; }
/* Second Level */
.side_navigation li li.current_category a { font-weight: bold; }
.side_navigation li li.current_category li a { font-weight: normal; }
/* Third Level */
.side_navigation li li li.current_category a { font-weight: bold; }
/*
///// End category specific selection
*/

/*
#two_column #main_column { width: 580px; margin-right: 100px;}
#right_column h3, #left_column h3 {background-color:#be433b;color: #fff;margin-bottom:0px;border:1px solid #ccc;border-bottom: none;padding: 5px 10px;border-bottom: 2px solid #872323;}
*/

/* =Footer ----------------------------------------------- */

#footer {
	margin: 10px 0 0 0;
	padding: 2px 10px 0 10px;
	clear:left;
	height: 148px;
	background: url(../images/footer-bg.gif) no-repeat;
}

/* xmas footer */
/*#footer { background: url(../images/bg_footer_xmas.jpg) no-repeat; clear:left; height: 148px; margin: 10px 0 0 0; padding: 2px 10px 0 10px; }*/
/* end xmas footer */

#footer a#page_top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight:bold;
	background: url(../images/top-of-page.gif) no-repeat;
	width: 83px;
	height: 23px;
	float: left;
	color: #fff;
	padding: 10px 0 0 7px;
	text-decoration: none;
}
#footer #payment_types {
	background-color: #fff;
	float: right;
	width: 433px;
	color:#888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight:bold;
	margin-top: 15px;
}
#footer #social_networks {
	float: left;
	width: 580px;
	font-size: 105%;
	color: #fff;
	margin-top: 0;
}
#footer #social_networks img { vertical-align: middle; }
#footer #footer_links {
	clear: both;
	float: left;
	margin-top: 10px;
	color: #fff;
}
#footer #footer_links a {
	color: #fff;
	text-decoration: none;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#footer ul li { display: inline; }

/*=Customer Account - Addresses -------------------------------------------------------*/

fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
fieldset p label { display: block; }
fieldset p { clear:  left; }
.other_details li {
	margin-bottom:0;
	padding:10px;
	border-bottom: 1px solid #ccc;
}
#address_list a { text-decoration:underline; }
#address_list a:hover { text-decoration:none; }
#address_list ul {
	width: 200px;
	float:left;
	margin:0;
	padding:0;
}
#address_list li li {
	border:0;
	margin:0;
	padding:0;
	margin-left: 20px;
	list-style:square;
}
#address_list .details { margin-left:230px; }
#address_list { margin-bottom: 0px; }
.other_details {
	margin-left:0;
	padding:0;
	list-style: none;
}
#address_list h3 {
	background-color: #383c39;
	padding: 5px 10px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 110%;
}
#address_list { }
a.back_to_top {
	background-color: #ccc;
	padding: 5px 10px;
	display: block;
	clear: left;
	margin-bottom: 20px;
}

/*=Customer Order Details -------------------------------------------------------*/

.customerorders ul {
	list-style:none;
	margin:0;
	padding:0;
}
.customerorders .total { background:#CCC; }

/*=Form Styles -------------------------------------------------------*/

.createForm ul {
	margin:0;
	padding:0;
	list-style: none;
}
.createForm ul li { margin-bottom:10px; }
.createForm h3, .createForm p, .createForm h4 {
	margin:0;
	padding:0;
}
.createForm h3 {
	margin: 0 0 10px 0;
	padding:0;
	font-size:120%;
}
.createForm h4 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size:100%;
	color:#000000;
	padding:0;
}
input.text, textarea.textarea {
	border: 1px solid #aaaaaa;
	border-left-color: #aaaaaa;
	border-right-color: #efefef;
	border-bottom-color: #efefef;
	background-color: #f2f2f2;
	background-y-position: top;
}
select.select {
	border: 1px solid #7c7c7c;
	border-left-color: #c3c3c3;
	border-right-color: #c3c3c3;
	border-bottom-color: #dddddd;
	background-color: #ffffff;
}
.createForm input, .createForm textarea { padding:2px; }
form.createForm li div {
	margin:0 4px 0 0;
	padding:0 0 8px 0;
	color:#444;
}
form.createForm li div label, form li span label {
	margin:0;
	padding-top:3px;
	clear:both;
	line-height:12px;
	color:#444;
	display:block;
	margin-bottom: 10px;
}
form.createForm li div, form li span {
	margin: 0 4px 10px 0;
	padding: 0 0 8px 0;
	color: #444;
}
.createForm select { margin-bottom:0; }
input.small, select.small { width:20%; }
input.medium, select.medium { width:45%; }
input.large, select.large, textarea.textarea { width:90%; }
form.createForm li div.left {
	display:inline;
	float:left;
	width:47%;
}
form li div.right {
	display:inline;
	float:right;
	width:47%;
}
form.createForm li {
	padding: 0;
}
form.createForm li span { float : left; }
#right_col form.createForm li label span { float: none; }
em.required {
	color: #9e3436;
	margin-left: 5px;
}
span.required { color: #9e3436; }
h3.section_label {
	background-color: #383c39;
	padding: 5px 10px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 110%;
}
.account form.createForm li { }
.account form.createForm li fieldset { padding: 10px 10px 0 10px; }
.account form.createForm li .medium { width:60%; }
.account form.createForm label {
	width: 150px;
	float: left;
}
.customer_account form.createForm li { }
.customer_account form.createForm li fieldset { padding: 10px 10px 0 10px; }
.customer_account form.createForm.noborder li { border: none; }
.customer_account form.createForm.noborder li fieldset { padding: 0px; }
form.createForm.form_wrap li { border: 1px solid #ccc; }
form.createForm.form_wrap li fieldset { padding: 10px 10px 0 10px; }
.table_total {
	background-color: #666;
	color: #fff;
}
.table_subtotal { background-color: #ddd; }

/*=Error/Success Messages -------------------------------------------------------*/

form.createForm em.error, div.error {
	color: #9e3436;
	display: block;
	font-style: normal;
	margin-bottom: 0px;
}
ul.error {
	color: #9e3436;
	border:1px solid #9e3436;
	padding:5px 10px;
	margin: 10px 0;
	background-color: #f7cbc8;
}
td.error {
	color: #9e3436;
	padding:5px 10px;
	background-color: #f7cbc8;
}
.success {
	color: #4c8550;
	border:1px solid #4c8550;
	padding:5px 10px;
	margin: 10px 0;
	background-color: #cee6c4;
}

/*=Order Messages -------------------------------------------------------*/

#order-messages h3 {
	background-color: #383c39;
	padding: 5px 10px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 110%;
}
#order-messages { margin-bottom: 10px; }
#order-messages li {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#order-messages li h4 {
	margin-bottom: 10px;
	padding-bottom: 0;
	clear:  left;
}
.admin_message { background: #efefef; }
.user-profile img {
	float: left;
	margin: 0 10px 10px 0;
}
.status {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
}
#account_dashboard_addresses li {
	float: left;
	margin-right: 20px;
}

/*=Misc -------------------------------------------------------*/

#page_slugs {
	list-style: none;
	padding:5px 0 5px 10px;
	margin:0 0 5px 0;
	font-size:90%;
}
#page_slugs li { display:inline; }
#page_slugs li a { text-decoration: none; }
#page_slugs li a:hover { color: #333; }
.security p { margin-bottom: 0; }
.security img { margin-bottom: 5px; }
.inline_button { margin-bottom: -3px; } /* Better positioning of images well positiond inline paragraphs */
.back_address { padding: 2px; } /* Correctly positions link inline with form submit buttons */
.promo_banner img { margin-bottom: 10px; }
blockquote { background: transparent url('/images/backgrounds/left_quote.png') 0 0 no-repeat; }
pre {
	font-size: 12px;
	color: #C0C0C0;
}
#sort_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sort_links li { display: inline; }
.odd { background:#f4f4f4; }
.clear { clear:both !important; }

/*=Lists -------------------------------------------------------*/

ul.list1 { padding:0 0 0 20px; }
ul.list1 li { list-style:disc; }

/*=Sitemaps -------------------------------------------------------*/

.sitemap {
	list-style: disc;
	padding-left: 20px;
}
.sitemap ul {
	list-style: circle;
	padding-left: 20px;
}
.sitemap ul ul {
	list-style: square;
	padding-left: 20px;
}

/*=Product Listings ------------------------------------------------------*/

.product_listing li {
	border: 1px solid #CCC;
	width: 143px;
	float: left;
	margin: 0 14px 14px 0;
	text-align: center;
	padding: 2px;
	min-height: 203px;
	height: auto!important;
	height: 203px;
}
.product_listing li p { margin: 0px; }
.product_listing li a {
	color: #666!important;
	text-decoration: none;
}
.product_listing li h4, .product_listing li h3 {
	min-height: 60px;
	height: auto!important;
	height: 50px;
	margin: 3px 5px;
	line-height: 14px;
	font-size: 100%;
	width: auto!important;
	background: none!important;
	font-family: verdana, arial, sans-serif!important;
}
.product_listing .product_image { padding: 0px; }
.product_listing .money { color: #fff; }
.product_listing .vat {
	display: block;
	font-size: 90%;
	color: #9e3436;
}
.product_listing .our_price {
	font-size: 110%;
	color: #fff;
	font-weight: bold;
	background: url(../images/price-bg.gif) no-repeat;
	text-align: left;
	padding: 2px 0 0 5px;
	height: 23px;
}
.related_product_listing li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.related_product_listing .product_image {
	float: left;
	margin-right: 10px;
}
.related_product_listing a { color: #be433b; }
.related_product_listing h3 { margin-bottom: 0px; }
.listing li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.listing .image {
	float: left;
	margin-right: 10px;
}
.listing .image img {
	border: 1px solid #aaaaaa;
	border-top-color: #fff;
	border-left-color: #ebecee;
	border-right-color: #ebecee;
	border-bottom-color: #d1d9dc;
	background-color: #fff;
	padding: 3px;
}
.listing a { color: #be433b; }
.listing li h3 { margin-bottom: 0px; }
ol.archive_list h3 { margin-bottom: 10px; }
ol.archive_list {
	padding: 0px;
	margin: 0px;
}
ol.archive_list ol { padding-left:20px; }
ol.archive_list ol h4 { margin-bottom: 0px; }
ol.archive_list ol li {
	margin-bottom: 10px;
	list-style:disc;
}
ol.archive_list ol p { margin-bottom:0; }
ol.archive_list ol span {
	display: block;
	font-size: 90%;
	font-weight: normal;
}
.product_listing_horiz {
	border: 1px solid #ccc;
	padding: 0px;
	margin-bottom: 0px;
}
.product_listing_horiz a { color: #be433b; }
.product_listing_horiz h3, #search_results p { margin-bottom: 0px; }
.product_listing_horiz .product_image img { }
.product_listing_horiz .product_image {
	float: left;
	margin-right: 10px;
}
.product_listing_horiz li {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

/*=Need to organise -------------------------------------------------------*/

#category_filters td, #category_filters { border: none; }
#category_filters td { padding-left: 0px; }
#category_description { margin-bottom: 20px; }
.paging {
	padding: 10px;
	text-align: center;
}
.paging ul { list-style: none; }
.paging li {
	display: inline;
	padding: 5px 8px;
	border: 1px solid #999;
	margin-right: 2px;
}
.paging.bottom {
	padding-top: 10px;
	border-top: 1px solid #ccc;
	clear: left;
}
#gift_finder label {
	float: left;
	width: 90%;
}
#gift_finder div { clear: left; }
.gift_finder td:hover, .table_radio td:hover { cursor:pointer; }
.table_radio th, .gift_finder th {
	font:bold 12px/17px Arial;
	text-align:left;
	padding:4px;
}
.table_radio tr.odd, .gift_finder tr.odd { background:#f4f4f4; }
.table_radio tr.highlight, .gift_finder tr.highlight { background:#e2e2e2; }
.table_radio tr.selected, .gift_finder tr.selected { background:#eee0df; }
#quick_search {
	width:  600px;
	clear: right;
}
#quick_search label {
	margin-right: 10px;
	color: #000;
}
#mini_cart { font-size: 90%; }
#mini_cart table td { vertical-align: top; }
#mini_cart .remove { margin-top: 5px; }
#mini_cart table, #mini_cart td { border: none; }
#mini_cart td { border-bottom: 1px solid #999; }
#mini_cart th { padding: 0 5px 0 5px; }

/* =MODULES ----------------------------------------------- */

/*=FAQs ----------------------------------------------*/

.faq {
	border: 1px solid #ccc;
	padding: 0px;
}
.faq li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	list-style: disc;
}
.faq p { margin-bottom: 0px; }
.faq h3 span {
	background-color: #1d811e;
	padding: 4px 10px;
	margin-right: 5px;
	font-size: 80%;
	color: #fff;
}
#questions li { margin-left: 20px; }

/* =Reviews ----------------------------------------------- */

div.rating_box {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	height: 30px;
}
div.rating_box { width: 150px; }
div.rating_box div.rating_off,  div.rating_box div.rating_on {
	position:absolute;
	top: 0px;
	left: 0px;
	width:150px;
	height: 30px;
	background-repeat: repeat-x;
	background-position: 0 0;
}
#reviews_info_avg { margin-bottom: 10px; }
#avg_rating_box {
	padding: 10px;
	background-color: #dfdfdf;
}
#avg_rating_box p { margin-bottom: 0px; }
#review_list {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#review_list li {
	position: relative;
	border-top: 1px solid #ccc;
	padding: 10px;
}
#review_list .title {
	font-weight: bold;
	color: #829a41;
	padding-left: 10px;
}
#review_list .report_link {
	position: absolute;
	right: 0px;
	bottom: -6px;
}
#review_list .report_link a {
	text-decoration: none;
	color: #829a41;
}
#review_list .name { font-weight: bold; }
#review_list .review_text a {
	color: #829A41;
	text-decoration: none;
}

/* =Previous Products (sidebar) ----------------------------------------------- */

.side_previous_products { margin-bottom: 0px; }
.side_previous_products li {
	border-bottom: 1px solid #ccc;
	padding: 5px 5px;
}
.side_previous_products h4 {
	margin-bottom: 0px;
	font-size: 100%;
}
.side_previous_products p { margin-bottom: 0px; }

/* =Currency Selector ----------------------------------------------- */

#currency_selector ul li.label { margin-right: 10px; }
#currency_selector { }
#currency_selector ul {
	height:15px;
	margin:10px 0;
	padding:0;
	list-style:none;
	text-align: left;
	margin-bottom: 20px;
}
#currency_selector ul li {
	margin:0;
	padding:0;
	float:left;
}
#currency_selector a {
	height:15px;
	display:block;
	text-indent: -9000em;
}
#gb a {
	width:25px;
	background: url(../images/backgrounds/flags.gif) no-repeat 0 0;
}
#gb a:hover, #gb.selected a { background-position: 0 -14px; }
#us a {
	width:29px;
	background: url(../images/backgrounds/flags.gif) no-repeat -25px 0;
}
#us a:hover, #us.selected a { background-position: -25px -14px; }
#eu a {
	width:26px;
	background: url(../images/backgrounds/flags.gif) no-repeat -54px 0;
}
#eu a:hover, #eu.selected a { background-position: -54px -14px; }
#au a {
	width:26px;
	background: url(../images/backgrounds/flags.gif) no-repeat -80px 0;
}
#au a:hover, #au.selected a { background-position: -80px -14px; }
#ca a {
	width:27px;
	background: url(../images/backgrounds/flags.gif) no-repeat -106px 0;
}
#ca a:hover, #ca.selected a { background-position: -106px -14px; }
#hk a {
	width:27px;
	background: url(../images/backgrounds/flags.gif) no-repeat -133px 0;
}
#hk a:hover, #hk.selected a { background-position: -133px -14px; }
#cn a {
	width:27px;
	background: url(../images/backgrounds/flags.gif) no-repeat -160px 0;
}
#cn a:hover, #cn.selected a { background-position: -160px -14px; }
#kr a {
	width:29px;
	background: url(../images/backgrounds/flags.gif) no-repeat -189px 0;
}
#kr a:hover, #kr.selected a { background-position: -189px -14px; }
#tw a {
	width:24px;
	background: url(../images/backgrounds/flags.gif) no-repeat -216px 0;
}
#tw a:hover, #tw.selected a { background-position: -216px -14px; }

/* =Related Files ----------------------------------------------- */

#related_files ul li {
	list-style-position : inside;
	list-style-image: url('/images/file_icons/txt.gif');
	line-height: 20px;
}
#related_files ul li.exe, #related_files td.exe { list-style-image: url('/images/file_icons/exe.gif'); }
#related_files ul li.pdf, #related_files td.pdf { list-style-image: url('/images/file_icons/pdf.gif'); }
#related_files ul li.ai, #files ul li.eps, #related_files td.eps, #related_files td.ai { list-style-image: url('/images/file_icons/ai.gif'); }
#related_files ul li.tiff, #files ul li.tif, #related_files td.tiff, #related_files td.tif { list-style-image: url('/images/file_icons/tiff.gif'); }
#related_files ul li.gif, #related_files td.gif { list-style-image: url('/images/file_icons/gif.gif'); }
#related_files ul li.jpeg, #files ul li.jpg, #related_files td.jpeg, #related_files td.jpg { list-style-image: url('/images/file_icons/jpg.gif'); }
#related_files ul li.psd, #related_files td.psd { list-style-image: url('/images/file_icons/psd.gif'); }
#related_files ul li.csv, #files ul li.xls, #files ul li.xlb, #related_files td.xls { list-style-image: url('/images/file_icons/excel.gif'); }
#related_files ul li.doc, #files ul li.docx, #related_files td.docx { list-style-image: url('/images/file_icons/doc.gif'); }
.side_products { text-align: center; }
.side_products .product_image { padding: 10px; }
.side_products a { color: #be433b; }
.side_products .money { color: #2d2d2d; }
.side_products .vat {
	display: block;
	font-size: 90%;
	color: #9e3436;
}

/* =Search Results ----------------------------------------------- */

#advance_search label { display: none; }
#search_results {
	padding: 0px;
	margin-bottom: 0px;
}
#search_results a { color: #fff; }
#search_results h3, #search_results p { margin-bottom: 0px; }
#search_results .product_image img { width: 80px; }
#search_results .product_image {
	float: left;
	width: 80px;
	margin-right: 10px;
}
#search_results li {
	border-bottom: 1px solid #ccc;
	padding: 0px;
}
#gift_finder_inputs label, #price_band label { display: block; }
#search_results .details { float: left; }

/* =Internal Tab Navigation ----------------------------------------------- */

div.page {
	border-top: 1px solid #ccc;
	margin-top:-1px;
	width: 100%;
	z-index: 1;
	margin-bottom: 10px;
	padding-top: 10px;
}
ul.int_navigation {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
	clear:left;
}
ul.int_navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul.int_navigation li {
	float:  left;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 7px 10px;
	margin: 0 2px 0 0;
	background: #ccc;
}
ul.int_navigation li a {
	margin-right: 3px;
	width: 100%;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
}
ul.int_navigation li.active {
	border-bottom: 1px solid #fff;
	background: #fff;
}
#product_gallery { margin-top: 10px; }
#product_gallery li {
	border: 1px solid #ccc;
	margin-right: 12px;
	padding: 10px;
	float: left;
}
#details { position: relative; }
#details .product_image { margin-bottom: 10px; }
#details .vat {
	margin-left: 3px;
	font-size: 90%;
	color: #9e3436;
}
#details #sumary { margin-left: 320px; }
#wish_list_form { margin-top: 10px; }
.brand_list_item {
	width: 100px;
	float: left;
	padding: 10px;
	margin: 0 7px 10px 0;
	border:1px solid #ccc;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
#main_navigation li:hover div { display: block!important; }
#main_navigation li, #main_navigation li div { z-index:9999!important; }

#main_navigation {
	position: absolute!important;
	top: 139px; left: 0;
	margin: 0!important; padding: 0!important;
}
#main_navigation li { margin-top: 0!important; }
#header {  
	position: relative;
	z-index: 999;
}
#main_navigation { position: relative;   }
#header ul#main_navigation .super_category { top: 27px; left: 75px; }
#variations select {
	font-size: 12px;
	padding: 2px;
	height: 24px;
}
#frmProduct input {
	font-size: 12px;
	padding: 4px;
}
#frmProduct input.submit {
	font-size: 12px;
	padding: 5px;
}
.pay_world {
	padding: 14px;
	font-size: 12px;
}
.oldprice, .orig_price {
	text-decoration: line-through;
	color: red;
}
#sale_section {
	padding: 5px 5px 5px 0;
}
#sale_section img {
	float: left;
	width: 100px;
}
.ourprice {
	font-weight: bold;
}

