/**
 * 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 styling portion*/
body {
	margin: 0;
	font-family: Helvetica, sans-serif;
	font-size: 72.5%;
	color: #000000;
	background-color: #e5edf5;
	}
.top
{
background-image:url(../images/top_repeat.jpg);
background-repeat:repeat-x;

}
.bottom
{
background-image:url(../images/footer_repeat.jpg);
background-repeat:repeat-x;
height:390px;

}

a img {
border:none;
/*color:#D1E29C;*/
}

a img:hover {
border:none;
/*color:#D1E29C;*/
}

a:link, #navEZPagesTOC ul li a {
	/*color: #3300FF;*/
	text-decoration: none;
	}
 
a:visited {
	/*color: #3300FF;*/
	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: #A8C945;
	}

a:active {
	/*color: #0000FF;*/
	}
/* BOF of heding title*/
h1 {
	font-size: 1.5em;
	color: #663C8B;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin:  0;
	}
/* EOF of heding title*/

/*  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{
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}
	
	
	SELECT{
	width:264px;
	font-size: 1em;
	margin: 0.1em;
	}
	.att_drop
	{
	font-size: 1em;
	margin: 0.1em;
	width:150px;
	}
	/* BOF of styling of input fields*/
INPUT {

	font-size: 1em;
	margin: 0.1em;
	/*border:#999999 1px solid;*/
	
	}
	/* EOF of styling of input fields*/
	
.logleft
{

	float:left;
	width:90px;
	line-height:24px;
	text-align:left;
	font-family:Helvetica;
	font-size:10px;
	font-weight:bold;
	clear:left;display:table;
	margin-top:5px;
}
.logright
{
	float:left;
	width:300px;
	line-height:25px;
	text-align:left;
	display:table;
	margin-top:5px;
}
TEXTAREA {
	/*margin-left:200px;
	display: block;*/
/*	width: 95%;*/
	width: 49%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}
	
/* BOF styling of fieldset*/
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	width:750px;
	margin-left:10px;
	margin-right:10px;
	}

/* EOF styling of fieldset*/
/* BOF styling of legend*/
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}
/* EOF styling of legend*/
LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

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

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

LABEL.inputLabel {
	width: 18em;
	float: left;
	font-family:Helvetica;
	color:#666666;
	font-weight:bold;
	text-align: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;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}
.signupb
{
border:#990000 1px solid;
}

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: 0px solid #9a9a9a;
	}

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

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

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

/*wrappers - page or section containers*/
#mainWrapper {
text-align: left;
	width: 1016px;
	vertical-align: top;
	border: 0px solid #9a9a9a;
	margin:auto;
	}

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

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

.indexlogo{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
width:872px;
	height:405px;
	}
/* EOF styling of logo */
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {


	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	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;*/
	}
	/* BOF styling of Tella friend*/
#productTellFriendLink
{
padding-top:5px;
margin-left:0px;
text-align:left;
}
/* EOF styling of Tella friend*/
#product_flash {
width:335px; 
text-align:center;
}
#product_flash_btn { 
text-align:center;
 margin-left:8px;
 }
#product_flash_btn img {
border:1px solid #eee;
}
#product_flash_btn li{
float:left; 
height:45px;
 width:50px; 
 padding-top:5px;
 }
#product_flash_btn img,#smallImgBtns img {
padding:1px;
}
.p_f_en {
background:url(../images/btn_enlarge.gif); 
background-repeat:no-repeat;
padding-left:18px;
}

/*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: #939598;
	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: #939598;
	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 {
    width:850px;
	padding: 0.5em 0em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#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,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
#productDescription
{
padding: 0.5em;
border:#999999 1px solid;
}
.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
{
width:860px;
}

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

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: left;
	font-weight:700;
	/*margin: 1em;
	border: 1px solid #000000;*/
	/*padding: 1em;*/
	}

