/**
 * 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 {
	background: url("../images/ng.jpg") no-repeat scroll center top #000;
	font-family:Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: left;
	}
a img {border: none; }
a{ color:#1A65A6; text-decoration:none}
a:hover       {}
 
a:visited {
	color: #2b2b2b;
	}
 #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	text-decoration:underline;
	}
a:active {
	color: #2b2b2b;
	}
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
.blue-link a {
	color: #0075e2;
}
.columnLeft a, .columnRight a {
	text-decoration: none;
}
.columnLeft a:hover, .columnRight a:hover {
	text-decoration:underline;
}
#productsListingListingTopLinks a{ color:#000000}
.productListing-heading a{ color:#000000}
#columnCenter {
	width:770px;
}
h1 {
	font: bold 16px Arial;
	color: #000;
	padding: 0 0 2px 0;
	margin: 0 0 17px 0 !important;
	}
h2 {
	font: bold 18px tahoma;
	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, 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;
	}
.attrib-grid-cell input{font-size:10px !important;}
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 {
	color:#000000;
	text-decoration: none;
}
.categoryListBoxContents a:hover{ text-decoration:underline}
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 {
	COLOR:#fff;
	text-align:center;
	display:inline; 
	padding-right:10px;
	line-height:29px; 
	height:29px; 
}
.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 {
	width: 990px;
	vertical-align: top;
/*	border: 1px solid #9a9a9a;*/
	}
#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;
}
#headerWrapper{ 
	width:990px;
	margin:auto;
	height:162px;
	
}
#logoWrapper{
background:url("../images/man.png") no-repeat scroll 530px 0px rgba(0, 0, 0, 0);
	 margin: auto;
	width:990px;
	height:134px;
	}
.sea1{ float:right; clear:right; margin-top:10px;}
.sea1 input{ vertical-align:middle;}
.current3{ float:left;color:#000;font-size:12px; }
.back1 {float: left; font-size:11px;
list-style-type: none;
} 
#navColumnOneWrapper1, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper1, #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;
	}
 #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:#000000;
	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%;
	}
#footer_bg {margin:auto;width:990px;color: #7D7B73;}
#bottombanner{padding-left: 80px; padding-right: 80px;}
#bottombanner a{ color:#1A65A6; text-decoration:none;}
#bottombanner a:hover{ text-decoration:underline;}
#footertop{ width:990px; height:160px;}
#footernav {
	border-top: 200
	px double #E8E8E8;
	width:100%;
	margin:auto;
    color: #838382;
    height: 30px;
    text-align:center;
}
#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 li {
  	display: inline;
	font: normal 11px verdana;
	margin: 0 2px 0 2px;
}
.footer-links li a{ color:#000; text-decoration:none; font-size:12px;}
.footer-links li a:hover{ text-decoration:underline}
#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}
.legalCopyright {
	color:#000;
	line-height: 16px !important;
	text-align:center;
}
.legalCopyright a{ color:#000; text-decoration:none}
.legalCopyright a:hover{ text-decoration:underline}
#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 {
	background: url(../images/blue_gradient_bottom.jpg);
	border:1px solid #DEE5EF;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 12px 20px;
	color:#1A65A6;
	font-weight:bold;
	font: 12px;
	margin: 0em;
	}
#navBreadCrumb a {
	color: #1A65A6;
}
#navBreadCrumb a:hover{ text-decoration:underline;}
#navEZPagesTop{ clear:both;margin:auto;height:28px; width:990px; line-height:28px; background-image: url(../images/menu.gif);}
#top_nav,#navEZPagesTop .list-style-none {
	font:14px Tahoma;
	margin: 0em;
	}
#tab_nav a,#navEZPagesTop .list-style-none a {
	color:#415E92;
	text-decoration: none;
}
#navEZPagesTop .list-style-none a:hover{ color:#eb6357;  text-decoration:none!important;}
#tab_nav li,#navEZPagesTop .list-style-none li {
	float: left;
}
#tab_nav li a,#navEZPagesTop .list-style-none a{
	display: block;
	line-height:18px;
	 font-size: 13px;
    font-weight: bold;
    padding: 0 20px;
	margin-top:5px;
	background:url(../images/tile_back1.gif) right center no-repeat;
}
#tab_nav li:hover,#navEZPagesTop .list-style-none li:hover {
		text-decoration:none}
