/**
 * 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: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #e5edf5;
	}


a img {border: none; }

a:link, #navEZPagesTOC ul li a {
/*	color: #3300FF;*/ /* Original link color is BLUE */
	color: #5B5B73;
	text-decoration: none;
	}
 
a:visited {
	/*color: #0000FF;*/
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover,#navCatTabs ul li a:hover {
	color: #FF0000;/*red color*/
	}
 #navSupp ul li a{
		color: #FFFFFF;/* White color*/

 }

a:active {
	color: #0000FF;/*blue color*/
	}

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 3px;
}

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

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

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

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: 99%;*/
	width: 795px;

	vertical-align: top;
	}

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

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#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;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
/*	background-color: #9a9a9a; grey color*/
	/*background-color: #5B5B73;		/*green color*/
	background-color: #9a9a9a;		/*white color*/
	font-weight: bold;
/*	color: #ffffff;*/
	color: #990099;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	}

#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 1.5em;
	margin: 0;
	/*color: #990099;*/
	white-space: nowrap;
	}
#navCatTabs a:visited{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 15px;
	font-weight: bold;*/
	text-align: center;
	color: #FFFFFF;
}
#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: right;
	}

#navBreadCrumb {
	/*background-color: #5B5B73;*/ /* Bread Crum background*/
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	color:#FFFFFF;
	margin: 0em;
	padding: 0.0em;
	}
#navBreadCrumb a{
	
	color:#FFFFFF;
	
	}
#navColumnOne {
	background-color: #FFFFFF;/* background color for left*/
	}

#navColumnTwo {
	background-color: #FFFFFF;/* background color for right #00BFBF*/
	}

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

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.0em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	/*background-color: #e9e9e9;*/
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 1.8em;

	}

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

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

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

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

#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;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.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: 0.2em 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*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

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

.centerBoxContentsSpecials, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	background-color: #FF9999;/* Perpil color box header color*/
	padding: 0.2em 0.2em;
	}

																/* Perpil color box header color #FF9999*/
/* .breadBar {
	margin: 0.5em;
	background-color: #FF9999;
	padding: 0.2em 0.2em;
	text-align:left;
	padding-left:20px
	}*/
 
.rightBoxHeading {
	margin: 0em;
	background-color: #FF9999;
	padding: 0.2em 0.2em;
	}

.leftBoxContainer {
/*	border: 1px solid #ffffff;*/
	border: 1px solid #FF9393;/* left box border color*/

	margin-top: 0.5em;
	}
.rightBoxContainer {
/*	border: 1px solid #ffffff;*/
	border: 1px solid #FF9393;/* left box border color*/
	margin-top: 0.5em;
	}
.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}
h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

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

.rightBoxContent {
	background-color: #ffffff;
	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;
	}

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

.forward, #shoppingCartDefault #PPECbutton {
	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;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	} 

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

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



/*		Addedd Bon		*/
/* Changed for New Font and Style */

headerTitle { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000000;
}

/*.headerTitle { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000000;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:5px !important;
	background-color:#ff9999;
	border:1px #cc0000 solid;
}*/


.bootom {
	color: #FFFFFF;
	padding-top: 5px;
	background-color: #3b3b4e;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6276c3;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding-left:5px;
	padding-right:5px;
	border:1px #FFFFFF solid;
}
.bootomAddressBox {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 10px;
	border-left-style: solid;
	border-left-color: #3b3b4e;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left-width: 10px;
	background-color: #5d5c75;
	font-weight: normal;
	margin:1.0em;
}

.bootomCopyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: left;
	padding-top: 10px;
	padding-right: 25px;
}
.bootomCopyright a{
	color: #FFFFFF;
}

.subHeaderTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding-left:5px;
	padding-right:5px;
	background-color:#ffe6e6;
	border:1px #ffcccc solid;
}

.bootomLinks {
	text-align: right;
	letter-spacing: 1px;

}
.bootomLinks a{
	font-size: 10px;
	font-family: Arial, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: BOLD;
/*	text-decoration: none;*/
}

