/**
 * Template designed by 12leaves.com
 * 12leaves.com - Free ecommerce templates and design services
 *
 * 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 {
	font:12px Arial,Helvetica,sans-serif;
	color:#372E24;
	text-align:left;
	margin:0 auto;
/*	background:#fafafa;-webkit-text-size-adjust:none;*/
        background: url("../images/body.jpg") repeat-y 0 0;
	}

a img {border: none; }


a:link, #navEZPagesTOC ul li a {
	color: #2b2b2b;
	text-decoration: none;
	}
 
a:visited {
	color: #000;
	text-decoration: underline;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #2b2b2b;
	text-decoration: none;
	}

a:active {
	color: #2b2b2b;
	}

.blue-link a {
	color: #0075e2;
}
.columnLeft a, .columnRight a {
	text-decoration: none;
}
.columnLeft a:hover, .columnRight a:hover {
	text-decoration: underline;
}
#columnCenter {
	padding: 8px 0 0 0;
}
h1 {
	font: bold 23px Arial;
	color:#663333;
	/*border-bottom: 1px dashed #d5d5d5;*/
	padding: 0 0 2px 0;
	margin: 0 0 17px 0 !important;
	}

h2 {
	font: bold 18px tahoma;
	padding: 15px 0 5px 0 !important;
	display: block;
	}

h3 {
	font-size: 1.2em;
	padding-bottom: 10px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 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: 12px;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}
/*input:focus, select:focus, textarea:focus {
	background: #ffffe7;
	margin:0.1em;
	}
*/

/* Only for IE7*/
*+ html FIELDSET {
	padding: 13px;
	margin: 3px 0 12px 0;
	border: 1px solid #d6d6d6;
	}
/* /Only for IE7*/

FIELDSET {
	padding: 13px;
	margin: 10px 0 17px 0;
	border: 1px solid #d6d6d6;
	}

LEGEND {
	font: bold 13px arial;
	padding: 4px 7px;
	color: #305159;
	background: #f5f5f5;
	}

LABEL {
/*	line-height: 1.5em;*/
	padding: 0.2em;
	line-height: 23px;
	}
h4.optionName {
	padding: 0;
	margin: 0;
	width: 100px;
	font: bold 11px verdana;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
.categoryListBoxContents a {
	text-decoration: none;
}

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: 5px 0;
	border: none;
	border-bottom: 1px solid #e4e4e4;
	}
.dotted-line {
	height: 1px;
	background: url("../images/dotted_line.gif") repeat-x 0 0;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}

.list-style-none {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
} 
ul.inline-list li {
	float: left;
	padding: 0 0 0 12px;
}
.align-center {
	margin: auto !important;
	text-align: center !important;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.3em;
	margin: 0 10px;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #cf0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #e0f8b6;
	color: #000000;
	border: 1px solid #d0e46e;
	}

.messageStackCaution {
	background-color: #ffe3a8;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background: none repeat scroll 0 0 #fff;
	text-align: left;
	width: 1000px;
	vertical-align: top;

	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

.topper-menu li {
	font: 11px verdana;
	float: left;	
	margin: 9px 2px 0 14px;
}

#logoWrapper{
	background-color: #ffffff;
	height: 58px;
	}
#logo {
	padding: 0.6em 0 0 0;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.2em;
	margin-right: 0.2em;
	}

#tagline {
/*	margin: 0.7em 0 0 1em;
	padding: 0 0 0.4em 1em;*/
	float: left;
	}
#tagline_header {
	border-left: 1px solid #dddddd;
	font: bold 20px arial;
	color: #888888;
	margin: 0.7em 1em;
	padding: 0 0 0 1em;
}


#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 44%;
	}

/*.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}*/

/*navigation*/

.current {
	font-size: 15px;
	padding: 2px;
}

.navSplitPagesLinks, .navSplitPagesResult {
	padding: 5px 0 2px 0;
}

.navSplitPagesLinks a {
	color: #ff4e00;
	padding: 2px;
	margin: 0px;
}

.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: #abbbd3;*/
	padding: 0.5em 0.2em;
	font-weight: bold;
/*	color: #ffffff;*/
	height: 1%;
	}
