/**
 * 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: 0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	width:100%;
	background-color: #fbfbf6;
	background-image: url(../images/back_tile.png);
	background-repeat: repeat;
	background-position: left top;
	}

div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #6f5b5b;
}
a img {border: none; }

a:link, #navEZPagesTOC ul li a {

	}
 
a:visited {

	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {

	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 14px;
	color: #9a9a9a;
	}

h2 {
	font-size: 14px;
	}

h3 {
	font-size: 11px;
	color: #a79f84;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 12px;
	}

.biggerText {
	font-size: 12px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0 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%;
	}
*/

p {
	margin:4px;
}

.subcat_wrapper{
	position:relative;
	width:515px;
	height:118px;
}

.subcat_description{
	position:relative;
	float:right;
	width:250px;
}

.subcat_description_text{
	font-size:12px;
}

.subcat_image{
	float:left;
	padding-right:20px;
	margin-top:15px;
	clear:both;
}
.clear{
	clear:both;
}

.more_link{
	font-weight:bold;
	font-size:10px;
}

CODE {
	
	}

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

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

LEGEND {
	font-weight: bold;
	padding: 11px;
	color: black;
	}

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;
	clear:both;
	}
	
#logo {
	position:absolute;
	margin-top:-93px;
	margin-bottom:-58px;
	overflow:visible;
	height:150px;
}

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 {
	margin-top: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.big_rule {
	position:relative;
	width:100%;
	height:25px;
	background-image: url(../images/rule.png);
	background-repeat: no-repeat;
	}	

/*warnings, errors, messages*/

#logoffDefaultMainContent{
	padding-right:120px;
}
.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 {
	color: #000000;
	}
	
input {
	color: #6f5b5b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8.5pt;
}

a {
	color: #a67828;
	text-decoration: none;
}

a:link {
	color: #a67828;
	text-decoration: none;
}

a:visited {
	color: #a67828;
	text-decoration: none;
}

a:hover {
	color: #a67828;
	text-decoration: underline;
}

/*wrappers - page or section containers*/
	
#mainWrapper {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image: url(../images/back_distress.jpg);
	background-repeat: no-repeat;
	/*background-color:#6666CC;*/
}
	

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

#headerWrapper{
	position:relative;
	width:900px;
}
	
#contentMainWrapper{
	position:relative;
	left:59px;
	margin:0px;
	top:32px;
	width:603px;
	padding: 0px;
	background-image: url(../images/body_content_bg_main.gif);
	background-position:-59px 0px;
	background-repeat: repeat-y;
	border-top:0px solid #e2e2d9;

}	

#contentMainWrapper_bg{
	position:relative;
	z-index:1;
	left:-2px;
	top:-14px;
	margin:0px;
	padding: 0px;
	width:666px;
	background-image: url(../images/body_content_bg2.gif);
	/*background-color:#FFFFFF;*/
	background-repeat: repeat-y;
	background-position: -224px;
	border-right:0px solid #adab83;
	border-top:0px solid #adab83;
	border-left:0px solid #adab83;

}	
#contentMainWrapper_foot{
	position:relative;
	right:44px;
	z-index:10;
	width:710px;
	height:117px;
	top:112px;
	background-image: url(../images/cap_bottom.png);
	background-repeat: no-repeat;
	background-position:right;
}	

#logoWrapper{
	position:relative;
	top:49px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	height:181px;
	width:960px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0em;
	margin-right: 0em;
	}
	
	
#navColumnOneWrapper{
	position:relative;
	z-index:10;
	margin:0px;
	padding:0px;
	margin-left: 0px;
	margin-right: 0px;
}


#navColumnOneWrapper_bg{
	position:relative;
	margin-left: 0em;
	margin-right: 0em;
	background-image: url(../images/body_content_bg.gif);
	background-repeat: repeat-y;
	width:218px;
	border-top:0px solid #adab83;
	border-right:0px solid #adab83;
}

