/**
 * 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;
	color: #070707;
	background-color: #FFFFFF;
	font: 11px helvetica, verdana, arial;
	}

a img { border: none; }

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

a:visited {
	color: #655658;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #c41230;
	}

a:active {
	color: #c41230;
	}

h1 {
	font-size: 1.8em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

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

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

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

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

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

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

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

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

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

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

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

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

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

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

/*wrappers - page or section containers*/
#logoWrapper {
	width:920px;
	height:150px;
	text-align:left;
	position:relative;
	}
#mainWrapper {
	text-align: left;
	width: 920px;
	vertical-align: top;
	}
#centerColumn {
	width: 92%;
	margin: 0 auto;
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	}

#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;
	}
/* form columns */
.loginColumnLeft,.confirmColLeft {
	margin-right: 2%;
	width: 48%;
	float:left;
}
.loginColumnRight,.confirmColRight {
	width: 48%;
	float:right;
}

/*navigation*/
.navSplitPagesResult { margin-left:5px; }
.navSplitPagesLinks {
	margin-right:5px;
	font-size: 16px;
	color: #999999;
}
.navSplitPagesLinks img {
	vertical-align: middle;
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 18px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	}

#navMainWrapper {
	height:50px;
	background: url(../images/bg_border_top.gif) repeat-x top left;
	}

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

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

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

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

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

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #cc9900;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

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

#navColumnOne {
	background-color: #FFCC99;
	}

#navColumnTwo {
	background-color: #00BFBF;
	}

#navSuppWrapper {
	height:30px;
	background:url(../images/bg_border_bottom.gif) repeat-x bottom left;
	}

#siteinfoLegal a {
	color:#888;
	}
#ftrLogoSml {
	padding: 9px;
}
/* horizontal menu positioning */
.horizontalcssmenu ul li {
	margin-left:10px;
	float:left;
	width:96px;
	position: relative;
}
.horizontalcssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#navSupp ul {
	margin: 16px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#navSupp ul li {
	display: inline;
}
.horizontalcssmenu ul a {
	display: block;
	text-decoration: none;
	padding: 15px 5px 15px;
	margin: 0;
}
.horizontalcssmenu ul li ul li a {
	padding: 6px 0;
	margin: 0 5px;
}
.horizontalcssmenu ul li a {
	background: url(../images/bg_tab.gif) no-repeat center bottom;
}
.horizontalcssmenu ul li a.glasses {
	background: url(../images/bg_nav_glasses.gif) no-repeat center bottom;
}
.horizontalcssmenu li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	top: 34px;
	z-index: 1000;
	padding-bottom: 9px;
}
.horizontalcssmenu li ul li {
	margin: 0;
}
.horizontalcssmenu li:hover ul { /* lists nested under hovered list items */
	left: auto;
}
/* horizontal menu styling */

/*Top level menu link items style*/
.horizontalcssmenu ul li a {
	background:url(../images/bg_tab.gif) no-repeat 50% 100%;
	color:#fff;
	text-decoration:none;
	text-align:center;
}

.horizontalcssmenu ul li a:hover {
	color:#c41230;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul {
	width:96px;
	background:url(../images/bg_dropmenu.gif) no-repeat center bottom;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li {
	background:none;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a {
	font-weight: normal;
	border-top:1px solid #fff;
	background:none;
	}
.horizontalcssmenu ul li ul li a.first {
	border: none;
}
.horizontalcssmenu ul li ul li a:hover{
	color:#c41230;
	}
#navSupp ul a {
	font-weight: bold;
	color: #FFFFFF;
}
#navSupp ul a:hover {
	color:#c41230;
}
/* cart summary classes */
.alpha40 {
	opacity:0.4;
	filter:alpha(opacity=40);
}
	
#cartSummary {
	height:130px;
	width:280px;
	position:absolute;
	right:10px;
	top:10px;
}
#cartSummaryTitle {
	color: #999999;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#cartSummaryState {
	font-size: 22px;
	color: #00ADEF;
	text-decoration: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#cartSummaryIcon {
	padding-left: 6px;
	vertical-align: middle;
}
#cartSummaryContent {
	color: #999999;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
