/* Global Reset */

* {
	margin: 0;
	padding: 0;
}

/* General */

html {
	height: 100%;
}

body {
	background: #fff url('../images/default/PageBg1.gif');
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #444;
	text-align: center;
}

#OuterContainer {
	min-height: 100%;
}


#FooterImg {
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: url('../images/default/FooterBg.gif') repeat-x bottom;
}

a {
	color: #1f8692;
	text-decoration: none;
}

a:hover {
	color: #35656b;
	text-decoration: none;
}

a.pollenLogo {
	text-decoration:none;
	color:#6b5f4d;

}

a:hover.pollenLogo {
	text-decoration:underline;
	}


p {
	line-height: 1.3;
	margin-bottom: 15px;
}

img, img a {
	border: 0;
}

ul, ol {
	margin: 0 0 10px 15px;
	list-style-type:disc;
	list-style-position:outside;
	margin-top:5px;
}

li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}

blockquote {
	margin-left: 28px;
}

hr {
	margin: 10px 0;
	padding: 0;
	height: 1px;
	border: 0;
}

input.Textbox, textarea {
	border: 1px solid #746755;
	font-size: 14px;
	font-family: Times, "Times New Roman";
	padding: 3px;
}

/* Headings */
h2, .TitleHeading {
	font-weight: bold;
	margin: 6px 0 6px 0;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #f0eee8;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 4px;
}

/* Page Container */
#Container {
	text-align: left;
	width: 960px;
	margin: auto;
	padding-left: 18px;
}

/* Top Navigation Menu */
#TopMenu {
	margin-top: 20px;
	font-family:"Times New Roman", Times, serif;
}

#TopMenu ul, #TopMenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#TopMenu li {
	float: left;
}

#TopMenu li a, #TopMenu li div {
	display: block;
	padding-right: 20px;
	text-decoration: none;
	color: #746755;
	padding-top: 5px;
	padding-bottom: 5px;
}

#TopMenu li.CartLink a {
	padding-left: 35px;
	background: url('../images/default/Cart.gif') no-repeat 0 -8px;
}

#TopMenu li div a {
	display: inline;
	padding-right: 0;
}

/* Page Header */
#Header {
	margin-top: 40px;
	position: relative;
	font-family:"Times New Roman", Times, serif;
}

/* Store Logo */
/*#Logo h1 a {
	display: block;
	width: 158px;
	height: 34px;
	text-indent: -9000px;
	background: url('../images/Logo.gif') no-repeat;
}*/

#Logo h1 a {
	display: block;
	width: 217px;
	height: 47px;
	text-indent: -9000px;
	background: url('../images/logo_big.gif') no-repeat;
}

/* Search Form */
#Header #SearchForm {
	position: absolute;
	right: 0;
	top: -90px;
	background: /*url('../images/default/searchBottom.png') no-repeat bottom*/ #e8e3da;
	width: 257px;
	padding: 20px 10px 0px 10px;
}

#Header #SearchForm, #Header #SearchForm a {
	color: #7a6e5d;
	text-decoration: none;
	text-transform: lowercase;
}

#Header #SearchForm p {
	padding-top: 5px;
	padding-left: 28px;
}

#Header #SearchForm label {
	text-indent: -9000px;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url('../images/default/SearchIcon.gif') no-repeat left top;
	padding-right: 8px;
}

#Header #SearchForm input.Textbox {
	padding: 2px;
	border: 1px solid #7f7f7f;
	width: 160px;
}

#Header #SearchForm input.Button {
	vertical-align: middle;
	margin-top: -3px;
}

/* Header Category Navigation Menu */
#Header .CategoryList {
	position: absolute;
	top: 3px;
	left: 270px;
    margin-top:-1px;
}

#Header .CategoryList h2 {
	display: none;
}

#Header .CategoryList ul, #Header .CategoryList li {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:3000;
}

#Header .CategoryList li {
	float: left;
    margin-right: 14px;
}

#Header .CategoryList li a {
	display: block;
	padding: 4px 10px 4px 10px;
	font-style: italic;
	font-size: 31px;
	text-decoration: none;
	color: #444;
	text-transform: lowercase;
}

/* DIFFERENT NAV BACKGROUNDS */
#Header .CategoryList li:hover, #Header .CategoryList li.Over {
	background: #746755 url('../images/default/MenuBg.gif') repeat-x;
}


#Header .CategoryList li:hover#cat_Sleep, #Header .CategoryList li.Over #cat_Sleep {
	background: #4ead96 url('../images/default/MenuBg_sleep.gif') repeat-x;
}
#Header .CategoryList li#cat_Sleep li a:hover {
	background: #4ead96;
	color: #fff;
	border-color: #fefaf3;
}

#Header .CategoryList li:hover#cat_Eat, #Header .CategoryList li.Over #cat_Eat {
	background: #e23129 url('../images/default/MenuBg_eat.gif') repeat-x;
}
#Header .CategoryList li#cat_Eat li a:hover {
	background: #e23129;
	color: #fff;
	border-color: #fefaf3;
}

#Header .CategoryList li:hover#cat_Work, #Header .CategoryList li.Over #cat_Work {
	background: #746755 url('../images/default/MenuBg.gif') repeat-x;
}
#Header .CategoryList li#cat_Work li a:hover {
	background: #746755;
	color: #fff;
	border-color: #fefaf3;
}

