
/**
 * 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 $
 */

.loginInput { width:240px; margin-top:10px; font-size:13px;} 
 
 
 
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1em;
	}

.biggerText {
	font-size: 1.2em;
	}

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

FORM, SELECT, INPUT {
	display: inline;
	font-size: 0.8em;
	margin: 0.2em;
	}

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

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

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

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	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;
	}

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

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/


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

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}

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

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

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

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

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

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

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

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

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

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

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

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

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

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: center;
	margin: 0em 1em 0em 0em;
	padding: 0em 1em 0em 0em;
	}

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

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

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

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

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

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

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

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

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

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

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

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;
	margin-top: 1.5em;
	}

.sideBoxContent {
	padding: 0.4em;
	}

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

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

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

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: normal;
	color:#000;
	}
/* end categories box links */

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

.forward, #shoppingCartDefault #PPECbutton {
	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;
	}

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

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

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

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

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

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

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
/* ZEN CART DEFAULT CSS END */









/* begin Page */
body
{
	margin: 0 auto;
	padding: 0;
	background-color: #B5BFBF;
	background-image: url('../images/site/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

#zcwd_main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}




#zcwd_page-background-gradient
{
	background-position: top left;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.zcwd_Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1000px;
	min-width:51px;
	min-height:51px;
}

.zcwd_Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 5px;
}

.zcwd_Sheet-tr, .zcwd_Sheet-tl, .zcwd_Sheet-br, .zcwd_Sheet-bl, .zcwd_Sheet-tc, .zcwd_Sheet-bc,.zcwd_Sheet-cr, .zcwd_Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.zcwd_Sheet-tr, .zcwd_Sheet-tl, .zcwd_Sheet-br, .zcwd_Sheet-bl
{
	width: 70px;
	height: 70px;
	background-image: url('../images/site/Sheet-s.png');
}

.zcwd_Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 35px, 35px, auto);
}

.zcwd_Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 35px, 35px);
}

.zcwd_Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(35px, 35px, auto, auto);
}

.zcwd_Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(35px, auto, auto, 35px);
}

.zcwd_Sheet-tc, .zcwd_Sheet-bc
{
	left: 35px;
	right: 35px;
	height: 70px;
	background-image: url('../images/site/Sheet-h.png');
}

.zcwd_Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 35px, auto);
}

.zcwd_Sheet-bc
{
	bottom: 0;
	clip: rect(35px, auto, auto, auto);
}

.zcwd_Sheet-cr, .zcwd_Sheet-cl
{
	top: 35px;
	bottom: 35px;
	width: 70px;
	background-image: url('../images/site/Sheet-v.png');
}

.zcwd_Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 35px);
}

.zcwd_Sheet-cl
{
	left:0;
	clip: rect(auto, 35px, auto, auto);
}

.zcwd_Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 35px;
	left: 35px;
	right: 35px;
	bottom: 35px;
	background-image: url('../images/site/Sheet-c.png');
}


.zcwd_Sheet
{
	margin-top: 30px !important;
}

#zcwd_page-background-simple-gradient, #zcwd_page-background-gradient, #zcwd_page-background-glare
{
	min-width:1000px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.zcwd_menu a, .zcwd_menu a:link, .zcwd_menu a:visited, .zcwd_menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.zcwd_menu, .zcwd_menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.zcwd_menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.zcwd_menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.zcwd_menu li li
{
	float: none;
}

.zcwd_menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.zcwd_menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.zcwd_menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.zcwd_menu:after, .zcwd_menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.zcwd_menu, .zcwd_menu ul
{
	min-height: 0;
}

.zcwd_menu ul
{
	background-image: url(../images/site/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.zcwd_menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.zcwd_menu
{
	padding: 12px 15px 0px 15px;
}

.zcwd_nav
{
	position: relative;
	height: 40px;
	z-index: 100;
}

.zcwd_nav .l, .zcwd_nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 40px;
	background-image: url('../images/site/nav.png');
}

.zcwd_nav .l
{
	left: 0;
	right:15px;
}

.zcwd_nav .r
{
	right: 0;
	width: 990px;
	clip: rect(auto, auto, auto, 975px);
}


/* end Menu */

/* begin MenuItem */
.zcwd_menu ul li
{
	clear: both;
}

.zcwd_menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 28px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}


.zcwd_menu a .r, .zcwd_menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 84px;
	background-image: url('../images/site/MenuItem.png');
}

