/**
 * 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 $
 */
 
/* 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/green/rounded-search-input-top.gif") top left no-repeat;
}

h3.leftBoxHeading, h3.rightBoxHeading {
	/*background: url("../images/green/sideboxbg.gif");*/
display:none;}
h3.rightBoxHeading a{
	display:none;
}

/* end main color changes */




/* other background color or image changes */
#main {
width: 980px;
border: 0px;
	text-align:left; /* Counteract to IE5/Win Hack */
}

body {
	text-align:center; /* Hack for IE5/Win */	background-image:url(../images/tile.jpg);
	/*background:#84A4C1; /* main site background color, blue default */
}
#headerWrapper {
	background-image:url(../images/tile.jpg);

	/*background:#fff;*/  /* 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 */
display:none;
}
.messageStackSuccess {
	background:#929292;  /* background color for success messages, grey default */
}
.messageStackCaution {
	background:#FFFF99;  /* background color for caution messages, yellow default */
}
#cartSubTotal, h2.centerBoxHeading {
	/*background:#e8e9e9;*/ /* 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:#cacaca; /* background color for various table headings (including shopping cart heading), medium grey default */
}
.rowEven, .rowOdd {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF66CC;
	border-right-color: #FF66CC;
	border-bottom-color: #FF66CC;
	border-left-color: #FF66CC;	/*background:#F0F0F0;*/  /* background color for even listings, very light grey default */
}



#contentMainWrapper {
	/*background:url("../images/sidebox.gif") 100% 0 repeat-y;*/ /* This is the right column background "faked" with an image. */
	background-color:#fff; /*background color for the main "content" of the site */
	border-width: 2px;
	border-style: solid;
	border-color: #ff66ff;
	background-image: url(../images/ghost-logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contentMainWrapperb {
	/*background: url("../images/sidebox.gif") 0 0 repeat-y;*/ /* This is the left column background "faked" with an image. */
}
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:#000;  /* main site font color*/
}
a: {
color:#666666; /* main site links color */
	text-decoration:none;
}

a:link {
	color:#666666; /* main site links color */
	text-decoration:none;
}
a:visited {
	text-decoration:none; /* color of links after customer has visited them */
	color:#666666;
}
a:hover {
	color:#000; /* color when links are hovered over */
	text-decoration:none;
}
h3.leftBoxHeading, h3.rightBoxHeading {
	/*color:#fff;*/ /* right and left box heading color */
}
.leftBoxHeading a, .rightBoxHeading a {
	color:#fff; /* 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*/
}


#tagline {
	color:#333; /* tagline text color */
}
#productPrices {
	color:#FF00CC; /* color of price */
		font-size:1.5em;

}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .alert {
	color:#990000; /* color of sale prices and alerts */
}
.messageStackWarning, .messageStackError {
	color:#fff; /* color of warning message text */
}

/* bold text */
.bold, .important, #tagline, LEGEND, #navSupp ul li a, #navCatTabs ul li a, #navEZPagesTOCWrapper, #cartSubTotal, .cartBoxTotal, #cartBoxEmpty, #cartBoxVoucherBalance  {
	font-weight:700;
}

/* end of site font color changes */


/* site and main content width section */
	
html>body {
	width: 980px;
		margin:10px auto; /* Right and left margin widths set to "auto" */
}/**/
/*html {
	width:100%;*/ /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
/*	max-width:980px;  prevents the main content from getting wider than 1300px in sites other than IE */
/*	min-width:980px;  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 {
 /*width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "920px" : "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 {
margin-top:0px;
	float:left;
	width:100%;
}

#logoWrapper {
	width:100%;
}
#logo {
	/*float:left;
	padding-left:15px;*/
	text-align:center;
}
#taglineWrapper {
display:none;
	/*width:75%;
	float:left;*/
}
#tagline {
	/*font-size:1.1em;
	text-align:center;
	padding:25px 8px 35px;*/
}