#navSuppWrapper {
	border-top: 1px dashed  #000;	
	margin: 25px 0 0 0;
	padding: 8px 0 12px 0;
}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navCatTabs ul li {
	display: inline;
	}
.footer-links{ margin-right:300px;}
.footer-links li {
	font: normal 11px verdana;
	float: left;
	margin: 0 2px 0 2px;
}

#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}
.legalCopyright {
margin-left:340px;
	font: 11px verdana !important;
	line-height: 16px !important;
}

#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, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0 0.5em;
	font: 11px tahoma;
	margin: 0em;
	color: #939086;
	}
#navBreadCrumb a {
	color: #939086;
}

#top_nav {
	background: #00a8d3 url("../images/ezpages_bg.gif") repeat-x;
	font: bold 13px Tahoma;
	margin: 0em;
	height: 36px;
	}
#tab_nav a {
	color: #ffffff;
	text-decoration: none;
}

#tab_nav li {
	float: left;
	background: url("../images/bg_tabs_left.gif") no-repeat 0 0;
	padding: 0 0 0 5px;
}
#tab_nav li a {
	display: block;
	background: url("../images/bg_tabs_right.gif") no-repeat right 0;
	padding: 10px 20px 9px 18px;
}

#tab_nav li:hover {
	background-position: left -39px;
}
#tab_nav li:hover a {
	background-position: right -39px;
}

#tab_nav #tab_active{
	background-position: 0 -78px;
}
#tab_nav #tab_active a {
	background-position: right -78px;
}
#tab_nav li.home-link {
	padding: 0;
}
#tab_nav li.home-link a {
	display: block;
	background: url("../images/home_tab.gif") no-repeat left 0;
	padding-left: 22px;
}
#tab_nav li.home-link:hover a {
	background-position: left -39px;
}


#login_logout_section, #login_logout_section a {
	font: normal 12px arial;
	color: #fffecf;
	padding: 10px 7px;
}
#login_logout_section a:hover {
	text-decoration: none;
}

.top-nav-right {
	background: url("../images/top_nav_right_bg.gif") no-repeat right top;
	height: 36px;
	width: 6px;
	float: right;
}
.top-nav-left {
	background: url("../images/top_nav_left_bg.gif") no-repeat left top;
	height: 36px;
	width: 6px;
	float: left;
}
.tools-nav-right {
	background: url("../images/tools_nav_right_bg.gif") no-repeat right bottom;
	height: 31px;
	width: 6px;
	float: right;
}
.tools-nav-left {
	background: url("../images/tools_nav_left_bg.gif") no-repeat left bottom;
	height: 31px;
	width: 6px;
	float: left;
}
#navColumnOne {
width:220px;
}
#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}
/* Tools section styles */
#tools_wrapper {
	height: 31px;
	background: #edf9fd url("../images/tools_nav_bg.gif") repeat-X left bottom;
	margin: 0 0 !important; 
	padding-top: 1px;
}
.line-header {
	font: 1px arial;
	margin: 0 4px;
}
/*.search-header-input {
	/*background: url("../images/search_header_bg.gif") no-repeat left top;
	height: 21px;
	padding: 1px 0 0 3px;
	float: left;
}

.search-header {
	margin: 3px 0;
}
.search-header input {
	font: 12px arial;
	border: 0px;
	margin: 0px;
	color: #696969;
	background: none;
	width: 160px;
	margin: 0 8px 0 0;
}*/
.search-header form {
	float: left;
}
.search-header input:focus {
	background: none;
}