.zcwd_menu a .l
{
	left:0;
	right:17px;
}

.zcwd_menu a .r
{
	width:434px;
	right:0;
	clip: rect(auto, auto, auto, 417px);
}

.zcwd_menu a .t 
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 14px;
	margin: 0 17px;
	line-height: 28px;
	text-align: center;
}

.zcwd_menu a:hover .l, .zcwd_menu a:hover .r
{
	top:-28px;
}

.zcwd_menu li:hover>a .l, .zcwd_menu li:hover>a .r
{
	top:-28px;
}

.zcwd_menu li:hover a .l, .zcwd_menu li:hover a .r
{
	top:-28px;
}
.zcwd_menu a:hover .t
{
	color: #2B3131;
}

.zcwd_menu li:hover a .t
{
	color: #2B3131;
}

.zcwd_menu li:hover>a .t
{
	color: #2B3131;
}


.zcwd_menu a.active .l, .zcwd_menu a.active .r
{
	top: -56px;
}

.zcwd_menu a.active .t
{
	color: #FFFFFF;
}


/* end MenuItem */

/* begin Header */
div.zcwd_Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 990px;
	height: 175px;
}


div.zcwd_Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 990px;
	height: 175px;
	background-image: url('../images/site/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin ContentLayout */
.zcwd_contentLayout
{
	position: relative;
	margin-bottom: 5px;
	width: 990px;
}
/* end ContentLayout */

/* begin Box, Block */
.zcwd_Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.zcwd_Block-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}



.zcwd_Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.zcwd_BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}

.zcwd_BlockHeader .t
{
	height: 30px;
	color: #E8F6F7;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-transform: capitalize;
	white-space : nowrap;
	padding: 0 4px;
	line-height: 30px;	
}
.zcwd_BlockHeader .t a:link {color: #E8F6F7; text-decoration:none;}
.zcwd_BlockHeader .t a:visited {color: #E8F6F7; text-decoration:none;}
.zcwd_BlockHeader .t a:active {color: #E8F6F7; text-decoration:none;}
.zcwd_BlockHeader .t a:hover {color: #E8F6F7; text-decoration:none;}

.zcwd_BlockHeader .l, .zcwd_BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('../images/site/BlockHeader.png');
}

.zcwd_BlockHeader .l
{
	left:0;
	right:6px;
}

.zcwd_BlockHeader .r
{ 
	width:990px;
	right:0;
	clip: rect(auto, auto, auto, 984px);
}





.zcwd_header-tag-icon
{
    height: 30px;
	background-position:left top;
	background-image: url('../images/site/BlockHeaderIcon.png');
	padding:0 0 0 8px;
	background-repeat: no-repeat;
	min-height: 8px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.zcwd_BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.zcwd_BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 5px;
}


.zcwd_BlockContent-tr, .zcwd_BlockContent-tl, .zcwd_BlockContent-br, .zcwd_BlockContent-bl, .zcwd_BlockContent-tc, .zcwd_BlockContent-bc,.zcwd_BlockContent-cr, .zcwd_BlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.zcwd_BlockContent-tr, .zcwd_BlockContent-tl, .zcwd_BlockContent-br, .zcwd_BlockContent-bl
{
	width: 14px;
	height: 14px;
	background-image: url('../images/site/BlockContent-s.png');
} 

.zcwd_BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.zcwd_BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.zcwd_BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.zcwd_BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.zcwd_BlockContent-tc, .zcwd_BlockContent-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('../images/site/BlockContent-h.png');
}

.zcwd_BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.zcwd_BlockContent-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.zcwd_BlockContent-cr, .zcwd_BlockContent-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('../images/site/BlockContent-v.png');
}

.zcwd_BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.zcwd_BlockContent-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.zcwd_BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #ECEEEE;
}


