/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 3215 2006-03-20 06:05:55Z birdbrain $
 */
#lampLogo IMG { display:block; }
/* WSGC Color Scheme */
.wsgc-color-lightpurple {
	color: #683D6A;
}
.wsgc-color-orange {
	color: #E65C00;	
}
.wsgc-color-lightgreen {
	color: #B8E2C0;	
}
.wsgc-color-mediumgreen {
	color: #007900;	
}
.wsgc-color-darkgreen {
	color: #195016;	
}
.wsgc-color-yellow {
	color: #FED926;	
}
.wsgc-color-tan {
	color: #f8f4e0;	
}

/*************************/
/* SUPERNOTE */

/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; width: 10em;
font-size: 1.2em;
text-align:left;
z-index: 1000;
}
.notedefault {
 padding: 3px;
 border: 1px solid #369;
 background-color: #69C;
 color: white;
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 15px;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: white;
 color: black;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}
/*************************/

body {
	/*width: 740px;*/
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	/*color: white;*/
	background-color: #ffffff;
	vertical-align:top;
	}
a img {border: none;}
h3.leftBoxHeading, h3.leftBoxHeading a:link {
	font-size: 1em;
	background-color: #FE9A2B;
	color:#FFFFFF;
	}
h3.rightBoxHeading, h3.rightBoxHeading a:link {
	font-size: 1em;
	background-color:#006600;
	color:#FFFFFF;
}

a.normallink, a:visited.normallink, a:link.normallink{
  text-decoration: underline;
}


a:link, #navEZPagesTOC ul li a {
	color: #280878;
	text-decoration: none;
	}
 
a:visited {
	color: #280878;
	text-decoration: none;
	}
#shoppingcartHeading a:visited {
	color:#FFFFFF;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover, /*.headBoxContent a:hover*/ {
	color: #CC0000;
	}
.headBoxContent a:hover {
	color:#330033;
	}
#logo a img {
	border: solid 1px transparent;
}
#logo a:hover img {
}
a .category-subs {
	}
a .category-subs-selected {
	font-weight:bold;
	font-size:1em;
}
a.category-subs, a.category-products {
    padding-left: 0px;
    text-indent: 0px;
    /*outline: blue solid thin */
}
.category-subs, .category-products {
    padding-left: 18px;
    text-indent: -18px;
    /*outline: red solid thin */
}
a:active {
	color: #0000FF;
	}
.skipNav a, .skipNav a:hover, .skipNav a:visited
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}
#bannerboxall h3#bannerboxallHeading,#bannerbox2 h3#bannerbox2Heading {
display:none;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
/*float:left;*/
}
#bannerOne img, #bannerTwo img, #bannerThree img, #bannerFour img, #bannerFive img, #bannerSix img {
/* By EAM per CH
margin-left:50px; 
*/
text-align:center;
display:block;
}

#bannerboxallContent, #bannerbox2Content {
background-color:#fff;
}
.skipNav a:active, .skipNav a:focus
{
position:static;
width:auto;
height:auto;
}
h1 {
	font-size: 1.5em;
	}

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

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%;
	}
.disclaimer {
	border:#CCCCCC thin solid;
	padding:12px;
}
input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

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

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

#lampLogo {
	/*text-align: right;
	background-color: #E65C00;*/ 
	background-image:url(../images/logo.jpg); 
	width: 190px; 
	height:120px;
	position:absolute;
}

LABEL.inputLabel {
	width: 11em;
	float: left;
	margin-left:0.6em;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS, #checkoutSuccessLogoff, #checkoutSuccessOrderNumber, #checkoutSuccessOrderLink, #checkoutSuccessContactLink {
	padding: 0.5em;
	}
#checkoutSuccessThanks {
	padding-top:1.5em;
}
ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

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

.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: 100%;*/
	vertical-align: top;
	}
#headerWrapper {
}

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

#contentMainWrapper {
	background-color: #FFFFFF;
}

