/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 4387 2006-09-04 13:54:28Z drbyte $
 */

* { margin: 0; padding: 0; border: 0; }

body {
	margin: 0;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	background: #000 url("../images/body-bg.jpg") repeat-x 0 0;
	}
img {
	behavior: url("/js/iepngfix.htc");
}
a {
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	}
.centerColumn a { text-decoration: underline; }
	
navEZPagesTOC ul li a {
	line-height: 16px;
	color: #000000;
	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: #660000;
	}

a:active {
	color: #000000;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.2em 0;
	color: #000000;
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 14px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	line-height: 16px;
	text-align: left;
	color: #000000;
	text-decoration: none;
	}

.biggerText {
	font-size: 14px;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

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

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0 0 0.1em;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	}
SELECT { border: 1px solid #000; padding: 1px; }
INPUT {
	border: 1px solid #000;
	padding: 3px;
	}
INPUT[type="radio"],
INPUT[type="checkbox"],
INPUT[type="image"] {
	border: none;
}
INPUT[type="hidden"],
.hiddenField {
	border: none;
	padding: 0;
	display: none;
	}
TEXTAREA {
	border: 1px solid #000;
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	}

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

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

LEGEND {
	padding: 0.3em;
	}

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

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

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
#logo {
	padding: 29px 0 20px;
}
LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

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

#checkoutPayment LABEL.radioButtonLabel {
	}

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: 3px 4px 3px 6px;
	border: 1px solid #000;
	border-width: 0 1px 1px;
	width: 888px;
	margin: 0 auto;
	}
.centerColumn .messageStackWarning,
.centerColumn .messageStackError,
.centerColumn .messageStackSuccess,
.centerColumn .messageStackCaution {
	width: auto;
	border-width: 1px;
}
.messageStackWarning, .messageStackError {
	background-color: #fff;
	color: #000;
	}

.messageStackSuccess {
	background-color: #fff;
	color: #5c7538;
	}

.messageStackCaution {
	background-color: #fff;
	color: #f00;
	}
	
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img { display: none; }

/*wrappers - page or section containers*/
#mainWrapper {
	background: url("../images/header-bg.jpg") no-repeat 50% 0;
	width: 100%;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	border: 0px;
	}

#logoWrapper{
	background-image: url(../images/logo.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:138px;
	border: 0px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0;
	margin-right: 0;
	}
	
#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;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

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

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#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 {
	margin: 0.5em;
	}

#indexProductListCatDescription p {
	padding: 0;
	margin-bottom: 12px;
}
#navBreadCrumb {
	padding: 0.5em 0.5em;
	margin: 1px;
	background-color: #ffffff;
	font-size: 12px;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	background-color: transparent;
	}

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

#navColumnTwo { border-left: 1px solid #ceb286; }
#indexHomeBody #navColumnTwo { border-left: 0; }
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	font-size: 14px;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
.centerColumn {
	padding: 0 25px 25px;
}
#indexHomeBody .centerColumn {
	padding: 2px;
}
#indexHomeBody #information {
	display: none;
}
.centerColumn h1 { margin: 0 -25px 20px; padding: 25px; background: url("../images/right-col-bg.jpg") repeat-x 0 0; border-bottom: 1px solid #ceb286; }
#indexHomeBody .centerColumn h1 { margin: 0; padding: 0; border: none; }
h1#productName br { display: none; }
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartContentsDisplay input[type="image"] { border: none; padding: 0; margin: 0; }
#attributes-add {
	float: right;
	margin: 30px 0 0;
	padding: 0 1em 1em;
}
#cartAdd {
	text-align: right;
	}

#cartAdd input[type="cart_quantity"] {
	text-align: right;
	font-size: 13px;
	}

h2#productPrices {
	font-size: 20px;
}	

#productDetailsList li {
	margin-left: 20px;
}

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

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	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;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

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

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

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

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

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

#cartBoxEmpty, #cartBoxVoucherBalance {
	}

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

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

.amount {
	width: 5.5em;
	}

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