.tableHeading TH {
	border-bottom: 1px solid #D1E29C;
	color:#976CBB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}

.tableHeading, #cartSubTotal {
	/*background-color: #e9e9e9;*/
	 }
	 /* BOF styling of Cart */
#cartborder
{
border-top: 1px solid #D1E29C;
}

#cartSubTotal {
	
	width:98%;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	color:#976CBB;
	
	}
.total
{

	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	color:#000000 !important;
}


 .cartUnitDisplay, .cartRemoveItemDisplay, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}
	 .cartQuantityUpdate
	 {
	 border-top: 1px solid #D1E29C;
	 padding: 0.5em 0em;
	 }
	 .cartTotalDisplay
	 {
	 padding: 0.5em 50px;
	 }
.cartProductDisplay
{
padding: 0.5em 0em;
width:250px;
}
.cartUnitDisplay{
	text-align: right;
	padding-right: 0.2em;
	}
	.cartTotalDisplay {
width:100px;
	text-align: center;

	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 100px;
	}

.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: 100px;
	}

.cartAttribsList {
	margin-left: 1em;
	}

 /* EOF styling of Cart */
.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

#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*/
 #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
#productMainImage
{
margin: 0em 1em 1em 0em ;
/*border:#666666 1px solid;
height:150px;
padding-top:20px;*/
}
#recent_flash_small .allborder {
border:1px solid #F5A79A;
}
.margin_t {
margin-top:10px;
color:#000;
}

#shippingEstimator .allborder
 {
 border:1px solid #ddd;
 }
.allborder {
border:1px solid #FF0000;
}
.relative {

position:relative;
 z-index:1;
/* background:none;
 padding:0; 
 height:auto;
  height:130px;*/
 }
.hr_d {
background:url(../images/hr_d.gif); 
background-repeat:repeat-x;
height:10px;
}
/*.hr_d {background:url(/includes/templates/lightinthebox/images/hr_d.gif) 0 50% repeat-x;height:10px;}*/
.big,a.big:link,a.big:visited {
font-size:12px;
}
.for_gray_bg
{
background-image:url(../images/right_gray_bg.gif);
background-repeat:repeat-y;
width:194px;
background-position:left top;
}
.f1
{
float:left;
}
.fr
{
float:right;
}
#product_info_con {
width:500px;
border:#FF0000 1px solid;
}
.pad_product {

padding:10px 10px 0 10px;
background:url(../images/bg.gif);
background-repeat:repeat-x;
}
.line_180 {line-height:180%;}
.pad_10px {
padding:10px;
color:#000;
}
.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;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

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

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

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;
	margin-top: 1.5em;
	}

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

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

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

TH,  #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading,.accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews,  #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
	#cartEmptyText
	{
	text-align: center;
	height:200px;
	}
.centeredContent
{

}
#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: #008000;
	text-decoration: none;
	}
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: #FF0000;*/
	text-decoration: none;
	}
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 {
	width: 20%;
	/*text-align: right;*/
	/*vertical-align: top*/
	}
.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 {
	
	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;
	}

.content2_wrapper{
background-color:#ffffff;
margin:auto;
top:0px;
/*border-top:.1px solid #d1e29a; */
/*border-top:#d1e29a 1px solid; */
}
.content2_bg{
width:1016px;
margin:auto;
background-image:url(../images/content2_bg.jpg);
background-repeat:repeat-y;
/*border-top:.1px solid #d1e29a;*/
height:270px;
}
#content2_content{
margin:auto;
background-image:url(../images/deco-img.jpg);
background-repeat:no-repeat;
width:1016px;
height:270px;
background-position: bottom left;
text-align:left;
}
#content2_content2{
margin:0;
background-image:url(../images/deco-img.jpg);
background-repeat:no-repeat;
/*width:1016px;*/
height:270px;
background-position: bottom left;
text-align:left;

}
/* BOF of footer Style*/
.footer_wrapper
{
background-color:#404041;
margin:auto;
top:0px;

}
#footer{
    	margin:auto;
	padding: 0px 16px 0px 100px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-y;
	font-family:Tw Cen Mt;
	color:#939598;
    height:120px;
	/*border: #FF0000 1px solid;*/
	}
	#footer_links {
    width:872px;
	color:#939598; 
	font-size: 12pt;
	/*border: #FF0000 1px solid;*/
}
a.footer_nav
{
color:#939598; 
font-size: 12pt;
}
a.footer_nav:hover
{
color:#D1E29C; 
font-size: 12pt;
}

