/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 vista Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.cartvista.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:12px "Trebuchet MS";
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}
a img {
	border: none;
}
a:link, #navEZPagesTOC ul li a {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color:#333333;
	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: #333333;
	text-decoration:underline;
}
a:active {
	color: #333333;
}
h1 {
	font-size: 1.5em;
	color: #815F3E;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger {
	font-size: 1.1em;
}
.biggerText {
	font-size: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 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: "Trebuchet MS";
	font-size: 1em;
}
FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}
TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
}
input:focus, select:focus, textarea:focus {
	background: #dae0f9;
}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #071a7c;
}
LEGEND {
	font-weight: bold;
	color: #000000;
}
LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}
LABEL.inputLabel {
	width: 9em;
	float: left;
}
LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
}
#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
}
P, ADDRESS {
	padding: 0.5em;
}
ADDRESS {
	font-style: normal;
}
.clearBoth {
	clear: both;
}
HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
}
.messageStackWarning, .messageStackError {
	background-color: #9abafc;
	color: #000000;
}
.messageStackSuccess {
	background-color: #66CC99;
	color: #000000;
}
.messageStackCaution {
	background-color:#FED6BC;
	color: #000000;
}
/*wrappers - page or section containers*/
#mainBodyWrapper {
	
	width: 1030px;
	height:auto;
	
	margin:0 auto;
}
#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}
#logoWrapper {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
}
/*navigation*/

.navSplitPagesResult {
}
.navSplitPagesLinks {
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
}
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}
#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
}
#navCatTabs ul li a {
	color: #9a9a9a;
}
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
}
#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
}
#navEZPagesTOC ul li {
}
#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
}
#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
}
#navMainSearch {
	float: right;
}
#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
}
#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
}
#navColumnOne, #navColumnTwo {
	background-color: transparent;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .alert {
	vertical-align: top;
}
.centerBoxContentsNew {
	vertical-align: top;
}
/*.content,*/  .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
}
#productDescription {
	width:288px;
	text-align:justify;
	font-size:12px;
	font-family:"Trebuchet MS";
}
#pro_f {
	width:500px;
}
#productfeature {
	/*font-size: 1.2em;*/
	
	width:280px;
	float:left;
	line-height:18px;
	font-size:12px;
	text-align:justify;
	font-family:"Trebuchet MS";
	list-style-type:circle;
}
#productcart {
	/*font-size: 1.2em;*/
	
	width:210px;
	float:right;
	padding-top:20px;
}
.grey_new {
	color:#666666;
	font-family:"Trebuchet MS";
	font-size:11px;
	line-height:18px;
	font-weight:bold;
}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
}
.advisory {
}
.important {
	font-weight: bold;
}
.notice {
}
.rating {
}
.gvBal {
	float: right;
}
.centerColumn_new {
	width:543px;
	float:left;
	margin:0;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}
