/* -------------- :reset ----------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*
	font-family: inherit;
	*/
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------- :end reset ----------------- */

html {
	background-color: #E0DCC3;
	color: #333333;
	overflow: auto;
}

body {
	width: 850px;
	margin: 0 auto;
	background: #F6F5E5 url(../img/body-bg.png) repeat-y 0 0;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76%;
	position: relative;
}

#header {
	background: #292929;
	color: #FFF;
	padding-top: 281px;
	overflow: hidden;
	position: relative;
}

#sidebar {
	float: left;
	width: 200px;
	background: #C9C79C;
	color: #3D3D16;
	position: relative;
	/*
	top: -33px;
	margin-top: -1.35em;
	*/
	background: #C9C79C url(../img/sidebar-fade.png) repeat-x 0 100%;
	padding-bottom: 100px;
	border-top: 1px solid #DDD0D2;
}

#main {
	float: right;
	width: 650px;
	margin-bottom: -8px;
}

#footer {
	clear: both;
	background: #820B08 url(../img/gradient-red.png) repeat-x 0 0;
	color: #CCCCCC;
	border-top: 8px solid #F6F5E5;
	padding: 4px 8px;
	line-height: 1.5;
}

#header #logo {
	position: absolute;
	left: 0; top: 83px;
	width: 200px; height: 196px;
	background: #FFF url(../img/logo.png) no-repeat 0 0;
	border-bottom: 1px solid #FFF;
}

#header #banner {
	position: absolute;
	left: 200px; top: 83px;
	width: 650px; height: 196px;
	background: #FFF;
	border-bottom: 1px solid #FFF;
}

#header #banner img {
	width: 650px;	height: 196px;
}

#header ul {
	background: #820B08 url(../img/gradient-red.png) repeat-x 0 0;
	text-align: justify;
	font-size: 115%;
	overflow: hidden;
	border-top: 1px solid #9E757A;
	border-bottom: 1px solid #A75D4C;
}

#header li {
	display: inline-block;
	padding: 8px 8px 8px 10px;
	background: url(../img/menu-divider.png) no-repeat 0 0;
}

#header {
	display: table;
	width: 100%;
}

#header ul {
	display: table-row;
	width: 100%;
}

#header ul li {
	display: table-cell;
	text-align: center;
}

#header li:first-child {
	background-image: none;
}

#header li a {
	display: inline-block;
	padding: 10px 2px;
	/*background: cyan;*/
}

#header li a:link    { color: #FFF; text-decoration: none; }
#header li a:visited { color: #FFF; text-decoration: none; }
#header li a:focus   { color: #FFF; text-decoration: underline; }
#header li a:hover   { color: #FFF; text-decoration: underline; }
#header li a:active  { color: #FFF; text-decoration: underline; }

.box {
	margin: 8px;
	border: 1px solid #E0DCC3;
	background: #FFF;
	padding: 10px 16px 0px 16px;
	overflow: hidden;
}

p {
	line-height: 1.2;
	margin-bottom: 16px;
}

ul.boxes {
	overflow: hidden;
}

ul.boxes > li {
	margin: 8px;
	border: 1px solid #E0DCC3;
	background: #FFF;
	padding: 3px;
	position: relative;
	padding-bottom: 8px;
}

ul.small-boxes > li {
	width: 301px;
	float: left;
	padding-bottom: 32px;
}

ul.boxes li h3 {
	background: #E0DCC3;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 120%;
	height: 2em;
	overflow: hidden;
}

ul.small-boxes li h3 {
	font-size: 110%;
}

ul.boxes li a.more {
	position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	color: #5F131B;
}

ul.boxes li a.more span {
	font-weight: bold;
	font-style: italic;
	position: absolute;
	right: 8px;
	bottom: 8px;
	text-transform: lowercase;
	text-decoration: none;
}

ul.boxes li a.more:link    { color: inherit; text-decoration: none; }
ul.boxes li a.more:visited { color: inherit; text-decoration: none; }
ul.boxes li a.more:focus   { color: inherit; text-decoration: underline; }
ul.boxes li a.more:hover   { color: inherit; text-decoration: underline; }
ul.boxes li a.more:active  { color: inherit; text-decoration: underline; }

ul.boxes li a.more span:after {
	content: ' \bb';
}