a.footer_nav:active 
{
color:#939598 !important; 
font-size: 12pt;
}

#social {
    width: 55%;
	float: right;
	padding-right: 20px;
}
#footer_nav {
    width: 65%;
	float: right;
	padding-right: 20px;
	color:#939598; 
	font-size: 12pt;
	padding-left: 20px;
	margin:auto;
}
#copyright {
    width: 42%;
	float: left;
	font-family:Tw Cen Mt; 
	color:#939598; 
	font-size: 10pt;
	padding-left: 20px;
}

/* EOF of footer Style*/
.toga
{
width:30%;
}
#content1_box{
    border: 1px;
    padding: 10px 5px 10px 5px;
	width: 421px;
	float: left;
}
#content1_content
{
width:1016px;
margin:auto;
}
/*#content1_content
{
width:1016px;
margin:auto;
padding: 0px 16px 0px 110px;
background-image:url(../images/content1_bg.jpg);
background-repeat:repeat-y;
}*/
#cetpad{
margin-left:auto;
margin-right:auto;
}
#nav_wrapper
{
background-color:#E7E8EA;
width:1016px;
margin:auto;
top:0px;
}	
#nav_content
{
width:1016px;
background-image:url(../images/login_bg.jpg);
background-repeat:repeat-y;
}

#header_wrapper
{
background-color:#ffffff !important;
margin:auto;
top:0px;
}
#header_content
{
width:1016px;
margin:auto;
background-image:url('../images/header_bg1.jpg');
background-repeat:repeat-y;
height:405px;
}
/* navigation on the index page*/
#side_nav {
	width: 93px;
	padding-top: 110px;
	padding-right: 12px;
    float:left; 
	font-family:"Tw Cen Mt";
	font:Tw Cen Mt;
	font-size:1.5em; 
	text-decoration:none;
	text-align: right;
	line-height:22px;
	letter-spacing:0px;
	color:#663C8B;
	vertical-align:top;
}
/* navigation on other pages where logo appears*/
#side_nav1 {
	width: 95px;	
	padding-top:10px;
	padding-right: 10px;
    float:left; 
	font-family:"Tw Cen Mt";
	font:Tw Cen Mt;
	font-size:1.5em; 
	text-decoration:none;
	text-align: right;
	line-height:22px;
	letter-spacing:0px;
	color:#663C8B;
}
a.side_nav
{
color:#663C8B;
text-decoration:none;
}

