/**
 * Acadame CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2007 iChoze Internet Solutions
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5349 2006-12-22 20:34:40Z birdbrain $
 */

/* USE MARGIN-TOP IN BODY TO SET DISTANCE FROM TOP OF SCREEN TO BODY AND SAME FOR MARGIN-BOTTOM DONT USE RIGHT OR LEFT THIS IS ONLY FOR SPACING NOT BORDER */
body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #ffffff;
	}

a img {border: none; }

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

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navCatTabs ul li a:hover {
	color: #cc0000;
	text-decoration: underline;
	}
#navSupp ul li a:hover {
 	color:#eeeeee;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

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 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 {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

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

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: 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;
	border-bottom: 1px solid #9a9a9a;
	}

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

/* TO SET BORDER ON MIDDLE CONTENT USER BORDER OPTIONS IN #MAINWRAPPER FOR NO BORDER DELETE ALL BORDER-XXXXX OPTIONS */
/*wrappers - page or section containers*/
#mainWrapper {
border-top:0px;
border-bottom:0px;
border-left:0px;
border-right:0px;
border-style:solid;
border-color: #95a117;
	background-color: #FFFFFF;
	text-align: left;
	width: 950px;
	vertical-align: top;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
/* ----- USE CONTENTMAINWRAPPER TO SET MARGIN (first #) ABOVE THE MAIN CONTENT AND UNDER THE MIDDLE BAR (middle bar is under header) ----- */	
#contentMainWrapper {
	margin: 5px 0;
	padding:0;
	}
/* HEADERWRAPPER IF DELETE WIDTH AND SET MARGIN:0em TO STRETCH WITH PAGE THIS IS FOR HEADER, TOPBARWRAP IS TO SET COLOR FOR HEADER */
/* TO SET BORDER ON TOP CONTENT USER BORDER OPTIONS IN #HEADERWRAPPER FOR NO BORDER DELETE ALL BORDER-XXXXX OPTIONS */
#headerWrapper{
border-top:0px;
border-bottom:0px;
border-left:0px;
border-right:0px;
border-style:solid;
border-color: #ffffff;
background-color: #FFFFFF;
	margin: auto;
	width:950px;
	padding: 0px;
	}
/* ---------------------------------- TOPBARWRAP IS TO SET BACKGROUND COLOR FOR BAR UNDER HEADER ---------------------------------- */			
#topBarWrap{
	background:#eeeeee;
	}
/* ---------------------------------- TOPBAR IS TO SET SETTINGS FOR BAR UNDER HEADER ---------------------------------- */	
#topBar{
	width:950px;
	margin-top:5px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right: 0px;
	color:#2C2C2C;
	font-weight:bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: .8em;
	padding-bottom: .8em;
	}
.topBox{
	float:left;
	padding: 0 6em 0 6em;
	height:3em;
	}
#lang_header{
	border-right:1px solid #9a9a9a;
	padding-left:12em;
	}
#search_header{
	border-right:1px solid #9a9a9a;
	padding-left:5em;
	}
#currency_header{
	border-right:1px solid #9a9a9a;
	}
#cart_header{
	background:url(../images/cart_bg.gif) 5em 0 no-repeat;
	padding:.2em 0 0 11em;
	}
#logoWrap{
	margin:auto;
	background-color: #ffffff;
	width:950px;
	border-bottom:.5em solid #eeeeee;
	}
#topLinks{
	float:right;
	background:#cc0000;
	margin: .9em auto;
	width:74%;
	}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

/* ----- TO SET SPACING ON THE LEFT SIDE OF THE NAVIGATION BAR CHANGE SETTINGS BELOW IN NAVCOLUMNONEWRAPPER ----- */
#navColumnOneWrapper {
	margin-left: 0px;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

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

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*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 IS THE FOOTER MAIN COLOR TOP OF FOOTER COLOR (BORDER-TOP) AND WIDTH IF DELETE WIDTH AND SET MARGIN:0em IT WILL STRETCH WITH PAGE */
/* FOOTER REQUIRES NO BORDER IT WILL ALREADY BE EQUAL IN LENGTH TO 2PX BORDER */
#navSuppWrapper, #navCatTabsWrapper {
	margin: auto;
	width:950px;
	background-color: #ffffff;
	background-image:url(/images/footer_bg.jpg);
	background-repeat:no-repeat;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #000000;
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-right:0px solid #ffffff; 
	height: 1%;	
	}