#Header .CategoryList li:hover#cat_Relax, #Header .CategoryList li.Over #cat_Relax {
	background: #a29cbc url('../images/default/MenuBg_relax.gif') repeat-x;
}
#Header .CategoryList li#cat_Relax li a:hover {
	background: #a29cbc;
	color: #fff;
	border-color: #fefaf3;
}

#Header .CategoryList li:hover#cat_Indulge, #Header .CategoryList li.Over #cat_Indulge {
	background: #f58b2b url('../images/default/MenuBg_indulge.gif') repeat-x;
}
#Header .CategoryList li#cat_Indulge li a:hover {
	background: #f58b2b;
	color: #fff;
	border-color: #fefaf3;
}

#Header .CategoryList li:hover#cat_Kids, #Header .CategoryList li.Over #cat_Kids {
	background: #a2c92a url('../images/default/MenuBg_kids.gif') repeat-x;
}
#Header .CategoryList li#cat_Kids li a:hover {
	background: #a2c92a;
	color: #fff;
	border-color: #fefaf3;
}


#Header .CategoryList li:hover a, #Header .CategoryList li.Over a {
	color: #fff;
}



#Header .CategoryList li ul {
	display: none;
	background: url('../images/default/Shadow.png') no-repeat bottom right;
	padding: 0 0 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	width: 160px;
	position: absolute;
}

#Header .CategoryList li:hover ul, #Header .CategoryList li.Over ul {
	display: block;
}

#Header .CategoryList li:hover li, #Header .CategoryList li.Over li {
	float: none;
	background: #f0eee8;
}

#Header .CategoryList li:hover li a, #Header .CategoryList li.Over li a {
	color: #444;
	font-size: 14px;
	text-transform: none;
	font-style: normal;
	border-top: 1px solid #f0eee8;
	border-bottom: 1px solid #f0eee8;
}

#Header .CategoryList li li a:hover {
	background: #746755;
	color: #fff;
	border-color: #fefaf3;
}


/* Content Wrapper */
#Wrapper {
	clear: both;
	background: #fff;
	overflow:hidden;  /* WAS ORIGINALLY SET TO 'AUTO' */
	width: 100%;
	margin-left: -18px;
	padding-left: 18px;
}

/* Left Column */

.Left {
	float: left;
	width: 175px;
	margin-right: 10px;
	display: inline;
}

.Left h2 {
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	padding-bottom: 5px;
	font-weight: normal;
	color: #444;
	font-size: 19px;
}

/* Content Column */
.Content {
	float: left;
	width: 560px;
	display: inline;
}

.Content.Wide {
	width: 750px;
}

.Content.Widest {
	width: 940px;
}

.Content h2 {
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	padding-bottom: 5px;
	font-weight: normal;
	color: #444;
	font-size: 24px;
}

.Content .Block {
	clear: both;
}

.Block {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Right Column */
.Right {
	float: right;
	width: 175px;
	margin-left: 10px;
	display: inline;
    margin-right:10px;
	padding-left:10px;
	background: url('../images/default/rightCol_bg.gif') no-repeat top left;
}

.VendorRight { background:none;}

.Right.home {width:190px; padding-left:0;}
.Right.home .TopSellers { margin-left:10px;}

/*.Right.home .TopSellers ul {
	padding-left:10px;
}*/

.Right h2 {
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	padding-bottom: 5px;
	font-weight: normal;
	color: #444;
	font-size: 17px;
}

.Right .BlockContent {
	padding: 5px;
}

.Right .fancySide, .fancySide{
	background: url('../images/default/buyItemBg.gif') repeat-x;
    padding:5px 5px 5px 10px;
}

input.RadioButton{
	border: none;
	padding-bottom:5px;
	margin-left:5px;
}

.Right .fancySide .chooseVariant {
	border:1px solid #999; 
	padding:5px;
}

.Right .fancySide .chooseVariant strong {
	font-style:italic;
	color: #1f8692;	
}

.Right .fancySide h2, .Right .fancySide p {
	text-align:left;
	border-bottom:none;
}

.Right .fancySide .BlockContent {
	padding:0;
}


.Right .fancySide p {
	font-size:13px;
	text-align:left;
	line-height:1.3em;
	padding:0 0 10px 0; margin:0;

}

.Right .fancySide .ProductFields input.Textbox {
	width:140px;
}

.Right .fancySide .wishlistButton a {
        background: url('../images/default/AddCartButton2.png') no-repeat top;
        height: 25px
}

.Right .fancySide .wishlistButton a:hover {
        background: url('../images/default/AddCartButton2.png') no-repeat bottom;
        height: 25px
}

/* Vendor List */
.VendorList ul, .VendorList li {
        list-style:none;
        margin:0;
        padding:0 0 3px 2px;

}
/*
.VendorList ul li {
	float:left; 
	display:block; 
	width:180px;
	text-align:center; 
	margin-top:20px; 
	margin-bottom:20px; 
	border-bottom:1px solid #eee;
}

.VendorList ul li .vendorListImage {
	height:200px; 
	margin-top:10px;
}

/* Page Footer */
#Footer1 {
	position: relative;
	width: 590px;
	font-size: 13px;
	padding-left: 200px;
	background: url('../images/default/FooterLogo.gif') no-repeat 30px;
	padding-right: 174px;
}

#Footer1 .FooterLinks {
	color: #746755;
}

#Footer1 p {
	margin-bottom: 3px;
}

/* Right Footer Banner */
#Footer1 .RightFooterBanner {
	height: 70px;
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	background: url('../images/default/FooterSlogan.gif') no-repeat center;
}