/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	padding: 1em;
}
.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
}
.tableHeading, #cartSubTotal {
	background-color: #815f3e;
	color:#FFFFFF;
}
.cartTableHeading TH {
	background-color: #815f3e;
	color:#FFFFFF;
}
#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
}
.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}
#scUpdateQuantity {
	width: 2em;
}
.cartQuantity {
	width: 4.7em;
}
.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
	color: #666666;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	color:#000099;
}
.cartRemoveItemDisplay {
	width: 3.5em;
}
.cartAttribsList {
	margin-left: 1em;
}
#mediaManager {
	width: 50%;
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
}
.mediaTitle {
	float: left;
}
.mediaTypeLink {
	float: right;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
}
.normal_price {
	font-size:11px;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color:#0c447c;
	font-size:11px;
}
.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
}
#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
}
#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
}
#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
}
.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
}
.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
}
.amount {
	width: 5.5em;
}
/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em;
}
.categoryIcon {
}
#cartImage {
	margin: 0.5em 1em;
}
/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}
.attributesComments {
}
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
}
.centerBoxWrapper {
	
	
	margin: 1.1em 0;
}
.newBoxWrapper {
}
h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
}
/*sideboxes*/
.columnLeft {
}
h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
}
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;
	margin-top: 1.5em;
}
.sideBoxContent {
	width:160px;
	margin-left:7px;
	background-color: #ffffff;
	padding: 0.4em;
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:14px;
	line-height:28px;
}
.sideBoxContent a, a:link, a:active, a:visited {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
.sideBoxContent a:hover {
	font-family:"Trebuchet MS";
	color:#cccccc;
	font-size:12px;
	text-decoration:underline;
}
.itemTitle {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
.itemTitle a {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.itemTitle a;
hover {
	text-decoration:none;
	color:#FF0000;
}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
}
TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
}
.centeredContent {
	text-align: center;
	width:150px;
	margin-left:20px;
	margin-right:20px;
}
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
}
#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
}
#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
}
#bannerboxHeading {
	background-color: #0c447c;
}
#upProductsHeading {
	text-align: left;
}
#upDateHeading {
	text-align: right;
}
/* categories box parent and child categories */
 A.category-top:visited {
	color: #000000;
	text-decoration: none;
}
A.category-top {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	font-size:16px;
}
A:hover.category-top {
	color: #815f3e;
	text-decoration: none;
	font-weight:bold;
	font-size:16px;
}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color:#000000;
	font-size:13px;
	text-decoration: none;
	font-weight:bold;
}
A:hover.category-subs, A:hover.category-products, A:hover.category-subs:visited, A:hover.category-products:visited {
	color:#815f3e;
	font-size:13px;
	text-decoration: none;
	font-weight:bold;
}
SPAN.category-subs-parent {
	font-weight: bold;
}
SPAN.category-subs-selected {
	font-weight: bold;
}
/* end categories box links */

/*misc*/



.back {
	float: left;
}
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
}
.bold {
	font-weight: bold;
}
.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
}
.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
}
.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}
CAPTION {
/*display: none;*/
	}
#myAccountGen li, #myAccountNotify li {
	margin: 0;
}
.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;/*vertical-align: top*/
	}
.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
}
TR.tableHeading {
	background-color: #815f3e;
	height: 2em;
	color:#FFFFFF;
}
.productListing-rowheading {
	background-color: #815f3e;
	height: 2em;
	color: #FFFFFF;
}
.productListing-rowheading a {
	color: #FFFFFF;
}
#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;
border:1px solidz 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;
}
#header {
	width:1030px;
	padding-top:8px;
	height:214px;
	margin-left:1px;
}
#logo {
	width:159px;
	height:214px;
	float:left;
}
#search {
	float:right;
	width:871px;