#productBox {
	display:block;
	clear:left;
}
#productContainer {
/*	margin-left:17%;
	width:100%;*/  
	display:table-row-group;
}
#wsgcPrint {
	visibility:hidden;
}

#logoWrapper {
	color: black;
	background-color: #E65C00;
	margin: 0;
	padding: 0;

}
#logoWrapper, #headerWrapper, #mainWrapper {}
#modelsearchContent p {
	color:#FFFFFF;
}

#whatsNew .centerBoxHeading {
   background-color: #195016;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: 0; 
}
	
#navMainWrapper {
    margin-top:2px;
	padding-bottom:7px;
	background-color: #E65C00;
	height:27px;
}
#tagline, #anotherTag {
	color: white;
	font-family	:Arial, Helvetica, sans-serif;
	width:300px;
	
	}
#tagline {
	/*clear: left;*/
	padding-top:23px;
	font-weight:bold;
	font-size:24px;
	/*line-height:28px;
	margin-right:30px;
	/*vertical-align: middle;
	white-space:nowrap;*/

}
#anotherTag {
	font-weight:normal;
	font-size:14px;
	font-style:italic;
}
#anotherTag a:visited {
  color: white;
  text-decoration: underline;
}
#anotherTag a:hover{
  color: #280878;
  text-decoration: underline;
}

#taglineWrapper {
	width: 290px;
	height:74px;
	text-align:left;
    margin-left:209px;
	white-space:nowrap;
}

#navMainWrapper {
	width: 732px;
	text-align:left;
    margin-left:210px;
	white-space:nowrap;

}
#wsgcLogo {
	text-align:right;
	margin-left:350px;
	position:absolute;}
.logoLink {
	text-align:left;
	/*margin-left:-20px; 
    margin-left:60px;
	white-space:nowrap;
	widows:fixed;
	*/
}
#corner {
	/*width:100%;*/
	background-color: #ffffff;
}

#reviewsHeading a {
	color:#fff;
	text-align:left;
}

#errorEmail {
	margin-LEFT:455px;
	position:absolute;
	color:#333333;
	/*float:right;*/
	height:.25em;
}

#errorEmail a:link {
	font-weight:bold;
	color:#330033;
}

#errorEmail a:hover {
	font-weight:bold;
	color:#FF3300;
}

.columnLeft, #centerColumnBox {
	background-color: #FE9A2B;
	max-width:150px;
	
}
#corner, #centerColumnBox, #leftBox20 {
	height: 26px; 
}
.listingDescription {
	padding:0px 8px 0px 5px;
}
.columnLeft20, #leftBox20 {
    width:20px;
	white-space:nowrap;
	min-width:20px;
	background-color: #E65C00;
}
#centerColumnBox, #leftBox20, .columnLeft20, .columnLeft, #corner {
	padding:0;
	margin:0;
}
#centerColumnBox, #leftBox20 {
    text-align: right;
	float: left;
}
#productInfoBox {
	display:block;
	}
#centerColumnBox { 
	background-color: #FE9A2B; 
	width: 150px; 
	min-width:150px;
}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
}
#mainBody {
	min-width:600px;
}
#categoryIcon {
	display:none;
}
.wrapperAttribsOptions {
	margin: 0.5em 2em;
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	background-color: #E65C00;
	font-weight: bold;
	color: #280878;
	}
#navMainSearch {
	margin-right:154px;
}
#navMainSearch form {
	line-height:10px;
}
.advancedSearch {
	margin-right:115px;
	display:block;
	width:100px;
}
a:hover .advancedSearch {
	color:#000000;
}
.headBoxContent a {
	color:#fff;
	font-weight:bold;
	padding-left:8px;
}
#navMain {
	background-color: #E65C00;
}
#indexCategoriesHeading {
	/*background:url(../images/webcheese.jpg) top no-repeat;
	height:97px;*/
	border-bottom:#280878 5px solid;
	padding-bottom:10px;
	padding-left:5px;
}
#navMain ul,/* #navSupp ul,*/ #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0;
	list-style-type: none;
	vertical-align:middle;
	text-align: left;
	line-height: 1.5em;
	}
