body {
	background-color: #FAE4F7;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-position: top;
	margin: 0;
}

* {margin: 0; padding: 0}

td {padding: 5px;}

a, a:link { color: #5D8F16; text-decoration: none;}
a:hover {color: #9C2289; text-decoration:underline;}

p {line-height: 150%; padding: 0.25em 0;}

/* #5D8F16  GREEN */
/* #592C28  BROWN */
/* #9C2289  HOT PINK */
/* #9A39C6  PURPLE */
/* #DAB4EA  LIGHT PURPLE */
/* #D7E4C5  LIGHT GREEN */

#header, #contentWrapper, #footer {width: 962px; margin: 0 auto;}

#header {position:relative;}
#logo {position: absolute; top: 20px; left: 20px;}
#topHeader {position: absolute; right: 0; top: 55px;}
#topHeader div.txtSession {position:absolute; top: -30px; right: 10px; border:none;}
#topHeader div, #topHeader form {float:left;}
#navHeader {position: absolute; right: 0; top: 110px; }

#headerWrapper {background: url(../styleImages/backgrounds/navigationBg.png) repeat-x bottom; height: 160px;}

#contentWrapper {background:url(../styleImages/backgrounds/contentBg.jpg);}

#content {background:url(../styleImages/backgrounds/contentBorder.gif) repeat-y; padding: 10px 10px 0 10px;
	min-height: 150px;
	height:auto !important;
    height:150px;}

#breadcrumbs {font-size:0.9em;
	padding:0 15px 0 0;
	text-align:right;
	text-transform:uppercase;}

#home .boxContent {padding: 0;}
.boxContent {padding: 10px;}

#colRight {float: right; width: 200px; padding: 0 0 30px 20px;}

#footerWrapper {background:url(../styleImages/backgrounds/bottomBg.gif) repeat-x;}

#footer {height: 1%; overflow:hidden;}
#footer ul, #footer li {margin: 0; padding: 0; list-style-position:outside; }
#showroom, #custService, #contact, #listSignup {float: left; height: 110px; padding: 5px 10px 10px 15px;}
#showroom {width: 206px; background:url(../styleImages/layout/border-pale.gif) right center no-repeat; padding-left: 20px; padding-right: 0;}
#custService {width: 134px; background:url(../styleImages/layout/border-pale.gif) right center no-repeat; padding-left: 20px;}
#contact {width: 245px; background:url(../styleImages/layout/border-pale.gif) right center no-repeat; padding-left: 20px; white-space:nowrap;}
#listSignup {width: 260px;}

/* topHeader STYLES */
#topHeader { color: #592C28; font-family:"Trebuchet MS", Arial, Helvetica, Verdana;
	font-weight: bold;}
#topHeader div {padding: 2px 10px; border-right: 1px solid #DAB4EA;}
#topHeader a {color: #592C28; text-decoration: none;}
#topHeader a:hover {color:#9C2289}
.cart-items {color:#5D8F16 /* GREEN COLOR */}

/* footer STYLES */
#footer p {padding: 0;}
#footer {font-size: 0.9em; color: #592C28;}
#footer h4 {font-family:"Trebuchet MS", Arial, Helvetica, Verdana; font-size: 1.2em; color:#9C2289; font-weight: bold; padding: 0.5em 0; }
#footer ul {list-style: none; line-height: 160%; padding-left:10px;}
#footer a {color: #FFFFFF; font-weight: bold;}
#footer a:hover {text-decoration:underline; color:#DAB4EA;}
#footer .textbox {width: 13em; margin: 0; padding: 2px;}
#footer .submit {display: inline; margin: 0;}
#showroom p {padding: 0.5em 0 0.5em 10px;}

.credits {font-size: 0.8em; text-align:center;}

.txtCopyright {font-size: 0.8em; color: #D59EE2;}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding: 30px 15px 10px 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 760px;
	float: left;
}

#naviBox ul {line-height: 180%; font-size: 1.2em;}
#naviBox li {border-bottom: 1px solid #DAB4EA; color:#DAB4EA;}

.required {font-size: 1.4em; color:#FF0000; font-weight: bold;}

/* END CHECK OUT PAGES */

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* CATEGORY PAGE */

.txtCatTitle {
	font-size: 2.4em;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:uppercase;
	color: #B86FD6;}
	
.catInfo {
	overflow:auto;
}

#cat1, #cat2, #cat3, #cat4 {
	padding: 30px 0 30px 380px;
	min-height: 360px;
	height:auto !important;
    height:360px;
}

.txtCatDesc p {line-height: 180%;}

#cat1 .txtCatDesc, #cat2 .txtCatDesc, 
#cat3 .txtCatDesc, #cat4 .txtCatDesc {
	width: 200px; float:left; 
	padding:30px 20px 20px 0;}


#subCats {
	margin: 0px;
	padding: 3px;
	float:left;
}
.subCat {	
	padding: 4px;
	white-space:nowrap;
}

