/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	/*background: url(../images/bg/bg-repeat.jpg) repeat-x center top;*/
	color: #222222;
	font-size: 12px;
	line-height: 18px;
}

p {
	margin: 0px 0px 20px 0px;
}

img { 
	border: 0px none;
}

form {
}

input {
}

a {
	color: #ff485a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: Tahoma, Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 12px;
	margin-bottom: 10px;
}

hr {
}

ul {
}

li {
}


/****** HEADINGS ******/
h1.pageTitle {
	margin: 0px;
	color: #ffffff;
	height: 30px;
}

h1.pageTitleHalf {
	margin: 0px;
	color: #ffffff;
	height: 30px;
}

/****** GENERIC ******/

/* Clearing. */

.clear /* For IE/MAC. */
{
	display: inline-block;
}

.clear:after /* For Non-IE browsers. */
{
	clear: both;
	content: "";
	display: block;
	visibility: hidden;

	height: 0;
}

* html .clear /* For IE6 and below, trigger hasLayout. */
{
	height: 1%;
}

.clear /* For IE/Win. */
{
	display: block;
}

br.clear {
	display: block;
	clear: both;
/*.clear {
}

br.clear {
	line-height: 0px;
	font-size: 0px;
	height: 0px;
*/}

.clearLeft {
	clear: left;
}

/****** INPUT ******/
form {
	margin: 0px;
	padding: 0px;
}

form.formSearch {
	vertical-align: middle;
}

div.inputText {
	display: block;
	width: 145px;
	height: 20px;
	padding: 5px;
	float: left;
	margin-right: 5px;
	/*background: url(../images/input/inputText_r-150.gif) no-repeat left center;*/
}

form.formRed div.inputText {
	background: url(../images/input/inputText_r-150.gif) no-repeat left center;
}

input.inputText {
	border: 0px none;
	background: none;
	padding: 3px;
	font-size: 11px;
	color: #54595d;
	font-family: Arial, Helvetica, sans-serif;
	width: 135px;
}

select.inputText {
	border: 0px none;
	font-size: 11px;
	color: #54595d;
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
	margin: 2px 0px 0px 0px;
	padding: 0;
	height: 18px;
}

select.inputText option {
	/*height: 20px;*/
	padding: 2px 0px;
}

textarea.inputTextArea {
}

input.btnSearch {
	float: left;
}

/****** COMMON lAYOUT ATTS ******/
div.container {
	width: 100%;
	min-width: 960px;
}

div.main {
	width: 960px;
	margin: 0px auto;
}

/*************************** LAYOUT ***********************/
/****** CART ******/
div#cartContainer {
	background: #000000;
}

div#cartContainer div#cart {
	text-align: right;
	height: 25px;
	width: 940px;
	padding: 5px 0px;
	color: #ffffff;
	line-height: 25px;
	font-size: 11px;
}

div#cartContainer div#cart img {
	vertical-align: middle;
	padding-left: 5px;
}

div#cartContainer div#cart span#totalItems {
	padding: 0px 5px 0px 40px;
}

div#cartContainer div#cart span#totalValue {
	padding: 0px 30px 0px 10px;
}

/******** HEADER **********/
div#header {
	height: 110px;
	position: relative;
}

a#sitelogo {
	display: block;
	width: 250px;
	height: 110px;
	float: left;
}

div#navigation {
	float: right;
	width: 700px;
	height: 30px;
	overflow: hidden;
	padding: 45px 0px 0px 0px;
}

div#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#navigation ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

div#navigation ul li a {
	display: block;
	height: 30px;
	background-image: url(../images/nav/nav.gif);
}

div#subMenu
{
	position: absolute;
		top: 23px;
		right: 18px;
	height: 20px;
	width: 750px;
	text-align: right;
	color: #727478;
	font-size: 11px;
}

div#subMenu a {
	color: #727478;
}

div#subMenu span {
	padding: 0 8px;
}

/****** NAV ******/
li#navHome a{
	width: 50px;
	background-position: 0px top;
}
li#navHome a:hover,
li#navHome a.active {
	background-position: 0px bottom;
}

li#navNew a{
	width: 85px;
	background-position: -50px top;
}
li#navNew a:hover,
li#navNew a.active {
	background-position: -50px bottom;
}

li#navShop a{
	width: 90px;
	background-position: -135px top;
}
li#navShop a:hover,
li#navShop a.active {
	background-position: -135px bottom;
}

li#navStores a{
	width: 80px;
	background-position: -225px top;
}
li#navStores a:hover,
li#navStores a.active {
	background-position: -225px bottom;
}

li#navAbout a{
	width: 75px;
	background-position: -315px top;
}
li#navAbout a:hover,
li#navAbout a.active {
	background-position: -315px bottom;
}

li#navSexpo a{
	width: 115px;
	background-position: -400px top;
}
li#navSexpo a:hover,
li#navSexpo a.active {
	background-position: -400px bottom;
}

li#navFaq a{
	width: 100px;
	background-position: -515px top;
}
li#navFaq a:hover,
li#navFaq a.active {
	background-position: -515px bottom;
}

li#navContact a{
	width: 85px;
	background-position: -615px top;
}
li#navContact a:hover,
li#navContact a.active {
	background-position: -615px bottom;
}

/** 2009 11 06 **/
li#navHome1 a{
	width: 50px;
	background-position: 0px top;
}
li#navHome1 a:hover,
li#navHome1 a.active {
	background-position: 0px bottom;
}

