/**               

 * 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 {
	margin: 0;
	font-family: trebuchet MS;
	font-size: 0.75em;
	color: #525151;
	line-height: 1.35em;
 	text-align: center;
	background-color:#cccccc;
	}
.body-wrapper {
	background: url("../images/body_bg.gif") repeat;
    min-width: 990px;
}
.body-bg {
	background: url("../images/body_bg.png") repeat center top;
	margin: 0 auto;
	width: 990px;
	height: 1%;
}
#header_bg {
 	text-align: center;
	margin: 0;
}
.body-upper-bg {
	padding: 4.667em 0 0 0;
	height: 1%;
}
.body-bottom-bg {
	height: 1%;
	background: url("../images/spacer.gif") repeat-x center bottom;
	padding: 0 0 6.5em 0;
}
.center-upper-bg {
	background: url("../images/center_up_bg.png") no-repeat center bottom;
	height: 15px;
}
.centered-wrapper {
	margin: 0 auto;
	width: 990px;
}

a img {border: none; }


a:link, #navEZPagesTOC ul li a {
	color: #0a75b9;
	text-decoration: none;
	}
 
a:visited {
	color: #0a75b9;
	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: #ff7200;
	text-decoration: underline;
	}

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: 0;
	background: #ffffff;
}
h1 {
	font: regular 1.833em Trebuchet MS;
	color: #0066cc;
	/*background: url("../images/h1_bg.gif") repeat-x 0 0;*/
	border-bottom: 0px solid #e6e6e6;
	padding: 0.409em 0 0.182em 0em;
	margin: 0 0 0.438em 0 !important;
	}

h2 {
	font: regular 1.473em Trebuchet MS;
	color: #0066cc;
	padding: 15px 0 5px 0 !important;
	display: block;
	border-bottom: 0px solid #ebebeb;
	position: relative;
	}
#reviewsDefault h2 {
	padding-top: 0 !important;
	border-bottom: none;
	font: bold 1.4em arial;
}
h3 {
	font-size: 1.2em;
	color: #3399cc;
	}
.itemTitle {
	font-size: 1.0em;
	
}
.itemTitle a:link, .itemTitle a:visited {
	text-decoration: none;
	color: #1e8bcf
}
.itemTitle a:hover {
	text-decoration: underline;
}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1em;
	}
.biggerText {
	font-size: 1em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height:130%
	}

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

FORM, INPUT {
/*	display: inline;*/
	font-size: 1em;
	}
FORM {
	margin: 1px 0;
	padding: 0;
}

SELECT{
    font: normal 11px verdana, arial;
    color: #686868;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}
/* Only for IE7*/
*+ html FIELDSET {
	padding: 13px;
	margin: 3px 0 12px 0;
	border: 1px solid #d6d6d6;
	}
/* /Only for IE7*/

FIELDSET {
	padding: 7px 13px 13px 13px;
	margin: 10px 0 17px 0;
	border: 1px solid #ebebeb;
	}

LEGEND {
	font: bold 1em Tahoma;
	padding: 2px 7px 3px;
	margin: 0 0 8px 0;
	color: #ffffff;
	background: #888888;
	}

LABEL {
	padding: 0.4em;
	line-height: 16px;
	}
h4.optionName {
	padding: 0;
	margin: 0;
	width: 108px;
	font: bold 11px verdana;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
.categoryListBoxContents a {
	font: normal 1em arial;
	text-decoration: none;
	line-height: 18px;
/*	display: block;*/
	
}
.categoryListBoxContents img {
	padding: 0 0 0 6px;
}
#categoryImgListing {
	padding: 0 0 0 6px;
}

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;
	}
*+ html .clearBoth {
	clear: both;
	font-size: 0px;
}
* html .clearBoth {
	clear: both;
	font-size: 0px;
}
.clearRight {
	clear: right;
}
HR {
	height: 1px;
	margin: 5px 0;
	border: none;
	border-bottom: 1px solid #ebebeb;
	}
.dotted-line {
	height: 1px;
	background: url("../images/dotted_line.gif") repeat-x 0 0;
}
.float-right {
	float: right;
	clear: 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: 7px;
	margin: 20px 20px;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}
