/**
 * 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:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #4b3421;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #814141;
	text-decoration: none;
	}
 
a:visited {
	color: #814141;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #322012;
	}

#navMain ul li a:hover {
    color: #fcd9ce;
}	

a:active {
	color: #814141;
	}

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 #fbc3b2;
	}

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 #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#outerwrapper {
	width : 1100px;
	margin: 0 auto;
	background-image: url(../images/images/outer.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}
#leftwrap {
	width: 54px;
	float: left;
	overflow: hidden;
}
#lefttop {
    background-image: url(../images/images/leftwrap_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 334px;
}
#leftbottom {
    background-image: url(../images/images/leftwrap_02.gif);
	background-repeat: repeat-y;
}
#innerwrapper {
    float: right;
}
#innerleft {
    float:left;
	width: 992px;
}
#innerright {
    float: right;
	width: 54px;
	height:100%;
}
#righttop {
    background-image: url(../images/images/rightwrap_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 334px;
}
#rightmid {
    background-image: url(../images/images/rightwrap_02.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	overflow: hidden;
}
#rightbottom {
	background-image: url(../images/images/rightwrap_03.gif);
	background-repeat: no-repeat;
	height: 167px;
	vertical-align: bottom;
	margin-bottom: 20px;
}
#contentMainWrapper {
	text-align: left;
	width: 992px;
	vertical-align: top;
	background-image: url(../images/images/main-content.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	overflow:hidden;
	margin-top: -28px;
	padding-top: 0px;
	}
#contentbottom {
    background-image: url(../images/images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 117px;
}	

#logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	background-color: transparent;
	}
	
#headerWrapper	{
	background-color: #4b3421;
	background-image: url(../images/images/header.gif);
	background-repeat: no-repeat;
	height: 160px;
	overflow:hidden;
}
	
#cartBoxListWrapper {
    margin-left: 5px;
	margin-right: 5px; 
	color: #ffffff;
    }	
	
#cartBoxListWrapper a, #cartBoxListWrapper a:visited {
	color: #ffffff;
    }		
	

#logoWrapper{
	background-color: #ffffff;
	height:80px;
	}

#menuwrap {
    }
#nursingscrubslogo {
	height: 123px;
	width: 356px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }	

#menu {
	margin:0px;
	padding-top: 6px;
	height:37px;
	background-image: url(../images/images/menu.gif);
	width: 992px;
    }
#menu ul {
	list-style-type: none; 
	padding-left: 4px; 
	float:left;  
	padding-top: 2px;
	margin-left: -6px;
    }
	
#menu ul li {
	display:inline;
	font-family: "Century Gothic";
	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 #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

#accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.floatingBox {
    margin: 0px;
	width: 98%;
	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;
    }

#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;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	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;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: left;
	margin-top: 4px;
	width: 216px;
	padding-left: 4px;
	}

.searchbutton {
    position: absolute;
    }

#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;
	}
.centerColumn {
    background-color: #ffffff;
	margin-right: 15px;
	padding:5px;
	min-height: 700px;
}
.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: 1px solid #4b3421;
	}

.tableHeading, #cartSubTotal {
	background-color: #fbc3b2;
	 }

#cartSubTotal {
	border-top: 1px solid #4b3421;
	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: #4b3421;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #4b3421;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	color: #4b3421; 
	}

.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: none;
}	

.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: 3px;
	height: 194px;
	width: 177px;
	}
	
.categoryListBoxContents {
    margin: 0;
	padding: 0;
}

.centerBoxWrapper {
	border: 1px solid #000000;
	background-color:#fbc3b2;
	height: 1%;
	margin: 0em;
	padding-left:4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

h2.centerBoxHeading {
	font-size: 18px;
	color: #fceeea;
	}

/*sideboxes*/
.columnLeft {
	background-color: #fbc3b2;
	padding-left: 10px; 
	padding-right: 6px;
	}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: lighter;
	text-align:center;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 14px;
	color: #ffffff;
	padding-top:-4px;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-image: url(../images/leftboxheading.gif);
	background-repeat: no-repeat;
	height:41px;
	color: #322012;
	}
	
.leftBoxHeading a, .leftBoxHeading a:visited {
    color: #322012;
    }
	
#categoriesHeading {
    background-image: url(../images/categories2.gif);
	height: 50px;
}		
#categoriesHeading span {visibility: hidden;}	

#manufacturersHeading {
    background-image: url(../images/manufacturers2.gif);
	height: 50px;
}		
#manufacturersHeading span {visibility: hidden;}
	
#informationHeading {
    background-image: url(../images/information2.gif);
	height: 50px;
}		
#informationHeading span {visibility: hidden;}

#shoppingcartHeading {
    background-image: url(../images/shopping-cart2.gif);
	height: 50px;
}		
#shoppingcartHeading span {visibility: hidden;}
	
.centerBoxHeading {
    margin: 0em;
	background-image: url(../images/images/centerbar.gif);
	background-repeat: repeat-x;
	height:25px;
	padding-top:4px;
	text-align: center;
	margin-left: -4px;
    }

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin-bottom: 20px;
	}
	