.advanced_search {
	padding: 0 6px 2px 0;
	margin: 5px 0 0 14px;
}
.advanced_search a {
	font: 11px Arial;
	text-decoration: none;
	color: #336b7d;
	padding: 0 7px 0 0;
	background: url("../images/arrow_small.gif") no-repeat right center;
}
.advanced_search a:hover {
	text-decoration: underline;
}
.cart-header {
	padding: 1px;
	margin: 2px auto 3px auto !important;
}
.cart-header span {
	font-weight: bold;
}
.cart-header a:link, .cart-header a:visited {
	color: #ff4e00; 
}
.cart-icon {
	width: 16px;
	height: 15px;
	margin: 1px 6px 0 0;
}
.full {
	background: url("../images/cart_full_icon.gif") no-repeat left top;
}
.empty {
	background: url("../images/cart_empty_icon.gif") no-repeat left top;
}
.td-search-header {
	width: 313px;
}
.td-languages {
	width: 303px;
	text-align: right;
	padding: 0 4px 0 0;
}
.languages-wrapper select, .languages-wrapper {
	font: 11px tahoma, arial !important;
}
.languages-wrapper select {
	height: 18px;
}
.languages-wrapper form {
	float: right;
}
.languages-wrapper label {
	padding: 3px 0;
	line-height: 17px !important;
}
/* /Tools section styles */


/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 13px !important;
	padding: 0.2em;
	margin-left:250px;*/
	}

#productDescription{/*background: #fafafa;*/ border:1px solid f4f4f4;

line-height: 19px;

margin-top: 6px;

padding-top: 10px;

padding-right: 10px;

padding-bottom: 10px;

padding-left: 10px;

margin-bottom: 25px;

font-size: 12px;

font-weight: bold;}

/*#productGeneral,#similar_product{background:#fff;}*/
#productAttributes {
	padding: 0;
	margin:0;
	/*border: 1px #f3ecd9 solid;
	background: #fcfcea;*/ float:left; width:310px;
}

.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 0.8em;
	}
.centerColumn {
	padding: 0 0.4em;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
#siteinfoIP {
	float: left; margin-left:380px;
}
.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a {
	color:#333333;
	text-decoration:none;
	margin: 1px 8px;
}
.centerBoxContentsSpecials a:hover, .centerBoxContentsAlsoPurch a:hover, .centerBoxContentsFeatured a:hover, .centerBoxContentsNew a:hover, .specialsListBoxContents a:hover{
text-decoration:underline;
}
/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: center;
	/*margin: 1em;
	border: 1px solid #e2e2e2;
	background: #f8f8f8;
	padding: 1em;*/ line-height:35px;
	}

.tableHeading TH {
	border-bottom: 1px solid #aaaaaa;
	}

.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 {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}
#cartBoxListWrapper a {
	color: #618500;
}
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.7em;
	background: #FCFCEA;
	border: 1px solid #F3ECD9;	
}
#mediaManagerHeading {
	margin-top: 5px;
	padding-top: 0 !important;
}

.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	color: #888888;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #a30101;
	}

#productPrices, #reviewsInfoDefaultPrice {
	font: bold 16px arial;
	color: #a30101;
	margin: 0 0 6px 0;
	display: block;
}
.orderHistList {
	margin: 0;
	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;
	padding:0 10px;
	}

.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: 0px 15px 15px 10px ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {
	margin: 10px 0;
	color: #83785c;
}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
/*	border: 1px solid #e6e6e6;*/
	height: 280px;
	margin: 2px 0;
/*	padding: 12px;*/
	}

h2.centerBoxHeading {
	font:18px 'Trebuchet Ms';color:#000;
	border-bottom: 1px dashed #d6d2c2;
	padding: 0 0 2px 0;
	margin: 24px 0 15px 0 !important;
}
.centerBoxWrapper h2 {
	margin: 0 0 15px 0 !important;
}

/*sideboxes*/
.columnLeft {
	padding: 0 18px 0 0;
}
.columnRight {
	padding: 0 0 0 18px;
}

h3.leftBoxHeading, h3.rightBoxHeading {
	background: url("../images/refine-sub-title-bg.png") no-repeat scroll 5px 10px transparent;
    color: #745F32;
    display: block;
    font: 12px/16px Georgia;
    height: 16px;
	text-indent:2em;
    text-transform: uppercase;
	}

h3.leftBoxHeading a:link, h3.rightBoxHeading a:link, h3.leftBoxHeading a:visited, h3.rightBoxHeading a:visited {
	font: normal 11px verdana, arial;
	color: #0078e8;
	text-decoration: underline;
	}


h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #0078e8;
	text-decoration: none;
	} 


.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	
	padding: 0.45em 0.3em 0.44em 0.4em !important;
	}
