

@charset "utf-8";
.fixSafari{} /* ignores first rule after charset declaration, as at version 4 public beta */
body {
	font: 82.5% Arial, Helvetica, sans-serif;
	background: #D7B736;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFA00;
}

input.checkbox {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

body.oneColFixCtrHdr {	text-align: left; /* fix random center alignments due to body css */ }
.oneColFixCtrHdr #container {
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:20px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 15px 24px 0px 24px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:relative;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding:10px 30px 24px 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:static;
	overflow:hidden;
}
.oneColFixCtrHdr #breadcrumbs {
	background-color:#111111;
	padding: 12px 24px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #breadcrumbs a, .oneColFixCtrHdr #breadcrumbs p {
	color:#0005cc;
	text-decoration:none;
}
.oneColFixCtrHdr #breadcrumbs a:hover {text-decoration:underline}
.oneColFixCtrHdr #breadcrumbs h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #breadcrumbs p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 29px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #breadcrumbs td {text-align:left;}
.oneColFixCtrHdr #footer {
	background-color:#222222;
	color:#0005cc;
	font-size:11px;
	padding: 0 24px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	color:#777;
}

font { font:normal 14px Calibri, Arial, Verdana !important;   }

a {
	color:#000;
}
img, a img {
	border:none;
}
h1 {
	color:#ffcc00;
	font-family:Calibri, Arial, Verdana;
	font-size:18px; 
}
h2 {
	color:#0276c4;
	font-family:Calibri, Arial, Verdana;
	font-size:16px; 
}
h3 {
	background:transparent url(/images/page/h3_bg.gif) top left no-repeat;
	color:#131715;
	font-family:Calibri, Arial, Verdana;
	font-size:16px;
	font-weight:bold;
	min-height:19px; _height:19px;
	padding:5px 0; /* rather than simply 29px height, this centers text vertically */
	margin:0;
	text-align:center;
	text-transform:uppercase;
	width:189px;
}
h4 {
	background:transparent url(/images/page/h4_bg.png) top left no-repeat;
	border-bottom:1px solid #ffcc00;
	color:#eee;
	font-family:Calibri, Arial, Verdana;
	font-size:15px;
	font-weight:bold;
	min-height:16px; _height:16px;
	padding:4px 12px;
	margin:0 0 5px 0;
	text-align:left;
	text-transform:uppercase;
}
h6 {
	color:#53a0d4;
	font-size:14px;
	font-weight:bold;
}
hr {
	border:none;
	border-top:1px dashed #777;
	color:#fff;
	background-color:#fff;
}

button.primary {
	background:transparent url(product_page_btn.png) left;
	border:none;
	color:#000;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding:6px;
	margin-top:2px;
	height:42px;
	width:168px;
}
button.secondary {
	background:transparent url(/images/button.gif) top left no-repeat;
	border:none;
	color:#fff;
	cursor:pointer;
	height:21px;
	font-family:Calibri, Arial, Verdana;
	font-size:12px;
	line-height:21px;
	font-weight:bold;
	padding-left:21px;
	padding-bottom:0; /* firefox patch, no other browsers seem to be affected */
	margin:0;
	text-align:left;
	text-transform:uppercase;
	width:129px;
}
textarea {
	background:#f1f7fb url(/images/form/textarea-bg.png) top left repeat-x;
	border:1px solid #9ad9fb;
	width:70%;
	height:90px;
}
.wide {
	width:340px;
}
fieldset legend {
	background-color:#DFEEFF;
	border:1px solid #B3CEEF;
	color:#0276c4;
	font-size:14px;
	font-weight:bold;
	padding:10px;
}


fieldset {
	border:1px solid #B3CEEF;
	margin:1em 0;
	padding:1em;
	position:relative;
}
p {
	margin-bottom:1em;
}
form div.box.fieldset {
    position:relative;
}
form table { /* fix IE6 positioning of nested tables */
    position:relative;
}
/*form fieldset label, */
form .fieldset label {
	position:absolute;
	margin-left:-138px;
	width:130px;
	left:0;
	top:1px;
}
form fieldset label.text {top:0px;}
.box.fieldset p, .indent {
	margin-left:15px;
margin-bottom:10px;
}
form fieldset p, form .box.fieldset p, .indent {
	margin-left:215px;
	_margin-left:245px;
	font-size:13px;
	position:relative;
	margin-bottom:7px;
}
.box.fieldset p label {
	margin-left:-205px;
	width:200px;
	font-weight:bold;
	font-size:14px;
}
.box.fieldset .formesque p label {
	margin-left:-155px;
	width:150px;
	position:absolute;
}
.box.fieldset .formesque p {
	margin:0 0 0.5em 170px;
}
.box.fieldset .formesque p button {
	position:relative;
	top:-7px;
}
.evenLabels p {
	margin:0 0 0.5em 70px;
	position:relative;
}
.evenLabels p label {
	margin-left:-70px;
	width:70px;
	position:absolute;
}
.captchaContainer {
	background:#fff; padding:4px 4px 0 4px; border:1px solid #9AD9FB; text-align:center; width:270px;
}

