/*************************************
Author: Gary Howell
Email: gary.cofamedia@gmail.com
Date: 9/10/09

Project: buyuglysweaters.com
*************************************/

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #780b0b;
	background:#000 url(../images/brown_pattern.gif) repeat-x;
	}

a img {border: none; }

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

a:active {
	color: #000000;
	}

h1 {
	font-size: 1.5em;
	color: #bd0200;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .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 {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #efefef;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em 0.3em 0.3em 0;
	}

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 #ffffff;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #ffffff;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #000000;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 980px;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{
	background-repeat: repeat-x;
	height:80px;
	margin:12px 0 0 0;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	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: 70%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult { margin:10px 0; }
.navSplitPagesLinks { color: #8b0c15 !important; }
.navSplitPagesLinks a{ color: #8b0c15 !important; }
.navSplitPagesLinks a:hover{ color: #000 !important; text-decoration:underline; }


.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: 5px 0 0 0;
	border-top:1px solid #333;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #ffffff;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em 0em 0px;
	list-style-type: none;
	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 20px 0;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #ffffff;
	}

#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 5px 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 12px 0 0 12px;
	*margin:12 0 0 0;
	width:637px;
	*width:626px;
	*position:relative;
	*right:8px;
	background-image: url(../images/bread_bg.png);
	*background-image: url(../images/bread_bg_ie.png);
	}

#navBreadCrumb a { margin:5px 0 0 0 !Important; color: #000; }
#navBreadCrumb a:hover { text-decoration:underline; }


#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, .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; color: #8b0c15 !Important;	}

.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

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

.tableHeading TH {
	border-bottom: 1px solid #ffffff;
	}

.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: center;
	padding-right: 0.2em;
	width:50px;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;	
	}

.cartNewItem {
	color: #000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #8b0c15;
	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;
	}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.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 {
	height: 1%;
	width:810px;
	margin: 3px 0;
	background:#efefef url(../images/top_bg.png) no-repeat !important;
	}
	