/* Side Product Listings */
ul.PageList {
	list-style:none;
	padding:0;
	margin:0;
}

ul.PageList li {	border-bottom: 1px solid #e5e5e5;
}

.sellerInfo ul.PageList li {	border-bottom: none;
}

ul.PageList li a {
	text-decoration:none;
}

.ShopByPrice {
	background-color: #f7f7f7;
	padding: 1px 0 5px 5px;
}

.ShopByPrice ul li {
	padding-bottom:2px;
}

.ShopByPrice h2 { border:none;}

.Left ul, .Left li, .Right ul, .Right li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.Left li, .Right li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}


.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
	display: none;
}

/* Content Based Product Listings */
.Content .ProductList, .Content .ProductList li {
	list-style: none;
	margin: 0;
	padding-bottom: 5px;
}

.Content .ProductList li {
	width: 170px;
	float: left;
	margin-right: 15px;
	min-height: 140px;
	margin-bottom: 10px;
	text-align:center;
	border-bottom: 1px solid #e5e5e5;
}

.Content .ProductList li .ProductImage {
	width: 170px;
	height: 120px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.Content .ProductList li .ProductDetails {
	float: left;
	width: 170px;
	text-align:center;
	padding-top: 50px;
}

.Content .ProductList strong {
	display: block;
	padding-left:5px; padding-right:5px;
}

.Content .ProductList .ProductVendor {
	margin-top: 5px;
}

.Content .ProductList em {
	display: block;
	margin-top: 2px;
}

/*.Content .ProductList li.Odd, .Content .ProductList li.Even {
	border-right: 1px solid #eaeaea;
}

/* Forms */
.HorizontalFormContainer dl, .VerticalFormContainer dl {
	margin: 0;
}

.HorizontalFormContainer dt {
	width: 160px;
	float: left;
	margin-bottom: 6px;
	clear: left;
}

.HorizontalFormContainer dd {
	margin-left: 170px;
	margin-bottom: 6px;
}

.NarrowFormContainer dt {
	width: 110px;
}

.NarrowFormContainer dd {
	margin-left: 120px;
}

.HorizontalFormContainer p.Submit {
	margin-left: 170px;
}

.NarrowFormContainer p.Submit {
	margin-left: 120px;
}

.VerticalFormContainer dt {
	margin-bottom: 6px;
}

.VerticalFormContainer dd {
	margin-bottom: 6px;
	margin-left: 10px;
}

/* Best Selling Products List */

.TopSellers ul, .TopSellers li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.TopSellers h2{
	text-align:left;
}

.TopSellers ul {
	margin: auto;
}

.TopSellers li {
	width: 77px;
	height: 80px;
	float: left;
	text-align: center;
	border: 0;
}

.TopSellers .HoverDetails {
	display: none;
}

/* Prices */
.ProductPrice, .ProductList em {
	font-style: normal;
}

/* Page Breadcrumbs */
.Breadcrumb ul, .Breadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Breadcrumb {
	font-size: 13px;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px solid #e5e5e5;
	font-family:"Times New Roman", Times, serif;
}

.Breadcrumb li {
	padding-left: 6px;
	display: inline;
}

.Breadcrumb li a {
	padding-right: 20px;
	background: url('../images/BreadcrumbSep.gif') no-repeat right 5px;
    /*color: #746755;*/
}

.Breadcrumb li a:hover {
	text-decoration: underline;
        color: #584e41;
}

/* Create Account & Login Pages */
.CreateAccount {
	float: left;
	width: 47%;
	border-right: 1px solid #ccc;
	padding-right: 20px;
}

.AccountLogin {
	float: left;
	padding-left: 20px;
	width: 47%;
}

/* Miscellaneous Definitions */
.Meta {
	color: #444;
	font-size: 0.93em;
}

.FloatRight {
	float: right;
}

.FloatLeft {
	float: left;
}

.ClearRight {
	clear: right;
}

.ClearLeft {
	clear: left;
}

.Clear {
	clear: both;
}

.ProductDetailsGrid dt { font-weight:bold; float:left; padding-right:5px;}

.ProductDetailsGrid dd { margin-bottom:5px }

.Field45 {
	width: 45px;
	margin-bottom:5px;
}

.Field100 {
	width: 100px;
}

.Field150 {
	width: 150px;
}

.Field200 {
	width: 200px;
}

.Field250 {
	width: 250px;
}

.Field300 {
	width: 300px;
}

.Field350 {
	width: 350px;
}

.Field400 {
	width: 400px;
}

.MB10 {
	margin-bottom: 10px;
}

.MB20 {
	margin-bottom: 20px;
}

ML10 {
        margin-left:10px;
}

.MT0 {
	margin-top: 0px;
}

.LH140 {
	line-height: 140%;
}

.PLRB5 {
	padding: 0px 5px 5px 5px;
}

.PLR10 {
	padding: 0px 10px 0px 10px;
}

.PL20 {
	padding: 0px 0px 0px 20px;
}

.PL40 {
	padding: 0px 0px 0px 40px;
}

.ML20 {
	margin: 0px 0px 0px 20px;
}

.MT10 {
	margin-top: 10px;
}

.PL10 {
	padding-left: 10px;
}

.PB2 {
	padding-bottom: 2px;
}

.PB20 {
	padding-bottom: 20px;
}

.NoMarginBottom {
	margin-bottom: 0;
}

.Required {
	color: red;
	font-weight: bold;
}

.InfoMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
	background: #F1EFE6 url('../images/InfoMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.SuccessMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
	background: #E8FFDF url('../images/SuccessMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.ErrorMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
	background: #FFECEC url('../images/ErrorMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.WishlistButton, .AddCartButton {
	text-align: center;
}

