/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-image: url(../images/bbg.jpg);
	background-repeat: repeat-x;
	}
	
input,textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color:#333;
	text-decoration: none;
	}
 
a:visited {
	color: #333;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover,.current {
		color:#789824;
		text-decoration:underline;
}

a:active {
	
	}

h1 {
	margin:0;
	padding:0;
	background:#0E0960;
	font-size:15px;
	line-height:38px;
	text-indent:12px;
	
	color:#333;
	font-weight:bold;
	background-color: #D2D2D2;
	background-image: url(../images/sbbg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A9A9A;
	
	}

h2 {
	font-size:13px;
	}

h3 {
	font-size:15px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

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

SELECT, INPUT{
	
		border:1px solid #686868;
color:#333333;
font-size:12px;
font-weight:bold;
	
	}

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

input:focus, select:focus, textarea:focus {
	
	}

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: 150px;
	float: left;
	}
#loginDefault  LABEL.inputLabel {
	width: 100px;
	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;
	display:block;
	float:left;
	width:156px;
	}

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

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

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

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

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 980px;
	vertical-align: top;
	}

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

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.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:#5F684B;
	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;
	list-style-type: none;
	text-align: right;
	line-height: 1.5em;
	padding-top: 6px;
	padding-right: 0em;
	padding-bottom: 6px;
	padding-left: 0em;
	}

#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;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	}

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

#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 {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width:546px;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 0.3em;
	padding: 0.3em;
	}

.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: #5F684B;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem,.cartNewItem {
	color: #789824;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	font-weight:bold;
	}

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

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

.centerBoxWrapper {
	
}

