/******************************************************\
* Shopping Cart Style File 			                 *
*                                                    *
* Name: Default                                      *
* Author: Chris Boulton (Interspire Pty. Ltd.)       *
* Id: $Id$                                           *
\*****************************************************/

/* Global Reset */
* {
	margin: 0;
	padding: 0;
}

/* General */
body {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	min-width: 1000px;
	
}

select {
	font-size: 12px;
}

input, textarea {
	padding: 2px;
	font-size: 13px;
}

p {
	line-height: 1.5em;
	margin-bottom: 15px;
	color:#aaa;
}

a {
	font-weight: normal;
	text-decoration: underline;
}
a:active, #TopMenu li a:active, #Menu li a:active, * a:active {
	outline:0;
}

h2, .TitleHeading {
	font-size: 1.8em;
	margin: 0 0 8px 0;
}
h2.PhoneNumber {
	position:relative;
	display:block;
	font-size:0.9em;
	font-weight:normal;
	float:right;
	color:black;
	margin:10px 0 0 0;
	padding-top:1px;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 1.15em;
	margin-bottom: 6px;
}

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

img, img a {
	border: 0;
}

ul, ol {
	margin: 0 0 10px 30px;
}

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

blockquote {
	margin-left: 28px;
}

select option {
	padding: 0 10px;
}

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

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

/* Page Container */

#Container {
	width: 972px;
	margin: 0 auto;
	background-color:transparent;
	border:none;
	padding:0 6px;
	}

/* Top Navigational Menu */
#TopMenu {
	width: auto;
	*width:605px;
	float:right;
	margin: 0;
	position:relative;
	padding-right:171px;
}

#TopMenu ul {
	list-style: none;
	padding: 3px 0 3px 14px;
	margin: 0;
	height:16px;
	float:left;
	/*border-bottom:1px solid #EEEEEE;*/
}
#TopMenu ul:after { clear:both; }
#TopMenu li {
	list-style: none;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#TopMenu li.First a {
}

#TopMenu li a, #TopMenu li div {
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	*font-size: 0.7em;
	*line-height:1.7em;
	padding: 2px 10px 0 10px;
}

#TopMenu li div a {
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 1em;
}

#TopMenu li a:hover {
	text-decoration: underline;
}
#TopMenu span {
	position:absolute;
	display:block;
	background-color: #eee;
	border-bottom:1px solid #E5E5E5;
	width:158px;
	*width:170px;
	line-height:12px;
	top:0;
	right:0;
	color:#6B4289;
	padding:5px 12px 6px;
	*padding-right:0;
	font:normal 0.85em "Lucida Sans",Verdana,Arial,Helvetica,sans-serif;
}
/* Pages Menu */
#Menu {
	clear: both;
	float: right;
	*float:none;
	margin: 0px auto 2px auto;
	display: inline;
	position: relative;
	z-index: 1;
	height:31px;
	width:100%;
	padding:0;
}

#Menu ul {
	margin: 0;
	padding: 0 0 0 7px;
	overflow:hidden;
	width:100%;
}

#Menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
}

#Menu li.First {
	/*margin-left: 10px;*/
}

#Menu li a {
	display: block;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
	padding: 8px 7px;
	margin-top:0px;
	line-height:15px;
	color: #DFCBDE;
}

#Menu li a:hover	{
	text-decoration: underline;
	color:#fff;
}

#Menu li ul {
	width: auto;
	position: absolute;
	clear: left;
	top: 32px;
	left: -10px;
	display: none;
	text-align: left;
	font-size: 0.9em;
	background: transparent;
	z-index: 10;
}

#Menu li ul li {
	clear: both;
	text-align: left;
	background: transparent;
}

#Menu li ul li a {
	padding: 5px 20px 5px 20px;
	font-size: 1em;
	text-align: left;
	margin: 0;
	width: 140px;
	height: auto;
}

#Menu li ul li a:hover {
}

#Menu li:hover a, #Menu li.over a{
	text-decoration: none;
}

#Menu li ul li a, #Menu li.over li a {
	text-decoration: none !important;
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
}

/* Holly Hack. IE Requirement \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */


/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
	clear: both;
	width: 972px;
	margin: 0 auto;
}

