/**
 * 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 4387 2006-09-04 13:54:28Z drbyte $
 */

*
{
padding: 0;
margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 150%;
	color: #111;
	background-color: #fff;
	background-image: url('../images/background.gif');
	background-position: center 30px;
	background-repeat: repeat-x;
	text-align: center;
}

p {
	padding: 0 0 1em 0;
	color: #504F4F;
}

a img {border: none; }

a {
	color: #047;
	text-decoration: none;
}
a:visited {
	color: #369;
	text-decoration: none;
}
a:hover {
	color: #639;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0px 0px 15px 0px;
	line-height: 1em;
/*	text-align: center; */
	font: 130%;
	color: #588783;
/*	letter-spacing: 2px; */
/*	border-bottom: 1px solid #000; */
/*	clear: both; */
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}

ul	{
	padding: 0 0 1em 3em;
}

ol	{
	padding: 0 0 1em 3em;
}

code {
	/*font-family: arial, verdana, helvetica, sans-serif;*/
}

form, select {
	display: inline;
	margin: 0.1em;
}

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

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	width: 100%;
}

#logo {
	float: left;
	margin: -19px 0 0 0;
	padding: 0;
	font-size: 1em;
	color: #ffffff;
}

#logo a, #logo a:visited, #logo a:hover, #logo a:active {
	margin: -19px 0 0 0;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
}

input {
	width: auto !important; /*hack for Zen Cart resizing buttons, grr */
}
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;
}

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 {
	padding: .2em .5em;
	border: 1px solid #000;
}

.messageStackWarning, .messageStackError {
	background-color: #ff9;
	color: #c00;
	padding: 0 .5em;
}
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}
.messageStackSuccess {
	background-color: #9f9;
	color: #070;
}

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

/*wrappers - page or section containers*/
#downformaintenanceBody {
	height: 550px;
}

#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 750px;
}

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

#logoWrapper{
	background: #fff url(../images/background.gif) top center;
	height: 50px;
	margin-top: 10px;
	vertical-align: middle;
}

#billboardWrapper {
	text-align: center;
	border: 1px solid #ccc;
/*	margin-top: 2px;*/
}

#billboardWrapper ul {
	list-style-type: square;
}

#billboardWrapper h1 {
	align: center;
	padding: 0;
}

#billboardWrapper container {
	background-image: url(/images/homepagebanner_01.png);
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0 0.5em 0 0;
}

#productListing br {
	line-height: 0;
}
	
#tagline {
/*	padding: 1em 0 0 0;*/
/*	text-align : left;*/
	display: none;
}

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

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
}

#navMainWrapper, #navSuppWrapper /*, #navCatTabsWrapper*/ {
	align: center;
	margin: 0em;
	padding: 5px 0;
	height: 10px;
/*	background-color: #CDC4A5;*/
	color: #000;
}

#navSuppWrapper {
	padding: 20px 0px;
}

#navCatTabsWrapper {
	background-color: #CDC4A5;
	color: #000;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
/*	width: 100%;
	margin: 0 auto;*/
	padding: 0em 0em;
	list-style-type: none;
	font-size: 1em;
	font-weight: bold;
}

#navCatTabs ul {
	text-transform: uppercase;
}

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

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	padding: 0em 0.5em;
	margin: 0;
	color: #000;
}

#navCatTabs ul li a {
	color: #fff;
}

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

#indexDefaultHeading {
	display: none;
}

#indexDefault .centerColumn {
	display: none;
}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 5px 0 0 0;
/*	width: 586px;*/
}

#indexProductList img {
	float: left;
	margin: 0 1em 0 0;
}

#productListHeading {
/*	display:none;*/
	font-size: 2em;
}

#indexCategoriesHeading {
	display: none;
}

#indexCategories img {
	float: left;
	margin: 0 1em 0 0;
}

#navBreadCrumb {
/*	background-color: #f5f5f5; */
	padding: 3px 0;
/*	border: 1px solid #ccc; */
}

#navEZPagesTop {
	background-color: #fff;
	padding: 0.5em;
	border-top: 1px solid #ccc;
}

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

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

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*padding: 0.5em;*/
}
.alert {
	color: #c00;
}
.advisory {}
.important {
	font-weight: bold;
}
.greeting {
	display: none;
}
.notice {}
.rating{}
.gvBal {
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	/*padding: 0.8em;*/
}
.centerColumn {
/*	padding: 1em;*/
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
}

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

.tableHeading th {
	border-bottom: 1px solid #ccc;
}

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