.messageStackWarning, .messageStackError {
	background: #ffecdd url("../images/icons/warning.gif") no-repeat 8px 10px;
	color: #960000;
	border: 1px solid #f8d5c8;
	padding-left: 30px;
	}
.messageStackError {
	background: #ffecdd url("../images/icons/error.gif") no-repeat 8px 10px;
}

.messageStackSuccess {
	background: #e0f8b6 url("../images/icons/success.gif") no-repeat 8px 10px;
	color: #000000;
	border: 1px solid #d0e46e;
	padding-left: 30px;
	}

.messageStackCaution {
	background: #ffebc2 url("../images/icons/warning.gif") no-repeat 8px 10px;
	color: #000000;
	border: 1px solid #fbcec9;
	padding-left: 30px;
	}

/*wrappers - page or section containers*/
.mainWrapper, .bottom-wrapper {
	margin: auto;	
	text-align: left;
	width: 978px;
	vertical-align: top;
	}
.bottom-wrapper {
	width: 978px;
	}
.header_wrapper {
	margin: auto;	
	text-align: left;
	vertical-align: top;
	width: 978px;
	background: url("../images/header_bg.gif") no-repeat right top;
}
.header-tools {
	padding: 0 0.583em 0.5em;
}
.t-line {
/*	border-bottom: 1px solid #eaedeb;*/
	margin-bottom: 1px;
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper {
    border: 1px solid white;
	border-width: 10px 11px;
	background: #ffffff;
	position: relative;
	z-index: 1;
}
* html #headerWrapper{
	position: relative;
	z-index: 5000;
}

.topper-menu li {
	font: 11px arial;
	float: left;	
	padding: 5px 2px 7px 14px;
}
.topper-menu li a, .topper-menu li a:link, topper-menu li a:visited {
	color: #919188;
	text-decoration: none;
}
.topper-menu li a:hover {
	color: #222222;
}
#logoWrapper, #logoWrapper img{
	float: left;
/*	padding: 1.042em 0 1.042em 1.417em;*/
	}
#navColumnOneWrapper, #navColumnTwoWrapper, .mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper {
	padding: 0;
}
#navColumnTwoWrapper {
	padding: 0 0 0 0;
}
#tagline {
	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: 1em;
	padding: 2px 5px;
	border: 1px #ebebeb solid;
	background: #f0f1eb;
}

.navSplitPagesLinks, .navSplitPagesResult {
	padding: 8px 0 8px 3px;
}

.navSplitPagesLinks a, .navSplitPagesLinks a:visited {
	color: #474844;
	font: normal 1em arial;
	text-decoration: underline;
	padding: 2px 6px;
	margin: 0 -3px;
}
.navSplitPagesLinks a:hover {
	padding: 2px 5px;
	text-decoration: none;
	color: #474844;
	border: 1px #ebebeb solid;
}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 4px 2px;
	list-style-type: none;
	}
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	padding: 10px 11px;
	font-weight: bold;
	height: 1%;
	}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #595958;
	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;
	}
#navMain 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, #indexProductListCatDescription {
	margin: 0.5em;
	}

#indexProductListCatDescription {
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #efefef;
}
#indexProductList .inputLabel {
	font-weight: bold;
}
#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 3px 6px;
	font: normal 11px arial;
	margin: 0 0 3px 0;
	color: #a0a0a0;
	background: #f0f0f0;
	}
#navBreadCrumb a {
	color: #999999;
	text-decoration: none;
}
#top_nav {
	font: normal bold 1.083em arial;
	margin: 0;
	clear: both;
	padding-left: 6px; 
	height: 1%;
	}
#tab_nav a {
	color: #464743;
	text-decoration: none;
}
#tab_nav a:hover {
	color: #474845;
}

#tab_nav li {
	float: left;
	background: url("../images/bg_tabs_left.gif") no-repeat 0 2px;
	margin: 0 0 0 6px;
	padding: 0 0 0 4px;
}
#tab_nav li a {
	background: url("../images/bg_tabs_right.gif") no-repeat right 2px;
	display: block;
	padding: 11px 16px 8px 12px;
	outline: none;
}

