/**
 * 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: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #e5edf5;
	}*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/bdybg.jpg) repeat-x top #cbe1a5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

a img {border: none; }

a:link {
	color: #5E605D;
	text-decoration: none;
	}
	
#navEZPagesTOC ul li a {
	color: #FFFFFF;
	text-decoration: none;
	}	
 
a:visited {
	color: #5E605D;
	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: #5E605D;
	text-decoration:none;
	}

a:active {
	color: #5E605D;
	}


h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.0em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  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;
	/*margin: 0.1em;*/
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	/*background: #E4FEF5;*/
	background: #E6F2F5
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: none;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 1.0em;
	padding: 0.1em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	
	float: right;
	}

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;
	text-align:justify;
	}

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 {
	/*background-color: #ffffff;*/
	text-align: left;
	vertical-align: top;
	width:1000px;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding-left: 6px;
	}

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 10px;
	margin-right: 0.5em;
	*margin-right: 0;
	_margin-right: 0.5em;
	}
	
#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 {}


.navSplitPagesLinks div a, .navSplitPagesLinks div a:visited, .navSplitPagesLinks div a:active {
	color:#FFFFFF;
	outline:none;
	font-family:Tahoma;
}
.navSplitPagesLinks div a:hover{
	color:#000000;
	outline:none;
	font-family:Tahoma;
}	

.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 {
	float: right;
	}

#navBreadCrumb {
	padding-left:15px;
	line-height:45px;
	/*background:url(../images/breadcam.gif) no-repeat top left;*/
	background:url(../images/bg_bredcrumb.png) no-repeat top left;
	height:51px;
	}

* html #navBreadCrumb {
	margin-left:15px;
	line-height:65px;
	background:url(../images/bg_bredcrumb.png) no-repeat top left;
	height:51px;
	}

#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:0px 15px;
	}

.alert {
	color: #FA2C8E;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	/*padding: 0.8em;*/
	/*background-color:#FFFFFF;*/
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	/*background-color: #e9e9e9;*/
	 }


.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;
	vertical-align:middle;
	}


#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 {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	/*border: 1px solid #9a9a9a;*/
	
	/*background-color:#FFFFFF;*/
	}

h2.centerBoxHeading {
/*	color: #EE3488;
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
*/	
	font-size: 24px;
	color: #00A8E3;
	background:url(../images/title_bg.gif) repeat-x top left;
	padding:10px;



	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 18px;
	color: #F0348B;
	text-align:left;
	padding-left:10px;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #FFF9E9;
	/*background-image: url(../images/tile_back.gif);*/
	padding: 0 0.2em;
	
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border-right:1px dashed #B8DAE6;
	}

.sideBoxContent {
	background-color: #FFF9E9;
	color:#F0348B;
	font-size:18px;
	padding-top:9px;
	padding-bottom:10px;
	padding-left:18px;
	}
.sideBoxContent_new {
	color: #F0348B;
	padding-left: 18px;
	}	

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #F0348B;
	text-decoration: none;
	} 

.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, .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: #5E605D;
	text-decoration: none;
	}
A.category-top:hover {
	color: #5E605D;
	text-decoration: underline;
	}
A.category-links, A.category-links:visited {
	color: #5E605D!important;
	text-decoration: none;
	font-size:12px;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #5E605D;
	text-decoration: none;
	font-size:12px;
	}
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: #F6FAFB;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #FFFFFF;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 15px;
	} 

.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: #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;
	}

#middle{
	margin:0px;
	padding:0px;
	}
.bdybg-tp{
	background:url(../images/bdybg-tp.jpg) #CBE1A3 no-repeat top center;
	}
.bdybg-btm{
	background:transparent url(../images/bdybg-btm.jpg) no-repeat bottom center;
	}
h1, h2, h3, h4, h5{margin:0px; padding:0px;}
.img{border:0px;}
.left{float:left;}
.right{float:right;}
.strong{font-weight:bold;}
.center{text-align:center;}
.clear{clear:both;}

