/*
// +----------------------------------------------------------------------+
// |Zen-Cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2007 IDEAS PHOTOPrints                                 |
// |                                                                      |
// | http://www.ideasphotoprints.com                                      |
// |                                                                      |
// | Portions Copyright (c) 2006 Zen-Cart & MostlyGrey Template           |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 2007-02-27 ideasgirl
*/

body {
	margin: 0;
	font-family: lucida sans unicode, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #eee;
	background-color: #222222;
	background-image: url(../images/bg.jpg);
	}


.centershop {width: 100%}

a img {border: none; }

a {
	color: #84C1FF;
	text-decoration: none;
}

a:visited {
	color: #84C1FF;
	text-decoration: none;
}
a:hover {
	color: #D0D0D0;
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	/*font-family: georgia;*/
	color: #D0D0D0;
}

h1 {
	margin: 0px 0px 15px 0px;
	/*text-align: center;*/
	font: 16px georgia, helvetica, sans-serif;
	color: #84C1FF;
	text-transform: uppercase;
	font-weight: bold;
	/*border-bottom: 1px solid #000;*/
	/*clear: both;*/
}

h2 {
	font-size: 14px;
	margin: 0;
}

h3 {
	font-size: 14px;
}

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: 10px;
	margin: 0.1em;
	}

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

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

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

.hiddenField {display: none}

.visibleField {display: inline}

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

#logo {
	float: left;
    padding-top: 5px;
    padding-left: 30px;
    }

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: #444444;
	text-align: left;
	width: 750px;
	vertical-align: top;
	}

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

#logoWrapper {
  width: 100%;
  height:135px;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  }

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

#tagline {
	color:#cccccc;
	font-family: georgia;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	}

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

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

.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*/ {
	margin: 0;
	padding: 0.5em 0;
	background-color: #444444;
	/*border-bottom: 1px solid #222;*/
	height: 25px;
	padding-left: 3px;
	}

#navCatTabsWrapper {
	margin: 0em;
	background-color: #444444;
	height: 1%;
	width: 744px;
	border: 3px double #0F0F31;
}

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

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0 .5em;
	padding: 0;
	list-style-type: none;
	position: relative;
}

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

#navMain ul li a/*, #navSupp ul li a*/ {
	padding: 0.5em;
	margin: 0;
	background-color: #393939;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
}

#navMain ul li a:hover/*, #navSupp ul li a:hover, #navCatTabs ul li a:hover*/ {
	background-color: #333333;

}

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

#navBreadCrumb {
	background-color: #444444;
	border-bottom: 3px double #0F0F31;
	padding-left: 7px;
}

#navEZPagesTop {
	background-image: url(../images/ezbar.jpg);
	background-repeat: no-repeat;
	padding-left: 190px;
	padding-bottom: 11px;
    }

#navBreadCrumb {
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#navColumnOne {
	background-image: url(../images/column.jpg);
	background-repeat: repeat-y;
	}

#navColumnTwo {
	background-image: url(../images/column.jpg);
	background-repeat: repeat-y;
	}
	
.rowOdd, .productListing-odd {
	height:1.5em;
	vertical-align:top;
	background-color: #444444;
	}

.rowEven, .productListing-even {
	height:1.5em;
	vertical-align:top;
	background-color: #606060;
	}

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

.categoryImg {
   text-align: center;
   }
   
/*.content,*/
#productDescription, .shippingEstimatorWrapper {
	/*padding: 0.5em;*/
}

.alert {
	color: #f99;
}
.advisory {}
.important {
	font-weight: bold;
}

.notice {}
.rating{}
.gvBal {
	float: right;
}

#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	/*padding: 0.8em;*/
}

.centerColumn {
	padding: 3px;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 8px;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	border: 4px double #84C1FF;
	line-height: 110%;
	padding: 5px 20px 5px 20px;
}

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

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

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

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	/*color: #ff0000;*/
	font-weight: bold;
}

.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, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
}

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

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	margin: 0;
}

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

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-image:url(../images/boxheader.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	}

.centerBoxHeading {
	padding: 3px;
	font-weight: bold;
	border-bottom: 1px solid #222222;
	background-color: #333333;
}

.leftBoxContainer, .rightBoxContainer {
	background-image:url(../images/box.jpg);
	background-repeat: repeat-y;
	margin-bottom: 15px;
	}

.sideBoxContent {
	background-image:url(../images/boxfooter.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	}
	
#searchContent {
	background-image:url(../images/boxfooter.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	}

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

/* footer
--------------*/
#navSupp {
    background-image: url('../images/footer.jpg');
    background-repeat: no-repeat;
    color: #01698E;
	font-size: 10px;
	padding-top: 15px;
	text-align: right;
	height: 34px;
    }

#siteinfoLegal, .legalCopyright {
    background-color: #444444;
    font-size:10px;
    text-align: center;
    }

/* 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: #444;
	vertical-align: top;
}

.rowEven {
	background-color: #494949;
	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: #333;
}

#prevOrders td {
	border-bottom: 1px solid #222;
	padding: 0 .5em 0 0;
}

.productListing-rowheading {
	background-color: #333;
}

.productListing-data {
	padding: .5em 0;
}

.productListing-data h3 {
	margin: 0 0 1em 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: #444444;
}
