/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: Century Gothic;
	font-size: 12px;
	color: #000000;
	background-color: #cf2c2c;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #000000;
	text-decoration: none;
	}
 
a:visited {
	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: #9e1c12;
	}

a:active {
	color: #9e1c12;
	}

h1 {
	font-size: 1.5em;
	color: #000000;
	}

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-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	}

/*  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.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #ffffff;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

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;
	}

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 {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #dc4848;
	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: 999px;
	vertical-align: top;
	border: 0px solid #9a9a9a;
	}

#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	background-color: transparent;
	}
	
#cartBoxListWrapper {
    margin-left: 5px;
	margin-right: 5px; 
	color: #ffffff;
    }	
	
#cartBoxListWrapper a, #cartBoxListWrapper a:visited {
	color: #ffffff;
    }		
	
#contentMainWrapper {
	background-color: #ffffff;
	background-position: top;   
	margin-top: -17px; 
    }	

#maintop {
	height: 10px;
	margin-left:-4px;
    }

#logoWrapper{
	background-color: #ffffff;
	height:80px;
	}

#menuwrap {
    }
#fiesta {
	background-repeat: no-repeat;
	height: 109px;
	width: 800px; 
	float: left; 
	margin-left: 10px;  
	margin-bottom: 5px;
    }	

#menu {
	margin:0px;
	padding-top: 18px;
	height:41px;
	background-image: url(../images/menu.jpg);
	width: 999px;
    }
#menu ul {
	list-style-type: none; 
	padding-left: 0px; 
	float:left;  
    }
	
#menu ul li {
	display:inline;
	font-family: "Century Gothic";
	font-size:16px;
	color: #ffffff;
	text-transform: none;
	font-weight: lighter;
    }

	#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0em;
	margin-right: 0.5em;
	margin-bottom:10px;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #edcf5f;
	float: right;
	margin: 0em 0em 1em 1em;
	}

#accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.floatingBox {
    margin: 0px;
	width: 100%;
	text-align:left;
    }

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*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;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	padding: 0;
	font-weight: bold;
	color: #ffffff;
	}

#navMainWrapper {
	margin: 0px;
	padding-top: 5px;
	background-color: transparent;
	color: #ffffff;
	font-weight: normal;
    }
	
#navMain {
    float: right;
}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul {
    float:right;
	padding:0px;
	margin:0px;
    } 

#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;
	font-weight: bold;
	
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#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;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: left;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: transparent;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .centerBoxContentsCrossSell, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
#productdesc {
    }	

#productDetailsList ul {
    list-style-type: none;
	margin:0;
	padding:0;
    }
	
#productDetailsList li {
	list-style-type: none;
	font-weight: bold;
    }

.alert {
	color: #5f0202;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding-right: 5px;
	margin-bottom: 15px;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 0px solid #000000;
	}

.tableHeading, #cartSubTotal {
	background-color: #edcf5f;
	 }

#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: #ffffff;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #ffffff;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	color: #ffffff; 
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #9e1c12;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, {
	margin: 0;
	padding: 0.2em 0em;
	} 

.cartBoxTotal {
    margin-right: 5px;
    }

#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*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
#productMainImage {
    width:250px;
}

#productMainImage img {
    border: 0px solid #000000;
}	

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .centerBoxContentsCrossSell {
	margin: 3px;
	padding: 2px;
	border: 1px solid #000000;
	height: 194px;
	width: 177px;
	}
	
.categoryListBoxContents {
    margin: 0;
	padding: 0;
}

.centerBoxWrapper {
	border: 1px solid #000000;
	height: 1%;
	margin: 0em;
	padding:2px;
	}

h2.centerBoxHeading {
	font-size: 18px;
	color: #000000;
	}

/*sideboxes*/
.columnLeft {
	background-color: #ffffff;
	padding-top: 10px; 
	padding-left: 5px; 
	padding-right: 6px;
	}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 14px;
	font-family: Century Gothic;
	color: #000000;
	font-weight: lighter;
	text-align:center;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 14px;
	color: #ffffff;
	padding-top:-4px;
}