.zcwd_BlockContent-body
{
	color:#212626;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 1em;
}

.zcwd_BlockContent-body a:link
{
	color: #29717A;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.zcwd_BlockContent-body a:visited, .zcwd_BlockContent-body a.visited
{
	color: #29717A;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.zcwd_BlockContent-body a:hover, .zcwd_BlockContent-body a.hover
{
	color: #3694A1;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.zcwd_BlockContent-body ul
{
	list-style-type: none;
	color: #312616;
	margin:0;
	padding:0;
}

.zcwd_BlockContent-body li
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 1em;
}

.zcwd_BlockContent-body ul li
{
	padding:0px 0 0px 12px;
	background-image: url('../images/site/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.zcwd_Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.zcwd_Post-body
{
	position: relative;
	z-index: 1;
	padding: 8px;
}

.zcwd_Post-tr, .zcwd_Post-tl, .zcwd_Post-br, .zcwd_Post-bl, .zcwd_Post-tc, .zcwd_Post-bc,.zcwd_Post-cr, .zcwd_Post-cl
{
	position:absolute;
	z-index:-1;
}

.zcwd_Post-tr, .zcwd_Post-tl, .zcwd_Post-br, .zcwd_Post-bl
{
	width: 14px;
	height: 14px;
	background-image: url('../images/site/Post-s.png');
}

.zcwd_Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.zcwd_Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.zcwd_Post-bl
{

	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.zcwd_Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.zcwd_Post-tc, .zcwd_Post-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('../images/site/Post-h.png');
}

.zcwd_Post-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.zcwd_Post-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.zcwd_Post-cr, .zcwd_Post-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('../images/site/Post-v.png');
}

.zcwd_Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.zcwd_Post-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.zcwd_Post-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #FFFFFF;
}


.zcwd_Post
{
	margin: 10px;
}

/* Start images */
a img
{
	border: 0;
}

.zcwd_article img, img.zcwd_article
{
	margin: 1em;
}

.zcwd_metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */

/* Start tables */

.zcwd_article table, table.zcwd_article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.zcwd_article table, table.zcwd_article .zcwd_article tr, .zcwd_article th, .zcwd_article td
{
	background-color:Transparent;
}

.zcwd_article th, .zcwd_article td
{
	padding: 2px;
	border: solid 1px #819292;
	vertical-align: top;
	text-align:left;
}

.zcwd_article th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

/* Finish tables */

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.zcwd_PostHeader
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 1.4em;
font-style: normal;
font-weight: bold;
letter-spacing: 0px;
text-transform: uppercase;
	color: #14383D;
}

.zcwd_PostHeader a, .zcwd_PostHeader a:link, .zcwd_PostHeader a:visited, .zcwd_PostHeader a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 1.4em;
font-style: normal;
font-weight: bold;
letter-spacing: 0px;
text-transform: uppercase;
	margin:0;
	color: #14383D;
}

.zcwd_PostHeader img
{
	border:none;
	vertical-align: middle;
	margin:0;
}
/* end PostHeaderIcon */

/* begin PostHeader */
.zcwd_PostHeader a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-transform: uppercase;
  color: #1A474D;
}

.zcwd_PostHeader a:visited, .zcwd_PostHeader a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #5F6D6D;
}

.zcwd_PostHeader a:hover, .zcwd_PostHeader a.hovered
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #0E272A;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height:1.2em;
font-style: normal;
font-weight: normal;
  color: #262C2C;
}


.zcwd_PostContent p 
{
	margin: 0.5em 0;
}

.zcwd_PostContent, .zcwd_PostContent p
{
font-family: Arial, Helvetica, Sans-Serif;
text-align: justify;
  color: #262C2C;
}

