/**
 * 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 $
 */

#contentMainWrapper{
	margin: 0;
	padding: 0;
	vertical-align: top;
}


/*	Begin Head Tags */
h1, h2, h3 {
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
}

h1, h1:hover, h1 a:hover, h1 a{
	font-family: Arial, Helvetica, Tahoma, Verdana;	
	font-size: 17px;
	text-align: left;
	margin: 0 0 7px 0;
	color: #444;
	text-decoration: none;		
}

h4#createAcctDefaultLoginLink{
	margin: -10px 0 10px 0;
}

div.centerColumn h1{
	margin-bottom: 15px;
}

h1#checkoutShippingHeading,
h1#cartDefaultHeading,
h1#checkoutPaymentHeading,
h1#accountDefaultHeading,
h1#acctNewslettersDefaultHeading,
h1#accountNotificationsHeading,
h1#accountDefaultEditHeading,
h1#accountPasswordHeading{
	margin-bottom: 5px;
}


CODE {
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 1em;
}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 12px;
	margin: 0.1em;
}

select, TEXTAREA{
	border: solid 1px #ccc;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	font-size: 12px;
}

FIELDSET {
	padding: 7px;
	margin: 5px 0 0 0;
	border: 1px solid #cccccc;	
}

FIELDSET.outter{
	margin: 0 0 0 0;
}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #444;
}

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 {
	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;
	margin-right: 20px;
}


.clearBoth {
	clear: both;
}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
}

a.lined, a.lined:hover{
	text-decoration: underline;
}

p{
	padding: 0;
}
/* my account */

ul#myAccountGen li,
ul#myAccountNotify li{
	margin-left:20px;
}

span.highlight{
	color: #3159BE;
	font-weight: bold;
}

/* category page - product listings */

img.steve_sig{
	padding: 3px 45px 0 0;	
}
div.wp-caption img{
	padding-bottom: 6px;
}
table#t_category{
	width:88%;
	margin: 5px 0 15px 0;
}

table#t_category td.desc{
	padding-left: 15px;
	font-size: 13px;
	line-height: 16px;
	margin-top:0;
}

table#t_category td.desc img.cat_image{
	margin: 15px 15px 0 0;
	float: left;	
}

table#t_category td.desc img{
	margin: 15px 35px 0 0;
	float: right;
}

table#t_category h1{
	text-align: center;
	font-size: 17px;
	margin: 0 0 15px 0;
	color: #444;	
	font-family: Arial;
}

div#category_products,
div#cateogry_subcategories{
	width:89%;
	margin: 5px 0 15px 20px;
}

div#cateogry_subcategories {
	margin-top: 30px;
}
div#category_products .product,
div#cateogry_subcategories .subcategory{
	float: left;
	text-align: left;
	width: 170px;
	padding: 0 10px 0 0;
	vertical-align: top;
}

div#cateogry_subcategories .subcategory{
	margin-bottom: 16px;
}
div#category_products strong, div#category_products a{
	font-size: 12px;
	text-align:left;
	margin: 0 0 16px 0;
	font-family: Arial;
}

div#category_products h3.itemTitle, div#category_products h3.itemTitle a,
div#cateogry_subcategories strong, div#cateogry_subcategories a{
	font-size: 13px;
	text-align:left;
	margin: 0 0 1px 0;
	font-family: Arial;
	font-weight: bold;
}


div#category_products .product img
div#cateogry_subcategories .subcategory img{
	padding: 0;
	margin: 0 0 3px 0;	
}


div#category_products h3.itemTitle{
	margin: 0 0 15px 0;	
}

div.category_noimage{
	/*width: 575px;*/
}

/*product info */
 div.zoom{
 	border: solid 1px #0743a6; 
	text-align: center;
    margin-top: 8px;
	width: 36px;
	height:  15px;	 
	font-size: 9px;
	float: left;
	margin-right: 10px;
	color: #0743a6;
 }

div#productAdditionalImages,
div.additionalImages {
	float: left;
	padding: 0;
	margin: 0;
}

div.additionalImages img{
	padding-right: 10px;
	margin: 8px 0 0 0;
}

div.additionalImages a:hover{
	cursor: pointer;
}

#productGeneral{
	padding: 0;
	line-height: 0px;
}

table#t_product_detail{
	margin: 0px 0 15px 20px;	
	width: 725px;
}

table#t_product_detail .spacer{
 	height: 15px; 
}

table#t_product_detail .spacer_sm{
 	height: 10px; 
}

table#t_product_detail  td#col_description {
	width: 540px;
}

div#productDescription a,
div.link_website a{
	text-decoration: underline;
}

#accountEditDefault, #accountDefault, #addressBookDefault, #accountPassword, #acctNewslettersDefault, #accountNotifications, #addressBookProcessDefault, #un, #createAcctDefault, 
#shoppingCartDefault,#checkoutShipAddressDefault, #checkoutPayAddressDefault, #checkoutShipping, #checkoutPayment, #checkoutConfirmDefault, #loginDefault, #accountHistInfo, #checkoutSuccess, #logoffDefault, #timeoutDefault {
	width: 555px;
}

 h1#headline{
 	font-size: 17px;
	font-family: Arial;
	line-height: 20px;
	text-align: center;
	margin-bottom: 3px; 
 }
 
 h2#subhead{
 	font-size: 14px;
	font-family: Arial;
	line-height: 16px;
	text-align: center;
	font-weight: normal; 
	margin-bottom: 5px; 
 }
 
table#t_product_detail td{
	text-align: left;
	vertical-align:  top;
	font-size: 13px;
	line-height: 16px;
}
table#t_product_detail td.prod_attr{
	text-align: right;
}

