/**
 * 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 $
 */

body {
	margin: 0;
	font-family: lucida sans unicode, verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	line-height: 160%;
	color: #111;
	background: #92b9e4 url(../images/background.jpg) no-repeat top center;
	border-top: 5px solid #316099;
	text-align: center;
}

a img {border: none; }

a {
	color: #047;
	text-decoration: none;
}
a:visited {
	color: #047;
	text-decoration: none;
}
a:hover {
	color: #9e936a;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial;
}
h1 {
	margin: 0px 0px 15px 0px;
	text-align: left;
	font-size: 18px;
	color: #000;
	font-style: normal;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
}
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;
}

#logo {text-align: center;}

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*/
#mainWrapper {
	background-color: #ffffff;
	text-align: center;
	width: 980px;
	padding-top: 25px;
	padding-bottom: 20px;
	margin: 14px auto 0 auto;
}

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

#navColumnOneWrapper, #navColumnTwoWrapper, {
	margin: auto;
} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0 0.5em;
}
	
#tagline {
	padding: 1em 0 0 0;
	text-align : center;
}

#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: 0em;
	padding: 5px 0;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

#navSuppWrapper {
padding-top: 10px;
text-align: center;
color: #fff; font-size: 11px;
}

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

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.3em 0em;
	list-style-type: none;
}

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

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

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	/*margin: 0.5em;*/
}

#navBreadCrumb {
	background-color: #f5f5f5;
	padding: 3px 10px;
	margin: 6px;
	border: 1px solid #ccc;
	text-align: left;
	font-size: 12px;
}

#navEZPagesTop {
	text-align: center;
	color: #fff;
	padding-bottom: 15px;
}

#navEZPagesTop a, #navSupp a { color: #fff; text-decoration: none; font-size: 12px; }
#navEZPagesTop a:hover, #navSupp a:hover { color: #B7AE8D; text-decoration: none; }
#navSupp a { font-size: 11px; }

#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;
}
.notice {}
.rating{}
.gvBal {
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	/*padding: 0.8em;*/
}
.centerColumn { padding: 0 10px 12px 10px; text-align: left; }

#indexDefault { padding: 0; }

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

#siteinfoLegal { color: #000; font-size: 11px; margin: 0 0 20px 0; }
#siteinfoLegal a { color: #000; font-size: 11px; text-decoration: none; }
#siteinfoLegal a:hover { color: #fff; text-decoration: none; }

/*Shopping Cart Display*/
#cartAdd { }
#registryAdd { margin-top: 10px; }

.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;
	font-size: 12px;
}

.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;
	font-weight: bold;
}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
}

.amount {
	width: 5.5em;
}

/*Image Display*/
#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, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
}

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

/*sideboxes*/

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	margin: 0;
	padding: 3px;
	font-weight: normal;
	font-style: italic;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	/*background-color: #f5f5f5;*/
	border-bottom: 1px solid #000;
}
.leftBoxContainer, .rightBoxContainer {
	border: 1px solid #ccc;
	margin: 0 0 1em 0;
}

.sideBoxContent {
	background-color: #ffffff;
	padding: 3px 6px;
	text-align: left;
	font-size: 12px;
}

.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, .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: #eee;
}
.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: #ffffff;
}

.clear { clear: both; height: 0px; font-size: 0px; line-height: 0px; }

#shoppingcartContent { font-size: 12px; text-align: left; }

#productAdditionalImages { width: 100%; margin-bottom: 15px; }

.additionalImages { float: left; padding-right: 0px; }

#productMainImage { margin: 0 15px 3px 0; }

#productPrices { margin: 0 0 15px 0; }
#productName { margin: 0 0 5px 0; font-size: 16px; letter-spacing: .8px; }

.categoryListBoxContents a:hover { text-decoration: none; }
.categoryListBoxContents img { margin-bottom: 5px; }

#categoriesContent a:hover { color: #9e936a; }

#categoryDescription { margin-bottom: 10px; }

#productListing { margin-top: -5px; }

.centerBoxContentsProducts { margin: 20px 0 0 0; }

.itemTitle { margin: 5px 0; }