#Wrapper {
	clear: both;
	float: left;
	position: relative;
	width: 100%	;
	z-index: 2; /* To enable  menu dropdowns over a relatively positioned element */
	display: inline;
	margin-top:10px;
	*margin-top:25px;
}

/* Header */

#Header {
	clear: both;
	float: left;
	width: 972px;
	height: auto;
	padding: 10px 0 15px 0;
	position:relative;
}

/* Logo */

#Logo {
	float:left;
	width: 178px;
	height: 62px;
	margin: 7px 0 0 0;
}

#Logo h1 {
}

#Logo h1 a {
	text-decoration: none;
}

/* Top Search Form */
#SearchForm {
	display:inline;
	margin:0;
	/**margin-top:-25px;*/
	padding:10px 12px;
	position:absolute;
	right:0;
	top:0;
	width:158px;
	background:#f8f8f8 url('../images/search-box-bg.jpg') repeat-x bottom left;
	/*
	background-color:#F8F8F8;
	border-bottom:1px solid #EEEEEE;
	*/
}

#SearchForm form {
}

#SearchForm label {
	font: normal 1.70em Garamond, 'Hoefler Text', 'Palatino', 'Palatino Linotype', serif;
	*font-size:1.45em;
	color: #6B4289;
}

#SearchForm input {
	width: 121px;
}

#SearchForm .Button {
	width: 27px;
	height: auto;
	padding:1px;
	background: #ccc;
	vertical-align: top;
	margin-top:1px;
}

#SearchForm p {
	font-size: 0.7em;
	margin: 5px 0 0 0;
}

#SearchForm a {
	text-decoration: none;
}

#SearchForm a:hover {
	text-decoration: underline;
}

#SearchForm form input.TopSearchButton {
	width:27px;
	height:22px;
	padding-left:0;
	padding-right:0;
	vertical-align:bottom;
	margin-bottom:-2px;
}

a#toggle_form_link {
	color:#D5A9D3;
	line-height:2.8em;
	}

/* Left Content Area */

.Left {
	float:left;
	left: 0;
	top: 10px;
	width: 170px;
	min-height: 500px;
	font-size: 0.95em;
	margin: 0 5px 0 0;
}
.Left h2 {
	font-size: 1.8em;
	*font-size: 1.6em;
	font-weight: normal;
	margin: 6px 10px 10px 0;
	/*color: #6C3865;*/
	color:#6B4289;
	padding:4px 0 6px;
	border-bottom:1px solid #eee;
}

.Left ul {
	margin: 0 0 0;
	padding: 0;
}

.Left li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0px;
}

.Left .BlockContent {
	margin: 0 10px 30px 0px;
}

.Left li {
}

.Left li a {
	text-decoration: none;
}

.Left li a:hover {
	text-decoration: underline;
}

.Left #SideCategoryList li ul {
	border-top: 1px solid #fff;
}

.Left #SideCategoryList li.LastChild {
	border-bottom: 0 !important;
}

.Left #SideCategoryList li{
	padding: 5px 0 5px 1px;
}

.Left #SideCategoryList li ul {
	padding-left: 15px;
}

/* Primary Content Area */
.Content {
	min-height: 500px;
	margin: 0;
	padding: 9px 11px 10px;
	font-size: 0.95em;
	float:left;
	width:588px;
}

.Content .Block {
	clear: both;
}

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

.Content h2, .TitleHeading {
	font: normal 2.1em Garamond, 'Hoefler Text', 'Palatino', 'Palatino Linotype', serif;
	padding: 6px 5px 0px 0px;
	color:#6B4289;
	letter-spacing:-0.02em;
	*margin-right: -1px;
	*margin-left: 3px;
}

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

/* Primary Content Area (column span of 2) */
.Content.Wide {
	margin: 0 190px 0 15px;
}

.Content.Wide.WideWithLeft { 
	margin: 0;
	padding-right:0;
	width:786px;
}
.Content.Wide.WideWithLeft .Breadcrumb {
	margin-right:0;
}

/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
	margin: 0 20px 0 20px;
}
body.seo-content div#PageContent div.BlockContent li {
	margin-left:16px;
}
body.seo-content div#PageContent div.BlockContent img { background-color:white; }
div#PageContent div.BlockContent li { 
	color:#777;
	line-height:1.5em;
	}