#navSupp{
	width:950px;
	margin:auto;
}
#paymentsWrap{
	margin:auto;
	width:50%;
	}
#payments{
	float:left;
	background:url(../images/payments.gif) 1.5em 2em no-repeat;
	width:30%;
	padding:1em 0 0 18em;
	}
#bottomNav{
	margin:auto;
	}
#bottomNav a, #bottomNav a:visited{
	color:#000000;
	text-decoration:underline;
	}

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

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

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

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

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

/* ----------HERE YOU CAN SET COLOR OF BREADCRUMB BACKGROUND AND MARGINS LEFT AND RIGHT, TOP AND BOTTOM ---------------- */
#navBreadCrumb {
	padding: 0.5em 0.5em;
	font-size: 0.95em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	background-color:#eeeeee;
	}

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 0 1.7em .5em;
	color:#ffffff;
	}

#navEZPagesTop a:link, #navEZPagesTop a:visited{
	color:#ffffff;
	padding:0 1em 0 .8em;
	}
#navEZPagesTop a:hover{
	text-decoration:underline;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*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: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
/* ----- USE CENTERCOLUMN TO SET PADDING FOR CENTER COLUMN OF MAIN CONTENT SECTION LIKE THE FEATURED BOX AND PRODUCT LISTINGS ----- */	
.centerColumn {
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	}
/* --------------- USING 4th number TO SET BANNER SPACING FROM THE LEFT SIDE (HOW FAR AWAY FROM CATEGORIES) --------------- */	
#bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0 0 0 5px;
	}
#bannerOne{
	padding:0;
	margin: .5em 0 0 0;
	}
.banners img{
	padding:0;
	}

.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;
	}
.buymoregetmore{
	background-color: #FFFFFF;
	background-image: url(../../../../images/buymoregetmore.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 150px;
	float: right;
}
.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.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;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

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

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

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

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

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

#cartBoxEmpty, #cartBoxVoucherBalance {
	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 ;
	}
/* ----- USE CATEGORYICON TO SET SPACING BETWEEN CATEGORY NAME/IMAGE AND THE PRODUCT INFORMATION PAGE WHERE PRODUCT IMAGE STARTS ----- */
.categoryIcon {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	}

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

/* TO SET MARGIN FOR FEATURED OR ANY OTHER CATEGORY BOX (BOX WITH PRODUCTS IN IT) USE 1st NUMBER IN MARGIN BELOW UNDER CENTERBOXWRAPPER */
/* USE BORDERS FOR LINE THICKNESS AND TO SET COLOR (NOT INCLUDING HEADER OF BOX AND NOT INCLUDING CATEGORY BOXES) */
.centerBoxWrapper {
	border-left: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	height: 1%;
	margin: 5px 0;
	}

h2.centerBoxHeading {
	font-size: 1.5em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}
/* USE LEFTBOXHEADING TO SET SPACING OF TEXT (USING PADDING 1st NUMBER FOR TOP OF TEXT) AND BACKGROUND COLOR TO ADJUST COLOR OF HEADING */
.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding:7px 0 7px 10px;
/*	background:#9a9a9a url(../images/catboxHeadingbg.gif) repeat-x; */
	background-color: #9a9a9a;
}
/* USER CENTERBOXHEADING TO ADJUST TEXT IN ANY CONTENT BOX LIKE FEATURED BOX ON HOME PAGE USE MARING 4th number TO SET LEFT SPACING OF TEXT */
.centerBoxHeading{
	margin: 0em;
	padding:4px 0px 4px 15px;
  	background:#ffffff url(/images/featured_heading_bg.gif) no-repeat; 
	height:70px;
/*	background-color: #bd0000; */
}
/* ---------- USER CategoriesHeading TO ADJUST TEXT IN THE CATEGORIES BOX PADDING 1st Number for Top of text AND COLOR OF BACKGROUND -- */
#categoriesHeading {
	background-color: #003466;