#indexDefaultHeading {
	color: #EEEEEE;
	margin: 0px;
	padding: 4px 10px 6px;
}

/* specific link colours */
.greeting a {
	color:#FF9200;
}
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
p.logo_prodDesc {
	display: block;
	position: relative;
}
p.logo_prodDesc img { 
	position: absolute;
	top: -44px;
	right: 0px;
}
span.prodDesc {
	display: block;
	margin-right: 170px;
}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {
	padding: 12px;
}
.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;
	}
/*category list page*/
a.categoryListBoxContents:link, a.categoryListBoxContents:active, a.categoryListBoxContents:visited {
}
a.categoryListBoxContents:hover {
}

.list_category_categoryName {
	font-size: 22px;
}
/*featured product list*/
#featuredProducts {
	background: url(../images/fp_bg.png) no-repeat center top;
	height: 190px;
	margin-top: 12px;
}
a.fp_productName:link, a.fp_productName:active, a.fp_productName:visited  {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.fp_productName:hover {
	color: #000000;
	text-decoration: underline;
}
.fp_productPrice {
	font-size: 12px;
	font-weight: bold;
}
.fph_catName {
	font: bold normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	width: 120px;
	padding: 0;
	margin: 0px auto;
}


/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

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

.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;
	}
#cartContentsDisplay .tableHeading {
	font-size: 14px;
}
#scProductsHeading {
	text-align: left;
	padding-left: 9px;
}
#scUnitHeading, #scTotalHeading {
	text-align: right;
}
#scUpdateQuantity {
	width: 2em;
	}
.cartButtons {
	display: inline;
	padding-right: 12px;
}
	
.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;
	}
.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;
	}

#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 {
	padding-right: 6px;
	padding-bottom: 12px;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

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

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}

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

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

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

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

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

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

.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, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
#featuredProducts .centerBoxContentsFeatured {
	float: left;
}
#featuredProducts h2.centerBoxHeading {
	margin:0;
	padding:6px 0 2;
}
#featuredProducts .centeredContent {
	margin:0;
	padding:0;
}
#featuredProducts .centerBoxContentsFeatured .fpVCwrap {
	display: table; 
	height: 100px;
	width: 100px; 
	overflow: hidden;
	margin: 0 auto;
}
#featuredProducts .centerBoxContentsFeatured .fpVCwrap .fpVCpos {
	display: table-cell;
	vertical-align: middle;

}
#featuredProducts .centerBoxContentsFeatured .fpVCwrap .fpVC {
}
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
}

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

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

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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/

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

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


/** CUSTOM CLASSES **/


#contentMainWrapper {
	background:url(../images/bg_border_middle.gif) repeat-y 0 50%;
	}

/* contains all the content inside the graphic frame. fixed to 860x440 */
.centerColumn {
	/*overflow-y:none;
	height:450px;*/
	width:860px;
	margin:10px 30px 0 30px;
	padding:0;
	}

#ezPageDefault {  }

.contentWrapperTop { padding:12px 0 0 0; }
.contentWrapperBottom { padding:0 0 12px 0; }

#indexPageAbout {
	display:block;
	float:right;
	width:700px;
	margin:0;
	padding:0 80px;
	}

/* left side content column. fixed to 410x440 */
#indexDefaultMainContentLeft {
	display:block;
	float:left;
	overflow-x:none;
	overflow-y:none;
	width:410px;
	height:440px;
	margin:0;
	padding:0;
	}

	#indexDefaultMainContentLeft .contentWrapperTop { background:url(../images/gui_content_top.gif) no-repeat top right; }
	#indexDefaultMainContentLeft .contentWrapperBottom { background:url(../images/gui_content_bottom.gif) no-repeat bottom right; }

#indexDefaultMainContentRight {
	display:block;
	float:right;
	overflow-x:none;
	overflow-y:none;
	width:410px;
	height:480px;
	margin:0;
	padding:0;
	text-align: justify;
	}