div#PageContent div.BlockContent ul, div#PageContent div.BlockContent ol {	
	margin-bottom:15px;
	margin-left:0;
}
div#PageContent div.BlockContent ul li, div#PageContent div.BlockContent ol li {	
	margin:0px;
	padding:0;
	height:auto;
}
div#PageContent div.BlockContent p strong { color:#6D6D6D; }

#SideShopByBrand div.AllBrandsLink { margin-top:10px; }

/* Right Content Area */
.Right {
	float:right;
	top: 10px;
	right: 0;
	width: 182px;
	font-size: 0.95em;
	padding-bottom: 0;
	margin: 0 0 0 5px;
	border-bottom:1px solid #EEEEEE;
}

.Right h2 {
	font-size: 1.8em;
	*font-size: 1.6em;
	font-weight: normal;
	margin: 6px 10px 10px;
	padding:4px 0 6px;
	border-bottom:1px solid #e7e7e7;
}

.Right a {
	color: #6B6B6B;
}

.Right li a:hover {
	text-decoration: underline;
}

.Right .BlockContent {
	margin: 0 10px 20px 10px;
}

.Right ul {
	margin: 0;
	padding: 0;
}

.Right li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

.Right #subscribe_form {
	padding:5px 0 0 0;
}

.Right li {
}

.Right li a {
	text-decoration: none;
}

.Right li a:hover {
	text-decoration: underline;
}

/* Page Footer */

#Footer {
	clear: both;
	position: relative;
	font-size: 0.95em;
	text-align: center;
	margin: 30px auto 0;
	padding: 20px 0 0 0;
	width:100%;
	color: #b5b7bb;
}

#Footer p {
	font-size:0.8em;
}

#Footer p.payment-methods img {
	padding:0 1px;
}

#Footer ul {
	list-style: none;
	margin: 0 0 30px 115px;
	padding: 0;
}

#Footer li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Footer li a {
	text-decoration: none;
	padding: 0 10px 0 10px;
}

/* Newsletter Subscription Form */
.NewsletterSubscription {
	clear: both;
}

.NewsletterSubscription label {
	clear: both;
	float: left;
	color: #6B6B6B;
}

.NewsletterSubscription input {
	width: 139px;
	margin-bottom: 5px;
}
.NewsletterSubscription input[type="image"] {
	padding-left:0;
}
.NewsletterSubscription .Button {
	width: 91px;
	height: 19px;
	border: 0;
	margin-top: 6px;
	vertical-align: middle;
}

/* Product Listings */

.ProductList {
	list-style: none;
	margin: 1px 0 0 -14px;
	padding: 0;
}

.ProductList div.message {
	margin:10px;
}

.Content .ProductList li {
	list-style: none;
	float: left;
	width: 148px;
	padding: 18px;
	height: 21em;
	font-size: 0.95em;
	text-align: left;
	margin: 5px 0 9px 14px;
	overflow: hidden;
	border: 1px solid #cacaca;
}

.ProductList a {
	text-decoration: none;
}

.ProductList .ProductImage {
	float: left;
	margin: 5px 0;
	display: block;
	width: 146px;
	height: 130px;
	text-align: center;
	overflow: hidden;
	margin:5px -1px;
}

.ProductList .ProductImage a {
	width:144px;
	display:block;
	border:1px solid white;
}
.ProductList .ProductImage a:hover {
	border:1px solid #eee;
}
div.ProductImage img {
	width:120px;
}

.ProductList .ProductDetails {
	margin: 0 0 5px 0;
}

.ProductList .ProductDetails h3 {
	margin:0;
	padding:0;
	letter-spacing:normal;
	text-transform: none;
	border:none;
}

.ProductList strong {
	font-size:1.05em;
}

.ProductList strong a {
	font-size:0.9em;	
}

.ProductPrice, .ProductList em {
	font-style: normal;
	font-weight: bold;
}

.ProductList .Rating {
	font-size: 0.9em;
	font-weight: bold;
}

.ProductList li .ProductCompareButton {
	margin-top: 3px;
	text-align: left;
}