.bootomLinks a:hover{   /* footer box on links */
	/*color: #6276c3;*/
	font-size: 9px;
	font-family: Arial, "Times New Roman", Times, serif;
	color: #FFFFFF;
	border:1px #FFFFFF solid;
	padding-left:2px;
	padding-right:2px;
	}

.subSubHeaderTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
}

.headerTitleGuest {
	font-family: Georgia, "Arial",serif;
	font-size: 10px;
	color: #339900;
}
.header {
	background-color: #3b3b4e;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #6276c3;
	color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 24px;
}
.flashContainer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../images/flashBk.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu {
	background-image: url(../images/bk_menu.jpg);
	/*background-repeat: no-repeat;*/
	background-position: left bottom;
	padding-bottom: 0px;
	margin: 0px;
}
.menuHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;	

}
.menuHome a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 25px;
	padding-bottom: 7px;
}
.menuHome a:hover{
	background-image: url(../images/mn_home_bkg.jpg);
	color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
}
.menuHomeUp{
	display: block;
	background-image: url(../images/mn_home_bkg.jpg);
	color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding-right: 25px;
	padding-left: 11px;
	padding-top: 8px;
	padding-bottom: 7px;
}
.menuCatelog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.menuCatelog a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 7px;
}
.menuCatelog a:hover{
	background-image: url(../images/mn_in_the_news_bkg.jpg);
	color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
}
.menuCatelogUp{
	color: #000000;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	background-image: url(../images/mn_in_the_news_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding-right: 11px;
	padding-bottom: 7px;
}
.menuCompany {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.menuCompany a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 7px;
}
.menuCompany a:hover{
	background-image: url(../images/mn_company_bkg.jpg);
	color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
}
.menuCompanyUp{
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	background-image: url(../images/mn_company_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 7px;
}
.menuContactUs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.menuContactUs a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 7px;
}
.menuContactUs a:hover{
	background-image: url(../images/mn_employment_bkg.jpg);
	color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
}
.menuContactUsUp{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 7px;
	background-image: url(../images/mn_employment_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*New menu Tabs added*/

.menuLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.menuLogin a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 7px;
}
.menuLogin a:hover{
	background-image: url(../images/mn_employment_bkg.jpg);
	color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
}
.menuLoginUp{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 7px;
	background-image: url(../images/mn_employment_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.menuLogout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.menuLogout a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 7px;
}
.menuLogout a:hover{
	background-image: url(../images/mn_employment_bkg.jpg);
	color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
}
.menuLogoutUp{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 7px;
	background-image: url(../images/mn_employment_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.menuMyaccount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.menuMyaccount a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 7px;
}
.menuMyaccount a:hover{
	background-image: url(../images/mn_employment_bkg.jpg);
	color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
}
.menuMyaccountUp{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 7px;
	background-image: url(../images/mn_employment_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.menuCheckout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.menuCheckout a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 7px;
}
.menuCheckout a:hover{
	background-image: url(../images/mn_employment_bkg.jpg);
	color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
}
.menuCheckoutUp{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 7px;
	background-image: url(../images/mn_employment_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.menuShoppingcart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.menuShoppingcart a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 7px;
}
.menuShoppingcart a:hover{
	background-image: url(../images/mn_employment_bkg.jpg);
	color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
}
.menuShoppingcartUp{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 7px;
	background-image: url(../images/mn_employment_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*New menu Tabs end*/
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	/*background-image: url(../images/bottom_shadow.jpg);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	/*padding-bottom: 39px;*/
	vertical-align: top;
}
.content {
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;*/
	/*padding-left: 10px;
	padding-right: 10px;*/

}

.contentTextPage {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;*/
	padding-left: 10px;
	padding-right: 10px;

}
.contentMain {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;

}

.leftShadow {
	background-image: url(../images/left_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 9px;
}
.rightShadow {
	background-color: #FFFFFF;
	background-image: url(../images/right_shadow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/*width: 100%;*/
	padding-right: 23px;
	padding-top: 14px;
	padding-left: 14px;
}

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	/*background-repeat: repeat-x;*/
	background-color: #ffffff;
	height:66px;
	}

.logoContainer {
	height: 54px;
	float: left;
	width: 200px;
}

.topShadow {
	background-image: url(images/top_shadow.jpg);
	height: 26px;
}
.logoLink {
	height:66px;
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	margin-bottom: 0px;
}


.brandSearch {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #677bbc;
	text-align: right;
	padding-top: 15px;
}
.border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
.lightBlueBorder {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #677bbc;
	height: 55px;
	}
.lightBlueLine {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #677bbc;
	/*height: 20px;*/
	}

.buddhaImage {
	background-color: #FFFFFF;
	}

.nonBoldLinks a {
	font-weight: normal;
	}
.flashContainer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../images/flashBk.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.glossaryPage A:link {
	color: #ffffff;
	font-size: 8px;
	font-weight: bold;
	border: #393F30 1px solid;
	background-color: #727F61; 
	padding: 7px;
	display: block;
}
.glossaryPage A:visited {
	color: #ffffff;
	font-size: 8px;
	font-weight: bold;
	border: #393F30 1px solid;
	background-color: #727F61; 
	padding: 7px;
	display: block;
}
.glossaryPage A:hover{
	color: #ffffff;
	font-size: 8px;
	font-weight: bold;
	border: #4F1F51 1px solid;
	background-color: #6F3872; 
	padding: 7px;
	display: block;
}

.glossaryPagedef {
	color: #727F61;
	font-size: 10px;
	border: #393F30 1px solid;
	background-color: #ffffff; 
	padding: 7px;
}

.glossaryPagedefOver {
	color: #617F7D;
	font-size: 10px;
	border: #303F3E 1px solid;
	background-color: #E5ECDC; 
	padding: 7px;
}


hr {
border: 2px solid #DBE5CE;}
a > h4 {padding-top: 5px;}
#articlesList tr td {padding-top: 8px;}

/*					<td bordercolor="#CCCCCC" class="glossaryPagedef" onmouseover="this.className='glossaryPagedefOver';" onmouseout="this.className='glossaryPagedef'">
	*/

/* Following css added for displaying image and style in listings */

 /* .container {
	margin-right: auto;
	margin-left: auto;
	width: 842px;*/
	/*background-image: url(images/bottom_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 39px;
	vertical-align: top;*/
}
.content {/* this creates vertical boundries on both side of contenets*/
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 20px;
	padding-right: 20px;*/

}
.border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
.headerTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000000;
}

.productDesc {/* used for main description*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.productReviewDesc {/* used for review description*/
	font-family: Courier new, "Times New Roman", Times, serif;
	font-size: 14px; 
	color: #000000;
}
  .leftBg{
 /* display: block;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFFFFF;*/
  background-image: url(../images/left.JPG);
  background-repeat: no-repeat;
 background-position: left top;
  }
  #middleBg{
  background-image: url(../images/middle.JPG);

  background-position: left top;
  }
  #middleBg s:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-weight: bold;*/
/*	font-size: 22px;*/
	color: #FF66CC;/*BLUE color*/
	}

  .rightBg{
  background-image: url(../images/rightNew.JPG);
  background-repeat: no-repeat;
  }

 .bottomLine{
  background-image: url(../images/line.JPG);		
  }
  .band{
	background-image: url(../images/band.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
  }
 

 .step1 {
	background-image: url(../images/step1.gif);
	background-repeat: no-repeat;
	background-position: top right;
	
}


/*------------- New CSS overite existing start -----------------------*/


h1 {
    font-size: 24px;
	color:#ffffff;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:5px !important;
	background-color:#ff9999;
	/*border:1px #cc0000 solid;*/
	}

h2 {
	font-size: 16px;
	color:#000000;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	background-color:#ffe6e6;
	border:1px #ffcccc solid;
	}

h2 a {
	font-weight:bold;
	}

h2 a:hover {
	}

h3 {
	font-size: 14px;
	font-weight:bold;
	color:#999999;
	}

h4, h4.optionName {
    font-size:11px;
	font-weight:bold;
	color:#cc0000;
	}
	

h5, h6, LABEL, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 12px;
	}

.sideBoxContent a:hover {
	/*padding:5px;
	background-color:#ffffff;*/
	color:#000;
}
h4.helpHeading, h4.helpHeading a {
    margin:15px 0 5px;
	border:none !important;
	}
.biggerText {
	font-size: 14px;
	}

/*h1, h2, h3, h4, h5, h6 {
	margin: 0;
	}*/
h2.productName {
    margin:10px 0;
	background-color:#ffcccc;
	border:1px #ff9999 solid;
	color:#333333;
}
h2.productName a {
    display:block;
	background-color:#ffcccc !important;
	padding:0;
	margin:0;
	color:#333333 !important;
	}
h2.productName{
    color:#cc0000 !important;
	}
.plainBox a {
    border:none;
}
/*  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%;
	}
*/
.centerColumn {
    padding:0 10px;
	}
.greeting {
    padding:5px 5px;
	}
h2.greeting {
    font-size:12px !important;
	}
.greeting a:link, .greeting a:visited, .greeting a:active {
    /*display:block;*/
	background:none !important;
	border:none !important;
	text-decoration:underline;
	}
.greeting a:hover {
    background-color:#ffcccc !important;
	}
CODE {
	font-size: 1em;
	}

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

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

input {
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0;
	text-indent:2px;
	}
.hiddenField {
    visibility:hidden;
	padding:0 !important;
	}

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

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


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

h4.optionName {
/* some sidebox titles */
	line-height: 30px;
	padding: 0.2em;
	color:#cc0000;
	}
label {
    padding-right:5px;
	color:#000000;
	line-height:20px;
	}

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

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
#alsoPurchased a, #crossSell a, #featuredProducts a, /*#specialsDefault a,*/ .categoryListBoxContents a, #specialsListing a, #gvFaqDefaultMainContent a {
     display:block;
	 margin:0 5px;
	 }
.itemTitle a{
    display:block;
	font-size:12px;
	font-weight:bold;
	}
LABEL.inputLabel {
	width: 140px;
	float: left;
	text-align:right;
	}
LABEL.inputLabelReferral {
	width: 400px;
	float: left;
	text-align:right;
	}

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

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

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

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding: 10px;
	margin-bottom:10px;
	border: 2px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #cc0000;
	color: #ffffff;
	font-weight:bold;
	}
.error_message {
    padding:10px;
	margin:10px;
	border:2px solid #ff0000;
	background-color:#ffff00;
	color:#000000;
	font-weight:bold;
}
.messageStackSuccess {
	background-color: #aaff80;
	color: #000000;
	}

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

/*          Every thing ok till now...       */


/*wrappers - page or section containers*/
#mainWrapper {
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 98% !important;
	/*min-width:950px;*/
	}


/*  Repeted
#navCatTabsWrapper {   
	background-color: #ffffff;
	color: #999999;
	background-image:none;
}


#navMain ul, #navMain2 ul {
    list-style-type: none;
	text-align:center;
	}*/

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

#navMain ul li, #navMain2 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 5px;
	color: #ffffff;
	white-space: nowrap;
	border:1px #333333 solid;
	}