li#navNew1 a{
	width: 83px;
	background-position: -50px top;
}
li#navNew1 a:hover,
li#navNew1 a.active {
	background-position: -50px bottom;
}

li#navShop1 a{
	width: 88px;
	background-position: -133px top;
}
li#navShop1 a:hover,
li#navShop1 a.active {
	background-position: -133px bottom;
}

li#navServ1 a{
	width: 110px;
	background-position: -221px top;
}
li#navServ1 a:hover,
li#navServ1 a.active {
	background-position: -221px bottom;
}

li#navRev1 a{
	width: 123px;
	background-position: -331px top;
}
li#navRev1 a:hover,
li#navRev1 a.active {
	background-position: -331px bottom;
}

li#navPromo1 a{
	width: 144px;
	background-position: -454px top;
}
li#navPromo1 a:hover,
li#navPromo1 a.active {
	background-position: -454px bottom;
}
li#navLoffer1 a{
	width: 102px;
	background-position: -597px top;
}
li#navLoffer1 a:hover,
li#navLoffer1 a.active {
	background-position: -597px bottom;
}
/*li#navLetter1 a{
	width: 80px;
	background-position: -619px top;
}
li#navLetter1 a:hover,
li#navLetter1 a.active {
	background-position: -619px bottom;
}
*/

/*********** BOTTOM **********/
div#bottomContainer {
	background: #26172c url(../images/ftr/btm_bg-repeat.gif) repeat-x left bottom;
	padding-bottom: 20px;
}

div#bottomContainer div#bottomArea {
	background: url(../images/ftr/btm_bg.jpg) no-repeat center bottom;
	height: 180px;
	font-size: 11px;
	color: #ffffff;
	line-height: 18px;
}

div#bottomArea div.column {
	width: 260px;
	padding-top: 35px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	float: left;
}

div#bottomArea div.column p {
	padding-top: 20px;
	margin-bottom: 15px;
}

div#bottomArea div.columnMid p {
	width: 150px;
}

div#bottomArea div.columnRight p {
	width: 170px;
}

ul.arrowList {
	list-style: none;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

ul.arrowList li {
	background: url(../images/bullet-sm_pnk.gif) no-repeat 2px 7px;
	padding-left: 15px;
	margin: 4px 0px 8px 0px;
}

ul.arrowList a {
	color: #e3a6ff;
}

/*********** FOOTER **********/
div#footerContainer {
	background: #110e13;
	padding: 20px 0px 40px;
	color: #a594af;
	font-size: 11px;
	line-height: 22px;
}

div#footerContainer a {
	color: #a594af;
}

div#footerContainer div.column {
	float: left;
}

div#footerRight {
	width: 320px;
	float: right;
	padding-right: 10px;
}

div#footerRight div.column {
	width: 160px;
}

div#footerRight div.sponsor {
	display: block;
	width: 158px;
	margin-bottom: 10px;
	border: 1px solid #131619;
	background: #000000;
	text-align: center;
/*	line-height: 106px;*/
}

div#footerRight div.sponsor a {
	height: 100px;
	padding: 4px 0px;
	display: block;
}

div#footerRight div.sponsor a:hover {
	text-decoration: none;
}

div#footerRight div.sponsor a img {
	vertical-align: middle;
	line-height: 108px;
}

div#footerLeft {
	width: 620px;
	float: left;
	padding-left: 10px;
}

div#footerLeft ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#footerLeft div.column {
	width: 140px;
	padding: 0px 20px 10px 0px;
}

div#footerLeft div.columnEnd {
	width: 110px;
}

div#footerLeft ul li.header {
	border-bottom: 1px solid #1a171c;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.footerHeading {
	font-size: 12px;
	font-weight: bold;
}

div#copyInfo {
	clear: left;
	font-size: 10px;
	padding: 15px 0px 0px;
}


/*********************** CONTENT ***************************/
body {
	background: #ffffff url(../images/bg/bg-repeat.jpg) repeat-x center 145px;
}
body.Home {
	background: none;
	background-color:#FFFFFF;
}
/*********** HOME **********/
/**** BANNER ****/
div#bannerContainer {
	position: relative;
	height: 365px;
	overflow: hidden;
}

div#bannerObj {
	text-align: center;
}

/**** TOP ITEMS ****/
body.Home div#topItemsPosition {
	width: 100%;
	position: absolute;
	top: 20px;
	z-index: 50;
}

div#topItemsPosition div#homeSearch {
	width: 210px;
	padding: 0px 20px 0px 20px;
	margin: 0;
	position: absolute;
	top: 55px;
	width: 190px;
	z-index: 2;
}


body.Home div#topItems {
	width: 230px;
	padding-right: 710px;
	margin: 0px auto;
	font-size: 11px;
	line-height: 16px;
}

body.Home div#topItems a {
	color: #ff283d;
	text-decoration: underline;
}

body.Home div#topItems a:hover {
	text-decoration: none;
}

body.Home div#topItems img#topItemsBg {
	position: absolute;
	z-index: 1;
}

body.Home div#topItems dl {
	position: absolute;
	z-index: 2;
	top: 145px;
	margin: 0px;
	padding: 0px 20px;
	width: 190px;
}