.categoryIcon {}

#cartImage {
	margin: 0 1em 0.5em;
	border: 1px solid #000;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

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

.centerBoxWrapper {
	text-align: left;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	text-align: left;
	font-size: 1.3em;
	color: #000;
	}

/*sideboxes*/
h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1.1em;
	color: #330000;
	text-align: left;
	
	}
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #330000;
	text-align: left;
	}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.2em 0.2em;
	}

.leftBoxContainer,
.rightBoxContainer {
	margin: 1em;
	margin-top: 1.5em;
	border: 0px solid #330000;
	}

.sideBoxContent {
	padding: 0.2em;
	text-align: left;
	}

.sideBoxContent a:hover {
	text-decoration: underline;
	}

#categories { margin: 1.5em .5em; }
#indexHomeBody #categories { margin: 1.5em 6px 0; }

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 


.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, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

.centerBoxContentsAlsoPurch {
	text-align: center;
	}
#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;
	}

/* categories box parent and child categories */
A.category-top {
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	}
A.category-links {
	color: #000000;
	text-decoration: none;
	margin-left: 1.1em;
	}
A.category-subs, A.category-products {
	color: #000000;
	text-decoration: none;
	margin-left: 1.1em;
	}
SPAN.category-subs-parent {
	}
SPAN.category-subs-selected {
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.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;
	}

CAPTION {
	/*display: none;*/
	}

#accountBody #content_wrapper ul { list-style: inside disc none; margin-bottom: 20px; }
#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

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

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

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

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

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

.listingProductImage {
	padding: 0;
	margin: 0 20px 10px;
	border: 1px solid #000;
}
.centerBoxContentsProducts { margin-bottom: 20px; }
.centerBoxContentsProducts br { }

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

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background: #fff none;
	padding: 30px;
	}


/* BEGIN TARA TEMPLATE STYLES */

a.more { white-space: nowrap; padding-right: 8px; background: url("../images/morearrow.gif") no-repeat 100% 50%; zoom: 1; }
.grid2col, .grid3col, .grid4col {
	width: 100%;
	zoom: 1;
}

.grid2col:after, .grid3col:after, .grid4col:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.grid2col .column, .grid3col .column, .grid4col .column { float: left; display: inline; }
.grid2col .column { width: 45%; margin-right: 10%; }
.grid4col .column { width: 20%; margin-right: 5%; }

.column.last { float: right; margin-right: 0 !important; }

#content_wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	width: 900px;
	margin: 0 auto;
}

#nav {
	clear: both;
	list-style: none;
}

#nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#nav li {
	float: left;
	display: inline;
}
#nav li#search {
	float: right;
	margin-top: -3px;
}

#nav li a {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	margin-right: 22px;
	!margin-right: 16px;
	padding-bottom: 3px;
	letter-spacing: 0.07em;
}
#nav li#contact a {
	margin-right: 0;
}
ul#toolbar {
	float: right;
	padding: 6px 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: transparent url("../images/toolbar-bg.png") 0 0;
	_background: #000 none;
	list-style-type: none;
}
ul#toolbar:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul#toolbar li {
	display: inline;
}
ul#toolbar li a {
	color: #fff;
	padding: 10px;
}
ul#toolbar li a:hover {
	text-decoration: underline;
}

/* Search */
span.sbox_l  {
	background: url('../../../../images/srch_l.png') no-repeat top left;
	behavior: url("/js/iepngfix.htc");
	float: left;
	width: 20px;
	height: 19px;
}

span.sbox_r  {
	background: url('../../../../images/srch_r.png') no-repeat top left;
	behavior: url("/js/iepngfix.htc");
	float: left;
	width: 19px;
	height: 19px;
}

span.sbox input {
	background: url('../../../../images/srch_bg.gif') repeat-x top left;
	float: left;
	border: 0;
	height: 13px;
	width: 100px;
	padding: 3px;
	font-size: 11px;
	color: #000;
}

#header form,
#header input {
	margin: 0;
	}