#tab_nav li:hover a ,#navEZPagesTop .list-style-none li:hover a{
	text-decoration:none;
}
#tab_nav #tab_active,#navEZPagesTop .list-style-none{
	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;
	padding-left: 22px;
}
#tab_nav li.home-link:hover a {
	background-position: left -39px;
}

 #login_logout_section a {
	font: normal 12px arial;
	color: #fffecf;
	padding: 10px 7px;
}
#login_logout_section a:hover {
	text-decoration: none;
}

.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, #navColumnTwo {
	background-color: transparent;
	padding:10px;
	float:left;
	}
/* 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/header_search_input_bg2.gif) no-repeat left center;
	width:196px;
	height: 26px;
	float: left;
	margin-right:10px;
}
.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: #0075E2; 
}
.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;
	}
#productAttributes {
	padding: 5px 5px;
	margin: 5px 0;
	border: 1px #f3ecd9 solid;
}
.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.8em 0.4em;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
#siteinfoIP {
	float: left;
}
.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .specialsListBoxContents {
	font-size:12px;
}
.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a {
	font-size:12px;
	color:#1A65A6;
	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;
    margin: 0 1em 1em 0;
    text-align: left;
    width: 300px;
	}	
	#cartAdd input{  font-family: Tahoma,Geneva,sans-serif; }
.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: #0075E2;
}
.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 {
	margin: 0 0 6px 0;
	display: block;
	border-bottom: 1px dashed #CCCCCC;
    padding: 3px 0;
}
#productPrices{border-top: 1px dashed #333333;}
.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;
	}
.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}
.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}
.amount {
	width: 5.5em;
	}
/*product info*/
#productinfo_mainimages{
	float:left;
	text-align:center;
	/*border-right:1px dotted #bbbbbb;*/
}

#productinfo_detail{
	float: left;
	width:350px;
	
	padding-top:5px;
	
	/*padding-left:20px;*/
    overflow:hidden;	
}
#loginbox{ text-align:center;}
h1#productName {
	white-space:normal;
	font-size:1.3em;


}

h2#productPrices {
	font-weight: bold;
	color:#ff0000;
	font-size:13px;
	
}

#productDetailsList{
 margin: 1em;
 margin:0;
 border-bottom: 1px dashed #CCCCCC;
 width:100%;
 	
}
#productDetailsList li{
	line-height:2em;

}

#productAttributes{
	float:left;
	margin-top:1em;
}
#productDescription{
	margin-bottom:2em;
	margin-top:1em;
	border-bottom:1px solid #E5DCC3;
	float:left;
}

#productDescription h2{
	color:#A71119;
	padding-bottom:5px;
	text-align:center;
	
}
/*Image Display*/
#productMainImage{
	float:left;
}
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
.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;
	}
.centerBoxContentsFeatured, .centerBoxContentsSpecials, .centerBoxContentsNew {
    width:183px!important;
	height:255px;!important;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:6px;
	padding-top:3px;
	}
.centerBoxContentsFeatured img, .centerBoxContentsSpecials img, .centerBoxContentsNew img{
	border:1px solid #CCCCCC;
}
.centerBoxWrapper {
	height: 1%;
/*	padding: 12px;*/
	}
h2.centerBoxHeading {
    color:#000;
	 border-bottom: 1px solid #DEE5EF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px !important;
    height:30px;
	line-height:30px;
    overflow: hidden;;
    text-align: left;
    text-indent: 10px;
    text-transform: uppercase;
}
.moredd{ float:right; padding-right:15px;}
.moredd a{ color:#000000; text-transform:capitalize; font-size:10px; font-weight:normal;}

/*sideboxes*/
.columnLeft {
}
.columnRight {
	padding: 0 0 0 18px;
}
h3.leftBoxHeading, h3.rightBoxHeading {
	
	
	font-size:12px;
	}
h3#categoriesHeading, h3#categoriescssHeading{
	background:url(../images/blue_gradient_top.jpg) repeat-x top left;
    clear: both;
    color: #000;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
	text-indent:10px;
    text-transform: capitalize;}
h3#whatsnewHeading{
 clear: both;
    color: #000;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
	text-indent:10px;
    text-transform: capitalize;
}
h3#informationHeading{
    border: medium none;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    margin-left: 0;
    padding-left: 10px;
    padding-top: 5px;}
	