#contentMainWrapper {
	line-height:1.4;
	min-height: 100%;
}
#contentMainWrapperb {
	min-height: 100%;
}
* html #contentMainWrapper {
	height: 100%;
}
.outer {
	padding-left: 195px; /* Same width as margin-left for the float-wrap div */
	padding-right: 195px; /* Our right column width */
}
.inner {
	width: 100%;
}
.float-wrap {
	float: left;
	width: 97%;
	margin-left: -185px; /* Same length as .outer padding-left but with negative value */
}
#content {
	float: right;
	margin-right: -185px; /* 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  */
}
#navColumnTwo {
	float: right;
	margin-right: -185px; /* This negative margin-right value is in this example the same as the right column width. */
	position: relative; /* IE needs this  */
}
* html #navColumnTwo {
	margin-right: -185px !important; /* Fixes IE6 Issue */
}
/* end wrappers - page or section containers*/

* {
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
body {
	font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
	font-size:73.5%;
	margin-top:20px;
}
a img {
	border:none;
}
ul, ol {
	text-align:left;
	padding-left:25px;
	margin:0 0 10px 10px;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {
	font-size:1em;
}
.optionName {
display:none;
}

LEGEND {
	color:#333;
}
.biggerText {
	font-size:1.1em;
	line-height:1.25em;
}
h1, h2, h3, h4, h5, h6 {
	margin:.3em 0;
}
CODE {
	font-family:tahoma, arial, verdana, helvetica, sans-serif;
	font-size:1em;
}
FORM, SELECT {
	display:inline;
	font-size:1em;
	margin:.5em;
}
option {
	padding-right:.5em;
}
INPUT {
	margin:0 .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:.5em;
	margin:.5em 0;
	border:1px solid #cccccc;
}
LEGEND {
	padding:.3em;
}
h4.optionName {
	padding-right:1em;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float:left;
}
LABEL.inputLabel {
	width:90%;
	float:left;
	margin:.3em;
}
LABEL.inputLabelPayment {
	width:15em;
	float:left;
	padding:.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;
}
.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:.5em 0;
	border:none;
	border-bottom:1px solid #9a9a9a;
}
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding:.2em;
}
/* product info page css */

#cartAdd {
	width:160px;
	text-align:center;
}
#cartAdd input {
	margin:0 0 0 0;
}
#productDescription {
	margin-top:0px;
	clear:both;
	border: 0px none #bfbfbf;
}
#rightFloat {
/*	float:left;
	width:45%;*/
}
#leftFloat {
	float:left;
	text-align:center;
}
#productDetailsList {
	float:left;
}
#productAttributes {

	/*float:left;
	border:1px solid #bfbfbf;
	padding-left:0px;
	margin:0;*/
}
#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;
	float:left;
	display: block;
	text-align:left;
}
.wrapperAttribsOptions h4 {
	padding-right:15px;
}
/* end product info page css */

/* css for top menu tabs */


.navNextPrevWrapper {
	margin-bottom:1em;
}
.navPrevCounter {
	font-size:.9em;
}
.navNextPrevList {
	display:inline;
	white-space:nowrap;
	padding:0 1em;
	list-style-type:none;
	position:relative;
}
#navSuppWrapper {
	width:100%;
	margin:0 auto;
	float:left;
}
#navSupp {
	margin:0 auto;
	text-align:center;
	padding-top:1em;
}
#navSupp ul {
	list-style-type:none;
	text-align:center;
	line-height:1.5em;
	padding: .3em 0;
}
#navCatTabs ul {
	list-style-type:none;
	text-align:center;
}
#navSupp li, #navCatTabs li {
	display:inline;
	padding:0 .5em;
}
#navSupp ul li a, #navCatTabs ul li a {
	text-decoration:none;
	white-space:nowrap;
	display:inline;
	width:0;
}
#navEZPagesTOCWrapper {
	float:right;
	height:1%;
	border:1px solid #000;
}
#navEZPagesTOC ul {
	padding: .5em 0;
	list-style-type:none;
	line-height:1.5em;
}
#navEZPagesTOC ul li {
	white-space:nowrap;
}
#navEZPagesTOC ul li a {
	padding:0 .5em;
}
#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin:.5em;
}
#navMainSearch {
	float:left;
	width:120px;
}
input.search {
	border: 0;
	width: 100px; /* width of text-display area */
	padding: 3px 15px 4px 20px;
	font-size: 11px;
}
input#searchTop {
	border: 0;
	width: 115px; /* width of text-display area */
	padding: 4px 15px 5px 20px;
	font-size: 12px;
}
* html input#searchTop {
	background-attachment: fixed;
}
#navBreadCrumb {
	text-align:left;
	line-height:1.6em;
	font-size:.95em;
	padding:.2em 0;
	margin-left:8px;
}
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align:top;
}
#productDescription, .shippingEstimatorWrapper {
	padding-top: .5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}