input:focus {
	background: #fff;
}

#breadcrumb { margin-bottom: 20px; }

#indexDefault #breadcrumb { display: none; }

#footer {
	width: 900px;
	margin: 10px auto 20px;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer .grid4col { width: auto; padding: 22px 30px 30px; background: url("../images/footer-bg.png"); _background: #161839 none; }
#footer .grid4col .first { width: 346px; margin-right: 40px; !margin-right: 20px; }
#footer .grid4col .second { width: 200px; margin-right: 0; }
#footer .grid4col .last { width: 238px; !width: 278px; }

#footer .grid2col { width: auto; margin: 3px 0 0; padding: 10px 30px; background: url("../images/footer-bg.png"); _background: #161839 none; }
#footer .grid2col .last { text-align: right; }

#footer h3 { font-size: 16px; font-weight: normal !important; margin: 0 0 9px; color: #fff; }

#footer h4,
#footer h5 {
	color: #fff;
	line-height: 16px
}
#footer h5 { margin-left: 14px; }
#footer ul {
	list-style: none none inside;
}
#footer ul li a {
	color: #fff;
}
#footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer #subscribe { zoom: 1; }
#footer #subscribe:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#footer #subscribe input[type="text"] { float: left; width: 210px; padding: 3px; margin: 0 10px 0 0; }
#footer #subscribe input[type="image"] { float: right; }

.columnRight { background: #d3b480 url("../images/right-col-bg.jpg") repeat-x 0 0; }

/* Right Column Categories Nav */
#categoriesContent { margin: 0; }
#categoriesContent .cat_22,
#categoriesContent .cat_4 {
	display: none;
}
#categoriesContent ul { list-style: none none outside; }
#categoriesContent ul li ul,
#categoriesContent ul li ul li ul { margin-bottom: 12px; }
#categoriesContent ul li ul li { margin-left: 0; }
#categoriesContent ul li,
#categoriesContent ul li ul li ul li { margin-left: 12px; }

#categoriesContent ul li.cat_1 a { display: block; width: 166px; height: 28px; background: url("../images/right-nav-womens.png") no-repeat 0 0; text-indent: -999em; margin-bottom: 8px; behavior: url("/js/iepngfix.htc"); }
#categoriesContent ul li.cat_1 ul li a,
#categoriesContent ul li.cat_1 ul li ul li a { width: auto; height: auto; background: none; text-indent: 0; margin-bottom: 0; }
#categoriesContent ul li.cat_1 ul li a { font-weight: bold; }
#categoriesContent ul li.cat_1 ul li ul li a { font-weight: normal; }

#categoriesContent ul li.cat_2 a { display: block; width: 138px; height: 28px; background: url("../images/right-nav-mens.png") no-repeat 0 0; text-indent: -999em; margin-bottom: 8px; behavior: url("/js/iepngfix.htc"); }
#categoriesContent ul li.cat_2 ul li a,
#categoriesContent ul li.cat_2 ul li ul li a { width: auto; height: auto; background: none; text-indent: 0; margin-bottom: 0; }
#categoriesContent ul li.cat_2 ul li a { font-weight: bold; }
#categoriesContent ul li.cat_2 ul li ul li a { font-weight: normal; }

#categoriesContent ul li.cat_3 a { display: block; width: 138px; height: 28px; background: url("../images/right-nav-accessories.png") no-repeat 0 0; text-indent: -999em; margin-bottom: 8px; behavior: url("/js/iepngfix.htc"); }
#categoriesContent ul li.cat_3 ul li a,
#categoriesContent ul li.cat_3 ul li ul li a { width: auto; height: auto; background: none; text-indent: 0; margin-bottom: 0; }
#categoriesContent ul li.cat_3 ul li a { font-weight: bold; }
#categoriesContent ul li.cat_3 ul li ul li a { font-weight: normal; }