h1 {
	background: #820B08 url(../img/gradient-red.png) repeat-x 0 0;
	color: #DFDB7A;
	border-top: 1px solid #DDD0D2;
	border-bottom: 1px solid #DDD0D2;
	border-left: 1px solid #DDD0D2;
	font-weight: bold;
	padding: 16px 20px;
	font-size: 135%;
}

#sidebar h2 {
	color: #820B08;
	background: #D7D5B5 url(../img/stripes.png) repeat 0 0;
	font-weight: bold;
	padding: 16px 20px;
	font-size: 135%;
}

h1 small {
	float: right;
	font-style: italic;
	font-weight: normal;
	display: block;
	font-size: 80%;
	margin-top: -1.25em;
	line-height: 1.25em;
	height: 1.25em;
}

h2 small {
	float: right;
	font-style: italic;
	font-weight: normal;
	display: block;
	font-size: 80%;
	margin-top: -1.25em;
	line-height: 1.25em;
	height: 1.25em;
}

#sidebar h3 {
	background: #A09F75;
	padding: 5px 0px 5px 24px;
	font-weight: bold;
	margin-top: 12px;
	font-size: 115%;
}

#sidebar ul {
	padding-left: 0px;
	margin-bottom: 12px;
	font-size: 95%;
}

#sidebar li {
	margin: 1px 0px;
	display: block;
}

#sidebar li a, #sidebar li b {
	display: block;
	border-left: 4px solid #C9C79C;
	margin-left: 18px;
	padding: 4px 2px;
	font-weight: normal;
}

#sidebar li a:link    { color: #3D3D16; text-decoration: none; }
#sidebar li a:visited { color: #4B4B23; text-decoration: none; }
#sidebar li a:focus   { color: #820B08; text-decoration: underline; border-left-color: #820B08; }
#sidebar li a:hover   { color: #820B08; text-decoration: underline; border-left-color: #820B08; }
#sidebar li a:active  { color: #820B08; text-decoration: underline; border-left-color: #820B08; }
#sidebar li b         { color: #820B08; text-decoration: underline; border-left-color: #820B08; }

/* --------------------------------- */