/*	background:#9a9a9a url(../images/centerboxHeadingbg.gif) repeat-x; */
	font-size:1.5em;
	padding:3px 0px 4px 10px;
	}

/* ----- USER informationHeading TO ADJUST TEXT IN THE LEFT INFORMATION BOX PADDING 1st Number for Top of text AND COLOR OF BACKGROUND -- */	
#informationHeading {
	background-color: #003466;
/*	background:#09497D url(../images/centerboxHeadingbg.gif) repeat-x; */
	font-size:1.5em;
	padding:3px 0px 4px 10px;
	}	
#featuredHeading {
	background-color: #003466;
/*	background:#09497D url(../images/centerboxHeadingbg.gif) repeat-x; */
	font-size:1.5em;
	padding:3px 0px 4px 10px;
	}			
#whatsnewHeading {
	background-color: #003466;
/*	background:#09497D url(../images/centerboxHeadingbg.gif) repeat-x; */
	font-size:1.5em;
	padding:3px 0px 4px 10px;
	}	
#bestsellersHeading {
	background:#A99A71 url(../images/greenboxHeadingbg.gif) repeat-x;
	font-size:1.3em;
	padding:.4em 0 .5em 1em;
	}
#categories ul{
	margin:0px;
	list-style:none;
	background-color:#f5f5f5;
	}
.category-top li{
	padding:0;
	margin:0;
	background: #eeeeee;
	vertical-align:middle;
}
/* ------------------------------ CHANGE COLOR OF TEXT IN CATEGORIES BOX FROM li.categories-top BELOW ------------------------------ */	
li.category-top{
	display: table-row;
	vertical-align: middle;
	height: 35px;
}

li.category-top a{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 4px 4px 0;
	vertical-align:middle;
	margin:0;
	color:#333333;
	display:block;
	text-decoration:none;
	padding-left:22px;
	background: url('../../../../images/nav_list.gif') 6px 50% no-repeat;
	border-bottom:1px solid #bbb;
	display: table-cell;
	line-height: 16px;
}
li.category-top a:hover{
	color:#000000;
	background-color:#e9e9e9;
}

li.category-products a{
	padding:.4em 0 0 1.5em;
	margin:0;
	color:#000000;
	font-weight:bold;
	display:block;
	height:1.8em;
	border-bottom:1px solid #9a9a9a;
	background:#ffffff url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
	}
li.category-products a:hover{
	background:#ffffff url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
	color:#333333;
	}
#categoriesContent{
	padding:0;
	margin:0;
	}
#bestsellersContent {
	color:#333333;
	font-weight:bold;
	}
#informationContent a:link, #informationContent a:visited, #bestsellersContent, 
#bestsellersContent a:link, #bestsellersContent a:visited{
	color:#333333;
	font-weight:bold;
	}
#extralinks{
	padding: .5em 0 .5em 1em;
	}
/* ----- USE THE MARGIN (3rd #) TO SET SPACING BETWEEN THE CATEGORY BOXES, USE BORDER TO SET BORDER THICKNESS AND COLOR ----- */	
.leftBoxContainer {
	margin: 0 0 5px 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
.rightBoxContainer {
	margin: 0 0 1em 0;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-bottom: 4px solid #9a9a9a;
	}	

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

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, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
.productListing-data {
	text-align: center;
	padding-bottom: 10px;
	}	
/* ------------------------- SET BANNER3 (PROMO BANNER) SPACING FROM BREADCRUMB BAR ON TOP OF IT ------------------------- */
#bannerThree {
	margin-top: 0px;	
	}

#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;
	}
.ic{
	display:none;
	}
#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: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #333333;
	font-weight:bold;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	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: #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;
	} 

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

/***IMAGE HANDLER SUPPORT ***/

#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #888;
  text-align: center;
}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}

/*Attributes Display*/
.attributeAdd {
    width:500px;
	float: left;
	text-align: left;
	margin: 1em;
	border: 0px solid #49291C;
	padding: 1em;
	}

.productListing-rowheading {
	/* background-image: url(../images/centerBoxHeadingbg.gif); */
	background-color: #FFFFFF;
	height: 2em;
	color: #FFFFFF;
	}
		