h2.centerBoxHeading {
	
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading{
	color:#333;
	font-weight:bold;
	background-image: url(../images/sbbg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A9A9A;
	}
h3#bestsellersHeading, h3#bannerbox2Heading,h2.centerBoxHeading
{
	background-image: url(../images/sbggrey.jpg);
	background-repeat: repeat-x;
	color:#FFF;
}
#manufacturersHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #100B62;
	background-image: url(../images/tile_back.gif);
	line-height:38px;
	overflow:hidden;
	height:38px;
	
	color:#333;
	font-weight:bold;
	background-color: #D2D2D2;
	background-image: url(../images/sbbg.jpg);
	background-repeat: repeat-x;	
	}
.centerBoxHeading
{
	margin-bottom:10px;
}
.centerBoxWrapper .centerBoxHeading
{
	text-align:left;
	padding-left:16px;
}
.leftBoxContainer, .rightBoxContainer {
	border: 1px solid #9a9a9a;
	margin-bottom: 10px;	
	float:left;
	display:block;
	}

.sideBoxContent {
	background-color: #ffffff;
	margin:10px;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color:#5F684B;	
	text-decoration:underline;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	background:none;
}

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

	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* 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: #100B62;
	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;
	}
	
	.prodbox
{
	display:block;
	float:left;
	width:160px;
	border: 1px solid #C9C9C9;
	height:260px;
	overflow:hidden;
	margin-right:9px;
	padding:10px;
	margin-bottom:5px;
	margin-top:5px;
}
#footer
{
	margin-top:10px;
	background:#5F684B;
	float:left;
	display:block;
	width:980px;
	margin-bottom:20px;
}
#categoriesContent a
{
	padding-left:14px;
	background-image: url(../images/cat.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-weight:normal;
	padding-bottom:6px;
	padding-top:4px;
	margin-right:7px;
	float:left;
	display:block;
	width:149px;
	color:#333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#categoriesContent a:hover
{
	background-image: url(../images/cat2.gif);
	background-repeat: no-repeat;
	color:#789824;
}
#productListing
{
	padding-bottom:10px;
}
#fl
{
	margin-top:2px;
	width:200px;
	float:left;
	display:block;
	overflow:hidden;
	color:#FFF;
	line-height:20px;
	font-weight:bold;
	margin-left:20px;
	font-size:12px;
}
#fl a
{
	color:#FFF;
	text-decoration:underline;
	
}
#fl a:hover
{
	text-decoration:underline;
	color:#CCC;
}

#fr
{
	width:740px;
	float:left;
	display:block;
	text-align:right;
	margin-right:20px;
	
}
#header
{
	height:190px;
	float:left;
	display:block;
	width:980px;
	overflow:hidden;
	margin-bottom:10px;
}
#hl
{
	height:84px;
	float:left;
	display:block;
	width:274px;
	overflow:hidden;
}
#hl a img
{
	
	padding-top:17px;
	padding-left:6px;
	
}
#hr
{
	height:100px;
	float:left;
	display:block;
	width:706px;
	overflow:hidden;
}
#hrt
{
	height:42px;
	float:left;
	display:block;
	width:706px;
	overflow:hidden;
	text-align:right;
}
#hrb
{
	height:46px;
	float:left;
	display:block;
	width:706px;
	overflow:hidden;
	margin-top:10px;
}
#hrb a:hover
{
	text-decoration:underline;
	color:#789824;
}
.search
{
	font-weight:normal;
	color:#666;
	font-size:13px;
	margin-right:4px;
}
.searchc
{
	line-height:21px;
	border: 1px solid #CCC;	
	font-size:13px;
	width:150px;
}
.sgo
{
	border:none;
	color: #FFF;
	background-image: url(../images/gobg.jpg);
	background-repeat: no-repeat;	
}
#hrt input.button_search
{
	width:35px !important;
	color:#FFF !important;
	border:none !important;
	padding-top:4px;
	cursor:pointer;
	padding-left:0px;
	padding-right:0px;
	background-color: #0E0960;
	background-image: url(../images/gobtn.jpg);
	background-repeat: no-repeat;
	height:22px;
	overflow:hidden;
	text-indent:1000px;
}
#hrt input.button_searchHover 
{
	background-image: url(../images/gobtn.jpg);
	background-repeat: no-repeat;
}
#hrb a
{
	line-height:42px;
	font-size:15px;
	color:#5F684B;
	display:block;
	float:right;
	height:44px;
	padding-left:12px;
	padding-right:12px;
	border: 1px solid #CCCCCC;
}
.category-top-selected
{
	background-image: url(../images/cat2.gif) !important;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color:#789824 !important;
}
#htt
{
	padding-top:21px;
	float:left;
	display:block;
	width:980px;
	height:98px;
	overflow:hidden;
}
#htb
{
	float:left;
	display:block;
	width:980px;
	height:71px;
	overflow:hidden;
}
#htbt
{
	float:left;
	display:block;
	width:680px;
	height:48px;
	overflow:hidden;
	color:#FFF;
	line-height:48px;
	font-size:16px;
}
#htbt a
{
	font-size:13px;
	font-weight:bold;
	color:#333;
	line-height:48px;
	float:left;
	display:block;
	padding-left:44px;
	margin-right:24px;
}
.login
{
	background-image: url(../images/login.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.register
{
	background-image: url(../images/register.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.cart
{
	background-image: url(../images/cart.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.checkout
{
	background-image: url(../images/checkout.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#htbt a:hover
{
	color:#789824;
	text-decoration:none;
}
#htbtr
{
	float:left;
	display:block;
	width:300px;
	height:48px;
}
#shbb
{
	float:left;
	display:block;
	width:140px;
	height:48px;
	color:#666666;
font-size:13px;
font-weight:normal;
line-height:48px;
text-align:right;

}
#shbb2
{
	float:left;
	display:block;
	width:150px;
	height:48px;
	color:#FFFFFF;
font-size:16px;
font-weight:bold;
line-height:48px;
}
#shbb2 select
{
	font-size:12px;
	font-weight:bold;
	margin-top:14px;
	color:#333333;
	margin-left:4px;
	margin-right:18px;
	border: 1px solid #686868;
}
#htbb
{
	float:left;
	display:block;
	width:980px;
	height:24px;
	overflow:hidden;
	margin-top:1px;
	line-height:22px;
	color:#FFF;
	font-weight:bold;
}
#htbb a
{
	color:#FFF;
	font-weight:bold;
	text-transform:capitalize;
}
#prodbox,#featuredProducts,#emptycart,#createAcctDefault,#loginDefault,#contactUsDefault,#newProductsDefault,#allProductsDefault,#specialsListing,#advSearchDefault,#conditions,#privacy,#featuredDefault,#cartwp,#accountDefault,#accountEditDefault,#addressBookDefault,#addressBookProcessDefault,#accountPassword,#acctNewslettersDefault,#accountNotifications,#accountHistoryDefault,#accountHistInfo,#faqs,#ezPageDefault,#advSearchResultsDefault,#alsoPurchased,#productinn,#indexCategories,#logoffDefault,#passwordForgotten,#createAcctSuccess,#checkoutShipAddressDefault,#checkoutConfirmDefault,#checkoutSuccess,#checkoutPayAddressDefault
{
	width: 564px;
	border: 1px solid #CCC;
	margin-bottom:10px;
	float:left;
	display:block;
}
#bannerboxall
{
	margin-bottom:10px;
}
#indexDefaultMainContent
{
	width:544px;
	border: 1px solid #CCC;
	margin-bottom:10px;
	padding:10px;
	
}
#categoryImgListing,#indexProductListCatDescription,#productsListingTopNumber,#productsListingListingTopLinks,#productsListingBottomNumber,#productsListingListingBottomLinks,.createacc,.innpad,#logoffDefaultMainContent
{
	padding:10px;
}
.rth,.lft
{
	height:220px;
}
body#popupShippingEstimator
{
	background-image:none;
}
#bestsellersContent
{

}
.liw
{
border:1px solid #C9C9C9;
display:block;
float:left;
height:186px;
margin-bottom:7px;
margin-right:7px;
overflow:hidden;
padding:8px;
width:160px;
}
.liww2
{
display:block;
float:left;
height:160px;
overflow:hidden;
padding:8px;
width:160px;
}
.liww
{
border:1px solid #C9C9C9;
display:block;
float:left;
height:230px;
margin-bottom:7px;
margin-right:7px;
overflow:hidden;
width:176px;
}
.liw2
{
border:1px solid #C9C9C9;
display:block;
float:left;
margin-bottom:7px;
margin-right:7px;
overflow:hidden;
padding:8px;
width:160px;
height:349px;

}
#categoriesContent
{
	display:block;
	float:left;
	width:158px;
}
.inpr
{
	padding-left:8px;
	width:556px;
	float:left;
	display:block;
	padding-top:7px;
}
#categoryDescription
{
	display:block;
	float:left;
	width:544px;
	padding:10px;
}
.simgbox
{
	width:160px;
	float:left;
	display:block;
	height:160px;
	overflow:hidden;
}
.simgbox a
{
	width:160px;
	float:left;
	display:block;
	height:160px;
	overflow:hidden;
}
.snamebox
{
	width:160px;
	float:left;
	display:block;
	height:3em;
	margin-bottom:0.5em;
	overflow:hidden;
	font-weight:bold;
	line-height:1.5em;
}
.snameboxw
{
	width:176px;
	float:left;
	display:block;
	height:60px;
	overflow:hidden;
	font-weight:bold;
	line-height:39px;
	background-image: url(../images/catbg.jpg);
	background-repeat: repeat-x;
	text-align:left;
	text-indent:6px;
	color:#FFF;
	background-color:#89AD29;
}

.snameboxw a
{
	color:#FFF;
	display:block;
	float:left;
	width:166px;
	line-height:16px;
	margin-top:10px;
	text-indent:0px;
	padding-left:5px;
	padding-right:5px;
}
.snameboxw a:hover
{
	text-decoration:underline;
}
.snameboxp
{
	width:160px;
	float:left;
	display:block;
	height:62px;
	overflow:hidden;
	font-weight:bold;
	line-height:1.5em;
}
.snamebox a
{
	width:160px;
	float:left;
	display:block;
	height:3em;
	margin-bottom:0.5em;
	overflow:hidden;
	font-weight:bold;
	line-height:1.5em;
}
.listingDescription
{
	width:160px;
	display:block;
	float:left;
	overflow:hidden;
	height:67px;
}
.lprice
{
	width:160px;
	display:block;
	float:left;
	overflow:hidden;
	height:14px;
	margin-top:8px;
	margin-bottom:8px;
	font-weight:bold;
}
.formadd
{
	width:160px;
	display:block;
	float:left;
	overflow:hidden;
	height:30px;
}
.quantwi
{
	width:22px;
	margin-right:10px;
}
#productsListingListingTopLinks
{
	margin-bottom:0px;
	padding-bottom:0px;
}
.tprice
{
	color:#79962E;
}
#productMainImage a
{
	text-decoration:none;
}
.normalprice
{
	color:#000;
	font-weight:bold;
}
.productSpecialPrice,.productPriceDiscount
{
	font-weight:bold;
}
#productPrices,.rent-products-price
{
	color:#F00;
	font-weight:bold;
}
.pitem2,.pitem3
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;	
}
#productDateAvailable
{
	font-weight:bold;
}
.red
{
	color:#5F684B;
}
#bestsellersContent a
{
	font-size:12px;
	color:#333;
}
#bestsellersContent a:hover
{
	color:#5F684B;
}
#sorter select
{
	display:block;
	float:left;
	margin-top:3px;
}
#sorter label
{
	display:block;
	float:left;
	width:90px;
	text-align:right;
	
}
#featuredProducts fieldset
{
	margin:0;
	padding:0;
}
#featuredProducts .innpad
{
	margin-top:0px;
	padding-top:0px;
}
#hrb a.nr
{
	border-right-style: none;
}
#footer #navSupp a:hover
{
	text-decoration:underline;
	color:#FFF;
}
.sep
{
	background-image: url(../images/separator.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding:0px !important;
	padding-left:9px !important;
	padding-right:3px !important;
}
.centerColumn #indexCategoriesHeading
{
	border-bottom:none;
}
#login-email-address,#login-password
{
	width:120px;
}
#contactUsForm #enquiry
{
	width:200px;
	display:block;
	float:left;
	border: 1px solid #686868;
}
#passwordForgotten #email-address
{
	width:120px;
}
input#email-address,#contactname
{
	width:200px;
}
#enqt
{
	float:left;
	display:block;
	width:118px;
}
#contentMainWrapper
{
	width:980px;
	display:block;
	float:left;
}
#navColumnOne
{
	display:block;
	float:left;
	width:182px;
}
.valtop
{
	display:block;
	float:left;
	width:586px;
}
#navColumnTwo
{
	display:block;
	float:left;
	width:212px;
}
#navColumnTwoWrapper
{
	display:block;
	float:left;
	width:212px;
}
#contactUsForm label
{
	float:left;
}
#categoriesContent a.nbl
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#categoriesContent a.allprods
{
	font-weight:bold;
}
#cartBoxListWrapper a:hover
{
	text-decoration:underline;
}
#cartBoxListWrapper
{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#checkoutShipping,#checkoutPayment
{
	border:1px solid #CCCCCC;
display:block;
float:left;
margin-bottom:10px;
width:564px;
margin-top:0px;
}
#checkoutShipping fieldset,#checkoutPayment fieldset
{
	margin:10px;

}
#contactUsDefault label
{
	display:block;
	float:left;
	width:110px;
}
#checkoutConfirmDefault hr,#accountHistInfo hr
{
	width:100%;
}

#createAcctDefault textarea, #addressBookProcessDefault textarea, #checkoutNewAddress textarea{width:274px; border:1px solid #686868; margin-left:5px;}

#cartContentsDisplay .rowEven, #cartContentsDisplay .rowOdd {text-align:center; vertical-align:middle;}
#cartContentsDisplay .cartQuantity{padding-top:20px;}
#scUnitHeading { text-align:center; padding-left:20px;}
#scTotalHeading {text-align:center; padding-left:10px;}
