/**
 * Main CSS Stylesheet // Black Pig Store
 * Design by Dan Furr 2007
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

/* GLOBAL -------------------------------------------------------------------------------------------------*/

.hide { display: none; }
.ghost { visibility: hidden; }
.firstPara { margin-top: 5px; }
.clear { clear: both !important; }

.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.strong{ font-weight: bold; }
.error { color: #900; padding: 3px 6px; }

p{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1em;
	padding-bottom: 10px;
	text-align: justify;
	clear: both;
	float: left;
	line-height: 1.8em;
}

.centerColumn p{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1.1em;
	padding-bottom: 15px;
	text-align: justify;
	clear: both;
	float: left;
	line-height: 1.8em;
	padding-left: 0;
	margin-left: 0;
	width: 500px;
	display: inline;
}

.storecolp{
	float: left;
	clear: left;
	margin-left: 0;
	padding-left: 0;
	width: 350px !important;
}

.storecolp a, .storecolp input, .noleft, .noleft a{
	margin-left: 0 !important;
	padding-left: 0 !important;
}	

h1.store { 
	color: #666666;
	height: 18px;
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1em;
	text-indent: -30000px;
	margin-bottom: 15px;
	width: 340px;
	background-image: url(../../../../../images/subtitle-store.gif);
}

h1#productName{
	color: #666666;
}

h1#cartDefaultHeading, h1#loginDefaultHeading, h1#createAcctDefaultHeading, h4#createAcctDefaultLoginLink, h1#logoffDefaultHeading{
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	clear: both !important;
	float: left !important;
	color: #666666;
}	

h3#attribsOptionsText{
/* THIS IS THE 'CHOOSE OPTION' IF YOU HAVE MULTIPLE CHOICES FOR PURCHASE ie. DOWNLOAD / MAIL ORDER etc
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1.1em;
	text-align: justify;
	clear: both;
	float: left;
	line-height: 1.8em;
	padding-left: 0;
	margin-left: 0;
*/	display: none;
}

#productMusicDisplay{
	margin-top: 0;
	padding-top: 0;
}

img{
	border: none;
}

.floatleft{
	float: left;
}

.floatnone{
	float: none;
}

.floatright{
	float: right !important;
}

/* COMMON ELEMENTS ----------------------------------------------------------------------------------------*/

html{
/*	In Standards Compatibility mode IE6 needs the scrollbar colours to be applied to this html tag */
	scrollbar-highlight-color: #f0f2f1;
	scrollbar-shadow-color: #dee0df;
	scrollbar-track-color: #ededed;
	scrollbar-face-color: #999999;
	scrollbar-arrow-color: #333333;
	scrollbar-darkshadow-color: #dee0df;
	scrollbar-3dlight-color: #dee0df;
	/* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	margin-bottom: 0.1em;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: white url(../../../../../images/backgnd.gif) repeat-x;
	scrollbar-highlight-color: #f0f2f1;
	scrollbar-shadow-color: #dee0df;
	scrollbar-track-color: #ededed;
	scrollbar-face-color: #999999;
	scrollbar-arrow-color: #333333;
	scrollbar-darkshadow-color: #dee0df;
	scrollbar-3dlight-color: #dee0df;
	font: 62.5% Arial, Verdana, Helvetica, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	text-align: center;
}

a{
	text-decoration: none;
	outline: none;
	color: #999999;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	outline: none;
	color: #333333;
	font-weight: bold;
}

img{
	border: none;
}

h1 {
	font-size: 1.1em;
	color: #666666;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

#indexDefaultHeading{
	display: none;
}

h2 {
	font-size: 1.1em;
	color: #666666;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

h3 {
	font-size: 1.2em;
	}

h4, h5, h6, LABEL, LEGEND, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h4.optionName{
	clear: left;
	float: left;
	font-size: 1.1em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0 !important;
	margin-left: 0 !important;
}


h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
}

/*  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;
	}

/* SELECT, INPUT {
	display: inline;
	margin: 0.1em;
	color: #7A7A7A;
	font-weight: bold !important;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background: #ededed;
	}

TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	clear: left;
	float: left;
	color: #7A7A7A;
	font-weight: bold;
	background: #ededed !important;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	}
*/

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

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

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

ADDRESS {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1.1em;
	padding-bottom: 15px;
	float: left;
	line-height: 1.8em;
	padding-left: 0;
	margin-left: 0;
	display: inline;
	text-decoration: none;
	font-style: normal !important;
}

.clearBoth {
	clear: both;
	}

.extraleft{
	padding-left: 10px;
}

HR {
	height: 1px;
	margin-top: 0;
	padding-top: 25px;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	clear: left;
	float: left !important;
	}

/*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;
	}

#header{
	background: url(../../../../../images/top-banner.jpg) no-repeat;
	width: 760px;
	height: 90px;
	clear: left;
	float: left;
}

#header a.brandprom{
	display: block;
	width: 150px;
	height: 90px;
	text-indent: -30000px;
	float: left;
}

#header a.logo{
	display: block;
	width: 150px;
	height: 90px;
	text-indent: -30000px;
	float: right;
}

/*wrappers - page or section containers*/

#mainWrapper {
	width: 760px;
	margin: 13px auto 0 auto !important;
	padding-left: 2px;
	}

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

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}
	
#navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#navColumnOneWrapper{
	margin: 0;
	padding: 0;
}

#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%;
	}
	
.checktheaddress{
	margin: 0;
	width: 47%;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1.1em;
	line-height: 1.8em;
	display: inline;
	text-decoration: none;
	text-align: justify;
	margin-bottom: 15px;
}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/* NAVIGATION ----------------------------------------------------------------------------------------*/

#nav{
	width: 760px;
	clear: left;
	float: left;
	padding: 4px 0;	
}

a.haus{
	height: 18px;
	width: 15px;
	background: url(../../../../../images/haus.gif) top left no-repeat;
	display: block;
	margin-right: 465px;
}

a.haus:hover{
	height: 18px;
	width: 15px;
	background: url(../../../../../images/haus-ovr.gif) top left no-repeat;
	display: block;
	margin-right: 465px;
}

#nav ul{
	float: left;
	list-style: none;
	width: 760px;
	display: inline-block;
}

#nav ul li{
	float: left;
	margin-right: 10px;
	text-indent: -30000px;
}

#nav ul li.last{
	margin-right: 0;
}

a.nav-clients{
	display: block;
	width: 49px;
	height: 18px;
	background: url(../../../../../images/nav-clients.gif) no-repeat;
}

a.nav-clients:hover{
	display: block;
	width: 49px;
	height: 18px;
	background: url(../../../../../images/nav-clients-ovr.gif) no-repeat;
}

a.nav-approach{
	display: block;
	width: 68px;
	height: 18px;
	background: url(../../../../../images/nav-approach.gif) no-repeat;
}

a.nav-approach:hover{
	display: block;
	width: 68px;
	height: 18px;
	background: url(../../../../../images/nav-approach-ovr.gif) no-repeat;
}

a.nav-us{
	display: block;
	width: 17px;
	height: 18px;
	background: url(../../../../../images/nav-us.gif) no-repeat;
}

a.nav-us:hover{
	display: block;
	width: 17px;
	height: 18px;
	background: url(../../../../../images/nav-us-ovr.gif) no-repeat;
}

a.nav-today{
	display: block;
	width: 41px;
	height: 18px;
	background: url(../../../../../images/nav-today.gif) no-repeat;
}

a.nav-today:hover{
	display: block;
	width: 41px;
	height: 18px;
	background: url(../../../../../images/nav-today-ovr.gif) no-repeat;
}