#navMain .back li a:hover {
	background-color:#FF9933;
}
#navMain .back li a{
	border:#fff 1px solid;
	padding:3px;
}
#navMain .back a:hover{
	color:white;
}
#navMain ul li,/* #navSupp ul li,*/ #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
}
#navMain ul li a,/* #navSupp ul li a, */#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	}
#navSupp ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	vertical-align:middle;
	text-align: center;
	line-height: 1.5em;
	}
#navSupp ul li{
	display: inline;
	white-space: nowrap;
	}
	
#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	}

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

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

#navBreadCrumb {
	background-color: #Fe9A2B;
	color: white;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne h3{
	font-size:1.2em;

/*	background-color: #FFCC99;*/
/*	margin-left: .5em;
	margin-right: .5em;*/
	}


/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}
/* navColumnTwo */

#navColumnTwo #searchheaderContent {
	display: none;
/*	background-color: #00BFBF;
	margin-right: .5em;
	margin-left: .5em;*/
}

#navColumnTwo {
	padding-right:15px;
	margin-right:15px;
}

#navColumnTwo #shoppingcartContent {
	background-color:#FFFFFF;
}
 
/*.content, #productDescription,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
}
.delivery {
	border:#CCCCCC thin solid;
	padding: 0 12px;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
}
.advisory {}
.important {
	font-weight: bold;
}
.notice {}
.rating {
	
}
.smallProductImage {	
	padding-right:10px;
}
.gvBal {
	float: right;
}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
}

.centerColumn {
	background-color: #ffffff;
	border: none;
	/*margin-top: 1.5em;
	margin-left: .5em;
	margin-right: .5em; 
	*/color: black;
	/*width: 100%;*/
	float:left;
	width: 600px;
}

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

#siteinfoLegal a {
	color: yellow;
	
}
.legalCopyright {
   background-color:#666666;
}

/*Shopping Cart Display*/

#cartAdd {
    vertical-align:top;
	display:table;
	float: right;
	z-index:3;
	text-align: center;
	margin: 0 10px 0 5px;
	border: 1px solid #000000;
	padding: 1em;
}
#cartAdd IMG {
	padding-top:5px;
}
#cartaddBox {}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
}
#productsListingTopNumber {
	margin-left:0.9em;
}
#reviewsContent {
	visibility:hidden;
	display:none;
} 
#reviewsHeading, #reviewsHeading a {
	background-color:#FFFFFF;
}
#reviewsHeading {
	padding:0 0 0 30px;
	margin:-2px 0 -8px 0;
}
div#reviewsInfoDefaultMainContent  {
	margin:20px 90px;
}
.tableHeading, #cartSubTotal {
	background-color: yellow;
}

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

#addressBookDefault .instructions {
	margin-left:160px;
	padding-top:7px;
	width:400px;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
}

.cartProductDisplay
{
  width: 30em;
}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 1em;
	padding-left: 1em;
	/*border-left:#999999 thin groove;*/
}
.cartUnitDisplay, .cartTotalDisplay {
	padding-top: 0.8em;
	width: 2em;
}
.cartTotalDisplay {
	/*border-right:#999999 thin groove;*/
	font-weight:bold;
	width: 2em;
}
#scUpdateQuantity {
	width: 2em;
}

.cartQuantity {
	width: 6em;
}

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

.cartOldItem {
	color: #330033;
	position: relative;   /*do not remove-fixes stupid IEbug*/
}
#cartProdTitle {
	padding-top:0.4em;
	font-size:1.2em;
}
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}

.cartRemoveItemDisplay {
	width: 3.5em;
}