/*	background-image:url(../images/logo_right2.jpg);
	background-repeat:no-repeat;*/
	height:214px;
	
}
.account {
	width:250px;
	float:right;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000000;
	margin-top:55px;
	text-align:right;
	padding-right:75px;
}
.account a {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.account a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.header_item {
	width:150px;
	margin-right:-20px;	
	 padding-bottom:10px;
}
.chceck_out {
	width:250px;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#000000;
	font-weight:bold;
	float:right;
	
	margin-left:15px;
	padding-top:15px;
}
.chceck_out a {
	text-decoration:none;
	color:#000000;
}
.chceck_out a:hover {
	text-decoration:none;
	color:#FF0000;
}
.account1 {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	margin-top:10px;
	padding-left:145px;
}
.home {
	width:100px;
	height:60px;
	margin-top:15px;
	margin-left:45px;
	margin-bottom:10px;
}
.shopp {
	width:250px;
	padding-top:0px; 
}
.shopp1 {
	width:208px;
	text-align:right;
	padding-top:10px;
	margin-right:40px;
	font-family:calibri;
	font-size:15px;
	color:#000000;
	font-weight:bold;
}
.login {
	font-family:calibri;
	font-size:15px;
	color:#FFFFFF;
	width:150px;
	float:left;

}
.login a {
	text-decoration:none;
	font-family:calibri;
	font-size:15px;
	color:#FFFFFF;
}
.login a:hover {
	text-decoration:none;
	color:#F0000;
	font-family:calibri;
	font-size:15px;
}
.cat {
	width:187px;
}
.cat1 {
	width:187px;
	margin-top:10px;
}
.search_box {
	width:165px;
	height:29px;
	background-image:url(../images/search_box.jpg);
	background-repeat:no-repeat;
	float:left;
}
.menu {
	width:860px;
	font-family:"baskerville Old Face";
	font-size:25px;
	font-weight:bold;
	margin-top:176px;
	color:#FFFFFF;
	margin-left:35px;
}
.menu a {
	text-decoration:none;
	font-family:"baskerville Old Face";
	font-size:25px;
	font-weight:bold;
	color:#FFFFFF;
}
.menu a:hover {
	text-decoration:none;
	color:#FF0000;
}
#main_content {
	width:1025px;
	margin:auto;
	background-color:#815f3e;
	margin-bottom:10px;
	margin-top:-1px;
	margin-left:2px;
}
#left_content {
	width:200px;
	background-color:#815f3e;
	float:left;/*min-height:935px;*/

}
#right_content {
	width:825px;
	float:left;
}
#top_box {
	width:187px;
	min-height:150px;
	margin-top:5px;
	padding:0;
	border:1px solid #FFFF00;
}
.topbox_topbg {
	width:187px;
	height:38px;
	background-image:url(../images/cat_top.jpg);
	background-repeat:no-repeat;
	margin-left:7px;
}
.topbox_bodybg {
	width:187px;
	background-image:url(../images/search_cent.jpg);
	background-repeat:repeat-y;
	margin-left:7px;
}
.topbox_footerbg {
	/*width:187px;
height:79px;
background-image:url(../images/cat_bot1.jpg);*/
width:187px;
	height:23px;
	background-image:url(../images/search_bot.jpg);
	background-repeat:no-repeat;
	margin-left:7px;
	margin-bottom:10px;
}
.catbox_footerbg {
	width:187px;
	height:23px;
	background-image:url(../images/search_bot.jpg);
	background-repeat:no-repeat;
	margin-left:7px;
	margin-bottom:10px;
}
.twitterbox_footerbg {
	width:187px;
	height:115px;
	background-image:url(../images/twiter_bot.jpg);
	background-repeat:no-repeat;
	margin-left:7px;
	margin-bottom:10px;
}
.delbox_footerbg {
	width:187px;
	height:104px;
	background-image:url(../images/delivery_bot.jpg);
	background-repeat:no-repeat;
	margin-left:7px;
	margin-bottom:10px;
}
.delevery {
	width:171px;
	height:84px;
	background-image:url(../images/delivery.jpg);
	background-repeat:no-repeat;
	margin-left:6px;
}
.payment {
	width:172px;
	height:130px;
	background-image:url(../images/payment.jpg);
	background-repeat:no-repeat;
	margin-left:5px;
}
.twitter {
	width:170px;
	height:90px;
	/*background-image:url(../images/twitter1.jpg);
background-repeat:no-repeat;*/
margin-left:5px;
}
.testi_txt {
	width:165px;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#000000;
	text-align:justify;
	margin-left:9px;
	margin-right:5px;
}
.twiter_box {
	background-image:url(../images/twiter_box.jpg);
	background-repeat:no-repeat;
	width:187px;
	height:242px;
	margin-left:8px;
}
.search_txt {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	font-weight:bold;
	margin-left:9px;
}
.searchbtn {
	width:27px;
	height:26px;
}
.heading {
	font-family:"HelveticaNeueLT Pro 43 LtEx";
	font-size:18px;
	color:#FAF5F2;
	padding-top:7px;
	text-align:center;
	font-size:18px;
	font-weight:normal;
}
.heading1 {
	width:150px;
	font-family:"HelveticaNeueLT Pro 43 LtEx";
	font-size:18px;
	color:#FAF5F2;
	padding-top:7px;
	padding-left:40px;
	font-weight:normal;
}
.boldblue {
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	color:#815f3e;
	padding-left:10px;
	line-height:50px;
}
#product_display {
	width:624px;
	border-right:1px solid #ddd8c9;
	min-height:1280px;
	background-color:#ddd8c9;
	float:left;
	margin:0;
}
#right_topbox_maindiv {
	width:200px;
	float:right;
	/*min-height:935px;*/
