/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 4376 2006-09-03 20:42:22Z drbyte $
 */

body {
	margin-top: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	}

a img {border: none; }


/* AW changed link colours */

a:link, #navEZPagesTOC ul li a {
	color: black;
	text-decoration: none;
	}
 
a:visited {
	color: black;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: black;
	}

#navCatTabs ul li a:active {
	color: black;
}

a:active {
	color: black;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
	}

h7 {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

h4.optionName {
	line-height: 0.9em;
	padding: 0em;
	padding-top:0.5em;
}


LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

#logo {
	
	margin: 0 auto;
	width: 850px;
	height: 90px;
	background-color: #dd6206;

}


LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	/*background-color: #ffffff;*/
	text-align: left;
	width: 100%;
	vertical-align: top;
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper {
	float: center;
	margin: 0 auto;
	width: 850px;
	/*height: 20px;*/
	background-color: #dd6206;
}

#contentMainWrapper {
	margin: 0 auto;
}

#logoWrapper {
	width: 250px;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin-left: 0px;
	margin-top:0px;
	}


#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	text-align: center;
	float: left;
	width:230px;
	margin-bottom:10px;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	font-weight: bold;
	color: #000000;
	background-color: #dd6206;
	display: inline;
}

#navMainWrapper {
	float: left;
	display: inline;
	background-color: #dd6206;
	font-size: 1.2em;
	width:850px;

	}


#navMain ul, #navSupp ul  {
	list-style-type: none;
	text-align: center;
	background-color: #dd6206;
	display: inline;
	margin-left:5px;
	}

#navMain ul li, #navSupp ul li {
	display: inline;
	margin-right: 8px;
}

#navMain ul li a {
	color: #ffffff;
}

#navMain ul li a:hover {
	color: #000000;
}

#navCatTabs {
	list-style-type: none;
	background-color: #dd6206;
	float: right;
	width:285px;
	margin-bottom:0px;
	
}

#navCatTabs ul {
	display: inline;

}

#navCatTabs ul li {
	display:inline;
margin-right: 10px;
font-size:0.9em;
	
	
}

#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	color: #ffffff;
}

#navCatTabs ul li a:hover {
	color: #000000;
}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#indexProductListCatDescription {
	 font-family:verdana;
	 font-size:1.2em;
}

#categoryDescription {
	 font-family:verdana;
	 font-size:1.2em;
	 margin-bottom: 30px;
}


#navBreadCrumb {
	color: #000000;
	}

#navBreadCrumb a {
	color: #000000;
}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0em;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	margin-top:0px;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	padding: 0em;
	}

#productDescription {
	font-size: 1.2em;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	margin-top:0px;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {

	text-align:center;
	float: left;
	display:inline;
	
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
  width: 50%; 
  margin: 0.2em;
  padding: 0.5em;
  }

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
  font-weight: bold;
  }

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#productMainImage {
	margin-left: 10px;
	margin-right: 30px;
	float: left;
	display: inline;

}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	margin: 0em 0em;
	padding-left: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	display: block;
	
}


.attribBack {
	padding: 1em,1em,1em,1em;
	align: center;

}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	padding-left:5px;
	background-color:#dd6206;
}

.columnRight {
	background-color: #dd6206;
}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #000000;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	height:16px;
	padding: 0.5em 0.2em;
	background-image:url(../images/round_top.gif);
	background-repeat:no-repeat;
	}

.leftBoxContainer {
	font-size: 0.9em;
	background-image:url(../images/round_bottom.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	margin-top:15px;
	margin-right:10px;
	padding-bottom:16px;
	background-color:	#e7a873;
	}


h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: black;
	text-decoration: none;
	} 


h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

.categoryListBoxContents {
	background-color: white;
	font-size: 1.8em;
	font-weight: bold;
}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	display: inline;
	margin-top: 0;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	}


/* AW added new category class for men/women */
.category-gender ul li {
	background-image: url(../images/button_back.gif);
	font-size: 1.7em;
	margin-right: 5px;
	width=50px;

}

/* AW added sidebox header for the categories */
.sideBoxHeader {
	background-image: url(../images/button_back.gif);
	font-size: 1.7em;
	margin-right: 5px;
	width=50px;


}

#header {
	margin-left: 0;
}


#footerInformation {
	margin:0 auto;
	margin-top:0px;
	background-position: bottom;
	width:850px;
	height:15px;
	background-image: url(../images/footer.jpg);
	background-color:white;
}


#footerInformation a {
	color: #000000;	
}

#footerInformation a:hover {
	color: #000000;
}

#footerInformation ul {
	text-align: center;
}

#footerInformation ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#content {
}

#ezpagesContent ul li {
	font-size: 1.3em;
	padding-top:5px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	background-color: #e7a873;
	background-image:none;
	width: 130px;
	/8filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);*/