body.Home div#topItems dt {
	float: left;
	clear: both;
	width: 38px;
	height: 38px;
	padding: 2px;
	margin-bottom: 10px;
	background: url(../images/prod-thumb-sm_bg.gif) no-repeat left top;
}

body.Home div#topItems dt div {
	width: 36px;
	height: 36px;
	overflow: hidden;
	position: relative;
	top: 1px;
	left: 1px;
}

body.Home div#topItems dt img {
	position: absolute;
	top: -10px;
	left: -11px;
}

body.Home div#topItems dd {
	float: right;
	width: 135px;
	height: 38px;
	margin: 0px 0px 10px 0px;
	padding: 4px 5px 0px 0px;
	vertical-align: middle;
}

/**** HOME CONTENT ****/
div#homeTopContainer {
	background: #eb1f33;
	height: 75px;
}

div#homeTop {
	background: #eb1f33;
	height: 75px;
	overflow: hidden;
}

div#homeContainer {
	width: 960px;
	padding-left: 20px;
}

div#homeContainer div.column, 
div#homeTop div.column {
	width: 240px;
	float: left;
}

div#homeContainer div.column {
	width: 710px;
}


div#homeContainer div#homeSubscribe {
	width: 210px;
	height: 215px;
	background: url(../images/home/subscribe_bg.gif) no-repeat left top;
	padding: 65px 0px 0px 20px;
}

div#homeTop div#homeSearch {
	width: 210px;
	padding: 20px 0px 20px 30px;
}

/**** HOME PRODUCTS ****/
div.featuredList ul.productList {
	width: 730px;
	margin: 0; 
	padding: 0;
	position: relative;
	top: -10px;
}

div.featuredList ul.productList li {
	width: 165px;
	height: 285px;
	background: none;
	border-left: 1px solid #D5DBE1;
}

div.featuredList ul.productList li.firstRowList {
	border-left: 0px none;
	clear: none;
	padding-top: 0;
}

div.featuredList ul.productList li div.descriptContain {
	height: 40px;
	font-size: 14px;
}

div.featuredList ul.productList li div.prodListImgCont {
	margin: 0px auto;
	overflow: visible;
	_overflow: hidden;
	_overflow-x: visible;
	height: 170px;
}

div.featuredList ul.productList li div.productPrice {
	font-weight: bold;
	font-size: 15px;
	padding: 4px 0px 0px 0px;
}

ul.productList li div.productPrice span.rrpPrice {
	color: #bf2020;
	text-decoration: line-through;
	padding: 0 5px;
}

div.featuredList ul.productList li div.prodListImgCont img.onTopIcon {
	right: -20px;
}

/******** PAGE ********/
div#page {
}

body div#pageContainer {
	background: url(../images/bg/bg.jpg) no-repeat center 85px;
}
body div#mainContainer {
	width: 940px;
	margin: 0px auto;
}

div.titleArea {
	height: 60px;
	padding: 5px 0px 0px 20px;
}

div.content {
	padding: 20px;
}

/****** BREADCRUMB *****/
div#breadcrumb {
	color: #FFFFFF;
	font-size: 11px;
}

div#breadcrumb a {
	color: #ffffff;
	padding-right: 10px;
	margin-right: 7px;
	background: url(../images/arrow-sm-w.gif) right 5px no-repeat;
}

/******** FROM SEXPO ********/
div.cms {
	padding-left: 20px;
}

div.cms ul {
	margin: 0px 0px 10px 17px;
	padding: 0;
}

div.cms ul li {
	padding: 0;
	margin: 0 0 10px 0;
}

/* Main Areas. */

div#mainArea
{
	background-image: #ffffff url(../images/bg/bg-top.gif) repeat-x left top;
	position: relative;
		z-index: 2;
	
	min-height: 600px;
}

/** html div#mainArea
{
	height: 600px;
}*/

div#mainArea div.padding
{
	padding: 20px 10px 0x 10px;
}

div#main
{
	width: 700px;
	padding-top: 20px;
}

div#sidebar
{
	width: 230px;
}