/*#navCatTabs ul li a {
	color: #999999;
	}

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

#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 {
	display: inline;
	text-align: center;
	white-space: nowrap;
    }*/

/*#navMainSearch, */ #navCategoryIcon, #indexProductListCatDescription {
/*Write a review and Tell a friend button areas*/
	margin:0;
	text-align:center !important;
	}
.buttonRow {
    margin:25px;0
	}
.buttonRow a, .navNextPrevList a {
    background:none !important;
	border:none !important;
	padding:0 !important;
	}
#navBreadCrumb {
	text-align: left;
	height:12px;
	line-height:10px;
	font-size: 0.95em;
	font-weight: bold;
	color: #AAAAAA;
	background-color:#ffe6e6;
	border:1px #ffcccc solid;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	}
#navBreadCrumb a {
color: #666666;
font-style: none;
}

#navBreadCrumb a:hover {
color: #666666;
text-decoration: line-through;
}

#navEZPagesTop {
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.2em;
	letter-spacing: 1px;
	}

#navEZPagesTop a{
	font-size: 10px;
	font-family: Arial, "Times New Roman", Times, serif;
	color: #666666;
	font-weight: BOLD;
/*	text-decoration: none;*/
}

#navEZPagesTop a:hover{   /* footer box on links */
	/*color: #6276c3;*/
	color: #666666;
	border:1px #000000 solid;
	padding-left:2px;
	padding-right:2px;*/
}