#navColumnOneWrapper_foot{
	position:relative;
	left:-0px;
	width:216px;
	height:67px;
	top:0px;
	background-image: url(../images/cap_bottom_sidebar.png);
	background-repeat: repeat-y;
}	

/* p_sidebar */

div#p_sidebar {
	position: relative;
	width: 216px;
	z-index: 19;
	float: left;
	left: 59px;
	top: -18px;
}

div#p_sidebar_con {
	position: relative;
	width: 212px;
	background-color: #fbfbf7;
	border: 2px solid #cecebf;
	border-bottom: 0;
	border-top: 0;
}

div#p_sidebar_bottom {
	position: relative;
	width: 216px;
	height: 67px;
	background-image: url(images/shared/p_sidebar_bottom/cap_bottom.png);
}

div#ps_w2bar {
	position: absolute;
	width: 212px;
	height: 39px;
	top:-40px;
	left:3px;
	z-index:20;
	/*background-color: #f1f1ea;
	background-image: url(images/shared/ps_w2bar/back_tile.png);*/
}

a.pswb_link {
	display: block;
	text-decoration: none;
	height: 29px;
	padding: 10px 0 0 0;
	color: #6f5b5b;
	background-image: none;
	font-size: 11px;
	float: left;
}

a.pswb_link:hover {
	display: block;
	text-decoration: none;
	height: 29px;
	padding: 10px 0 0 0;
	color: #6f5b5b;
	background-image: url(images/shared/ps_w2bar/button-over_back_tile.png);
	font-size: 11px;
	float: left;
}

a.pswb_link img {
	float: left;
	margin: 1px 0 0 23px;
}

a#pswb_shareThis {
	width: 126px;
}

a#pswb_RSS {
	width: 86px;
}

div#ps_content {
	position: relative;
	width: 176px;
	margin: 18px 0 0 18px;
	padding: 0 0 18px 0;
}

div.psc_rule {
	position: relative;
	margin: 22px 0 22px 0;
}

div#ps_shim {
	position: relative;
	height: 20px;
}

div.pn_overs {
	position: relative;
	width: 157px;
	height: 64px;
	float: left;
	margin: 0 3px 0 0;
}

div.pn_normal {
	position: absolute;
	top: 0;
	left: 0;
}

div.pn_over {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

div#p_nav_main {
	position: absolute;
	width: 640px;
	height: 65px;
	top: 39px;
	left: 311px;
	overflow: hidden;
	z-index: 18;
}

/* p_nav_inside */

div#p_nav_inside {
	position: absolute;
	left: 124px;
	top: 188px;
}

div.pni_overs {
	position: relative;
	width: 188px;
	height: 37px;
	float: left;
	margin: 0;
}

div.pni_normal {
	position: absolute;
	top: 0;
	left: 0;
}

div.pni_over {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

*/

/* pcc_breadcrumb */

div#pcc_breadcrumb {
	position: relative;
	height: 37px;
	background-color: #f8f8f6;
	border-bottom: 1px solid #e2e2d9;
}

div#pccb_con {
	position: relative;
	padding: 10px 0 0 77px;
	font-size: 12px;
}

/* p_content_container */

div#p_content_container {
	position: relative;
	background-color: #fff;
	width: 698px;
	border: 1px solid #aeac84;
	border-bottom: 0;
	border-top: 0;
	margin: -18px 0 0 241px;
	z-index: 5;
}

div#p_content_bottom {
	position: relative;
	margin: 0 0 60px 233px;
	width: 710px;
	height: 107px;
	background-image: url(images/shared/p_content_bottom/cap_bottom.png);
}

div#pcc_content {
	position: relative;
	width: 550px;
	margin: 0 0 0 74px;
	padding: 21px 0 60px 0;
}

div#pcc_content p {
	margin: 0 0 16px 0;
}

div#pcc_content h1 {
	margin: 0 0 20px 0;
}

div.pccc_rule {
	position: relative;
	margin: 27px 0 23px -5px;
}