.zcwd_PostContent
{
  margin:0;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
letter-spacing: 1px;
  color: #1D5158;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
letter-spacing: 1px;
  color: #1D5158;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
letter-spacing: 1px;
  color: #2D7B86;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
letter-spacing: 1px;
  color: #0E272A;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 1.5em;
text-transform: uppercase;
text-align: left;
  color: #3BA2B0;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 1.3em;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-align: left;
  color: #3BA2B0;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 1.2em;
text-transform: uppercase;
text-align: left;
  color: #6D7E7E;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 1.1em;
text-transform: uppercase;
text-align: left;
  color: #262C2C;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 1.1em;
text-transform: uppercase;
text-align: left;
  color: #262C2C;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 1.1em;
text-transform: uppercase;
text-align: left;
  color: #262C2C;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #0A1C1F;
	margin:1em 0 1em 2em;
	padding:0;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 1em;
text-align: left;
margin-left: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

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

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.zcwd_Post li
{
	padding:0px 0 0px 18px;
	line-height:1.2em;
}

.zcwd_Post ol li, .zcwd_Post ul ol li
{
	background: none;
	padding-left:0;
}

.zcwd_Post ul li, .zcwd_Post ol ul li 
{
	background-image: url('../images/site/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:18px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.zcwd_PostContent blockquote p
{
	color:#151009;
font-family: Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-align: left;
}

blockquote,
.zcwd_PostContent blockquote
{
		border:solid 1px #D7C4A7; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 28px;
	background-color:#EAE0D1;
	background-image:url('../images/site/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.zcwd_button-wrapper .zcwd_button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:31px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.zcwd_button-wrapper
{
	display:inline-block;
	position:relative;
	height: 31px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .zcwd_button-wrapper
{
	display:block;
	float:left;
}

.zcwd_button-wrapper .zcwd_button
{
	display:block;
	height: 31px;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 1em;
font-style: normal;
font-weight: bold;
	white-space: nowrap;
	text-align: left;
	padding: 0 24px !important;
	line-height: 31px;
	text-decoration: none !important;
	color: #E4F4F6 !important;
}

input, select
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
font-style: normal;
font-weight: bold;
}

.zcwd_button-wrapper.hover .zcwd_button, .zcwd_button:hover
{
	color: #F6F1EA !important;
	text-decoration: none !important;
}

.zcwd_button-wrapper.active .zcwd_button
{
	color: #F1F3F3 !important;
}

.zcwd_button-wrapper .l, .zcwd_button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 93px;
	background-image: url('../images/site/Button.png');
}

.zcwd_button-wrapper .l
{
	left:0;
	right:11px;
}

.zcwd_button-wrapper .r
{
	width:415px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.zcwd_button-wrapper.hover .l, .zcwd_button-wrapper.hover .r
{
	top: -31px;
}

.zcwd_button-wrapper.active .l, .zcwd_button-wrapper.active .r
{
	top: -62px;
}


/* end Button */

/* begin Footer */
.zcwd_Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 990px;
	margin: 5px auto 0px auto;
}

.zcwd_Footer .zcwd_Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 15px;
	text-align: center;
}

.zcwd_Footer .zcwd_Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('../images/site/Footer.png');
	width: 990px;
	height: 150px;
	bottom:0;
	left:0;
}


.zcwd_rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('../images/site/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 22px;
	width: 22px;
    cursor: default;
}




.zcwd_Footer .zcwd_Footer-text p
{
	margin: 0;
}

.zcwd_Footer .zcwd_Footer-text
{
	display:inline-block;
	color:#0D2326;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
font-style: italic;
font-weight: normal;
}

.zcwd_Footer .zcwd_Footer-text a:link
{
	text-decoration: none;
	color: #1A474D;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.zcwd_Footer .zcwd_Footer-text a:visited
{
	text-decoration: none;
	color: #5F6D6D;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.zcwd_Footer .zcwd_Footer-text a:hover
{
	text-decoration: none;
	color: #338D99;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.zcwd_page-footer, .zcwd_page-footer a, .zcwd_page-footer a:link, .zcwd_page-footer a:visited, .zcwd_page-footer a:hover
{
	font-family:Arial;
	font-size: 0.9em;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#4BB5C3;
}

.zcwd_page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#5F6D6D;
}
/* end PageFooter */

/* begin LayoutCell */
.zcwd_contentLayout .zcwd_sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 235px;
}
/* end LayoutCell */

/* begin LayoutCell */
.zcwd_contentLayout .zcwd_content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 593px;
}
.zcwd_contentLayout .zcwd_content-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 790px;
}
.zcwd_contentLayout .zcwd_content-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 790px;
}
.zcwd_contentLayout .zcwd_content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 987px;
}
/* end LayoutCell */