.sideBoxContent {
	padding:0px;
	margin-top:-5px;
	}	
	
.searchContent {
    padding:0px;
    }	
	
.searchContent a, .searchContent a:hover, .searchContent a:visited, .searchContent a:active  {
    color: #4b3421;
    }		
	
.sidebar-bottom {
    } 
 	

.sideBoxContent a, sideBoxContent a:visited, sideBoxContent a:active {
	line-height:20px;
	padding-left:5px;
	font-size:14px;
	font-weight:bold;
	color: #4b3421;
}	

.sideBoxContent a:hover {
    color: #322012;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited {
	color: #FFFFFF;
	}

.centerBoxHeading a:visited {
    color: #fceeea;
}

.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, .centerBoxContentsCrossSell, .gvBal, .attribImg {
	text-align: center;
	}
	
.centeredContent a:link, .centeredContent a:visited {
    font-weight:bold;
}
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .centerBoxContentsCrossSell {
    background-image: url(../images/images/centerbox.gif);
	background-repeat: no-repeat;
}	

#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 */
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	font-size: 12px;
	color: #814141;
	text-decoration: none;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #fdf8f7;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #fceeea;
	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: #fbc3b2;
	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:-30px;
    } 	  
	
.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:10px;
	padding-bottom:10px;
	color: #4b3421;
	background-image: url(../images/images/footer2.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #4b3421;
	height: 167px;
    }
#footer a, #footer a:active, #footer a:visited {
    color: #4b3421;	
	text-decoration: none;
    }	
#footer a:hover {
    color: #4b3421;
	text-decoration: underline;
    }

#nav {  
   padding:0px;
   float: right;
}

#nav { float:right; 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 { line-height:1.3em; }
#nav a, #nav a:hover { display:block; text-decoration:none; cursor: pointer; }
#nav span { display:block; cursor:pointer; white-space:nowrap; visibility: hidden;}
#nav li ul span {white-space:normal; }



/************ 1ST LEVEL  ***************/
#nav li { float:left; margin:0px 0px 0px 0px; padding: 2px 0px 9px 20px; }
#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:normal; padding: 2px 5px; }
#nav li.over a, #nav a:hover { color:#2c1e12; }
#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; }


#nav  .nav-brands a:link, #nav .nav-brands a:visited { background: url(../images/images/brands.png) center no-repeat;}
#nav  .nav-scrub-tops a:link, #nav .nav-scrub-tops a:visited { background: url(../images/images/scrub-tops.png) center no-repeat;}
#nav  .nav-scrub-pants a:link, #nav .nav-scrub-pants a:visited { background: url(../images/images/scrub-pants.png) center no-repeat;}
#nav  .nav-labcoats-jackets a:link, #nav .nav-labcoats-jackets a:visited { background: url(../images/images/labcoats-jackets.png) center no-repeat;}
#nav  .nav-accessories a:link, #nav .nav-accessories a:visited { background: url(../images/images/accessories.png) center no-repeat;}
#nav  .nav-sale a:link, #nav .nav-sale a:visited { background: url(../images/images/sale-clearance.png) center no-repeat;}


/*reset*/
#nav  .nav-brands li a:link, #nav .nav-brands li a:visited,
#nav  .nav-scrub-tops li a:link, #nav .nav-scrub-tops li a:visited ,
#nav  .nav-scrub-pants li a:link, #nav .nav-scrub-pants li a:visited ,
#nav  .nav-labcoats-jackets li a:link, #nav .nav-labcoats-jackets li a:visited ,
#nav  .nav-accessories li a:link, #nav .nav-accessories li a:visited ,
#nav  .nav-sale li a:link, #nav .nav-sale li a:visited { background: #fffae8; padding: 2px 10px; zoom: 1;}


#nav  .nav-brands li a:hover, #nav  .nav-scrub-tops li a:hover, #nav  .nav-scrub-pants li a:hover, #nav  .nav-labcoats-jackets li a:hover, #nav  .nav-accessories li a:hover, #nav  .nav-sale li a:hover{ background: #ffe6df;}



/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width:150px;
	top:29px;
	margin-left:12px;
	left:-10000px;
	border:1px solid #2c1e12;
	padding:0px 0px;
	font-size:9px;
	background-color: #fbc3b2;
	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:#2c1e12 !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:#2c1e12 !important;
	background-color: #ffffff;
	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: #ffe6df 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: #ffe6df!important; }
#nav ul li.parent li a:hover { background: #ffe6df!important; }
#nav ul li.active a:link, #nav ul li.active a:visited { background: #fbc3b2; }
#nav ul li.active  li.active a:link, #nav ul li.active li.active a:visited { background: #ffe6df!important; }


/*Column Listing*/
.centerBoxContentsProducts {
	border: none;
	width: 30%;
	padding: 5px;
	margin: 5px;
	height: 300px;
}
.itemTitle a:link {
    color: #1b3790;
	font-size: 15px;
}
.itemTitle a:visited {
    color: #1b3790;
	font-size: 15px;
}
.centerBoxContentsProducts a img {border: none; }


/*Product Page*/
#productName {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}

#productPrices {
   font-size: 16px;
   color: #814141;
}

#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;
}