/**

 * 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 5349 2006-12-22 20:34:40Z birdbrain $

 */



body {

	margin: 0;

	font-family: verdana, arial, helvetica, sans-serif;

	font-size: 62.5%;

	color: #000000;

	background: white url(../images/bg_body.jpg) repeat-x;

	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;

	width: 100%;

	}

#nobgbody {

	position: absolute;

	background: white;

	width: 100%;

	min-height: 275px;

	left: 0;

	top:0;

}

.nobgbody {

	position: absolute;

	background: white;

	width: 100%;

	min-height: 275px;

	left: 0;

	top:0;

}

*html #nobgbody {

	height: 275px;

}

/*style for min-width*/

* html .minwidth {

	padding-left:780px;

}

* html .mincontainer {

	margin-left:-780px;

	position:relative;

}

/*\*/

* html .minwidth, * html .mincontainer, * html .content, * html .layout  {

	height:1px;

}



a img {border: none; }



a:link, #navEZPagesTOC ul li a {

	color: #3300FF;

	text-decoration: none;

	}

 

a:visited {

	color: #3300FF;

	text-decoration: none;

	}



a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover {

	color: black;

	}



a:active {

	color: #0000FF;

	}



h1 {

	font: bold 14px verdana, helvetica, arial, sans-serif;

	color: black;

	}



h2 {

	font: bold 14px helvetica, arial, sans-serif;

	color: black;

	}



h3 {

	font-size: 1.3em;

	}



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 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 {

	float: left;

	margin: auto;

	display: block;

	width: 95%;

	}



/*input:focus, select:focus, textarea:focus {

	background: #E4FEF5;

	}*/



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;

	}



#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {

	float: left;

	}



LABEL.inputLabel {

	margin: 1px; 

	padding: 1px 2px;

	border: solid 1px gray;

	background: purple;

	font: bold 11px verdana, helvetica, sans-serif;

	color: white;

	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;

	}

.button1 {

	border: solid 1px gray;

	background: purple;

	color: white;

	font: bold 11px verdana, arial , sans-serif;

}

/*warnings, errors, messages*/

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {

	line-height: 1.8em;

	padding: 0.2em;

	border: 0px solid #9a9a9a;

	font-weight: bold;

	text-align: center;

	}



.messageStackWarning, .messageStackError {

	background-color: #ff0000;

	color: #ffffff;

	}



.messageStackSuccess {

	background-color: #99FF99;

	color: #000000;

	}



.messageStackCaution {

	background-color: #FFFFFF;

	color: #000000;

	}



/*wrappers - page or section containers*/

#mainWrapper {

	text-align: left;

	width: 90%;

	vertical-align: top;

	border: 1px solid 9a9a9a;

	}



#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {

	margin: 0em;

	padding: 0em;

	}



#logoWrapper{

	background: transparent url(../images/header_bg.jpg) no-repeat right top;

	height:173px;

	margin: auto;



	}



#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {

	margin: auto;

	} 

#navColumnOneWrapper, #navColumnTwoWrapper {

	margin-left: 0.5em;

	margin-right: 0.5em;

	}

	

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

	}

#checkoutShippingHeading {

	text-align: center;

	background-color: #CC9EC8;

}

#checkoutPaymentHeading {

	text-align: center;

	background-color: #CC9EC8;

}

#checkoutConfirmDefaultHeading {

	text-align: center;

	background-color: #CC9EC8;

}

#checkoutSuccessHeading {

	text-align: center;

	background-color: #CC9EC8;

	}

#checkoutSuccessOrderNumber {

	text-align: center;

	}

#checkoutSuccessThanks {

	color: #68009A;

	}

#attribsOptionsText {

	font-weight: bold;

}

.wrapperAttribsOptions {

	margin: 0.3em 0em;

	font-weight: normal;

	

	}



/*navigation*/



.navSplitPagesResult {

	margin: 1px; 

	padding: 1px 2px;

	border: solid 1px gray;

	background: purple;

	font: bold 11px verdana, helvetica, sans-serif;

	color: white;

}

.navSplitPagesLinks {}

.navNextPrevCounter {

	margin: 0em;

	font-size: 0.9em;

	}

.navNextPrevList {

	display: inline;

	margin: 0;

	padding: 5px 25px;

	}



#navMainWrapper, #navSuppWrapper/*, #navCatTabsWrapper*/ {

	margin: 0;

	/*padding: 0.5em 0.2em;*/

	padding: 0;

	font-weight: bold;

	color: #ffffff;

	}



#navCatTabs {

	color: black;

	font: bold 13px helvetica, sans-serif;

	padding: 1px;

	margin: 1px;

	padding-left: 165px;	

	background: #BC8AB6;

	

}

#navCatTabs a {

	color: black;

}