#cartAttribsList {
	margin-left: 1em;
}
#mediaManager {
	width: 50%; 
 	margin: 0.2em;
	padding: 0.5em;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	font-size:0.8em;
}

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

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
}
#productReviewLink, #productTellFriendLink {	
	padding-top:20px;

}
.amount {
	width: 5.5em;
}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
}
#productMainImage {
	/*padding-bottom:10%;*/
}
.productListing-data img{
	padding:8px;
	
}

.submit_model_search_button {
	width:30px;
}
#buttonStyle {
	background-color:#E65C00;
	cursor:pointer;
	color:white;
	font-weight:bold;
	border:#FFFFFF solid;
	border-width:thin;
}
#PLUbuttonStyle {
	background-color:#FE9A2B;
	margin-top:3px;
	cursor:pointer;
	color:white;
	font-weight:bold;
	border:#FFFFFF solid;
	border-width:thin;
}
#PLUbuttonStyle:hover {
	background-color:#E65C00;
}
#PLUbuttonStyle.over {
	background-color:#E65C00;
}
#buttonStyle:hover {
	background-color:#FE9A2B;
}
#buttonStyle.over {
	background-color:#FE9A2B;
}
#listCell0-0 {
	padding-left: 10px;
}
#wsgclogo {
	margin-top:6px;
}

.HeaderSearch {
	margin-top:6px;  
	margin-left:75px;

}

.HeaderSearch {
	margin-left:27.5em;
	line-height:0em;
}

#emailFieldset {
	display:none;
}

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

/*#searchContent{
**   text-align:center;
**   padding:7px;
}*/

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	background-color: #195016;
	color: #FFFFFF;
	padding: 0.5em 0.2em;
	}

.rightBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 1.5em;
	color: black;
	}

.leftBoxContainer {
/*	border: 1px solid #ffffff;*/
	border: none;
	margin-top: 1.5em;
	color: black;
	}

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

.rightBoxHeading {
	margin: 0em;
/*	background-color: #330033;*/
	padding: 0.75em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #ffffff;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #ffffff;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
.productListing-heading {
	text-align:left;
}
.productListing-data {
	text-align: left;
	vertical-align:top;
	padding-top:8px;
}
.productListing-data #manufacturer {
	position:absolute;

}
.productListing-data .itemTitle {
	padding-top:5px;
}

.productListing-data .productListPrice {
	padding-left:12px;
	font-size:1.3em;
	font-weight:bold;
	line-height:9px;
}

.productListing-rowheading {
	color: white;
	background-color: #195016;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
}

#ProductNotes {
  width:100%;
  clear:both;
}

#productDescription {
	/*float:left;
    display:block;
	margin-left:18%;
	width:60%;*/
	padding-left:0.6em;
}/*
#productDetailsList {
	margin-left:11%
}*/
#reviewsDefault .content, #reviewsDefault .bold, #reviewsDefault h2, #reviewsDefault .rating {
	margin-left:115px;
}

.productListing-rowheading a {
	color: white;
	text-decoration:none;
	padding: 0 7px 0 5px;
}
#productName, #productPrices {
	/*width:50%;*/
	}
#productListHeading {
	font-size: 18px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
}

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

/*misc*/
.back {
	float: left;
	
	}

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


.category-count {
	/*display:none;*/
	
}

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

#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 {
	background-color: #ffffff;
	}
	
#indexBody #siteinfoLegal {
	background-color: #666666;
}
#indexBody #mainWrapper #headerWrapper #logoWrapper #tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	/*font-size: 4em;*/
}

/* footer */

/* EAM */
h3#categoriesHeading {
       font-size:1.5em;
}
.wsgc-order-disclaimer {
    margin: 1em;
    width: 30em;
    float: right;
    clear: right;
}

/* START for News box module */

.newsInfo {

  text-align: left;

  font-style: normal;

}



.newsContent {

font-size: 1.0em;

}



#newsArchivTitleHeading {

	text-align: left;

	}



#newsArchivDateHeading {

	text-align: right;

	}
	

/* END */



