/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 3215 2006-03-20 06:05:55Z birdbrain $
 */

body {
	margin: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: .8em;
	color: #222;
	background-color: #f1f1f1;
	padding:0;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #BD080C;
	text-decoration: none;
}
 
a:visited {
	color: #BD080C;
	text-decoration: none;
}

a:hover, #navEZPagesTOC ul li a:hover, #navCatTabs ul li a:hover {
	color: #5A58A4;
}

a:active {
	color: #0000FF;
}

.float_fix {
	overflow:hidden;
}
* html .float_fix, * html .ie_fix {
	height: 1%;
	overflow:visible;
}
*:first-child+html .float_fix, *:first-child+html .ie_fix {
	height: 1%;
	overflow:visible;
}
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 1.1em;
}

.biggerText {
	font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
}

FORM, SELECT, INPUT {
	display: inline;
	padding:0;
	margin: 0;
}

TEXTAREA {
	margin: auto;
	display:block;
	width: 98%;
}

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

LABEL.inputLabel {
	width: 11em;
	float: left;
}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
}

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, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
}

/*wrappers - page or section containers*/
#mainWrapper {
	width: 950px;
	margin: 0 auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
}

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

#logoWrapper {
	padding:2px 10px;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}

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

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
}

#navMainWrapper {
	background: url(../images/headertab_bg.gif) left top repeat-x;
	padding: 0 20px;
}
#navMain ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navMain ul li {
	float: left;
}
#navMain ul li a {
	float: left;
	display: block;
	font-size: 12px;
}
#navMain ul li a span {
	font-size: 12px;
	height: 32px;
	padding: 0 16px;
	text-align: center;
	display: block;
	color: #fff;
	line-height: 32px;
	padding-top:2px;
	float: left;
}
.currentpage, #navMain ul li a:hover, #navMain ul li a:active {
	background: url(../images/tab_r.gif) right top no-repeat;
}
.currentpage span, #navMain ul li a:hover span, #navMain ul li a:active span {
	background: url(../images/tab_l.gif) left top no-repeat;
	cursor: pointer;
}
.redbutton {
	background: url(../images/button.gif) center top no-repeat;
	height:24px;
	color:#fff;
	border:0;
	width: 60px;
	padding-bottom: 4px;
	font-family: arial, verdana;
}
* html .redbutton { padding-bottom: 0;}
#navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}

#navCatTabs ul li {
	display: inline;
}

#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #3300ff;
	white-space: nowrap;
}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
}

#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, #indexProductListCatDescription {
	margin: 0.5em;
}

#navMainSearch {
	float: right;
	background:#FAAF18 url(../images/serchbox_r.gif) right bottom no-repeat;
	margin-right:10px;
}
#navMainSearch_in {
	background:url(../images/serchbox_l.gif) left bottom no-repeat;
	padding: 7px 20px;
	margin:0;
}

#navBreadCrumb {
	margin:16px 0 7px 0;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 4px solid #ccc;
}

#headerWrapper {
	background:#fff;
	border-top:4px solid #FAAF18;
	border-bottom:6px solid #BE2025;
}

#navColumnOne, #navColumnTwo {
	background-color: #fff;
	padding:0 10px;
}


/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}


/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	font-size: 1em;
	padding: 0.5em;
	color: #444;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
}

.important {
	font-weight: bold;
}

.gvBal {
	float: right;
}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
}

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

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

.cartRemoveItemDisplay {
	width: 3.5em;
}

#cartAttribsList { /* for Zen Cart version 1.3.0 - 1.3.0.2 */
	margin-left: 1em;
}
	
.cartAttribsList { //* for Zen Cart versions 1.3.5+ */
	margin-left: 1em;
}

#mediaManager {
width: 50%; 
margin: 0.2em;
padding: 0.5em;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #BD080C;
}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
} 

.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 ;	
}
#productMainImage img, #reviewsInfoDefaultProductImage img, #productReviewsDefaultProductImage img, #reviewWriteMainImage img {
	border:1px solid #999;
}
#cartImage {
	margin: 0.5em 1em;
}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
}

/*sideboxes*/
h3.leftBoxHeading, h3.rightBoxHeading {
	font-size: 1.1em;
	color: #333;
	border-bottom: 5px solid #FAAF18;
	margin: 0;
	padding: 0;
}
h3.rightBoxHeading {
	border-bottom: 5px solid #5A58A4
}
.leftBoxHeading label, .rightBoxHeading label {
	margin: 0;
	padding:0;
	font-size: 1em;
	line-height:1.3em;
}
.centerBoxWrapper {
	margin: 0;
	padding:0
}
.leftBoxHeading a:link, .rightBoxHeading a:link, .leftBoxHeading a:visited, .rightBoxHeading a:visited {
	color: #333;
}
.leftBoxHeading a:hover, .rightBoxHeading a:hover {
	color: #BE2025;
}

.centerBoxHeading {
	font-size: 1.3em;
	border-bottom: 5px solid #CDCCCC;
	margin: 0;
	padding: 0;
	color: #AA0E00;
}

