/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Portions 2003-2007 Zen Cart Development Team
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id:stylesheet.css based on Jade True CherryZen template and
 * redone by IDEASGirl 2007/10/26
 */
 
/* This section controls the colors for the site. Change red (default) to one of these options: orange, yellow, green, blue, purple, or grey) */
input#searchTop {
	background: url("../images/blue/rounded-search-input-top.gif") top left no-repeat;
	margin-top: 7px;
	}
	
#navMainWrapper {
	background:url("../images/blue/navbar.gif");
	}
	
h3.leftBoxHeading, h3.rightBoxHeading {
	background: url("../images/blue/boxh.gif") no-repeat;
	color:#ffffff; /* right and left box heading color */
	}
	
#shoppingcartHeading  {
	background: url("../images/blue/boxoh.gif") no-repeat;
	color:#ffffff; /* right and left box heading color */
	}
	
#specialsHeading  {
	background: url("../images/blue/boxoh.gif") no-repeat;
	color:#ffffff; /* right and left box heading color */
	}

#navMain a {
	background:url("../images/blue/tableftE.gif") no-repeat left top;
	}

#navMain a span {
	background:url("../images/blue/tabrightE.gif") no-repeat right top;
	}

#navMain a span.last {
	background:url("../images/blue/tabrightE_last.gif") no-repeat right top;
	}

/* end main color changes */


/* other background color or image changes */
body {
	background: url(../images/bg.gif) repeat-x; /* main site background color, blue default */
	}

a { outline:0; }

#headerWrapper {
	background: url(../images/blue/headerbg.gif);  /* background color behind logo and sales text, white default */
	}
	
input:focus, select:focus, textarea:focus {
	background:#e0e8ef; /* background color for input boxes, light blue default */
	}
	
.messageStackWarning, .messageStackError {
	background:#990000;  /* background color for warning messages, red default */
	}

.messageStackSuccess {
	background:#929292;  /* background color for success messages, grey default */
	}

.messageStackCaution {
	background:#FFFF99;  /* background color for caution messages, yellow default */
	}
	
#cartSubTotal, .rowOdd  {
	background:#FFFFFF; /* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */
	}

h2.centerBoxHeading, .productListing-heading {
	background: url(../images/ezbar.gif) repeat-x; /* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */
	}
TR.tableHeading {
	background:#99A9BC; /* background color for various table headings (including shopping cart heading), medium grey default */
	}
	
.rowEven, .productListing-even {
	background:#F0F0F0;  /* background color for even listings, very light grey default */
	}
	
#navEZPagesTop {
	background:url("../images/ezbar.gif") repeat-x;  /* grey background image behind ezpages section */
	}
	
#contentMainWrapper {
	background: #FFFFFF; /* This is the right column background "faked" with an image. */
	}

#contentMainWrapperb {
	background: #FFFFFF; /* This is the left column background "faked" with an image. */
	}
	
.contentWrap {
	background: #FFFFFF;
	}
	
input.search {
	background: url("../images/rounded-search-input.gif") top left no-repeat; /* rounded search image for the search sidebox */
	}

	
/* font color changes */

body {
	color:#000000;  /* main site font color*/
	}

a:link {
	color:#202020; /* main site links color */
	text-decoration:none;
	}
 
a:visited {
	text-decoration:none; /* color of links after customer has visited them */
	color:#202020;
	}

a:hover {
	color:#526E8F; /* color when links are hovered over */
	text-decoration:none;
	}
	
#navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color:#FFEAC8; /* color when links are hovered over */
	text-decoration:none;
	}
	

.leftBoxHeading a, .rightBoxHeading a {
	color:#ffffff; /* right and left box LINK heading color */
	}
	
.leftBoxHeading a:hover, .rightBoxHeading a:hover {
	color:#E8E9E9; /* right and left box LINK heading color when hovered over*/
	}
	
#navMain a span {
	color:#FFFFFF; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. */
	}
	
#navMain a:hover span {
	color:#FFFFFF; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. when hovered over */
	}
	
#tagline {
	color:#333333; /* tagline text color */
	}
	