#navColumnOne, #navColumnTwo {
   /* padding-left:10px;
	padding-right:10px;
	background-color:#ffffff;
	background-image:url(../images/tallGradient01.jpg);
	background-repeat:repeat-x;*/
	}
#navColumnOne a:hover {
color: #666666;
text-decoration: line-through;
}
#navColumnTwo a:hover {
color: #666666;
text-decoration: line-through;
}


	/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 10px;
	}
#productDescription {
    border:1px solid #ffcccc;
	background-color:#ffe6e6;
	/*margin: 10px 0 10px 0;*/
	}
.productDescriptionContentBorder {
    border:1px #ffcccc solid;
	}
#productDescription p {
    padding-top:0;
	padding-left:0;
	padding-right:0;
	}
.productDetailsList {
    margin:0;
	background:none;
	border:none;
	padding:10px 0 0;
    list-style-type:none;
	}
.productDetailsList_reviewsLink {
    margin:0 0 10px;
	}
.productRowImage {
    margin:10px 10px 10px 0;
	}
#productMainImage a, .productDetFailsList_reviewsLink a {
    display:block;
	}
.productDetailsWrapper {
    border-left:1px #ffcccc solid;
	margin:10px 0;
	padding-left:10px;
	}
.alert {
	color: #cc0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: left;
	}