.greenleftBoxHeading, .greenrightBoxHeading {
	margin: 0em;
	background-color: #91cd2d;
	background-image: url(../images/side-header2.jpg);
	background-repeat: repeat-x;
	height:30px;
	padding-top:8px;
	color: #ffffff;
	}
	
.greenleftBoxHeading a, .greenleftBoxHeading a:visited {
    color: #ffffff;
    }	
	
.blueleftBoxHeading, .bluerightBoxHeading {
	margin: 0em;
	background-color: #5c0202;
	background-image: url(../images/sidebar-header2.jpg);
	height:20px;
	padding-top: 4px;
	color: #ffffff;
	}	
	
.centerBoxHeading {
    margin: 0em;
	background-color: #edcf5f;
	height:25px;
	padding-top:2px;
	padding-left: 10px;
	border: 1px solid #000000;
	text-align: center;
    }

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin-bottom: 10px;
	}


.greensideBoxContent {
	padding:0px;
	background-color: #5fa30f;
	background-image: url(../images/images/green-content.png);
	background-repeat: repeat-x;
	background-position: top;
	}
	
.bluesideBoxContent {
	padding-bottom: 3px;
	background-color: #ffffff;
	border-left: 1px solid #91cd2d;
	border-right: 1px solid #91cd2d;
	}	
	
.searchContent {
    padding:0px;
	background-color: #ffffff;
	border-left: 1px solid #91cd2d;
	border-right: 1px solid #91cd2d;
    }	
	
.searchContent a, .searchContent a:hover, .searchContent a:visited, .searchContent a:active  {
    color: #000000;
    }		
	
.greensidebar-bottom {
    background-color: #df4b4b;
	border-left: 1px solid #df4b4b;
	border-right: 1px solid #df4b4b;
	border-bottom: 1px solid #df4b4b;
	height:5px;
    } 
	
.bluesidebar-bottom {
    background-image: url(../images/images/blue-bottom.png);
	background-repeat: no-repeat;
	height:10px;
    } 	

.bluesideBoxContent a, bluesideBoxContent a:visited, bluesideBoxContent a:active {
	line-height:20px;
	padding-left:5px;
	font-size: 14px;
	font-weight: lighter;
	color: #000000;
}	

.greensideBoxContent a, greensideBoxContent a:visited, greensideBoxContent a:active {
	line-height:20px;
	padding-left:10px;
	font-size: 14px;
	font-weight: lighter;
	color: #000000;
}

.sideBoxContent a:hover {
    color: #b1b1b1;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.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, .greenleftBoxHeading, .blueleftBoxHeading .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .centerBoxContentsCrossSell, .gvBal, .attribImg {
	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, A.category-top:visited {
	color: #000000;
	text-decoration: none; 
	font-size: 12x; 
	}
A.category-links, A.category-links:visited {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #000000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #fef0bd;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #ffffff;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#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: #edcf5f;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

.attributes {
    float: left;
	text-align: left; 
    }
#addcart {
    float: right;
	vertical-align:top;
	margin-top:0px;
    } 	  
	
.productbox {
    
    }	

.product-description {
    float: right;
	font-size: 12px;
    }

#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 {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
#footer {
	padding-top:20px;
	padding-bottom:20px;
    }
#footer a, #footer a:active, #footer a:visited {
    color: #000000;	
	text-decoration: none;
    }	
#footer a:hover {
    color: #000000;
	text-decoration: underline;
    }

#nav {  
   padding:0px;
   margin-left:-10px;
}

#nav { float:left; margin-top:0px;/*  margin-left:2px; */  /* display: inline; */ /* overflow: hidden; */}


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
	text-align:left;
	}
#nav li.over { z-index:99; }
#nav li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#nav a {  }
#nav a, #nav a:hover { display:block; text-decoration:none; cursor: pointer; }
#nav span { display:block; cursor:pointer; white-space:nowrap; visibility: visible;}
#nav li ul span {white-space:normal; }