div.pccc_image_right {
	position: relative;
	float: right;
	background-color: #eceee7;
	margin: 0 -74px 10px 23px;
	padding: 6px 0 8px 6px;
}

div.pccci_caption {
	position: relative;
	width: 235px;
	font-size: 11px;
	line-height: 14px;
}

div.pccci_content {
	position: relative;
	margin: 0 74px 0 0;
}

div.pccci_content img {
	float: left;
	margin: 0 6px 6px 0;
}

div.pccc_pullquote_right {
	position: relative;
	float: right;
	background-color: #eceee7;
	margin: 0 -74px 10px 23px;
	padding: 20px 0 20px 20px;
}

div.pcccp_content {
	position: relative;
	margin: 0 74px 0 0;
	width: 250px;
}

p.pccc_toplink {
	float:right;
}

/* footer */

div#footer_zen {
	margin-top:150px;
	padding-bottom:10px;
	position: relative;
	width: 100%;
	background-color:#e5e3de;
}

div#f_border {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-image: url(../images/border_tile.png);
	background-repeat: repeat-x;
}

div#f_logolink {
	position: relative;
	width: 760px;
	margin: 100px 0 100px 180px;
}

div#fll_logo {
	position: relative;
	float: left;
	height: 330px;
	width: 200px;
	border-right: 1px solid #c7c5ad;
}


div#flll_con {
	position: absolute;
	display: block;
	top: 50%;
	margin: -74px 0 0 0;
}

div#flll_copyright {
	position: relative;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	width: 139px;
	margin: 6px 0 0 0;
	color: #a79f84;
}

div#fll_links {
	position: relative;
	padding: 0 0 0 60px;
}

div.flll_link {
	font-size: 11px;
	color: #a79f84;
	margin: 0 0 7px 1px;
}

div.flll_link a {
	color: #a67828;
	font-size: 12px;
	font-weight: bold;
}	
	
#tagline {
	visibility:hidden;
	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 {
	margin-bottom:20px;
	font-size:11px;
	}
.navSplitPagesLinks {
	position:absolute;
	font-size:11px;
	left:200px;
}

.navNextPrevCounter {
	padding:0px;
	margin-right:120px;
	float:right;
	}
	
#productDetailsList{
	font-size:10px;
}
	
.navNextPrevWrapper{
	margin-top:30px;
	margin-bottom:20px;
	font-size:10px;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper, #navCatTabsWrapper {
	position:absolute;
	visibility:hidden;
	margin: 0em;
	background-image: url(../images/tile_back2.gif);
	padding: 0.2em 0.2em;
	font-weight: bold;
	color: #000000;
	height: 25px;
	}

#navMainWrapper{
	margin: 0px;
	background-image: url(../images/top_bar_bg.png);
	/*background-image: url(/wp-content/themes/cw/images/shared/bar_top/back_tile.png);*/
	background-repeat:repeat-x;
	font-weight: bold;
	color: #000000;
	height: 40px;
	width:958px;
	}
	
#navMainWrapper_BG{
	position:absolute;
	margin: 0px;
	margin-left:300px;
	/*background-image: url(../images/top_bar_bg.png);*/
	background-image: url(/wp-content/themes/cw/images/shared/bar_top/back_tile.png);
	background-repeat:repeat-x;
	font-weight: bold;
	color: #000000;
	height: 40px;
	width:100%;
}
	
#navCatTabsWrapper {
	position:absolute;
	background-color: #fbfbf7;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	position:absolute;
	left:350px;
	top:-2px;
	margin: 0px;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: left;
	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: #a67828;
	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: 0em;
	margin-top:0px;
	margin-bottom:0px;
	}
	
.categoryIcon {
	font-size:16px;
	/*display:none;
	berk*/
}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	position:relative;
	top:-28px;
	left:40px;
	height:13px;
	width:570px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	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;
	width:920px;
	}