#bannerOne a, #bannerTwo a, #bannerThree a, #bannerFour a, #bannerFive a, #bannerSix a {
    background:none;
	padding:0;
	border:none;
	}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
#siteinfoLegal {
    padding:10px;
	clear:both;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 10px 0;
	border: 1px solid #000000;
	padding: 10px;
	}
#cartAdd p {
    padding:0;
	margin:0 0 5px;
	}

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

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

#cartSubTotal {
	border-top: 1px solid #ffcccc;
	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: #CC0000;
	font-weight: bold;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	float:left;
	}

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

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

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

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

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

.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;
	} 
#cartBoxListWrapper li {
    clear:both;
	}

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}
.cartTableHeading {
    background-color:#ffe6e6;
	}

.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 {
    margin:10px 10px 10px 0;
	}
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {
    padding-bottom:10px;
	text-align:center;
	float:left;
	}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
#specialsListing {
    border:1px #ffcccc solid;
	padding:10px;
	}
#specialsListingHeading {
	}

.centerBoxWrapper {
    background-color:#ffffff;
	border: 3px solid #ffcccc;
	height: 1%;
	margin-bottom:10px;
	padding:5px;
	}
#indexCategories {
}
h4.centerBoxHeading, h2.centerBoxHeading {
    margin:0;
	padding:0;
	font-size:18px;
	color:#ff9999;
	background:none;
	border:none;
	}
/*h1#productListHeading, h1#indexCategoriesHeading, h1#specialsListingHeading, h1#newProductsDefaultHeading, h1#featuredDefaultHeading, h1#allProductsDefaultHeading {
	font-size: 1.6em;
	color:#ffffff;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	padding-top:0;
	padding-bottom:0;
	background-color:#ff9999;
	border:1px #cc0000 solid;
}*/

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading a:visited,
h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading a:visited {
	color: #ffffff;
	}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color:#ff9999;
	background:none;

	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	color: #ffffff;
}
#searchHeading {
    background:none;
	}
#search {
    padding-top:5px;
    background-image:url(../images/BG_search.jpg);
	}
#search hr {
    border-bottom:3px #592424 solid;
	}
#searchContent {
    background:none;
	border:none;
	}
#searchContent a:link, #searchContent a:visited, #searchContent a:active {
    color:#ffffff;
	font-weight:bold;
	}*/

.leftBoxHeading, .rightBoxHeading{
	/*background-color: #b39f9f;
	/*background-image: url(../images/tile_back.jpg);
	background-repeat:repeat-x;*/	
/*	background-image:url(../images/BG_sideBoxHeading.jpg);
	background-repeat:no-repeat;
	background-color:#333333;
	height: 20px;
	line-height: 20px;
	color:#ffffff;
	text-align: left;
	padding-left:5px;
	padding-right:5px;
	}*/
	
.centerBoxHeading {
	}
#indexCategoriesHeading {
	/* background-color:#ffcccc; */
	}
