/**
 * 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;
background:transparent url(../images/back.gif) repeat scroll 0 0;
color:#917373;
font-family:Tahoma;
font-size:11px;
line-height:14px;
text-align:center;
	}

a img {border: none; }
a:hover{
	text-decoration:underline;
}

#navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}
a{
	text-decoration:none;
}

a:active {
	color: #999999;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

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: arial, verdana, helvetica, sans-serif;
	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: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #FFFFFF;
	}

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{
	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: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 750px;
	vertical-align: top;
	border: 1px solid #9a9a9a;
	}

#headerWrapper, #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;
	} 

	
#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 {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {

	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
 #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/


.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	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: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.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;
	}

.productSpecialPrice, .productPriceDiscount {
	color: #ff0000;
	}
.productSpecialPriceSale{
	color:#666666;
}
.productSalePrice{
	color:#FFFFFF;
}
.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, .centerBoxContentsAlsoPurch{
	margin: 1em 0em;
	}

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;
}

.leftBoxContainer, .rightBoxContainer {

	}



h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.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, #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;
	}

#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: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/list_background1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
A.category-top:hover{
	text-decoration:underline;
}
A.category-links, A.category-links:visited {
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
	}
A.category-links:hover{
	text-decoration:underline;
}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	margin-left:20px;
	padding-left:20px;
	display:block;
	color: #FF0000;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration: none;
	background-image: url(../images/list_background1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
A.category-subs:hover,A.category-subs:hover{
	text-decoration:underline;
}
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 {

	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	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 {

	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #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;
	}
.main_t {
margin:auto;
text-align:left;
width:1000px;
}
.top_talling {
background:#5F060B url(../images/top_talling.gif) repeat-x scroll left top;
}
.top_talling .inner1 {
background:transparent url(../images/top_talling_bottom.gif) repeat-x scroll left bottom;
}
.logo {
margin:130px 0 0 20px;
position:absolute;
}
.header_t {
background:transparent url(../images/header_bg2.gif) repeat-y scroll left top;
height:162px;
width:100%;
}
.header_t .col1 {
background:#CA2411 url(../images/header_bg1.jpg) no-repeat scroll left top;
width:270px;
}
.header_t .col2 {
width:100%;
}
.header_t .row1 {
background:transparent url(../images/header_bg3.gif) no-repeat scroll left top;
height:91px;
}
.header_t .row1 .coll1 {
float:left;
width:304px;
}
.header_t .row1 .coll1 .block {
background:transparent url(../images/header_bg5.gif) no-repeat scroll left top;
float:right;
height:40px;
margin-top:41px;
width:274px;
}
.header_t .row1 .coll1 .block .indent {
color:#FF863D;
font-family:Tahoma;
font-size:11px;
padding:12px 0 0 61px;
}
.header_t .row1 .coll1 .block .indent a {
color:#FFFFFF;
text-decoration:none;
}
.header_t .row1 .coll1 .block .indent a:hover {
text-decoration:underline;
}
.header_t .row1 .coll2 {
color:#D6831D;
float:right;
font-size:11px;
width:auto;
}
.header_t .row1 .coll2 .coll1 {
float:left;
width:56px;
}
.header_t .row1 .coll2 .coll2 {
background:transparent url(../images/headet_bg6.gif) no-repeat scroll 116px 0;
float:left;
padding-bottom:10px;
width:177px;
}
.header_t .row1 .coll2 .coll2 select {
background:#804A0A none repeat scroll 0 0;
border:1px solid #A35F08;
height:21px;
width:96px;
}
.header_t .row1 .coll2 .coll3 {
color:#D6831D;
float:left;
font-size:11px;
width:59px;
}
.header_t .row1 .coll2 .coll4 {
float:left;
width:auto;
}
.header_t .row1 .coll2 .coll4 img {
margin-right:1px;
}
.header_t .row2 {
background:#9D5E0C url(../images/header_bg8.gif) repeat-x scroll left top;
}
.header_t .row2 .inner1 {
background:transparent url(../images/header_bg9.gif) repeat-y scroll left top;
}
.header_t .row2 .inner2 {
background:transparent url(../images/header_bg10.gif) no-repeat scroll left top;
}
.header_t .row2 .inner3 {
background:transparent url(../images/header_bg11.gif) no-repeat scroll right top;
}
.header_t .row2 .inner4 {
background:transparent url(../images/header_bg12.jpg) no-repeat scroll left bottom;
}
.user_menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
text-transform:uppercase;
padding-bottom:6px;
}
.user_menu li {
background:transparent url(../images/user_menu_bg.png) no-repeat scroll 0 2px;
display:block;
float:left;
font-size:11px;
line-height:12px;
}
* html .user_menu li {
background:transparent url(../images/user_menu_bg.gif) no-repeat scroll 0 2px;
display:block;
float:left;
font-size:11px;
line-height:12px;
}
.user_menu li a {
color:#2D180D;
display:block;
padding:2px 23px 2px 19px;
text-decoration:none;
}
.user_menu li.last a {
color:#2D180D;
display:block;
padding:2px 0 2px 15px;
text-decoration:none;
}
.user_menu li a:hover {
text-decoration:underline !important;
}
.user_menu2 .coll1 {
width:auto;
}
.user_menu2 .coll2 {
width:100%;
}
.user_menu2 .coll2 .coll1 {
color:#FFFFFF;
float:left;
font-family:Tahoma;
font-size:9px;
font-weight:bold;
text-transform:uppercase;
width:88px;
}
.user_menu2 .coll2 .coll2 {
float:left;
width:146px;
}
.user_menu2 .coll2 .coll2 input {
background:#7E490A none repeat scroll 0 0;
border:1px solid #AE750F;
color:#FFFFFF;
font-size:11px;
height:17px;
padding-left:3px;
padding-top:2px;
width:139px;
}
.user_menu2 .coll2 .coll22 input {
background:#7E490A none repeat scroll 0 0;
border:1px solid #AE750F;
color:#FFFFFF;
font-size:11px;
height:16px;
padding-left:3px;
padding-top:2px;
width:139px;
}
.user_menu2 .coll2 .coll3 {
float:left;
width:auto;
}
.user_menu2 .indent {
height:29px !important;
overflow:hidden;
padding:5px 7px 14px 30px;
}
.user_menu2 ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-top:0;
text-transform:uppercase;
}
.user_menu2 li {
background:transparent url(../images/user_menu_bg2.gif) no-repeat scroll 0 5px;
display:block;
float:left;
font-size:9px;
line-height:12px;
}
.user_menu2 li a {
color:#FFF799;
display:block;
padding:1px 13px 2px 8px;
text-decoration:none;
}
.user_menu2 li.last a {
color:#FFF799;
display:block;
padding:1px 0 2px 8px;
text-decoration:none;
}
.user_menu2 li a:hover {
text-decoration:underline !important;
}
.indent2 {
padding:17px 0 9px 30px;

}
.top_talling2 {

background:transparent url(../images/top_talling2.gif) repeat scroll 0 0;
}
.box_column {
background:#9B0A11 url(../images/left_col_topback.jpg) no-repeat scroll left top;
}
.box_head {
background:#46060A url(../images/box3_head_bg2.gif) repeat-x scroll left top;
color:#FFFFFF;
font-family:Tahoma;
font-size:18px;
font-weight:bold;
text-transform:capitalize;
width:100%;
}
.box_head .inner1 {
background:transparent url(../images/box3_head_bg1.gif) no-repeat scroll left top;
width:100%;
}
.box_head .inner2 {
background:transparent url(../images/box3_head_bg3.gif) no-repeat scroll right top;
width:100%;
}
.box_head .inner3 {
padding:19px 5px 15px 19px;
}
.box_head a {
color:#FFFFFF;
text-decoration:none;
}
.box_head a:hover {
text-decoration:underline;
}
.box {
background:#61070E url(../images/box3_bg2.gif) repeat-x scroll left top;
margin-bottom:10px;
width:100%;
}
.box .inner1 {
background:transparent url(../images/box3_bg1.gif) no-repeat scroll left bottom;
}
.box .inner2 {
background:transparent url(../images/box3_bg3.gif) no-repeat scroll right bottom;
}
.box .box-indent {
overflow:hidden;
padding:11px 14px 33px 19px;
}
.box select {
width:90%;
}
.box1_body {
color:#917373;
font-size:11px;
}
.leftBoxContainer ul li a{
	padding-bottom:5px;
	color:#FFF799;
	font-size:12px;
}
.sideBoxContent a{
	color:#FFF799;
	font-size:12px;
}
.sideBoxContent .productSpecialPrice{	
	color:#FFFFFF;
}
#informationContent ul li a,#moreinformation ul li a,#ezpages ul li a{
	padding-left:20px;
	display:block;
}
.sideBoxContent div{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.title_box {
	margin-left:5px;
	margin-right:5px;
overflow:hidden;
}
.title_box .row1 .title_inner1 {
background:transparent url(../images/bg_titile_right_top.gif) no-repeat scroll right top;
padding-right:10px;
}
.title_box .row1 .title_inner2 {
background:transparent url(../images/bg_titile_left_top.gif) no-repeat scroll left top;
padding-left:10px;
}
.title_box .row1 .title_inner3 {
background:transparent url(../images/bg_titile_top.gif) repeat-x scroll left top;
height:8px;
}
.title_box .row2 {
background:#C88609 url(../images/bg_titile_top2.gif) repeat-x scroll left top;
width:100%;
}
.title_box .row2 .title_inner1 {
background:transparent url(../images/bg_titile_leftx.gif) repeat-y scroll left top;
width:100%;
}
.title_box .row2 .title_inner2 {
background:transparent url(../images/bg_titile_rightx.gif) repeat-y scroll right top;
width:100%;
}
.title_box .row2 .title_inner3 {
background:transparent url(../images/bg_titile_left_top2x.gif) no-repeat scroll left top;
width:100%;
}
.title_box .row2 .title_inner4 {
background:transparent url(../images/bg_titile_right_top2x.gif) no-repeat scroll right top;
width:100%;
}
.title_box .row3 {
display:none;
}
.title_box .row3 .title_inner1 {
background:transparent url(../images/bg_titile_right_bottom.gif) no-repeat scroll right top;
padding-right:10px;
}
.title_box .row3 .title_inner2 {
background:transparent url(../images/bg_titile_left_bottom.gif) no-repeat scroll left top;
padding-left:10px;
}
.title_box .row3 .title_inner3 {
background:transparent url(../images/bg_titile_bottom.gif) repeat-x scroll left top;
height:3px;
}
.centerBoxWrapper h2{
	margin:0;
	padding-bottom:10px;
	padding-left:10px;
}
.product_box_name {
margin-bottom:0;
}
.product_box_name .row1{
}
.product_box_name .row1 .product_box_name_inner1 {

background:transparent url(../images/prod_title_bg2.gif) no-repeat scroll right top;
padding-right:214px;
}
.product_box_name .row1 .product_box_name_inner2 {

background:transparent url(../images/prod_title_bg1.gif) no-repeat scroll left top;
padding-left:132px;
}
.product_box_name .row1 .product_box_name_inner3 {

background:transparent url(../images/prod_title_bg3.gif) repeat-x scroll left top;
height:9px !important;
line-height:1px;
}
.product_box_name .row2 {

background:#C10614 url(../images/prod_title_bg7.gif) repeat-x scroll left top;
width:100%;
}
.product_box_name .row2 .product_box_name_inner1 {

background:transparent url(../images/prod_title_bg9.gif) repeat-x scroll left bottom;
width:100%;
}
.product_box_name .row2 .product_box_name_inner2 {

background:transparent url(../images/prod_title_bg8.gif) repeat-y scroll left top;
width:100%;
}
.product_box_name .row2 .product_box_name_inner3 {

background:transparent url(../images/prod_title_bg9.gif) repeat-y scroll right top;
width:100%;
}
.product_box_name .row2 .product_box_name_inner4 {

background:transparent url(../images/prod_title_bg5.gif) no-repeat scroll left top;
width:100%;
}
.product_box_name .row2 .product_box_name_inner5 {

background:transparent url(../images/prod_title_bg6.gif) no-repeat scroll right top;
width:100%;
}
.product_box_name .row2 .product_box_name_inner6 {

padding:0 10px 7px 20px;
}
.product_box_name .row2 a{

	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.product_box {
background:#FFFFFF none repeat scroll 0 0;
margin-bottom:10px;
width:100%;
}
.product_box .bg_inner1 {
background:#300507 url(../images/product_box_bg2.gif) repeat-x scroll left bottom;
width:100%;
}
.product_box .bg_inner2 {
background:transparent url(../images/product_box_bg1.gif) no-repeat scroll left bottom;
width:100%;
}
.product_box .bg_inner3 {
background:transparent url(../images/product_box_bg3.gif) no-repeat scroll right bottom;
width:100%;
}
.product_box .bg_inner11 {
background:#340508 url(../images/product_box_bg2-1.jpg) repeat-x scroll left bottom;
width:100%;
}
.product_box .bg_inner21 {
background:transparent url(../images/product_box_bg1-1.jpg) no-repeat scroll left bottom;
width:100%;
}
.product_box .bg_inner31 {;
background:transparent url(../images/product_box_bg3-1.jpg) no-repeat scroll right bottom;
width:100%;
}
.product_box .bg_inner9 {
padding:15px 19px 11px 18px;
}
.product_box .bg_inner91 {
padding:20px 17px 22px 20px;
}
.product_box .bg_inner911 {
padding:15px 17px 19px 20px;

}
.product_box .bg_inner911 .productSpecialPrice{
	color:#FFFFFF;
}
.centerBoxContentsNew ,.centerBoxContentsFeatured ,.centerBoxContentsSpecials{
	margin-top:5px;
}
.footer_t {

background:#280406 url(../images/footer_bg.gif) repeat-x scroll left top;
height:100px;
}
.footer_t .col1 {
float:left;
width:auto;
}
.footer_t .col2 {
color:#A5A8AC;
float:right;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
text-align:right;
width:auto;
}
.footer_t .col2 a {
color:#A5A8AC;
}
.footer_t .col2 span {
color:#F26522;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}
.footer_t .col2 span a {
color:#F26522;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
text-decoration:none;
}
.footer_t .col2 span a:hover {
text-decoration:underline;
}
#productListHeading,#productName{
	margin:0;
	color:#FFFFFF;
	padding-bottom:10px;
	padding-left:5px;
}
.centerBoxWrapper .product_box .bg_inner911 {
padding:15px 17px 19px 20px;
color:#F7941D;
font-size:16px;
font-weight:bold;
}
.productListing-rowheading th,.productListing-rowheading th a{
	color:#C30614;
	font-size:14px;
}
.itemTitle a{
	color:#FFFFFF;
}
.itemTitle{	
text-align:left;
}
.normalprice,.productSpecialPrice,.productPriceDiscount{
	font-size:15px;
	font-weight:bold;
}
.normalprice{
	color:#F7941D;
}
#cat1_9Table .itemTitle a{
	font-size:14px;
}
#cat1_9Table .listingDescription{
	color:#917373;
	font-weight:100;
	font-size:11px;
}
#cat1_9Table .productListing-data{
	color:#F7941D;
	font-size:15px;
	font-weight:bold;
}
#cat1_9Table .productListing-data a{
	color:#FFFFFF;
}
#productDateAdded,#productInfoLink{
	color:#FFF799;
} 
#productInfoLink a{
	color:#FFFFFF;
}
tr.rowOdd td,tr.rowEven td{
	border-right: 1px solid #9a9a9a;
}
tr.rowOdd td{
	border-top: 1px solid #9a9a9a;
}
#cartProdTitle{
	color:#FFFFFF;
}

#js_select{
margin-top:-15px;
margin-left:-60px;}
.newslist {text-align:left; overflow:hidden; margin:5px auto; width:900px; }
.newslist .newsheader {line-height:30px;height:30px;text-align:left;border-bottom:solid 1px #D3D3D3;color:#000000; font-size:14px; font-weight:bold;}
.newslist .box5{ width:290px; float:left; margin-top:5px; margin-left:5px;}
.newslist .box5 a{color:#000; }
.newslist .box5 a:hover{color:#990000; }