/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 5347 2006-12-22 20:26:09Z birdbrain $
 */

body {
background-color:#ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	margin:0px;
	padding:0px;
}

#bg_stripe {
	color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding:0px;
	}

a img {border: none;
margin:0px;
padding:0px;}

a:link, #navEZPagesTOC ul li a {
	color: #333333;
	text-decoration: none;
	}
 
a:visited {
	color: #333333;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover {
	color: #000000;
	}

a:active {
	color: #000000;
	}

h1 {
	font-size: 1.5em;
	}

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.3em 3px;

}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}


FORM, SELECT, INPUT {
	display: inline;
	/*Modified: margin: 0.1em;*/
	margin:0;
	padding:0px;
	font-size: 1em;
	}
	
TEXTAREA {
/*	float: left;margin: auto;*/
	
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	/*padding: 0.5em;
	margin: 0.5em 0em; */
	border: none;
	margin-left:10px;
	width:95%;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	background-color:#ffffff;
	}

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: 11em;
	float: left; */
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	margin:0px;
	padding:5px 10px 5px 0px;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	/*Modified: width: 100%;*/
	float:left;
	width: 800px;
	vertical-align: top;
	padding:0px;
	
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#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%;
	}


/*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{
	margin: 0em;
	/*Modified: background-color: #9a9a9a; 
	width: 100%;
	font-weight: bold;*/
	color: #ffffff;
	}

	
#navMain ul, #navSupp ul  {
	margin: 0px;
	padding: 0em;
	width: 100%;
	/* 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{
	text-decoration: none;
	padding: 0em 0.3em;
	margin: 0;
	color: #333333;
	white-space: nowrap;	
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navBreadCrumb {
	background-color: #cc9900;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne{
	/* Modified: background-color: #FFCC99; */
	background-image: url(images/column-bg.gif);
	background-repeat: repeat-x;
	border: 0px;
	width:267px;
	margin:0px;
	padding:0px;
	}

#navColumnTwo {
	background-color: #00BFBF;
	}

/*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;
	}
/*#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}*/

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	/* Modified: 
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;*/
	display:inline;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px dashed #8F8F8D;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

#topline {
/*border-top: 1px dashed #8F8F8D;*/
padding-top:36px; 
}

#sorter{
padding-top:26px;
}

#sorter2 {
padding-top:23px;
}

#sorter3{
padding-top:38px;
}

.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;
	
	}
	.cartQuantityUpdate, .cartQuantity, .cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, #cartSubTotal {
background-color:#ffffff;
}
.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;
  }

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
  font-weight: bold;
  }

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
/* #productMainImage, */ #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#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;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

/*Modified: Took .leftBoxHeading, off*/
 .centerBoxHeading {
	padding-bottom:6px;
	padding-top: 5px;
	border-bottom: 1px solid #EBACD7;
		background-color: #ffffff;
		width:560px;
	/*padding: 0.5em 0.2em; 
	*/
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding:0em;
	/* padding: 0.2em 0em; */
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent,/*  #productMainImage, .centerBoxContentsNew,.productListing-data, */ TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading,.rightBoxHeading,  .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews,  #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .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;
	}

/*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;
	}

#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%;}

/* --------- NEW ------------ */
#navMain ul li a {
	text-decoration: none;
	/*padding: 0em 0.5em;*/
	margin: 0px;
	color: #333333;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica;
	font-size:10px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	}
	
#navMain ul li a:link:active {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	}
	
#navMain ul li a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #b4b49a;
	}
#navMain ul {
margin-top:12px;
margin-right:5px;
float:right;
}
#headerWrapper {
	background-image:url("images/bannerTop.gif");
	background-repeat:no-repeat;
	/* height:82px; */
	height:114px;
	padding-bottom: 0px;
}
#navColumnOneWrapper {
padding:0px;
margin-top:0px;
margin-left:0px;
vertical-align:top;
height:100%;
}
#navCatTabsWrapper, #mainWrapper{
	border: 0px;
}
#contentMainWrapper {
	background-image:url(images/back_071.gif);
	background-repeat: repeat-y;
	border: 0px;
}