.important {
	padding:.5em;
}
.gvBal {
	float:right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding:.8em;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size:.9em;
}
#siteinfoLegal {
	padding-bottom:1em;
	clear:both;
}
.tableHeading TH {
	/*border-bottom:1px solid #cccccc;*/
}
#cartSubTotal {
	border:1px solid #999999;
	background-color:#CCCCCC;
	text-align:right;
	line-height:2.2em;
	margin-top:1em;
	padding-right:1em;
	padding-bottom:.5em;
}
#googlebutton {
text-align:right;
	/*line-height:2.2em;
	margin-top:1em;
	padding-right:1em;*/
	/*float:right;*/
}
.tableRow, .tableHeading, #cartSubTotal {
	height:2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding:.5em 0 0;
}
#cartProdTitle {
	text-align:center
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align:center;
	padding-right:.2em;
}
.cartRemoveItemDisplay input[type=checkbox] {
	float:none;
	margin-bottom:1em;
}
#scUpdateQuantity {
	width:1.8em;
}
#scProductsHeading {
	padding-left:2em;
}
.cartQuantity {
	width:4em;
}
.cartNewItem {
	position:relative;  /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
	position:relative;   /*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
	text-align:right;
	padding-right:10px;
}
.cartRemoveItemDisplay {
	width:5em;
}
.cartAttribsList {
	margin-left:1em;
}
#mediaManager {
	width:50%;
	margin:.2em;
	padding:.5em;
}
.mediaTitle {
	float: left;
}
.mediaTypeLink {
	float: right;
}
.normalprice, .productSpecialPriceSale {
	text-decoration:line-through;
}
.orderHistList {
	margin:1em;
	padding:.2em 0;
}
#ezPageBoxList li {
	padding:.2em 0;
}
.totalBox {
	width:5.5em;
	text-align:right;
	padding:.2em;
}
.lineTitle, .amount {
	text-align:right;
	padding:.2em;
}
.amount {
	width:5.5em;
}
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin:.5em 1em 0 0;
}
#cartImage {
	margin:.5em 1em;
}
.attribImg {
	width:20%;
	margin:.3em 0;
}
.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:normal;
	height:1.5em;
	padding:.2em 0 0 0;
}
h2.centerBoxHeading {
	margin:5px auto;
	padding:.5em 0;
	text-align:center;
	border:1px solid #bababa;
	line-height:normal;
	width:100%;
}
.leftBoxHeading, .rightBoxHeading {
}
.sideBoxContent {
	font-size:1.1em;
	/*padding:5px;*/
}
.sideBoxContent ul {
	text-align:left;
	list-style-type:none;
	padding:0 0 0 10px!important;
	margin:0!important;
}
.sideBoxContent li {
}

.sideBoxContent a {
color:#000000;
/*font-weight:bold;*/
}

.sideBoxContent a:hover {
color:#cccccc;
}

#categoriesContent, #documentcategoriesContent {
	text-align:left;
	padding-left:10px;
}
#categories {

}
#ezpagesContent {
padding-bottom: 10px;
}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align:center;
}
.productListing-data img {
	padding:10px;
}
#upProductsHeading {
	text-align:left;
}
#upDateHeading {
	text-align:right;
}
/*misc*/
.back {
	float:left;/**/
}
.forward {
	float:right;/**/
}
#shoppingCartDefault #PPECbutton {
	float: right;/**/
}