.centerBoxContentsCrossSell {font-weight:bold; color:#FF0000; padding-bottom:5px; padding-top:5px;}

#productName {color:#003466;}

#productPrices {color:#cc0000;}

#indexCategoriesHeading, #productListHeading, #pageTwoHeading, #pageThreeHeading, #loginDefaultHeading, #shippingInfoHeading, #privacyDefaultHeading, #siteMapHeading {color:#003466;}

#crossSell {margin-left:5px;}

.categoryListBoxContents {font-size:14px;}

/*================
UPSELL
*/

.upsellcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border:1px solid #ececec;
	padding:5px;
}
.upselltitle{
height:25px;
background-color:#003365;
color:#FFFFFF;
font-size:12px;
border:1px solid #c0c0c0;
}
.centerBoxContentsFeatured{border:1px solid #c0c0c0; margin-left:5px; height:200px; padding-top:8px;font:bold 14px Arial, Helvetica, sans-serif; color:#4d6012}
.centerBoxContentsFeatured a{font:normal 12px Arial, Helvetica, sans-serif}
.centerBoxContentsProducts {border:1px solid #c0c0c0; margin-left:2px;margin-bottom:2px;  height:250px; padding-top:8px}
#alsoPurchased{margin-top: 50px; margin-left:10px}




ul, li{border:0pt none;font-family:inherit;font-size: 100%;font-style:inherit;font-weight:inherit;margin:0pt;padding:0pt;vertical-align:baseline;}
.clear{	clear: both;	height: 0;	visibility: hidden;	display: block;}
/******* GENERAL RESET *******/
/******* MENU *******/
#container{margin: 2em auto;width: 100%;}
#container ul{list-style: none;list-style-position: outside;}
#container ul.menu li{float: left; margin-right: 5px; margin-bottom: -1px;}
#container ul.menu li{font-weight:700; display: block; padding: 5px 10px 5px 10px; background: #efefef; margin-bottom: -1px; border: 1px solid #d0ccc9; border-width: 1px 1px 1px 1px;	position: relative;	color: #898989;	cursor: pointer;}
#container ul.menu li.active{background: #fff; top: 1px; border-bottom: 0; color: #5f95ef;}
/******* /MENU *******/

/******* Content *******/
.content-tab{	margin: 0pt auto;	background: #efefef;	background: #fff;	border: 1px solid #d0ccc9;	text-align: left;	padding: 10px;	padding-bottom: 20px;	font-size: 11px;}
.content-tab h1{line-height: 1em;vertical-align: middle;padding: 10px 10px 10px 0;	font-size: 24px;}
/******* /Content *******/

/******* Description *******/
.content-tab.description h1{background: transparent url(images/news.jpg) no-repeat scroll left top;}
.content-tab.description{display: block;}
/******* /Description *******/

/******* Pictures *******/
.content-tab.specifications h1{background: transparent url(images/tuts.jpg) no-repeat scroll left top;}
.content-tab.specifications{display: none;}
/******* /Pictures *******/

/******* Reviews *******/
.content-tab.accessories h1{background: transparent url(images/links.jpg) no-repeat scroll left top;}
.content-tab.accessories{display: none;}
.content-tab.accessories a{color: #5f95ef;}
/******* /Reviews *******/

.wsgprice { color:#cc0000; font-size:1.4em; font-weight:bold; }
.wsgpopup { position:fixed; width:100%; height:100%; top:0; left:0; display:none; }
.wsgoverlay { position:relative; width:100%; height:100%; background-color:#ccc; opacity:0.7; }
.wsgpopupcontentwrap { position:absolute; left:40%; top:40%; width:400px; height:200px; background-color:#E5F5FF; border:3px solid #036; border-radius:10px; }
.wsgclosebtn { position:absolute; left:90%; top:3%; cursor:pointer; }
.wsgclosebtn:hover { text-decoration:underline; }
.wsgpopupcontent { display:block; margin:40px 20px 20px; font-size:18px; text-align:center; font-family:Trebuchet; line-height:36px; }
.wsgcartbox { width:130px; margin-left:0 !important; float:left !important; }
.wsgproductdescription { list-style:none; float:left; }
.wsgproductdetailswrap { float:left; width:400px; }
.wsgproductdetails { float:right; width:300px !important; margin-top:0 !important; }