a.side_nav:hover{
color:#A8C945;
text-decoration:none;
}
a.top_nav:link{color:#939598;}
a.top_nav:visited{color:#939598;text-decoration:none;}
a.top_nav:active{color:#939598;text-decoration:none;}
b.top_nav:active{color:#939598;text-decoration:none;}
a.top_nav:hover{color:#663C8B;text-decoration:none;}

/* start images that appears at the top of headers*/
#accessories_img 
{
background-image:url(../images/shopping_view2-img.jpg);
background-repeat:no-repeat;
width: 872px;
height: 405px;
float:left;
}
#styleshop_img
{
background-image:url(../images/styleshop-img.jpg);
background-repeat:no-repeat;
width: 872px;
height: 405px;
float: left;
}
#shorts_img{
background-image:url(../images/shopping_view-img.jpg);
background-repeat:no-repeat;
width: 872px;
height: 405px;
float: left;
}
#tops_img{
background-image:url(../images/shopping_view3-img.jpg);
background-repeat:no-repeat;
width: 872px;
height: 405px;
float: left;
}
#aboutus_img
{
background-image:url(../images/about_us-img.jpg);
background-repeat:no-repeat;
width: 872px;
height: 405px;
float: left;
}
#contact_img
{
background-image:url(../images/contact-img.jpg);
background-repeat:no-repeat;
width: 872px;
height: 405px;
float: left;
}
#sendtofriend_img
{
background-image:url(../images/send_to_friend-img.jpg);
background-repeat:no-repeat;
width: 872px;
height: 405px;
float: left;
}

#retailers_img{
background-image:url(../images/forums-img.jpg);
background-repeat:no-repeat;
width: 872px;
height: 405px;
float: left;
}
#shoppingcart_img{
background-image:url(../images/shopping-img.jpg);
background-repeat:no-repeat;
width: 872px;
height: 405px;
float: left;
}
/* end of  images that appears at the top of headers*/

#logo_top {
  
/*	width: 171px;
	height: 26px;*/
	float: left;
	
}
/* images of logo  that appears at the top of headers*/
#logo_bttm {
	width: 175px;
	height: 149px;
	position:absolute;
	Top: 0px;