/* begin LayoutCell */
.zcwd_contentLayout .zcwd_sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 159px;
}
/* end LayoutCell */
#sidebarHeading { margin: 15px 5px 15px 5px;}
#sidebarHeading a:link {color:#fff; text-decoration:none;}
#sidebarHeading a:active {color:#fff; text-decoration:none;}
#sidebarHeading a:visited {color:#fff; text-decoration:none;}
#sidebarHeading a:hover {color:#000; text-decoration:none;}





#infoShoppingCart {
background-image: none;
background-color: #fff;
}

a:link.productListing-heading {
text-decoration: none;
}

.orderHistList {
margin:5px 5px 5px 15px;
padding:0;
}

#orderhistoryContent .orderHistList li a:link, #orderhistoryContent .orderHistList li a:visited {
margin:0;
padding:0;
}

#bestsellersContent {
margin:0px 0px 0px 10px;

}

#bestsellersContent li a:link, #bestsellersContent li a:visited {
margin:0;
padding:0;
}

.cartBoxCheckout a:link, .cartBoxCheckout a:visited {
margin:0;
padding:0;
}

LABEL.inputLabel_02 {
	width: 230px;
	float: left;
	text-align: right;
	padding-top: 4px;
	}
.none_01	{
	display: none;
}	
#contactUsNoticeContent #contactUsForm	{
	width: 520px;
}


#ezpages_home h2 {
background-image: url(../images/icons/help.png);
background-repeat: no-repeat;
background-position: top left;
padding-left:25px;
}



#informationContent a:link, #informationContent a:visited{
}




#moreinformationContent a:link, #moreinformationContent a:visited{
}



#ezpagesContent a:link, #ezpagesContent a:visited{
}
#ezpagesContent ul li { padding-bottom:10px; display:block;}

.centerBoxContentsNew a:link, .centerBoxContentsNew a:visited {

text-decoration: none;
background-repeat: no-repeat;
background-position: center left;
padding-left: 14px;
line-height: 20px;
}

.centerBoxContentsNew a:hover {

text-decoration: underline;
 }
 
#categoriesContent a:link { font-size: 1em;}
#categoriesContent a:active { font-size: 1em;}
#categoriesContent a:visited { font-size: 1em;}
#categoriesContent a:hover { font-size: 1em;}


.itemTitle 				{ padding-left:10px; font-size:1em; line-height:1.3em;}
.listingDescription 	{ padding-left:10px; text-align:justify;}
.productListing-data	{ padding: 10px 0px 10px 0px;}




/**
 * Testimonials CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2006 Nicholas Keown
 * @copyright Portions 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_testimonials.css 2006-06-30 langer@zencartbuilder.com $
 */


/* sidebox styles */
.sideBoxContent .testimonialsTitle {
  background:#f5f5f5;
  text-align: center;
  margin: 0 0.3em 0 0.3em;
  padding: 0.3em;
  font:italic 1.1em  Georgia,"Times New Roman",Times,serif;
}

.sideBoxContent blockquote {
  margin: 0;
}

.sideBoxContent .testimonialsBlockquote {
	display: block;
	margin: 0 0.2em 0 0.2em;
	padding: 0.2em;
	background:#f5f5f5;
	/*background:#f5f5f5 url("img/bg_blockquote.gif") no-repeat 0 0;*/
	color:#333;
	font-size:11px;
}

.sideBoxContent blockquote:after {
  content: close-quote;
  font-size: 1.5em;
}