#productPrices {
	color:#CC6600; /* color of price */
	}
	
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .alert {
	color:#009700; /* color of sale prices and alerts */
	font-weight: bold;
	}
	
.messageStackWarning, .messageStackError {
	color:#ffffff; /* color of warning message text */
	}
	
/* end of site font color changes */

/* site and main content width section */
	
html>body {
	width: auto;
	}
	
#nw {
	width:950px; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
	max-width:1300px; /* prevents the main content from getting wider than 1300px in sites other than IE */
	min-width:950px; /* this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */
	}

/* IE only. Controls Width of Site and Main Content*/
* html #nw {
	width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "1000px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */
	}
/* end IE only */


/* end site and main content width section */

/*wrappers - page or section containers*/
#nw {
	text-align:left;
	vertical-align:top;
	margin:0 auto;
	}

#headerWrapper {
	float:left;
	width:auto;
	}
		
#navMainWrapper {
	height: 43px;
	width:100%;
	font-size:12px;
	}
	
#logoWrapper {
	width:auto;
	}
	
#logo {
	float:left;
	padding-left:15px;
	text-align:center;
	}

#taglineWrapper {
	width:75%;
	float:left;
	}

#tagline {
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	padding:15px;
	}
	
#navEZPagesTop {
	font-weight:bold;
	width:auto;
    padding:10px 10px;
    text-align: right;
	}

#navEZPagesTop a {
	padding:0 5px;
	}
	
	
#contentMainWrapper {
	line-height:1.4;
	min-height: 100%;
	}

#contentMainWrapperb {
	min-height: 100%;
	}
	
* html #contentMainWrapper {
	height: 100%;
	}

.outer {
	padding-left: 210px; /* Same width as margin-left for the float-wrap div */
	}
	
.inner {
	width: 100%;
	}

.float-wrap {
	float: left;
	width: 97%;
	margin-left: -210px; /* Same length as .outer padding-left but with negative value */
	}

#content {
	float: right;
	margin-right: -210px; /* Same length as .outer padding-left but with negative value */
	width: 100%;
	line-height:1.6;
	position: relative; /* IE needs this  */
	}

.contentWrap{
	padding: 5px 0 5px 5px;
	}
	
#navColumnOne { 
	float: left;
	position: relative; /* IE needs this  */
	padding-left: 3px;
	}
	
#navColumnTwo {
	float: right; 
	margin-right: -150px; /* This negative margin-right value is in this example the same as the right column width. */
	position: relative; /* IE needs this  */
	}
.leftBoxContainer {
	background:url("../images/boxbg.gif") repeat-y;
	margin-bottom: 7px;
	}

.rightBoxContainer {
	background:url("../images/boxbg.gif") repeat-y;
	margin-bottom: 7px;
	}

* {
	margin:0;
	padding:0;
	}

body {
	font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
	font-size:73.5%;
	margin-top: 0px;
	}

a img {
	border:none; 
	}
	
ul, ol {
	text-align:left;
	padding-left:25px;
	margin-left:10px;
	margin-bottom:10px;
	}

h1 {
	font-size:1.5em;
	font-family: georgia, lucida, times;
	color: #35557C;
	font-weight: bold;
	}

h2 {
	font-size:1.3em;
	}

h3 {
	font-size:1.2em;
	}

h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {
	font-size:1.1em;
	}
	
LEGEND {
	color:#333;
	}

.biggerText {
	font-size:1.1em;
	}

h1, h2, h3, h4, h5, h6 {
	margin:0.3em 0;
	}

CODE {
	font-family:tahoma, arial, verdana, helvetica, sans-serif;
	font-size:1em;
	}

FORM, SELECT {
	display:inline;
	font-size:1em;
	margin:0.5em;
	}
	
option {
	padding-right:.5em;
	}

INPUT{
	margin:.3em .5em;
	}

html>/**/body input[type=checkbox], html>/**/body input[type=radio] {
	float:left;
	clear:both;
	}
	
html>/**/body .checkboxLabel, html>/**/body .radioButtonLabel {
	margin:0 .2em .5em 0;
	float:left;
	}
	