.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%;
	
}
#shoppingcartBody #shippingEstimatorContent {
	clear: both;
}
#shoppingcartHeading{
	background-image: url(../images/shopping-cart.gif);
	display: block;
	height: 39px;
	width: 180px;
	background-repeat: no-repeat;
	background-position: center center;
}
#shoppingcartfoot{
	background-image: url(../images/mybasket.gif);
	display: block;
	height: 39px;
	width: 180px;
	background-repeat: no-repeat;
	background-position: center center;
}
#navColumnTwoWrapper {
/*background-color:#999999;
height:400px;*/
}
#navColumnOneWrapper {
/*background-color:#999999;
height:400px;*/
}

#shoppingcart {
background-color:#FFFFCC;
height:200px;
border-style:solid;
border-width:1px;
border-color:#FF99FF;
margin-top: 10px;	}
	
.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#seShipTo {
	padding: 0.2em;
}
.smallProductImage {
	padding:1em;
}
#sendSpendWrapper {
	border:1px solid #cacaca;
	float:right;
	margin:0 0 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	width:46%;
}
/* 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: #fff;
	margin: -3px 6px 6px -3px;
	border: 1px solid #ff99ff; /* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */
	padding: 4px;
}
/* end css for product image drop shadow */

#loginBody #navColumnOne, #loginBody #navColumnTwo {
	display:none;
}
#loginBody .contentWrap {
	background:#fff;
	clear:both;
}
#loginBody .outer {
	padding:0!important;
}
#loginBody .float-wrap {
	width:90%
}


/* ------------- MY ALTERATIONS --------- */

/* ------------- nav main section ------------- */
#navMain a {
	/*background:url("../images/green/tableftE.gif") no-repeat left top;*/

}
#navMain a span {
	/*background:url("../images/green/tabrightE.gif") no-repeat right top;/
}
#navMain a span.last {
	/*background:url("../images/green/tabrightE_last.gif") no-repeat right top;*/
}

#navMainWrapper {
	/*background:url("../images/green/header.gif");*/	display:none;
}

#navMain a span {
	color:#000;/**/ /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. */
}
#navMain a:hover span {
	color:#ccc;/**/ /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. when hovered over */
}

#navMainWrapper {
	height:25px;
	width:100%;
	font-size:11px;
	/*display:none;  ------------------- remove basket bit for now ------------------------- */
}

#navMain {
	float:right;
	width:416px;
	line-height:normal;
	height:36px;
	background-image: url(../images/salesbar.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#navMain ul {
	float:right;
	list-style:none;
}
#navMain li {
	display:inline;
}
#navMain a {
	float:left;
	text-decoration:none;
}
#navMain a span {
	float:left;
	display:block;
	padding: 5px 2px 2px 2px;
	text-align:center;
	width:75px;
	cursor:pointer;
	height:18px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navMain a span {
	float:none;
}
/* End IE5-Mac hack */

#navMain a:hover {
	background-position:0% -32px;
}
#navMain a:hover span {
	background-position:100% -32px;
}
	
/* ----------------------------- end of nav main ----------------------------- */

/* ----------------------------- start of ez menu main ----------------------------- */
#navEZPagesTop a { /*background:url("../images/buttons.gif") no-repeat left top; */}
#navEZPagesTop a span { background:url("../images/buttons.gif") no-repeat center top; 	color:#fff; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. */}
#navEZPagesTop a span.last { background:url("../images/purple/tabrightE_last.gif") no-repeat center top; }
#navEZPagesTop a:hover span { color:#fff; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. when hovered over */ }

#navEZPagesTopWrapper { 
	/*background:url("../images/purple/header.gif");*/
	height:32px;
	font-size:12px;	margin:0px auto; padding:0px;
	text-align:center;
}

#ezcontent{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff66ff;
}

#navEZPagesTop {
	width:860px;
	margin:0px auto;
	text-align:center;	
	line-height:normal;
	height:32px; 

}
#navEZPagesTop ul { 
	/*float:right;*/
	text-align:center;
	list-style:none;
}
#navEZPagesTop li {
	display:inline;
}
#navEZPagesTop a {
	float:left;
	text-decoration:none;
}
#navEZPagesTop a span {
	float:left;/**/
	display:block;
	padding: 7px 15px 0 15px;
	text-align:center;
	width:100px;
	cursor:pointer;
	height:25px;

}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navEZPagesTop a span {
	font-weight:bold;
	/*float:none;*/
}
/* End IE5-Mac hack */