#tab_nav li:hover a {
	background-position: right -70px;
}
#tab_nav li:hover {
	background-position: left -70px;
}

#tab_nav li.tab_active {
	font-weight: bold;
	background-position: 0 -35px;
}
#tab_nav li.tab_active a {
    color: #ffffff;
	background-position: 0 -35px;
}

#tab_nav li.home-link {
}
#tab_nav li.home-link a {
	display: block;
	padding-left: 20px;
}
#tab_nav li.home-link:hover a {
	background-position: left 0px;
}

#color_line{
    height: 4px;
    background: #1e8bcf;
    margin: 0 11px 0 6px;
    font-size: 0;
}

#login_logout_section {
	font: normal 1em arial;
	color: #5a5a5a;
	padding: 0.583em 0.833em 0.583em 0;
	white-space: nowrap;
}
#login_logout_section a {
	color: #1e8bcf;
}
#login_logout_section a:hover {
	text-decoration: underline;
}

.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 {
	height: 31px;
	width: 2px;
	float: right;
}
.tools-nav-left {
	height: 31px;
	width: 2px;
	float: left;
}

#navColumnOne, #navColumnTwo {
	background: #ffffff;
	padding: 0 0 0 0;
	}
#navColumnOne {
    padding: 0 16px 0 0;
}
#navColumnTwo {
	padding: 0 0 0 16px
}

/* Tools section styles */
#tools_wrapper {
	height: 31px;
	background: none;
	margin: 0 0 !important; 
}
.line-header {
	font: 1px arial;
	margin: 0 4px;
}
.search-header-input {
	background: url("../images/search_header_bg.gif") no-repeat left top;
	height: 2.333em;
	padding: 0.083em 0 0 0.333em;
	float: left;
}
.search-header {
	margin: 0;
	float: right;
}
.search-header input {
	font: 1em arial;
	border: none;
	margin: 0.5em 0 0 0.5em;
	color: #797979;
	background: none;
	width: 25.667em;
	/*margin: 1px 8px 0 0;*/
}
.search-header form {
	margin: 0.5em;
	float: left;
}
.search-header input:focus {
	background: none;
}

.advanced_search {
	padding: 6px 6px 2px 0;
	margin: 0 0 0 14px;
}
.advanced_search a, .advanced_search a:visited {
	font: 1em Arial;
	text-decoration: none;
	color: #bcbcbc;
	padding: 0 7px 0 0;
	background: url("../images/arrow_small.gif") no-repeat right 6px;
}
.advanced_search a:hover {
	color: #999999;
	text-decoration: none;
}
.cart-header {
	color: #5a5a5a;
	font: normal 0.917em arial;
	padding: 0;
	margin: 0 auto 0 auto !important;
	line-height: 27px;
/*	text-shadow: 1px 1px #ffffff;*/
}
.cart-header span {
	font-weight: bold;
}
.cart-header a:link, .cart-header a:visited {
	color: #cecece;
	text-decoration: none;
}
.cart-header a:hover {
	color: #cecece;
	text-decoration: underline;
}
.cart-header .blue-link a:link, .cart-header .blue-link a:visited {
	color: #0a7e9a; 
	background: #fafbfb url("../images/arrow_double.gif") no-repeat right 6px;
	padding: 1px 15px 1px 4px !important;
	text-decoration: none;
	text-shadow: none;
}
.cart-header .blue-link a:hover {
	background-color: #ffffff;	
}
.cart-icon {
	cursor: pointer;
}
.cart-icon img {
	width: 47px;
	height: 27px;
	margin: 0 9px 0 0;
}

.full {
	background: url("../images/cart_empty_icon.gif") no-repeat left top;
}
.empty {
	background: url("../images/cart_empty_icon.gif") no-repeat left top;
}