.pdtp5{padding-top:5px;}

.mrgtp5{margin-top:5px;}

.mrgtp15 { margin-top:25px; }

.mrgtop15 { margin-top:25px; }

/*############################## Middle Portion CSS ##############################*/
#header{
	margin:0px;
	padding:0px;
	
	}
#nav{
	}
#nav ul{
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:15px;
	}
#nav li{
	display:inline;
	}
#nav li a{text-decoration:none;}
#nav li a span{color:#fff;}
.home a{color:#7ac61e;	}
.product a{color:#ee3488;}
.about a{color:#00a8e9;}
.shipping a{color:#ff9900;}
.contact a{color:#c4c4c4;}
.home a:hover, .product a:hover, .about a:hover, .shipping a:hover, .contact a:hover, .contact a:hover{color:#fff;}

.grybg-tp{
	background:url(../images/grybg-tpcnt.jpg) repeat-x;
	padding:3px 7px 0 7px;
	color:#fff;
	}
.check-txt{
	padding:8px 0 0 5px;
	float:left;
	}
	
.logo{
	float:left;
	padding:15px 0 0 0;
	}
.hd-globalport{
	float:left;
	width:476px;
	margin:43px 0 0 15px;
	}
.global-img{
	padding:0px 0 0 13px;
	}
.hdwhtbg{
	background:url(../images/hdwhtbg-cnt.jpg) repeat-x;
	width:475px;
	}
.hdwhtbg-lf{
	background:url(../images/hdwhtbg-lf.jpg) no-repeat left top;
	}
.hdwhtbg-rht{
	background:url(../images/hdwhtbg-rht.jpg) no-repeat right top;
	height:51px;
	padding:16px 11px 0 24px;
	}
.srchbg{
	background:url(../images/srchbg.gif) no-repeat;
	width:408px;
	height:27px;
	padding:5px 7px 0 25px;
	}
.srch-inpt{
	color:#8e7c7c;
	background:transparent;
	border:1px solid #c8ecf3;
	font-size:12px;
	width:214px;
	margin-top:3px;
	}

.hd-welport{
	margin:60px 0 0 45px;
	float:left;
	}
.myaccount{
	color:#007897;
	font-size:10px;
	margin:12px 0 0 5px;
	}
.myaccount a:link,.myaccount a:visited{
	color:#007897;
	text-decoration:underline;
	padding:0 2px;
	}
.myaccount a:hover{
	text-decoration:none;
	}


/*############################## Banner Portion CSS ##############################*/
#bannerport{
	position:absolute;
	width:997px;
	margin:-14px 0 0 0;
	z-index:1;
	}
.bnr-whtbg{
	 background:url(../images/bnr-mainbg.png) no-repeat; 
	 height:329px; 
	 }
.bnr-PD{
	padding:22px 12px 0 14px
	}
.bnrlf{
	float:left;
	width:710px;
	}
.bnr-rht{
	float:right;
	background:url(../images/bnrrhtbg.jpg) top  left repeat-y;
	width:243px;
	padding:28px 0 0 18px;
	color:#00a8e9;
	font-weight:bold;
	line-height:18px;	
	height:260px;
	}
	
.head-pink{
	color:#ee3488;
	font-size:25px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;	
	}
.arrvlbox{
	margin:15px 0 0 0;
	}
.arrvlbox img{
	margin:0 13px 0 0;
	}
/*.arrvlbox-img a{
	background:url(../images/arrivelbg.gif) no-repeat top;
	width:86px;
	height:82px;	
	text-align:center;	
	display:block;
	padding:4px 0 0 0;	
	}
.arrvlbox-img a:hover{
	background:url(../images/arrivelbg.gif) no-repeat bottom;
	width:86px;
	height:82px;
	}*/
.arrvl-price{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ee3488;
	font-weight:bold;
	}
.arrvl-buy{
	font-weight:bold;
	color:#ffa217;
	font-family:Trebuchet MS;
	padding:0px 0 0 10px;
	}
.arrvl-buy a:link,.arrvl-buy a:visited{
	color:#ffa217;
	text-decoration:underline;
	}
.arrvl-buy a:hover{text-decoration:none;}

.arrvl-clickport{
	color:#8e7c7c;
	padding:19px 0 0 0;
	font-size:10px;
	font-weight:normal;
	}
.arrvl-clktxt{padding:10px 15px 0 15px;	}
/*############################## Banner Portion CSS End ##############################*/

/*############################## Middle Portion CSS ##############################*/
#middle{
	margin:0px;
	padding:0px;
	}
.mdlport-home{
	padding:256px 0 0 2px;
	}

/*############################## White BG CSS ##############################*/
.mdl-whtbg{
	background:url(../images/mdl-whtbg-cnt.png) repeat-y;
	padding:0 8px 0 8px;
	}
.mdlcontentport-hm{
	padding:50px 0 0 0;
	}

.strfrontprod{
	height:30px;	
	}
.strpord-grytxt{
	color:#8e7c7c;
	padding:10px 0 0 15px;
	}
.store-prd-port{
	height:118px;
	margin:0px;
	}
.store-prev{
	float:left;
	margin:30px 0 0 0;
	}
.store-next{
	float:right;
	margin:30px 0 0 0;
	}
.store-prod-img{
	float:left;
	margin:15px 18px 0 18px;
	}
.store-prod-img img{
	margin:0 0 0 40px;
	}

/*############################## Footer Bottem Portion CSS ##############################*/
.footerport{
	padding:0 0 0 2px;
	}
* html #footer{
	margin:0px 0 0 0;
	padding:0px;
	background:url(../images/mdl-whtbg-cnt.png) repeat-y 0px 0;	
	height:2px;
	}
html > body div#footer{
	margin:0px 0 0 0;
	padding:0px;
	background:url(../images/mdl-whtbg-cnt.png) repeat-y 0px 0;	
	}
	
	
.ftr-grnbg{
	background:url(../images/ftr-grnbg.gif) no-repeat; 
	position:relative; 
	height:150px;
	padding:8px 18px 0 18px;
	color:#ffffff;
	}
.ftr-grnbg h2{
	font-size:24px;
	color:#fff;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	padding:0 0 12px 0;
	}

.ftrport-news{
	width:316px;
	float:left;
	}
.news-ltrbg{
	background:url(../images/newls-ltrbg.gif) no-repeat;
	width:235px;
	height:29px;
	margin:18px 0 0 0;
	padding:6px 5px 0 12px;
	}
.newsltr-inpt{
	background:#e6f2f5;
	border:1px solid #e6f2f5;
	margin:3px 0 0 0;
	width:179px;
	height:12px;
	color:#8e7c7c;
	font-size:12px;
	}
	
.ftrport-info{
	width:290px;
	float:left;
	margin:0 0 0 12px;
	}
	
	.ftrport_other_page-info{
	width:290px;
	float:left;
	margin:0;
	}
.otherinfo-lnk{
	margin:0px;
	padding:0px;
	color:#fff;
	}
.otherinfo-lnk ul{
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:left;
	}
.otherinfo-lnk li{
	
	
	line-height:22px;
	}
.otherinfo-lnk li a{
	color:#fff;
	text-decoration:none;
	background:url(../images/round-icon.gif) no-repeat 0 3px;
	padding:0 0 0 18px;
	}
.otherinfo-lnk li a:hover{
	background:url(../images/round-icon-black.gif) no-repeat 0 3px;
	color:#000000;
	}	
	
.ftrport-about{
	width:326px;
	float:left;
	margin:0 0 0 15px;
	padding-top:7px;
	}
.readmore a{
	background:url(../images/readmorebg.gif) no-repeat top;
	width:92px;
	height:30px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:30px;
	text-decoration:none;
	display:block;
	margin:1px 0 0 0;
	}
.readmore a:hover{
	background:url(../images/readmorebg.gif) no-repeat bottom;
	color:#ff00ff;
	}
	
/*############################## Footer Portion CSS ##############################*/
.ftrPd{
	padding:5px 20px 5px 20px;
	color:#8e7c7c;
	font-size:12px;
	height:55px;
	}
	
.ftrmenu{
	color:#8e7c7c;
	padding:0px;
	float:right;
	font-size:11px;
	}
.ftrmenu a:link,.ftrmenu a:visited{
	color:#8e7c7c;
	text-decoration:none;
	padding:0 4px;
	}
.ftrmenu a:hover{
	color:#6eb01e;
	}
	
.ftr-iconport{
	margin:0px 0 0 0;
	padding:45px 15px 0 245px;
	color:#8e7c7c;
	}
.facebook a{
	background:url(../images/twitter-icon.jpg) no-repeat top left;
	width:23px;
	height:25px;	
	text-indent:-9999px;
	float:left;	
	}
.twitter a{
	background:url(../images/twitter-icon.jpg) no-repeat top right;
	width:23px;
	height:25px;
	margin:0 0 0 10px;
	text-indent:-9999px;
	float:left;	
	}
.new_pro_box_heading{
	margin-top:-20px;
	text-align:left;
	width:155px;
	color: #EE3488;
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
}

div#categoriesContent a {
	line-height:30px;
}

div#navBreadCrumb  {
	color:#F89D06;
	font-size:14px;
	text-transform:uppercase;
}