.CompareButton {
	text-align:right;
	height:10px;
	border-top:1px solid #CACACA;
	clear: both;
	margin-right:2px;
	margin-top:5px;
	padding:13px 0;
}

.CompareButton input {
	padding:0;
	float:right;
	margin-right:0px;
}

#LayoutColumn2 .ProductDetails span.Rating img { float:right; padding-top:1px; }
#LayoutColumn2 .ProductCompareButton input,
#LayoutColumn2 .ProductCompareButton label { float:left; }
#LayoutColumn2 .ProductCompareButton label { font-size:10px; padding:1px 0 0 4px; }


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

.Right .ProductList li {
	clear: both;
	width: 140px;
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding: 3px 0 5px 0;
	color: #000000;
}

.Right .SideCart p
{
	color: #000000;
}/* Top Seller Block Specific */

.Right .TopSellers {
	clear: both;
	padding: 0 0 10px 0;
}

.Right .TopSellers ul {
	margin: 0;
	padding: 0;
}

.Right .TopSellers li {
	clear: both;
	width: 148px;
	margin: 0 0 5px 0;
}

.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	float: left;
	width: 18px;
	font-size: 1.9em;
	padding: 0 0 2px 4px;
}

.Left .TopSellers li .TopSellerNumber {
	color: #fff;
}

.Right .TopSellers .ProductDetails { /* Contains the details of the item */
	margin: 0;
	margin-left: 28px;
}

.Right .TopSellers li.TopSeller1 { /* No1 seller box */
	clear: both;
	float: left;
	width: 147px;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	display: inline;
}

.Right .TopSellers li.TopSeller1 img {
	text-align: center;
	overflow: hidden;
}

.Right .TopSellers li.TopSeller1 .TopSellerNumber {
	width: 28px;
	font-size: 2.7em;
	margin: 4px 0 0 4px;
	padding: 0;
	position: relative;
	display: inline;
}

.Right .TopSellers li.TopSeller1 .ProductDetails {
	clear: both;
	float: left;
	width: 125px;
	font-size: 1.1em;
	margin: 0 0 0 17px;
	padding: 3px 5px 10px 10px;
}

.Right .TopSellers li.TopSeller1 .ProductImage {
	clear: both;
	float: left;
	width: 142px;
	display: inline;
	text-align: center;
	overflow: visible;
	margin: -20px 0 0 0;
	border: 0;
}

.Right .TopSellers li .TopSellerNumber {
}

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

.Breadcrumb ul {
	padding: 4px 1px;
	border-bottom: 1px solid #A17398;
	background: url('../images/BreadcrumbBg.gif') repeat-x right;
}

.Breadcrumb {
	font-size: 0.9em;
	padding: 0px;
	border: 1px solid #A17398;
	background-color: #f1e6f0;
	border-bottom: none;
	color: #6C3865;
	margin-right: 2px;
	*margin-right: -1px;
	*margin-left: 3px;
	margin-bottom: 25px;
}

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

.Breadcrumb li a {
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: url('../images/BreadcrumbSep.gif') no-repeat right;
	text-decoration:none;
}

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

.FindByCategory li {
	padding-left: 12px;
	background: url('../images/ListBullet.gif') no-repeat 3px 5px;
	padding-right: 8px;
	display: inline;
}


/* Miscellaneous Definitions */

.Meta {
	color: #444;
	font-size: 0.93em;
}

.Left .FeedLink, .Right .FeedLink {
	float: right;
}

.Content .FeedLink {
	float: right;
	margin: 6px 6px 0 0;
}

.FloatRight {
	float: right;
}

.FloatLeft {
	float: left;
}

.ClearRight {
	clear: right;
}

.ClearLeft {
	clear: left;
}

.SortBox {
	font-size: 0.95em;
	color: #6B6B6B;
	padding:10px 2px;
}

.Clear {
	clear: both;
}

.Field45 {
	width: 45px;
}

.Field100 {
	width: 100px;
}

.Field150 {
	width: 140px;
}

.Field200 {
	width: 200px;
}

.Field250 {
	width: 250px;
}

.Field300 {
	width: 300px;
}

.Field350 {
	width: 350px;
}

.Field400 {
	width: 400px;
}