#navColumnOne, #navColumnTwo {
	background-image: url(../images/body_content_bg2.gif);
	background-repeat: repeat-y;
}


#navColumnOne{
	background-image: url(../images/body_content_bg2.gif);
	background-repeat: repeat-y;
}




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

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	position:relative;
	width:625px;
	left: 40px;
	padding-top:25px;
	padding-bottom:0px;
	}

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

/*Shopping Cart Display*/

#infoShoppingCart{
	position:relative;
}

.rowOdd {
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	height: 1.5em;
	vertical-align: top;
}

#cartContentsDisplay{
	width:505px;
	/*padding-right:40px;*/
}
#cartAdd {
	float: right;
	text-align: right;
	margin: 0em;
	padding-right: 90px;
	}

.tableHeading TH {

	}

.tableHeading, #cartSubTotal {

	 }

#cartSubTotal {
	position:relative;
	font-weight: bold;
	text-align: right;
	padding-right:10px;
	padding-top:20px;
	margin-top:30px;
	background-image: url(../images/rule.png);
	background-repeat: no-repeat;
	}

.tableRow, .tableHeading {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	margin-top:20px;
	margin-bottom:20px;
	
	}

.cartQuantityUpdate, .cartRemoveItemDisplay{
	position:relative;
}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: left;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	font-size:11px;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	font-size:11px;
	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, .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 ;
	}



#cartImage {
	margin-right:8px;
	}
	
#cartImage img {
	width:90px;
	height:90px;
}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}


.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	padding: 0px 0px;
	font-size:10px;
	width:70px;
	height:120px;
	}

.centerBoxWrapper {
	border: 0px solid #9a9a9a;
	height: 1%;
	margin: 0px 0px;
	width:600px;
	}

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

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 12px;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #featuredHeading, #search-headerHeading {
	font-size: 11px;
	color: #a67828;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	color: #a67828;
	width:180px;
	}

.leftBoxContainer, .rightBoxContainer {
	position:relative;
	margin-left: 20px;
	padding-top:0px;
	top:10px;
	border: 0px solid #9a9a9a;
	border-bottom: 0px solid #336633;
	}

.sideBoxContent {

	padding: 5px;
	/*background-image: url(../images/rule.png);
	background-repeat:repeat-x;*/
	padding-bottom:30px;
	/*background-color:#f1f1ea;*/
	/*BERK*/
	}

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

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	/*color: #a67828;*/
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .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;
	vertical-align:top;
	}

.cartQuantity{
	padding-top:15px;
	width: 45px;
}
#productListing{
	padding-right:80px;
}

.productGeneral{
	margin-right:80px;
	padding:0px;
}


.listingDescription{
	padding-right:35px;
	font-size:11px;
}

#productName, #productPrices{
	width:400px;
}

/*berk*/
.productListing-data{

}
	
.centerBoxHeading{
	text-align: left;
	margin-bottom:20px;
}

.centeredContent{
	text-align: left;
}

.centeredContentBack a{
	text-align: left;
	width:100px;
}
	

#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: #5b6c7f;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #5b6c7f;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #5b6c7f;
	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;
	text-align:left;
	}

#shoppingCartDefault #PPECbutton {
	float: right;
}

#shoppingCartDefault{
	width:520px;
}
.bold {
	font-weight: bold;
	}
	
.forward{
	margin-right:10px;
	float: right;
}

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

.productListing-rowheading {
	/*background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);*/
	margin-top:20px;
	margin-bottom:30px;
	height:40px;
	font-size:10px;
	display:none;
	/*color: #FFFFFF;*/
	}
	
.productListing-odd, .productListing-even{
	padding-top:8px;
	padding-bottom:8px;
	/*background-image: url(../images/rule.png);
	background-repeat:no-repeat;
	background-position: left bottom;*/
}
	
.productListing-odd{
}
.productListing-even{
}

	
.listingProductImage{
	margin-right:10px;
	margin-bottom:10px;
	width:90px;
	height:90px;
}

#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: left;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