div.sidebar
{
	background-image: url(../images/bg/sidebar.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

div.sidebar div.top
{
	background-image: url(../images/bg/sidebarTop.gif);
	background-position: 0px top;
	background-repeat: no-repeat;
}

div.sidebar div.bottom
{
	background-image: url(../images/bg/sidebarBottom.gif);
	background-position: 10px bottom;
}
/* Main Area. */

div#mainArea div#main
{
	float: right;
}

div#mainArea div#sidebar
{
	float: left;
	padding: 20px 0px 0px 0px;
}
div#sidebarLinks
{
	padding-bottom: 125px;
	
	width: 230px;
}

div#sidebarLinks div#searchProducts 
{
	padding: 16px 0px 0px 20px;
	width: 210px;
	height: 30px;
}

div#sidebarLinks div#searchProducts div#searchField
{
	background: url(../images/input/input_search.gif) top left no-repeat;
	width: 160px;
	height: 28px;
	overflow: hidden;
	float: left;
}

div#sidebarLinks div#searchProducts div#searchField input {
	font-size: 11px;
	color: #54595d;
	background: transparent;
	border-style: none;
	padding: 6px 5px;
	height: 14px;
	width: 140px;
}

div#sidebarLinks input#searchBtn
{
	display: block;
	height: 28px;
	width: 28px;
	float: left;
}

div#sidebarLinks div.bottom
{
	background-image: url(../images/bg/sidebarBottom.gif);
	background-position: left bottom;
	
	width: 230px;
}

div#sidebarLinks ul
{
	list-style: none;
	
	padding: 0px 0px 0px 0px;
	
	width: 230px;
	margin: 16px 0px 30px 0px;

	background: url(../images/tiles/sidebarLinks.gif) top repeat-x;
}

div#sidebarLinks li
{
	background-image: url(../images/tiles/sidebarLinks.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	
	/*padding-bottom: 1px;*/
	
	width: 230px;
}

div#sidebarLinks ul a
{
	color:#FFF;
	display: block;
	font-size: 12px;
	text-decoration: none;
	
	padding: 8px 30px 8px 22px;
	
	min-height: 1px;
	min-width: 1px;
	cursor: pointer;
}

div#sidebarLinks ul a:hover
{
	text-decoration: underline;
}

div#sidebarLinks ul li ul
{
	list-style: none;
	
	padding: 0px 0px 0px 0px;
	margin: 0px;
	
	width: 230px;
	
	/*background: none;*/
}

div#sidebarLinks li ul li
{
	/*background: none;*/
	padding-bottom: 1px;
	width: 230px;
}

div#sidebarLinks ul li ul li a
{
	color: #ffffff;
	display: block;
	font-size: 12px;
	text-decoration: none;
	
	padding: 8px 30px 8px 40px;
	
	min-height: 1px;
	min-width: 1px;
}

div#sidebarLinks ul a:hover
{
	text-decoration: underline;
}

* html div#sidebarLinks ul a
{
	height: 1px;
}

div#sidebarLinks ul li a
{
	text-decoration: none;
}

div#sidebarLinks ul li a:hover, div#sidebarLinks ul li a.active/*, div#sidebarLinks ul li a.active*/
{
	background-color: #fa0041;
	background-image: url(../images/icons/bullets/sidebarLinksCurrent.gif);
	background-position: 185px 9px;
	text-decoration: none;
}

div#sidebarLinks a.eventLocation span.padding
{
	display: block;
	
	padding: 14px 0px 0px 19px;
}

div#sidebarLinks h2, 
div#sidebarLinks p
{
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	
	margin: 15px 0px;
}

div#sidebarLinks a
{
	text-decoration: underline;
}

div#sidebarLinks a:hover
{
	text-decoration: none;
}

div#sidebarBottom
{
	background-color: #ffffff;
	background-image: url(../images/bg/sidebarBottom.gif);
	background-position: left top;
	position: absolute;
		bottom: -1px;
	
	padding: 20px 0px 16px 0px;
}

* html div#sidebarBottom
{
	bottom: -21px;
	
	padding: 20px 0px 36px 0px;
}

div#sidebarLinks ul li ul li ul li {
	background: none;
}

div#sidebarLinks ul li ul li ul {
	background: url(../images/tiles/sidebarLinks.gif) top repeat-x;
}

div#sidebarLinks ul li ul li ul a {
	padding: 8px 30px 8px 55px;
}

div#sidebarLinks ul li ul li ul a.active {
	background-color: #fa0041;
	background-image: url(../images/icons/bullets/sidebarLinksCurrent.gif);
	background-position: 185px 9px;
	text-decoration: none;
}

/** PRODUCT LIST **/
div.productListArea {

}
div.containRelatedProduct {
	width: 524px;
	display: none;
}

ul.productList {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 700px;
	display: block;
}

div.checkoutCtas {
	clear: both;
	padding-top: 20px;
}
div.checkoutCtas a.continue {
	float: right;
}

ul.productList li {
	width: 165px;
	height: 285px;
	margin: 0;
	padding: 5px 5px;
	text-align: center;
	float: left;
	display: block;
}


ul.borderProducts li {
	background: url(../images/bg/bg_product_list.gif) no-repeat bottom right;
}

ul.borderProducts li.firstRowList {
	border-left: 1px solid #d5dbe1;
	width: 164px;
	padding-right: 4px;
	clear: left;
}

div.containRelatedProduct ul.productList, #fancybox-wrap ul.productList {
	width: 524px;
	border-top: 1px solid #D5DBE1;
}

div.containRelatedProduct li {
	border-top: 1px solid #d5dbe1 !important;
}


div.relatedProducts ul.borderProducts {
	background: url(../images/bg/bg_product_bdrtop.gif) no-repeat top left;
	padding-top: 1px;
}

div.relatedProducts ul.borderProducts li.firstRowList {
	border-left: none;
}

ul.productList li img {
	margin: 0 3px;
}

ul.productList li div.prodListImgCont {
	overflow: hidden;
	height: 165px;
	width: 165px;
	text-align: center;
}

ul.productList li div.prodListImgCont a {
	display: block;
	width: 165px;
	position: relative;
}

ul.productList li div.prodListImgCont img.onTopIcon {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}

ul.productList li div.prodListImgCont img {
	margin: 0;
	padding: 0;
	display: block;
}

ul.productList li div.descriptContain {
	padding-top: 10px;
	height: 40px;
	overflow: hidden;
	clear: left;
}

ul.productList li div.productPrice {
	color: #222222;
	font-weight: 600;
	padding-bottom: 4px;
	
}