.ratingRow input[type=radio]{
	float:none;
	margin:0 .5em;
	}

TEXTAREA {
	margin:auto;
	display:block;
	width:95%;
	}

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

LEGEND {
	font-weight:bold;
	padding:.3em;
	}

h4.optionName {
	padding-right:1em;
	margin:0;
	padding:0;
	}

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

LABEL.inputLabel {
	width:85%;
	float:left;
	margin:0.3em;
	} 

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

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

ADDRESS {
	font-style:normal;
	padding-right:40px;
	}

.clearBoth {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

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

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding:0.2em;
	}

.categoryImg {
   text-align: center;
   }
   
/* product info page css */

#cartAdd {
	width:150px;
	text-align:center;
	margin:10px auto;
	float:right;
	padding:10px;
	border: 3px double #35557C;
	background: #EAEBEB;
	}
	
#cartAdd input {
	margin:.3em 0 0 0;
	}

#productDescription {
	border:0px solid #bfbfbf;
	margin-top:20px;
	clear:both;
	}

#rightFloat {
	float:left;
	width:45%;
	}
	
#leftFloat {
	float:left;
	text-align:center;
	}
	
#productDetailsList {
	float:left;
	}
	
ul#productDetailsList {
	margin:0;
	}

#productAttributes {
	width:100%;
	float:left;
	border:0px solid #bfbfbf;
	padding-left:5px;
	margin:5px 0 0 10px;
	}

#productImage {
	margin:0 auto;
	text-align:center;
	}

.imgLink {
	text-align:center;
	margin:0 auto;
	display:block;
	width:100%;
	}

#friendReview {
	width:200px;
	padding:15px 0 10px 0;
	float:left;
	clear:left;
	text-align:left;
	}
	
.reviewCount {
	float:left;
	padding-left:2px;
	}
	
#productReviewLink {
	padding:5px 0;
	}
	
.wrapperAttribsOptions {
	line-height:2em;
	width:auto;
	float:left;
	}
	
.wrapperAttribsOptions h4 {
	padding-right:15px;
	}
	
/* end product info page css */


/*navigation*/

/* css for top menu tabs */

#navMain {
	float:right;
	width:700px;
	line-height:normal;
	}

#navMain ul {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	}

#navMain li {
	display:inline;
	margin:0;
	padding:0;
	}

#navMain a {
	float:left;
	margin:0;
	padding:0;
	text-decoration:none;
	}

#navMain a span {
	float:left;
	display:block;
	padding: 10px 7px 11px 7px;
	text-align:center;
	width:80px;
	cursor:pointer;
	}

.navNextPrevWrapper {
	margin-bottom:1em;
	}
	
.navPrevCounter {
	margin:0;
	font-size:0.9em;
	}
	
.navNextPrevList {
	display:inline;
	white-space:nowrap;
	padding: 0;
	list-style-type:none;
	position:relative;
	}
	
/* newsScrollerSideBox */
.newsScrollerSideBox {
   background: none;
   padding-bottom: 3px;
   padding-left: 3px;
   }
.newsScrollerSideBox div.articleSummary {
   border-bottom: 1px solid #D79147;
   width:175px;
   }
.newsScrollerSideBox span.articleHeading { }
.newsScrollerSideBox ul.archiveLinkList {
   list-style-type: circle;
   line-height: normal;
   padding: 0;
   }
.newsScrollerSideBox ul.archiveLinkList li {
  background: none;
  padding: 0;
  margin: 3px;
  }
.newsScrollerSideBox ul.archiveLinkList a {
  text-decoration: none;
  }
	
/* footer
--------------*/
#navSupp {
    background: url('../images/blue/footer.gif') repeat-x;
    color: #000000;
	padding-top: 15px;
	height: 37px;
    }

#navSuppWrapper {
	width:100%;
	margin:0 auto;
	float:right;
	}
	
#navSupp ul {
	list-style-type:none;
	text-align:center;
	line-height:1.5em;
	padding: 0.3em 0;
	margin:0;
	}
	