#indexProductList {
}

.leftBoxContainer, .rightBoxContainer {
	/*border: 1px solid #ffcccc;*/
	/*margin-top: 1.5em;*/
	margin-bottom:10px;
	background-color:#ffffff;
	border:1px #666666 solid;
	}

/*.sideBoxContent {
    padding:5px;
	background-color:#ffffff;
	color:#000;
	}*/

/*#reviewsContent, #whatsnewContent, #specialsContent, #featuredContent {   /*----------------------------------------------------------------------------*/
    border:#cccccc 1px solid;
	background-color:#ffffff;
	}*/
#informationContent ul {
    margin:0;
	padding:0;
}
#informationContent li {
    padding-bottom:5px;
	}
#reviewsContent a, #whatsnewContent a, #specialsContent a, #featuredContent a, #productnotifications a, #informationContent a {
    display:block;
	padding:0 2px;
	margin:0;
	/* border:1px #ffcccc solid; */
	color:#000000;
}
#reviewsContent a:hover, #whatsnewContent a:hover, #specialsContent a:hover, #featuredContent a:hover, #productnotifications a:hover, #informationContent a:hover {
	color:#000000;
	background-color:#ffcccc;
}

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

/*.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}*/

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, /*.gvBal,*/ .attribImg {
	text-align: center;
	}
#bannerTwo {
    float:right;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
    /*text-align:right;*/
	}
#headerBanners {
    margin:5px 0px;
	}

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

#bestsellers ol {
	padding: 0;
	margin:0;
	list-style-type: none;
	}
#bestsellers li {
	padding: 0 0 5px;
	margin: 0;
	display:block;
	list-style-type: decimal;
	list-style-position: inside;
	}
#bestsellers a {
    display:block;
	padding:0 2;
	margin:0;
	border:none;
	border-bottom:1px #ffcccc solid;
	color:#000000;
}
#bestsellers a:hover {
    background-color:#ffcccc !important;
	}
#bannerbox {
	text-align:center;
	background-image:url(../images/BG_grayFloral.jpg);
	padding:10px 0;
	}
#bannerboxHeading {
    background:none;
	/*height: 30px;
	line-height: 30px;
	text-align: center;
	color:#793434;*/
/*	background-color: #0000CC; */
}
#bannerboxContent {
	}
/* .sideboxSubtitle is not for the header of the box, it is for the bold title below that.
.sideboxText is for paragraph based text in a sidebox.
Define both of these inside the individual banners. */
#bannerbox3 .bannerboxText p, #bannerbox2Content p {
    text-align:justify;
	padding:0;
	}
#bannerbox3 .bannerboxText, #bannerbox2Content {
    text-align:center;
	padding:0 10px;
	}
#rssbox .bannerboxText p {
    text-align:justify;
	padding:0;
	}
#rssbox .bannerboxText {
    text-align:center;
	line-height:16px;
	padding:0 10px;
	}
.sideboxSubtitle {
    text-align:center;
	padding:0 5px 0 5px;
	}
.sideboxText {
    text-align:justify;
	padding:0 5px 0 5px;
	}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */  /*  for category menu Black colour*/ 
/*#categories {
	color:#ffffff;
	font-size:12px;
	background-color:#555555;
	background-image: url(../images/BG_categories.jpg);
	background-repeat:no-repeat;
	border:1px #333333 solid;
	 }*/
/*#categoriesHeading {
	height: 30px;
	line-height: 30px;*/
	/*padding: 2px 2px 2px 5px;*/
	/* text-align: left; */
/*	color:#ffffff;
	background:none;*/
	}