div.prod_attr_box{
	border: solid 1px #ccc;
	padding: 12px 14px;
	margin-right: 15px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	float: right;
}

 div.prod_attr_box .spacer{
 	height: 10px; 
 }
 
div.prod_attr_box a,  div.prod_attr_box  a:hover{
	text-decoration: none;  
}
 div.shop_links a, div.shop_links a:hover{
 	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none; 
 }
 
div.btn_add_to_cart{
 	margin: 0 0 8px 0; 
 }
 
input#btn_add{
	margin: 9px 0 0 0;
	padding: 0; 
}

select.attr_option{
	width: 92px;
	font-size: 12px;
	color: #444;
}

select.attr_option option{
	font-size: 12px;
	color: #444;
}

input.qty{
	width: 65px;
}

/*Attributes*/
.swatches{
	margin-bottom: 6px;
	float: left;
	width: 100%;
}

.attribImg {
	width: 16px;
	height: 16px;
	margin: 2px 3px 3px 0;
	float: left;
}

.attribImg  img{
	float: left;
}
.attributesComments {}


 /* you may also like */
div#alsoPurchased{
  margin-top: 20px;
  float: left;
  font-size: 12px;  
  
}

div#alsoPurchased strong, div#alsoPurchased a{
	font-size: 12px;
	text-align:left;
	margin: 0 0 16px 0;
	font-family: Arial;
	font-weight: bold;
}

div#alsoPurchased img,
div#alsoPurchased .cross_sell img{
 margin: 0 15px 2px 0;
 width: 165px;
 height: 165px;
 float: left;
}

div#alsoPurchased .cross_sell{
	width:165px;
	margin-right: 15px;
}
div#alsoPurchased .cross_sell a{
	font-weight: normal;
}


/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	line-height: 15px;
}

.messageStackWarning, .messageStackError {
	color: #a41332;
}

.messageStackSuccess {
	color: #3449a7;
}

.messageStackCaution {
	color: #f08302;
}

/* checkout */
.markProductOutOfStock{
	color: #a41332;
}

h2#checkoutShippingHeadingMethod,
#checkoutConfirmDefaultShipment,
#checkoutConfirmDefaultPayment{
	margin-top: 10px;
}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 100%;
	vertical-align: top;
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}


#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%;
}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
}

/*navigation*/

.navSplitPagesResult { margin-top: 5px;}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #fff;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #444;
	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: #ffffff;
	white-space: nowrap;
}

#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, .buttonRow {
	margin: 0.5em;
}

#navMainSearch {
	float: right;
}

#navBreadCrumb {
	padding: 0 0 15px 0;
	background-color: #ffffff;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	margin: 0em;
}


#navEZPagesTop {
	background-color: #fff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
}

/*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;
}

.alert {
	color: #3449a7;
	margin-left: 0.5em;
}
.advisory {}
.important {
	font-weight: bold;
}
.advisory{
	margin-bottom: 15px;
}
.notice {}
.rating{}
.gvBal {
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}

/*Shopping Cart Display*/

table#t_shoppingcart{
	width: 100%;
}
table#t_shoppingcart th{
	padding: 5px 5px 3px 0;
}
table#t_shoppingcart td{
	padding: 5px 5px 3px 0;
	text-align: left;
	vertical-align: top;
}

#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 15px;
}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay{
	padding: 0.5em 0em;
	vertical-align: top;
}
table#t_shoppingcart td.cartQuantity,
table#t_shoppingcart th#scQuantityHeading{
	padding-left: 10px;
	width: 4.7em;
}


table#t_shoppingcart th#scProductsHeading{
	padding-left: 10px;
}
table#t_shoppingcart td.cartProductImage,
table#t_shoppingcart th#scProductImage{
	padding: 0;
	width: 42px;
}


table#t_shoppingcart td.cartUnitDisplay, table#t_shoppingcart td.cartTotalDisplay,
table#t_shoppingcart th#scUnitHeading, table#t_shoppingcart th#scTotalHeading {
	text-align: right;
	padding-right: 15px;
	width: 80px;
}

table#t_shoppingcart td ul, table#cartContentsDisplay td ul{
	font-size: 11px;
	padding: 0;
	margin: 3px 0;
	float: left;
}

table#t_shoppingcart td li, table#cartContentsDisplay td li{
	font-size: 11px;
}

table#cartContentsDisplay td li{
	margin-left: 20px;
}
table#cartContentsDisplay td, table#cartContentsDisplay th{
	padding: 5px 5px;
}
#scUpdateQuantity {
	width: 2em;
}

span#cartProdTitle{
	font-weight: bold;
}

.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*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
}

.centerBoxWrapper {
	height: 1%;
	margin: 1.1em 0;
	text-align:left;
}

h2.centerBoxHeading {
	font-size: 14px;
	font-weight: bold;
	color: #444;
	text-align:left;
	padding-left: 0;
	margin: 0 0 5px 0;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #fff;
	padding: 0.5em 0.2em;
}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;
	margin-top: 1.5em;
}

.sideBoxContent {
	background-color: #ffffff;
	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, #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: left;
}

#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 {
	color: #008000;
	text-decoration: none;
}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
}
SPAN.category-subs-parent {
	font-weight: bold;
}
SPAN.category-subs-selected {
	font-weight: bold;
}
/* end categories box links */

/*misc*/
.back {
	float: left;
}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
}

.bold {
	font-weight: bold;
}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
}

.rowEven {
	background-color: #F0F0F0;
	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: #fff;
	height: 2em;
	color: #444;
}

#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;
}

#popupImage{
	text-align: left;
}
.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;
}