#navSupp li, #navCatTabs li {
	display:inline;
	padding:0 0.5em;
	margin:0;
	}

#navSupp ul li a, #navCatTabs ul li a {
	text-decoration:none;
	color: #FFFFFF;
	margin:0;
	white-space:nowrap;
	display:inline;
	font-weight:bold;
	width:0;
	}
	
#siteinfoLegal, .legalCopyright {
    background: url(../images/blue/footershd.gif) no-repeat;
    text-align: center;
    color: #606060;
    padding: 5px;
    }
    
#navCatTabs ul {
	list-style-type:none;
	text-align:center;
	margin:0;
	}

#navEZPagesTOCWrapper {
	font-weight:bold;
	float:right;
	height:1%;
	border:1px dotted #D37C25;
	padding: 5px;
	margin: 10px 0 0 7px;
	}
	

#navEZPagesTOC ul {
	margin:0;
	padding: 0.5em 0;
	list-style-type:none;
	line-height:1.5em;
	}

#navEZPagesTOC ul li {
	white-space:nowrap;
	}

#navEZPagesTOC ul li a {
	padding:0 0.5em;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin:0.5em;
	}

#navMainSearch {
	float:left;
	width:120px;
	}

input.search {
	border: 0;
	width: 185px; /* width of text-display area */
	padding: 3px 15px 4px 20px;
	font-size: 11px;
	margin:0;
	}
	
input#searchTop {
	border: 0;
	width: 185px; /* width of text-display area */
	padding: 4px 15px 5px 45px;
	font-size: 12px;
	}
	
* html input#searchTop {
	background-attachment: fixed;
	}
	
#navBreadCrumb {
	text-align:left;
	line-height:1.6em;
	font-size:0.95em;
	padding:.2em 0;
	}
	
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align:top;
	}

#productDescription, .shippingEstimatorWrapper {
	padding:0.5em;
	}

.important {
	font-weight:bold;
	}

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

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size:0.9em;
	}
	
.tableHeading TH {
	border-bottom:1px solid #cccccc;
	}

#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 0 0 0;
	}
	
#cartProdTitle {
	text-align:center
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align:center;
	padding-right:0.2em;
	}
	
.cartQuantityUpdate input {
	margin:0;
	padding:0;
	}
	
.cartRemoveItemDisplay input[type=checkbox] {
	float:none;
	margin-bottom:1em;
	}

#scUpdateQuantity {
	width:1.8em;
	}
	
#scProductsHeading {
	padding-left:2em;
	}

.cartQuantity {
	width:4em;
	}

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

.cartOldItem {
	position:relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align:right;
	font-weight:bold;
	padding-right:10px;
	}

.cartRemoveItemDisplay {
	width:5em;
	}

.cartAttribsList {
	margin-left:1em;
	}

#mediaManager {
 	width:50%; 
  	margin:0.2em;
  	padding:0.5em;
  	}

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

.orderHistList {
	margin:1em;
	padding:0.2em 0;
	} 

#ezPageBoxList li{
	margin:0;
	padding:0.2em 0;
	} 

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

#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin:.5em 1em 0 0 ;
	}

#cartImage {
	margin:0.5em 1em;
	}

.attribImg {
	margin: 10px 25px;
}

.attribImg img { cursor: pointer; cursor: pointer; }

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin:1em 0;
	}
	
.centerBoxContentsProducts {
	margin:0 auto;
	text-align:center;
	width:95%
	}
	
h3.leftBoxHeading, h3.rightBoxHeading {
	font-size:1.1em;
	font-weight:bold;
	height: 45px;
	padding: 5px 0 0 0;
	}

h2.centerBoxHeading {
	margin:5px auto;
	padding:.5em 0;
	text-align:center;
	border:0px solid #bababa;
	line-height:normal;
	width:100%;
	}
	
.leftBoxHeading, .rightBoxHeading {
	margin:0;
	}

.sideBoxContent {
	background:url("../images/blue/boxf.gif") no-repeat;
	font-size: 13px;
	line-height: 150%;
	background-position:bottom;
	padding-top: 3px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 30px;
	}
	
