/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @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 $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #222222;
	font-size: 75%;
	padding-top: 0px;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #64419a;
	text-decoration: none;
	}
 
a:visited {
	color: #64419a;
	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 {
	text-decoration: underline;
	}

a:active {
	color: #0000FF;
	}

h1, .categoryIconName a, .categoryIcon a {
	font-weight: bold;
	font-size: 30px;
	color: #3f429b;
	margin-top: 0px;
	padding-top: 0px;
	}

h1.green
{
	color: #00b609;
}

h1.productGeneral
{
	font-size: 16px;
	line-height: 22px;
}

.categoryIcon
{
	margin-bottom: 10px;
}

h2 {
	font-size: 1.4em;
	color: #3f429b;
	}

h3 {
	font-size: 1.3em;
	color: #3f429b;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.1em;
	}

h1, h2, h3, h4, h5, h6, .categoryIconName a {
	margin: 0.0em 0;
	margin-bottom: 5px;
	}
h1
{
	margin-top: 0px;
	padding-top: 0px;
}

/*  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: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 0.9em;
	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;
	}

.optionName
{
	display: block;
	padding: 4px;
	width: 100%;
	background: #64419a;
	margin-bottom: 5px;
	color: #ffffff;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .categoryListBoxContents a, .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;
	}

ADDRESS
{
	padding: 0.5em;
	padding-left: 0em;
}

P
{
	padding: 0.15em;
	padding-left: 0em;
}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #64419a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 964px;
	vertical-align: top;
	margin: 0em;
	padding: 0em;
	background-color: #ffffff;
	margin: auto;
	}

#top_sentence, #bottom_sentence
{
	clear: both;
	text-align: center;
	width: 964px;
	padding: 5px;
	margin: auto;
	color: #000000;
}
	
#bottom_sentence
{
	color: #000000;
}

#headerWrapper, #contentMainWrapper, #contentMainWrapperHomePage, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper
{
	clear: both;
}

#contentMainWrapper
{
	background-color: #ffffff;
}

#contentMainWrapperHomePage
{
}

#logoWrapper
{
	background-repeat:no-repeat;
	background-color: #ffffff;
	height:160px;
	padding-bottom: 8px;
	border-bottom: 2px solid #3f429b;
	margin-bottom: 8px;
}

#header_logo
{
	float: left;
	width: 110px;
	height:160px;
	background-image: url(../images/logo.jpg);
	background-repeat:no-repeat;
}

#header_flash
{
	float: left;
	width: 660px;
	height:160px;
}

#header_buttons
{
	float: left;
	width: 194px;
	height:160px;
	background-image: url(../images/header_buttons.jpg);
	background-repeat:no-repeat;
}


#navColumnOneWrapper, #navColumnTwoWrapper{
	margin: auto;
	} 
#navColumnOneWrapper
{
} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-right: 0em;
	margin-left: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 1.9em;
	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.8em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper {
	margin: 0em;
	padding: 0.0em 0.0em;
	font-weight: normal;
	color: #64419a;
	height: 1%;
	float: right;
	padding-bottom: 5px;
	}

#navSuppWrapper {
	font-weight: normal;
	color: #64419a;
	background: #ffffff;
	border-top: 2px solid #3f429b;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	
	
	width: 964px;
	margin: auto;
	
	}

#navMainWrapper
{
	height: 18px;
	line-height: 18px;
}

#navMainSpacer
{
	background-color: #ffffff;
}	

#navCatTabsWrapper {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

#navMain
{
	padding-left: 10px;
}

#navMain ul, #navSupp ul {
	margin: 0;
	padding: 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}
	
#navCatTabs ul {
	margin: 0;
	padding: 0em;
	list-style-type: none;
	text-align: center;
	}

#navEZPagesTop {
	float: right;
	margin: 0;
	padding: 0.5em;
	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.0em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.0em;
	margin: 0;
	color: #64419a;
	white-space: nowrap;
	}
	
#navCatTabs ul li a {
	color: #ffffff;
	}

#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;
	margin-left: 0em;
	}

#navMainSearch {
	margin-top: 2px; 
	padding: 4px;
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.85em;
	font-weight: bold;
	margin: 0em;
	}
	
#navEZPagesTop a{
	color: #ffffff;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	padding-bottom: 10px;
	color: #ffffff;
	}

#navColumnOne
{
	padding-top: 3px;
	border-right: 2px solid #3f429b;
}

#navColumnTwo
{
	padding-top: 3px;
	border-left: 2px solid #3f429b;
}
/*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;
	padding-left: 0em;
	}

a.moreinfo
{
	padding: 3px;
	color: #ffffff;
	background: #2e3192;
	border: 1px solid #0d1179;
	font-weight: bold;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 10px;
	line-height: 18px;
	}
.centerColumn
{
	float: left;
	padding: 20px;
	padding-top: 0px;
	padding-left: 0px;
	height: 350px;
	min-height:350px;
	height:auto !important;
}

.smallText, #siteinfoLegal, #siteinfoLegal a, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, #navSupp {
	font-size: 9px;
	}

#siteinfoLegal
{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: left;
	margin: 0em;
	margin-top: 10px;
	padding: 0em;
	}

.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;
	}

.listingPrice
{
	color: #64419a;
	font-weight: bold;
	font-size: 13px;
}

.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: 0px;
	}

#productMainImage
{
	text-align: 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;
	}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.2em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft 
{
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.8em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .leftBoxHeading, a .centerBoxHeading a, .rightBoxHeading a {
	margin: 0em;
	color: #64419a;
	font-size: 15px;
	font-weight: bold;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	}

.sideBoxContent {
	padding: 0em;
	}

.sideBoxContent a{
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	text-decoration: underline;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	}

.centeredContent, #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, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

.productListing-data
{
	padding-top: 8px;
	vertical-align: top;
}

.productListingImage img, .categoryListBoxContents img, .categoryImg
{
	margin: auto;
	margin-bottom: 8px;
	padding: 2px;
}

.categoryImg
{
	float: right;
	margin-left: 20px;
}
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top,A.category-links,A.category-subs,A.category-products,A.ezpageLinks,A.ezpageLinks_sub
{
	display: block;
	font-weight: bold;
	padding: 5px;
	padding-top: 4px;
	color: #ffffff;
	text-decoration: none;
	background: #64419a;
	margin-top: 3px;
	margin-bottom: 3px;
}

A.ezpageLinks.green
{
	background: #00b609;
}

A.category-top:visited,A.category-links:visited,A.category-subs:visited,A.category-products:visited,A.ezpageLinks:visited,A.ezpageLinks_sub:visited
{
	color: #ffffff;
}

A.category-subs,A.category-products
{
	background: #fdc689;
	color: #662d91;
}

A.category-top:hover,A.category-links:hover,A.category-subs:hover,A.category-products:hover,A.ezpageLinks:hover,A.ezpageLinks_sub:hover
{
	text-decoration: none;
	background: #3f429b;
	color: #ffffff;
}

A.ezpageLinks_sub:hover
{
	background: #64419a;
}

A.ezpageLinks.green:hover
{
	background: #007406;
}

A.ezpageLinks_sub
{
	background: #3f429b;
}


/* categories box parent and child categories */
#navSupp A.category-top, #navSupp A.category-links, #navSupp A.category-subs, #navSupp A.category-products, #navSupp A.ezpageLinks, #navSupp A.ezpageLinks_sub
{
	display: inline;
	font-weight: normal;
	font-size: 9px;
	padding: 5px;
	padding-top: 4px;
	color: #64419a;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	background: none;
}

#navSupp A.category-subs, #navSupp A.category-products
{
	color: #64419a;
	background: none;
}

#navSupp A.category-top:hover, #navSupp A.category-links:hover, #navSupp A.category-subs:hover, #navSupp A.category-products:hover, #navSupp A.ezpageLinks:hover, #navSuppA.ezpageLinks_sub:hover
{
	background: none;
	color: #64419a;
}


SPAN.category-subs-parent {

	}
SPAN.category-subs-selected {

	}
/* 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;
	}

.productListing-rowheading {
	background-color: #64419a;
	height: 2em;
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	}

.productListing-heading
{
	padding-right: 5px;
}

.productListing-heading a
{
	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;
	}
#listCell0-0
{
	width: 110px;
}

#homepagebox, #homepagebox_right, #homepagebox_left
{
	float: left;
	width: 193px;
	border: 1px solid #3f429b;
	margin-right: 11px;
	background: #ffffff;
    height: 400px;
}

#homepagebox_left
{
	margin-right: 10px;
}

#homepagebox_left img
{
	margin: 0px;
}

#homepagebox_right
{
	margin-right: 0px;
}

.homepageboxtitle
{
    float: left;
	padding: 4px;
	font-weight: bold;
	font-size: 13px;
	color: #3f429b;
}

.homepageboxtext
{
    float: left;
	padding: 4px;
}
    
    .homepageboxtext ul
    {
    	padding: 0px;
    	margin: 0px;
    	margin-top: 5px;
    	margin-bottom: 5px;
    	padding-left: 15px;
    }
    .homepageboxtext li
    {
    	padding: 0px;
    	margin: 0px;
    }
    
.homepageboximage
{
    float: left;
	clear: both;
}

.image_left
{
	border: 1px solid #64419a;
	padding: 1px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.image_right
{
	border: 1px solid #64419a;
	padding: 1px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#gp_loginForm
{
	margin-right: 10px;
	float: left;
}

#gp_loginText
{
	width: 150px;
	float: left;
}

.highlight
{
	font-weight: bold;
	color: #3f429b;
	font-size: 13px;
}

#productQuantityDiscounts table
{
	border-collapse: collapse;
	border: 0px;
}

#productQuantityDiscounts table td
{
	border: 1px solid #cccccc;
}