/* #DFDB7A */
h1 a:link    { color: #DFDB7A; text-decoration: none; }
h1 a:visited { color: #DFDB7A; text-decoration: none; }
h1 a:focus   { color: #DFDB7A; text-decoration: underline; }
h1 a:hover   { color: #DFDB7A; text-decoration: underline; }
h1 a:active  { color: #DFDB7A; text-decoration: underline; }

h1 big {
	display: inline;
}

h1 ul {
	display: inline;
	font-size: 65%;
	font-weight: normal;
	margin-left: 10px;
	color: #FFF;
}

h1 li {
	display: inline;
}

h1 li a {
	color: #FFF;
}

h1 li:before {
	content: '\bb  ';
}

/* -------------------- */

.subcats {
	padding-left: 110px;
	overflow: hidden;
	margin-bottom: 24px;
	color: #5F131B;
	padding-top: 24px;
	min-height: 110px;
	position: relative;
}

.subcats .thumbnail {
	position: absolute;
	left: 8px; top: 16px;
	width:100px; height: 100px;
	background: #FFF;
	border: 1px solid #E0DCC3;
	padding: 8px;
}

.subcats ul {
	float: left;
	width: 174px;
	margin-right: 1px;
	font-size: 80%;
	position: relative;
}
.subcats ul li a, .subcats ul li b {
	position: relative;
	display: block;
	padding: 2px 0 2px 32px;
}

.subcats ul li b {
	background: url(../img/arrow.png) no-repeat 19px 1px;
	text-decoration: underline;
}

.subcats a:link    { color: #5F131B; text-decoration: none; }
.subcats a:visited { color: #5F131B; text-decoration: none; }
.subcats a:focus   { color: #5F131B; text-decoration: underline; }
.subcats a:hover   { color: #5F131B; text-decoration: underline; }
.subcats a:active  { color: #5F131B; text-decoration: underline; }

/* --------------------------- */

.pages {
	position: relative;
	text-align: center;
	font-size: 80%;
	clear: both;
	
	margin: 8px 8px 0px 8px;
	border: 1px solid #E0DCC3;
	background: #FFF;
	padding: 6px 16px;
}

.pages .counter {
	position: absolute;
	left: 8px; top: 6px;
	padding-left: 2px;
}

.pages .prev-next {
}

.pages .numbers {
	position: absolute;
	right: 8px; top: 6px;
	padding-right: 2px;
}

/* ------------------------------- */

li .middle {
	padding-left: 110px;
	/*padding-right: 160px;*/
	position: relative;
	min-height: 100px;
	width: 355px;
	float: left;
}

li .middle p {
	line-height: 1.4;
}

li .middle p:first-line {
	font-weight: bold;
}

li .middle ul {
	line-height: 1.4;
	margin-bottom: 16px;
	list-style: none;
}

li .middle ul li {
	background: url(../img/crumb.png) no-repeat 2px 4px;
	padding-left: 21px;
}

li .button-holder {
	float: right;
	text-align: center;
}

li .footer {
	clear: both;
}

ul.boxes li .middle .thumbnail {
	position: absolute;
	left: 0; top: 0;
	width: 100px;
	height: 100px;
	margin-right: 8px;
	margin-bottom: 8px;
	background: #FFF url(../img/slimbox/loading.gif) no-repeat 50% 50%;
}

ul.small-boxes li .middle {
	padding-left: 72px;
	padding-right: 0px;
	min-height: 64px;
	height: 5.6em;
	overflow: hidden;
	width: auto;
}

ul.small-boxes li .middle .thumbnail {
	width: 64px;
	height: 64px;
}

li .price {
  position: absolute;
	left: 8px; bottom: 8px;
	display: block;
	width: 250px;
	text-align: left;
	font-size: 150%;
}

li .price del {
	color: red;
}

li .middle .price {
  position: absolute;
	right: 0; top: 0; bottom: auto; left: auto;
	margin-right: -150px;
	display: block;
	width: 150px;
	text-align: center;
	font-size: 150%;
}

li .button-holder {
	margin-top: 40px;
	/*
  position: absolute;
	right: 0; top: 24px;
	*/
	width: 150px;
}

li .button-holder form {
	font-size: 80%;
}

li .button-holder .text {
	overflow: hidden;
	width: 100px;
	margin: 0 auto;
	padding-bottom: 5px;
}

li .button-holder .text label {
	float: left;
	padding: 2px;
}

li .button-holder .text input {
	float: right;
	width: 3em;
	font-size: 100%;
	padding: 0px 2px;
}

li .button-holder fieldset {
	overflow: hidden;
	text-align: center;
	padding-bottom: 8px;
}

li .button-holder legend {
	font-weight: bold;
	display: block;
}

li .button-holder .radio input {
	float: right;
	clear: right;
}

li .button-holder .radio label {
	float: left;
	display: block;
	position: relative;
	top: 4px;
	width: 120px;
	text-align: left;
}

li .button-holder .radio label span {
	position: static;
	width: auto;
	display: inline;
	font-size: 100%;
}

li .button-holder .radio label span.price {
}

/*
li .button-holder button {
	display: block;
	margin: 0 auto;
}
*/

/* -------------- */

.star-holder {
	padding-top: 4px;
}

.star-holder b {
	display: inline-block;
	width: 120px;
	height: 18px;
	line-height: 18px;
}

.stars {
	display: inline-block;
	padding: 0;
	width: 90px;
	height: 18px;
	background: url(../img/stars.png) repeat-x 0 0;
	margin-right: 8px;
	margin-left: 4px;
}

.stars span {
	display: inline-block;
	height: 18px;
	margin: 0; padding: 0;
	background: url(../img/stars.png) repeat-x 0 -18px;
	overflow: hidden; text-indent: -9999px;
	
}

.stars .s1 { width: 18px; }
.stars .s2 { width: 36px; }
.stars .s3 { width: 54px; }
.stars .s3 { width: 72px; }
.stars .s4 { width: 90px; }

/* ---------------------------------------- */

table.basket {
	border-collapse: collapse;
	border: 1px solid #D9D9D9;
	margin: 0px 0px 10px 0px;
	width: 100%;
}

table.basket td, table.basket th {
  padding: 2px 5px;
	border: none;
	font-size: 90%;
	font-weight: bold;
}

table.basket thead th {
	background: #820B08 url(../img/gradient-red.png) repeat-x 0 0;
	color: white;
	font-weight: bold;
  padding: 5px 5px;
}

table.basket td {
  background: white;
	vertical-align: middle;
}

table.basket tr.odd td {
  background: #E4E3CD;
}

table.basket tfoot th, table.basket tfoot td {
	padding: 15px 5px;
	background: #FFF;
	border-top: 1px solid #D9D9D9;
}

table.basket td.thumbnail img {
	width:50px;
	height: 50px;
}

table.basket code {
	font-family: inherit;
	font-weight: bold;
	font-size: 90%;
}

td.qty, th.qty, th.price {
	text-align: center;
}

/* ---------------------------------------- */

form.miniform { margin:0; padding:0; display: inline; }
form.miniform * { margin:0; padding:0; display: inline; }

/* -------------------- */

.shipping-charges {
	padding-left: 265px;
	min-height: 300px;
	position: relative;
	color: #5F131B;
	line-height: 1.5;
	margin-bottom: 16px;
}

.shipping-charges img {
	position: absolute; left: 0; top: 0;
}

.shipping-charges dt {
	font-weight: bold;
	float: left;
	margin-right: 1ex;
}

.shipping-charges dt b {
	position: absolute;
	right: 0px; width: 60px; height: 60px;
	background-image: url(../img/shipping-zones.png);
	background-repeat: no-repeat;
}

.shipping-charges dt.zone-a b { background-position: 0    0px; }
.shipping-charges dt.zone-b b { background-position: 0  -60px; }
.shipping-charges dt.zone-x b { background-position: 0 -120px; }

.shipping-charges dd {
	border-bottom: 1px solid #820B08;
	margin-bottom: 10px;
	padding-right: 64px;
	min-height: 64px;
}

.shipping-charges dd:before {
	content: '\2014\00A0';
}

.shipping-charges dd div {
	font-weight: bold;
	margin: 10px 0px;
}

/* ------------------------------ */

ol.crumbs {
	overflow: hidden;
	font-size: 80%;
	padding-bottom: 10px;
}

/*
ol.crumbs:last-child {
	padding-bottom: 0;
}
*/

ol.crumbs li {
	line-height: 16px;
	height: 16px;
	display: block;
	float: left;
	padding-left: 20px;
	position: relative;
	margin-right: 16px;
	left: -20px;
	background: url(../img/crumb.png) no-repeat 0 50%;
}

ol.crumbs strong {
	font-weight: bold;
}

/* ------------------------- */

button {
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	background: #FFF;
	cursor: pointer;
	font-size: 120%;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}

button span {
	display: block;
	padding-right: 20px;
	height: 50px;
	line-height: 48px;
	overflow: hidden;
	background-position: 100% 0;
	background-image: url(../img/big-button.png);
}

button span span {
	display: block;
	height: 50px;
	padding-left: 20px;
	padding-right: 3px;
	overflow: hidden;
	background-position: 0 0;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
}

button:hover span  {
	background-position: 100% -50px;
}

button:hover span span {
	background-position: 0 -50px;
	color: #DFDB7A;
}

button, button:hover {
	background:none;
}

a.button {
	display: inline-block;
	padding-right: 20px;
	height: 50px;
	line-height: 48px;
	overflow: hidden;
	background-position: 100% 0;
	text-decoration: none;
	font-size: 120%;
	margin-top: 1px;
	background-image: url(../img/big-button.png);
}

a.button span {
	display: block;
	height: 50px;
	padding-left: 20px;
	padding-right: 3px;
	overflow: hidden;
	background-position: 0 0;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../img/big-button.png);
}

a.button:hover {
	background-position: 100% -50px;
}

a.button:hover span {
	background-position: 0 -50px;
	color: #DFDB7A;
}

/* ------------------------- */

/*
button { 
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 20px 0 0; 
  text-align:center; 
	font-family: Helvetica, Arial, sans-serif;
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
}


button { 
  background:url(../img/btn-right.png) right no-repeat; 
  font-size: 120%;
}
button span { 
  height:50px; 
  line-height:50px;
  background:url(../img/btn-left.png) left no-repeat;
  color:#fff; 
}
button:hover {
	background:url(../img/btn-right-hover.png) right no-repeat; 
}
button:hover span {
	background:url(../img/btn-left-hover.png) left no-repeat;
	color: #DFDB7A;
}
*/

/* ------------------------- */

/*
a.button {
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 20px 0 0; 
  text-align:center; 
	display: inline-block;
	text-decoration: none;
	margin-top: 1px;
}
a.button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
}

a.button { 
  background:url(../img/btn-right.png) right no-repeat; 
  font-size: 120%;
}
a.button span { 
  height:50px; 
  line-height:50px;
  background:url(../img/btn-left.png) left no-repeat;
  color:#fff; 
}
a.button:hover {
	background:url(../img/btn-right-hover.png) right no-repeat; 
}
a.button:hover span {
	background:url(../img/btn-left-hover.png) left no-repeat;
	color: #DFDB7A;
}
*/

/* ------------------- */

#basket-overview {
	position: absolute;
	right: 0; top: 30px; margin-top: -24px;
	height: 48px;
	line-height: 48px;
	color: #FFF;
	font-size: 90%;
	padding-left: 32px;
	padding-right: 16px;
	background: url(../img/cart.png) no-repeat 0 50%;
}

#basket-overview a {
	color: inherit;
}

#basket-overview b, #basket-overview strong {
	color: #C6C486;
	font-weight: bold;
}

#order-phoneline {
	position: absolute;
	left: 0; top: 35px; margin-top: -24px;
	width: 209px;
	height: 61px;
	line-height: 61px;
	color: #FFF;
	font-size: 90%;
	padding-left: 32px;
	padding-right: 16px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/order-phoneline.png) no-repeat 8px 50%;
}

#header form {
	position: absolute;
	right: 10px; top: 45px;
}

#header form input.text {
	width: 230px;
	margin-right: 0px;
	position:relative;
	top:4px;
	font-size: 125%;
	float: left;
	background: #F6F5E5;
	border: 1px solid #3E3E17;
}

#header form label {
	display: none;
}

#header form button {
	background: none; padding: 0;
}