#shoppingcartContent, #informationContent, #testimonials-managerContent, #newsscrollerContent  {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	}

.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, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    font-size: 13px;
	text-align: center;
	}
	
#navEZPageNextPrev {
    padding: 7px;
    }

h3.leftBoxContainer, #whatsnewHeading, #searchHeading, #recordcompaniesHeading, #searchContent, #featuredContent, #specialsHeading, #manufacturersHeading, #reviewsHeading, #featuredHeading, #musicgenresHeading, #currenciesHeading, #shoppingcartHeading {
    font-size: 13px;
	font-weight: bold;
	text-align: center;
	}

.productListing-rowheading {
    font-size: 13px;
	background: url(../images/ezbar.gif) repeat-x;
    height: 30px;
	}

.productListing-data img {
	padding:10px;
	}

#upProductsHeading {
	text-align:left;
	}

#upDateHeading {
	text-align:right;
	}


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

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight:bold;
	}

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

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

.hiddenField {
	display:none;
	}
	
.visibleField {
	display:inline;
	}

#accountLinksWrapper li {
	padding:.5em 0;
	display:block;
	list-style:none;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width:20%;
	text-align:right;
	}

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

TR.tableHeading {
	height:2em;
	}

#siteMapList {
	width:90%;
	float:right;
	}

.ratingRow {
	margin:1em 0 1.5em 0;
	}

LABEL#textAreaReviews {
	font-weight:normal;
	margin:1em 0;
	}
	
.information {
	padding: 10px 3px; 
	line-height: 150%;
	}
	
.smallProductImage {
	padding:1em;
	} 
	
#sendSpendWrapper {
	border:1px solid #cacaca;
	float:right;
	margin:0 0 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	width:46%;
	}
	  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navMain a span {float:none;}
/* End IE5-Mac hack */

#navMain a:hover {
	background-position:0% -43px;
	}

#navMain a:hover span {
	background-position:100% -43px;
	}
	
/* end css for top menu tabs */

/* css for product image drop shadow and border. To disable the drop shadow and border, simply delete or comment out this section */

#productMainImage{
 	float:left;
	background: url("../images/shadowAlpha.png") no-repeat bottom right !important;
	background: url("../images/shadow.gif") no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	}

#productMainImage img{
	display: block;
	position: relative;
	background: #ffffff;
	margin: -3px 6px 6px -3px;
	border: 1px solid #CC6600; /* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */
	padding: 3px;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background: #99A9BC;
	background: url( );
	}
/* end css for product image drop shadow */

/* Testimonials Manager */
#testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;}
#testimonialDefault h1{margin:0;padding:10px 0;font-size:1.5em;font-weight:700;}

blockquote {
margin:0 !important;
padding:0 !important;
background: url(../images/lftblockquote.png) top left no-repeat;
border:1px solid navy;
height:1%;
}

blockquote div {
padding: 30px 10px;
background: url(../images/rgtblockquote.png) bottom right no-repeat;
height:1%;
}

#testimonialImage {
margin: 0;
padding: 0;
text-align: center;
}

#testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;}
#testimonialDefault h1{margin:0;padding:10px 0;font-size:1.5em;font-weight:700;}

blockquote{background:url("../images/blockquote.png")0 0 no-repeat;border:1px solid navy;padding:15px 10px 0;}

#testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;}
#testimonialDefault h1{margin:0;padding:10px 0;font-size:1.5em;font-weight:700;}

blockquote {
margin:0 !important;
padding:0 !important;
background: url(../images/lftblockquote.png) top left no-repeat;
background: #E4E4E4;
border:1px solid #D37C25;
height:1%;
}

blockquote div {
padding: 40px 15px;
background: url(../images/rgtblockquote.png) bottom right no-repeat;
height:1%;
}

#testimonialImage {
margin: 0;
padding: 0;
text-align: center;
}

/* News */
.newsHeadlineText {
    background: url(../images/linesbar.jpg) repeat-x;
    height: 34px;
    color: #CC6600;
	text-align: center;
    padding-top: 7px;
	font-size: 10px;
  }