.MB10 { margin-bottom: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 0px; }
.PL40 { padding:0px 0px 0px 40px; }
.ML20 { margin:0px 0px 0px 20px; }
.MT10 { margin-top:10px; }
.PL10 { padding-left:10px; }
.PB2 { padding-bottom:2px; }
.NoMarginBottom { margin-bottom: 0; }

.Required {
	color: red;
	font-weight: bold;
	font-size:1.4em;
	line-height:10px;
}

.InfoMessage {
	padding: 7px 6px 8px 32px;
	margin-bottom: 10px;
}

.SuccessMessage {
	padding: 7px 6px 8px 32px;
	margin-bottom: 10px;

}

.ErrorMessage {
	padding: 7px 6px 8px 32px;
	margin-bottom: 10px;
}/************* Page Specific: Create Account / Login Page *************/
.CreateAccount {
	float: left;
	width: 48%;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}

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

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

.PrimaryProductDetails .ProductThumb {
	float: left;
	width: 120px;
	padding: 10px 15px 5px;
	text-align: center;
}

.PrimaryProductDetails .ProductMain {
	width: 415px;
	float: right;
}

.PrimaryProductDetails dl {
	font-size: 0.90em;
}

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

#ProductOtherDetails .ProductDetailsGrid {
	margin-left: 25px;
}

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

.Right hr {
	margin: 5px 0 0;
}

.Content h3 {
	margin-bottom: 7px;
}

.ComparisonCheckbox {
	float: left;
}

.SideRecentlyViewed .ProductList li {
	margin-left: 0;
}

.SideRecentlyViewed .ProductDetails {
	margin-left: 20px;
}

/* Product Comparisons */
.ComparisonTable { width: 100%; }
.ComparisonTable td { vertical-align:top; font-size: 11px }
.CompareFieldName { width:95px; padding:8px 10px 8px 15px; }
.CompareFieldTop { padding:5px; text-align:center; }
.CompareFieldTop a { text-decoration:none; font-size:10px; }
.CompareFieldTop a:hover { text-decoration:underline; }
.CompareLeft { padding:5px 10px 5px 10px; }
.CompareCenter { text-align:center; padding:5px; }
.CompareRating { text-align:center; padding-top:8px; vertical-align:middle; }
.CompareProductOption { margin-left:20px; padding-left:5px; }

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

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


/* Product Page Styles */
#ProductDescription,
#ProductReviews,
#ProductByCategory {
	border-top: 1px solid rgb(238, 238, 238);
	padding-bottom:0px;
	padding-top:7px;
	margin-top:0;
	margin-bottom:0;
}
body.product-page .FindByCategory li {
	background:none;
	padding-left:0;
}
.ProductDescriptionContainer {
	margin-bottom:15px;
}


/* General Tables */
div#CartHeader h2 span.FloatRight {
	margin: 7px 6px 0 0;
}
table.General,
table.CartContents, table.General {
	width: 100%;
	margin: 10px 0;
}

table.General thead tr th,
table.CartContents thead tr th {
	padding: 6px 10px;
	text-align: left;
}

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

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

/* Cart Contents Table */

.CartContents tbody td {
	border-bottom: 0;
}
.CartContents .ProductName a {
	font-weight: bold;
}

.CartContents tbody .SubTotal td {
	text-align: right;
	font-weight: bold;
}

.ProceedToCheckout {
	text-align: right;
}

.Content .ProceedToCheckout {
	width: 200px;
	float: right;
}
.ProceedToCheckout a {
	padding-top: 5px;
}

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

ul.ProductOptionList {
	margin-top: 5px;
}
.ProductOptionList li {
	margin-bottom: 3px;
	margin-left: 2px;
}

.ProductOptionList input {
	vertical-align: middle;

}

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

.MiniCart .CartProductOptionList {
	display: block;
}