/************ 1ST LEVEL  ***************/
#nav li { float:left; margin:0px 0px 0px 0px; padding: 2px 0px 9px 30px; }
#nav ul li span{ visibility: visible; }
#nav li.active a { color:#fff; }
#nav a { float:left; /* background:url(../images/nav_top_level_arrow.gif) no-repeat 100% 50%; padding-right:11px; */ color:#fff; font-weight:bold; }
#nav li.over a, #nav a:hover { color:#9e1c12; }
#nav li.over, #nav li.active { /* margin:0 7px 10px 0; */ /* border:1px solid #bbb; background:#ececec; */ }


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active, #nav ul li.over {
    float:left;
	clear: both;
	width: 100%;
    border:none;
    margin:0;
    padding:0;
    text-transform:none;
    }
#nav ul li.parent { /* background:url(../images/nav_parent_arrow.gif) no-repeat 100% 50%; */ }
#nav ul li.active { margin:0; border:0; background:none; }
#nav ul a, #nav ul a:hover {
	float:none;
	/* padding:0; */
	/* background:none; */
	}
#nav ul li a { font-weight:normal !important; }



/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width:150px;
	top:29px;
	margin-left:20px;
	left:-10000px;
	border-top:1px solid #de4a4a;
	border-left:1px solid #de4a4a;
	border-right:1px solid #de4a4a;
	padding:0px 0px;
	font-size:9px;
	background-color: #ecd06c;
	background-image: url(../images/menu-dropdown.gif);
	background-repeat: repeat-y;
	background-position: top;
}

/* Show menu */
#nav li.over > ul { left:2px; }
#nav li.over > ul li.over > ul { left:250px; }
#nav li.over ul ul { left:-10000px; }


#nav ul li a {
	color:#000000 !important;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 8px;
	font-size: 12px;
}
#nav ul li a:hover { /* padding:3px 0; */
	color:#9e1c12 !important;
	background-color: #b5c5fa;
	background-image: url(../images/menu-hover.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

/*Wolf*/
#nav ul li.parent a:link, #nav ul li.parent a:visited { background: #fffae8 url(../images/bullet01.gif) 235px center no-repeat ; }
#nav ul li.parent a:hover { background: #ece1cd url(../images/bullet02.gif) 235px center no-repeat ; }


/* #nav ul li.parent.active a:link, #nav ul li.parent.active a:visited { background: #ece1cd url(../images/bullets/bullet02.gif) 235px center no-repeat ;} */
/*parent reset*/
#nav ul li.parent li a:link, #nav ul li.parent li a:visited { background: #fffae8!important; }
#nav ul li.parent li a:hover { background: #ece1cd!important; }
#nav ul li.active a:link, #nav ul li.active a:visited { background: #ece1cd; }
#nav ul li.active  li.active a:link, #nav ul li.active li.active a:visited { background: #ece1cd!important; }


/*Column Listing*/
.centerBoxContentsProducts {
	border: 1px solid #000000;
	width: 30%;
	padding: 5px;
	margin: 5px;
	height: 340px;
}
.itemTitle a:link {
    color: #1b3790;
	font-size: 15px;
}
.itemTitle a:visited {
    color: #1b3790;
	font-size: 15px;
}
.centerBoxContentsProducts a img {border: 0px solid #000000; }


/*Product Page*/
#productName {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}

#productPrices {
   font-size: 13px;
   color: #9e1c12;
}

#attribsOptionsText {
   font-size: 13px;
}

.attribsSelect {
   font-size: 13px;
}

#productDescription {
   font-size: 12px;
   float: right;
   width: 470px;
}
#banner {
	height: 47px;
	width: 756px;
	margin-left:3px;
	background-image: url(/includes/templates/barco-scrubs/images/barco-banner.png);
	background-repeat: no-repeat;
	overflow: hidden;
    padding-top:164px;
	text-align:right;
}
#logos {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/logos-bg.gif);
	background-repeat: repeat-y;
}
#logos img {
    margin-left: 1px;
}
.br {
    height:60px;
	width: 1px;
	background-color:#000000;
}
