/*

	
	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
#F0D2BC tan
#D5D28D green
#f4f4f4 dk green
#250009 dk burgundy
#5c1442 purple
#360511 dk brown
#4c1137 dk purple
#020202 dk blue
#FFFEE3 cream
#542933 mid brown

*/

/* 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: #fffee3;
}

h1, h2, h3, h4, h5, h6 {
	font: 12px "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: #fffee3;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 5px;
}

h2 {
	font-size: 14px;
	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: #250009;
}

#logo {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}

#logo p a {
	float: left;
	height: 90px;
	width: 600px;
	clear: both;
	margin: 0 auto;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background: url(../../../images/getLogo.php?skin=Luxurious-leather2) 0 0 no-repeat;
}

#header-bar {
	float: left; 
	width: 930px;
	margin-bottom: 0;
	border-bottom: 1px solid #020202;
}

#footer-bar {
	float: left; 
	width: 930px;
	margin-bottom: 0;
	border-bottom: 1px solid #020202;
}

#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: #4c1137;
	border: 1px solid #020202;
}

p.box-title {
	font-weight: bold;
	font-size: 12px;
	color: #fffee3;
	margin-bottom: 5px;
text-align: left;
}

.box#basket {
	float: right;
	width: 300px;
	background: transparent;
	border: 0;	
	padding: 0;
	text-align: right;
	position: absolute;
	top: 70px;
	right: 0;
}

.box#session {
	float: right;
	text-align: right;
	width: 500px;
	position: absolute;
	top: 40px;
	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: 5px;
	right: 0;
	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 #4c1137;
	color: #444;
}

.box#search .searchBtn {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
}

.textbox {
	margin: 0;
	padding: 4px;
	margin-right: 5px;
	background: #fffee3;
	border: 2px solid #4c1137;
	color: #444;
}

.box#siteDocs {
	text-align:center;
	width: 910px;
	background: #360511;
	margin: 0;
	padding:5px 0;
	font-weight: bold;

}

.box#siteDocs ul li {
	display: inline;
	list-style-type: none;
}

.box#siteDocs ul li a {
	margin-right: 10px;
}

.box#categories {

}

.box#random-product {
	text-align: center;
}

.box#info {

}

.box#currency {
	text-align: center;
}
.box#wishlist {

}
.box#giftregistry {

}

.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;
	text-align: center;
}

.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: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: #4c1137;
	border: 1px solid #4c1137;
	z-index: 100;
	padding: 5px;
}

.li-nav .ul-nav a {
	border: 1px solid #4c1137;
}

.li-nav .ul-nav a:hover {
	border: 1px solid #4c1137;
}

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 #020202;
	background: #360511;
	float: left;
	display: inline;
	width: 166px;
	height: 190px;
	overflow: hidden;
	padding: 10px 0;
	margin: 0 15px 15px 0;
	text-align: center;
	}

.latest-products2 {
	border: 1px solid #020202;
	background: #360511;
	float: left;
	display: inline;
	width: 110px;
	height: 200px;
	overflow: hidden;
	padding: 10px 0;
	margin: 0 15px 15px 0;
	text-align: center;	}

.latest-products p {
}

.latest-products p a {
	display: block;
}

.latest-products a img {
	margin-bottom: 10px;
}
/* 03 START : Homepage styles */



/* 04 START : Category page styles */
#category-wrap { 
	overflow: hidden;
	margin-right: -15px;
	margin-top: 10px;
	width: 735px;
}

.category-item .product-image  {
	border: 1px solid #020202;
	background: #360511;
	float: left;
	display: inline;
	width: 166px;
	height: 210px;
	overflow: hidden;
	padding: 10px 0;
	margin: 0 15px 15px 0;	
	text-align: center;	
}

.category-item .product-image a img {
	margin-bottom: 10px;
}

.category-item .product-detail {
	width: 630px;
	display: none;
}
.category-item2 .product-detail {
	width: 660px;
	display: none;
}

.category-item2 .product-image  {
	border: 1px solid #020202;
	background: #360511;
	float: left;
	display: inline;
	width: 220px;
	height: 260px;
	overflow: hidden;
	padding: 5px 0;
	margin: 0 15px 15px 0;	
	text-align: center;	
}

.category-item2 .product-image a img {
	margin-bottom: 10px;
}

.category-item3 .product-detail {
	width: 700px;
	display: none;
}

.category-item3 .product-image  {
	border: 1px solid #020202;
	background: #360511;
	float: left;
	display: inline;
	width: 220px;
	height: 260px;
	overflow: hidden;
	padding: 5px 0;
	margin: 10px 15px 15px 10px;	
	text-align: center;	
}

.category-item3 .product-image a img {
	margin-bottom: 10px;
}

#subCats {
	display: block;
	overflow: hidden;
}

.subCat {
	border: 1px solid #020202;
	background: #360511;
	float: left;
	display: inline;
	width: 166px;
	height: 150px;
	overflow: hidden;
	padding: 10px 0;

	text-align: center;	
}
#subCats2 {
	display: block;
	overflow: hidden;
}