/* Cart popup */
.cart-dropdown-wrapper {
	position: absolute;
	width: 200px;
	z-index: 6000;	
	margin: 11px 0 0 -90px;
}
.cart-header .cart-dropdown-wrapper {
	color: #444444;
	line-height: 16px;
}
.cart-tab-wrapper {
	margin: 0;
	background: #dddddd;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #ffffff;
	height: 3px;
}
.cart-dropdown-wrapper .content-wrapper {
	padding: 0;
	background: #dddddd;
	border: 2px solid #dddddd;
	border-top: none;
	text-align: left;
}
.cart-dropdown-wrapper .content-wrapper span {
	font: normal 11px arial;
}
.cart-scrolling-wrapper {
	padding: 7px 10px;
	border: 1px solid #bbbbbb;
	height: 150px;
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
}
.cart-scrolling-wrapper li {
	padding: 4px 0 !important;
}
.popup-cart-link-box {
	background: #dddddd;
	padding: 6px 3px 3px 3px;
	text-align: center;
}
.popup-cart-link-box a, .popup-cart-link-box a:link, .popup-cart-link-box a:visited {
	color: #ffffff;
	margin: 0 1px;
	background: #555555;
	padding: 1px 6px;
	text-decoration: none;
	text-shadow: none;
}
.popup-cart-link-box a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.popup-border {
	border: 1px solid #ffffff;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-top: none;
}
.cart-dropdown-wrapper .cartBoxEmpty {
	padding: 65px 0 0 0;
	text-align: center;
	color: #444444;
}

/* /Cart popup*/

.td-search-header {
	width: 313px;
	margin: 1px 0 0 4px;
}
.cart-header-wrapper {
	text-align: right;
	padding: 0px 9px 0 0;
}
.langiage-popup-links {
	text-transform: capitalize;
	padding: 2px 0;
}
.langiage-popup-links img {
	width: 16px;
	height: 10px;
}

.languages-wrapper {
	font: 1em arial, tahoma !important;
	margin: 1.083em 0.917em 0 0;
	position: relative;
	z-index: 3000;
	float: right;
}
.languages-wrapper form {
	float: right;
}
.currency, .languages {
	margin: 0 1.583em 0 0;
	float: right;
}

#currency_switcher, #language_switcher {
	background: url("../images/arrow_down.gif") no-repeat right 7px;
	padding: 0 9px 0 0;
	
	<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-504cd6af2382b5f7"></script>
<!-- AddThis Button END -->
}
.languages-wrapper a, .languages-wrapper a:visited {
	color: #999999;
	text-decoration: none;
}
.languages-wrapper a:hover {
	color: #999999;
	text-decoration: underline;
}

/* /Tools section styles */


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

.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .specialsListBoxContents {
	margin: 2px 0 2px 0 !important;
}
#specialsListing .specialsListBoxContents {
	margin: 8px 0 18px 0 !important;
}
.columnar-product-info {
	border: 1px solid #ebebeb;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background: #ffffff url("../images/prod_bg.gif") repeat-x 0 0;
	padding: 4px 0;
	margin: 0 2px 0 2px;
	height: 168px;
}
.columnar-product-img {
	height: 108px;
	text-align: center;
	font-size: 0px;
}
.columnar-product-img a {
	font-size: 0px;
}
.product-box-name {
	padding: 2px 9px 1px 9px;
}
.centerColumn .detail-link, .detail-link:visited {
	background: url("../images/blue_arrows.gif") no-repeat right 5px;
	color: #0a7e9a !important;
	font-weight: normal !important;
	float: right;
	margin: 0 !important;
	padding: 0 10px 0 0 !important;
}
.detail-link:hover {
	color: #0a7e9a !important;
	text-decoration: none;
}
.centerColumn .detail-link {
	display: none;
}
#specialsListing .productPriceDiscount, .centerBoxWrapper .productPriceDiscount {
	display: none;
}
#productDescription, .shippingEstimatorWrapper {
	font-size: 1em !important;
	padding: 0.2em;
	}
#productDescription p {
	padding-left: 0;
}
.left-side-info {
	width: 180px;
	vertical-align: top;
}
#attribsOptionsText {
	font-size: 1.1em;
	background: #f0f0f0;
	margin: 0 -11px 8px;
	padding: 5px 5px;
}
#productAttributes {
	padding: 0 11px 8px;
	margin: 8px 0;
	background: #ffffff;
	border: 0px solid #e5e5e5;
}
.attributesComments {
	font-size: 1.2em;
	color: #555555;
	background: #cccccc;
	border-top: 10px solid #FFFFFF;	
	border-bottom: 10px solid #FFFFFF;	
	margin: 10px -11px;
	padding: 5px 5px;
}
#productDetailsList {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 6px 0 0 0;
	width: 90% !important;
}
.product-info-label {
	font: 11px arial;
	color: #777777;
}