/* Home Page */
#indexHomeBody td { background: #d3b480 url("../images/right-col-bg.jpg") repeat-x 0 0; }
#home-feature { background: url("../images/home-feature.jpg") 0 0 no-repeat; width: 685px; height: 556px; position: relative; }
#home-heading { width: 650px; height: 77px; text-indent: -999em; background: url("../images/home-heading.png") 0 0 no-repeat; position: absolute; top: 13px; left: 17px; behavior: url("/js/iepngfix.htc"); }
.callout { position: absolute; display: block; }
.one { top: 256px; left: 316px; }
.two { top: 374px; left: 428px; }

#indexHomeBody td#featurecell { background: none; }
.featurecap { width: 879; height: 9px; margin-left: 10px; }
.featurecap.topcap { background: url("../images/home-feature-topcap.png") no-repeat 0 0; margin-top: 10px; }
.featurecap.btmcap { background: url("../images/home-feature-btmcap.png") no-repeat 0 0; margin-bottom: 10px; }
#feature-row { zoom: 1; background: url("../images/home-feature-container-bg.png") repeat-y 10px 0; }
#feature-row a { text-decoration: underline; }
#feature-row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#feature-row li { float: left; margin: 0 0 0 10px; padding: 16px; display: inline; width: 254px; min-height: 192px; _height: 192px; background: url("../images/home-feature-bg.png") no-repeat 100% 20px; behavior: url("/js/iepngfix.htc"); }
#feature-row li.last { float: right; margin-left: 0; margin-right: 11px; }
#feature-row li p.phone { font-size: 16px; text-align: center; }
#feature-row li ul { list-style: disc outside none; width: 240px; padding: 0.5em; }
#feature-row li ul li { background: none; border: 0; float: none; width: auto; display: list-item; min-height: 0; _height: 0; padding: 0; margin: 0 0 10px 12px; vertical-align: top; }
#feature-row li h3 { text-indent: -999em; width: 244px; height: 27px; background: url("../images/home-heading-concept.png") no-repeat 0 0; behavior: url("/js/iepngfix.htc"); }
#feature-row li.second h3 { width: 211px; background: url("../images/home-heading-wholesale.png") no-repeat 0 0; behavior: url("/js/iepngfix.htc"); }
#feature-row li.last h3 { width: 201px; background: url("../images/home-heading-news.png") no-repeat 0 0; behavior: url("/js/iepngfix.htc"); }