a.nav-enquire{
	display: block;
	width: 55px;
	height: 18px;
	background: url(../../../../../images/nav-enquire.gif) no-repeat;
}

a.nav-enquire:hover{
	display: block;
	width: 55px;
	height: 18px;
	background: url(../../../../../images/nav-enquire-ovr.gif) no-repeat;
}

.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;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #ffffff;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	text-align: left;
	clear: left;
	float: left;
}

#navSupp, #navSuppWrapper, #navSupp ul{
	display: none;
}

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


/* MAINSTRAP ------------------------------------------------------------------------------------ */

#mainstrap{
	width: 760px;
	clear: left;
	float: left;
	padding: 10px 0;
}

#mainstrap p{
	color: #ffffff;
	margin-bottom: 25px;

}

.mainstrapleft{
	clear: left;
	float: left;
	width: 250px;
	padding: 10px 0 0 0;
	margin-right: 10px;
}

.mainstrapleft dl{
	width: 250px;
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.mainstrapleft dl dt{
	float: left;
	width: 70px;
	margin-bottom: 10px;
	padding-top: 2px;
}

.mainstrapleft dl dd{
	float: left;
	width: 170px;
	margin-bottom: 10px;
}

.mainstrapleft dl dd.nobottommargin{
	margin-bottom: 0 !important;
}

.mainstrapleft dl dd input.submit{
	float: right;
	padding-top: 3px;
}

.lowbottom{
	margin-bottom: 5px !important;
	padding-bottom: 5px !important;
}

dl.loginetc{
	width: 500px;
	clear: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666666;
	margin: 0 0 20px 0;
	padding: 0;
}

dl.loginetc dt{
	width: 170px;
	margin: 0 6px 10px 0;
	clear: left;
	float: left;
	font-weight: bold;
}	

dl.loginetc dt.nobold{
	font-weight: normal !important;
}	

dl.loginetc dd{
	width: 320px;
	margin-bottom: 10px;
	float: left;
}

dl.loginetc dd input{
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	clear: left;
	float: left;
	color: #7A7A7A;
	font-weight: bold;
	background: #ededed;
}

dl.loginetc dd input.sendit{
	width: 145px;
	height: 15px;
	float: right;
}

dl.loginetc dd textarea{
	width: 320px;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	clear: left;
	float: left;
	color: #7A7A7A;
	font-weight: bold;
	background: #ededed;
}

dl.loginetc dd.radio input{
	background: none;
	width: 13px;
	float: left;
}

dl.loginetc dd select{
	width: 322px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	clear: left;
	float: left;
	color: #7A7A7A;
	font-weight: bold;
	background: #ededed;
}

.seperateheader{
	font-weight: bold;
}

/*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;
	display: none;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0;
	}

.smallText, #, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 1em;
	float: left;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	margin-bottom: 5px;
	}
	
#siteinfoIP{
	padding: 12px 0 0 0 !important;
}

/*Shopping Cart Display*/

.width500{
	clear: left !important;
	float: left !important;
	width: 500px !important;
}

table#shoptitle{
	width: 500px !important;
	clear: left;
	float: left;
	padding: 0;
	background: #999999 !important;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

table#shoptitle td, table#cartContentsDisplay td{
	padding: 3px 0;
	border-right: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
}

table#cartContentsDisplay{
	width: 100% !important;
	width: 500px !important;
	clear: left !important;
	float: left !important;
	padding: 0;
	border-bottom: 1px solid #cccccc !important;
	position: relative;
}

table#cartContentsDisplay td.norightborder{
	border-right: none !important;
}

table#cartContentsDisplay tr.tableHeading{
	clear: left;
	float: left;
	padding: 5px !important;
	background: #999999;
	color: #ededed !important;
}

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

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

#cartSubTotal {
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	background-color: #E6E2E2;
	width: 495px;
	margin-bottom: 10px;
	color: #666666;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.tableRow{
	}

.cartQuantityUpdate, .cartQuantity{
	}