h3.leftBoxHeading a:link, h3.rightBoxHeading a:link, h3.leftBoxHeading a:visited, h3.rightBoxHeading a:visited {
	font: normal 11px verdana, arial;
	color: #000;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color:#FF0000;
	text-decoration: none;
	} 

.main-sidebox-header-left {
	
}
.main-sidebox-header-right {
	
	padding: 0 0 0 0.3em;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font: bold 1.1em arial;
}
.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding:0.1em 0.3em 0.21em 0.4em !important;
	}
.leftBoxHeading label, .rightBoxHeading label {
	line-height: 15px;
}
.leftBoxContainer, .rightBoxContainer {
	border:1px solid #DEE5EF;
	margin: 0em;
	margin: 0px 0 14px 0;
	}
#categories{}
.sideBoxContent {
	border-top: none;
/*	padding: 0.7em 0.4em 1em 0.4em;*/
	padding: 0em 0em;
	}
.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
	color: #000;
}
.sidebox-products {
	display: block;
	padding: 2px;
}
#shoppingcartContent {
	background: #f4fcfd !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.subcategory{
	text-decoration: none;
	padding: 0 0 0 9px;
	line-height:30px;
	color:#000;
	}
A.category-top{
	font-family: Arial;
	font-size:12px;
	text-decoration: none;
	padding: 0 0 0 9px;
	line-height:30px;
	color:#1A65A6;
	}
A.category-links, A.category-links:visited {
	text-decoration: none;
	}