.moreinfo a { display: block; padding: 1px 5px 2px 5px; width: 100px; text-align: center; background-color: #d2deff; border: 1px solid #a3a3a3; font-size: 11px; font-weight: bold; margin: -17px auto -5px auto; text-decoration: none; }
.moreinfo a:hover { background-color: #fff99a; text-decoration: none; color: #000; }

.listingDescription { margin: -20px 0 0 0; }

#weegetregmenu ul, #wee_registry_container ul { margin: 0; padding: 0 0 5px 0; list-style-type: none; display: inline; border-bottom: 1px solid #ccc; }
#weegetregmenu li, #wee_registry_container li { display: inline; margin: 0; padding: 0 12px; }

#contentMainWrapper { padding: 3px; }

.registry { width: 90%; margin:20px auto; }
.registry td { text-align: left; }
.registry fieldset, #registrydetails fieldset { margin: 20px; }
.registry label, #registrydetails label { padding: 5px; width: 140px; }

#slimboxWrapper .imgLink { float: left; font-size: 11px; background: url(/cart/images/magnify.gif) no-repeat center left; padding-left: 20px; margin-left: 10px; }
.imgLinkAdditional { float: left; font-size: 11px; background: url(/cart/images/magnify.gif) no-repeat center left; padding-left: 20px; margin-left: 10px; }

#categoryImgListing { float: left; width: 200px; }
#indexProductListCatDescription { float: right; width: 490px; margin-top: -14px; }

.wholesale { font-size: 13px !important; font-weight: bold; color: #feff9e !important; }
.wholesale:hover { color: #B7AE8D !important; }

.gallery { font-size: 13px !important; font-weight: bold; color: #97c3ff !important; }
.gallery:hover { color: #B7AE8D !important; }

.pottery { font-size: 13px !important; font-weight: bold; color: #ff3939 !important; }
.pottery:hover { color: #B7AE8D !important; }

.important a { display: block; margin: 5px 0 20px 0; padding: 1px 10px; color: #15224b; font-weight: bold; font-size: 12px; border: 1px solid #666; background-color: #feff9e; text-decoration: none; }
.important a:hover { background-color: #8f9cff; text-decoration: none; color: #000; }

#productAttributes { margin: 5px 0 15px 0; }
#productAttributes label { font-size: 12px; }
#productAttributes td { font-size: 12px; padding-right: 10px; text-align: left; vertical-align: top; }


/** NEW STYLES JUNE 2010 **/

.clear { clear: both; height: 0px; font-size: 0px; line-height: 0px; }

#homeWrapper { width: 980px; margin: 0 auto; padding: 22px 0 0 0; text-align: center; }
#homeWrapper p { text-align: justify; font-size: 16px; line-height: 1.5em; margin: 0; padding: 0 0 25px 0; }
#homeWrapper h1 { font-size: 32px; color: #112a85; font-weight: normal; font-style: normal; text-align: center; margin: 0; padding: 5px 0 10px 0; line-height: 1.2em; }
#homeWrapper h2 { font-size: 22px; color: #000; font-weight: normal; font-style: normal; text-align: center; margin: 0; padding: 10px 0 20px 0; line-height: 1.4em; }
#homeWrapper a:hover { color: #fff; text-decoration: none; }

#slideshow { width: 750px; height: 400px; border: 3px solid #000; margin: 14px auto 16px auto; padding: 0; }

#menu { float: left; width: 190px; padding-left: 10px; }
#menu h2 { font-size: 20px; color: #000; font-weight: normal; text-align: left; margin: 0; padding: 0 0 5px 0; line-height: 1.2em; }
#menu h2 a { font-size: 20px; color: #000; text-decoration: none; font-weight: normal; }
#menu h2 a:hover { color: #112a85; text-decoration: none; }
#menu h3 { font-size: 18px; color: #000; font-weight: normal; text-align: left; margin: 0; padding: 5px 0 10px 0; }
#menu h3 a { font-size: 18px; color: #000; text-decoration: none; font-weight: normal; }
#menu h3 a:hover { color: #112a85; text-decoration: none; }
#menu ul { margin: 0; padding: 0 0 25px 20px; list-style-type: disc; text-align: left; }
#menu li { font-size: 16px; color: #000; font-weight: normal; margin: 0; padding: 1px 0; line-height: 1.4em; }
#menu li a { font-size: 16px; color: #000; text-decoration: none; font-weight: normal; }
#menu li a:hover { color: #112a85; text-decoration: none; }

#homeWrapper #menu h3 a:hover, #homeWrapper #menu h2 a:hover, #homeWrapper #menu li a:hover { color: #fff; }

#homeContent { float: right; width: 730px; text-align: right; }
#homeContent img { float: right; margin-left: 45px; margin-bottom: 40px; border: 1px solid #000; }

#productListHeading, #productName { font-weight: bold; color: #000; font-style: normal; font-size: 18px; }
#productName { font-size: 14px; }