#navSuppWrapper {
	/* background-image:url(images/back_071.gif);
	background-repeat: repeat-y; 
	padding-left:277px;*/
	padding-left:10px;
	border: 0px;
	
}

#navCatTabs ul {
padding:0;
display:inline;
	text-align:left;
		margin: 0;
	list-style-type: none;
	line-height: 1.5em;
	color:#666666;
	}
	
#navCatTabs {
/*background-image:url(images/footer_hr.gif); 
background-repeat: repeat-x; */
background-color:#ffffff;
border: 0px;
margin-right:10px;
padding:5px 0px 10px 0px;
font-weight:normal;
}

	#navCatTabs ul li a, #siteinfoLegal a {
	font-family: Arial, Helvetica;
	font-size:11px;
	font-weight: none;
	color: #666666;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	}
	#navCatTabs ul li a:link:active, #siteinfoLegal a:link:active {
	font-size: 11px;
	font-weight: none;
	color: #666666;
	}
	#navCatTabs ul li a:hover, #siteinfoLegal a:hover{
	font-size: 11px;
	font-weight: none;
	color: #a6a692;
	}
	
	#navCatTabs ul li:before {
	content: " | ";
	color: #666666;
	}
	
	#navCatTabs ul li.first:before {
	content: "";
	}
#siteinfoLegal {
float: left;
clear: none;
width: 48%;
text-align:left;
/* padding-left:277px; */
padding-left:10px;
margin:0;
background-color:#ffffff;
}

#siteinfoLegal2 {
float: left;
clear: none;
width: 48%;
text-align:right;
/* padding-left:277px; */
padding-left:10px;
margin:0;
background-color:#ffffff;
}

.leftBoxHeading {
margin:0;
padding:0;
text-align:center;
}

.sideBoxContent {
border:0px;
color:#000000;
}

a.category_top, a.category-subs, a.category-products, a.category-links, a.newlink, a.category_top:link:visited, a.category-subs:link:visited, a.category-products:link:visited, a.category-links:link:visited, a.newlink:link:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif
	font-size:11px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;
}
	a.category_top:link:active,a.category-subs:link:active,a.category-products:link:active, a.category-links:link:active, a.newlink:link:active {
	font-size: 11px;
	color: #000000;
	}
	a.category_top:hover,a.category-subs:hover,a.category-subs:hover,a.category-links:hover, a.newlink:hover {
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
	}
	
#navMainWrapper {
	width:590px;
	padding:0px;
	float:right;
	margin-right:0px;
	height:82px;
	}
	
#navMainSearchFF {
	width:240px;/*Added padding-left:275px;*/
	padding-top:18px;
padding-left:150px;
	margin-right:15px;
	z-index:1;
	display:inline;
	vertical-align:top;
	float:right;
	}
#navMainSearchIE {
	width:240px;/*
	line-height:5px;
	Added padding-left:200px;*/
	padding-top:18px;
	margin-right:17px;
	display:inline;
	vertical-align:top;
	float:right;
	
	}
#navSuppWrapper {
width:100%;
}

a.submit_search, a.submit_search:link:visited {
	font-family: Arial, Helvetica;
	font-size:11px;
	font-weight: bold;
	color: #990066;
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
}
	a.submit_search:link:active {
	font-size: 11px;
	font-weight: bold;
	color: #990066;
	}
	a.submit_search:hover {
	font-size: 11px;
	font-weight: bold;
	color: #b4b49a;	
	text-decoration: none;}

h1.productGeneral{
	font-weight: bold;
	text-transform:capitalize;
	margin-top:10px;
	}

h1.productGeneral, .productGeneral {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	}

#productInfoText {
padding:3px 10px 10px 220px;
	margin-left:10px;
	background-color: #ffffff;
	border-top: 1px solid #EBACD7;
	border-bottom: 1px dashed #8F8F8D;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	}
	
	#categoryIcon {
	width:544px;
	float:left;
	}
	
.categoryIcon{
margin:0px;
padding-top:10px;
	background-color: #ffffff;
	border: 0px;
	height:22px;
}