ul.ShippingAddressList, ul.ShippingAddressList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ShippingAddressList li {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.KeepShopping {
	width: 180px;
	clear: both;
	text-align: center;
}

.ShippingProviderList {
	list-style: none;
}

small {
	font-size: 11px;
	color: gray;
}

.HowToPay {
	margin-bottom: 10px;
}

.ProductList em, .ProductList .Rating {
	display: block;
}

.ProductOptionList {
	display: block;
}

.ProductReviewList {
	clear: both;
}

.SortBox select {
	font-size: 0.9em;
}

.SortBox option {
	color: #444;
	background-color:#efeae1;
	font-weight:normal;
	font-family:times, serif;
	font-size:14px;
	padding-top:5px;
	padding-left:8px;
	
}

.YourAccount li {
	margin-bottom: 8px;
}

.Availability {
	color: gray;
}

.LittleNote {
	color: gray;
	font-size: 0.85em;
}

.ViewCartLink {
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 8px;
}

.DownloadExpires {
	padding-top: 3px;
	font-style: italic;
	color: gray;
}

.DownloadExpiresToday {
	color: red;
}

.CheckoutRedeemCoupon h4 {
	margin-top: 0;
}

.CheckoutRedeemCoupon p {
	margin-top: 10px;
	margin-bottom: 0;
}

.BillingDetails {
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 15px;
}

.ShippingDetails {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}

.SharePublicWishList {
	background-color: lightyellow;
	padding: 5px;
	border: 1px solid #CDDEE2;
}

.SearchTips .Examples {
	padding: 8px;
	margin-left: 30px;
	margin-bottom: 10px;
	background: #f6f6f6;
	color: #555;
}

/* Quick Search */
.QuickSearch {
	margin: 0;
	margin-top: 2px;
	margin-left: -1px;
	padding: 0;
	text-align: left;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #BFBFBF;
}

.QuickSearchTitle td, .QuickSearchAllResults td {
	font-weight: bold;
	padding: 4px;
	font-size: 12px;
}

.QuickSearchResult td {
	font-size: 12px;
	padding: 8px 0px 8px 8px;
	cursor: pointer;
}

.QuickSearchResultImage {
	margin-left: 4px;
	margin-right: 10px;
	text-align: center;
}

.QuickSearchResultNoImage {
	padding-top: 10px;
	color: #777;
}

.QuickSearchResultName {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
}

.QuickSearchResult .Price {
	font-size: 11px;
	display: block;
	margin-bottom: 3px;
}

.QuickSearchHover td {
	background: #E8F4F8;
}

.QuickSearchHover a {
	text-decoration: underline;
	font-weight: bold;
}

.QuickSearchAllResults {
	text-indent: -7000px;
}

.QuickSearchAllResults a {
	text-decoration: underline;
	height: 25px;
	display: block;
	background: url('../images/blue/QuickSearchAllResultsButton.gif') no-repeat right;
}

.QuickSearchAllResults a:active, .QuickSearchAllResults a {
	outline: none;
	-moz-outline-style: none;
}

.QuickSearchTitle td {
	background: #978a76;
	color: #fff;
}

.QuickSearch {
	background: #fff;
	border: 1px solid #dacdc3;
}

.QuickSearchHover td {
	background: #f0eee8;
}

.QuickSearchResult .Price {
	color: #FF3201;
	font-weight: bold;
	margin: 0 4px 0 0;
}

.QuickSearchAllResults a {
	background: url('../images/default/QuickSearchAllResultsButton.gif') no-repeat right;
}

/* Brand Tag Clouds */
.BrandCloud .smallest {
	font-size: 12px;
}

.BrandCloud .small {
	font-size: 15px;
}

.BrandCloud .medium {
	font-size: 18px;
}

.BrandCloud .large {
	font-size: 20px;
}

.BrandCloud .largest {
	font-size: 26px;
}

.BrandCloud a {
	padding-right: 5px;
}

/* Currency Selection List */
.CurrencyList dl {
	margin: 0;
	padding: 0;
}

.CurrencyList dd {
	padding: 0px;
	margin: 0px;
	border: 1px solid #EDECEC;
	background-color: #F9F9F9;
	clear: both;
}

.CurrencyList a {
	padding: 0 3px 0 5px;
	display: block;
	line-height: 1.8;
	text-decoration: none;
	font-size: 11px;
}

.CurrencyList a.Sel {
	background-color: #FFFFAA;
}

.CurrencyList a:hover .Text {
	text-decoration: underline;
}

.CurrencyList a .Flag {
	margin-top: 4px;
	display: block;
	float: left;
	width: 24px;
	padding-right: 2px;
	vertical-align: middle;
}

.CurrencyList a .Text {
	display: block;
	padding-left: 24px;
}

.TagList {
	margin-top: 20px;
}

.CartThumb {
	width: 1px;
}

.WrappingOptions {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 24px;
	background: url('../images/default/GiftWrappingAvailableSmall.gif') no-repeat 0 -3px;
	padding-bottom: 4px;
}

.ViewAllLink a {
	padding-top: 10px;
	display: block;
}

.SelectGiftWrapMultiple {
	max-height: 400px;
}
/**
 * Home Page Specific Styles
 */
.HomeFeatures{
       margin-top: 17px;
       margin-bottom: 17px;
 }

.HomeFeatures .FindGiftsContent, .HomeFeatures .AboutUsContent, .HomeFeatures .NewsletterSubscriptionContent
 {
	padding:11px 20px 20px 15px;
    height:255px;
	background-color:#f6f6f6;
}

.HomeFeatures .AboutUsContent
 {
	padding:11px 20px 20px 15px;
    height:405px;
}

.HomeFeatures .AboutUs {
	margin-right: 0;
	border-right: 0;
	width: 236px;
	float: left;
	position: relative;
	display: inline;
    /*background: url('../images/default/HomeAbout1.gif') no-repeat top left #f6f6f6;*/
}

.HomeFeatures .NewsletterSubscription {
	width: 236px;
	float: left;
	margin-right: 17px;
	position: relative;
	display: inline;
}

.HomeFeatures .FindGifts {
	width: 236px;
	float: left;
	margin-right: 17px;
	position: relative;
	display: inline;
}

.HomeFeatures h2 {
	font-style: italic;
	border-bottom: 0;
    margin:0;
}


.HomeFeatures .Button {
	position: absolute;
	left: 10;
	bottom: 0;
        margin: 0 0 10px 0;
}

.HomeFeatures h3 {
	font-style: italic;
	font-weight: normal;
	color: #69563d;
	font-size: 17px;
	border-bottom: 0;
}

.HomeFeatures h3 a {
	text-decoration:none;
    color: #69563d;
}

.HomeFeatures .NewsletterSubscription input.Textbox {
	width: 160px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.HomeFeatures .NewsletterSubscription label {
	font-style: italic;
}

.HomeFeatures .FeaturedProducts h2 {
	background: url('../images/default/HomeFeatured.jpg') no-repeat;
}

/* start DN */

#HomeFeaturedProducts {
	width: 232px;
	height: 405px;
	float: left;
	
	margin: 0 14px 0 0;
	background-color: #F6F6F6;
	padding: 11px 3px 20px 5px;
	position: relative;
}

#HomeFeaturedProducts h3, #HomeFeaturedProducts p {
	margin-left: 10px;
}