.centerBoxWrapper a{ color:#000 !important; }

.centerBoxWrapper_sub {
	height: 1%;
	width:610px;
	margin: 23px 0;
	}
	
.centerBoxWrapper_sub a{ color:#000 !important; }


h2.centerBoxHeading {
	font-size: 18px;
	color: #8b0c15;
	font-weight:bold;
	margin:0 0 0 21px;
	*margin:0 0 0 13px;
	width:600px;
	position:relative;
	top:7px;
	text-align:left !important;
	}

.centerBoxHeading{
background:none !important;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #8b0c15 !important;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.rightBoxHeading{
	margin: 10px 0 0 0;
	background-image: url(../images/right_bg.png);
	padding: 0.5em 0.2em;
	text-align:left !Important;
	}

.rightBoxContainer{
	margin: 0em;
	width:155px !important;
}


.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #8b0c15 !important;
	text-decoration: underline;
	} 

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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #968f73;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #780b0b;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/


.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 a{ color:#000000 !Important; }
#accountLinksWrapper a{ color:#000000 !Important; }


#myAccountGen li, #myAccountNotify li {
	margin: 0;
	color:#000000 !important;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

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

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

.productListing-rowheading {
	color: #8b0c15;
	margin:10px 0;
	padding:10px 0;
	}
	
#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;
	}
	
/* FOR TOP NAV */

.back_top_nav {	
float: right; 
color:#fff !important;
font-size:12px;
font-weight:bold;
margin:65px 0 0 0;
}

.back_top_nav li.red a{ color:#ff3300; }
.back_top_nav li.yellow a{ color:#ffcc00 !IMPORTANT; }

.back_top_nav li.white a{ color:#fff; }
.back_top_nav li.white a{ color:#fff !IMPORTANT; }

.back_top_nav a { text-decoration:none; }
.back_top_nav a:hover{ text-decoration:underline; }

.back_top_nav li{
list-style-type:none;
display:inline;
padding:0 5px;
}

/* FOR TOP NAV */


/* FOR SUB NAV */

.back { 
float: left;
font-size:12px;
font-weight:bold;
}

.back a { color:#fff; text-decoration:none; }
.back a:hover{ color:#ff9900 !important; text-decoration:underline; }

.back li{
padding:0 10px;
}

/* FOR SUB NAV */

.cr { clear:both; }

.banner{ 
width:795px;
margin:0 0 0 5px;
display:inline;
}

.banner_pic{
float:left;
margin:10px 0 0 13px;
*margin:10px 0 0 8px;
display:inline;
}  

.centerBoxContentsNew{
background-image:url(../images/product_bg.png);
width:140px !important;
height:167px;
text-align:center;
margin:20px 20px 10px 20px;
display:inline;
padding:10px;
}

.centerBoxContentsNew img{ text-align:center !important; padding-bottom:15px !important; }
	
.centerBoxContentsNew a{ width:100px !important; font-size:10px !important; }
	
	
#indexDefaultMainContent{
color: #8b0c15 !important; 
*width:605px !IMPORTANT;
_width:585px;
width:587px;
float:left;
margin:10px 0 0 0;
background:url(../images/long_bg.png) no-repeat !important;
}

#indexDefaultMainContent p{ color: #000 !important; }

#indexDefaultMainContent h1,h2,p,small{ *padding-left:10px !important; }

#indexDefaultMainContent{
padding:10px 8px 0 10px !important;
*padding:10px 0 0 0 !important;
margin-bottom:10px !Important;
}

#indexDefaultMainContent .content{
*width:605px !IMPORTANT;;
_width:585px;
width:585px;
}

#navColumnTwoWrapper_home{
float:left;
margin:0 0 0 10px !important;
}

/* RIGHT COLUMN FOR HOME PAGE */

.rightBoxContainer_home {
	margin: 0em;
	width:197px !important;
}

.rightBoxContainer_home #searchContent{  }

.rightBoxContainer_home a { padding:10px; color:#000000; text-decoration:underline; }
.rightBoxContainer_home a:hover { padding:10px; color:#000000; text-decoration:none; }

.rightBoxContainer_home h3{ padding-left:15px; color: #8b0c15 !important; }

.rightBoxHeading_home {
	margin: 10px 0 0 0;
	background-image: url(../images/right_bg_home.png);
	padding: 0.5em 0.2em;
	text-align:left !Important;
	}

/* RIGHT COLUMN FOR HOME PAGE */

.bottom_bg{
position:relative;
right:10px;
*position:relative;
*left:0;
}

.bottom_bg2{
*position:relative;
*top:4px;
margin:0;
padding:0;
}

.greeting{ color:#FFFFFF; }

a.category-top{ color:#333333 !important; }
a.category-top:hover{ text-decoration:underline; }

.leftBoxHeading{
width:154px;
padding: 10px 0.2em;
text-align:left;
margin:10px 0 0 0;
color: #8b0c15 !important;
background-image: url(../images/left_bg.png);
}

.newBoxHeading{
width:147px;
*width:146px;
padding: 10px 0.2em 0 10px;
text-align:left;
margin:10px 0 0 0;
color: #fff !important;
background-image: url(../images/new_bg.png);
}


/* FOOTER */


/* FOOTER */

/* SUB PRODUCT PAGES BEGINS */

.centerColumn{
margin:0 0 0 5px;
*margin:0 0 0 0;
}

.centerColumn h1{ color: #8b0c15; }

#categoriesContent,#reviewsContent,#informationContent{
width:150px;
}

/* DEFINE CENTER COLUMN BACKGROUNDS */

#newProductsDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#indexCategories{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#reviewsInfoDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}


.main a{ color: #990000; }
.main a:hover{ color:#000; text-decoration:underline; }

.main { 
margin:20px 0 0 0 !important;
color:#000000;
}

.sub_listing{
background:url(../images/inv_bg2.png) no-repeat !Important;
*background:url(../images/inv_bg2_ie.png) no-repeat !Important;
height:160px;
}

#allProductsDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#reviewsDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#contactUsDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
min-height:350px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#indexProductList{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#productGeneral{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#shoppingCartDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#addressBookProcessDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#createAcctSuccess{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}


/* DEFINE CENTER COLUMN BACKGROUNDS ENDS */

.cartDisplay{
background:url(../images/inv_bg.png) no-repeat;
height:138px;
*background:#fff;
}

.cartQuantityUpdate{
text-align:left;
width:200px;
}

#productListing{
margin:10px 0;
}

/*.sub_listing{
background:url(../images/inv_bg2.png) no-repeat;
height:160px;
}*/

.productListing-odd{
/*background:url(../images/inv_bg.png) no-repeat;*/
width:640px;
}

.productListing-heading{ color: #8b0c15 !important; }

.itemTitle{ width:350px; text-align:left; margin:0 0 0 30px; }

.itemTitle a{ color: #8b0c15 !important; }
.itemTitle a:hover{ text-decoration:underline; }

.listingDescription{
width:350px;
text-align:left;
margin:0 0 0 30px; 
}

#advSearchResultsDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#checkoutShipping{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#checkoutPayment{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#checkoutConfirmDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#accountDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#accountEditDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#addressBookDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#accountPassword{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#acctNewslettersDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#accountNotifications{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#logoffDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#reviewsWrite{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#tellAFriendDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#checkoutShipAddressDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#shippingInfo{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#privacy{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#siteMap{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#gvFaqDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#unsubDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#advSearchDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#checkoutBillto .back{ color:#000000 !important; font-size:10px; }

#checkoutShipto{ color:#000000 !important; font-size:10px !important; font-weight:normal; }

#checkoutShippingContentChoose{ color:#000000 !important; font-weight:normal; }

.listingProductImage{ margin:0 0 0 15px; }

.red{ color: #8b0c15 !important; }

#whatsnew{
background:none !important;
}

#productMainImage{
background-image:url(../images/product_bg2.png);
width:160px !important;
height:167px;
text-align:left;
display:inline;
padding:10px;
}

#productMainImage img{ margin:15px 0 0 0; text-decoration:none !important; }

#productMainImage a{ color: #600001; padding:45px 0 0 0 !Important; text-align:center !important; width:160px !important; }
#productMainImage a:hover{ color: #600001 !important; }

#productDescription{ text-align:left; }

/* SIGN IN PAGE */

#loginDefault{
width:630px;
*width:620px;
margin:0 0 0 12px;
*margin:0 0 0 4px;
background:#efefef url(../images/sub_bg.png) no-repeat;
*background:#efefef url(../images/sub_bg_ie.png) no-repeat;
}

#loginDefault legend{ color: #8b0c15 !Important; *position:relative; *right:5px; }

.bottom_spacer{ 
float:left; 
margin:0 0 0 12px; 
*position:relative; 
*right:8px; 
background-image:url(../images/btm.jpg); 
width:646px;
*background-image:url(../images/btm_ie.jpg); 
*width:636px;
}


.bottom_spacer2{ 
float:left; 
margin:0 0 0 12px; 
*position:relative; 
*right:20px; 
background-image:url(../images/btm.jpg); 
width:646px;
*background-image:url(../images/btm_ie.jpg); 
*width:636px;
}

/* SIGN IN PAGE ENDS */


/* FOR CATEGORIES */

#cat4Table{ 
margin:20px 0 10px 0; 
}

/*.sub_listing{
background:url(../images/inv_bg2.png) no-repeat;
height:160px;
}*/

.tabTable .productListing-odd{
background:url(../images/inv_bg.png) no-repeat;
*background:#fff;
height:138px;
width:635px;
}

#shippingEstimatorContent{ background-color:#efefef }

#infoShoppingCart{ background-color:#efefef; }

/* LEFT BOX NEW PRODUCTS */

.sideBoxContentNew{
background:#990000 url(../images/prod_img.jpg) 50% no-repeat;
text-align:center;
width:159px;
*width:160px;
min-height:170px;
color:#000000 !Important;
float:left;
}

.sideBoxContentNew img{
padding:30px 0 10px 0;
margin:0 0 0 30px;
text-decoration:none !Important;
float:left;
}

.sideBoxContentNew a img{
text-decoration:none !Important;
}

.sideBoxContentNew a{
color:#000000 !important; width:100px !Important; 
}

.sideBoxContentNew a:hover{
color:#000000 !important;
text-decoration:underline;
}

.newBoxHeading a{ color:#fff !important; }
.newBoxHeading a:hover{ text-decoration:underline; }

a.whatsNewContent{ 
width:140px !Important; 
float:left; 
text-align:center; 
margin:0 0 0 10px; 
}

.newPrice{
color:#990000; 
padding-bottom:20px; 
float:left; 
text-align:center; 
margin:0 0 0 60px; 
display:inline;
}

/* LEFT BOX NEW PRODUCTS */



/* PRODUCT LISTINGS */

.mid_left{ float:left; width:150px; }

.mid_right{ float:left; margin:5px 0 0 0; padding-left:30px; }


/* PRODUCT LISTINGS */


.legend_styles{ color: #8b0c15; *position:relative; *right:5px; }

.legend_styles2{ color: #8b0c15; }


#back_btn{ position:relative; right:8px; *right:15px; }

#gvFaqDefaultSubHeading{ position:relative; *right:10px; margin:20px 0 0 0;  }

/*IE SPECIFIC STYLES*/

.productListing-data{ 
*border-top:2px solid #e0e0e0; 
*border-bottom:2px solid #e0e0e0; 
*margin:5px;
}

#ie_specific{
*border-left:2px solid red;
}

/*IE SPECIFIC STYLES*/


.product_descriptions{
float:left; width:410px;
}