.leftBoxHeading label, .rightBoxHeading label {
	line-height: 15px;
}
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin: 25px 0 4px 0;
	background:#F9F6F1;
	}

.sideBoxContent {
	border: 1px solid #E6E6E6;
	border-top: none;
	background-color: #F9F6F1;
/*	padding: 0.7em 0.4em 1em 0.4em;*/
	padding: 0.7em 0.9em;
	}
.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
	font: normal 12px arial, verdana;
	color: #454545;
	line-height: 17px;
	
}
.sidebox-products {
	display: block;
	color: #000 !important;
	padding: 2px;
	
}
#shoppingcartContent {
	background: #f9f9f9 !important;
}
.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, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
.additionalImages a {
	text-decoration: none;
}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin: 0 0 0 8px;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}
#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top {
	font:12px Arial,Helvetica,sans-serif;color:#000000;
	text-decoration: none;
	padding: 0 0 0 12px;
	background: url("../images/quadro_menu.jpg") no-repeat 0 4px;
	}
A.category-top:hover{ text-decoration:none; color:#FF0000}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
.categories-top-list {
	padding: 4px 0;
	/*background: url("../images/dotted_line.gif") repeat-x 0 top;*/
}
.no-dots {
	background: none;
}
.sub-count {
	color: #aaaaaa;
	line-height: 12px !important;
}

.subcategory {
	padding: 0 0 6px 8px;
}
.subcategory a {
	line-height: 12px !important;
}

A.category-subs, A.category-products {
	color:#666666;
	text-decoration: none;
	}
 A.category-products{
 padding: 0 0 0 12px;
	background: url("../images/quadro_menu.jpg") no-repeat 0 4px;}
A.category-subs:hover, A.category-products:hover {
	text-decoration: none;
	color:#FF0000;
}

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: #f4f4f4;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #fdfdfd;
	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: #dadada;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #cfd8e6;
	height: 2em;
	}

.tabTable {
	margin: 6px 0 4px 0;
}
.tabTable td {
	padding: 12px 8px;
	text-align: left;
}

.productListing-even {
	background-color: #f7f7f3;
}

#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;
	}
#bannerOne, #bannerTwo, #bannerThree {
	margin: 0;
	padding: 0 0 9px 0;
}

#header_wrapper{ 
        width:99.9%;
        height:75px;
        /*background: url("../images/main_gn.jpg");*/
        /*background:#fafafa;
        box-shadow:0 0 1px #000; 
        border:#000 solid 1px;*/ 
        top:10px;}
#header_wrapper a:hover{color:#f78200}
p#logo{position:absolute;left:350px;display:inline;top:45px;margin:0;padding:0}
p#logo a{display:block;width:314px;height:73px;background:transparent url(../images/logo.gif) center no-repeat;text-indent:-9999px;border:none;z-index:500;cursor:pointer;padding:0;}
#header_warpper{
        position:absolute;top:26px;
        left:0;z-index:100; 
       /* background-color:#fafafa;
        background: url("../images/main_gn.jpg");*/
        width:100%;
        height:32px;}
#header_inner{
        position:relative;
        width:950px;
        height:32px;
        font:13px Georgia;
        color:#fff;
      /*  background-color:#fafafa;
         background: url("../images/main_gn.jpg");*/
        text-transform:uppercase;
        margin:0 auto; }