.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;
	}
.centerColumn {
	padding: 0;
}
.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
#siteinfoIP {
	float: left;
}
.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a, .centerBoxContentsSpecials a:visited, .centerBoxContentsAlsoPurch a:visited, .centerBoxContentsFeatured a:visited, .centerBoxContentsNew a:visited, .specialsListBoxContents a:visited {
	font: normal 0.917em arial;
	color: #689e36;	
	text-decoration: none;
}
.centerBoxContentsSpecials a:hover, .centerBoxContentsAlsoPurch a:hover, .centerBoxContentsFeatured a:hover, .centerBoxContentsNew a:hover, .specialsListBoxContents a:hover {
	color: #689e36;	
	text-decoration: underline;
}

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


.tableHeading TH {
	border-bottom: 1px solid #d9d9d9;
	background: #f3f5ec;
	}

.tableHeading, #cartSubTotal {
	background: #f3f5ec;
 }

#cartSubTotal {
	border-top: 1px solid #d9d9d9;
	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: #078be6;
	text-shadow: none;
}
.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: #F5F6E5;
	border: 1px solid #ebebeb;	
}
#mediaManagerHeading {
	margin-top: 5px;
	padding-top: 0 !important;
}

.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	color: #aaaaaa;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .central-boxes-price {
	color: #ba0000;
	}

#productPrices, #reviewsInfoDefaultPrice {
	font: 2.8em arial;
	color: #008000;
	margin: 0 0 6px 0;
	display: block;
}
h2.productGeneral {
	border: none;
}
.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: normal;
	line-height: 27px;
/*	text-shadow: 1px 1px #ffffff;*/
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.productListing-data {
padding-top: 15px;
padding-bottom: 15px;
padding-right: 15px;
margin-right:1.5em;
border-bottom: 1px solid black;
}


.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;
}
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	height: 1%;
	padding: 0 0 10px 0;
	}

h2.centerBoxHeading {
	font: bold 1.333em Arial;
	color: #ffffff;
	border-bottom: none;
	background: #ffffff url("../images/h1_bg.gif") repeat-x right top;
	padding: 0.438em 0 0.438em 0.75em !important;
	/*text-shadow: 1px 1px #ffffff;*/
}
.centerBoxWrapper h2 {
	margin: 0 0 5px 0 !important;
}

/*sideboxes*/
.columnLeft {
	padding: 0 12px 0 0;
}
.columnRight {
	padding: 0 0 0 12px;
}

h3.leftBoxHeading, h3.rightBoxHeading {
	font: bold 1.182em arial;
	color: #292929;
	background: url("../images/sidebox_right.gif") no-repeat right top;
	padding:7px 0 7px 6px !important;
/*	text-shadow: 1px 1px #eeeeee;*/
	}

h3.leftBoxHeading a:link, h3.rightBoxHeading a:link, h3.leftBoxHeading a:visited, h3.rightBoxHeading a:visited {
	font: normal 1em arial;
	color: #707070;
	text-decoration: underline;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #000000;
	text-decoration: none;
	} 
.sidebox-header-left {
	background: #e5e9e9 url("../images/sidebox_left.gif") no-repeat left top;
	padding: 0 0 0 18px;
	border-bottom: 1px solid #d6dcdd;
}
.main-sidebox-header-left {
	background: url("../images/main_sidebox_left.gif") no-repeat left top !important;
	padding: 0 0 0 17px;
	border: none;
}
.main-sidebox-header-right {
	color: #ffffff !important;
	background: url("../images/main_sidebox_right.gif") no-repeat right top !important;
	padding: 7px 0 7px 6px !important;
	text-shadow: none !important;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.50em 0.3em 0.36em 0;
	}
.leftBoxHeading label, .rightBoxHeading label {
	line-height: 16px;
	padding: 0;
}
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	padding: 0 0 10px 0;
	}