/*#categoriesList {
	margin:0;
	padding:0;
	list-style-type: none;
	text-align: left;
	}
#categoriesList .category-top {

	padding-left:13px;
	display: block;
	background-color: #333333;
	background-image: url(../images/arrowRt.jpg);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	}
#categoriesList .category-top-selected {
	padding-left:13px;
	display: block;
	background-color: #ff9999;
	background-image: url(../images/arrowRt_current.jpg);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	color: #000000;
	}
#categoriesList .category-subs-parent {
	padding-left:13px;
	display: block;
	background-color: #333333;
	background-image: url(../images/arrowDn.jpg);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	}
#categoriesList .category-subs-parent-selected {
	padding-left:13px;
	display: block;
	background-color: #ff9999;
	background-image: url(../images/arrowDn_current.jpg);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	color: #000000;
	}
#categoriesList .category-subs {
	padding-left:13px;
	display: block;
	background-color: #333333;
	background-image: url(../images/arrowRt.jpg);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	margin-left: 15px;
	}
#categoriesList .category-subs-selected {
	padding-left:13px;
	display: block;
	background-color: #ff9999;
	background-image: url(../images/arrowRt_current.jpg);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	margin-left: 15px;
	color: #000000;
	}
#categoriesLinks {
	margin:0;
	padding:0;
	list-style-type: none;
	text-align: left;
	}
#categoriesLinks .category-links-top {
    padding-left:2px;
	display:block;
	}
#categoriesLinks .category-links-top-selected {
	padding-left:2px;
	display:block;
	background-color: #ff9999;
	font-weight: bold;
	color: #000000;
    }*/
/*#categories li {*/
	/*background-color:#000000;*/
	/*padding-bottom:5px;
	}*/
/*#categories a {
    color:#ffffff;
	}
#categories a:hover {
	background-color:#cc0000;
    background-image:none;
	color:#ffffff;
	}
#categoriesContent{
    background:none;
	border:none;
	}*/

/* end categories box links */

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

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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

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

CAPTION {
	/*display: none;*/
	}
#myAccountGen, #myAccountNotify {
    margin:5 0 0;
	padding:0;
	}
#myAccountGen li, #myAccountNotify li {
	margin: 0;
	padding:0;
	list-style-type: none;
	} 
#myAccountGen li a, #myAccountNotify li a {
    margin-bottom:5px;
	width:auto;
	display:block;
	}
.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

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

#cartContentsDisplay {
    border:1px solid #ffcccc !important;
	background-color:#ffffff;
	}
#cartContentsDisplay td {
    border:none;
	background:inherit;
}

TR.tableHeading {
	background-color: #ffcccc;
	height: 25px;
	}

.productListing-rowheading {
	background-color: #ffe6e6;
	background-image: url(../images/tile_back.jpg);
	height:30px;
	line-height:30px
	color: #000000;
	}
.productListing-heading {
    padding-left:5px;
	padding-right:5px;
	}
.productListing-data {
    padding:5px;
	}
.productListing-odd {
    /*background-color: #ffe6e6;*/
	}

.productListing-even {
    background-color: #ffe6e6;
	}
.listingDescription {
    text-align:justify;
	}
.listingProductImage {
    border: 1px solid #ffcccc;
	}

.tabTable {
	border:1px solid #ffcccc;
	}

#siteMapList {
	/* float: left; */
	}
#siteMapList ul {
    margin:0;
	}
#siteMapList a {
    display:block;
	margin:5px 0;
	}

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

.boxImportant {
    text-align: center;
    font-weight: bold;
    width: 50%
}

#pendingPayments {
	/*background-color: #FBE1EC;*/
	border: 1px solid #ffcccc;
	/*color: #cc0000;*/
	text-align:center;
	
}

#pendingPayments td{
	padding:2px 10px 2px 10px;
	border:1px solid #ffcccc;
	}

.pendingPaymentsHeader {
    background-color:#ffe6e6;
	font-weight:bold;
	}

.newProd {
    background-image: url(../images/newBG.jpg);
	background-repeat:repeat-y;
	background-color:#cc0000;
	color:#ffff66;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
	}