div#navBreadCrumb a {
	color:#F89D06;
	font-size:14px;
	text-transform:uppercase;
}
div#navBreadCrumb a:hover {
	color:#F89D06;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:underline;
}
td#navBreadCrumb  {
	color:#F89D06;
	font-size:14px;
	text-transform:uppercase;
}

td#navBreadCrumb a {
	color:#F89D06;
	font-size:14px;
	text-transform:uppercase;
}
td#navBreadCrumb a:hover {
	color:#F89D06;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:underline;
}


#contentMainWrapper {
	/*background-color:#FFFFFF;*/
	background:url(../images/bg_white.png) repeat-y top left;
	width:992px;
}

.seperator {
	background:url(../images/seperator.gif) repeat-x top left;
	height:1px;
}

.cart_box
{
	height:81px;
	border-top:1px dashed #B8DAE6;
	border-bottom:1px dashed #B8DAE6;
}

.add_to_cart {
	background-color:#E9FBFF;
		padding-bottom:8px;

}

.price {
	padding-top:8px;
	color:#00A7EC;
	font-weight:bold;
	font-size:15px;
}

.current {
	background:url(../images/selected.gif) no-repeat top left;
	width:36px;
	height:32px;
	cursor:pointer;
	font-size:15px;
	line-height:25px;
	color:#000000!important;
	font-weight:bold;
	padding-top:3px;
	text-align:center;
}
 
