/**
 * 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 $
 */
 
html {
	
}

body {
	font-family: "lucida sans unicode", verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 160%;
	color: #333333;
	background-repeat: repeat-y;
	background: url(../images/bg.gif) repeat-y top center;
	text-align:left;
	background-color:#999999;
	/*margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding-right: 1em;
	padding-top: 0em;*/
	
	/*padding-left: 1em;
	background-color: #FFFFFF;*/
}
.hr_line { background: url(../images/hr.gif) repeat-x top left;}
img {
	border: 1px solid #98D5E7;	
}
a {
	color: #333333;
	text-decoration: none;
	font-size: 1em;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: none;
}
.greeting {
	font-size: 1em;
	word-spacing: 0.05em;
}
strong {
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.greeting a {
	font-size: 1.1em;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-right: 1px;
	padding-left: 1px;
}
h1, h3, h4, h5, h6 {
	font-family: "lucida sans unicode", verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0.5em;
}
h1 {
	color: #666666;
	letter-spacing: 0.2em;
	font-family: "lucida sans unicode", verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 1px;
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	padding-left: 0px;
	line-height: 1.2em;
	padding-top: 1px;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #666666;
	font-family: "lucida sans unicode", verdana, arial, helvetica, sans-serif;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	color: #666666;
}
h4 {
	color: #666666;
	letter-spacing: 0.2em;
	font-family: "lucida sans unicode", verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 1px;
	position: relative;
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	padding-left: 0.5em;
	line-height: 1.2em;
	padding-top: 1px;
	background-repeat: repeat-y;
	background-position: right top;
}
.attribsSelect {
	padding: 0px;
	position: relative;
	clear: right;
}
code {
	/*	font-family: "lucida sans unicode", verdana, arial, helvetica, sans-serif;
*/
}
form, select {
	display: inline;
	margin: 0.1em;
}

textarea {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	background-image: url(../images/hbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
fieldset {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
}
legend {
	font-weight: normal;
	padding: 0.3em;
}
label, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	font-weight: normal;
}
label.checkboxLabel, label.radioButtonLabel {
	margin: 0.5em 0.3em;
}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg  {
	float: left;
	position: relative;
}
input {
	width: auto !important; /*hack for Zen Cart resizing buttons, grr */
	border: 1px solid #999999;
	padding: 0.1em;
}
#logo img {
	border: 0px;
	margin-top: 0em;
}
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: normal;
}
address {
	padding: 0.5em;
	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: #EDEDED;
	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: left;
	width: 780px;
	margin:0 auto;
	border: 0px solid #ccc;
	top: 0px;
	
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin-bottom: 2em;
}
#headerWrapper {
	height: 120px;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
	/*margin: 1px;*/
} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 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 {
	text-align: right;
	padding-top: 0em;
	padding-right: 1.2em;
	padding-left: 0em;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0em;
	list-style-type: none;
}

#navMainWrapper/*, #navSuppWrapper, #navCatTabsWrapper*/ {
	text-align: right;
	line-height: normal;
	z-index: -100;
	display: inline;
	float: right;
}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
}

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

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	padding-right: 1em;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	margin: 0;
	text-decoration: none;
}

#navCatTabs ul li a {
	text-decoration: none;
}
#navCatTabs ul li a:hover {
	color: #990000;
	text-decoration: none;
}

#navEZPagesTOCWrapper {
	font-weight: normal;
	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;
	text-decoration: none;
}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	/*margin: 0.5em;*/
}
#navBreadCrumb {
	background-color: #FFFFFF;
	border: 0px;
	padding: 3px;
	margin: 6px;
	float: right;
}

#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;
}
#pageTwoMainContent a {
	text-decoration: underline;
}
.content, .shippingEstimatorWrapper {
	/*padding: 1em;*/
}
#productDescription {
	float: left;
	padding-left: 1em;
}
.alert {
	color: #c00;
}
.advisory {}

.important {
	font-weight: normal;
}
.notice {}
.rating{}
.gvBal {
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	/*padding: 0.8em;*/
}
.centerColumn {
	padding: 2px;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
}

/*Shopping Cart Display*/
#cartAdd {
	text-align: right;
}

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

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

#cartSubTotal {
	border-top: 1px solid #ccc;
	font-weight: normal;
	text-align: right;
	line-height: 2.2em;
	padding-right: 32px;
}

.tableRow, .tableHeading, #cartSubTotal {
	/*height: 2.2em;*/
}
 .cartQuantityUpdate {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
}