.newsHeadlineText IMG {
  vertical-align: middle;
  }

.newsHeader {
  height: 28px;
  font-family: Georgia, Times, Courier;
  font-size: 14px;
  text-align: center;
  padding: 0; margin: 10px 0 0 0;
  }

p.articleHeading {
  font-size: 12px;
  color: #CC6600;
  font-weight: bold;
  margin: 0;
  padding: 0;
  }

span.articleHeading {
  font-weight: bold;
  }

p.articleByLine {
  font-size: 11px;
  padding: 5px 5px 15px 10px;
  margin: 0;
  }

p.articleByLine SPAN.author {
  font-style: normal;
  }

p.articleByLine SPAN.comments {
  font-style: italic;
  }

p.articleByLine A {
  text-decoration: none;
  }

div.articleTextBlock {
  clear: both;
  padding: 0;
  margin: 0;
  }

div.articleText, p.articleText {
  margin: 0;
  padding: 20px;
  font-size: 12px;
  font-weight: bold;
  }

IMG.articleImage {
  border: 3px double #9a9a9a;
  background: #FFFFFF;
  padding: 0;
  margin: 10px 10px 10px 10px;
  }

p.newsListingDate {
  font-weight: bold;
  text-align: center;
  margin: 0; padding: 0;
  }

ul.articleLinkList {
  list-style-type: none;
  font-size: 12px;
  line-height: 1.5em;
  padding: 10px 0 0 0;
  margin: 0;
  }

ul.archiveLinkList {
  list-style-type: none;
  line-height: 1.1em;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  }

ul.articleLinkList li, ul.archiveLinkList li {
  background: url("../images/icons/news_link.gif") no-repeat;
  background-position: 17px 2px;
  line-height: 1.5em;
  padding: 0 0 0 35px;
  }
ul.articleLinkList li.articleStoreLink {
  background: url("../images/icons/news_link_2.gif") no-repeat;
  background-position: 17px 4px;
  padding: 0 0 0 35px;
  }
ul.articleLinkList li.articleProductLink {
  background: url("../images/icons/cart.gif") no-repeat;
  background-position: 17px 0px;
  padding: 0 0 0 35px;
  }
ul.articleLinkList a, ul.archiveLinkList a {
  text-decoration: none;
  }

.commentsHeading {
  background: #E2E2E2;
  padding: 3px;
  }

.commentsBody {
  background: #FFFFFF;
  padding: 3px;
  }

p.backLink {
  float: right;
  margin: 0;
  padding: 0;
  clear: right;
  }

.commentsAuthor {
  text-align: left;
  float: left;
  margin: 0;
  width: 45%;
  }

.commentsSubject {
  font-weight: bold;
  }

.commentsDate {
  text-align: right;
  float: right;
  padding: 0;
  margin: 0;
  }

div.commentsBody p {
  clear: both;
  padding: 0 10px 10px 10px;
  margin: 0;
  }

fieldset.commentsFieldSet {
  text-align: left;
  background: #f2f1ee;
  border: 1px solid #e7e6e0;
  padding: 1em; margin: 10px 0 0 0;
  }

fieldset.commentsFieldSet legend {
  padding: 0.2em 0.5em;
  border: 1px solid #c96e29;
  background: #fff;
  color: #000;
  text-align: right;
  }

fieldset.commentsFieldSet label {
  display: block;
  text-align: left;
  margin: 3px;
  }

fieldset.commentsFieldSet label input {
  display: block;
  }

.commentsSubmit {
  text-align: right;
  }

.splitSolid {
  height: 1px;
  background: #000000;
  padding: 0; margin: 0;
  }

.splitSolidGray {
  height: 1px;
  background: #9a9a9a;
  padding: 0; margin: 0;
  }

.clearSplit {
  height: 10px;
  padding: 20px;
  margin: 0;
  }

.splitSolid hr, .splitSolidGray hr, .clearSplit hr {
  display: none;
  }

.clearboth {
  clear: both;
  height: 1px;
  width: 100%;
  }

.clearboth hr {
  display: none;
  }