.JustAddedProduct {
	width: 150px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

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

.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.CategoryPagination {
	text-align: center;
	font-size: 0.9em;
	padding: 5px;
	border: 1px solid #A17398;
	color: #6C3865;
	background:transparent url('../images/BreadcrumbBg.gif') repeat-x scroll bottom;
	margin-right:2px;
	*margin-right: -1px;
	*margin-left: 3px;
}

.CategoryPagination ul.PagingList li a {
	border:1px solid #DDC2D9;
	padding:0px 3px;
	text-decoration:none;
	background-color:white;
}
.CategoryPagination ul.PagingList li a:hover {
	border:1px solid #A17398;
}
.CategoryPagination ul.PagingList li a:active {
	border:1px solid #A17398;
	background-color:#DDC2D9;
	color:white;
}

.CategoryPagination .PagingList li {
	display: inline;
	padding: 0 2px;
}/* Quick Search */
.QuickSearch { margin: 0 0 0 -90px; padding: 0; text-align: left; border-collapse: collapse; background: #fff; z-index: 20; position: relative;  }
.QuickSearchTitle td, .QuickSearchAllResults td { font-weight: bold; padding: 4px; font-size: 11px; }
.QuickSearchResult td { font-size: 11px; 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: 5px; }
.QuickSearchResult .Price { font-size: 11px; }
.QuickSearchHover a { text-decoration: underline; font-weight:bold; }
.QuickSearchAllResults { text-indent: -7000px; }
.QuickSearchAllResults a { text-decoration: underline; height: 25px; display: block;}
.QuickSearchAllResults a:active, .QuickSearchAllResults a { outline: none; -moz-outline-style: none; }

/* Brand Tag Clouds */
.BrandCloud .smallest { font-size:10px; }
.BrandCloud .small { font-size:12px; }
.BrandCloud .medium { font-size:14px; }
.BrandCloud .large { font-size:16px; }
.BrandCloud .largest { font-size:18px; }
.BrandCloud {
	font-size:10px;
	text-align:center;
}
.BrandCloud a {
	line-height:1em;
	padding:1px 2px;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:baseline;
	white-space:nowrap;
	display:inline-block;
	width:auto;
	vertical-align:bottom;
	margin-bottom:2px;
	margin-right:2px;
}
.BrandCloud a:hover {  }
.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;
}
.ProductDetailsGrid dt {
	width: 140px;
	margin-bottom: 6px;
	float: left;
	font-weight: bold;
}

.ProductDetailsGrid dd {
	margin-left: 140px;
	margin-bottom: 6px;
}

.SubCategoryList, .SubBrandList {
	padding: 15px 4px 11px;
	margin-top:0px;
	margin-right:2px;
	*margin-right: -1px;
	*margin-left: 3px;
}

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

.SubCategoryList div.clear, .SubBrandList div.clear { clear:both; }

.SubCategoryList li, .SubBrandList li {
	margin-bottom: 4px;
	padding-left:13px;
	float:left;
	
	margin-right:20px;
}
.SubCategoryList li { width:157px; }
.SubBrandList li { width:175px; }

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

.PrimaryProductDetails .ProductThumb p {
	margin-top: 10px;
	font-size: 0.9em;
}

.ProductReviewList {
	clear: both;
}

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

 .SortBox option {
	color: #444;
}

.YourAccount li {
	margin-bottom: 8px;
}
ul#AccountOptions {
	margin:0;
	list-style:none;
}
ul#AccountOptions li a {
	display:block;
	border:1px solid #ddd;
	padding:15px 45px 15px 15px;
	color:#7F807F;
	text-decoration:none;
	background:#e8e8e8 url('../images/black/account-button-bg.jpg') left -75px;
}
ul#AccountOptions li a:hover {
	background-position: left -375px;
}
ul#AccountOptions li a:active {
	background-position: left -675px;
}
ul#AccountOptions li a strong {
	display:block;
	color:#6B4289;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding-bottom:10px;
	font:normal 18px Garamond,'Hoefler Text','Palatino','Palatino Linotype',serif;
}
ul#AccountOptions li a em {
	text-decoration:underline;
	font-style:normal;
	color:#6B4289;
	display:block;
	padding-top:10px;
}


/* Order Status & Message Lists */