.remain {
	background:url(../images/pages.gif) no-repeat top left;
	width:36px;
	height:32px;
	cursor:pointer;
	font-size:15px;
	line-height:25px;
	color:#FFFFFF!important;
	font-weight:bold;
	padding-top:3px;
	text-align:center;
}

.previous {
	background:url(../images/prev.gif) no-repeat top left;
	width:36px;
	height:32px;
}

div#productReviewsDefaultListingTopLinks div, div#productReviewsDefaultListingBottomLinks div, div#reviewsDefaultListingTopLinks div, div#reviewsDefaultListingBottomLinks div, div#allProductsListingTopLinks div, div#newProductsDefaultListingTopLinks div, div#featuredProductsListingTopLinks div, div#productsListingListingBottomLinks div{
	margin-left:5px;
	font-family:Tahoma;
	font-size:12px;
}

div#allProductsListingBottomLinks div, div#newProductsDefaultListingBottomLinks div, div#featuredProductsListingBottomLinks div, div#productsListingListingTopLinks div{
	margin-left:5px;
	font-family:Tahoma;
	font-size:12px;
}

div#specialsListingTopLinks div{
	margin-left:5px;
}

div#specialsListingBottomLinks div{
	margin-left:5px;
}




.products_name {
	color:#6D919D;
}