#HomeFeaturedProducts button {
	background: #fff;
	font-size: 100%;
	height: 250px;
	width: 15px;
	position: absolute;
	top: 0;
	padding-top:132px;
	border-width: 0;
	z-index: 10;
	color:#9b8b73;
}

#HomeFeaturedProducts button#FeaturedProductsPrev {
	left: 0;
}

#HomeFeaturedProducts button#FeaturedProductsNext {
	right: 0;
}

#HomeFeaturedProducts .BlockContent {
	/*border: 1px solid red;*/
	float: left;
	height: 235px;
	width: 223px;
	overflow: hidden;
	background: #fff;
	position: relative;
	margin-left:4px;
	font-size:.9em;
}

#HomeFeaturedProducts li {
	background: #fff;
	position: relative;
	left: 30px;
	border: none;
	padding-top: 15px;
	margin-right: 40px;
	height: 235px;
}

#HomeFeaturedProducts .ProductList {
	float: left;
}

#HomeFeaturedProducts p {
	padding: 1.5em 0 0 0;
	float: left;
}

#HomeFeaturedProducts .Button a {
	position: absolute;
	bottom: 0;
	left: 10px;
}




#HomeXmasGifts {
	width: 232px;
	height: 405px;
	float: left;
	clear: none;
	
	margin: 0 14px 0 0;
	background-color: #F6F6F6;
	padding: 11px 3px 20px 5px;
	position: relative;
}

#HomeXmasGifts h3, #HomeXmasGifts p {
	margin-left: 10px;
}

#HomeXmasGifts button {
	background: #fff;
	font-size: 100%;
	height: 250px;
	width: 15px;
	position: absolute;
	top: 0;
	padding-top:132px;
	border-width: 0;
	z-index: 10;
	color:#9b8b73;
}

#HomeXmasGifts button#XmasGiftsPrev {
	left: 0;
}

#HomeXmasGifts button#XmasGiftsNext {
	right: 0;
}

#HomeXmasGifts .BlockContent {
	float: left;
	height: 235px;
	width: 223px;
	overflow: hidden;
	background: #fff;
	position: relative;
	margin-left:4px;
	font-size:.9em;
}

#HomeXmasGifts li {
	background: #fff;
	position: relative;
	left: 30px;
	border: none;
	padding-top: 15px;
	margin-right: 40px;
	height: 235px;
}

#HomeXmasGifts .ProductList {
	float: left;
}

#HomeXmasGifts p {
	padding: 1.5em 0 0 0;
	float: left;
}

#HomeXmasGifts .Button a {
	position: absolute;
	bottom: 0;
	left: 10px;
}



#AboutHardToFind {
	width: 232px;
	height: 405px;
	float: left;
	clear: none;
	
	margin: 0 0 0 0;
	background-color: #F6F6F6;
	padding: 11px 3px 20px 5px;
	position: relative;
}

#AboutHardToFind h3, #AboutHardToFind p {
	margin-left: 10px;
}


#AboutHardToFind .BlockContent {
	float: left;
	height: 235px;
	width: 223px;
	overflow: hidden;
	background: #fff;
	position: relative;
	margin-left:4px;
}

#AboutHardToFind li {
	background: #fff;
	position: relative;
	left: 30px;
	border: none;
	padding-top: 15px;
	margin-right: 40px;
	height: 235px;
}