#navEZPagesTop a:hover {
	background-position:0% -32px;
}
#navEZPagesTop a:hover span {
	background-position:100% -32px;
	color: #000000;
	font-weight:bold;
	}
	
/* ---------------------------- end of revised ez nav main for ex bar ------------------------ */

#main {
width: 980px;
}

#rightFloat {
	float:left;
	width:309px;
	/*background-color:#CCFF99;*/
}

#leftFloat {
	float:left;
	text-align:center;
	width:90px;
}

#mainpic {
float:left;
	/*background-color:#00CC33;*/
	/*left:0px;
	top:60px;*/
	/*height: 300px;*/
	width: 180px;
	/*overflow:hidden;*/
}
#nameprice {
/*float:right;*/
	/*background-color:#cc0033;*/
	/*position:absolute;
	left:200px;
	top:60px;*/
	height: 60px;
	width: 300px;
	overflow:hidden;
}
#maindescript {
	/*position:absolute;*/
	/*background-color:#cccccc;*/
	/*left:200px;
	top:100px;*/
	float:left;
	height: auto;
	width: 300px;
}
#prevnext {
/*display:none;*/
	/*position:absolute;
	background-color:#cccccc;
	left:200px;
	top:400px;*/
	/*float: right;*/
	/*float:right;*/
	height: 80px;
	width: 500px;
	clear: both;
}
#cartbox {
	/*position:absolute;*/
	/*background-color:#cc3311;
	left:750px;
	top:300px;*/
	/*float:right;*/
	/*display:block;
	height: 100px;
	width: 100px;*/
}
#cartAdd {
	/*position:absolute;
	background-color:#ffff00;
	left:500px;
	top:400px;*/
	/*float: left;*/
	/*float:right;*/
	/*display:block;
	height: 120px;
	width: 100px;
	position: relative;
	left: 220px;
	top: -120px;*/
		background-color: #ffffde;/**/

	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF99FF;
	border-right-color: #FF99FF;
	border-left-color: #FF99FF;
	width: 180px;
	margin-left: 10px;
	margin-right: 10px;
}
#mainattribs {
	/*position:absolute;*/
	/*background-color:#33cccc;*/
	/*left:400px;
	top:100px;*/
	display:block;
	height: auto;
	background-color: #ffffde;/**/
	width: 180px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 2x;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF99FF;
	border-right-color: #FF99FF;
	border-left-color: #FF99FF;
}

#categories {
	background-color:#FFFFCC;
	margin-top: 10px;/**/
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF99FF;
	border-right-color: #FF99FF;
	border-bottom-color: #FF99FF;
	border-left-color: #FF99FF;
}

#ezpagesContent {
	background-color:#FFFFCC;
	/*margin-top: 10px;*/
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-left-style: solid;
	border-top-color: #FF99FF;
	border-right-color: #FF99FF;
	border-bottom-color: #FF99FF;
	border-left-color: #FF99FF;
	width: 180px;
}

#categoriesHeading {
	background-image: url(../images/Categories.gif);
	display: block;
	height: 39px;
	width: 170px;
	background-repeat: no-repeat;
	background-position: center center;
}/**/

#useful td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;	/*background-color:#333333;*/
}

#productGeneral h1 {
margin-bottom: -3px;
}

#usefulbox {
position: absolute;
top: 360px;
/*clear:both;
float:left;*/
/*table-layout:auto;*/
}
#leftcol {
position:absolute;
top: 385px;/**/
display:block;
float:left;
/*clear:both;*/
}
#cartbox {
/*float:left;
clear:both;
position: relative;
top: 65px;*/
}
#cartAdd {
/*float:left;
clear:both;*/
/*position: relative;
top: 65px;*/
}

#prevnext {
display:none;
}/**/

#categoryIcon {
margin-left:8px;
}

#content {
/*	background-color:#009966;*/
}
#usefulbox {
/*background-color:#0066FF;*/
}

#marginal {
margin-bottom: 460px;
}
