/**
 * 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: arial, verdana, tahoma;
	font-size: 13px;
        font-weight:normal;
	color: #000000;
	background-color: #9e8770;
	}

a img {border: none; vertical-align:top;}

a:link {
	font-size: 12px;
        font-weight:bold;
         color:#0E88E5;
	
	text-decoration: none;
	}
 
a:visited {
	font-size: 12px;
        font-weight:bold;
 color:#0E88E5;
	text-decoration: none;
	}

a:active {
	font-size: 12px;
        font-weight:bold;
	color: #891E2E;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #891E2E;
  font-weight:bold;
	}

ul#footer_nav  li a:hover{
color:#0E88E5;
}

.justify {
text-align:justify;
padding-right:10px;
 
}

#navEZPagesTOC ul li a {
	color: #FEFDE1;
	text-decoration: none;
  font-weight:bold;
	}

.productListing-heading a {
	color: #FEFDE1;
	text-decoration: none;
  font-weight:bold;
}

.products_image {
    padding:10px;
}


#productName {
      margin-top: 10px;
}

h1 {
	font-size: 16px;
	color: black;
	}

h2 {
	font-size: 14px;
	}

h3 {
	font-size: 12px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 12px;
	}

.biggerText {
	font-size: 14px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 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: 12px;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 12px;
	margin: 0;
	}

TEXTAREA {
	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 black;
	}

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;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelR {
	width: 9em;
	float: left;
        padding-left:150px;
	}

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: white;
	color: #000000;
	}

.messageStackCaution {
	background-color: yellow;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: white;
	text-align: left;
	width: 960px;
	vertical-align: top;
	border: 3px solid #37312B;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#headerWrapper {
position:relative;
display:block;
}

#logo {
	}

#logoWrapper{
	background-image: url(../images/header1-slice.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:76px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#mainWrapper { margin-top: 10px; padding-bottom: 10px;}

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0;
	padding: 0;
	}
	
#tagline {
	color:#000000;
	font-size: 16px;
	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: 14px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navCatTabsWrapper {
	margin: 0em;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain 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, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
		color: #FEFDE1;
	white-space: nowrap;
	}

#navSupp ul li, #navSupp ul li a {
	color: #FEFDE1;
        }

#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;
	}

#navMain {
position: absolute;
top: 4px;
left: 4px;
	margin:0;
	padding:0;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navMainSearch {
position: absolute;
top: 33px;
right: 110px;
	}

#navBreadCrumb {
	padding: 6px;
	background-image: url(../images/head_bg0.jpg);
        repeat:repeat-x;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
        color: #fefde1;
	}

#navBreadCrumb a {
        	color: #FEFDE1;
	font-weight: bold;
        text-decoration:underline;
}

#navEZPagesTop, #navSuppWrapper {
	background-color: #abbbd3;
	background-image: url(../images/head_bg.jpg);
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px;
        text-align:center;
	}

#navSuppWrapper {
    height:15px;
    margin:0;
}

#navSuppWrapper ul {
  margin-top:0px;
}

#navEZPagesTop, #navEZPagesTop a {
 color: #FEFDE1;;
 padding-left:5px;
 padding-right:5px;
}

#navEZPagesTop a:hover, #navBreadCrumb a:hover {
color:#0E88E5;
}

#ezpagesContent ul li a {
color: #FEFDE1;
        display:block;
background-color: transparent;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left bottom;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 35px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000000;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
}

#ezpagesContent ul li a:hover {
color:#0E88E5;
}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 10px;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	padding: 1em;
	}

.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: center;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
		color: #FEFDE1;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
		color: #FEFDE1;
	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;
	}
.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;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 3px;
        margin-left:3px;
	} 

#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;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin:0;
        margin-top:0px;
        margin-bottom:5px;
  
	}

.categoryListBoxContents a {
        font-size:14px;
        font-weight:bold;
}


.categoryListBoxContents-{
display:block;
white-space:nowrap;
background-color:#E9E9E9;
border-left:1px solid white;
}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h1#indexCategoriesHeading, h1#productListHeading {
border-bottom:1px solid grey;
}

h2.centerBoxHeading {
	font-size: 14px;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft, .columnRight 
{
     margin:0;
     padding:0;
background-color: transparent;
background-image: url(../images/side_bg.gif);
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 14px;
	color: #FEFDE1;
	font-weight:normal;
        margin:0;
	}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 14px;
	color: #FEFDE1;
	font-weight:normal;
        margin:0;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
        font-size: 14px;
	background-image: url(../images/head_bg0.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
        display:block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;
text-align: center;
	}


.leftBoxContainer, .rightBoxContainer {
        background:url(../images/side_bg.gif);
	padding: 0;
	margin: 0;
	border: 0;
	}

.sideBoxContent {
        background:url(../images/side_bg.gif);
	padding: 0;
	margin: 0;
	border: 0;
        	color: #FEFDE1;
	}

.sideBoxContent a {
     	color: #FEFDE1;
}

.sideBoxContent a:hover {
       color:#0E88E5;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #0E88E5;
	text-decoration: none;
	} 


.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
		color: #FEFDE1;
	}

.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;
	}


.productListing-data {
  padding-top:10px;
  padding-right:10px;
	text-align: right;
}

.productListing-data a {
  font-weight:bold;
}

#categorylistboxHeading {
	background-image: none;
	margin: 0;        
	padding: 0;        
}

#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;
        margin:0;
}

div#bestsellers.rightBoxContainer {
        border:solid black 0.1px;
        margin:0;

}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */

#categoryImgListing{
float:left;
}

A.category-top, A.category-top:visited {
font-size: 14px;
font-weight:normal;
color: #fefde1;
	}

.category-links {
        display:block;
background-color: transparent;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left bottom;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 35px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000000;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
}

A.category-links, A.category-links:visited {
font-size: 14px;
font-weight:normal;
color: #fefde1;
	}


.category-subs, .category-products {
        display:block;
background-color: transparent;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left bottom;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 35px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000000;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
}

.category-subs {
padding-left: 45px;
background-position: 15px bottom;
}


A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
font-size: 14px;
font-weight:normal;
color: #fefde1;
	}

a.category-subs span.category-subs-selected{
	font-weight: bold;
	}

a.category-products span.category-subs-selected{
	font-weight: bold;
	}

a.category-top span.category-subs-selected{
	font-weight: bold;
	}

A.category-subs:hover, A.category-products:hover, A.category-links:hover, A.category-top:hover {
 color:#0E88E5;
}

.category-top {
        font-size: 14px;
	background-image: url(../images/head_bg0.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
        display:block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;
text-align: center;
}


#ezpagesHeading {
font-size: 14px;
font-weight:normal;
margin:0;
}

/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.calc {
	background-color: #E8E8E8;
	}

.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;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/head_bg0.jpg);
	height: 2em;
	color: #FFFFFF;
	}

#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;
	}

#siteinfoLegal a {
color:black;
}

.top, .redeemButton input {
 display:inline;
 margin:0;
 padding:0;
}

#checkoutSuccessMainContent p {
margin:0;
padding:0;
line-height:normal;
}

#productListHeading {
 text-decoration: none;
}

/* Home page slider */

#category_viewer { width: /*415px*/500px; position: relative;  height: 405px;  margin: 0; padding: 10px 0 0 10px;}

#category_viewer ul.ui-tabs-nav { position: absolute; top: 371px; list-style: none; width: 502px; height:48px; padding: 0; margin: 0;   }
#category_viewer ul.ui-tabs-nav li { float:left; width: 125px; font-size: 12px; color: #3F362D; padding: 0px 0px 0px 0px; list-style-type: none; text-align:center;  }

#category_viewer ul.ui-tabs-nav li span { font: bold 14px/55px "Trebuchet MS";}
#category_viewer li.ui-tabs-nav-item a { display: block; height: 48px; color: #FEFDE1; line-height: 48px; text-decoration: none; padding: 0px 0px 0px 0px;}
#category_viewer li.ui-tabs-nav-item a:hover { text-decoration: underline;}
#category_viewer li { background: url('../images/slider_nav_bg1.png') no-repeat right;}

#category_viewer li.ui-tabs-selected { background: url('../images/slider-selected.png') no-repeat right;}
#category_viewer ul.ui-tabs-nav li.ui-tabs-selected a { }
#category_viewer .ui-tabs-panel { width: 499px; height: 375px;  position: relative;}
#category_viewer .ui-tabs-panel .info { position: absolute; top: 205px; left: 0; height: 72px; background: url('images/transparent-bg.png'); width: 100%;}
#category_viewer .info h2 { font-size: 18px; font-family: "Trebuchet MS", Georgia, serif; color: #fff; padding: 0px; margin: 0; overflow: hidden;}
#category_viewer .info p { margin: 0 5px; font-family: Verdana; font-size: 11px; line-height: 15px; color: #f0f0f0;}
#category_viewer .info a { text-decoration: none; color: #fff;}
#category_viewer .info a:hover { text-decoration: underline;}
#category_viewer .ui-tabs-hide { display: none;}
#slider-nav { position: absolute; top: 366px; }

#loading { background: url('../images/ajax-loader.gif'); position: absolute; display: block; top: 270px; left: 585px; width: 29px; height: 29px;  }
#slider_image_3 {display:none;}
.link-text {padding-top:5px}