.subCat .txtDefault {font-size: 1.2em; font-weight: bold; }

.subCat img {vertical-align:middle; padding: 0 5px;}

/* PRODUCT LIST */
.gridList .pList {width: 22%; height: 295px; padding: 5px 1%; text-align:center; float:left;}

.gridList div form {display: inline;}

.pList a:hover img {border: 1px dotted #9A39C6;}

/* PRODUCT INFO PAGE */
.pLeftCol {float: left; padding: 15px 40px 20px 20px; font-size: 0.9em;}
	.pList img,
	img#MainProdImage {border: 1px dotted #DAB4EA; background-color:#FFFFFF; padding: 8px;}
	.pRating {text-align: center; padding: 2em 0 1em 0;}
	.pActions {padding:0 0 1em 2em; line-height: 160%; list-style:square;}
	
.pMainCol {float: left; width: 460px; padding-top: 2em;}

#read_review {clear: both; width: 80%; margin: 0 auto;}
#write_review {width: 600px; margin: 1em auto;}
#write_review p {padding-bottom: 1em;}

#tafForm {margin: 0 auto; width: 450px;}

.regSep{
	padding: 0 0px 10px 0px;
	margin: 0 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}

div.latestProds {
	text-align: center;
	width: 131px;
	height: 100px;
	float: left;
	overflow: hidden;
}

/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.li-nav a {
	padding: 5px 14px;
	display: block;
	color: #3E2624;
	text-decoration: none;
	margin: 0px;
	font-size: 1.2em;
	font-family:"Trebuchet MS", Helvetica, Arial, Verdana;
	font-weight: bold;
}
.li-nav a:hover {
	color: #FFFFFF;
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.li-nav {	
	float: left;
}

.ul-nav {
	width: 150px;
	padding: 0px;
}

.li-nav .ul-nav .li-nav a {width:130px; padding: 3px 10px;}
.li-nav .ul-nav .li-nav a:hover {color: #5D8F16;}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	border:1px solid #5D8F16;
	z-index: 99;
	background: #FFFFFF;
	filter:alpha(opacity=80);
   -moz-opacity:.80;
   opacity:.80;
   font-size: 0.8em;
}

a.hassubmenu {
}
/*
End Cross-Browser DHTML Menu
*/

/* CLASSES */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #592C28;
}

img {
	border: none;
}

.cart_icon {
	border: none;
	margin: 12px 0px;
}

.left49 {width: 47%; float:left; padding: 10px 1%;}
.right49 {width: 47%; float:right; padding: 10px 1%;}

.searchBtn {
	color: #592C28;
	background-color: #FAE5F8;
	border: 1px solid #FAE5F8;
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana;
	font-weight: bold;
	padding: 0;
	cursor:pointer;
}

.searchBtn:hover {color:#9C2289;}

.searchBox {width: 100px;}

input[type="text"],
input[type="password"] {
	border: 1px solid #DAB4EA;
	font-size: 11px;
	padding: 2px;
	color: #000000;
}

.textbox, .password {width: 16em;}

#write_review input[type="text"].textbox {width: 30em;}

.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
	/*font-size: 11px;*/
	color: #000000;
}

a.txtButton, input.txtButton, a.txtUpdate, a.txtCheckout, .submit {
	background:url(../styleImages/backgrounds/buttonBg.gif) #6C185F top repeat-x; 
	color:#FFFFFF; 
	padding: 3px 5px; 
	border:1px solid #6C185F; 
	font-family:Helvetica, Arial, sans-serif; 
	text-transform:uppercase; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration:none;
	display: inline-block;
	margin: 10px 0;}
	
input.txtButton {padding: 4px 10px;}

a.txtCheckout {
	background: #7DA44A;
}


a.txtButton:hover, 
input.txtButton:hover,
a.txtUpdate:hover,
a.txtCheckout:hover,
.submit:hover
{background: #9A39C6;}


form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #000000;	
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 14px;
}

li.num {
	color: #000000;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txtContentTitle {
	font-size: 1.6em;
	color:#C488DD;
	padding-bottom: 0.7em; }
	
h2.txtContentTitle { }

h2 {font-size: 2em; 
	color:#9C2289;
	font-weight: normal;
	padding: 0 0 0.5em 0;}
h4 {font-size: 1em;
	color:#C488DD;}
	
.large {font-size: 1.4em;}
	
.txtDesc {
	padding: 0.5em 1em;
}

#optionsTbl {font-size: 0.9em; width: 100%;}
#optionsTbl td {padding: 0.5em 0.5em 0.5em 0; border-top: 1px solid #DAB4EA;}
#optionsTbl label {display: block; width: 5em; padding: 3px 0;}
select, input[type="text"] {border: 1px solid #DAB4EA;}
#optionsTbl select option {padding-right: 3em;}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #FF0000;
}
.txtOutOfStock {
	color: #FF0000;
}

.pCode, .pCart, .pStock, .txtPrice {padding: 0.5em 0;}
.pCode {border-top: 1px solid #DAB4EA;}

.tdEven {

}
.tdOdd {

}
.txtCartPrice {
	float: right;
	color: #FF0000;
	padding-right: 3px;
}
.txtCart {
	color: #000000;	
}
.cartTotal {
	border-top: 1px dashed #070F72;
	width: 153px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #000000;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #FF6600;
}

a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC33;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #9C2289;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
	background-color: #D7E4C5;	
}
.tdcartOdd {
	background-color: #FFFFFF;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}

.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


.review {border: 1px solid #99CC66; width: 80%; margin: 1em auto;}

.RatingTop, 
.RatingMain,
.ReviewBot {
	background-color: #D7E4C5;
	padding: 3px;
}

.RatingMain {
	font-style:italic;
}

.ReviewBot {
}

.RatingBottom {
	background-color: #B667D3;
	padding: 3px;
	color: #FFFFFF;
	/*font-size: 11px;*/
}

a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}

/* start mod: Extended Product Options - http://cubecart.expandingbrain.com */

/* COLOURS WHEN NOT SELECTED plus other default values */
.voHorizontal, .voHorizontalSelected, .voVertical, .voVerticalSelected, .voWithNames, .voWithNamesSelected {
	border: 1px solid #E0EAF9;    /* customize this! - default border colour */
	text-align: center;
	margin: 0 5px 10px 5px;
	padding: 5px;
}
/* COLOURS WHEN SELECTED */
.voHorizontalSelected, .voVerticalSelected, .voWithNamesSelected {
	background-color: #F5F7FF;    /* customize this! - background colour when selected */
	border: 1px solid #DAB4EA;    /* customize this! - border colour when selected */
}
/* SIZE OF HORIZONTAL VISUAL OPTIONS */
.voHorizontal, .voHorizontalSelected, .voWithNames, .voWithNamesSelected {
	width:  120px;                /* customize this! - width of horizontal visual options */
	height: 145px;                /* customize this! - height of horizontal visual options */
	float: left;
}
/* SIZE OF VERTICAL VISUAL OPTIONS */
.voVertical, .voVerticalSelected {
	width:  140px;                /* customize this! - width of vertical visual options */
	height: 130px;                /* customize this! - height of vertical visual options */
	padding-left: 0;
}
.voImage {
	vertical-align: middle;
	margin: 5px 0;
}

/* end mod: Extended Product Options - http://cubecart.expandingbrain.com */

