/**
 * 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 {
 background: url("../images/hedbj.jpg") repeat-x scroll left top #fff;
    color: #151516;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
	}
a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #000;
	text-decoration: none;
	}
 
a:visited {
	color: #000;
	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: #bf0000;
	}

a:active {
	color: #000;
	}

h1 {
	font-size: 24px;
	font-weight:normal;
	line-height:25px;
	color:#fff;
	}

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

/*  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;
	font-size: 1em;
	}

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

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

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

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*/
#mainWrapper {
	text-align: left;
	margin:0 auto;
	 background: url("../images/textbj.jpg") no-repeat scroll left top #ffedf6;
    padding-top: 10px;
    width: 1000px;
	}

#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#head{
	height:106px;
	margin-bottom:5px;
	width:100%;
	}
#headerWrapper{
	width:1000px; 
    height: 106px;
	position:relative;
	margin:0 auto;
}
#logo{
    left: 0px;
    position: absolute;
    top:20px;
}

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-right: 10px;
	margin-left:10px;
	}
	
#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-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 {
    height: 29px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 30px;
    width:310px;
	background:#e31e7a;
	}
#keywords{	
    background-color: #fff;
    border:none;
    float: left;
    padding: 5px;
	height:19px;
    width: 235px;
}
.searchwrap{
 background: none repeat scroll 0 0 #e31e7a;
 border:none;
    color: #fff;
    cursor: pointer;
    font: 11px Tahoma,Verdana,Arial,sans-serif;
    height: 27px;
    margin: 0;
    overflow: visible;
    padding: 0 17px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
}

#navBreadCrumb {
	text-align:left;
	padding:10px 0;
	margin:0 0 10px 0;
	color:#fff;
	}
#navBreadCrumb a{
	font-weight:bold;
	color:#fff;
}

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

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

/*Shopping Cart Display*/
#cartAdd {
	margin-bottom:10px;
	}

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

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

#cartSubTotal {
	border-top: 1px solid #eee;
	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: #e31e7a;
	}

.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 {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
		color:#fff;
	padding-left:10px;
	}

/*sideboxes*/
.columnLeft {}

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

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
     background-color: #abbbd3;
    background-image: url("../images/centerBoxHeadingnew.jpg");
    border-bottom: 1px solid #cccccc;
	margin:0;
    height: auto;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-top: 10px;
    text-transform: uppercase;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	}

.sideBoxContent {
	padding-left:10px;
	}
.sideBoxContentItem{
	text-align:left;
	margin:10px 0;
}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #bf0000;
	text-decoration: none;
	} 

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .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: #232323;
	text-decoration: none;
	background: url("../images/bullet2.gif") no-repeat;
	padding-left:15px;
	}
A.category-links, A.category-links:visited {
	color: #232323;
	text-decoration: none;
	text-transform:uppercase;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #555;
	text-decoration: none;
		background: url("../images/bullet1.gif") no-repeat;
	padding-left:5px;
	}
SPAN.category-subs-parent {
	color: #e31e7a;
	}
SPAN.category-subs-selected {
	color: #e31e7a;
	}
/* end categories box links */

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

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	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 {
	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;
	}
