/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin: 0;
	font-family: "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	background-color: #FFF;
	}

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

a:hover, .moreNew a:hover  {
	background-color: #DDD;
	border-bottom:1px solid #9A8E51;
	color: #888888;
	}
	
#indexDefaultMainContent a, #indexBlog a, .moreNew a, #aboutUsMainContent a, #contactUsNoticeContent a, #shippingInfoMainContent a, #returnsMainContent a, #checkoutSuccessMainContent a, #paypal a, #cartInformation a, #cartGraphics a, #cartText a {
	/* font-weight: bold; */
	border-bottom: 1px dashed #CCCCCC;
	}
	
#indexDefaultMainContent a:hover, #indexBlog a:hover, #aboutUsMainContent a:hover, #contactUsNoticeContent a:hover, #shippingInfoMainContent a:hover, #returnsMainContent  a:hover, #checkoutSuccessMainContent a:hover, #paypal a:hover, #cartInformation a:hover, #cartGraphics a:hover  {
	border-bottom:1px solid #9A8E51;
	}
	
a img , a.noHover, a.noHover:link, a.noHover:visited, a.noHover:hover, a.noHover:active {
	border: none;
	background: none;}
	
h1 {
	font: 1.5em verdana;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.2em;
	padding-top:10px;
	}

#productName {padding-top: 10px;}
	
#productPrices {padding: 0;
margin-top:-7px;}
	
h3 {
	font-size: 1em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin-top: 20px;
	}

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

FORM, SELECT, INPUT {
	/* display: inline; removed for newsletter subscribe sidebox */
	font-size: 1em;
	margin: 0.1em;
	}
	
#subscribeContent FORM, #subscribeContent SelecT, #subscribeContent INPUT {
	font-size: 90%;}

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

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

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

#logo, .centerBoxContents, .specialsListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
	
.categoryListBoxContents {
	float: left;
	padding-bottom: 15px;
	}

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;
	margin-left: 35px;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #CFCFCF;
	}

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

/* moved all mainWrapper CSS together */

#mainWrapper {
	/* margin: 0em; */
	margin: auto;
	padding: 0em;
	background-color: #ffffff;
	text-align: left;
	width: 780px;
	vertical-align: top;
	background-image: url(/images/shadow-bg.gif);
	background-repeat: repeat-y;
	}

#main {
	width: 750px;
	margin: auto;
	}

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

#headerWrapper {
	background: url(/images/header.gif) top right no-repeat;
	}
	
#topBar {
background:#EEEEEE none repeat scroll 0%;
color:#CCCCCC;
font-family:verdana;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:20px;
line-height:normal;
padding:10px 5px 5px 2px;
text-align:right;
width:auto;
}

#pageTitle {
color:#A9A9A9;
font-family:verdana;
font-size:48px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:5px;
}

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

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
color:#CCCCCC;
font-family:verdana;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:0px 0px 0px 8px;
padding:0px;
	}

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

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	padding: 16px 0 10px 0;
	}

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

#navMainWrapper, #navCatTabsWrapper {
	background: #EEE;
	margin: 0em;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	font-size: 90%;
	color: #CCCCCC;
	height: 1%;
	}
	
#navSuppWrapper {
	margin: 10px 0 0 0;
	background-color: #A9A9A9;
	padding: 0.5em 0.2em;
	color: #EEEEEE;
	height: 1%;
	}

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

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

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

#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #9a9a9a;
	white-space: nowrap;
	font-weight: bold;
	}

#navMain ul li a:hover, #navCatTabs ul li a:hover {
	background-color: #EEEEEE;
	text-decoration: underline;
	border: none;
	}	
	
/* navSupp is footer */
	
#navSupp ul {
	margin: 0;
	padding: 5px 0 5px 0;
	list-style-type: none;
	text-align: left;
	line-height: 1.5em;
	}
	
#navSupp ul li {
	display: inline;
	}

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

#navSupp ul li a:hover {
	text-decoration: underline;
	background-color: #A9A9A9;
	border: none;
	}
	
#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;
	padding: 5px 5px 0 0;
	}

#navBreadCrumb {
	padding: 1.5em 0 0 .9em;
	background-color: #ffffff;
	font-size: 0.95em;
	margin: 0em;
	}

/* CSS Tabs */
#navEZPagesTop {
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #CCC;
}

#navEZPagesTop ul {
    margin:0;
    padding:0px 10px 0 5px;
    list-style:none;
}

#navEZPagesTop li {
    display:inline;
    margin:0;
    padding:0;
}

#navEZPagesTop a {
    float:left;
    background:url("/includes/templates/lucid/images/tableft8c.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#navEZPagesTop a:hover {border-bottom:none;}

#navEZPagesTop a span {
    float:left;
    display:block;
    background:url("/includes/templates/lucid/images/tabright8c.gif") no-repeat right top;
    padding:5px 18px 4px 12px;
    color:#eee;
	font: 1.2em tahoma;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navEZPagesTop a span {float:none;}
    /* End IE5-Mac hack */
    #navEZPagesTop a:hover span {
    color:#591333;
}