.subCat2 {
	border: 1px solid #020202;
	background: #360511;
	float: left;
	display: inline;
	width: 110px;
	height: 150px;
	overflow: hidden;
	padding: 10px 0;

	text-align: center;	
}

.pagination {
	margin: 15px 0;
}

.submit-sort {
	background: #4c1137 url(../styleImages/sort-products.gif) left bottom no-repeat;
	border: 0;
	width: 50px;
	height: 28px;
	cursor: pointer;
	margin-bottom: -10px;	
}
/* 04 END : Category page styles */



/* 05 START : Product detail pages */
#related-products {
	overflow: hidden;
}

#related-products2 {
	overflow: hidden;
}

#product-left {
	float: left;
	width: 300px;
}

#main-image img {
	max-width: 280px;
}

#product-right {
	float: right;
	width: 420px;
}

#product-right p {
	margin-bottom: 20px;
}

#related-products {
	border-top: 1px solid #4c1137;
	margin-top: 25px;
	padding-top: 25px;
}

#related-products div {
	float: left;
	display: inline;
	width: 150px;
	margin-right: 10px;
	text-align: center;
}

#related-products2 {
	border-top: 1px solid #4c1137;
	margin-top: 25px;
	padding-top: 25px;
}

#related-products2 div {
	float: left;
	display: inline;
	width: 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 #4c1137;
	border-bottom: 1px solid #360511;	
    color: #fffee3;
    display: block;
    float: left;
	overflow: hidden;
    padding: 6px 10px;
    text-decoration: none;
	z-index: 10;
}

ol#toc a:hover {
	background: #4c1137;
	border-bottom: 1px solid #4c1137;
}

ol#toc li.current a {
    background: #4c1137;
	border: 1px solid #4c1137;
	border-bottom: 1px solid #4c1137;
    color: #fffee3;
}

div.content {
    border: 1px solid #4c1137;
	border-top: 0;
	background: #4c1137;
    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 p {
	margin-top: 20px;
}

#product-options label,
#product-quantity {
	float: left;
	width: 100px;
}

#imgThumbSpace,
.gallery-title {
	margin-top: 10px;
}

.clearing {
	clear: both;
}

#review-wrap {
	width: 100%;
	float: left;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px dotted #4c1137;
}


.reviewForm input,
.reviewForm select,
.reviewForm textarea {
	background: #FFFEE3;
	border: 1px solid #4c1137;
	color: #444;
	padding: 4px;
}

.reviewForm p {
	margin-bottom: 5px;
}

.reviewForm span {
	float: left;
	width: 165px;
	bottom: 5px;
}

#submitReview {
	margin-left: 165px;
	margin-top: 10px;
	cursor: pointer;
}

.RatingBottom {
	margin: 10px 0 20px 0;
}
/* 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: #4c1137;
	padding: 5px;
}

#checkout-products {
	border-bottom: 1px solid #222;
}

.priceTotals, .priceTotals.grandTotal {
	font-size: 12px;
	line-height: 205%;
}

#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: #fffee3;
}

.txtCopyright {
	border: 0;
	padding-top: 5px;
	margin-bottom: 25px;
}
/* 08 END : Footer styles */


/* 09 START : Mod styles */

/* start mod: Added to basket message */
/* by Estelle  */
.divAddedToBasket {
	border: 1px solid #020202;
	background: #4c1137;
	line-height: 2;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	position: relative;
}
/* end mod: Added to basket message */

/* start mod: Gift Registry  */
.txtContentTitle h1 {
	font-size: 13px;
	margin: 0;
}
.boxContent h2 {
	font-size: 12px;
	font-weight: bold;
}
.BlueBg {
	padding: 0 10px;
}
.Button {
	margin: 10px 0;
}
.giftInfo {
}
.giftNoLongerAvailable {
	color: #FF0000;
}
.tdEven {
	border-bottom: 3px double #39171F;

}
.tdOdd {
	border-bottom: 3px double #39171F;

}
.tblList {

}

a.txtConfirmGift {
}
a.moveToListButton, a.moveToListButton:hover, a.deleteButton, a.deleteButton:hover {
	font-size: 85%;
    white-space: nowrap;
	border: 1px solid #020202;
	background: #360511;
	padding: 0 3px;
	text-align: center;
	text-decoration: none;
	line-height: 1.9;
}
a.moveToListButton:hover, a.deleteButton:hover {
	border: 1px solid #020202;
	background: #360511;
}
/* end mod: Gift Registry */


.infoText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	border: 1px solid #020202;
	background: #4c1137;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    margin: 3px 0px 5px 0px;
}

/** QUANTITY DISCOUNT PRICING
********************/
#QuantityDiscounts {
	margin:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	width:auto;
	margin:0;
	padding:0;
	color: #F0D2BC;
	}
	
#QuantityPrices {
	margin:-10px 0 0 0;
	padding:0 0 0 10px;
	text-transform:none;
	font-size:13px;
	font-weight:bold;
	color: #F0D2BC;
	}
/** QUANTITY DISCOUNT PRICING


#tooltip{
	position:absolute;
	border:1px solid #020202;
	background:#360511;
	padding:2px 5px;
	color:#F0D2BC;
	display:none;
	}	