/*

	Theme by James Young - www.cubecartstyle.com | www.welcomebrand.co.uk
	
	CONTENTS OF CSS:
	
	01. Global layout styles
	02. Content layout styles
	03. Homepage styles
	04. Category page styles
	05. Product detail pages
	06. Checkout Page styles
	07. Other Page styles
	08. Footer styles

*/

/* 01 START : Global layout styles */
* {
	padding: 0;
	margin: 0;
}

body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 145%;
	color: #F0D2BC;	
	background: #39171F url(../styleImages/backgrounds/body-background.gif) fixed left top repeat-x;
}

p {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	line-height: 145%;
	color: #F0D2BC;
}

a {
	text-decoration: none;
	color: #D5D28D;
}

p a img,
a img {
	border: 0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 10px 0 15px 0;
	line-height: normal;
	letter-spacing: -1px;
	color: #fff;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 5px;
}

#main-col h1,
#main-col h2,
#main-col p,
#welcome-content {
	color: #222;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

ul, ol {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

div {
	position: relative; /* So you can use absolute positioning on any div in the rest of the site */ 
}

input, textarea, select {
	padding: 3px;
	background: #f4f4f4;
	border: 1px solid #020202;
	color: #444;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	line-height: 145%
}

fieldset {
	border: 0;
	padding: 0;
	margin: 25px 0;
}

.txtOldPrice {
	color: #F0D2BC;
	text-decoration: line-through;
}
/* 01 END : Global layout styles */



/* 02 START : Content layout styles */
#site-wrap,
.txtCopyright,
#welcomebrand {
	width: 930px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#site-wrap {
	border: 1px solid #020202;
	border-top: 0;
	padding: 15px;
	background: #e2d3d6/* url(../styleImages/backgrounds/main-bg.jpg) top left repeat-x*/;
}

#logo {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}

#logo p a {
	float: left;
	height: 150px;
	width: 350px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background: url(../../../images/getLogo.php?skin=Foxy-Lingerie) 0 0 no-repeat;
}

#logo p a:hover {
	background-position: 0 -161px;
}

#header-bar {
	float: left; 
	width: 930px;
	margin-bottom: 0;
	border-bottom: 1px solid #020202;
}

#header-bar p,
.cartTotal p a,
#search p a {
	color: #222;
}

.cartTotal p a,
#search p a {
	text-decoration: underline;
}

.cartTotal p a:hover,
#search p a:hover {
	text-decoration: none;
}

#banner-space {
	clear: both;
	width: 720px;
	padding: 0;
	margin-bottom: 20px;
	overflow: hidden;
}

.box {
/* .box is the wrapper for each box on the site, eg. Categories, mailing list etc. To position each, simply append the ID of each one to the .box class */
	margin-bottom: 10px;
	width: 170px;
	padding: 10px;
	float: left;
	background: #5C1442 url(../styleImages/backgrounds/nav-background.jpg) right bottom no-repeat;
	border: 1px solid #020202;
	
}

p.box-title {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}

.box#basket {
	float: right;
	width: 300px;
	background: transparent;
	border: 0;	
	padding: 0;
	text-align: right;
/*	position: absolute;*/
	top: 100px;
	margin-right: 115px;
/*	right: 0;*/
}

.box#session {
	float: right;
	text-align: right;
	width: 300px;
	position: absolute;
	top: 149px;
	right: 0;
	z-index: 90;
	background: transparent;
	border: 0;
}

.box#session p.box-title {
	display: none;
}

.box#session a {
	padding: 0 3px;
}

.box#search {
	float: right;
	position: absolute;
	top: 0;
	right: 225px;
	padding: 0;
	background: transparent;
	border: 0;	
	width: auto;
}

.box#search input {
	float: left;
	display: inline;
}

.box#search p {
	float: left;
	display: block;
	clear: both;
}

.box#search .hide-me {
	display: none;
}

.box#search .searchBox {
	margin: 0;
	padding: 4px;
	margin-right: 5px;
	background: #fffee3;
	border: 2px solid #5c1442;
	color: #444;
}

.box#search .searchBtn {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
}

.box#siteDocs {
	width: 910px;
	margin-bottom: 0;
}

.box#siteDocs ul li {
	display: inline;
	list-style-type: none;
}

.box#siteDocs ul li a {
	margin-right: 10px;
}

.box#categories {

}

.box#random-product {

}

.box#info {
	display: none;
}

.box#currency {
	display: none;
}

.box#language {
	display: none;
}

.box#popular-products {

}

.box#sale-items {

}

.box#mailing-list {

}

.box#mailing-list input {
	margin-top: 5px;
	background: #fffee3;
	border: 1px solid #222;
	color: #444;
	width: 160px;	
}

.box#mailing-list .submit {
	background: none;
	border: 0;
	width: auto;
}

.box#skin-select {

}


.box#cart-navigation {

}