#AboutHardToFind .ProductList {
	float: left;
}

#AboutHardToFind p {
	padding: 1.5em 0 0 0;
	float: left;
}

#AboutHardToFind .Button a {
	position: absolute;
	bottom: 0;
	left: 10px;
}



/* end DN */

.GiftWrappingAvailable {
	display: block;
	text-indent: -9000px;
	width: 163px;
	height: 66px;
	background: url('../images/default/GiftWrapping1.gif') no-repeat;
}

/* Temporary Banner */
.HomeBanner {
	/*background: url('../images/default/HomeBanner.png') no-repeat;*/
	display: block;
	width: 743px;
	height: 262px;
}

/**
 * Category Page Specific
 */

/* Left Category Listings*/
.Left .CategoryList ul, .Left .CategoryList li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.Left .CategoryList li {
	font-weight: bold;
	margin-bottom: 0px;
    margin-top: 10px;
	border-bottom:1px solid #eee;
	padding-bottom:5px;
		
}

.Left .CategoryList li li {
	font-weight: normal;
    font-size:13px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: lowercase;
	border:none;
	padding-top:3px;
	padding-bottom:0;
}

.Left .CategoryList a {
        color:#746755;
}

.Left .CategoryList a:hover {
        color:#584e41;
}

/* Paging */
.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
	list-style: none;
	margin: 0;
	padding:5px;
}

.CategoryPagination {
	text-align: center;
	margin-top:10px;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	/*width:540px;*/
} 

.CategoryPagination a {
	font-weight:bold;
} 

.CategoryPagination .FloatLeft a {
	background: url('../images/default/pagination_previous.gif') left no-repeat;
	padding-left:45px;
	padding-top:16px;
	padding-bottom:14px;
	font-style:italic;
	font-weight:normal;
	font-size:18px;
}

.CategoryPagination .FloatLeft a:hover {
	background: url('../images/default/pagination_previousHover.gif') left no-repeat;
}

.CategoryPagination .FloatRight a {
	background: url('../images/default/pagination_next.gif') right  no-repeat;
	padding-right:45px;
	padding-top:16px;
	padding-bottom:14px;
	font-style:italic;
	font-weight:normal;
	font-size:18px;
}

.CategoryPagination .FloatRight a:hover {
	background: url('../images/default/pagination_nextHover.gif') right no-repeat;
}

.CategoryPagination .PagingList li {
	display: inline;
}

.CategoryPagination .ActivePage { 
	background-color:#7a6e5d;
	color:#fff;
}


/* "Sort by" Box */
.SortBox {
	font-size: 14px;
	color: #444;
}

.SubCategoryListGrid {
	padding: 4px;
	border-bottom:1px solid #eee;
}

.SubCategoryListGrid ul, .SubCategoryListGrid li {
	list-style: none;
	margin-left: 0;
        padding: 0;

}

.SubCategoryListGrid li {
	margin-bottom: 4px;
	padding: 0;
	margin-right: 15px;
	background: #fff;
	float: left;
	text-align: center;
}

.SubCategoryListGrid ol {
	clear: both;
}

.SubBrandList {
	padding: 4px;
}

.SubBrandList ul, .SubBrandList li {
	list-style: none;
	margin-left: 0;
}

.SubBrandList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('../images/SubBrand.gif') no-repeat 3px 1px;
}

.SubBrandListGrid {
	padding: 4px;
}

.SubBrandListGrid ul, .SubBrandListGrid li {
	list-style: none;
	margin-left: 0;
}

.SubBrandListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
	text-align: center;
}

.SubBrandListGrid ol {
	clear: both;
}


/* Temporary Banner */
/*.CategoryBanner {
	display: block;
	width: 560px;
	height: 210px;
	background: url('../images/default/TempCategoryBanner.png') no-repeat;
}*/

/* Generic Tables */
table.General,
table.CartContents {
	width: 100%;
	border: 1px solid #dacdc3;
	margin: 10px 0;
}

table.General thead tr th,
table.CartContents thead tr th {
	padding: 4px 10px;
	text-align: left;
	background: #f0eee8;
	color: #232111;
	border-bottom: 1px solid #dacdc3;
}

table.General tbody td,
table.CartContents tbody td {
	padding: 7px 10px;
	vertical-align: top;
}

table.General tbody tr.First td {
	border-top: 0;
}

table.General tbody tr td {
	border-top: 1px solid #efefef;
}

/**
 * Product Page Specific
 */
 
 /* Product Details/Info Grid */
 
 .ProductDescriptionContainer {
 	line-height:1.2em;
 
 }

.PrimaryProductDetails .ProductThumb {
	float: left;
	margin-right: 40px;
    margin-top:5px;
	text-align: center;
	width:200px;
}

.PrimaryProductDetails .ProductThumb a.ViewLarger {
	margin-top: 10px;
	display: block;
	font-variant: small-caps;
	text-transform:lowercase;
	font-size: 110%;
    text-align: center;
}

.PrimaryProductDetails .ProductMain {
	width: 300px;
	float: left;
	
}

.ProductMain .VendorName {
	font-style: italic;
	font-size: 24px;
	color: #7a6e5d;
	margin-bottom: 0;
	text-transform: lowercase;
}

.PrimaryProductDetails .ProductMain h2 {
	border-bottom: 0;
    margin-top:0;
    font-size:24px;
    margin-bottom:15px;
}