#indexDefaultMainContentRight p,
#indexDefaultMainContentRight h2 {
	padding-right: 24px;
	padding-left: 6px;
	margin: 9px 0px 0px;
	}
#indexDefaultMainContentRight h2 {
}
#indexDefaultMainContentRight a:link,
#indexDefaultMainContentRight a:active,
#indexDefaultMainContentRight a:visited {
	font-weight: bold;
	color: #000000;
}
#indexDefaultMainContentRight a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
	#indexDefaultMainContentRight .contentWrapperTop { background:url(../images/gui_content_top.gif) no-repeat top right; }
	#indexDefaultMainContentRight .contentWrapperBottom { background:url(../images/gui_content_bottom.gif) no-repeat bottom right; }

	#indexDefaultMainContentRight #indexProductListCatProductList {
		border:1px solid white;
		overflow-x:none;
		overflow-y:none;
		margin:0;
		padding:0 10px;
		background-color:#fff;
		}

#indexDefaultMainContentFull {
	display:block;
	/*float:right;
	overflow-x:none;
	overflow-y:none;
	height:440px;*/
	width:860px;
	margin:0;
	padding:0;
	}
/* homepage category hero divs */
p#home-intro {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 10px;
	text-align: justify;
	margin: 0;
	padding-bottom: 16px;
}
#home-intro a:link,
#home-intro a:active,
#home-intro a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#home-intro a:hover {
	color: #000000;
	text-decoration: none;
}
#home-cats {
	height: 402px;
	padding-left: 10px;
}
.home-cat-floater {
	height: 373px;
	width: 292px;
	float: left;
	padding-right: 29px;
}
#home_mini-squids_teaser {
	float:left;
	height: 112px;
	width: 128px;
}
#home-right-col-new {
	float:left;
	width: 194px;
	position: relative;
}
#home-pocket-g-callout {
	position: absolute;
	top: 252px;
	left: 0px;
	height: 159px
	width: 194px;
}

	#indexDefaultMainContentFull .contentWrapperTop { background:url(../images/gui_content_top_wide.gif) no-repeat top right; }
	#indexDefaultMainContentFull .contentWrapperBottom { background:url(../images/gui_content_bottom_wide.gif) no-repeat bottom right; }

	/** FOR PRODUCT LIST **/
	#indexDefaultMainContentFull #indexProductListCatProductList {
		width:860px;
		/*height:423px;
		overflow-x:none;
		overflow-y: scroll !important;*/
		margin:0;
		padding:0;
		background-color:#fff;
		min-height:440px;
	}

#indexDefaultMainContentFull #indexProductListCatProductList table { width:840px; }

#productListHeading,#catDescContent,#categoryDescription,#indexCategoriesHeading {
	float:left;
	padding:0 10px 20px 10px;
	}
#categoryDescription,.indexProductListOverview {
	width: 470px;
	padding-left: 60px;
	padding-bottom: 140px;
	font-size: 13px;
	line-height: 1.5em;
}
.indexProductListOverview {
	float:right;
	padding:0 10px 20px 10px;
	}

#indexProductListCatDescription {}

#indexProductListInfo {
	display:block;
	width:410px;
	margin:0;
	padding:0;
	background-color:#fff;
	}
.lc_price {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #00ADEF;
	text-align: left;
	margin: 0px;
	padding-bottom: 4px;
}
.lc_qty {
	font-size: 20px;
	font-weight: bold;
	color: #C40F2F;
	text-align: center;
	height: 24px;
	width: 24px;
	margin: 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.lc_button_addCart {
	display: block;
	padding-top: 4px;
}


#productsListingBottomNumber { padding-left:10px; }
#productsListingListingBottomLinks { padding-right:10px; }

#productAdditionalImages {}

.additionalImages {
	display:block;
	float:left;
	}

/** On hover display elements **/

#ezPagesHeading,
#categoryImgListing {
	display:block;
	position: absolute;
	right: 9999px;
	height: 10px;
	width: 20px;
}