#Layer_popup_01, #Layer_popup_02, #Layer_popup_03, #Layer_popup_04, #Layer_popup_05, #Layer_popup_06, #Layer_popup_07, #Layer_popup_08, #Layer_popup_09, #Layer_popup_10, #Layer_popup_11, #Layer_popup_12, #Layer_popup_13, #Layer_popup_14, #Layer_popup_15, #Layer_popup_16, #Layer_popup_17, #Layer_popup_18, #Layer_popup_19, #Layer_popup_20, #Layer_popup_21, #Layer_popup_22, #Layer_popup_23, #Layer_popup_24, #Layer_popup_25, #Layer_popup_26, #Layer_popup_27, #Layer_popup_28, #Layer_popup_29, #Layer_popup_30, #Layer_popup_31, #Layer_popup_32, #Layer_popup_33, #Layer_popup_34, #Layer_popup_35, #Layer_popup_36, #Layer_popup_37, #Layer_popup_38, #Layer_popup_39, #Layer_popup_40, #Layer_popup_41, #Layer_popup_42, #Layer_popup_43, #Layer_popup_44, #Layer_popup_45, #Layer_popup_46, #Layer_popup_47, #Layer_popup_48, #Layer_popup_49, #Layer_popup_50 {
	position:absolute;
	visibility: hidden;
	border: 1px solid #000000;
    z-index: 1;
    background: #FFFFFF;
}

#productName {}
.inStock {
    border:1px #009900 solid;
	background-color:#009900;
	padding:0 2px 2px;
	font-weight:bold;
	color:#ffffff;
	width:100px;
	}
.noStock {
    border:1px #cc0000 solid;
	background-color:#cc0000;
	padding:0 2px 2px;
	font-weight:bold;
	color:#ffffff;
	width:100px;
	}
#productPrices, .productPrices, #productReviewsDefaultPrice, #reviewsInfoDefaultPrice, #reviewsModel {
    border:none !important;
	background:none !important;
	color:#666666 !important;
	margin:0;
	padding:0;
}

.redeemInstructions {
    padding-top:5px;
	}
.instructions {
    float:right;
	margin-top:5px;
	padding:5px;
	border:1px #ffcccc solid;
	}
	
.welcomeGoogleSearcher{
    float:right;
	margin-top:5px;
	padding:5px;
	border:1px #ffcccc solid;
	}

.imagePreload {display:none; height:0px; width:0px;}



/*------------- New CSS overite existing end-----------------------*/


/*TREE MENU FOLDERS - You can change font sizes on classes and ID styles below to make menu text bigger or smaller */
/*Categories Wording Style*/
h3.leftBoxHeading, h3.rightBoxHeading { color:#fff; /* right and left box heading color */ }

/*Top Category WITH NO Sub Categories - Right to product*/
#categorylink-subs-selected.category-top { background: url('../images/tmh2.gif') top left no-repeat;font-size: 12px;padding: 0 0 0 36px; }

/*Top Category WITH NO Sub Categories Exposed Style Settings Below*/
#linkcategory-top { background: url('../images/tph.gif') top left no-repeat;font-size: 12px;padding: 0 0 0 36px; }

/*Top Category With Exposed Sub Categories Style Settings Below*/
#categorylink-subs-parent.category-top { background: url('../images/tmh2.gif') top left no-repeat;font-size: 12px;padding: 0 0 0 36px; }

/*1st SUB Category with No Menu Items Displayed*/
#linkcategory-subs.category-subs { background: url('../images/tph.gif') top left no-repeat;font-size: 12px;padding: 0 0 0 36px;margin: 10px; }

/*1st SUB Category with it's own sub categories Exposed*/
#categorylink-subs-parent.category-subs { background: url('../images/tmh2.gif') top left no-repeat;font-size: 12px;padding: 0 0 0 36px;margin: 10px; }

/*2nd SUB Category WITH NO Sub Categories of its own Exposed*/
#linkcategory-subs2.category-subs2 { background: url('../images/tph.gif') top left no-repeat;font-size: 12px;padding: 0 0 0 36px;margin: 20px; }

/*2nd SUB Category WITH Categories of its own Exposed*/
#categorylink-subs-parent.category-subs2 { background: url('../images/tmh2.gif') top left no-repeat;font-size: 12px;padding: 0 0 0 36px;margin: 20px; }

/*4th Sub Category WITH NO OTHER SUB categories of its own*/
.category-products { background: url('../images/tn.gif') top left no-repeat;font-size: 12px;padding: 0 0 0 16px;margin: 30px; }
