/**
 * 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 $
 */

body {
	margin: 10px 0;
	font-family: verdana, arial;
	font-size: 62.5%;
	color: #000000;
	background: #000000 url(../images/bg.jpg) repeat;}


a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #800080;
	text-decoration: none;
	}

a:visited {
	color: #800080;
	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 {
    color: #800080;

	}

a:active {
	color: #800080;
	}

a.toplink:link, a.toplink:visited, a.toplink:hover {
  color: #626262;
  font-family: century gothic, arial;
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  padding: 0;

}

a.toplink:hover {
  text-decoration: underline;
}




h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  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: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #FDEDEF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

#topnav {
    float: right;
    width: 200px;
    text-align: right;
    line-height: 22px;

}
#logcheckout {
    float: right;
    width: 200px;
    text-align: right;
    line-height: 22px;

}
#shopcarttop {
    float: right;
    width: 200px;
    text-align: right;
    line-height: 22px;

}

.checkout {
   	font-weight: bold;
    /*background: #F0E8F8 url(../images/topbg1.gif) no-repeat center; */
}
.navMainSearch {
    margin: 0px 0px 0px 0px;
    text-align: center;
	}
input.searchheader {
	width: 105px; /* width of text-display area */
	font-size: 11px;
    border: 1px solid #626262;
    background: #efefef;
    font-family: arial;
    text-align: middle;
	}
input.searchbutton {
  display: inline;
  vertical-align: top;
  padding: 0px 0px 0px 5px;
}


.currency {
  color: #626262;
  font-family: century gothic, arial;
  font-weight: bold;
  font-size: 11px;

}

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;
	}

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 {
    line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #ff0101;
   	background-color: #fcd8d8;
	color: #000000;
    font-weight: bold;
    vertical-align: middle;

}
.messageStackError {
    line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #ff0101;
	background-color: #fcd8d8;
	color: #000000;
    font-weight: bold;
    vertical-align: middle;
}

.messageStackSuccess {
	background-color: #dbf9fc;
	color: #000000;
  	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #0903ff;
    font-weight: bold;
	}

.messageStackCaution {
	background-color: #fdfebb;
	color: #000000;
    line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #dcfc02;
    font-weight: bold;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 900px;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{
    background: #ffffff url(../images/header.jpg) no-repeat;
	height:100px;
	}
#logo {
  padding: 5px 10px 0px 0px;
}


#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {

	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	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: 0em;
    display: inline;
    white-space: nowrap;
	}

/*navigation*/

.navSplitPagesResult {
font-family: Verdana;
font-size: 11px;
color: purple;
}
.navSplitPagesLinks {
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: purple;
}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0px;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-image: url(../images/tile_back.jpg);
	padding: 0 0.2em;
	font-weight: bold;
	color: #000000;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000000;
	white-space: nowrap;
	}

#navMain ul li a:hover, #navSupp ul li a:hover {
    text-decoration: none;
}


#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;
	}

#navCategoryIcon, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.6em 0.6em;
	background-color: #fde4e5;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.jpg);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background: url(../images/side_bg.jpg) repeat-y;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
    width: 261px;
    background-color: #fde8c7;
    border: 1px solid #DF63A9;
    float: right;
    text-align: right;
	margin: 0px;
 	padding: 5px 4px 3px 0px;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #FFECD9;
	 }

#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: center;
	padding-right: 0em;
	}

#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;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.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*/
#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;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
    text-transform: uppercase;
    line-height: 14px;
	color: #000000;
    background: url(../images/menuheader_bg.jpg) repeat-x;
    border-bottom: 1px solid #e57b7e;
/*    border-top: 1px solid #e57b7e; */
    margin: 0px 0px 0px 0px;	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	}

.sideBoxContent {
	padding: 0.4em;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#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 */

#categories ul{
	padding:0;
	margin:0;
	list-style:none;
	}
.category-top li{
	padding:0;
	margin:0;
	vertical-align:middle;

	}
li.category-top a{
	padding: 8px 0px 0px 10px;
	margin:0;
	color:#333333;
  	display:block;
	height:22px;
    border-bottom: 1px solid #e57b7e;
	}