.loginfo{
	line-height:12px;
	 position:absolute;
	 right:0;
	 top:5px;
}
li{
	list-style:none;
}
.loginfo li{
	float:right;
	 background: url("../images/libj.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    padding: 0 10px;
}
.loginfo li a{
	color:#6a6969;
}


 .slidetag {
    background-color: #ececec;
    background-image: -moz-linear-gradient(center bottom , rgb(188, 188, 188) 0%, rgb(217, 217, 217) 100%);
    color: #696969;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 16px;
    padding: 10px 0;
    text-align: center;
	position:absolute;
	top:122px;
	width:100%;
	font-weight:bold;
}

.colgroup {
    background: none repeat scroll 0 0 #efefef;
    padding: 10px;
	height:300px;
}
.unit{
	float:left;
}
.colgroup > .unit {
    background: none repeat scroll 0 0 #949494;
    color: #fff;
    margin-right: 15px;
}
.colgroup > .unit:hover {
    background: none repeat scroll 0 0 #434343;
}
.colgroup > .unit.last {
    margin-right: 0;
	float:right;
}
.colgroup > .unit > .copy_title {
    display: block;
    padding: 15px 0 13px;
    text-align: center;
}
.colgroup > .unit > .copy_title > span {
    background: url("../images/arrow2.png") no-repeat scroll right 3px rgba(0, 0, 0, 0);
    font-size: 18px;
    line-height: 18px;
    padding: 0 15px 0 0;
    text-align: center;
    width: auto;
}
.colgroup > .unit > span img {
    margin-left: 2px;
    margin-top: -4px;
}
.dropshadow {
    background: url("../images/dropshadow.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 27px;
}
.hpsell_wrap {
    background: none repeat scroll 0 0 #2f2f2f;
    color: #fff;
    height: 180px;
    margin: 40px auto;
    position: relative;
    width: 985px;
}
.hpsell_1, .hpsell_2, .hpsell_3 {
    float: left;
    height: 91px;
    padding: 45px 0 44px;
    text-align: center;
    width: 306px;
}
.hpsell_1 {
    border-right: 1px solid #848383;
}
.hpsell_2 {
    border-right: 1px solid #848383;
}
.hpsell_3 {
}
.sellbtn {
    background: url("../images/sellbtn_hp_v2.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 180px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 85px;
}
.sellbtn:hover {
    background: url("../images/sellbtn_hp_v2.gif") no-repeat scroll left bottom rgba(0, 0, 0, 0);
}
.footer {
 border-top:3px solid #fff;
    margin-top: 20px;
    width: 100%;
	padding-top:20px;
}
.foot{
	width:980px;
	margin:0 auto;
}
.pre-footer-en {
    background: url("../images/prefooterlinks_en.jpg") no-repeat scroll 0 0 transparent;
	width:921px;
	height:67px;
	margin:0 auto;
}
.pre-footer-social {
    background: url("../images/prefootersocial.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 75px;
    margin: auto;
    position: relative;
    width: 962px;
}


#siteinfoLegal{
	font-weight:bold;
	line-height:27px;
	height:27px;
}
#chcategoriesContent li{
	line-height:22px;
}
#chcategoriesContent{
	background:#fff;
}
.centerBoxContentsProducts, .centerBoxContentsNew, .centerBoxContentsSpecials, .centerBoxContentsFeatured{
	text-align:left;
	margin:5px;
	width:172px !important;
	background:#fff;
	padding:5px;
}
.navSplitPagesResult, .navSplitPagesLinks {
    margin: 20px 0px;
    padding: 0 10px;
	color:#fff;
}
.navSplitPagesLinks strong {
	background:#000;
    color: #fff;
    padding: 3px 10px;
}
.navSplitPagesLinks a {
	background:#fff;
    color: #000;
    padding: 3px 10px;
}
.pro_right{
	width:360px;
	float:right;
	background:#fff;
	padding:10px;
	min-height:403px;
}
.right_de li{
	line-height:20px;
}
#productPrices{
	font-size:16px;
	font-weight:bold;
	 margin:25px 0;
	 line-height:25px;
}
#productPrices .productSpecialPrice{
	font-size:40px;
}
#productGeneral{
	padding:10px 0;
	width:770px;
	float:left;
}
.pro_left{
	float:left;
	width:360px;
	background:#fff;
	padding:10px;
	min-height:403px;
}
.product-tabs-content {
    background: none repeat scroll 0 0 #fff;
    color: #707070;
    font-size: 11px;
    line-height: 20px;
    min-height: 100px;
    padding: 15px;
}
.product-tabs-content h4 {
    color: #825a6b;
    font: bold 12px/1.25 Arial,sans-serif;
    margin-bottom: 10px;
}
.product-tabs-content h5 {
    font-size: 18px;
}
.product-tabs-content table {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 1px 0 0;
    margin-bottom: 1em;
}
.product-tabs-content th, .product-tabs-content td {
    border-color: #ccc;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 2px 6px;
}
.product-tabs-content th {
    font-size: 12px;
    font-weight: bold;
}
.product-tabs-content td em {
    color: red;
    font-style: normal;
}

#productDescription{
	color: #707070;
    font-size: 11px;
    line-height: 20px;
	margin-top:10px;
	background:#fff;
	margin-bottom:10px;
}
#product_tabs_shipping_contents h3{
	 color: #6e495e;
}
.content_right{
	width:210px;
	float:right;
	margin-right:10px;
}

.ban_top li, .ban_bot li{
	float:left;
}
.welfarme {
    background: none repeat scroll 0 0 #edcbd8;
    height: 220px;
    width: 100%;
	margin-top:10px;
}
.welcenterframe span{
	 font-size: 18px;
    line-height: 25px;
	margin-top:10px;
	display:block;
}
.welcenterframe p{
	line-height:21px;
}
.welleftframe{
	 background: url("../images/welleft_bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    font-size: 0;
    height: 220px;
    width: 15px;
}
.welrightframe {
    background: url("../images/welright_bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 220px;
    width: 165px;
}
.welcenterframe {
    float: left;
    height: 220px;
    overflow: hidden;
    width: 590px;
}

.left_banner li{
	margin:5px 0;
}
.left_banner{
	background:none;
}
.footinfo li{
	display:inline;
	margin:5px 20px;
}
.footinfo{
	text-align:center;
}
#productName{
	color:#e31e7a;
}