.sideBoxContent blockquote:before {
  content: open-quote;
  font-size: 1.5em;
}

.sideBoxContent .testimonialsOwner {
  background:#f5f5f5;
  border-bottom: 1px solid #ccc;
  text-align: left;
  margin: 0 0.3em 0 0.3em;
  padding: 0.3em;
}

.sideBoxContent .testimonialsOwner a {
  color: #000000;
  text-decoration: underline;
}

/* testimonial add pages */
#testimonialsAddDefault .inputLabel {
  width: 100%;
}

#testimonialsAddDefault p, #testimonialsAddSuccessDefault p {
  margin: 0;
}

/* testimonials page */
#testimonialsDefault .navWrapper {
  width: 100%;
}

#testimonialsDefault .testimonialsEach {
  margin: 1em 0.3em 1.5em 0.3em;
}

.testimonialsEach .testimonialsTitle {
  background: #ffffff;
  text-align: left;
  padding: 0;
  font-weight: bold;
}

.testimonialsEach .testimonialsDate {
  font-size: 0.8em;
  padding: 0;
  }

.testimonialsEach .testimonialsHtmlText {
	display: block;
	margin-top: 0.3em;
	padding: 1em;
	background:#f5f5f5;
	color:#333;
	font:italic 1.3em/1.5  Georgia,"Times New Roman",Times,serif;
}

.testimonialsEach .testimonialsHtmlText:after {
  content: close-quote;
  font-size: 1.5em;
}

.testimonialsEach .testimonialsHtmlText:before {
  content: open-quote;
  font-size: 1.5em;
}

.testimonialsEach .testimonialsNameOrganisation {
  display: block;
  font-weight: bold;
  padding: 0.5em;
  background:#f5f5f5;
  border-bottom: 1px solid #ccc;
  color:#333;
}

.testimonialsEach .testimonialsNameOrganisation a {
  margin-left: 0.2em;
}


.testimonialsEach .testimonialsNameOrganisation img {
  vertical-align: middle;
  margin: 0 0.3em 0 0.3em;
}




/* Checkout.css */
td {
	vertical-align: top;
}

#checkoutCoupons {
	height: /*250px*/;
}

.checkoutDiscounts, .checkoutShippingTable, .checkoutBillingTable, .checkoutDropDown, .checkoutGiftMessage {
	width:50%;
}

#checkoutShipTo, #checkoutBillTo {
	height: /*113px*/;
}

#checkout {
  margin: auto;
}

.fieldRequired {
  color: red;
}
/* Checkout.css END */

/* fec_confirmation.css  */
#checkoutConfirmDefault {
  margin: auto;
}
/* fec_confirmation.css END */

/* login.css  */
#login-password {
	margin-left: 0px;
	}

#login-email-address {
	margin-left: 0px;
	}

.centerColumn {
	margin-bottom: 2.5em;
	margin: auto;
}

#loginColumnLeft {
	width: 60%;
	margin-left:0;
	float: left;
	}

#loginColumnRight {
	width: 35%;
	padding-left:2.4em;
	float: left;
	}
#loginColumnRight2 {
	width: 335px;
	}	
.loginFieldsetRight, .loginFieldsetLeft {
	width:100%;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 6px;
}

legend {
	border: 1px solid #4A4A4A; /*#cccccc;*/
	background-color: #F0FFF0; /*#E8E8E8;*/
	color: #4A4A4A;
}
.buttonRow {
	padding-top: 5px;
}
/* login.css END */

/* no_account.css  */
.sidebysidefields {
	height:280px;
	width:350px;
}

#billingField {
	float:left;
}

#shippingField {
	float:right;
}
/* no_account.css END */



/* rss.css */
rss {
	display: block;
	margin: 10px auto 10px auto;
	width: 96%;
	background: #FFF;
	font-family: Verdana, arial, sans-serif;
	font-size: small;
	}

channel {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding: 10px;
	}

channel>title {
	display: block;
	font-size: large;
	font-weight: bold;
	}

channel>description {
	display: block;
	}