#navEZPagesTop a:hover {
    background-position:0% -42px;
}

#navEZPagesTop a:hover span {
    background-position:100% -42px;
    color: #888;
}

#navEZPagesTop #current a {
    background-position:0% -42px;
}
#navEZPagesTop #current a span {
    background-position:100% -42px;
    color: #888;
}
/* End of CSS Tabs */	

#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;
	}
	
.content {line-height: 1.4em;}

.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 0.8em 2em 0.8em;
	}

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

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

.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, .cartTotalsDisplay, #cartInstructionsDisplay {
	padding: 0.5em 0em;
	}

#cartInformation {
	padding: 0;
	text-align: right;
	}
	
.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;
	}

.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*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#productMainImage {
	margin: 2em 1em 1em 0.6em ;
	padding: 0.8em;
	border: 1px solid #CCCCCC;
	}
	
.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 #CCCCCC; */
	height: 1%;
	}

h2.centerBoxHeading {
	color: #9A9A9A;
	font-family:verdana;
	font-size:1.8em;
	font-weight: normal;
	margin: 10px 0 0 15px;
	}

#whatsNew {
	/* margin: 0 20px 0 20px;
	background: url(/images/bottom.gif) bottom no-repeat; */
	background: url(/images/whats-new.gif) 300px 0 no-repeat ;
	margin: 0 -10px 0 -10px;
	padding: 0 20px 0 30px;
	}
	
#whatsNew .newArrivals {
	margin-left: 10px;
	}

#whatsNew img {
	padding: 5px;
	background: #DDD;
	border: 1px solid #CCC;
	}
	
#whatsNew a:hover img{
	border: 1px solid #A9A9A9;
	background-color: #FFF;	
	}

.moreNew {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 18px 30px 20px;
	text-align: right;
	}
	
/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.2em;
	color: #999999;
	text-align: left;
	padding-left:5px;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 1em;
	color: #9A9A9A;
}

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

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #CFCFCF;
	margin-top: 1.5em;
	}

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

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

/* REMOVED
.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, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#cartEmptyText {padding-top: 45px;}
	
.centerBoxHeading {
	text-align: left;
	margin: 0 15px 0 5px;
	padding: 0.5em 0.2em;
	}

#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: #9A9A9A;
	font-size: 100%;
	line-height: 1.8em;
	text-decoration: none;
	padding-left: 15px;
	background: url(/includes/templates/lucid/images/arrow.png) left no-repeat;
	}
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: #336699;
	text-decoration: none;
	margin-left: 15px;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
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: #CCCCCC;
	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;
	}

#copyright {
	color: #FFFFFF;
	margin-top: -22px;
	margin-left: 552px;
	padding-bottom: 5px;
	}
	
#productDetailsList {
	list-style: none;
	}
	
.warning {
	color: #FF0000;}
	
.changeButton {
	float: right;
	margin: 1em;}
	
.myIndent {margin: 0 0 0 2.4em;}

#ccProductsHeading {text-align: left;}

#ccTotalHeading {text-align: right;}

#productDateAvailable {color: #FF0000}

#cartGraphics {
	/*  */
	background-color: #E6E6E6;
	border: 1px dashed #CCCCCC;
	padding: 10px 5px 0 5px;
	text-align: center;
	width: 325px;
	margin: auto;
	}

#shadow {
	margin: auto;
	width: 780px;
	height: 10px;
	background-image: url(/images/shadow-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	}

#contactUsForm {
	width:655px;
	margin: auto;
	background: url(/images/contact-us-bottom.gif) bottom left no-repeat;	
	}
	
#enquiry {
	width: 507px;
	float: right;
	margin: 5px 20px 20px 0;
	}
	
#contactMessage {float: left;}

#indexDefaultMainContent {
	margin: 20px 20px 20px 20px;
	border-top: 2px solid #CFCFCF;
	border-bottom: 2px solid #CFCFCF;
	background-image: url(/images/main.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-bottom: 10px;
	}
	
#indexDefaultMainContent h1, #indexDefaultMainContent p {
	margin-left: 20px;
	margin-right: 310px;
	}
	
#wparchives, #wpsidebar, #wppages, #wplinks, #wpcats {display: none;}

#wordpressBody #wparchives, #wordpressBody #wpsidebar, #wordpressBody #wppages, #wordpressBody #wplinks, #wordpressBody #wpcats {display: block;}

#wordpressBody #categories  {display: none;}

#wordpressBody #currencies  {display: none;}

#about_us, #contactUsDefault, #checkoutSuccess {margin: 0 30px 0 30px;}

#indexBlog {
	font-size: 1.2em;
	margin: 10px 25px 30px 25px;
	padding: 0 15px 15px 15px;
	border: 2px solid #CFCFCF;
	}
	
#categoryDescription {margin: 20px 0 0 26px;}

#indexProductListCatDescription {margin: 20px 0 20px 26px;}

#flashcontent {
	text-align: left;
	margin: 0 auto;
}