#left-col {
	float: left; 
	width: 200px;
	z-index: 1;
	margin-top: 15px;
}

#main-col {
	float: left;
	width: 720px;
	margin: 15px 0 15px 10px;
}


#bread-crumb {
	margin: 15px 0;
}

/* START : Flyout menu */

#mainmenu-nav {

}

.li-nav a {
	display: block;
	border-bottom: 1px solid #4c1137;
	padding: 3px 0;
}

.li-nav a span {
	display: none !important;
}

.li-nav a:hover, 
.li-nav .ul-nav a:hover {

}

.ul-nav, 
.li-nav {
	display: block;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 160px;
	margin-top: -30px;
	z-index: 99;
	width: 180px;
	background: #5C1442 url(../styleImages/backgrounds/nav-background.jpg) right bottom no-repeat;
	border: 1px solid #4c1137;
	z-index: 100;
	padding: 5px;
}

.li-nav .ul-nav a {

}

.li-nav .ul-nav a:hover {

}

a.hassubmenu {
	background: url(../styleImages/more.gif) 150px 7px no-repeat;
	padding: 3px 0;
}
/* END : Flyout menu */
/* 02 START : Content layout styles */



/* 03 START : Homepage styles */
#latest-products-wrap {
	overflow: hidden;
	width: 740px;
}

.latest-products {
	border: 1px solid #111;
	background: #581340;
	float: left;
	display: inline;
	width: 166px;
	height: 220px;
	overflow: hidden;
	padding: 10px 0;
	margin: 0 15px 15px 0;
	text-align: center;	}

.latest-products p {
	color: #F0D2BC !important;
}

.latest-products p a {
	display: block;
	color: #fff;
	font-weight: bold;
}

.latest-products a img {
	margin-bottom: 10px;
	padding: 2px;
	background: #eee;
	border: 1px solid #360511;
}
/* 03 START : Homepage styles */



/* 04 START : Category page styles */
#category-wrap { 
	overflow: hidden;
	margin-right: -15px;
	margin-top: 10px;
	width: 735px;
}

.category-item  {
	float: left;
	display: inline;
	margin: 0 15px 15px 0;	
}


.category-item .product-image {
	border: 1px solid #020202;
	background: #581340;
	float: left;
	display: inline;
	width: 166px;
	height: 220px;
	overflow: hidden;
	padding: 10px 0;

	text-align: center;	
}

.category-item .product-image a img {
	margin-bottom: 10px;
	background: #fff;
	padding: 2px;
	border: 1px solid #222;
}

.category-item .product-detail {
	width: 630px;
	display: none;
}

#subCats {
	display: block;
	overflow: hidden;
}

.subCat {
	float: left;
	display: inline;
}

.pagination {
	margin: 15px 0;
}

.submit-sort {
	background: transparent url(../styleImages/sort-products.gif) left top no-repeat;
	border: 0;
	width: 117px;
	height: 28px;
	cursor: pointer;
}
/* 04 END : Category page styles */



/* 05 START : Product detail pages */
#related-products {
	overflow: hidden;
}

#product-left {
	float: left;
	width: 290px;
        z-index: 100 !important;
}

#main-image img {
	max-width: 280px;
}

#product-right {
	float: right;
	width: 420px;
        z-index: 0 !important;
}

#related-products {
	border-top: 1px solid #5C1442;
	margin-top: 25px;
	padding-top: 25px;
}

#related-products div {
	float: left;
	display: inline;
	width: 130px;
	height: 150px;
	margin-right: 10px;
	text-align: center;
}

ol#toc {
    list-style: none;
    margin: 0 !important;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 2px 0 0;
}

ol#toc a {
    background: #360511;
	border: 1px solid #5C1442;
	border-bottom: 1px solid #360511;	
    color: #fff;
    display: block;
    float: left;
	overflow: hidden;
    padding: 6px 10px;
    text-decoration: none;
	z-index: 10;
}

ol#toc a:hover {
	background: #5C1442;
	border-bottom: 1px solid #5C1442;
}

ol#toc li.current a {
    background: #5C1442;
	border: 1px solid #5C1442;
	border-bottom: 1px solid #5C1442;
    color: #fff;
}

div.content {
    border: 1px solid #5C1442;
	border-top: 0;
	background: #5C1442;
    clear: left;
    padding: 15px;
	margin: 0 0 25px 0 !important;
	z-index: 5;
}

div.content p {
	margin-bottom: 20px;
}

div.content#_Page_3 p {
	margin-bottom: 5px;
}

.txtOutOfStock {
	/*background: url(../styleImages/icons/error.gif) left center no-repeat;*/
	padding-left: 20px;
}


#product-price {
	font-size: 16px;
	margin-bottom: 20px;
}

#product-options div,
#buy-stuff div,
#buy-stuff p {
	margin-top: 10px;
}

#product-options label,
#product-quantity {
	float: left;
	width: 100px;
}