#categoriesContent {
	background: #eeeeee;
	margin: 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #eeeeee;
}
.sideBoxContent {
	padding: 10px 12px;
	background: #e1eef5 url("../images/side_bg.gif") repeat-x left bottom;
	border-bottom: 1px solid #dedede;
	margin: 0;
	}
.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
	font: normal 11px arial, verdana;
	color: #525151;
	line-height: 1.545em;
}


.sideBoxContent a:visited {
	text-decoration: none;
}
.sideBoxContent a:hover {
	color: #515151;
	text-decoration: underline;
}

.sidebox-products {
	display: block;
	color: #078be6 !important;
	padding: 2px;
}
#shoppingcartContent {
	background: #f7f7f7 !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, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
#cartEmptyText {
	border: 1px solid #ebebeb;
	padding: 10px 0 !important;
}
.additionalImages a {
	text-decoration: none;
}

#bestsellers .wrapper {
	margin: 0;
	}

#bestsellers li {
	background: url("../images/arrow_black.gif") no-repeat left 5px;
	padding: 0 0 4px 12px;
	line-height: 15px !important;
}
#bestsellers li a {
	line-height: 15px !important;
	font: normal 1em Arial;
}
#bestsellers ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */

A.category-top {
	font: bold 12px arial;
	display: block;
	text-decoration: none;
/*	text-shadow: 1px 1px #ffffff;*/
	padding: 0.7em 0.083em 0.767em 0.833em;
	background: url("../images/arrow.gif") no-repeat 99% 12px;
	border-top: 1px solid #e5e7e0;
	color: #3b3b3b;
	}

.-no-dots- a{
    border-top-width: 0;
}

#categoriesContent .category-links {
	padding: 0 17px;
}
A.category-links, A.category-links:visited {
	color: #aaaaaa;
	text-decoration: none !important;
	}
.categories-top-list a:visited {
	text-decoration: none;
	color: #3b3b3b;
}
.categories-top-list a:hover {
	color: #3b3b3b;
	text-decoration: none;
	background: url("../images/arrow_hover.gif") no-repeat 99% 12px;
}
.categories-top-list {
	padding: 0px 6px;
	background: url("../images/catbox_bg.gif") repeat-x 0 TOP;
}
.no-dots {
	background: none;
}
.sub-count {
	font: normal 0.9em arial;
	color: #a4a4a4;
	line-height: 1em !important;
}

.subcategory {
	background: #F3F5EC;
	padding: 5px 0 5px 14px;
}
.subcategory a {
	background: url("../images/arrow_black.gif") no-repeat left center;
	padding-left: 9px;
	font: 11px arial  !important;
	line-height: 13px !important;
}

.subcategory a:hover{
    background: url("../images/arrow_hov_sub.gif") no-repeat left center;
    padding-left: 9px;
    text-decoration: none;
    color: #1e8bcf;
}

a.category-subs, a.category-products, a.category-subs:visited, a.category-products:visited {
	color: #1e8bcf;
	text-decoration: none;
	display: block;
	}
/*a.category-subs:hover, a.category-products:hover {
	color: #a0d9ec;
	text-decoration: underline;
	background-position: 1px center;
}*/

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

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #dadada;
	height: 2em;
	}

.productListing-rowheading {
	background: #f0f1eb;
	border: 1px solid #ebebeb;
	height: 2em;
	}
.productListing-rowheading th {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	}

.tabTable {
	margin: 6px 0 4px 0;
}
.tabTable td {
	padding: 12px 8px;
/*	text-align: left;*/
}
h3.itemTitle, .listingDescription {
	text-align: center;
	colour: #0066cc
}

.productListing-even {
	background-color: #f9f9f9;
	
}
.productListing-data {
	border-bottom: 1px solid #ebebeb;
	vertical-align: top;
}
#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;
	}
.navNextPrevWrapper {
	padding: 5px 0 15px 0;
}
.home-banner {
	float: left;
	padding: 0 0 8px 0;
}

#indexDefaultMainContent, #indexCategoriesMainContent {
	padding: 0;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	margin: 0;
	padding: 0 0 8px 0;
}

.no-right-margin {
	margin-right: 0 !important;
}