#cat_breadcrumb {
	display:inline;
	padding-left:10px;
}
#cat_breadcrumb a{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	}
#navNextPrevLinks {
display:inline;	
font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
#navNextPrevList a{
	font-family: Verdana, Arial, Helvetica;
	font-size:13px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
}
	#navNextPrevList a:link:active {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}
	#navNextPrevList a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #a6a692;
	}
h4.optionNameNew, #AttributeValue {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	display:inline;
	margin:0px;
	padding:0px;
}

#productImage {
margin:15px 20px 0px 20px;
float:left;
/*display:inline; */
}


.wrapperAttribsOptions {
	/*Modified: margin: 0.3em 0em;
	margin-left:190px;*/
	padding:0px;
	margin:0px;
	float:left;
	}

#productAttributes {
margin:0px;
padding:0px;
}

#indexDefault, #indexProductList, #allProductsDefault, #shoppingCartDefault, #newProductsDefault, #featuredDefault {
/* margin-left:10px; */
padding-left:10px;

}

#shoppingCartDefault{
width: 91%;
}

#centerColumnWrapper{
/*background-image:url(images/top-strip.gif);
background-repeat:repeat-x;
background-position:top left;*/
padding:0px;
margin:0px;
}

#indexProductList a, a.allProductListNew {
	font-family: Arial, Helvetica;
	font-size:11px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
	}

a.allProductListNew {
text-decoration:none;
}

#indexProdcutList a:link:active, a.allProductListNew:link:active {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}
#indexProductList a:hover, a.allProductListNew:hover {
	font-size: 11px;
	font-weight: bold;
	color: #a6a692;
	}
#advSearchResultsDefault, #advSearchDefault {
margin-left:10px;
width:560px;
}
#indexProductList {
padding-top:14px;
}
#indexDefaultHeading {
padding-top:10px;
margin-left:10px;
margin-right:10px;
	height:20px;
	width:100%;
	float:left;
}

#productListHeading, #allProductsDefaultHeading, #loginDefaultHeading, #cartDefaultHeading, #newProductsDefaultHeading, #featuredDefaultHeading, #advSearchResultsDefaultHeading, #advSearchDefaultHeading, #createAcctSuccessHeading, #addressBookProcessDefaultHeading, #addressBookDefaultHeading, #accountDefaultHeading, #acctNewslettersDefaultHeading, #accountNotificationsHeading, #checkoutShippingHeading, #timeoutDefaultHeading, #checkoutPaymentHeading, #checkoutConfirmDefaultHeading, #checkoutSuccessHeading, #contactUs, #logoffDefaultHeading, #shippingInfoHeading, #privacyDefaultHeading, #aboutUsHeading, #tellAFriendHeading, #reviewsDefaultHeading {
padding-top:10px;
margin-bottom:10px;
margin-left:10px;
margin-right:10px;
	height:20px;
	width:100%;
	float:left;
	border-bottom: 1px solid #EBACD7;
}

#productListHeading h1, #allProductsDefaultHeading h1, #loginDefaultHeading h1, #cartDefaultHeading h1, #newProductsDefaultHeading h1, #featuredDefaultHeading h1, #advSearchResultsDefaultHeading h1, #advSearchDefaultHeading h1, #createAcctSuccessHeading h1, #addressBookProcessDefaultHeading h1, #addressBookDefaultHeading h1, #accountDefaultHeading h1, #acctNewslettersDefaultHeading h1, #accountNotificationsHeading h1, #checkoutShippingHeading h1, #timeoutDefaultHeading h1, #checkoutPaymentHeading h1, #checkoutConfirmDefaultHeading h1, #checkoutSuccessHeading h1, #contactUs h1, #logoffDefaultHeading h1, #shippingInfoHeading h1, #privacyDefaultHeading h1, #indexDefaultHeading h1, #aboutUsHeading h1, #tellAFriendHeading h1, #reviewsDefaultHeading h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:0px;
padding:0px;
display:inline;
color:#663366;
}

#productListing {
padding-top:10px;
}

.imgLink {
text-align:right;
}