text-align:left;

}
#style
{
	/*width: 175px;
	height: 149px;*/
   position:absolute;
	Top: 5px;
/*left:150px;*/
text-align:left;

}
/*  BOF of index image*/
#index_img 
{
background-image:url(../images/index-img.jpg);
background-repeat:no-repeat;
width: 872px;
height: 405px;
float: left;
}
#top_nav{
    padding: 0px 40px 0px 0px;
	width: 83%;
	height: 24px;
	float: right;
	font-family:"Tw Cen Mt";
	font-size:1.4em;
	line-height:22px;
	letter-spacing:0px;
	color:#939598;
}
a.top_nav:link{color:#939598;}
a.top_nav:visited{color:#939598;text-decoration:none;}
a.top_nav:active{color:#939598;text-decoration:none;}
b.top_nav:active{color:#939598;text-decoration:none;}
a.top_nav:hover{color:#663C8B;text-decoration:none;}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	/* Styling of the box at the bottom where ad of blog is written*/
.cbox
{
background-image:url(../images/c_box.jpg);
background-repeat:no-repeat;
width:439px !important;
height:189px;
/*padding-left:20px;*/
float:right;
vertical-align:top;

}	
.friendname
{
	float: right;
	
	vertical-align:top;
}
.centerBoxContentsProducts {
text-align:center
}
a.pname
{
color:#976CBB;
font-family:Helvetica, sans-serif;
}
a.pname:hover
{
color:#976CBB;
font-family:Helvetica, sans-serif;
}

a.tellfriend
{
color:#666666;
}
a.tellfriend:hover
{
color:#666666;
}
#productPrices
{
color:#666666;
}
.index_layer #boxswitch div {
width:251px;
height:27px;
float:left;
line-height:27px;
text-align:center;
font-size:14px;
font-weight:bold;
}
.index_layer .off {
cursor:pointer;
background:#E0E5E9; background-repeat:repeat-x;
border-bottom:1px solid #ddd;
color:#000;
}
.index_layer #boxswitch div {
float:left;
font-size:14px;
font-weight:bold;
height:27px;
line-height:27px;
text-align:center;
width:251px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.index_layer .on {
background:none;
color:#A72D2C;
}
.index_layer .show li {
float:left;
width:240px;
height:120px;
margin:10px 5px;
}
ul, li {
list-style-image:none;
list-style-position:outside;
/*list-style-type:none;*/
margin:0;
padding:0;
/*line-height:150%;*/
}
.index_layer .show span {
display:block;
width:130px; 
float:left;
padding-left:4px;
}
.right_b {

overflow:hidden;
width:400px;

}
.right_big {

overflow:hidden;
width:400px;
}
 .right_big_con {
float:right;
overflow:hidden;
width:400px;
}
.m_w_90{
width:90px;
}
.prdtdesp
{
border:#999999 1px thin;
width:400px;
}
.inf
{
border:#666666 1px solid;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding-left: 5px;
}
a.new
{
color:#663C8B;
text-decoration:none;
}
a.new:hover
{
color:#FF0000;
text-decoration:none;
}


/* retailer pages font styles  */
.retail
{
font-family:Helvetica;
font-size:11px;
font-weight:bold;
color:#666666;
}
.retail123
{
font-family:Helvetica;
font-size:11px;
font-weight:bold;
color:#666666;
padding-left:10px;
}
/* eof  retailer pages font styles  */
/* sign in pages font styles  */
.sign123
{
font-family:Helvetica;
font-size:12px;
color:#663C8B;
padding-left:10px
}
.signnew1
{
font-family:Helvetica;
font-size:13px;
color:#663C8B;
padding-left:100px;
}
.signnew2
{
font-family:Helvetica;
font-size:13px;
color:#663C8B;
padding-left:120px;
}
.signnew3
{
font-family:Helvetica;
font-size:13px;
color:#663C8B;
padding-left:140px;
}
.sign
{
font-family:Helvetica;
font-size:12px;
color:#663C8B;
}
.biosign
{
font-family:Helvetica;
font-size:14px;
font-weight:bold;
color:#663C8B;
}
/* eof  signin  pages font styles  */
.abouthead
{
font-family:Helvetica;
font-size:18px;
color:#663C8B;
padding-left:350px;
}
.aboutbio
{
font-family:Helvetica;
font-size:18px;
color:#663C8B;
padding-left:14px;
font-weight:bold;
}

.imgLink
{
text-align:right;
}
.visit
{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#643D89;
font-weight:bold;
}
/* blog style at the footer. here you can change the font style, color,and size */
.blog
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#643D89;
}
/* blog link font styles  */
a.bloglink
{
font-family:Helvetica, sans-serif;
font-size:11px;
color:#643D89;
text-align:right;
}
/* blog link font styles on mouseover  */
a.bloglink:hover
{
font-family:Helvetica, sans-serif;
font-size:11px;
color:#643D89;
text-align:right;
}
/* start of  Styling of product */
.prdtlist
{
background-color:#643D89;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
}
.prodtborder
{
border:#D1E29C 1px solid;

}
a.prdtname
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
}
a.prdtname:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
}

/* end of  Styling of product */

.blog1
{
font-family:Helvetica;
font-size:14px;
color:#663C8B;
padding-left:25px;
padding-right: 5px;
}
a.learn
{
color:#FFFFFF;
}
a.learn:hover
{
color:#FFFFFF;
}
/* images of flowers near learn more */
.star
{
background-image:url(../images/img-h1.jpg);
background-repeat:no-repeat;
width:10px;
height:16px;
}
#fullwrapbg
{
width:100%;
}
#headwrapbg
{
width:100%;
background-image:url(../images/top_repeat.jpg);
background-repeat:repeat-x;
background-color:#D1E29C;
}
#headwrapbg
{
width:100%;
background-color:#D1E29C;
}
#footwrapbg
{
width:100%;
background-image:url(../images/footer_repeat.jpg);
background-repeat:repeat-x;
vertical-align:bottom;
background-color:#404041;

}
#footWrapper
{
/*background-color: #ffffff;*/
	text-align: left;
	width: 1016px;
	vertical-align: top;
	border: 0px solid #9a9a9a;
	margin-left:auto;
	margin-right:auto;
}
.noprdt
{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
height:150px;
padding-top:50px;
}
#headWrapper
{
margin-left:auto;
margin-right:auto;
width: 1016px;
}
#foot_content
{
padding-left:120px;
}
#maincontentWrapper
{
width:1016px;
margin-left:auto;
margin-right:auto;
background-image:url(../images/content1_bg.jpg);
background-repeat:repeat-y;
}
#maincontents
{
padding-left:120px;
padding-right: 20px;
}