a.products_name {
	color:#6D919D;
}

a.products_name:hover, a.products_name:visited {
	color:#6D919D;
	outline:none;
}

.centerColumn {
	width:99.3%;
	*width:99%;
	text-indent:5px;
	font-size:12px;
}
.centerColumn_wide {
	width:980px;
	*width:980px;
	text-indent:5px;
	font-size:12px;
}

.product_bg {
	background:url(../images/bg_product.jpg) no-repeat top left;
	width:467px;
	height:369px;
}

.price_bg {
	background:url(../images/ss.gif) no-repeat top left;
	width:420px;
	height:126px;
	color:#FB3594;
	font-size:22px;
	font-weight:bold;
	*height:auto;
}


.main_desc_bg {
	background:url(../images/bg_middle.jpg) repeat-y  bottom left;
	color:#6F6F6F;
	font-size:12px;
	font-weight:normal;
	width:448px;
}

.desc_text {
	color:#6F6F6F;
	font-size:13px!important;
	font-weight:normal;
	width:380px;
	text-align:justify;
}

.desc_bg_btm {
	background:url(../images/btm.gif) no-repeat top left;
	width:448px;
	height:9px;
}

.mrlf60 {
margin-left:25px;
}

* html .mrlf60 {
margin-left:5px;
}

h1 {
	font-size: 24px;
	color: #00A8E3;
	background:url(../images/title_bg.gif) repeat-x top left;
	padding:10px;
	}

.product_page {
	width:965px;
	padding-left:10px;
	padding-right:20px;
}	

* html div.product_page {
	width:955px;
	padding-left:10px;
} 

* html .centerColumn {
	width:715px;
	padding:0;
	margin:0;
	margin-left:-10px;
}

div#sorter {
	float:right;
	padding:5px;
	
}

.whtbg-t{background:url(../images/whtbg-tt.jpg) repeat-x 0 0; width:448px;}
.whtbg-b{background:url(../images/whtbg-tb.jpg) repeat-x 0 100%;}
.whtbg-l{background:url(../images/whtbg-cl.jpg) repeat-y 0 0;}
.whtbg-r{background:url(../images/whtbg-cr.jpg) repeat-y 100% 0;}
.whtbg-tl{background:url(../images/whtbg-tl.gif) no-repeat 0 0;}
.whtbg-tr{background:url(../images/whtbg-tr.gif) no-repeat 100% 0;}
.whtbg-bl{background:url(../images/whtbg-bl.gif) no-repeat 0 100%;}
.whtbg-br{background:url(../images/whtbg-br.gif) no-repeat 100% 100%; }
.middlecontent{background:#ffffff;}
.maintext
{
 font-size:12px;
}
.mrlf30 { margin-left:30px; }

.sideBoxContent{
/*font-size:1.2em;*/
}

h3#categoriesHeading {
	padding-top:15px;
	padding-bottom:10px;
}	

.listing_imgbox {
	height:150px;
}

.pd10 {
	 padding:10px;
}

div#login { width:350px; }
div#register { width:629px; }

h2#loginDefaultHeading {
	color:#EC3286;
	font-size:22px;
	padding-top:15px;
	font-weight:normal;
	padding-left:20px;
}
h2#loginDefaultHeading {
	color:#EC3286;
	font-size:22px;
	padding-top:15px;
	font-weight:normal;
	padding-left:20px;
}

.heading_block {
	background-color:#E8F9FF;
	height:100px;
}

.text_block {
	color:#605F64;
	font-size:12px;
}

.pdlf25 {
	padding-left:25px;
}


.scrollbg
{
background-color:#F7F7F7;
float:left;
height:110px;
margin-bottom:10px;
overflow:hidden;
padding:15px 3px 3px;
top:703px;
vertical-align:middle;
width:460px;
position:absolute;
}