select {
	min-width:180px;
	_width:180px;
}
table, table tr, table tr th, table tr td {
	padding:0;
	margin:0;
}


button.primary2 {
background:url(product_page_btn.png) left top no-repeat;
border: medium none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    /*margin-top: 2px;
    padding: 6px;*/
    text-align: center;
    width:138px;
	cursor:pointer;
outline:none;
}

button.primary1 {
background:url(login.png) left top no-repeat;
border: medium none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    /*margin-top: 2px;
    padding: 6px;*/
    text-align: center;
    width: 70px;
outline:none;
}

a {outline:none;}

.price span { color:#000 !important;}

.box.fieldset h2#mainContent {
	overflow:hidden;
}

.stats {
	float:left;
	margin:1em 2em;
	width:400px;
}

.adViewNotice {
position:absolute; left:380px; text-align:center; color:#7E8D02; font-weight:normal; font-size:11px;
}
.adViewNotice.lowKey {
color: #8C6239;
}
.thumbnail {
	background-color:#222222;
	border:1px solid #2A2A2A;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	padding:3px 3px 8px;
}
.thumbnailContainer {
	overflow:hidden;
	padding:0 5px;
}
.thumbnailContainer img {
	background-color:#222222;
	border:1px solid #2A2A2A;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	padding:3px 3px 8px;
}
.highlight {
	background-color:#CFC;
	padding:0 3px;
}
.lowlight {
	background-color:#ddd;
	padding:0 3px;
}
.box-splash {
	margin-top:1.5em;padding:.75em .75em; width:275px; text-align:left;background:#fff; border:2px solid #ccc; border-left:none; border-top:none;
}
.scrollbox {
	border-bottom:1px dotted #eee;
	margin:0.5em 0;
	height:125px;
	width:178px;
	overflow:auto;
}
.colorPrimary {color:#8C4916}
.colorSecondary {color:#0276c4}
.colorTertiary {color:#665555}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.flag {
	width:45px; 
	height:55px; 
	border:none;
}
.flag.GB {
	background:transparent url(/images/flags.jpg) -7px -96px no-repeat;
}
.flag.GB.on {
	background:transparent url(/images/flags.jpg) -7px -90px no-repeat;
}
.flag.FR {
	background:transparent url(/images/flags.jpg) -113px -173px no-repeat;
}
.flag.FR.on {
	background:transparent url(/images/flags.jpg) -113px -167px no-repeat;
}

div#menuContainer {
	border-bottom:1px solid #F2C110;
	float:right; 
	margin-top:-30px;
	position:relative; 
	width:100%; 
}

ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu li {
	display:inline;
	margin:0;
	padding:0;
}


ul.menu.primary {
	background:#503F01 url(/images/page/main-menu_bg.png) top left no-repeat;
	font-size:12px;
	text-align:center;
	width:486px;
	padding:7px 0;
}
ul.menu.primary li {
	border-right:1px solid #fff;
	padding:0;
}
ul.menu.primary li.last {
	border-right:none;
}
ul.menu.primary a {;
	color:#0005cc;
	font-family:Calibri, Arial, Verdana;
	font-weight:normal;
	text-decoration:none;
	padding:0 8px;
}
ul.menu.primary a.on {
}
ul.menu.primary a:hover {
	cursor:pointer;
	text-decoration:underline;
}


ul.menu.secondary {
	border-bottom:1px solid #1F4868;
}
ul.menu.secondary a {
	border:1px solid #1F4868;
	margin-bottom:-1px;
	padding:.7em 1em;
}
ul.menu.secondary a.on {
	border-bottom-color:#0005cc;
	font-weight:bold;
}

ul.menu.top {
	font-size:11px;
	text-align:right;
	width:400px;
	vertical-align:middle;
	padding:0 0 0 0;
}
ul.menu.top li {
	border-right:1px solid #666;
	padding-bottom:2px;
}
.menu.top li.last {
	border-right:none;
}
.menu.top a {
	color:#0005cc;
	font-family:Calibri, Arial, Verdana;
	font-weight:normal;
	text-decoration:none;
	padding:0 10px;
}
.menu.top a.on {
}
.menu.top a:hover {
	cursor:pointer;
	text-decoration:underline;
}

.searchBar {
	background:#eee url(/images/search_bar_bg.png) repeat-x;
	height:24px;
	border:1px solid #858484;
	padding:6px;
	margin-bottom:1em;
}
.searchBar form {
    margin:0;
	padding:0;
}
.searchBar .inputText {
	background:#fff url(/images/search_field_bg.png) repeat-x;
	border:1px solid #b4b4b4;
	border-top:2px solid #b9baba;
	border-bottom:1px solid #c6c7c7;
	color:#454444;
	font-family:Calibri, Arial, Verdana;
	font-size:13px;
	margin:0;
	padding:1px 2px;
	height:17px;
}
.searchBar .inputImage {
	margin-top:1px;
}
#searchField {
	width:220px;
}
input.pre {
	color:#a3a3a3;
}