a.imgLink {
	font-family: Arial, Helvetica;
	font-size:11px;
	font-weight: none;
	color: #333333;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	}
	a.imgLink:link:active {
	font-size: 11px;
	font-weight: none;
	color: #333333;
	}
	a.imgLink:hover {
	font-size: 11px;
	font-weight: none;
	color: #a6a692;
	}
	
	#forgotPassword {
	padding-left:10px;
	padding-top:5px;
	}
	
#productTellFriendLink a, #productReviewLink a, a.more_info, #forgotPassword a, #allProductsListingTopLinks a, #allProductsListingBottomLinks a{
	font-family: Arial, Helvetica;
	font-size:11px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
	}
	#productTellFriendLink a:link:active, #productReviewLink a:link:active, a.more_info:link:active, #forgotPassword a:link:active, #allProductsListingTopLinks a:link:active, #allProductsListingBottomLinks a:link:active{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}
	#productTellFriendLink a:hover, #productReviewLink a:hover, a.more_info:hover, #forgotPassword a:hover, #allProductsListingTopLinks a:hover, #allProductsListingBottomLinks a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #a6a692;
	}

#productTellFriendLink, #productReviewLink {
display:inline;
margin:0px;
padding:0px;
}

#productPrices h2, .productPrices {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	font-weight:bold;
	line-height: normal;
	font-variant: normal;
}

.productPrices {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	font-weight:bold;
	line-height: normal;
	font-variant: normal;
}

#productPrices, #productDesc, #productPrices h2{
display:inline;
}

form.main_form {
background-color:#F1F1DA;
}

#allProductsDefault, #newProductsDefault, #featuredDefault {
padding-top:10px;
}

#hr{
border-top:1px dashed #8F8F8D;
}

a.title_Link {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration:none;
	}

#input_field {
display:inline;
padding-left:150px;
}

#account_link{
display:inline;
float:right;
margin:0px;
padding:0px;
	background-image:url(images/back_margin_01.gif);
	background-repeat:repeat-x;
	background-position:top;
}

a.account_link, #account_link img {
margin:0px;
padding:0px;
}

#New_whatsNew {
display:inline;
width:200px;
}

#createAcctSuccess, #addressBookProcessDefault, #addressBookDefault, #accountDefault, #accountEditDefault, #accountPassword, #acctNewslettersDefault, #accountNotifications, #checkoutShipping, #timeoutDefault, #checkoutPayment, #checkoutConfirmDefault, #checkoutSuccess, #contactUsDefault, #logoffDefault, #loginDefault, #shippingInfo, #privacy, #aboutUs, #accountHistInfo, #tellAFriendDefault, #reviewsWrite, #reviewsDefault, #alsoPurchased{
margin-left:10px;
margin-right:5px;
margin-top:5px;
padding:0px;
width:560px;
}

#checkoutShippingHeadingAddress, #checkoutShippingHeadingMethod, #checkoutPaymentHeadingAddress, #checkoutConfirmDefaultBillingAddress, #checkoutConfirmDefaultPayment, #checkoutConfirmDefaultShippingAddress, #checkoutConfirmDefaultShipment, #checkoutConfirmDefaultHeadingComments, #checkoutConfirmDefaultHeadingCart, #checkoutSuccessOrderNumber, #logoffDefaultMainContent {
font-size:12px;
font-weight:bold;
}

#checkoutSuccessLogoff, #checkoutSuccessOrderLink, #checkoutSuccessContactLink {
margin-left:5px;
}

.payment_img{
float:right;
}

a.newProduct_img {
float:left;
margin-right:5px;
margin-bottom:5px;
}

#centerColumnWrapper, #navCatTabs {
width:560px;
}

.sideBoxContent, .leftBoxContainer, #navColumnOneWrapper {
	background-image:url(images/footer_02.gif);
	background-repeat:repeat-y;
	background-position:right;
	}
.sideBoxContent {
margin-left:18px;
}

h2.centerBoxHeading {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:10px;
font-weight:bold;
text-align:left;
}

.centerBoxContentsNew {
padding-top:15px;
padding-left:10px;
padding-bottom:5px;
margin:0px;

}

#newProductlist {
border-bottom:1px dashed #8F8E8D;
border-right: 1px dashed #8F8E8D;
padding-right: 5px;
}
#newProductlist2 {
border-bottom:1px dashed #8F8E8D;
}