/*.header_contact{position:absolute;float:left;height:32px;text-transform:uppercase;margin:0; top:-8px;}*/
.header_contact{position:absolute;float:left;left:-40px;height:32px;text-transform:uppercase;margin:0; top:6px;}
.header_contact a{display:block;float:left;height:32px;color:#fff;line-height:32px;padding:0 13px; text-decoration:none;}
#header_wrapper .header_contact a:hover{color:#5f5846;background:#fcfcfc;height:33px;}
.header_call{position:absolute;left:-20px;top:95px;width:600px;height:20px;line-height:20px;font:11px 'Trebuchet Ms';color:#fff;margin:0}
.header_call span{color:#635E4D}
.header_call a{color:#bf8355; text-decoration:none; font-size:14px; font-weight:bold;}

#header_search{height:30px;position:absolute;right:-25px;top:85px;width:271px;overflow:hidden;margin:0;}
#header_search label{position:relative;display:none}
#header_search input{ height:30px; border:0;}
.search-header-input{position:absolute;top:0;left:29px;width:235px;color:#939086;}

#divCart{background:url(../images/sacola_home.gif) no-repeat 0px center ;position:absolute;top:10px;right:-30px;padding-left:25px;height:43px; font-size:12px;line-height:43px;}
#divCart a{ color:#fff;}

.header_currency{position:absolute;right:0;top:0;height:32px;line-height:32px}
.header_currency span.currency_title{float:left;padding-right:10px;font-size:11px}
.header_currency .unit-price-conuntry-list{float:left;height:32px;overflow:hidden;line-height:32px;border-bottom:none;padding:0}
.header_currency .unit-price-conuntry-list li{width:45px}
#header_wrapper .header_currency .unit-price-conuntry-list li a{color:#CBC7BE}
#header_wrapper .header_currency .unit-price-conuntry-list li span.selected{color:#F7F3E9}
.flag_choose{position:absolute;right:0;top:-3px;cursor:pointer;display:none;margin:0 25px 0 0}
#lang_bar{position:absolute;top:0;left:0;height:418px;width:100%;background:transparent url(../images/flags_bg.png) 0 0 repeat-x;padding:0}
#lang_bar_inner{position:relative;width:950px;height:414px;background:transparent url(../images/flags_map.png) 200px 60px no-repeat;margin:0 auto}
#header_menu{position:relative; top:30px;width:1000px;height:35px;/*background:#e7e7e7;*/line-height:30px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;margin:93px auto 0}
#lists{position:relative;float:left;width:955px;height:30px;list-style:none;z-index:100;display:inline;/*margin:0;*/padding:0 0 0 25px}
#lists ul{margin:0;padding:0}
#lists li{display:inline;float:left;height:30px;background-image:none;position:relative;margin:0;padding:0}
/#header_wrapper #lists li ul{position:absolute;top:30px;left:0;display:none;box-shadow:0 2px 5px #615C4E;width:199px}*/
#header_wrapper #lists li ul li,#header_wrapper #lists li ul li a{background:#8D8674;width:100%;text-align:center;padding:0}
#header_wrapper #lists li ul li a:hover{background:#4a4536}
#header_wrapper #lists li a{color:#999;font:12px; text-decoration:none;display:block;float:left;height:30px;line-height:30px;text-transform:uppercase;padding:0 10px}
#header_wrapper #lists li a:hover{background:#4A4536}
#lists div dl{float:left;display:inline;width:161px;text-decoration:none;line-height:14px;color:#666;font-weight:400;font-size:.9em;margin:6px 0 0;padding:0}
#lists dl#community{width:190px}
#lists dl#community a{width:auto}
#lists dl dt{text-decoration:none;line-height:14px;color:#4a6491;font-weight:700;font-size:11px;font-family:Arial,Helvetica,sans-serif;background:transparent url(../images/lists_divider.gif) 0 0 repeat-x;margin:0;padding:9px 0 0}
#lists dl dt.first{background:none;margin:0 0 15px 15px}
dl dt.first a{text-decoration:none}
dl dt.first a:hover{text-decoration:underline}
#lists dl dd{margin:0;padding:0}
#lists dl dd.menu_text{display:block;width:163px;margin:0 15px}
#lists .pos4 dd.menu_text{width:130px}
#lists dl dd.menu_text p{font-size:11px}
#lists dl dd.menu_text p a{width:100%}
#lists dl dd.menu_img{display:block;border:1px solid #cfdde7;background-color:#fff;width:150px;overflow:hidden;margin:15px 15px 6px 16px;padding:5px}
#lists dl dd.menu_img a{width:auto;margin:0;padding:0}
#lists dl dd.menu_img img{display:block}
#lists .pos4 dd.menu_img{width:120px;margin-top:0}
#lists .pos4 dd.menu_img img{width:120px}
#lists dl a{text-decoration:none}
#lists dl dt a{color:#262c45}
#lists dl.weeklyspecial dt.first{margin-bottom:5px}
#lists div.pos0{display:none;background:transparent url(../images/pos_5_dropdown.png) bottom left no-repeat;left:6px;width:838px}
#lists div.pos_top0{display:block;background:transparent url(../images/main_nav_hover_lines.png) 0 0 no-repeat;left:0;top:0;width:838px;height:10px;clear:both}
#lists div.pos1{display:none;background:transparent url(../images/pos_7_dropdown.png) bottom left no-repeat;left:127px;width:352px}
#lists div.pos_top1{display:block;background:transparent url(../images/main_nav_hover_lines.png) -839px 0 no-repeat;left:0;top:0;width:352px;height:10px;clear:both}
#lists div.pos2{display:none;background:transparent url(../images/pos_7_dropdown.png) bottom left no-repeat;left:288px;width:352px}
#lists div.pos_top2{display:block;background:transparent url(../images/main_nav_hover_lines.png) -1192px 0 no-repeat;left:0;top:0;width:352px;height:10px;clear:both}
#lists div.pos3{display:none;background:transparent url(../images/pos_4_dropdown.png) bottom left no-repeat;left:597px;width:322px}
#lists div.pos_top3{display:block;background:transparent url(../images/main_nav_hover_lines.png) -1545px 0 no-repeat;left:0;top:0;width:322px;height:10px;clear:both}
#lists div.pos4{display:none;background:transparent url(../images/pos_4_dropdown.png) bottom left no-repeat;left:621px;width:322px}
#lists div.pos_top4{display:block;background:transparent url(../images/main_nav_hover_lines.png) -1868px 0 no-repeat;left:0;top:0;width:322px;height:10px;clear:both}
#lists div.pos5{display:none;background:transparent url(../images/pos_6_dropdown.png) bottom left no-repeat;left:460px;width:513px}
#lists div.pos_top5{display:block;background:transparent url(../images/main_nav_hover_lines.png) -2191px 0 no-repeat;left:0;top:0;width:513px;height:10px;clear:both}
#lists div dd p a{padding:0}
#lists div dd a{display:block;text-decoration:none;font-weight:400;font-size:11px;color:#777;width:129px;margin:2px 0;padding:3px 15px}
#lists div dd a:hover{text-decoration:underline;color:#ef7f25}
#menu_facebook,#menu_twitter,#menu_newsletter,#menu_steepster,#menu_blog,#menu_linkedin{height:30px;width:140px;line-height:24px}
#menu_facebook span{display:block;float:left;text-indent:-9999px;width:24px;height:30px;background:transparent url(../images/pos_6_icons.png) 0 0 no-repeat;margin:0 10px 0 0}
#menu_twitter span{display:block;float:left;text-indent:-9999px;width:24px;height:30px;background:transparent url(../images/pos_6_icons.png) -25px 0 no-repeat;margin:0 10px 0 0}
#menu_newsletter span{display:block;float:left;text-indent:-9999px;width:24px;height:30px;background:transparent url(../images/pos_6_icons.png) -125px 0 no-repeat;margin:0 10px 0 0}
#menu_steepster span{display:block;float:left;text-indent:-9999px;width:24px;height:30px;background:transparent url(../images/pos_6_icons.png) -50px 0 no-repeat;margin:0 10px 0 0}

#menu_blog span{display:block;float:left;text-indent:-9999px;width:24px;height:30px;background:transparent url(../images/pos_6_icons.png) -75px 0 no-repeat;margin:0 10px 0 0}
#menu_linkedin span{display:block;float:left;text-indent:-9999px;width:24px;height:30px;background:transparent url(../images/pos_6_icons.png) -100px 0 no-repeat;margin:0 10px 0 0}
#lists .clear{clear:both}
#lists .weeklyspecial{width:190px}
#lists .pos1 .weeklyspecial{width:191px}
.ban{}
#bottom_ad{width:1000px; padding-top:5px; overflow:hidden }
#bottom_ad p{padding: 0;}
#productName{ color:#603E34;}

#navSupp a{ color:#000;}
#navSupp a:hover{ color:#000;}
#navSupp ul, #navCatTabs ul {margin: 0;padding: 0.5em 0em;list-style-type: none;text-align: center;line-height: 1.5em;}
#navSupp ul li, #navCatTabs ul li {display: inline;}
#productGeneral {width:750px;}