ul.AccountOrderStatusList,
ul.AccountOrdersList,
ul.AccountMessageList {
	margin-left:0;
	list-style:none;
}
ul.AccountOrderStatusList>li,
ul.AccountOrdersList>li,
ul.AccountMessageList>li {
	border:1px solid #EEEEEE;
	margin-bottom:15px;
	margin-right:2px;
}
ul.AccountOrderStatusList h3,
ul.AccountOrdersList h3,
ul.AccountMessageList h3 {
	background-color:#F8F8F8;
	padding-left:10px;
}
ul.AccountOrderStatusList p,
ul.AccountOrderStatusList blockquote,
ul.AccountOrdersList p,
ul.AccountOrdersList blockquote,
ul.AccountMessageList p,
ul.AccountMessageList blockquote {
	margin-left:10px;
}
ul.AccountOrderStatusList p,
ul.AccountOrdersList p,
ul.AccountMessageList p {
	color:#6B6B6B;
}
ul.AccountMessageList li p {
	padding-left:10px;
	padding-right:10px;
	margin-left:0;
}
ul.AccountOrderStatusList form,
ul.AccountOrdersList form,
ul.AccountMessageList form {
	padding-right:10px;
}
ul.AccountOrderStatusList strong em,
ul.AccountOrdersList strong em,
ul.AccountMessageList strong em {
	color:#DF0009;
}
ul.AccountOrderStatusList em.ProductPrice,
ul.AccountOrdersList em.ProductPrice,
ul.AccountMessageList em.ProductPrice {
	color:rgb(85,8,77);
}
ul.AccountOrderStatusList p.HowToPay,
ul.AccountOrdersList p.HowToPay,
ul.AccountMessageList p.HowToPay {
	margin-top:-15px;
}
ul.AccountOrderStatusList ul.OrderItemList,
ul.AccountOrdersList ul.OrderItemList,
ul.AccountMessageList ul.OrderItemList {
	color:#6B6B6B;
	list-style:square;
	margin-left:10px;
	margin-top:-15px;
	padding-left:15px;
}
.AccountOrder h3 {
	border-bottom:none;
}

ul.ShippingAddressList {
	margin-left:-15px;
}

ul.ShippingAddressList li {
	border:1px solid #EEEEEE;
	width:263px;
	padding:10px;
	margin-left:15px;
	margin-right:0;
	height:200px;
}
ul.ShippingAddressList li h4 {
	background-color:#F8F8F8;
	margin:-10px;
	padding:10px;
	color:#666666;
	font-family:Garamond,'Hoefler Text','Palatino','Palatino Linotype',serif;
	font-weight:normal;
	letter-spacing:0.15em;
	text-transform:uppercase;
}
ul.ShippingAddressList li p.UtilityLinks {
	clear:both;
	margin-top:10px;
}


.SoldOut {
	color: #999;
}

.RemoveFromWishlistForm {
	margin: 5px;
}

.Content .WishlistProductList li {
	height: 20em;
}

.ShippingProviderList {
	list-style: none;
}

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

.HowToPay {
	margin-bottom: 10px;
}

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

.ProductOptionList {
	display: block;
}

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

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

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

/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {
	float: right;
}

#TopMenu li.Flag div {
	border: 0;
}

#TopMenu li.Flag img {
	margin: 3px;
}

#TopMenu li.Flag img.Last {
	margin-right: 0px;
}

#TopMenu li.Flag img.Selected {
	border: 2px solid #ffffaa;
	margin: 1px 3px;
}

/** Currency Selector **/
.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;
}

.PrimaryProductDetails .YouSave {
	font-weight: bold;
	margin-top: 3px;
	display: block;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	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 .Total .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;
}

.SharePublicWishList {
	background-color:#F7F0F7;
	padding:5px;
	border:1px solid #915F88;
	color:#6C3865;
}
.SharePublicWishList strong {
	font-weight:bold;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	position: relative;
	padding: 5px 15px;
	margin-bottom: 10px;
}

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

.LoadingIndicator {
	margin-left: 10px;
}

.LoadingIndicator img {
	vertical-align: middle;
	margin-right: 10px;
}

#TopMenu li.HeaderLiveChat {
	float: right;
	background-image: none;
}

#TopMenu li.HeaderLiveChat div {
	border-left: 0;
}

#TopMenu li.HeaderLiveChat div a {
	background-image: none;
	font-weight: bold;
	color: #fff;
}

.HeaderLiveChat img {
	vertical-align: middle;
}

#ProductOtherDetails .ProductDetailsGrid {
	margin-left: 25px;
}
.SubCategoryListGrid {
	padding: 4px;
}

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

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