#header form button span {
	overflow: hidden;
	width: 80px; height: 30px;
	padding: 0;
	background: url(../img/search-button.png) no-repeat 0 0px;
}

#header form button:hover span {
	padding: 0;
	background-position: 0 -30px;
}

#header form button span b {
	position: absolute;
	left: -9999px;
}

/* ------------ */

.flash-wrapper {
	margin: 8px;
	border: 1px solid #A09F75;
	background: #C9C79C url('../img/sidebar-fade.png') repeat-x scroll 0 100%;
	color: #3D3D16;
	padding: 10px 16px;
}

.vcard {
	margin-bottom: 10px;
	line-height: 1.4;
}

.vcard .adr {
	margin-bottom: 10px;
}

.vcard .country-name {
	display: none;
}

/* --------------------- */

.box em {
	font-style: italic;
}

.box strong {
	font-weight: bold;
}

.box h2 {
	font-weight: bold;
	font-size: 135%;
	margin-bottom: 24px;
	height: 1em;
}

.box h2 a {
	color: #292929;
	text-decoration: none;
}

.box h2 a:hover { color: #000; text-decoration: underline; }

.box h3 {
	font-weight: bold;
	margin-bottom: 16px;
}

.box ul {
	margin-bottom: 16px;
}

.box ul li {
	background: url(../img/crumb.png) no-repeat 0 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	min-height: 14px;
	padding-left: 24px;
}

/* ----------------- */

#admin-bar {
	background: #292929;
	color: #C6C486;
	padding: 8px;
	border: 1px solid #DDD0D2;
	border-bottom: none;
	border-right: none;
}