background-color:#815f3e;
}
.contentbox_topbg {
	width:543px;
	height:50px;
}
.contentbox_bodybg {
	width:588px;
	min-height:150px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:justify;
	line-height:22px;
}
.contentbox_bodybg_login {
	width:450px;
	min-height:150px;
	padding-left:95px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:justify;
	line-height:22px;
}
.contentbox_footerbg {
	width:543px;
	height:35px;
	margin-top:-15px;
}
.footerbox_topbg {
	width:885px;
	height:19px;
	background-image:url(../images/footerbox_headbg.jpg);
	background-repeat:no-repeat;
}
.footerbox_bodybg {
	width:855px;
	min-height:120px;
	background-image:url(../images/footerbox_mainbg.jpg);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:5px;
}
.paypal_f {
	width:125px;
	border-right:1px solid #CCCCCC;
	float:left;
}
.f_news {
	width:720px;
	float:right;
}
.news_content {
	width:550px;
	padding:0;
}
.newsletter_f {
	width:145px;
	float:right;
	border-left:1px solid #CCCCCC;
	padding:0;
}
.grey {
	color:#666666;
	font-size:12px;
	font-family:"Trebuchet MS";
}
.grey1 {
	color:#000000;
	font-size:13px;
	font-family:"Trebuchet MS";
}
.top_grey {
	color:#000000;
	font-size:11px;
	font-family:"Trebuchet MS";
}
.top_grey a {
	color:#000000;
	text-decoration:none;
}
.top_grey a:link {
	color:#815f3e;
	text-decoration:none;
}
.top_grey a:hover {
	color:#815f3e;
	text-decoration:none;
}
.footerbox_footerbg {
	width:885px;
	height:30px;
	background-image: url(../images/footerbox_footbg.jpg);
	background-repeat:no-repeat;
}
#footer {
	width:1030px;
	float:left;
	margin-left:-2px;
	margin-top:0px;
	height:176px;
}
.footer_left {
	background-image: url(../images/footer_left.jpg);
	background-repeat:no-repeat;
	float:left;
	width:113px;
	height:176px;
}
.footer_right {
	background-image: url(../images/footer_right.jpg);
	background-repeat:no-repeat;
	float:left;
	width:911px;
	height:176px;
	float:left;
}
.footer {
	width:1030px;
	height:176px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	
	/*margin-top:-10px;*/
	margin-left:-5px;
	margin-top:0px;
}
.footer a {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#999999;
	text-align:center;
}
.footer a:hover {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}
.ptitle {
	color:#815F3E;
	font-size:12px;
	font-weight:bold;
}
.read a {
	color:#0c447c;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.read a:link {
	color:#0c447c;
	text-decoration:none;
}
.read a:hover {
	color:#0c447c;
	text-decoration:underline;
}
.read a:active {
	color:#0c447c;
	text-decoration:none;
}
.copyrights {
	color:#0c447c;
	font-size:11px;
	font-weight:bold;
	margin:auto;
	line-height:30px;
	width: 1000px;/*background-image:url(../images/main_bg.jpg);background-repeat:repeat-y;
*/}
.copyrights a {
	color:#0c447c;
	font-size:11px;
	font-weight:bold;
}
.copyrights a:link {
	color:#0c447c;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
.copyrights a:hover {
	color:#0c447c;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.copyrights a:active {
	color:#0c447c;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
.boldblue2 {
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	color:#0c447c;
}
.hr2 {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px dotted #000099;
}
.reg {
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
	color: white;
	background-image:url(../images/form_legend_bg.gif);
	height:24px;
	background-repeat:repeat-x;
}
.search_error {
	width:510px;
	height:310px;
	border:1px solid #666666;
	color:#000000;
}
.error_top {
	width:510px;
	height:24px;
	background-image:url(../images/form_legend_bg.gif);
	background-repeat:repeat-x;
}
.error_txt {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	width:450px;
	text-align:justify;
	margin-left:10px;
}
.error_conttxt {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	width:450px;
	text-align:justify;
	margin-left:30px;
	margin-bottom:10px;
}
.banners {
	width:562px;
	height:153px;
}
.feature_bg {
	background-image:url(../images/feature_bg.jpg);
	background-repeat:no-repeat;
	width:597px;
	height:55px;
	margin-top:15px;
	margin-left:5px;
}
.fea_txt {
	font-family:"HelveticaNeueLT Pro 43 LtEx";
	font-size:13px;
	color:#FFFFFF;
	float:right;
	width:150px;
	font-weight:normal;
	margin-top:22px;
}
.feature_product {
	width:500px;
}
.product_txt {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:22px;
}
.product_txt a {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.product_txt a:hover {
	text-decoration:none;
	color:#815f3e;
}
.footer_manu {
	float:left;
	width:1030px;
	/*height:100px;*/
background-color:#FFFFFF;
}
.footer_menu {
	float:left;
	width:1030px;
	height:40px;
	background-color:#815f3e;
}
.footer_menutxt {
	font-family:"HelveticaNeueLT Pro 43 LtEx";
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	line-height:38px;
	font-weight:normal;
}
.footer_menutxt a {
	text-decoration:none;
	font-family:"HelveticaNeueLT Pro 43 LtEx";
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	padding-left:17px;
	font-weight:normal;
}
.footer_menutxt a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
.rt_img {
	background-image:url(../images/footer_right2.jpg);
	background-repeat:no-repeat;
	width:1px;
	height:176px;
	float:left;
}
.footer_bot {
	width:1030px;
	font-family:"Trebuchet MS";
	font-size:12px;
	height:40px;
	color:#000000;
	margin-top:15px;
}
.foot_txt {
	width:530px;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	float:left;
	margin-left:260px;
	text-align:center;
}
.footr_txt {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	float:right;
	width:130px;
	text-align:right;
	margin-right:5px;
}
.footr_txt a {
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}
.footr_txt a:hover {
	text-decoration:none;
	color:#815f3e
}
.footer_nlink
{
width:1030px; text-align:center;
font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;font-weight:bold;
	padding:10px 0 10px 0;
}
.footer_nlink a {
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:none;
	color:#000000;
	
}
.footer_nlink a:hover {
	text-decoration:none;
	color:#815f3e
}



.search_brand {
	width:130px;
	height:25px;
	border:2px solid #CCCCCC;
}
.arrow {
	width:27px;
	height:26px;
}
fieldset {
	border:1px solid #815f3e;
}
.boldblue1 {
	width:270px;
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:bold;
	color:#000000;
	float:left;
}
.product_infopage {
	width:290px;
	float:left;
}
.info_ques {
	width:600px;
}
.ques_txt {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	font-weight:bold;
	margin-left:15px;
}
.ques_txt a {
	text-decoration:none;
	color:#000000;
}
.ques_txt a:hover {
	text-decoration:none;
	color:#ff0000;
}
.prodt_title {
	background-image:url(../images/prodt.jpg);
	background-repeat:no-repeat;
	width:320px;
	height:56px;
	margin-top:25px;
	margin-bottom:10px;
}
.attri_txt {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000000;
}
.product_smal {
 float:left;  margin-top:10px;; width:230px; 

}
.addcart {
}
.cat_timg {
	
	height:140px;width:520px;
	 vertical-align:top; background-color:#FFFFFF;margin-left:-20px;
	
}
#boxcat {
	padding:3px;
	width:145px;
	padding-left:15px;
}
#boxcatc {
	padding:3px;
	width:140px;
}
.recommend {
	background-image:url(../images/recommend.jpg);
	background-repeat:no-repeat;
	width:490px;
	height:57px;
	margin-top:25px;
	margin-bottom:10px;
}
.footer_manufature {
	width:150px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #cccccc;
	text-align:center;
}
.product_txt1 {
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	text-align:center;
	line-height:22px;
}
.product_txt1 a {
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.product_txt1 a:hover {
	text-decoration:none;
	color:#815f3e;
}
.footer_news {
	width:250px;
	margin-left:10px;
	margin-top:90px;
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:12px;
}
.recom_img {
	width:140px;
	float:left;
	margin-left:5px;
}
.listingProductImage {
	width:130px;
	/*border:1px solid #000000;*/
}
.categoryImg {
  text-align:center;
}
.itemTitle1 {
	color:#cc0000;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.price
{
color:#cc0000;
font-weight:bold;
}
.large_img
{
width: 230px; float:left;
}
.img_large
{
width:230px; 
}

.product_listpage
{
width:600px; margin-top:-30px;
}