.text_left {background:url(../images/textbox_left.png) no-repeat top left; width:19px; height:27px; }
.text_middle {background:url(../images/textbox_middle.png) repeat-x top left; height:27px; }
.text_right {background:url(../images/textbox_right.png) no-repeat top left; width:19px; height:27px; }

.text_left_login {background:url(../images/textbox_left_login.jpg) no-repeat top left; width:19px; height:34px; }
.text_middle_login {background:url(../images/textbox_middle_login.jpg) repeat-x top left; height:34px; width:214px; }
.text_right_login {background:url(../images/textbox_right_login.jpg) no-repeat top left; width:19px; height:34px; }



.design {
	margin-top:6px;
	border:1px solid #E6F2F5 !important;
	background-color:#E6F2F5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	outline:none;
	color:#887C7C;
}	

.capital {
	text-transform:uppercase;
}


.login_heading {
	font-size: 11px;
	background:url(../images/heading_bg.gif) repeat-x top left;
	padding:10px;
	color:#897E82;
	text-transform:uppercase;
	font-weight:bold;
	}

table#register tr td label {
	text-transform:uppercase;
	color:#8B7D7C;
}


/*  by ABBHINAYA */

/*.next_left
{
float:right;
left:-16px;
position:relative;
top:-270px;
z-index:1;
width:34px;
}

.prev_arrow
{
float:right;
position:relative;
right:48px;
top:-270px;
z-index:1;
width:34px;
}*/

.prev_arrow
{
float:left;
}

.next_arrow
{
float:left;
}

.login-sep
{
 border-left:1px dashed #B8DAE6;
}

input.srch-inpt:focus {
background-color:transparent;
}

.content_area {
	/*border:1px solid #cacaca;*/
	padding-left:15px;
	text-transform:uppercase;
	color:#8B7D7C;
}

.contact {
	text-transform:uppercase;
	color:#8B7D7C;
}

.content_border {
	padding-left:15px;
}

#productMainImage {
	margin:0px;
}



.fn10 { font-size:10px; }
.fn11 { font-size:11px; }
.fn12 { font-size:12px; }
.fn13 { font-size:13px; }
.fn14 { font-size:14px; }

.mrrt30 { margin-right:30px; }

.normal { font-weight:normal; }

h2#age { 
	font-weight:normal; 
	background-color:#E1E1E1; 	
	color: #686868;
	height:20px;
	padding-top:15px;
	padding-left:16px;
	padding-bottom:8px;
 }
 
h3.leftBoxHeading_age {
	font-size: 18px;
	color: #505050;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	}

.leftBoxContainer_age {
	margin: 0em;
	border-right:1px dashed #B8DAE6;
	background-color: #F4F4F4;
	}

.sideBoxContent_age {
	background-color: #F4F4F4;
	padding-left: 18px;
	color:#5F5F5F;
	font-size:12px;
	}

div.sideBoxContent_age div {
	margin:5px;
}


#loading {
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:3;
text-align:center;
padding-top:30%;
padding-bottom:50%;
/*background:#000000;*/
opacity:0.8;
filter:alpha(opacity = 50);
}


#prepage_content {
position:fixed;
top:0px;
left:0px;
z-index:3;
text-align:center;
margin-left:45%;
margin-top:20%;
margin-bottom:50%;
padding:15px;
/*background:#FAFAF3;*/
background:url(../images/loading_bg.gif) bottom center #ffffff;
background-repeat:no-repeat;
background-position:center top;
width:240px;
opacity:1;
filter:alpha(opacity = 100);
font-size:13px;
color:#000;
font-weight:bold;
} 

* html #loading { /* ie6 hack */
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
position:absolute;
}

* html  #prepage_content {
	position:relative;
	top: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight/2 : document.body.offsetHeight/2 + 'px');
}


.pd5 { padding:5px; }

.stockotice
{
	font-weight:bold;
	text-transform:uppercase;
	color:#7DC825;
	font-size:13px;
}	