.PrimaryProductDetails .sellerInfo {
	margin-top:40px;
	text-align:left; 
	background: url('../images/default/buyItemBg.gif') repeat-x;
	width:180px;
	height:160px;
	padding: 10px;
}

.PrimaryProductDetails .sellerInfo a {
	text-decoration:none;
	padding-bottom:10px;
}

.PrimaryProductDetails .sellerInfo p {
	margin:0;
	padding:0 0 2px 0;
}

/* Product Details Grid (at the top) */
.PrimaryProductDetails dl {
	margin-top: 10px;
}

.PrimaryProductDetails dt {
	font-weight: bold;
	width: 80px;
	clear: left;
	float: left;
	margin-bottom: 0px;
}

.PrimaryProductDetails dd {
	margin-left: 90px;
	margin-bottom: 8px;
}

.PrimaryProductDetails .ProductPrice {
	font-size: 24px;
	color: #333;
}

/* Product Option Selection */
.ProductOptionList, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ProductOptionList {
	margin-top: 5px;
	margin-bottom: 10px;
}

.ProductOptionList li {
	margin-bottom: 3px;
	margin-left: 4px;
	border:none;
	font-size:12px;
}

.ProductOptionList input {
	vertical-align: middle;
}

.ProductAddToCart dt {
	float: left;
	font-weight: bold;
	width: 140px;
	margin-bottom: 4px;
}

.ProductAddToCart dd {
	margin-left: 140px;
	margin-bottom: 4px;
}

.ProductAddToCart input.Textbox { 
	width:97%;
}

.ProductAddToCart textarea {
	width:98%;
	height: 50px;
}

.ProductFields dd {
	margin-bottom: 4px;
}

.ProductFields {
	margin-bottom: 15px;
}

.ProductFields input.Textbox {
	width:100%;
}

.ProductFields textarea {
	width:100%;
}

p.QuantityInput, p.AddCartButton {
	text-align: center;
}

.ProductAddToCart dt.QuantityInput {
	margin-top: 4px;
}

.ProductAddToCart dd.AddCartButton span {
	margin-top: 4px;
	padding-right: 5px;
}
.ProductActionAdd {
	display: block;
	margin-top: 5px;
}

.ProductActionAdd a, .ProductActionAdd strong a {
	text-decoration: underline;
}

.ProductWrappingAvailable {
	color: #333;
	padding-left: 15px;
	/*background: url('../images/default/GiftWrappingAvailable.gif') no-repeat 0 -3px;*/
}

.ProductAddToCart dd.AddCartButton div.BulkDiscount {
	display: inline-block;
}

.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
	padding-left: 4px;
}

/* Vendors Other Products */
#ProductVendorsOtherProducts .ProductList li {
	border-right: 0;
	border-bottom:1px solid #EAEAEA;
	text-align: center;
	padding: 10px 5px;
	margin-right: 0;
	margin-left: 0;
	width:170px;
}

#ProductVendorsOtherProducts .ProductList li .ProductImage,
#ProductVendorsOtherProducts .ProductList li .ProductDetails{
	float: none;
	margin: auto;
}
#ProductVendorsOtherProducts .ProductList li .ProductDetails {padding-top:60px}

/* New Products */
#SideCategoryNewProducts h2 {font-size:18px;}

/* Recently Viewed Products */
#SideProductRecentlyViewed .ProductList li {
	border-right: 0;
	border-bottom:1px solid #EAEAEA;
    text-align: left;
	padding: 10px 0 10px 10px;
	margin-right: 0;
	margin-left: 0;
}

#SideProductRecentlyViewed h2 { padding-left:10px; text-align:left}

#SideProductRecentlyViewed .ProductList li .ProductImage,
#SideProductRecentlyViewed .ProductList li .ProductDetails{
	float: none;
	margin: auto;
}

#SideProductRecentlyViewed .ProductList li.ProductCounter1 {
	text-align: left;
	padding: 10px 0 10px 10px;
	margin-right: 0;
	margin-left: 0;
}

#SideProductRecentlyViewed .ProductList li.ProductCounter1 .ProductImage,
#SideProductRecentlyViewed .ProductList li.ProductCounter1 .ProductDetails {
	float: none;
	margin: auto;
	display: block;
}

#SideProductRecentlyViewed .ProductList em,
#SideProductRecentlyViewed .ProductList strong {
	display: block;
	margin-top: 5px;
}

/**
 * View Cart Page Specific
 */

table.CartContents .ProductName a {
	font-weight: bold;
}

table.CartContents tbody .SubTotal td {
	text-align: right;
	font-weight: bold;
	border-top: 1px solid #dacdc3;
	color: #232111;
}

.CartContents .CartProductFieldsRow {
	border-top: 0;
}

.CartContents .CartProductFieldsRow dl {
	margin-top:15px;
}

.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
	margin: 0;
	font-size: 90%;
}

.GoogleCheckout,
.PayPalExpressCheckout,
.AlternativeCheckout {
	text-align: center;
	margin-bottom: 10px;
	width: 200px;
}

.ProceedToCheckout {
	text-align: right;
}

.Content .ProceedToCheckout {
	width: 200px;
	float: right;
}

.ProceedToCheckout a {
	padding-top: 5px;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	border: 1px solid #dacdc3;
	background: #faf8f0;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: normal;
	width: 320px;
	padding: 7px;
	float: right;
}

.EstimateShipping dt {
	width: 100px;
	float: left;
	margin-bottom: 8px;
	clear: left;
}