.cartTotalsDisplay{
	clear: left;
}

#scUpdateQuantity {
	width: 30px;
}

.cartQuantity {
	width: 30px; 
	background: #ededed;
	color: #333333;
}

.cartProductDisplay{
	width: 330px;
	background: #ededed;
}

.cartUnitDisplay{
	width: 50px;
	background: #ededed;
}

.cartTotalDisplay{
	width: 50px;
	background: #ededed;
}

.cartRemoveItemDisplay{
	width: 40px;
	background: #ededed;
}

.cartRemoveItemDisplay a{
	margin-left: 10px;
}

.cartRemoveItemDisplay input{
	background: none;
	padding: 0;
	margin: 5px 0 0 0;
}

.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 {
	}

.cartAttribsList {
	display: none;
	}

#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 {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	display: none;
	}

/*sideboxes*/
.columnLeft {}

ul.content-leftcol-list{
	list-style: none;
	float: left;
	clear: left;
	width: 240px;
	text-transform: uppercase;
	line-height: 1.8em;
	font-weight: bold;
	font-size: 1.1em;
}

ul.content-leftcol-list li{
	clear: left;
	font-weight: bold;
}

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 {
	background-color: #ffffff;
	padding: 0.4em;
	}

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, .cartQuantityUpdate, .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: left;
	color: #999999;
	margin: 0;
	padding: 0;
	}
	
td.cartQuantityUpdate{
	display: none;
}
	
#siteinfoLegal{
	margin-bottom: 15px !important;
	float: left;
	clear: left;
}

#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 {
	color: #008000;
	text-decoration: none;
	}
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: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}
	
.back input{
	background: none;
	color: #666666;
}

.attribsRadioButton{
	background: none !important;
	display: none;
}	

.forward {
	float: right;
	}
	
#PPECbutton{
	float: right;
	margin: 10px 0 0 20px;
}

div.carcass #PPECbutton{
	float: left !important;
	margin: 0 0 10px 0 !important;
	clear: left;
}

.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: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	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;
	}

dl.itemdetail{
	clear: left;
	float: left;
	width: 500px;
}

dl.itemdetail dt{
	clear: left;
	float: left;
	width: 120px;
	margin-right: 30px;	
}

dl.itemdetail dd{
	float: left;
	width: 350px;
}

ul#productDetailsList{
	list-style: none;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1.1em;
	text-align: justify;
	clear: both;
	float: left;
	line-height: 1.8em !important;
	margin-bottom: 10px;
}

ul#productDetailsList li{
	float: left;
	clear: left;
	margin-bottom: 0;
	padding-bottom: 0;
	display: inline;
}


#productAttributes{
	float: left;
}

.extrabottom{
	margin-bottom: 10px;
}

.extrabottom2{
	margin-bottom: 20px;
}

ul#orderAttribsList{
	list-style: none;
}

.extraright{
	margin-right: 20px;
}

.extratop{
	margin-top: 20px;
}

.extratop2{
	margin-top: 32px;
}

.footer-divider{
	padding: 0 29px;
}

.footer-divider2{
	padding: 0 10px;
}

ul.footershadow{
	width: 742px;
	list-style: none;
	clear: left;
	float: left;
	padding: 5px 0 5px 20px;
	background: #ededed;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.1em !important;
}	

ul.footershadow li{
	float: left;
	padding: 0 !important;
	margin: 0 !important;
}

ul.footershadow a, ul.subfooter a{
	color: #999999;
	text-decoration: underline;
}

ul.footershadow a:hover, ul.subfooter a:hover{
	color: #333333;
	text-decoration: none;
}

ul.subfooter{
	width: 760px;
	list-style: none;
	font-size: 0.9em;
	color: #999999;
	float: right;
	padding: 0;
	margin: 0;
}

ul.subfooter li{
	float: left;
	padding-bottom: 10px;
}