/*	-moz-opacity: 0.80;*/
}

#ezpagesContent ul li:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=45);
	-moz-opacity: 0.45;

}


#ezpagesContent ul li a:hover {
	font-weight: bold;
padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;

}



#productAttributes {
	float:left;
	width:230px;
	height: 270px;
}

.attribTable {
float: right;

}

#separator {
	background-color: #ffffff;
	padding-right: 30px;

}

#categoriesContent {
	font-size: 1.2em;
	font-weight: bold;
	padding-left:8px;
	padding-bottom:8px;
}

.category-subs-parent {
	height: 50px;
	
}

.category-top {
	font-size: 1.2em;
}

.category-products {
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 10px;
}

.category-subs-selected {
	
	color: #000000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.9;
	

}

#attribsOptionsText {
	font-weight: bold;
	font-size: 0.9em;
}

#productPrices {
	float: right;
	text-align:center;
}

#crossSell {
	float: center;
	text-align: center;
	padding-top:30px;
}

#crossSell h2 {
	text-align: center;
	background-color: #b7b7b7;
	margin-bottom: 10px;
}


#productName {
	float: left;
}

#imageDiv {
	display: inline;
	float: left;
}

#attsDiv { 

	float: left;
	display: inline;
	padding: 10px 10px 10px 10px;
}

#imgPatch {
	border: 1px solid #b7b7b7;
	margin: 0 0 0 0;
	margin-left: 0px;
	display: inline;
	float: left;
	border: 1px solid black;
	margin-top:10px;
	margin-right:30px;
}

#prodAttInfo {
	padding-left: 5px;
	padding-right: 20px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	display:inline;
	float:left;


	
}

#priceandcart {
	text-align:center;
padding-left: 220px;
width=330px;
float: left;
	
}


#cross {

	width: 150px;
	height: 150px;
	position:absolute;
	visibility:hidden;
	z-index:2;


}

h3#shoppingcartHeading a {
	color: black;
	font-size: 0.8em;
}




#frontpagetd {
	font-size: 1.4em;
	font-weight: bold;
	font-family: comic sans ms;
	text-align: center;
}

#featured {
	background-color: #b7b7b7;
	padding: 10px;
	margin-top: 10px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.80;
}

.drag {
background-repeat: no-repeat;
position:relative;
cursor:hand;
z-index: 100;
display: inline;

}

#zoom {
	visibility: hidden;
	background-color: #b7b7b7;
	padding-top: 0px;	
	border: 2px solid black;
	position: relative;
	top:20px;
	left:0px;
	z-index:2;
}

#zoomContents {
background-image: url(../images/zoomBack.jpg);
background-repeat: no-repeat;
width: 100px;
height: 100px;
padding-top: 0px;
}

#zoomClose {
	background-image:  url(../images/zoomClose.jpg);
	width:100px;
	height:20px;
	visibility: hidden;
	position: relative;
	top:20px;
	left:0px;
	z-index:1;
	
}

#zoomdiv {
		background-color: black;
	display: inline;
	float: left;
}


#piccy {
	background-position: 0px 0px;
	margin-top: 10px;
}

#featuredProducts {
	float: left;
	display: inline;
}

#specialsDefault {
	float:right;
	display:inline;
}

.centerBoxHeading {

	background-color: #dd6206;
	padding: 5px 20px 5px 20px;
	width: 260px;
}

#cvdiv {

	background-color: #c5ef9c;
	padding: 10px;
	
}

#attribimages {
	width: 60px;
	float:left;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	margin-right:5px;
}

#attribimages:hover {

/*	background-color: #b7b7b7;*/
}

.centerBoxContentsProducts {
	
	margin-bottom:30px;
}

#pointer_div {

	padding: 0 0 0 0;	
	margin: 0 0 0 0;

}

#pageTwoMainContent div ul li {
	margin-bottom:7px;

}

#pageFourMainContent div ul {
	list-style-type:none;
	margin-left:0px;

}

#pageFourMainContent div ul li {
	margin-bottom:7px;

}

#shippingContent ul {
	list-style-type:none;
	margin-left:0px;


}

#shippingContent ul li {
	margin-bottom: 7px;


}


#productBack {
	background-image: url(../images/leftboxback.jpg);
	height:300px;
	width: 680px;
	margin-top: 10px;
	float:left;
}

#productBack.span {
	
	margin-top:10px;

}

#productGeneral {

}

#normallink a {
	color:blue;
	text-decoration:underline;
}

#normallink a:hover {

}

#normallink a:visited {
	color:blue;

	
}

.docGeneral {
	width:450px;
}

.docGeneral biggerText {
	width:700px;
	margin-bottom: 5px;
}

#checkoutSuccessOrderLink, #checkoutSuccessContactLink, #checkoutSuccessOrderNumber {
	font-size: 1.2em;
}
