/**
 * 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 $
 */
html {
height: 100%;
}
body {
	margin: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 70%;
	color: #231F20;
	background-color: #F3F3F3;
	height: 100%;
	}
#socialnet {
	padding-top: 3px;
	margin-right: 200px;
	}

/*#floaterOriginal {
	float: left;
	height:50%;
	margin-bottom:-210px;
	}*/
/*** set the width and height to match your images **/

#announcements {
	margin: 10px auto -40px auto;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #231F20;
	font-weight: bold;
}

#slideshow {
    position:relative;
    height:520px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 520px;
    background-color: #F3F3F3;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 520px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}

#homeContent {
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 3em auto 0 auto;
	min-height: 100%;
	}
	
#indexDefaultMainContent {
	text-align:center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#intro {
	text-align: center;
	margin: 0 auto;
	width:926px;
	height:520px;
	padding: 0;
}
#introAbout {
	text-align: center;
	margin: 0 auto;
	width:320px;
	height:320px;
	padding: 0;
	-webkit-box-shadow: 5px 5px 10px #999999;
}
#heroes {
	width: 720px;
	float: left;
	position: relative;
}
.announcements {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #231F20;
}
#hols {
	margin: 10px auto -45px;
	list-style-type: none;
}
#homeThumbs {
	width: 206px;
	float: right;
}
.homeThumbImagesPort {
	width: 103px;
	margin: 0;
	padding: 0;
	float: left;
}
.homeThumbImagesLscape {
	width: 206px;
	margin: 0;
	padding: 0;
	float: left;
}
.introText {
	vertical-align: middle;
	margin: 0 auto;
	padding-top: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #231F20;	}

a img {border: none; }
#homeThumbs a:link img, #homeThumbs a:visited img {
	/* for Mozilla/Firefox/Safari */
	opacity:0.4;
	/* IE5.5 upwards */
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=40);
}
#homeThumbs a:active img, #homeThumbs a:hover img, #homeThumbs a:focus img{
	/* seems to prevent flickering in Mozilla-based browsers */

	opacity:0.9999;
}
a:link{
	color: #231F20;
	text-decoration: none;
	}
a:visited {
	color: #231F20;
	text-decoration: none;
	}
a:hover {
	color: #95D4D1;
	text-decoration: none;
	}
a:active {
	color: #231F20;
	text-decoration: none;
	}
#navEZPagesTop a:link, #navSupp ul li a:link {
    color: #FFF;
    text-decoration: none;
	text-transform:uppercase;
    }

#navEZPagesTop a {
	padding: 0 1em;
}
 
#navEZPagesTop a:visited, #navSupp ul li a:visited {
    color: #FFF;
    text-decoration: none;
    }

#navEZPagesTop a:hover, #navSupp ul li a:hover {
    color: #95D4D1;
    text-decoration: none;    
    }

#navEZPagesTop a:active, #navSupp ul li a:active {
    color: #FFF;
    text-decoration: none;
    }
#navBreadCrumb a, #siteinfoLegal a {
    color: #666;
    text-decoration: none;
	text-transform:uppercase;
	text-align: center;
    }
	
/*
a:link, #navEZPagesTOC ul li a {
	color: #CCC;
	text-decoration: none;
	}
 
a:visited, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #CCC;
	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 {
	color: #95D4D1;
	text-decoration: underline;
	}

a:active, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover  {
	color: #231F20;
	}*/
/*a:link, categoryListBoxContents {
color: #231F20;
}*/
h1 {
	font-size: 1.3em;
	color: #231F20;
	padding-top: 1em;
	}

h2 {
	font-size: 1.2em;
	color: #231F20;
	}

h3 {
	font-size: 1.1em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

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

CODE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

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

INPUT {
	display: inline;
	font-size: .7em;
	margin: 0.1em;
	background-color: #F3F3F3;
	}
	
TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

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

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

LEGEND {
	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;
	}
	
#logo {
	float: none;
	text-align: center;
	}

#loginDefault {
	font-size: 1.1em;
	}
LABEL.inputLabel {
	width: 11em;
	float: left;
	/*font-size: 1.1em;*/
	}

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

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

P, ADDRESS {
	padding: 0.5em 0;
	}

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

#productAttributes {
	padding-top: 2em;
	width: 50%;
	float: right;
	font-size: .7em;
}
#mainWrapper {
	position: relative;
	background-color: #F3F3F3;
	text-align: center;
	width: 100%;
	vertical-align: top;
	margin: 0 auto;
	min-height: 100%;
	}
	
#navCurrenciesWrapper {
	background-color: #231F20;
	margin: .4em .2em 0 0;
	padding-top: .1em;
	line-height: 1.3em;
	font-size: 1em;
}
	
#navCurrenciesWrapper a {
color: #FFF;
text-decoration: none;
vertical-align: bottom;
padding: 0 .2em 0 .2em;
}

#navCurrenciesWrapper a:hover {
color: #95D4D1;
text-decoration: none;
background-color: #231F20;
}

/*#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	}*/
#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}
/*	uncomment this # if putting back background image
#contentMainWrapper {
background: url(../../../../images/linen001.jpg) repeat scroll center;
}*/
#contentMainWrapper {
	margin: 0 auto;
	text-align: center;
}
#headerWrapper {
	margin: 0;
	padding: 0;
	background-image:url(../../../../images/backgroundPattern.jpg);
	background-repeat: repeat;
	}