#productReview {
	padding: 20px 10px;
}
#productReview .dataProReview {
	padding: 0px 10px 10px 0px;
}
#productReview .dataProReview ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
#productReview .dataProReview li {
	padding: 0 20px 0 0;
	margin: 0;
	float:left;
}
#productReview .dataProReview  p {
	clear: left;
	margin: 0;	
}
#productReview .noReviews {
	margin-bottom: 10px;
}

/* PAGING CSS */
div#paging {
	clear: left;
	color: #707070;
	font-size: 11px;
	padding: 1px 0px 0px 20px;
	/*width: 670px;*/
}

div#paging a {
	color: #eb1f33;
	font-size: 11px;
	padding-right: 3px;
}

div#paging strong {
	padding-right: 3px;
}

div#paging strong.active {
	color: #eb1f33;
}

div#paging div#pagingLeft {
	padding: 20px 0px 25px 0px;	
	width: 430px;
	float: left;
}

div#paging div#pagingRight {
	padding: 20px 0px 25px 4px;	
	width: 245px;
	float: left;
	text-align: right;
}
/*PRODUCT DETAILS */
div.pad20t {
	padding-top: 20px;
	padding-bottom: 20px;
}

div#shopDetailsLeft {
	padding: 25px 0 0 0;
	width: 320px;
	float: left;
	line-height: 18px;
}

div#productDescContain {
	padding-right: 20px;
}

div#shopDetailsLeft div#brandSpace {
	color: #222222;
	font-weight: 600;
}

div#shopDetailsLeft div#brandSpace a {
	font-weight: 600;
}

div#shopDetailsLeft div#brandSpace div#brandAlignImage {
	padding: 10px 0px;
	text-align: center;
	/*width: 280px;
	position: relative;
	min-height: 60px;*/
}
/*
div#brandAlignImage img {
	position: absolute;
	top: 0px;
	left: 0px;
}*/

div#productBuyArea {
	/*padding: 50px 0 0 22px;*/
}

div#productBuyArea div.productBuyOption {
	padding: 0 0 5px 0;
}

div#productBuyArea div.productBuyLabel {
	width: 88px;
	font-weight: bold;
	font-size: 11px;
	color: #2e2e2e;
	float: left;
}

div#productBuyArea div.productBuyFieldLong {
	width: 265px;
	float: left;
}

div#productBuyArea div.productBuyFieldLong select {
	width: 265px;
	font-size: 12px;
}

div#productBuyArea div.productBuyFieldLong input.text {
	width: 265px;
	font-size: 12px;
}

div#productBuyArea div.productBuyFieldLong textarea {
	width: 265px;
	height: 40px;
	font-size: 12px;
}

div#productBuyArea div.productBuyFieldLong textarea.medium {
	height: 80px;
}


div#productBuyArea div.productBuyButtonsLong {
	padding: 0 14px 0 0;
	text-align: right;
}


div#shopDetailsRight {
	padding: 50px 25px 25px 25px;
	height: 430px;
	width: 300px;
	background: url(../images/bg/bg_product_zoom.gif) no-repeat;
	background-position: right 25px ;
	float: right;
}

div#shopDetailsPriceBar {
	background: #000000;
	font-size: 24px;
	color: #FFFFFF;
	width: 680px;
}

div#shopDetailsPriceBarTop {
	background: url(../images/bg/price_top_bg.gif) top left no-repeat;
}

div#shopDetailsPriceBarBot {
	background: url(../images/bg/price_bot_bg.gif) bottom left no-repeat;
	
	text-align: center;
	padding: 15px 7px 15px 7px;
	_padding: 15px 7px 5px 7px;
	clear: left;
}

div#colourOptionList {
	/*padding-bottom: 10px;
	border-bottom: 1px dotted #313131;
	margin-bottom: 10px;*/
}

div#shopDetailsPriceBarBot img {
	margin: 0 3px;
	border: 2px solid #312f2f;
}

div#shopDetailsPriceBarBot img.imgText {
	margin: 0 3px;
	border: 2px solid #000000;
}

div#shopDetailsPriceBar div.productBuyOption  {
	height: 50px;
	border-bottom: 1px dotted #313131;
	margin-bottom: 10px;
}

div#shopDetailsPriceBar span.rrpPrice {
	color: #bf2020;
	text-decoration: line-through;
	padding: 0 5px;
}

div#shopDetailsPriceBar div.productBuyOption select {
	margin: 0 3px;
	position: relative;
	width: 200px;
}

div#shopDetailsPriceBar span {
	font-size: 24px;
	position: relative;
	top: -0px;
	padding: 0px 15px;
}



/** COLOUR OPTIONS PRODUCT **/
ul#colourOptionList {
	list-style: none;
	list-style-image: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

ul#colourOptionList li {
	position: relative;
	display: inline;
	height: 54px;
	width: 54px;	
}

ul#colourOptionList li img {
	position: absolute;
	top: 2px;
	left: 2px;
}


/* NEWS */
ul#articleNewsList {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
	background: none;
}

ul#articleNewsList li {
	padding: 20px 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
	background: url(../images/tiles/newsSectionBorder.gif) bottom left repeat-x;
}

ul#articleNewsList li img {
	float: left;
	padding: 0 15px 5px 0;
	display: block;
}

ul#articleNewsList li div.artNewsContent {
	float: left;
	width: 470px;
}

ul#articleNewsList li h3 {
	font-size: 14px;
}

ul#articleNewsList li p {
	margin: 0;
	padding: 0 0 5px 0;
}