#cartSubTotal {
	border-top: 1px solid #ccc;
	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: 0 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;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsBestSellers, .centerBoxContentsFeatured, .centerBoxContentsNew {
	float:left;
}

.centerBoxContentsAlsoPurch {
width: 125px;
float:left;
padding:0 5px 5px;
text-align:center;
}

.centerBoxWrapper {
	border: 1px solid #D5D0CA;
	margin: 1.1em 0;
	height: 1%;
	width: 100%;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	margin: 0;
	padding: 1em 0 0 1em;
	font-weight: bold;
	font-style: normal;
	color: #588783;
/*	width: 100%;*/
}

#quicklinkssidebox {
	background: #D5D0CA;
	padding: 0 0 1em 0;
}

#quicklinkssidebox ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#quicklinkssidebox li {
	list-style: none;
	margin: 0px 0px 0px 12px;
	padding: 0;
}

#quicklinkssidebox a {
	text-decoration: none;
}

#quicklinkssidebox a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#bannerboxHeading {
	display:none;
}

#tellafriendHeading {
	display:none;
}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #search-headerHeading {
}

#searchHeading {
	display:none;
}

#manufacturersContent {
width: 150px;
/* height: 11px; */
float: right;
font-size: 10px;
margin: 5px 0 0 0;
padding: 0;
}  

#manufacturerslistContent ul {
height:400px;
list-style-image:none;
list-style-position:outside;
list-style-type:circle;
margin-left:35px;
margin-top:0;
overflow:scroll;
padding:0;
}

#manufacturersSearch {
width: 150px;
/* height: 11px; */
float: right;
font-size: 10px;
margin: 5px 0 0 0;
padding: 0;
}  

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	background: #D5D0CA;
	padding: 0 0.4em 0.4em 0.4em;
	color: #588783;
	font-size: 14px;
/*	width: 100%;*/
}
.leftBoxContainer, .rightBoxContainer {
	border: 1px solid #D5D0CA;
/*	background: #D5D0CA;*/
	margin: 0 0 0 0;
}

.sideBoxContent {
/*	background-color: #ffffff;*/
	width: 100%;
	padding: 0.4em 0;
/*	border: 1px solid #D5D0CA;*/
}

.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;
}
#bestsellers ol {
	padding: 0;
	margin: 0 0 0 1.5em;
}

#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}

/* categories box parent and child categories */
span.category-subs-parent {
	font-style: italic;
}
span.category-subs-selected {
	font-style: italic;
}
/* end categories box links */

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

.forward {
	float: right;
}

.bold {
	font-weight: bold;
}

.rowOdd {
	background-color: #f5f5f5;
	vertical-align: top;
}

.rowEven {
	background-color: #fff;
	vertical-align: top;
}

caption {
	/*display: none;*/
}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
}

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

tr.tableHeading {
	background-color: #eee;
}
#prevOrders td {
	border-bottom: 1px solid #ccc;
	padding: 0 .5em 0 0;
}
.productListing-rowheading {
	background-color: #D5D0CA;
}
tr .productListing-heading {
/*	border-bottom: 1px solid #999;*/
	padding: 3px 0 3px 0;
	color: #588783;
	font-size: 14px
}
tr .productListing-heading  a {
	border-bottom: none;
}
.productListing-data {
	padding: .5em 0;
	color: #504F4F;
	Width: 330px
}
.productListing-data h3 {
	margin: 5px 0 0 0;
}
#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;
	background-image: none;
}

#bigfooter {
	clear: both;
	width: 100%;
	align:center;
	background: #d5d0ca;
	border-top: 5px solid #464642;
}

    /* Scroller Box */
    .scroller_container {
    margin:0 auto;
    position: relative;
    height: 240px;
    width: 145px;
    overflow: hidden;

    }
    .scroller_container ol {
       margin: 0;
       padding: 0;
       list-style-position: inside;
       }
    .scroller_container li {
       padding: 0;
       margin: 0.3em 0 0.3em 0;
       }
    .scroller {
    padding: 0;
    text-align: center;
    }
    #scroller {
    padding: 0;
    text-align: center;
    }
    .jscroller2_up, .jscroller2_down, .jscroller2_left, .jscroller2_right {
    margin: 0;
    padding: 0;
    }

    .jscroller2_left, .jscroller_right, .jscroller2_left_endless, .jscroller2_right_endless {
    white-space: nowrap;
    }
    /* Scroller Box */

.hiddenField {
display: none;
}

.visibleField {
display: inline;
} 