channel>copyright {
	display: block;
	font-size: x-small;
	color: #666;
	}

channel>lastBuildDate {
	display: block;
	text-align: right;
	}

channel>language,
channel>image,
channel>managingEditor,
channel>webMaster,
channel>generator,
channel>docs,
channel>ttl {
	display: none;
	}

item {
	display: block;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #CCC;
	background: #EEE;
	}

item>title {
	display: block;
/*	float: left; */
	margin-right: 5px;
	font-weight: bold;
	}

item>description {
	display: block;
	margin-right: 5px;
	color: #666;
	}

item>pubDate {
	display: block;
	margin-right: 5px;
	font-size: x-small;
	color: #666;
	white-space: nowrap;
	}

item>link, 
item>comments {
	display: block;
	margin-right: 5px;
	font-size: x-small;
	color: #666;
	}

item>category,
item>author,
item>guid {
	display: none;
	}
/* rss.css END */


/* script-styles-fec.css */
#checkoutConfirmDefault {
  display: none;
  visibility: hidden;
}
#onePageText {
  text-align:center; 
  color:#ff0000; 
  font-weight:bold; 
  padding-top: 30px;
  padding-bottom: 300px;
  visibility: visible;
}
/* script-styles-fec.css END */



/* style_imagehover.css */
#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #888;
  text-align: center;
}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}

/* style_imagehover.css END */


/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @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_buttons.css 4567 2006-09-20 01:55:24Z birdbrain $
 */