.cartUnitDisplay {
	text-align: left;
	padding-right: 0.2em;
}
.cartTotalDisplay { text-align:right; padding-right: 12px;}
#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: normal;
}

.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;
	padding: 0em;
} 
#productName {
}
#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	text-align: left;
	list-style-position: inside;
	list-style-type: none;
	color: #2A2A2A;
} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: normal;
}

.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-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-left: 1em;
	float: left;
}
#allProductsDefaultHeading {
	margin-top: -3px;
	padding-right: 80px;
	/*letter-spacing: 1.5em;*/
	font-weight:bold;
	text-align: left;
}
#categoryIcon {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #666666;
	margin-top: 0px;
	padding-right: 80px;
	letter-spacing: 1.5em;
	font-weight:bold;
	text-align: left;
}

#cartImage {
	/*margin: 0.5em 1em;*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}
.attributesComments {}
#productAttributes {
	margin-left: 300px;
}
#productPrices {
	clear: both;
margin-left: 0.4em;}
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	float: left;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}

.centerBoxWrapper {
	border: 0px solid #9a9a9a;
	height: 1%;
	margin-top: 0.8em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
}

/*sideboxes*/
.columnLeft {}
#shoppingcartHeading a{
	font-size: 0.9em;
}
h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	font-weight: normal;
	color:#666666;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 1.2em;
	margin-top: 0px;
	background-color: #f5f5f5;
	border-top: 1px none #CC9999;
	border-right: 1px none #CC9999;
	border-bottom: 1px solid #CC9999;
	border-left: 1px none #CC9999;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	/*background-color: #f5f5f5;*/
	border-bottom: 1px solid #D6D6D6;
	padding-top: 1px;
	padding-right: 1em;
	padding-bottom: 1px;
	/*padding-left: 0.5em;*/
	background-color: #F9F9F9;
}
.leftBoxContainer, .rightBoxContainer {
	border: 0px solid #ccc;
	background-color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0em;
	/*padding-right: 1em;*/
	padding-bottom: 1em;
	padding-left: 0.1em;
}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
}
.category-top {
	text-decoration: none;
}

.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: left;
	text-decoration: none;
}
#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-size: 1.2em;
	font-weight: normal;
}
span.category-subs-selected {
	color: #c30;
	letter-spacing: 0.2em;
}
/* end categories box links */

/*misc*/
.back {
}

.forward {
	position: relative;
}

.normal {
	font-weight: normal;
}

.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: #fff;
}
.productListing-data {
	font-weight: normal;
	padding-top: 2em;
	padding-right: 4em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	}
.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;
	width: 99%;
	text-align: center;
}
#siteinfoLegal{
	text-align: center;
	font-size: 0.8em;
	margin-top: 30px;
}
#siteinfoLegal a{
	text-decoration: none;
}
.productListing-heading {
	font-weight: bold;
	font-size: 1em;
	padding-left: 8px;
	padding-top: 20px;
	color: cc9999;
}
.cssButton {
	font-family: "lucida sans unicode", verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CC9999;
	text-align: center;
	float: right;
	margin-top: 2.5em;
	margin-right: 1em;
	margin-left: 1em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	width: auto!important;
	height: 2em;
	letter-spacing: 0.2em;
	vertical-align: middle;
}
.cssButtonHover {
	font-family: "lucida sans unicode", verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #FFFFFF;
	background-color: #CCFFCC;
	border: 1px solid #CC9999;
	float: right;
	text-align: center;
	margin-top: 2.5em;
	margin-right: 1em;
	margin-left: 1em;
	background-color: #999999;
	padding-right: 0.5em;
	padding-left: 0.5em;
	width: auto!important;
	height: 2em;
}
.button_search {
	float: none;
	margin: 0.5em;
	background-image: none;
}
.button_searchhover {
	float: none;
	margin: 0.5emf;
}
#indexDefaultHeading {
	margin-top: -3px;
}
h1#productListHeading {
	margin-top: -3px;
	padding-right: 80px;
	letter-spacing: 0.8em;
	font-weight:bold;
}
#listCell0-2 { text-align:right; padding-right:51px;}
.button_sold_out_sm{  margin-right: 4px;}
#listCell0-1 { padding-left: 0px;}
.button_tell_a_friend { float:left; margin-top: 10px; margin-left:0px;}
.itemTitle {padding-left: 0px;}
#cartProdTitle { vertical-align:top; padding-left: 4px;}
#scTotalHeading { text-align:right; padding-right:25px;}
.productGeneral {margin-top: 25px;}