#selectPriceRange input {
	/*width:70px;*/
}

.homePromo {
	/*background:transparent url(/images/banners/nug.png) no-repeat top right;*/
	position:relative;
	width: 100%;
}
.homePromoContent {
	padding:15px 0px 0px 0px;
}
.spread {
	padding:0 5px; 
	line-height:1.5em;
}
.homePromoContent h1 {
	color:#ffcc00;
	font-family:Calibri, Arial, Verdana; 
	font-size:22px; 
	margin:0 0 3px 0;
	padding:0;
}
.homePromoContent h2 {
	color:#333;
	font-family:Calibri, Arial, Verdana; 
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.box.page {background: transparent url(/images/page/bg.png) top center repeat-y;}
.box.page .tl {background:url(/images/page/tl.png) no-repeat top left;}
.box.page .tr {background:url(/images/page/tr.png) no-repeat top right;}
.box.page .bl {background:url(/images/page/bl.png) no-repeat bottom left;}
.box.page .br {background:url(/images/page/br.png) no-repeat bottom right;}

.box.fieldset {background-color:#555555; width:625px; margin-bottom:1em; }
.box.fieldset .inner {padding-bottom:.5em;}
.box.fieldset h2 {padding:9px 14px 19px; color:#fff; margin:0;}
.box.fieldset h2 a {color:# ;}
.box.fieldset h2 .right {font-weight:normal; float:right;}
.box.fieldset .tl {background:url(/images/box/fieldset/tl.png) no-repeat top left;}
.box.fieldset .tr {background:url(/images/box/fieldset/tr.png) no-repeat top right; position:relative;}
.box.fieldset .bl {background:url(/images/box/fieldset/bl.png) no-repeat bottom left;}
.box.fieldset .br {background:url(/images/box/fieldset/br.png) no-repeat bottom right; }

.box.fieldset.large {width:930px;}
.box.fieldset.large .tl {background:url(/images/box/fieldset/large/tl.png) no-repeat top left;}
.box.fieldset.large .bl {background:url(/images/box/fieldset/large/bl.png) no-repeat bottom left;}

.box.fieldset.small{width:375px;}

.box.rect {
	color:#000;
	font-family:Calibri, Arial, Verdana;
	font-size:14px;
	padding:10px 7px; /* therefore subtract 14px from fixed widths */
	text-align:left;
	width:100%;
}
.box.rect p {
	margin:0 1em;
}

.top10, .top10 a {
	color:#657202;
	font-family:Calibri, Arial, Verdana;
	font-size:15px;
}
.top10 a:hover {
	text-decoration:underline;
}
ul.top10 {
	margin:0.5em 0 0 0;
	list-style:none;
	padding:0 0 0 1.5em;
}
ul.top10 li {
	margin-bottom:5px;
	padding-left:0;
}

.box.menu-fixed {
	background:#fff url(/images/box/menu-fixed-bg.png) top left no-repeat;
	width:195px;
	height:446px;
	margin-right:1.5em;
	padding:1px 13px;
}
.box.menu-fixed h2 {
	margin:1em 0 5px 0;
}
.box.menu-fixed ul {
	margin:0;
	list-style:none;
	padding:0 0 0 1em;
}

.box.menu-fixed ul li {
	line-height:1.55em;
}

.box-mid {
	color:#353434;
	font-size:11px;
	height:190px;
	margin:15px 0;
	padding:10px 20px;
	text-align:left;
	width:420px;
}

.box-mid.gold {background: transparent url(/images/page/box_mid_gold_bg.png) top left no-repeat;}
.box-mid.panties {background: transparent url(/images/page/box_mid_panties_bg.png) top left no-repeat;}
.box-mid.misc {background: transparent url(/images/page/box_mid_misc_bg.png) top left no-repeat;}
.box-mid.misc.crudebay {background: transparent url(/images/page/box_mid_misc_bg_crudebay.png) top left no-repeat;}


.row {
	background-color:#fff;
	border:1px solid #fff;
	font-size:11px;
	padding:10px;
	padding-left:100px;
	position:relative;
}
.row.alt {
	background-color:#ecedee;
	border:1px solid #ccd4db;
}
.row .thumb {
	position:absolute;
	left:1px;
	padding:5px;
}
.row a, table.listings tr td a {
	color:#0005cc;
	text-decoration:none;
}
.row a:hover {
	text-decoration:underline;
}
.row h5, table.listings tr td h5 {
	font-family:Calibri, Arial, Verdana;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}

table.listings {
	border-collapse:collapse;
}
table.listings tr {
	vertical-align:top;
}
table.listings tr td {
	font-size:15px;
	padding:5px;
	text-align:left;
}
table.listings tr.alt td {
	border:1px solid #bfc7cd;
	border-left:none;
	background-color:#e2e6e9;
	border:1px solid #ccd4db;
	border-left:none;
}

table.listings tr.alt td.thumb {
	border:1px solid #bfc7cd;
	border-right:none;
}
table.listings tr td.thumb {
	width:95px;
	/*padding-left:10px;*/
}

.row .price, table.listings tr td .price {
	color:#0005cc;
	font-size:1.3em;
	padding-top:0;
}

.msgHeader {
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:0 0.7em;
}
.msgContent {
	border:1px solid #ddd;
	border-top:none;
	padding:1em 0.7em;
	margin-bottom:.5em;
}
.msgList{
	border:1px solid #ddd;
	border-bottom:none;
	padding:0.25em 0.7em;
}
div.msgList.last {
	border-bottom:1px solid #ddd;
}

table.feedback {
    background-color:#eee;
}
table.feedback th, table.feedback td {
    padding:0.5em 1em;
    border-bottom:0.75em solid #fff;
}
table.feedback th {
    background-color:#fff;
    border-top:1px solid #000;
}
table.feedback td.positive, span.positive {
    background-color:#cfa;
}
table.feedback td.negative, span.negative {
    background-color:#fca;
}
table.feedback td.neutral, span.neutral {
    background-color:#eee;
}
span.positive, span.neutral, span.negative {
    padding:0 3px;
}

table.spaced {
	width:100%;
}
table.spaced th, table.spaced td {
    padding:0.5em 1em;
	border:none;
}


.commentContainer{
position:relative; 
margin:2px 0; 
overflow:hidden; 
/*background-color:#E3DFC2; */
min-height:35px; 
_height:35px;
margin-left:30px;
}
.commentContainer.hasComment{
min-height:50px; 
_height:50px;
padding:5px 5px 5px 75px; 
}
.commentContainer.showComments{
}
.commentContainerAvatar {
position:absolute; 
top:5px; 
left:5px;
}
.commentContainer textarea {
height:35px; 
width:260px; 
margin-bottom:5px;
}

.statusContainer{
position:relative; 
margin:2px 0; 
overflow:hidden; 
/*background-color:#E3DFC2; */
/*border-bottom:1px solid #eee;*/
}
.statusContainer.hasStatus{
min-height:50px; 
_height:50px;
padding:5px 5px 5px 75px; 
}
.statusContainer.showStatus{
}
.statusContainerAvatar {
position:absolute; 
top:5px; 
left:5px;
}
.statusContainer textarea {
height:35px; 
width:260px; 
margin-bottom:5px;
}

.hitCounter {
	position:absolute; 
	bottom:0px; 
	left:35%;
}