address {
	text-indent:0px;
}

input[type="image"]:focus {
	/*background: #E4FEF5;*/
	background: none;
	border:none;
	outline:none;
	}

.price_bg_info {
	color:#FB3594;
	font-size:22px;
	font-weight:bold;
}



div#reviewsInfoDefaultMainContent {
	text-indent:0px;
}

.additional_image {
width: 1500px; height:140px;padding-left:5px;
}

.area_left {background:url(../images/area_left.gif) no-repeat top left; width:15px; height:145px; }
.area_middle {background:url(../images/middle.gif) repeat-x top left; height:145px; }
.area_right {background:url(../images/area_right.gif) no-repeat top left; width:15px; height:145px; }

.cart_width {
	width:973px;
}

a.black { color:#000000; }
a.black:link { color:#000000; }
a.black:visited { color:#000000; }
a.black:hover { color:#000000; text-decoration:underline; }


tr.cart_tablehead td {
	border-bottom: 1px dashed #B8DAE6;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	background:url(../images/title.gif) repeat-x top left;
	font-weight:bold;
	text-transform:uppercase;
	height:50px;
}

.cart_price {
	color:#FB3594;
	font-size:22px;
}

.subtotal {
	background-color:#F6FAFB;
	color:#FB3594;
	font-size:22px;
	text-transform:uppercase;
	height:63px;
}

#cartSubTotal {
	text-align: right;
	}

.cartAttribsList {
	margin-top: 1em;
	margin-left: 1em;
	color:#6C6D6F;
	}
.advisory {
	color:#FB3594;
	font-size:12px;
	line-height:15px;
	text-align:justify;
	text-indent:0px;
}

.mrtp10 { margin-top:20px; }
.mrrt10 { margin-right:10px; }

.info_price{
	color:#FB3594;
	font-size:22px;
	font-weight:bold;
}

ul#productDetailsList {
	font-size:13px;
}



/*///////////////////////////////////////////////////
	Dropdown menu
///////////////////////////////////////////////////*/

ul li.product:hover > a {color:#ffffff; position:relative;}
ul li.product a {color:#ffffff; position:relative;}


.t {background: url(../images/dot.gif) 0 0 repeat-x; width: 438px}
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl.png) 0 100% no-repeat}
/*.br {background: url(../images/br.png) 100% 100% no-repeat}*/
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.png) 100% 0 no-repeat; padding:10px} 

.br {background: url(../images/br.png) right bottom no-repeat; position:absolute;top:357px;right:-13px; width:23px; height:23px; z-index:15;}


ul.dropdown li.dir ul {
background-color:transparent;
padding:0px;
}
div#privacyDefaultMainContent {
font-size:13px;
}

div#conditionsMainContent, div#aboutUsMainContent, div#shippingInfoMainContent, div#privacyDefaultMainContent
{
	color:#8C8C8C;
	text-indent:0px;
	padding:10px;
}

table#timout tr td label {
	text-transform:uppercase;
	color:#8B7D7C;
}

table#password tr td label {
	text-transform:uppercase;
	color:#8B7D7C;
}

.review_info{
	color:#FB3594;
	font-size:12px;
}