#navMain ul, #navSupp ul {

	margin: 0;

	/*padding: 0.5em 0em;*/

	padding: 0;

	list-style-type: none;

	text-align: center;



	}



#navMain ul li, #navSupp ul li {

	display: inline;

	text-align: left;

	}



#navMain ul li a, #navSupp ul li a {

	text-decoration: none;

	/*padding: 0em 0.5em;*/

	padding: 0;

	margin: 0;

	color: #ffffff;

	white-space: nowrap;

}



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

}



.buttonRow {	margin: 0;	}



#navMainSearch {

float: right;

margin-top: 150px;

margin-right: 10px

	}





#navBreadCrumb {

	padding: 3px;

	color: #660099;

	border-bottom: solid 3px purple;

	font: normal 12px Arial, Helvetica, sans-serif;

	text-align: left;

	background: #E6E6E6;

	}

#navBreadCrumb a {

	color: #660099;	

}



#navEZPagesTop {

	background-color: #abbbd3;

	background-image: url(../images/tile_back.gif);

	font-size: 0.95em;

	font-weight: bold;

	margin: 0em;

	padding: 0.5em;

	}



#navColumnOne, #navColumnTwo {

	color: #660099;

	background: #BC8AB6;

	}



/*----top menu navigation----------------------------------------------------------------*/



#topmenu {

	width: 100%;

	height: 21px;

	min-width: 780px;

	text-align: center;

	margin: 0;

	padding: 0;

	float: left;

	margin-top: -12px;

}



#topmenu ul {

	margin: 0;

	text-align: center;

}



#topmenu ul li {

	position: relative;

	text-align: center;

	padding: 0;

	font: bold 11px Arial, Helvetica, sans-serif;

	display: inline;

	margin: 0;

}



#topmenu ul li a { 

	color: white;

	text-decoration: none;	

	letter-spacing: 1px;

}



#topmenu ul li:hover {

	background:  #BB71B6;

	margin: 0;

	color: white;

}

/*------------------------------------end of top navigation bar----*/

/*----Added to move some of the link out of topmenu---------------------*/



#loginmenu {

	width: 50%;

	height: 21px;

	min-width: 500px;

	text-align: center;

	margin: 0;

	padding: 0;

	float: right;

	margin-top: -22px;

}



#loginmenu ul {

	margin: 0;

	text-align: center;

	color: #660099;

}



#loginmenu ul li {

	position: relative;

	text-align: center;

	padding: 0;

	font: bold 11px Arial, Helvetica, sans-serif;

	display: inline;

	margin: 0;

}



#loginmenu ul li a { 

	color: #660099;

	text-decoration: none;	

	letter-spacing: 1px;

}



#loginmenu ul li a:hover {

	background:  #BB71B6;

	margin: 0;

	color: blue;

}

/*------------------------------------end of top navigation bar----*/



/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {

	vertical-align: top;

	}



/*.content,*/ .shippingEstimatorWrapper {

	/*font-size: 1.2em;*/

	padding: 0.5em;

	}



.content {

	float: right;	

	}



#productListHeading {

	float: left;

}



.alert {

	color: #FF0000;

	margin-left: 0.5em;

	}

.advisory {}

.important {

	font-weight: bold;

	}

.notice {}

.rating{}

.gvBal {

	float: right;

	}

.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive {

	padding: 0.8em;

	}

#bannerSix {

	padding: 2px 0;

}

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

	font-size: 0.9em;

	}





/*table for displaying products*/

.tabTable {

	background: purple;

	font: normal 11px Verdana, Arial, Helvetica, sans-serif;

}



.tabTable td {

	background: white;

	vertical-align: top;

}



/* Login page heading*/

#loginDefaultHeading {

	text-align: center;

	background-color: #CC9EC8;

}

/*Shopping Cart Display*/

#cartAdd {

	text-align: left;

	float: right;

	border: solid 1px silver;

	margin: 0;

	padding: 5px;

	

	}

#attrModel {

	text-align: left;

	border: solid 1px silver;

	margin: 0;

	float: right;

	width: 20%;

	padding: 5px;

}

.tableHeading TH {

	background-color: #D5A4CF;

	border-bottom: 1px solid #9a9a9a;

}



.cartTableHeading TH {

	background-color: #D5A4CF;

	border-bottom: 1px solid #D5A4CF;

}



.tableHeading, #cartSubTotal {

	/*background-color: #e9e9e9;*/

	background-color: #E9CDE3;

 }



 #cartDefaultHeading {

	text-align: center;

	background-color: #CC9EC8;

 }

#cartSubTotal {

	/*border-top: 1px solid #cccccc;*/

	border-top: 1px solid #E3BFDB;

	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: 0.2em;

	}



#scUpdateQuantity {

	width: 4em;

	}



#scProductsHeading {

	text-align: left;

	}