.SubCategoryListGrid ol {
	clear: both;
}
.SubBrandList {
	padding: 4px 0;
}

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

.SubBrandList li {
	margin-bottom: 4px;
	padding-left: 0px;
}

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

.ProductAddToCart {
	border: 1px solid rgb(238, 238, 238);
	float:left;
	width:332px;
	padding:2px 8px;
	background-color: rgb(248, 248, 248);
}

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

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

.ProductAddToCart select {
	margin-top:4px;
}

.ProductAddToCart input {
	float:right;
	margin-right:10px;
}

.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required{
	width: 8px;
}

.ProductAddToCart input.Textbox, #CartEditProductFieldsForm input.Textbox{ 
	width:181px;
}

.ProductAddToCart textarea, #CartEditProductFieldsForm textarea{
	width:183px;
	height: 50px;
}

.CartContents .CartProductFieldsLink {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('../images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
}

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

.ProductFields {
	margin-bottom: 15px;
}

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

.ProductFields TextArea {
	width:100%;
}

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

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

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

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

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

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

.ProductList a.view-button {
	text-decoration: underline;
	display: block;
	float:left;
	width: 41px;
	height: 19px;
	text-indent: -900em;
	overflow: hidden;
	margin: 0.6em 5px 0.6em 0;
}
.ProductList a.add-to-cart-button, .ProductActionAdd strong a {
	text-decoration: underline;
	display: block;
	float:left;
	width: 80px;
	height: 19px;
	text-indent: -900em;
	overflow: hidden;
	margin: 0.6em 0;
}
.ProductActionAdd strong a{
	float:none;
}

.TagList {
	margin-top: 20px;
}

.CartThumb {
	width: 1px;
}

.WrappingOptions {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('../images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
	line-height: 1.6;
}

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

.SelectGiftWrapMultiple {
	max-height: 400px;
}

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

.TabNav {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 6px 4px 6px 4px;
}

.TabNav li {
	display: inline;
}

.TabNav li a {
	position: relative;
	top: 2px;
	font-size: 12px;
	padding: 4px 8px;
	margin-right: 6px;
	margin-top: 3px;
	text-decoration: none;
}

.TabNav li a:hover {
	text-decoration: none;
}

.TabNav li.Active a {
	margin-top: 0px;
	padding-top: 7px;
	font-weight: bold;
}


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

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

#VendorLogo .BlockContent, #VendorPhoto .BlockContent {
	margin: 0;
	text-align: center;
}
.BlockContent form#frmCompare {
	padding: 9px 0 10px;
}


/* Category Header Images */

#LayoutColumn2 .category-header {
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
	width: 586px;
	height: 160px;
	margin-bottom: 10px;
	*margin-right: -1px;
	*margin-left: 3px;
}

#LayoutColumn2 .category-header h2 {
	background-color:transparent;
	background-image:none;
	border:none;
	color:#6B4289;
	padding:24px 33px 0;
	margin:0;
	font-size:3.75em;
}
#LayoutColumn2 .category-header p {
	padding:4px 33px 0;
	margin:0;
}

#LayoutColumn2 .cat-rings { background-image: url('../images/category-images/rings.gif'); }
#LayoutColumn2 .cat-bracelets { background-image: url('../images/category-images/bracelets.jpg'); }
#LayoutColumn2 .cat-cufflinks { background-image: url('../images/category-images/cufflinks.jpg'); }
#LayoutColumn2 .cat-earrings { background-image: url('../images/category-images/earrings.jpg'); }
#LayoutColumn2 .cat-mens { background-image: url('../images/category-images/mens.jpg'); }
#LayoutColumn2 .cat-necklaces { background-image: url('../images/category-images/necklaces.jpg'); }
#LayoutColumn2 .cat-watches { background-image: url('../images/category-images/watches.jpg'); }
#LayoutColumn2 .cat-designer { background-image: url('../images/category-images/designer.jpg'); }
#LayoutColumn2 .cat-engagement-rings { background-image: url('../images/category-images/engagement-rings.jpg'); }
#LayoutColumn2 .cat-wedding-rings { background-image: url('../images/category-images/wedding-rings.jpg'); }