#productQuantityDiscounts {
	padding: 12px 0;
}
#productQuantityDiscounts table {
	border: none;
	border-spacing: 0px !important;
/*	border-collapse: collapse;*/
	margin: 0;
	background: #fafafa;
}
#productQuantityDiscounts table td {
	border: 1px solid #eeeeee;
	padding: 4px;
}
/*======= Categories Dropdown ==========*/

#navCatTabsWrapper {
	height: 1%;
	margin: 0;
	padding: 4px 11px 0 11px;
	clear: both;
}
#navCatTabs {
	background: #f0f3dc url("../images/catdropdown_bg.gif") repeat-x left bottom;	
	border-bottom: 1px solid #dcdcdc;
	height: 1%;
}
#navCatDropdown {
	height: 1%;
	padding: 0.333em 0.5em 0;
}
#navCatTabs ul li {
	display: block;
}
* html #navCatTabs ul li {
	display: inherit;
}

#navCatTabs ul li a {
	display: block;
	padding: 2px 9px;
	margin: 4px 0;
	color: #f5efdb;
}
#navCatTabs ul li a:hover {
	color: #f5efdb;
}
.ul-wrapper {
	padding: 0 !important;
}
#navCatDropdown li 
{
	float:left;
	position:relative;
}
a.tab-category-top, a.tab-category-top:link, a.tab-category-top:visited {
/*	text-shadow: 1px 1px #ffffff;*/
	font: normal 1em arial, tahoma;
	color: #2c2c2c !important;
}
li.root-cat {
	background: url("../images/cat_tabs_separator.gif") no-repeat right 6px;
}
.root-cat a:hover {
	color: #595958 !important;
}
.root-cat a.selected-cat {
	font: bold 1em arial, tahoma;
	color: #595958 !important;
}
.sub-cat {
	float: none !important;
}
#navCatTabs .sub-cat a {
	font: normal 11px arial, tahoma;
	padding: 0.3em 0.8em;
	color: #333333;
	background: url("../images/dotted_line.gif") repeat-x right bottom;	
	margin: 0;
}
#navCatTabs .sub-cat a:hover {
	color: #255a75 !important;
	background: #e8ecee;
}
#navCatDropdown li ul {
	text-align: left;
	visibility: hidden;
	position: absolute;
	left: 0;
	padding: 2px 1px;
	z-index: 5000;
}
#navCatDropdown li:hover ul 
{
	min-width: 130px;
	margin: -4px 0 0 0;
	visibility: visible;
	background-color: #ffffff;
	border: #e4f0f6 1px solid;
	border-bottom: #cccccc 2px solid;
	border-right: #cccccc 2px solid;
/*	outline: #ffffff 1px outset;*/
	white-space: nowrap;
	z-index: 6000;
}

a.view, a.view:link, a.view:visited{
    font: normal 0.668em arial;
    color: #d7d7d7;
    text-decoration: underline;
    position: absolute;
    right: 29px;
    margin: 3px 0 3px 0;
}
a.view:hover{
    text-decoration: none;
}

.view_img{
    position: absolute;
    right: 8px;
    margin-top: 3px;
}

/* only for IE7 */
*+ html #navCatDropdown li ul {
	text-align: left;
}
*+ html #navCatDropdown li ul li a {
	display: block;
}
/* /only for IE7 */
/*======= /Categories Dropdown ==========*/

#productMainImage a {
	text-decoration: centre;
}

.sideBoxContentItem {
	padding-bottom: 10px;
}
.sideBoxContentItem a {
	text-decoration: none !important;
}

.categoryListBoxContents a {
	text-decoration: none;
}
.columnar-product-info {
	color: #a30101;
}

	
	.centerBoxContentsProducts {
-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/prod_bg.gif") repeat-x scroll 0 0 #FFFFFF;
    border-color: #EBEBEB #DDDDDD #DDDDDD #EBEBEB;
    border-image: none;
    border-style: solid;
    border-width: 1px;
	width: 100px;
    height: 176px;
    margin: 0.5px;
    padding: 0.5px 0;
	}
	
	h1.productName{
font-size: 1.1em;
}

#phonetop {
	font-size:28px;
	font-weight:normal;
	color:#0a75b9;
	text-align:right;
}