/* css buttons */
.cssButton, .cssButtonHover {
width : 20em;
background-color: #F4F4F4;
color : #000000;
border: 2px outset #F4F4F4;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 0.3em;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}

.cssButtonHover {
color: #006600;
border-style: inset;
text-decoration: none;
}
/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */
.small_delete, .button_prev, .button_next, .button_search  {width: 7em;}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {width: 10em;}
.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_in_cart{width: 19em;}  
.button_submit {width: 18em;}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
/* css buttons END */


/* stylesheet_highslide.css */
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	cursor: url(../images/highslide/graphics/zoomin.cur), pointer;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../images/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
position : relative; 
top : -15px; 
left : 15px; 
width : 30px; 
height : 30px; 
cursor : pointer; 
background : url(../images/highslide/graphics/close.png); 
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(../images/highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(../images/highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											    */
/* Remove these if you are not using Highslide HTML						  */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html-content {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../images/highslide/graphics/resize.gif);
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							*/
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 1em;
	position: absolute;
	left: 0;
	right: 1em;
	top: 0;
	width: auto;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: relative;
	z-index: 2;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(../images/highslide/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(../images/highslide/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(../images/highslide/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

.hidden-container {
  visibility: hidden;
  display: none;
}
/* stylesheet_highslide.css END */





.itemTitle			{ text-align:left; padding-left:10px;}
h3.itemTitle		{ margin-bottom:0px;}
.listingDescription	{ text-align:left; padding-left:10px;}
.productListing-data { height:120px;}
#productsListingTopNumber { padding:10px;}
#productsListingBottomNumber { padding: 10px 10px 30px 10px;}

.productListing-heading { text-align:left; padding-left:10px;}
.productListing-heading a:link { color:#fff;}
.productListing-heading a:visited { color:#fff;}
.productListing-heading a:active { color:#fff;}
.productListing-heading a:hover { color:#fff;}


p#productPrices	 { margin: 10px 0px 0px 0px; font-size:18px;color: #3BA2B0;text-transform: uppercase; font-weight:normal;}
#ProdPriceWrapper	 { width:100%;}
#productDescription	 { padding: 10px 10px 10px 10px;}
#productMainImage 	 { margin: 0em 1em 1em 0em ;}

.categoryImg { display:none;}


#orderHistoryStatus { padding-top:40px;}
#orderTotals { padding-bottom:40px;}
.statushistory_hr { border-bottom:1px dashed #000080; margin-bottom:10px;}
.statushistory_td { padding-right:10px; padding-top:10px;}





#categoriesContent .category-top, #categoriesContent .category-products {
	display: block;
	padding: 5px 5px 5px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3eacba;
	text-decoration:none;
	
}
#categoriesContent .category-links {
	display: block;
	padding: 5px 5px 5px 2px;
	text-decoration:none;
	
}
#categoriesContent a.category-top:link, #categoriesContent a.category-links:link {
	color:#1d7681;
}
#categoriesContent a.category-top:visited, #categoriesContent a.category-links:visited {
	color:#1d7681;
}
#categoriesContent a.category-top:active, #categoriesContent a.category-links:active {
	color:#1d7681;
}
#categoriesContent a.category-top:hover, #categoriesContent a.category-links:hover {
	background-color:#acf5fb;
	color:#000;
}



#categoriesContent .category-products:link {
	color:#1d7681;
	background-color:#acf5fb;
}
#categoriesContent .category-products:visited {
	color:#1d7681;
}
#categoriesContent .category-products:active {
	color:#1d7681;
}
#categoriesContent .category-products:hover {
	background-color:#acf5fb;
	color:#000;
}

/* MagneticOne Social Bookmarks*/
a.m1_link_class img.bookmark_img {
	filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; -khtml-opacity:0.50;
}
			
a.m1_link_class:hover img.bookmark_img {
	filter:alpha(opacity=100); -moz-opacity:1; opacity:1; -khtml-opacity:1;
}
/* MagneticOne Social Bookmarks End*/

/* MagneticOne Tag Cloud for osCommerce, CRE Loaded, Zen Cart */
/* 1st tag_cloud */
a.tag_cloud1_tag0, a.tag_cloud1_tag0:link, a.tag_cloud1_tag0:active, a.tag_cloud1_tag0:hover, a.tag_cloud1_tag0:visited 
{
	font-size: 9px;
}

a.tag_cloud1_tag1, a.tag_cloud1_tag1:link, a.tag_cloud1_tag1:active, a.tag_cloud1_tag1:hover, a.tag_cloud1_tag1:visited  
{
	font-size: 10px;
}

a.tag_cloud1_tag2, a.tag_cloud1_tag2:link, a.tag_cloud1_tag2:active, a.tag_cloud1_tag2:hover, a.tag_cloud1_tag2:visited 
{
	font-size: 11px;
}

a.tag_cloud1_tag3, a.tag_cloud1_tag3:link, a.tag_cloud1_tag3:active, a.tag_cloud1_tag3:hover, a.tag_cloud1_tag3:visited  
{
	font-size: 12px;
}

a.tag_cloud1_tag4, a.tag_cloud1_tag4:link, a.tag_cloud1_tag4:active, a.tag_cloud1_tag4:hover, a.tag_cloud1_tag4:visited  
{
	font-size: 13px;
}

a.tag_cloud1_tag5, a.tag_cloud1_tag5:link, a.tag_cloud1_tag5:active, a.tag_cloud1_tag5:hover, a.tag_cloud1_tag5:visited 
{
	font-size: 14px;
}

a.tag_cloud1_tag6, a.tag_cloud1_tag6:link, a.tag_cloud1_tag6:active, a.tag_cloud1_tag6:hover, a.tag_cloud1_tag6:visited  
{
	font-size: 15px;
}

a.tag_cloud1_tag7, a.tag_cloud1_tag7:link, a.tag_cloud1_tag7:active, a.tag_cloud1_tag7:hover, a.tag_cloud1_tag7:visited 
{
	font-size: 16px;
}

a.tag_cloud1_tag8, a.tag_cloud1_tag8:link, a.tag_cloud1_tag8:active, a.tag_cloud1_tag8:hover, a.tag_cloud1_tag8:visited 
{
	font-size: 18px;
}

a.tag_cloud1_tag9, a.tag_cloud1_tag9:link, a.tag_cloud1_tag9:active, a.tag_cloud1_tag9:hover, a.tag_cloud1_tag9:visited 
{
	font-size: 22px;
}

.tag_cloud1_div
{
	border: 1px dotted gray;
	width: 100%;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