/* Category Listing Page */
ul.cat_list { zoom: 1; list-style: none none inside; display: block; }
ul.cat_list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.cat_list li a { text-decoration: none; }
ul.cat_list li p a { text-decoration: underline;  }
ul.cat_list li img,
ul.cat_list li p { display: none; }
ul.cat_list li h3 { font-size: 18px; margin-bottom: 20px; }
ul.cat_list li ul.cat_list { margin-right: -36px; }
ul.cat_list li ul.cat_list li { width: 182px; margin: 0 39px 30px 0; float: left; display: block; }
ul.cat_list li ul.cat_list li img { display: inline; }
ul.cat_list li ul.cat_list li h3 { text-align: center; margin: 12px 0 0; font-size: 15px; }
ul.cat_list li ul.cat_list li p { display: block; text-align: center; }
ul.cat_list li ul.cat_list li a.img_link { display: block; height: 300px; border: 1px solid #000; text-align: center; }
/* Special display for gallery */
.page22 ul.cat_list li ul.cat_list li a.img_link,
.page22_41 ul.cat_list li ul.cat_list li a.img_link,
.page22_41_41 ul.cat_list li ul.cat_list li a.img_link { height: auto; }
/* Special display for Accessories, which has products on a level above Mens and Womens */
.page3 ul.cat_list img { display: block; }
.page3 ul.cat_list li h3 { text-align: center; margin: 12px 0 0; font-size: 15px; }
.page3 ul.cat_list { margin-right: -36px; }
.page3 ul.cat_list li { width: 182px; margin: 0 39px 30px 0; float: left; display: block; }
.page3 ul.cat_list li img { display: inline; }
.page3 ul.cat_list li a.img_link { display: block; height: 300px; border: 1px solid #000; text-align: center; }
/* Special display for Women's subcategories, to hide other subcategories */
.page1_7 .cat_1_7_5,
.page1_5 .cat_1_5_7 { display: none; }


/* Product Listing Page */
#flash-browser { width: 600px; margin: 0 auto; }
.catpage22 .button_sold_out,
.catpage22 .button_sold_out_sm { display: none; }

.centerBoxContentsProducts h3.itemTitle,
.centerBoxContentsProducts p { margin-bottom: 0; padding: .5em 0 0; }
.centerBoxContentsProducts h3.itemTitle a { text-decoration: none; }
#indexProductList h2 { font-weight: normal; }

/* Category Page */
#indexProductList h1 { margin-bottom: 13px; }
#indexProductList h2 { margin-bottom: 20px; }
#indexProductList h2.choose { color: #34386c; font-weight: normal; font-size: 18px; }

/* Split Login */
#logpage { zoom: 1; }
#logpage:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#returncus { margin-bottom:1.5em;width:47%;float:left; border:1px solid #000; border-width: 0 1px 1px; padding:0; min-height: 220px; }
#returncus label.inputLabel { width:8em;float:left; }
.logcontent { text-align:left;padding:0 5px; }
.logcontent fieldset { border: none; }
#newcus legend,
#returncus legend { font-weight:700;color:#000;margin:0;padding:0.3em 0; }
#newcus { margin-bottom:1.5em; width: 47%;float:right; border:1px solid #000; border-width: 0 1px 1px; padding:0; min-height: 220px; }
#returncusheading,
#newcusheading { font-size:1em;background:#3f3d70;color:#fff;width:100%;text-align:center;margin:0;padding:0.5em 0; }

/* Page Not Found */
#pageNotFound ul { display: none; }

/* About Us (define page 2) */
#pageTwo #pageTwoHeading { display: none; }
#pageTwo .buttonRow { display: none; }

/* Product Page */
#productMainImage img { border: 1px solid #000; }
#productMainImage span { margin-top: 15px; display: block; }
#productMainImage a { text-decoration: none; }
#productMainImage a span { text-decoration: underline; }
#productPrices #whole { margin-top: 12px; display: block; }
.navNextPrevWrapper { margin: 20px 15px; padding: 0 5px; background-color: #ecdfc9; border: 1px solid #000; zoom: 1; position: relative; }
.navNextPrevWrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.navNextPrevList a { margin-bottom: 3px; color: #000; }
.navNextPrevList a.thumb { position: relative; overflow: hidden; width: 78px; height: 80px; display: block; border: 1px solid #000; background-color: #fff; }
.navNextPrevList a.thumb img { position: absolute; top: -38px; }
.catpage3 .navNextPrevList a.thumb img { top: 0; } /* exclusion for hip belts, which have a smaller image size */
.navNextPrevListPrev { width: 80px; text-align: left; display: inline; float: left; }
.navNextPrevListNext { width: 80px; text-align: right; display: inline; float: right; }
.navNextPrevListNext a.thumb { text-align: left; }
.navNextPrevListAll { position: absolute; bottom: 5px; left: 81px; }
/* hide prices on artwork pages */
.catpage22 #productPrices { display: none; }

.centerColumn #productAdditionalImages a { text-decoration: none; }
.additionalImages { text-align: left; }
.additionalImages a { text-align: center; }
.additionalImages a img { margin-bottom: 10px; }

/* search results page customization */
#advancedsearchresultBody #navColumnTwo { display: none; }
#advancedsearchresultBody .centerBoxContentsProducts a { display: block; width: 180px; height: 300px; border: 1px solid #000; }
#advancedsearchresultBody .centerBoxContentsProducts img { border: none; margin: 0; }
#advancedsearchresultBody .centerBoxContentsProducts h3 a,
#advancedsearchresultBody .centerBoxContentsProducts p a { display: inline; width: auto; height: auto; border: none; }