ul#articleNewsList li p.newsDate {
	font-size: 14px;
	font-weight: 600;
	padding-top: 3px;
	
}

/** FIELDSET CSS **/
input.text, 
select, 
textarea
{
	color: #4d4d4d;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	
	border: 1px solid #d7d7d7;
	padding: 7px 4px 7px 6px;
}

input.text
{
	height: 16px;
}

select
{
	height: 32px;
}

textarea
{
	
}

input.image
{
	vertical-align: middle;
}
fieldset
{
	border: 0px;
	border-top: 9px solid #000000;
}

fieldset.borderLess {
	border-top: 0px;
}

fieldset img.legendImageText {
	position: relative;
	top: -20px;
	left: -0px;
}

fieldset legend
{
	color: #000000;
	font-size: 23px;
	font-weight: bold;
	
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 15px;
}

fieldset ul
{
	list-style: none;
	
	width: 490px;
}

fieldset li
{
	padding-bottom: 9px;
}

fieldset p
{
	font-size: 11px;
	line-height: 16px;
	
	margin: 5px 0px 14px 0px;
}

fieldset label
{
	display: block;
	float: left;
	font-size: 14px;
	text-align: right;
	
	padding-top: 8px;
	
	width: 150px;
}

fieldset label span.mandatory
{
	color: #fa0041;
	
	padding-left: 3px;
}

fieldset label.inline
{
	width: auto !important;
}

fieldset input.text, 
fieldset select, 
fieldset textarea
{
	float: right;
}

fieldset input.text
{
	width: 318px;
}

fieldset select
{
	width: 330px;
}

fieldset textarea
{
	width: 318px;
}

fieldset span.caption
{
	display: block;
	float: right;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	
	padding-top: 5px;
	
	width: 330px;
}

fieldset span.value
{
	color: #000000;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	
	padding-top: 6px;
	
	width: 330px;
}

fieldset div.value
{
	float: right;
	
	width: 330px;
}

fieldset div.radioGroup
{
	margin: 5px 0px;
}

fieldset div.radioGroup .radio, 
fieldset div.radioGroup label
{
	float: left !important;
}

fieldset div.radioGroup .radio
{
	margin-top: 2px;
}

fieldset div.value input.checkbox
{
	float: left;
	
	margin-top: 1px;
}

fieldset div.value label.inline, 
fieldset div.value span.label
{
	display: block;
	float: right;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	
	padding-top: 0px;
	
	width: 310px;
}

fieldset div.value span.label a
{
	text-decoration: underline;
}

fieldset div.value span.label a:hover
{
	text-decoration: none;
}

fieldset div.value span.mandatory
{
	color: #fa0041;
	font-size: 11px;
}

div#Field_State
{
	float: left;
	
	width: 280px;
}

div#Field_State select
{
	width: 120px;
}

div#Field_Postcode
{
	float: right;
	
	width: 186px;
}

div#Field_Postcode input.text
{
	width: 98px;
}

div#Field_CardType
{
	float: left;
	
	width: 310px;
}

div#Field_CardType select
{
	width: 150px;
}

div#Field_CardCvv
{
	float: right;
	position: relative;
	
	width: 160px;
}

div#Field_CardCvv input.text
{
	width: 96px;
}

div#Field_CardCvv a.popout
{
	font-size: 11px;
	position: absolute;
		top: 10px;
		right: -90px;
	text-decoration: underline;
}

div#Field_CardCvv a.popout:hover
{
	text-decoration: none;
}

div#Field_CardExpiry
{
	padding-bottom: 22px;
}

div#Field_CardExpiry select
{
	float: left;
	
	margin-right: 9px;
	
	width: 100px;
}

fieldset input.image
{
	margin-top: 10px;
}


fieldset div.inputFieldDescription {
	width: 330px;
	font-size: 11px;
	display: block;
	float: right;
	padding-left: 10px;
}

fieldset input.file {
	font-size: 12px;
	color: #666666;
	border: 1px solid #d8d7dd;
	margin: 0px;
	padding: 4px 4px 4px 4px;	
	width: 320px;
}

/* ADD CART CSS */
div#addCartPos {
	height: 0px; 
	width: 996px; 
	margin: 0 auto;
}

div#addToCartContain {
	float: left;
	font-size: 11px;
	margin: 40px 0 0 486px;
	position: fixed;
	_position: absolute;
	width: 510px;
	height: 75px;
	z-index: 200;
	display: none;
}

div#addToCartContain div {
	position: relative;
}

div#addToCartContain div img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 201;
}

div#addToCartContain div p {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 202;
	padding: 12px 35px 0px 35px;
	width: 440px;
	height: 63px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 17px;
}

div#addToCartContain div p a {
	color: #ff435b;
}

/****************************** SHOPPING CART ************************************/

table#shoppingcart {
	width: 100%;
	font-size: 11px;
	color: #2e2e2e;
	padding: 0;
	border-spacing: 0;
}

table#shoppingcart td {
	padding: 7px 5px;
	border-bottom: 1px solid #f1f0f0;
	vertical-align: top;
}

table#shoppingcart th {
	padding: 7px 5px 14px 5px;
	border-bottom: 1px solid #f1f0f0;
	font-size: 12px;
	color: #474747;
	text-align: left;
}

table#shoppingcart th.thLeft {
	background: url(../images/th_left.gif) top left no-repeat;
}