#logoWrapper  {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	padding-top: 1.5em;
	}

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

#tagline {
	color:#CCC;
	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 {
	font-size: 1.1em;
	padding-bottom: 1em;
}
.navSplitPagesLinks {
	font-size: 1.1em;
	padding-bottom: 1em;
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper {
	margin: 0 auto;
	color: #CCC;
	height: 1%;
	width: 900px;
	}
#navSuppWrapper  {
	position: absolute;
	bottom: 2em;
	left: 0;
	margin: 0 auto;
	background-color: #231F20;
	color: #CCC;
	height: 4em;
	width: 100%;
	text-transform: uppercase;
	}
#navCatTabsWrapper {
	width: 100%;
	margin: 0px;
	background-color: #231F20;
	font-weight: lighter;
	color: #CCC;
	height: 1%;
	width: 100%;
	}

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

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	padding-left: 0.5em;
	}

#navMain ul li a  {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #231F20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	white-space: nowrap;
	}
	
#navMain ul li a:hover  {
	background-color: #231F20;
	color: #95D4D1;
}
#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #CCC;
	white-space: nowrap;
	}
#navCatTabs ul li a {
	text-decoration: none;
	padding: 0.5em 1.5em;
	margin: 0;
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	white-space: nowrap;
	}
#navCatTabs ul li a:hover, #navSupp ul li a:hover {
	text-decoration: none;
	color: #FFF;
	}

#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;
	}
	
.buttonRow {
}
	
#navMainSearch {
	float: right;
	color: #231F20;
	padding-right: 1em;
	}
#navMain {
	float: right;
	color: #231F20;
	}

#navBreadCrumb {
	background-color: #231F20;
	color: #CCC;
	}

#navEZPagesTop {
	background-color: #231F20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCC;
	}

#navBreadCrumb, #navEZPagesTop {
	margin: 0em;
	padding: 1em;
	}

#navColumnOne {
	background-color: #ffffff;
	}

#navColumnTwo {
	background-color: #ffffff;
	}

/*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;
	width: 75%;
	}
#contactUsForm {
font-size: 1em;
}	
#contactUsDefault {
	font-size: 1.1em;
	}
#shippingInfo, #conditions, #privacy {
font-size: 1.1em;
}
#pageTwo {
font-size: 1.1em;
}
#pageThree {
font-size: 1.1em;
}
#pageFour {
font-size: 1.1em;
}
.content {
	font-size: 1.1em;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}
		
.centerColumn {
	background-color: #F3F3F3;
	width: 950px;;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	padding-bottom: 18em;
	/* padding-bottom reduced from 18em */
}

.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	width: 100%;
	margin: 0 auto;
	background-color: #211F20;
	font-size: 0.9em;
	color: #CCC;
	text-align: right;
	}

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

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	background-color: #231F20;
	color: #CCC;
	}

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

#cartSubTotal {
	border-top: 1px solid #231F20;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	color: #231F20;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	color: #231F20;
	background-color: #ffffff;
	text-align: left;
	}

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

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

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

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

.cartRemoveItemDisplay {
	width: 8em;
}

.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 {
	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, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}


/*sideboxes*/
.columnLeft {}

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

.leftBoxHeading, .centerBoxHeading { /*controls the background colours of the box headings*/
	margin: 0em;
	background-color: #ffffff;
	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: #8f3b55;
	}

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

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

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

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: left;
	}
	
.categoryListBoxContents {
	margin: 0 auto;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.9em;
	padding: 1em 0;
}
#categoryDescription {
	font-size: 1.3em;
	padding-bottom: 1em;
	text-align: right;
}
#siteinfoLegal {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 background: #231F20;
	 text-align: center;
	 margin: 0;
	 padding: 0;
	 width: 100%;
	 color: #666;
	 font-size: 0.8em;
	 height: 4em;
	 }
.legalCopyright {
color: #999;
}
.leftBoxHeading {
	text-align: left;
	}

#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*/
.back {
	float: left;
	}
.logins {
	list-style: none;
	display: inline;
	padding-left: .5em;
}
#accountInfo {
	background-color: #231F20;
	margin: 0 auto;
	padding:  0;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
}
#accountInfo ul li {
	display: inline;
	}

#accountInfo ul li a  {
	text-decoration: none;
	padding: 0em 0.2em;
	margin: 0;
	color: #F3F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	white-space: nowrap;
	}
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}
.forward {

}
.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;
	text-align: center;
	}

#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;
	}
.itemTitle {
padding: .5em 1em 0 0;
font-size: 1.1em;
}
.listingDescription {
width: 285px;
padding-right: 10px;
padding-left: 0;
font-family: Helvetica, Verdana, Arial, sans-serif;
text-align: left;
font-size: 1em;
}
.centerBoxContentsProducts {
padding-left: 0.5em;
}
.navNextPrevWrapper {
font-size: 1.1em;
font-weight: bold;
margin-bottom: 2em;
}
.main {
	font-size: 1.1em;
	text-align: left;
}
/*.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}*/