.leftBoxContainer {
	margin-top: 1.5em;
	background:#eee url(../images/box_border.gif) left top repeat-x;
}
.rightBoxContainer {
	margin-top: 1.5em;
	background:#fff url(../images/box_border.gif) left top repeat-x;
}
.box_body {
	border-left: 2px solid #E2E2E2;
	border-right: 2px solid #E2E2E2;
	padding:0 8px;
}
#bestsellers {
	background:#fff url(../images/box_border.gif) left top repeat-x;
}

.box_b {
	background: url(../images/box_border.gif) left bottom repeat-x;
}
.box_tl {
	background: url(../images/box_tl.gif) left top no-repeat;
}
.box_tr {
	background: url(../images/box_tr.gif) right top no-repeat;
	height: 7px;
}
.box_bl {
	background: url(../images/box_bl.gif) left bottom no-repeat;
}
.box_br {
	background: url(../images/box_br.gif) right bottom no-repeat;
	height: 8px;
}
.box_body .sideBoxContent {
	padding: 6px 0 2px 0;
}
.sideBoxContent {
	padding: 0.8em;
}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsAlsoPurch, .gvBal, .attribImg {
	text-align: center;
}

.productListing-data, .navSplitPagesResult {
	padding: 10px 0;
}

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

#bestsellers .wrapper {
	margin: 0em 0em 0em 23px;
}

#bestsellers ol {
	padding: 0;
	margin: 0;
}

.orderHistList {
  margin: 1em;
  padding: 0.2em 0em;
}

#bannerboxHeading {
	
}

#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}

/*misc*/
.back {
	float: left;
}

.forward {
	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;
}

#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 {
	background-color: #ffffff;
}

/* footer */
#navSuppWrapper {
	background-color: #C01B00;
	color: #ffffff;
	padding: 6px 10px;
	border-bottom: 6px solid #FAAF18;
}
#navSuppWrapper a:link, #navSuppWrapper a:visited {
	color: #fff;
}
#navSuppWrapper a:hover {
	color: #FAAF18;
}
#navSupp ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navSupp ul li {
	display: inline;
}
#footer {
	padding: 10px;
	color: #333;
}
#footer a:link, #footer a:visited {
	color: #333;
}
#footer a:hover, .copyright a:hover {
	color: #C01B00 !important;
}
.copyright, .copyright a:link, .copyright a:visited {
	color: #666666 !important;
	font-size: 11px;
}
.border_dotted {
	background: url(../images/border_dotted.gif) left bottom repeat-x;
	padding: 4px 0;
}
#catBoxDivider {
	margin:0 0 10px 0;padding:0;
}
.box_body .bullet {
	background: url(../images/bullet.gif) 0 8px no-repeat;
	padding: 4px 0 4px 13px ;
	border-bottom: 1px dotted #BEBEBE;
}
.price {
	color: #BD080C;
	font-weight: bold;
	font-size: 15px;
}
.price .normalprice, .price .productSpecialPriceSale {
	font-size: .9em;
	color: #333;
}

.blacklink a:link, .blacklink a:visited {
	color: #000;
}
.blacklink a:hover {
	color: #BD080C;
}
.greeting a:link, .greeting a:visited {
	color:#FAAF18;
}
.greeting a:hover {
	color: #BD080C;
}
.productimage {
	float:left;
	margin-right: 6px;
	margin-bottom: 3px;
}
.productimage img {
	border: 1px solid #999;
}
.navSplitPagesLinks a {
	border: 1px solid #ccc;
	padding: 0 3px;
}

.inputbox {
	border:1px solid #666666;
	padding:2px;
}
#productName {
	color: #000;
	padding:0;
	margin:0;
	font-size: 1.5em;
}
#productPrices {
	color: #BD080C;
	padding:0;
	margin:0;
	font-size: 1.3em;
}

/* dropdown menu */
#nav, #nav ul{
	margin:0;
	padding:0;
	position:relative;
	z-index: 1400;
}
#nav a{
	display:block;
}
#nav li {
	float:left;
	position:relative;
}
#nav li li {
	margin-right:0;
}
#nav ul {
	position:absolute;
	display:none;
	width:178px;
	top:2.6em;
	z-index: 100;
	border: 2px solid #BE2025;
	border-bottom-width:0px;
	left:0;
}
#nav li ul a {
	width:172px;
	float:left;
	color:#333 !important;
	background:#d4d4d4;
	padding: 4px 3px;
	border-bottom: 2px solid #BE2025;
	font-size: 12px;
}
#nav li ul a:hover {
	background:#5A58A4;
	color: #fff !important;
}
#nav li ul a.withsublinks {
	background:#d4d4d4;
}
#nav li ul a.withsublinks:hover {
	background:#5A58A4;
	color: #fff !important;
}
#nav ul ul{ top:auto; }	
#nav li ul ul {
	left:12em;
	margin:0px 0px 0px 18px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}
#nav li.currentpage a span.category-subs-selected {
	padding: 0px;
	background: none;
	height: auto;
	line-height:normal;
	font-weight:bold;
	color: #333;
}
#nav li.currentpage a:hover span.category-subs-selected {
	background: none;
	color: #fff;
}

.centerBoxContentsNew {
font-weight:bold;
} 