.categories-top-list{
	height: 26px;
    line-height: 26px;
}
.categories-top-list:hover, .subcategory:hover{ background:#415E92;}
.categories-top-list:hover a,.subcategory:hover a{color:#fff!important;}
.categories-top-list a:hover{color:#fff!important;background:#415E92; text-decoration:none}
.subcategory {
	height: 20px;
    line-height: 20px;
	text-indent:15px;
	font-size:11px;
}
.subcategory a{ color: #1A65A6;}
.subcategory a:hover{ color:#fff!important;background:#415E92; text-decoration:none}
.subcategory a:hover,#informationContent li a:hover{ text-decoration:underline}
.sub-count {
	color: #aaaaaa;
	line-height: 12px !important;
}

A.category-subs, A.category-products {
	text-decoration: none;
	}
A.category-subs:hover, A.category-products:hover {
	text-decoration: none;
}

/* 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 {
	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;
	}
#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;
	}
#logo{margin: 5px 10px;text-align: center;}
#headerFrameSectionone{float: left;height: 104px;margin-right: 22px;width: 283px; margin-left:227px;}
#headerFrameSectionTwo{float: left;height: 104px;margin-right: 20px;width: 140px; margin-left: 450px;}
.headerSectionPadding{padding-top:13px; padding-left:15px;}
#headerFrameSectionTwo ul{color: #415E92;font-size: 11px;list-style-type: none;margin: 0;}
#headerFrameSectionTwo ul li {padding-bottom: 3px;}
#headerFrameSectionTwo ul li a {color: #fff;text-decoration: none;}
#headerFrameSectionTwo ul li a:hover {text-decoration:underline;}
#hed_to{ width:271px; margin:0 auto; padding-top: 25px; float:right; padding-right:10px; }
.sh_p{ float:right; clear:right;color:#fff; margin-top:10px; font-size:11px; height:32px; width:271px;line-height:32px; background:url(../images/wide_cart_bg.jpg) left center no-repeat;}
.sh_p .sp_car{ text-indent:32px;}
a#headerCartCheckoutLink{background:url(../images/checkout_button.jpg) right center no-repeat; float:right; height:32px; width:69px;}
.sh_p .sp_car a{ color:#fff; text-decoration:none; font-weight:normal;}
.sh_p .sp_car a:hover{ text-decoration: underline;}
.sp_car span.rightcart strong {
    color: #FF0000;
}
#footer_bg { background: #fff; }
#inform_items {
    clear: both;
    height: 35px;
    padding-top: 8px;
	padding-bottom:2px;
    width: 990px;
}


.login_off{color:#000; font-size:12px; height:20px; line-height:20px;}
.login_off a{color:#E21826;text-decoration:none; font-weight:bold;}
.login_off a:hover{ text-decoration:underline; color:#eb8923;}
#pagement{width:990px;margin:0 auto; padding-bottom:10px;background:#FFFFFF; }

#mainarea1 {width:990px;background:#FFFFFF;}
#mainImages{width: 990px; height: 375px;}
#mainbanner1{width: 752px; height: 375px; font-size: 0px; float: left;}
#mainbanner2{width: 235px; height: 375px; float: left; font-size: 0px;}

div#fancy_overlay{position:absolute;top:0;left:0;z-index:90;width:100%;background-color:#333;}
div#fancy_loading{position:absolute;height:40px;width:40px;cursor:pointer;display:none;overflow:hidden;background:transparent;z-index:100;}
div#fancy_loading div{position:absolute;top:0;left:0;width:40px;height:480px;background:transparent url(../images/fancy_progress.png) no-repeat;}
div#fancy_close{position:absolute;top:-12px;right:-12px;height:30px;width:30px;background:transparent url(../images/fancy_closebox.png);cursor:pointer;z-index:100;display:none;}
div#fancy_content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:96;margin:0;padding:0;}
#fancy_frame{position:relative;width:100%;height:100%;display:none;}
img#fancy_img{position:absolute;top:0;left:0;width:100%;height:100%;border:0;z-index:92;margin:0;padding:0;}
div#fancy_title{position:absolute;bottom:-35px;left:0;width:100%;z-index:100;display:none;}
div#fancy_title table{margin:0 auto;}
div#fancy_title div{color:#FFF;font:bold 12px Arial;padding-bottom:2px;}
td#fancy_title_left{height:32px;width:15px;background:transparent url(../images/fancy_title_left.png) repeat-x;}
td#fancy_title_main{height:32px;background:transparent url(../images/fancy_title_main.png) repeat-x;}
td#fancy_title_right{height:32px;width:15px;background:transparent url(../images/fancy_title_right.png) repeat-x;}
div#fancy_outer{position:absolute;top:0;left:0;z-index:90;overflow:hidden;background:transparent;display:none;margin:0;padding:18px 18px 58px;}
div#fancy_inner{position:relative;width:100%;height:100%;border:1px solid #444;background:#FFF;}
a#fancy_left,a#fancy_right{position:absolute;bottom:10px;height:100%;width:35%;cursor:pointer;background-image:url(data:image/gif;base64,AAAA);z-index:100;}
a#fancy_left{left:0;}
a#fancy_right{right:0;}
a#fancy_left:hover{background:transparent url(../images/fancy_left.gif) no-repeat 0 100%;}
a#fancy_right:hover{background:transparent url(../images/fancy_right.gif) no-repeat 100% 100%;}
#fancy_bigIframe,#fancy_freeIframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;}
div.fancy_bg{position:absolute;display:block;z-index:70;}
div.fancy_bg_n{top:-18px;width:100%;height:18px;background:transparent url(../images/fancy_shadow_n.png) repeat-x;}
div.fancy_bg_ne{top:-18px;right:-13px;width:13px;height:18px;background:transparent url(../images/fancy_shadow_ne.png) no-repeat;}
div.fancy_bg_e{right:-13px;height:100%;width:13px;background:transparent url(../images/fancy_shadow_e.png) repeat-y;}
div.fancy_bg_se{bottom:-18px;right:-13px;width:13px;height:18px;background:transparent url(../images/fancy_shadow_se.png) no-repeat;}
div.fancy_bg_s{bottom:-18px;width:100%;height:18px;background:transparent url(../images/fancy_shadow_s.png) repeat-x;}
div.fancy_bg_sw{bottom:-18px;left:-13px;width:13px;height:18px;background:transparent url(../images/fancy_shadow_sw.png) no-repeat;}
div.fancy_bg_w{left:-13px;height:100%;width:13px;background:transparent url(../images/fancy_shadow_w.png) repeat-y;}
div.fancy_bg_nw{top:-18px;left:-13px;width:13px;height:18px;background:transparent url(../images/fancy_shadow_nw.png) no-repeat;}
div.JMyCarousel .prev{
	background: url('../images/arrow_left.gif') center center no-repeat;
	width:38px;
	height:48px;
	border:0px;
}
div.JMyCarousel .next{
	background: url('../images/arrow_right.gif') center center no-repeat;
	width:38px;
	height:48px;
	border:0px;
}

/** Carousel **/
div.JMyCarousel{
text-align:center;
}
div.JMyCarousel ul{
}
div.JMyCarousel ul li{
	margin:5px;
	border:1px solid #aaa;
	line-height:0px;
	padding:3px;
	list-style:none;
	padding-left:3px;
	background-color:#fff;
}
#productAdditionalImages { float: left;width: 370px;}
div.JMyCarousel ul li a{ 
	margin:0px;
	padding:0px;
}
div.JMyCarousel ul li a img{
	margin-bottom:0px;
	padding-bottom:0px;
}


	
/*------------------shoppingcart-----------*/
#shoppingCartDefault{   background:#FFFFFF;position: relative;	}
#content		{ float:left; padding-top:23px; font-size:1.1em; line-height:1.5em; z-index:1; }
#scQuantityHeading{ border-left:1px solid #C4C6C8;border-right:1px solid #C4C6C8; border-top:1px solid #C4C6C8; background:#FAFAFA}
#scUpdateQuantity, #scProductsHeading, #scUnitHeading, #scTotalHeading, #scRemoveHeading{border-right:1px solid #C4C6C8; border-top:1px solid #C4C6C8;background:#FAFAFA}
.cartQuantity {
	width: 4.7em;
	border-left:1px solid #C4C6C8;
	border-right:1px solid #C4C6C8;
	}
.cartQuantityUpdate, .cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay{
	border-right:1px solid #C4C6C8;
}
/*--------------#informationContent li---------------*/
#informationContent li{
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 1px;
    text-indent: 10px;}
	h3.itemTitle { font-size:12px;}
	
h3.itemTitle a{ font-size:12px; font-weight:normal; color:#3d201a}
h3.itemTitle a:hover{ text-decoration:underline}


#banners{padding:0;margin:0;height:480px;}

ul, ol {
   list-style-position: inside;
    list-style-type: circle;
}


.pro_show {
	border-top: 1px solid #CCCCCC;
    height: 130px;
    padding-top: 5px;
    width: 990px;
}
.pro_show ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.pro_show ul li {
    display: block;
    float: left;
    margin: 0 0 0 20px;
    text-align: center;
}
#current_inform {
    color: #666666;
    float: right;
    padding: 0 10px 0 20px;
	width:280px;
}

#order_say {
    clear: both;
    font-family: "Times New Roman",Times,serif;
    padding: 10px;
}
#bottom {
    background: url(../images/bottom.jpg) repeat scroll 0 0 transparent;
    clear: both;
    height: 22px;
    margin: 0 auto;
    width: 1022px;
}
.fotts{ text-align:center; float:right; padding-top:2px;}

#banner {position:relative; width:984px; height:319px; overflow:hidden;}
#banner_list img {border:0px; padding:3px;}
#banner_bg {position:absolute; bottom:0;height:30px;filter: Alpha(Opacity=30);opacity:0.3;z-index:1000;cursor:pointer; width:984px; }
#banner_info{position:absolute; bottom:0; left:5px;height:22px;color:#fff;z-index:1001;cursor:pointer}
#banner_text {position:absolute;width:120px;z-index:1002; right:3px; bottom:3px;}
#banner ul {position:absolute;list-style-type:none;filter: Alpha(Opacity=80);opacity:0.8; border:1px solid #fff;z-index:1002;
			margin:0; padding:0; bottom:6px; right:5px;}
#banner ul li { padding:0px 8px;float:left;display:block;color:#FFF;border:#e5eaff 1px solid;background:#6f4f67;cursor:pointer}
#banner ul li.on { background:#900}
#banner_list a{position:absolute;} 

.top-one {
    background: none repeat scroll 0 0 #040102;
    height: 110px;
    overflow: hidden;
	margin-top: 20px;
}

.top-one .t-o-l {
    background: url("../images/topleft.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 70px;
    margin-left: 14px;
    margin-top: 22px;
    width: 370px;
}
.top-one .t-o-r {
    float: right;
    width: 590px;
}
.top-one .t-o-r .t-o-r-o {
    margin-top: 45px;
}
.top-one .t-o-r .t-o-r-o .topcart {
    margin-right: 5px;
}
.logo {
    background: url("../images/logos.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 139px;
    margin-left: -60px;
    margin-top: -5px;
    position: absolute;
    width: 500px;
    z-index: 999;
}

.m-h-l {
    float: left;
    width: 660px;
	margin-left: 10px;
}
.m-h-r {
    float: left;
    margin-left: 4px;
    width: 303px;
}
.m-h-r .m-h-img {
    border: medium none;
    height: 131px;
    margin-bottom: 4px;
    padding: 0;
}