#admin-bar a {
	margin-right: 1em;
	color: inherit;
	text-decoration: none;
}

#admin-bar a:hover {
	text-decoration: underline;
	color: #FFF;
}

/* ----------------- */

.skiplist {
	margin: 8px;
	border: 1px solid #E0DCC3;
	background: #FFF;
	padding: 10px 16px 10px 16px;
	overflow: hidden;
	position: relative;
}

.skiplist ul {
	float: left;
	width: 190px;
	margin-right: 5px;
	font-size: 80%;
}

.skiplist ul li a, .skiplist ul li b {
	display: block;
	padding: 2px 0 2px 2px;
}

.skiplist ul li b {
	background: url(../img/arrow.png) no-repeat 19px 1px;
	text-decoration: underline;
}

.skiplist a:link    { color: inherit; text-decoration: none; }
.skiplist a:visited { color: inherit; text-decoration: none; }
.skiplist a:focus   { color: inherit; text-decoration: underline; }
.skiplist a:hover   { color: inherit; text-decoration: underline; }
.skiplist a:active  { color: inherit; text-decoration: underline; }

#sidebar a#linky {
	position: absolute;
	left: 24px;
	bottom: 12px;
}

/* --------------------- */

#AsirraDiv {
	clear: both;
	padding-top: 24px;
	margin-bottom: -50px;
}

blockquote {
	font-style: italic;
	padding-left: 16px;
	padding-right: 16px;
	border-left: 2px solid #5F131B;
}