#imgThumbSpace,
.gallery-title {
	margin-top: 10px;
}

.clearing {
	clear: both;
}
/* 05 END : Product detail pages */



/* 06 START : Checkout Page styles */
.cartProgress ol {
	margin-bottom: 25px;
}

.cartProgress ol li {
	display: inline;
	list-style-type: decimal;
	font: 16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	margin-right: 25px;
	color: #666;
}

.cartProgress ol li.current {
	font-weight: bold;
	color: #D5D28D;
}

#cart-totals p,
.shipping {
	position: relative;
	float: right;
	clear: both;
	width: 400px;
	text-align: right;
	padding-right: 165px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	margin-top: 10px;
}

#shipping-na {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}

#cart-totals p span {
	display: inline;
	top: 0;
	right: 0;
	position: absolute;
	float: right;
	text-align: right;
}

.invoice-address,
.delivery-address {
	float: left;
	width: 375px;
	display: inline;
	margin: 20px 0;
}

.address-title {
	font-size: 14px;
	font-weight: bold;
}

#checkout-basket {
	border: 1px solid #020202;
	background: #360511;
	border-collapse: collapse;
	margin-bottom: 25px;
}

#checkout-basket tr {

}

#checkout-basket td {
	padding: 10px;
}

#checkout-basket th {
	background: #5C1442;
	padding: 5px;
}

#checkout-products {
	border-bottom: 1px solid #222;
}

#checkout-progression {
	float: right;
	margin: 20px 0;
	text-align: right;
}

#promo-code {
	float: right;
	clear: both;
	width: 100%;
	border: 1px solid red;
	text-align: right;
	margin: 10px 0;
}

#promo-code p {
	margin-bottom: 10px;
	width: 100%;
	text-align: right;
	border: 1px solid red;
	float: left;
}

#promo-code span {
	text-align: right;
	display: inline;
}

#promo-code p a {
	float: right;
	height: 100px;
	width: 150px;
	border: 1px solid yellow;
	display: inline;
	margin-top: 5px;
}

.shopping {
	margin: 15px 0 30px 0;
}

.shipping {
	position: relative;
}


#shipping-select,
#shipping-na {
	float: right;
	position: absolute;
	right: 0;
}



#shipping-na {
	margin-top: 74px;
}
#shipping-select {
	float: right;
	top: -4px;
}
#address-wraps {
	float: left;
	overflow: hidden;
	width: 99%;
}

#address-wraps ul {
	display: inline;
	width: 48%;
}

#address-wraps .invoice-address {
	float: left;
}

#address-wraps .delivery-address {
	float: right;
}

#payment-option {
	margin: 15px 0 0 0 ;
}

#payment-option label {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}

#payment-option input {
	margin-right: 10px;
}

p.payment-button {
	float: right;
	margin-top: 25px;
}

#payment-comments {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 25px;
}

#payment-comments textarea {
	float: left;
	clear:both;
}

/* 06 END : Checkout Page styles */

/* 07 START : Other page styles */
#registration-details {

}

#registration-details div,
#registration-address div {
	margin-top: 5px;
}

#registration-details label,
#registration-address label {
	float: left;
	width: 150px;
}

#register-button {
	margin-top: 25px;
}

/* 07 END : Other page styles */

/* 08 START : Footer styles */
.clearing {
	clear: both;
}

#welcomebrand {
	margin-top: 15px;
}

#welcomebrand,
.txtCopyright {
	clear: both;
	text-align: right;
}

#welcomebrand p,
#welcomebrand p a,
.txtCopyright {
	color: #542933;
	font-size: 11px;
}

#welcomebrand p a,
.txtCopyright a {
	text-decoration: none;
	font-weight: bold;
}

#welcomebrand p a:hover,
.txtCopyright a:hover {
	color: #fff;
}

.txtCopyright {
	border: 0;
	padding-top: 5px;
	margin-bottom: 25px;
}
/* 08 END : Footer styles */



.secureSSL,
.googleLogo {
	float: right;
	position: absolute;
	top: 85px;
	right: 0;
}

.googleLogo {
	top: 0;
	right: 150;
}

.secureSSL#cartPages {
	top: 45px;
	background: url(../styleImages/icons/rapidssl-site-seal.gif) left top no-repeat;
	width: 90px;
	height: 50px;
}




#main-col .boxContent,
#main-col .boxContent p {
color: #222;
}

#bread-crumb a,
.pagination a,
.txtOldPrice,
#product-quantity,
.cartProgress ol .current,
.txtButton,
#main-col a,
#product-options div label {
	color: #581340 !important;
}

.product-image p,
.product-image p span,
.content p,
.content,
.content h2,
#checkout-basket,
#toc li a,
#main-col .product-name a,
#main-col .latest-products p a {
	color: #fff !important;
}

#main-col .latest-products .txtOldPrice {
	color: #ccc !important;
}