.more, a.more, a.more:link, a.more:hover, a.more:active { color:#F9359B; text-decoration:underline; }

/*.topleft {background: url(../images/menu/tl.png) left top no-repeat;float:left;width:6px; height:6px; font-size:2px; }
.topright {background: url(../images/menu/tr.png) right top no-repeat; float:left;width:6px;height:6px; font-size:2px; }
.bottomleft {background: url(../images/menu/bl.png) left bottom no-repeat;float:left;width:6px;height:6px; font-size:2px; }
.bottomright {background: url(../images/menu/br.png) right bottom no-repeat;float:left;width:6px;height:6px; font-size:2px; }
.middle_row_top{border-top:1px #FFFFFF solid;background-color:#E10000;float:left;width:506px; height:5px;}
.middle_row_bottom{border-bottom:1px #FFFFFF solid;background-color:#E10000;float:left;width:506px; height:5px;}
.middle_content_border {clear:both; background-color:#E73485; }
.midright{ float:left; width:3px; background: url(../images/menu/right_broder_red.jpg) right repeat-y; }
.midleft{ float:left; width:3px; background: url(../images/menu/left_border_red.jpg) left repeat-y; height:100px; }


* html .middle_row_top{border-top:1px #FFFFFF solid;background-color:#E10000;float:left;width:548px; font-size:3px; }
* html .middle_row_bottom{border-bottom:1px #FFFFFF solid;background-color:#E10000;float:left;width:548px; font-size:3px;}
* html .middle_content_border{ background-color:#E73485; }

.item2 {
float:left;
padding:5px !important;
width:30%;
}*/

/*------------------------------------------------------------------------------------------------------------*/


.header-main{
	width:710px;
	margin:0 0 0 10px;
	overflow:hidden;
	margin:0 auto;
	position:absolute;
	
	}	
.header-holder{
	width:710px;
	padding:0 0 0 0px;
	float:left;

}
.header-holder .scroll-holder{
	width:710px;
	overflow:hidden;
	margin:auto;
	position:relative;	
}
.header-holder .scroll-holder ul{
	width:9000px;
	overflow:hidden;
	margin:	0;
	padding:0;
	list-style:none;
}
.header-holder .scroll-holder li{
	float:left;
	width:710px;
	overflow:hidden;
	position:relative;
}
.header-holder .scroll-holder li img{
	position:relative;
	top:0px;
	left:0px;
}


.arrows{
	width:712px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:100px;
	left:0px;
	z-index:10;
}
.arrows li{
	float:left;
	overflow:hidden;
	margin:38px 16px 0 10px;
	display:inline;
}
.arrows li a{
	display:block;
	width:44px;
	height:22px;
	text-indent:-9999em;
	overflow:hidden;
	cursor:pointer;
}
.arrows li.left-arrow a{background:url(../images/prev-btn.png) no-repeat;}
.arrows li.right-arrow a{background:url(../images/next-btn.png) no-repeat;}
.arrows li.right-arrow{float:right;}
.arrows li a:hover, .arrows li a.active{}


.menu_list {	
	width: 225px;
}
.menu_head {
	padding: 5px 9px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background:url(../images/plus.jpg) center right no-repeat;
}
.menu_body {
	display:none;
	padding-top:4px;
}
.menu_body a{
  display:block;
  background-color:#FFF9E9;
  padding-left:18px;
 /* font-weight:bold;*/
  text-decoration:none;
}
.menu_body a:hover{
  text-decoration:none;
  }
.category-top{
font-size:13px;
color:#5E605D;
}
.msg_head {
padding: 5px 10px;
cursor: pointer;
position: relative;
background-color:#CCCCCC;
margin:1px;
background-image:url(images/plus.gif);
background-position: 280px 5px;
background-repeat:no-repeat;
}

.msg_head2 {
padding: 5px 10px;
cursor: pointer;
position: relative;
background-color:#CCCCCC;
margin:1px;
background-image:url(images/minus.gif);
background-position: 280px 5px;
background-repeat:no-repeat;
}
.floatright
{
	float:right;
}
.rowmouseover
{
	cursor:pointer;
	background:url(../images/rollover.jpg) no-repeat;
	height:28px;
	padding-top:3px;
}
.rowmouseout
{
	cursor:pointer;
	background:url(../images/rollout.jpg) no-repeat;
	height:28px;
	padding-top:3px;
}
#siteMapList ul li a
{
	color:#5E605D;
}
#siteMapList ul li a:hover
{
	color:#5E605D;
	text-decoration:underline;
}
a.cat_hover {
text-decoration:none;
}
a.cat_hover:hover {
text-decoration:underline;
}
a.cat_hover_blue{
color:#00A8E9;
text-decoration:none;
}
a.cat_hover_blue:hover{
text-decoration:underline;
}