table#shoppingcart th.thRight {
	background: url(../images/th_right.gif) top right no-repeat;
}

table#shoppingcart .qty input {
	width: 40px;
	font-size: 11px;
	text-align: center;
}

table#shoppingcart .price {
	text-align: right;
}

table#shoppingcart .remove {
	text-align: center;
}

table#shoppingcart .totalLabel {
	font-size: 12px;
	text-align: right;
}

table#shoppingcart .buttons {
	padding: 12px 0;
	border: none;
	text-align: right;
}

div.cartItemImage {
	padding: 0 10px 0 0;
	width: 50px;
	float: left;
	display: none;
}

div.cartItemName {
	width: 230px;
	float: left;
}

div.cartnote {
	font-size: 10px;
	padding: 5px 0;
}

div.buttonsAlignRight {
	padding-top: 15px;
	text-align: right;
}

div#checkoutStep {
	padding: 10px 0 0 0;
}

/***************************** DELIVERY *********************************/

div#deliveryMethods {
	font-size: 11px;
	color: #2e2e2e;
}

table#deliverymethod {
	padding: 0;
	border-spacing: 0;
}

table#deliverymethod th {
	padding: 7px 5px 14px 5px;
	border-bottom: 1px solid #f1f0f0;
	font-size: 12px;
	color: #474747;
	text-align: left;
}

table#deliverymethod td {
	padding: 7px 5px;
	border-bottom: 1px solid #f1f0f0;
	vertical-align: top;
}

/************************* ACCOUNT INFO ***************************/

table#accountinfo {
	font-size: 12px;
	color: #2e2e2e;
}

table#accountinfo th {
	width: 150px;
	padding: 0 20px;
	vertical-align: top;
	text-align: left;
}

table#accountinfo td {
	width: 150px;
	padding: 2px 20px;
	vertical-align: top;
}





/************************* Jons css ***************************/

ul.productList-new {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 545px;
	display: block;
}

ul.borderProducts-new {
	border-top: 1px solid #d5dbe1;
}

ul.productList-new li {
	width: 125px;
	height: 200px;
	margin: 0;
	padding: 5px 5px;
	text-align: center;
	float: left;
	display: block;
}

ul.borderProducts-new li.firstRowList-new {
	border-left: 1px solid #d5dbe1;
	width: 125px;
	padding-right: 4px;
	clear: left;
}


ul.borderProducts-new li {
	background: url(../images/bg/bg_product_list.gif) no-repeat bottom right;
}

ul.borderProducts-new li.firstRowList {
	border-left: 1px solid #d5dbe1;
	width: 125px;
	padding-right: 4px;
	clear: left;
}

ul.productList-new li div.prodListImgCont {
	overflow: hidden;
	height: 125px;
	width: 125px;
	text-align: center;
	position: relative;
	display: block;
}


/*
ul.productList-new li div.prodListImgCont a {
	
	width: 125px;
	position: relative;
}
*/

ul.productList-new li div.prodListImgCont img.onTopIcon {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}

ul.productList-new li div.prodListImgCont img {
	margin: 0;
	padding: 0;
	display: block;
}

ul.productList-new li div.productPrice {
	color: #222222;
	font-weight: 600;
	padding-bottom: 4px;
	
}

ul.productList-new li div.productPrice span.rrpPrice {
	color: #bf2020;
	text-decoration: line-through;
	padding: 0 5px;
}


/* END OF CSS */
.sectionBorder {
	margin: 15px 0 0 0;
}

.sectionBorder li {
	border-top: 1px solid #d5dbe1;
	
}

.landingSectionHead {
	background: url(../images/bg/landing_sect_bg.gif) top left no-repeat;
	height: 34px;
	padding: 7px 0 0 20px;
	margin: 15px 0 0 0;
}

.landingSectionHead h1 {
	margin: 0px;
	padding: 0px;
}


/** NEW ADVERT ADJUSTMENT **/
/* Main Areas. */
.productsAdv  {
	width: 990px !important; 
}

.productsAdv #advert {
	width: 110px;
	float: right;
	padding: 85px 0 0 0;
	overflow: hidden;
}

.productsAdv #sidebar {
	width: 180px;
}