li.category-products a{
	padding: 8px 0 0 45px;
	margin:0;
	color:#333333;
  	display:block;
	height:22px;
    border-bottom: 1px solid #e57b7e;
	}
li.category-top a:hover {
	color:#333333;
    font-weight: bold;
    text-decoration: none;
	}
li.category-products a:hover{
	color:#333333;
    text-decoration: none;
	}

.category-selected {
    height: 22px;
   	padding: 8px 0 0 45px;
    border-bottom: 1px solid #e57b7e;
}

.category-subs-parent {
   	padding: 0;
	margin:0;
	color:#333333;
  	display:block;
    font-style: italic;
    font-weight: bold;
}

.category-subs-selected {
  font-style: italic;
  font-weight: bold;
}



#categoriesContent{
	padding:0;
	margin:0;
	}

/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #FDE0C3;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #FFECD9;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	}

ul#myAccountGen li a:hover, ul#myAccountNotify li a:hover {
  text-decoration: underline;
}



.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #FDE0C3;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.jpg);
	height: 2em;
	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;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
select#attrib-1,select#attrib-2 {
  background-color: white;
  border: 1px solid #CACACA;
  margin-top: 7px;
    }

select#attrib-1:focus,select#attrib-2:focus {
  background: #FDEDEF;
    }

#productAttributes {
  background-color: #fde8c7;
  border: 1px solid #f1bedb;
  width: 265px;
  padding: 0;
  margin: 10px 0;
  float: right;
}


#attribsOptionsText {
  font-size: 1.2em;
  margin: 0px 0px 0px 2px;
}
h4.optionName {
  font-size: 1.1em;
  line-height: 1.5em;
  padding: 5px 5px 5px 120px;
}
.productGeneral {
  text-align: justify;
}

p.review {
  margin: 10px 0 0 0;
}

.buttonRow {
  margin: 0.5em;
}

#productAdditionalImages {
  float: left;
  margin: 0;
  padding: 0;
}
#productTellFriendLink {
  padding: 5px 0px 0px 5px;
  width: 90px;
  float: right;
  display: block;

}

#productReviewLink {
  padding: 5px 0px 0px 5px;
  margin: 0 0 5px 0;
  width: 90px;
  float: left;


}

.navNextPrevWrapper {
  	margin: 0px 0px 10px 0px;
}

#productDetailsList {
  padding: 0px 0px 0px p0x;
  margin: 10px 0 0 0;
  font-size: 1.1em ;
  font-weight: bold;
}

#productName {
  color: #a10f74;
}

#siteinfoLegal {
  font-size: 0.9em;
  text-align: center;
  background-color: transparent;

}

a.footerlinks:link {
  font-weight: bold;
  font-family: verdana, arial;
}
a.footerlinks:hover {
  font-weight: bold;
  text-decoration: underline;
}
a.footerlinks:visited {
  font-weight: bold;
}



#productMainImage {
	margin: 0em 1em 1em 0em ;
    padding: 0 0 10px 0;
   	text-align: center;
/*    border: 2px solid black; */
    width: 300px;

}
.additionalImages {
	vertical-align: top;
}

#productInfo {
  /* border: 2px solid black; */
  width: 265px;
  float: right;
}

#productDescription {

}

.attrib {
float: right;
padding: 0 10px 0 0;
  }


#productInfoButtons {
  width: 265px;
  background-color: #fde8c7;
  border: 1px solid #f1bedb;
  float: right;
  margin: 10px 0 0 0;
  padding: 2px 0;
}

#navlisting {
  background-color: pink;
  height: 10px;
  padding: 5px;

}

.centerBoxContentsProducts {

}

.listingDescription {
  text-align: justify;
  padding: 0 15px;
  height: 60px;

}

/* bof press release */
#newslogo {
  padding: 0 150px;
  height: 210px;
  text-align: center;
}

#newslogo1 {
  float: left;
  width: 200px;
  text-align:center;
  padding: 0 20px 0 0;

}
#newslogo2 {
  float: right;
  width: 200px;
  text-align:center;
}

#pressname {
  background-color: #fde8c7;
  width: 723px;
  font-family: arial;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
}



/* eof press release */