.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 { color: #08A443; font-weight: bold; }



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

	}

#productMainImage img {

	margin: 2px;

	padding: 2px;

	border: solid 1px purple;

}



.categoryIcon {

	float: left;

	text-align: left;

	width: 100%;

	font: bold 14px Arial, Helvetica, sans-serif;

	color: #660099;

	background: url(../images/bg_subheading.jpg) no-repeat top left;

	padding: 1px;

}



.categoryIcon a {

	color: black;

}



#cartImage {

	margin: 0.5em 1em;

	}

#productDescription {

	margin-top: 15px;

	width: 60%;

	float: left;

}



#productDetailsList {

	margin: 0;

	padding: 0;

	padding-left: 15px;

	float: left;

	width: 45%;

}



.productDisplay {

	float: left;

	width: 60%;

}

.productListFilter {

	float: right;

}



/*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 #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: 1em;

	color: white;

	text-align: left;

	}

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

	font-size: 0.9em;

	color: #ffffff;

}



.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {

	margin: 0em;

	background-color: #abbbd3;

	background: purple;

	padding: 0.5em 0.2em;

	}



.leftBoxContainer, .rightBoxContainer {

	background: #E6E6E6 url(img/bg_emb.jpg) top right no-repeat;

	border: solid 1px #660099;

	width: 98%;

	margin: 12px auto;

	}



.sideBoxContent {

	background-color: #faf0e6;

	padding: 2px;

	font: bold 11px/15px verdana, helvetica, sans-serif;

	color: #3D3D3D;

	}

.sideBoxContent a {

	color: #3D3D3D;

}

.sideBoxContent img {

	padding: 0;

	margin: 1px;

	border: solid 1px purple;

}

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, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {

	text-align: center;

	vertical-align: top;

	}



.productListing-data a img {

	text-align: center;

	padding: 2px;

	margin: 1px;

	border: solid 1px silver;

}

h3 .itemtitle, h3 .itemtitle a, .productListing-data a, .imgLink {

	font: bold 11px verdana, helvetica, sans-serif;

	color: #660099;

	}

.listingDescription {

	text-align: center;

	padding: 2px;

	font: normal 11px verdana, helvetica, sans-serif;

}

.productListing-price {

	text-align: center;

}

.productListing-price a {

	font-weight: bold;

}

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

A.category-top, A.category-top:visited {

	text-decoration: none;

	}

A.category-links, A.category-links:visited {

	text-decoration: none;

	}

A.category-products {

		font-weight: normal;

	}

A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {

	text-decoration: none;

	}

SPAN.category-subs-parent {

	font-weight: bold;

	}

SPAN.category-subs-selected {

	font-weight: normal;

	}

/* end categories box links */





/*Main Boxes*/



.columnCenter {

	border: solid 1px purple;

}

/*misc*/





.forward, #shoppingCartDefault #PPECbutton {

	float: right;

	}



.bold {

	font-weight: bold;

	}



.rowOdd {

	/*background-color: #E8E8E8;*/

	background-color: #F4E4EF;

	height: 1.5em;

	vertical-align: top;

	}



.rowEven {

	/*background-color: #F0F0F0;*/

	background-color: #F8EEF5;

	height: 1.5em;

	vertical-align: top;

	}



.hiddenField {

	display: none;

}

.visibleField {

	display: inline;

}



CAPTION {

	/*display: none;*/

	}



#myAccountGen li, #myAccountNotify li {

	margin: 0;

	} 



.accountTotalDisplay, .accountTaxDisplay {

	width: 20%;

	text-align: right;

	/*vertical-align: top*/

	}



.accountQuantityDisplay {

	width: 10%;

	vertical-align: top

	}



TR.tableHeading {

	background-color: #cacaca;

	height: 2em;

	}



.productListing-rowheading {

	background-color: #abbbd3;

	background-image: url(../images/tile_back.gif);

	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;

	}



/*footer banner6 area*/

.legalCopyright {

	background: white url(../images/bg_footer.jpg) repeat-x top;

	padding-top: 5px;

	text-align: right;

	height: 50px;

	color: white;

	font-weight: normal;

}

/*Used in colour chart*/

table#colourchart {

	width: 95%;

	padding: 2px;

	margin:auto;

}

table#colourchartsmall {

	width: 70%;

	min-width: 540px;

	padding: 2px;

	margin:auto;

}

table#colourchartsmall .right { text-align: right; }

table#colourchartsmall .left { text-align: left; }



.evenrow {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #303558;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #CCCCCC;

	background-color: #F5F5F3;

}

.oddrow {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #303558;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #CCCCCC;

	background-color: #F9F9F0;

}

/* Category Description*/

.catDescContent{

	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;

}

.attribImg img { cursor: pointer; cursor: hand; }