.productsAdv div.sidebar
{
	background-image: url(../images/bg/sidebar-prod.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

.productsAdv div.sidebar div.top
{
	background-image: url(../images/bg/sidebarTop-prod.gif);
	background-position: 0px top;
	background-repeat: no-repeat;
}

/* Main Area. */

.productsAdv div#sidebarLinks
{
	padding-bottom: 125px;
	
	width: 180px;
}

.productsAdv div#sidebarLinks div#searchProducts 
{
	padding: 16px 0px 0px 20px;
	width: 160px;
	height: 30px;
}

.productsAdv div#sidebarLinks div#searchProducts div#searchField
{
	background: url(../images/input/input_search.gif) top left no-repeat;
	width: 115px;
	height: 28px;
	overflow: hidden;
	float: left;
}



.productsAdv div#sidebarLinks ul
{
	list-style: none;
	padding: 0px;
	width: 180px;
	margin: 16px 0px 30px 0px;
	background: url(../images/tiles/sidebarLinks.gif) top repeat-x;
}

.productsAdv div#sidebarLinks li
{
	background-image: url(../images/tiles/sidebarLinks.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	
	/*padding-bottom: 1px;*/
	
	width: 180px;
}

.productsAdv div#sidebarLinks ul a
{
	color: #000;
	display: block;
	font-size: 12px;
	text-decoration: none;
	
	padding: 8px 30px 8px 22px;
	
	min-height: 1px;
	min-width: 1px;
	cursor: pointer;
}

.productsAdv div#sidebarLinks ul li ul
{
	list-style: none;
	
	padding: 0px 0px 0px 0px;
	margin: 0px;
	
	width: 180px;
}

.productsAdv div#sidebarLinks li ul li
{
	/*background: none;*/
	padding-bottom: 1px;
	width: 180px;
}

.productsAdv div#sidebarLinks ul li ul li a
{
	color: #000;
	display: block;
	font-size: 12px;
	text-decoration: none;
	
	padding: 8px 30px 8px 40px;
	
	min-height: 1px;
	min-width: 1px;
}


.productsAdv div#sidebarLinks ul li ul li ul a {
	padding: 8px 30px 8px 55px;
}

.productsAdv div#sidebarLinks ul li ul li ul a.active {
	background-color: #fa0041;
	background-image: url(../images/icons/bullets/sidebarLinksCurrent.gif);
	background-position: 185px 9px;
	text-decoration: none;
}

#blanket {
   background-color:#111;
   opacity: 0.75;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:300px;
	height:300px;
	left:50%;
	top:50%;
	margin-top:-175px;
	margin-left:-331px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}

div.storePhoto {
	text-align: center;
	padding-top: 20px;
}

/* ------------------------------- Banner Slider */

.banner {
	height: 365px;
	width: 100%;
	position: absolute;
	top: 0px;
	overflow: hidden;
}
.banner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.banner .bannerControlsWrapper {
	height: 23px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	z-index: 5;
}
.banner .bannerControls {
	display: none; /*js fallback*/
	height: 23px;
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
	z-index: 2;
}
.banner .bannerControls ul {
	list-style: none;
	float: right;
}
.banner .bannerControls li {
	color: #fff;
	float: left;
	font-weight: bold;
	height: 23px;
	margin-right: 5px;
	text-align: center;
	width: 23px;
	z-index: 3;
}
.banner .bannerControls a {
	color: #fff;
	display: block;
	height: 23px;
	width: 23px;
}
.banner .bannerControls .active a,
.banner .bannerControls a:hover,
.banner .bannerControls a:focus,
.banner .bannerControls a:active {
	color: #000;
	text-decoration: none;
}
.banner .bannerControls .active a img,
.banner .bannerControls a:hover img,
.banner .bannerControls a:focus img,
.banner .bannerControls a:active img {
	margin-top: -23px;
}
.banner .bannerControls img {
	position: relative;
	z-index: 1;
}
.banner .bannerControls span {
	display: block;
	font-size: 11px;
	height: 23px;
	line-height: 23px;
	position: absolute;
	text-align: center;
	width: 23px;
	z-index: 2;
}
.banner .bannerControls a {
	color: #fff;
	cursor: pointer;
}
.banner .bannerSlides {
	position: relative;
	z-index: 0;
}
.banner .bannerSlides li {
	display: block;
	width: 100%;
	height: 365px;
}
.banner .bannerSlides a {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 365px;
	width: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: black;
}

ul.reviewList {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 680px;
}
ul.reviewList li {
	list-style: none;
	padding: 15px 0px;
	margin: 0px;
	border-top: 1px solid #d5dbe1;
}
ul.reviewList li.first {
	border-top: none;
}
ul.reviewList div.reviewName {
	display: inline;
	font-weight: bold;
	font-size: 14px;
}
ul.reviewList div.reviewDate {
	display: inline;
	font-size: 11px;
	color: #898989;
}
ul.reviewList div.reviewBody {
	font-size: 11px;
	margin: 7px 0px;
}
a.loadMoreReviews {
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	background-color: #ae0212;
	color: white;
}

div.postReview {
	margin-top: 30px;
	padding-bottom: 10px;
	width: 540px;
	color: white;
}
div.postReviewBarTop {
	background: url(../images/bg/newcomment_top.gif) top left no-repeat;
	padding-top: 10px;
}
div.postReviewBarBot {
	background: url(../images/bg/newcomment_bot.gif) bottom left no-repeat;
	padding: 0px 0px 20px 30px;
	background-color: black;
}

div.postReview h2 {
	padding: 10px 0px 0px 0px;
}
div.postReview div.row {
	clear: both;
	padding-top: 20px;
}
div.postReview div.row.captcha {
	padding-top: 20px;
}
div.postReview div.row.captcha img {
	margin-left: 20px;
	vertical-align: bottom;
}
div.postReview div.field {
	background: url(../images/bg/formfield.gif) top left no-repeat;
	height: 28px;
	width: 231px;
	float: left;
	margin-right: 20px;
}
div.postReview div.field input {
	margin: 3px 10px;
	padding: 0px;
	height: 22px;
	width: 211px;
	border: none;
}
div.postReview div.bigfield {
	background: url(../images/bg/formbigfield.gif) top left no-repeat;
	height: 98px;
	width: 481px;
}
div.postReview div.bigfield textarea {
	margin: 3px;
	padding: 0px;
	height: 92px;
	width: 461px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}
div.postReview div.submitRow {
	clear: both;
	text-align: right;
	width: 481px;
	margin-top: 20px;
}