.EstimateShipping dd {
	margin-bottom: 8px;
	font-weight: normal;
	text-align: left;
	margin-left: 114px;
}

.EstimateShipping p.Submit {
	margin-top: 10px;
	margin-bottom: 3px;
}

.EstimateShipping label {
	display: block;
	margin-bottom: 5px;
}

.EstimatedShippingMethods table {
	width: 100%;
	border-collapse: collapse;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td {
	text-align: left;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td.Price {
	text-align: right;
}

.EstimatedShippingMethods table {
	width: 100%;
	border-collapse: collapse;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td {
	text-align: left;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td.Price {
	text-align: right;
}

/* Suggestive Shopping Cart */
#SuggestiveCartContent .ProductList li {
	width: 140px;
	border-right: 0;
	border-bottom:1px solid #EAEAEA;
	text-align: center;
	padding: 10px 0;
	margin-right: 0;
	margin-left: 0;
}

#SuggestiveCartContent .ProductList li .ProductImage,
#SuggestiveCartContent .ProductList li .ProductDetails{
	float: none;
	margin: auto;
}

.MiniCart .SubTotal {
	text-align: center;
	font-size: 115%;
	color: maroon;
}

.MiniCart .CartProductOptionList {
	display: block;
}

.JustAddedProduct {
	width: 128px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #dacdc3;
	background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
	font-weight: bold;
	font-size: 1.02em;
	display: block;
	margin-bottom: 3px;
	color: #232111;
}

/**
 * Checkout Page Specific
 */

.CheckoutRedeemCoupon {
	background: #faf8f0;
	padding: 10px;
	width: 300px;
	border: 1px solid #dacdc3;
	margin-bottom: 10px;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	position: relative;
	padding: 6px;
	margin-bottom: 10px;
	width : 100%;
}

.ExpressCheckoutBlock h3 a {
	font-size: 12px;
}

.ExpressCheckoutBlock {
	padding-top: 6px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
	display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
	display: none;
}

.ExpressCheckoutBlock a.ChangeLink {
	display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
	display: inline;
}

.ExpressCheckoutCompletedContent {
	position: absolute;
	left: 250px;
}

.ExpressCheckoutBlock .ExpressCheckoutTitle {
	border-bottom: 1px solid #d3d0b9;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #faf8f0;
	border: 1px solid #d3d0b9;
	color: #555;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #888;
}

#TopSellerHover {
	width:  200px;
	text-align: left;
	background: url('../images/default/Shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	opacity: 0.95;
	-moz-opacity: 0.95;
}

* html #TopSellerHover {
	background: transparent;
}

#TopSellerHover .ProductImage {
	width:  180px;
	height:  180px;
	padding-top:10px;
	text-align:  center;
	background: #fff;
	margin:  auto;
}

#TopSellerHover .ProductDetails {
	padding-top:  10px;
	padding-bottom: 10px;
	background:  #f0eee8;
}

#TopSellerHover .ProductDetails strong {
	display:  block;
	padding-left:  10px;
	margin-top: 6px;
	font-style: italic;
	font-weight: normal;
	font-size:  16px;
	color:  #796140;;
}

#TopSellerHover .ProductDetails em {
	display:  block;
	padding-left:  10px;
	font-size: 18px;
	margin-top: 3px;
	font-style: normal;
}

/**
 * Vendor Page Specific
 */
#VendorProfile h2,
#VendorProducts h2 {
        font-size:26px;
	color: #343434;
	margin-bottom: 10px;
	text-transform: lowercase;
	border-bottom: 0;
}

#VendorFeaturedItems .ProductList li,
#VendorProducts .ProductList li {
	width: 170px;
	border-right: 0;
	border-bottom:1px solid #EAEAEA;
	text-align: center;
	padding: 10px 0;
	margin-right: 0;
	margin-left: 0;
}

#VendorFeaturedItems .ProductList li .ProductImage,
#VendorFeaturedItems .ProductList li .ProductDetails,
#VendorProducts .ProductList li .ProductImage,
#VendorProducts .ProductList li .ProductDetails {
	float: none;
	text-align:center;
	width:170px;
}

#VendorLogo .BlockContent {
	margin-top:50px;
	margin-bottom:30px;
}

 #VendorPhoto .BlockContent {
 	margin-top:45px;
 }


/**
 * My Account Specific
 */

/* Recently Viewed Products */
#AccountRecentItems .ProductList li {
	border-right: 0;
	border-bottom:1px solid #EAEAEA;
	text-align: center;
	padding: 10px 0;
	margin-right: 0;
	margin-left: 0;
}

#AccountRecentItems .ProductList li .ProductImage,
#AccountRecentItems .ProductList li .ProductDetails {
	float: none;
	margin: auto;
}

/**
 * Tabbed Navigation
 */
.TabNav, .TabNav li {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.TabNav {
	border-bottom: 1px solid #dadcc3;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 6px 4px 6px 4px;
}

.TabNav li {
	display: inline;
}

.TabNav li a {
	position: relative;
	top: 2px;
	font-size: 13px;
	padding: 4px 8px;
	margin-right: 6px;
	margin-top: 3px;
	text-decoration: none;
	border: 1px solid #dadcc3;
	background: #f0eee8;
}

.TabNav li a:hover {
	text-decoration: none;
	background-color: #ecebeb;
}

.TabNav li.Active a {
	margin-top: 0px;
	padding-top: 7px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	background: #fff;
}
