/* GENERAL PAGE STYLES -
   BE CAREFUL IF CHANGES ARE NEEDED AS MULTIPLE ITEMS MAY BE AFFECTED */
a {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
h1 {
	padding: 0;
	color: #333;
}
h2 {
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	font: 11px Helvetica, Arial, Verdana, sans-serif;
	color: #817979;
}
.standard-link a {
    color: #4e1b00;
    text-decoration: none;
}
.standard-link a:hover {
    color: #bf2c37;
    text-decoration: none;
}
.scent-font-color {
    color: #4e1b00;
}
#main-content-background {
    width: 100%;
}
#main-content-wrapper {
    width: 900px;
    margin: 0 auto;
    padding: 0;
}
#home-page-link {
    position: absolute;
    top: 50px;
    left: 50%;
    margin: 0 0 0 -140px;
    width: 270px;
    height: 110px;
    z-index: 150;
}
.product-qty-textbox {
    width: 30px;
    min-width: 30px;
    margin: 5px 0 0 0;
    padding-bottom: 2px;
    font-size: 11px;
    font-weight: bold;
    height: 14px;
    min-height: 14px;
    color: #4e1b00;
    text-align: center;
    border: solid 2px #bf2c37;
}
.error-message {
    font-style: italic;
    color: #bf2c37;
    font-size: 11px;
    font-weight: normal;
}
.smaller-font {
    font-size: 10px;
    font-weight: normal;
}
.small-font {
    font-size: 12px;
    font-weight: normal;
}
.small-bold-font {
    font-size: 12px;
    font-weight: bold;
}
.large-font {
    font-size: 14px;
}
.large-bold-font {
    font-size: 13px;
    font-weight: bold;
}
.somewhat-larger-bold-font {
    font-size: 14px;
    font-weight: bold;
}
.larger-bold-font {
    font-size: 16px;
    font-weight: bold;
}
.much-larger-font {
    font-size: 20px;
}
.more-larger-bold-font {
    font-size: 20px;
    font-weight: bold;
}
.much-larger-bold-font {
    font-size: 24px;
    font-weight: bold;
}
.large-red-bold-font {
	font: bold 15px Georgia, Helvetica, Arial, Verdana, sans-serif;
    color: #bf2c37;
}
.larger-red-bold-font {
	font: bold 27px Georgia, Helvetica, Arial, Verdana, sans-serif;
    color: #bf2c37;
}
.deep-red {
    color: #bf2c37;
}
.dark-brown {
    color: #4e1b00;
}

/* TOP NAV STYLES */
#top-nav-background {
    width: 100%;
    height: 30px;
    min-height: 30px;
    background-color: #ccccde;
    overflow: hidden;
}
#top-nav {
    width: 900px;
    height: 30px;
    min-height: 30px;
    display: block;
    margin: 0 auto;
    color: #7b7c97;
}
#top-nav-find-a-store {
    float: left;
    width: 299px;
    height: 30px;
    min-height: 30px;
    display: block;
    border-right: solid 1px #FFF;
}
#top-nav-customer {
    float: left;
    width: 149px;
    height: 23px;
    padding: 7px 0 0 0;
    display: block;
	font: bold 12px/16px Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: .04em;
	text-align: center;
    border-right: solid 1px #FFF;
}
#top-nav-customer a {
    color: #7b7c97;
    text-decoration: none;
}
#top-nav-customer a:hover {
    color: #bf2c37;
    text-decoration: none;
}
#top-nav-cart {
    float: left;
    width: 146px; /*  This width has been reduced to stop wrapping in IE6  */
    height: 23px;
    padding: 7px 0 0 0;
    display: block;
	font: bold 12px/16px Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: .04em;
	text-align: center;
    border-right: solid 1px #FFF;
}
#top-nav-cart a {
    color: #7b7c97;
    text-decoration: none;
}
#top-nav-cart a:hover {
    color: #bf2c37;
    text-decoration: none;
}
#top-nav-search {
    float: left;
    width: 295px;
    height: 30px;
    min-height: 30px;
    padding-left: 5px;
    display: block;
}
.top-nav-textbox1 {
    margin: 4px;
    padding-left: 4px;
    width: 184px;
    font-size: 11px;
    line-height: 17px;
    height: 18px;
    color: #9d99a7;
    border: solid 1px #bebbca;
}
.top-nav-button1 {
    width: 98px;
    height: 22px;
    margin-top: 4px;
    display: block;
    border: 0px solid #FFFFFF;
    cursor:pointer; cursor:hand;
    background-image: url(/Images/find-a-store.gif);
}
.top-nav-button1-over {
    width: 98px;
    height: 22px;
    margin-top: 4px;
    display: block;
    border: 0px solid #FFFFFF;
    cursor:pointer; cursor:hand;
    background-image: url(/Images/find-a-store-over.gif);
}
.top-nav-textbox2 {
    margin: 4px;
    padding-left: 4px;
    width: 204px;
    font-size: 11px;
    line-height: 17px;
    height: 18px;
    color: #9d99a7;
    border: solid 1px #bebbca;
}
.top-nav-button2 {
    width: 77px;
    height: 22px;
    margin: 4px 0 0 2px;
    display: block;
    border: none;
    cursor:pointer; cursor:hand;
    background-image: url(/Images/search.gif);
}
.top-nav-button2-over {
    width: 77px;
    height: 22px;
    margin: 4px 0 0 2px;
    display: block;
    border: none;
    cursor:pointer; cursor:hand;
    background-image: url(/Images/search-over.gif);
}

/* TOP NAV MY BUCKET STYLES */
div.my-bucket {
    text-align: left;
    z-index: 200;
}
#top-nav-cart div.my-bucket {
    display: none;
}
#top-nav-cart.hovering div.my-bucket {
    display: block;
    z-index: 200;
}
#top-nav-cart div.my-bucket {
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 0px 0px 0px -7px;
    padding: 0px;
    width: 306px;
    z-index: 200;
}
#top-nav-cart .top-of-my-bucket {
    width: 306px;
    height: 72px;
    min-height: 72px;
    margin: 0;
    padding: 0;
    display: block;
    color: #bf2c37;
    background-image: url(/Images/my-bucket-top-bg.png);
}
#top-nav-cart .my-bucket-quantity-indicator {
    float: left;
    width: 146px;
    padding: 7px 0 0 7px;
	font: bold 12px/16px Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: .04em;
	text-align: center;
	overflow: hidden;
}
#top-nav-cart .my-bucket-quantity-space-filler-for-ie7 {
    float: right;
    width: 160px;
    padding: 7px 0 0 0;
}
#top-nav-cart .bucket-top {
    width: 306px;
    margin: 0;
    padding: 24px 0 0 24px;
    color: #4e1b00;
}
#top-nav-cart .bucket-mid {
    width: 306px;
    margin: 0;
    background-image: url(/Images/my-bucket-middle-bg.png);
    background-repeat: repeat-y;
}
#top-nav-cart .middle-of-my-bucket {
    width: 306px;
    margin: 0;
    padding: 7px 20px 0 24px;
    font-size: 14px;
    line-height: 14px;
    color: #4e1b00;
    font-weight: bold;
}
#top-nav-cart .middle-of-my-bucket ul {
    margin: 0;
    padding: 0;
}
#top-nav-cart .middle-of-my-bucket li {
    margin: 7px 0 0 0;
    padding: 0 0 2px 0;
    list-style-type: none;
}
#top-nav-cart .middle-of-my-bucket a {
    font-size: 12px;
    color: #4e1b00;
    font-weight: bold;
    z-index: 100;
}
#top-nav-cart .middle-of-my-bucket a:hover {
    font-size: 12px;
    color: #bf2c37;
    font-weight: bold;
    z-index: 100;
}
#top-nav-cart .middle-of-my-bucket .product-copy-bucket {
    margin-top: 7px;
    font-size: 11px;
    font-weight: bold;
}
#top-nav-cart .middle-of-my-bucket .product-copy-bucket a {
    font-size: 11px;
    font-weight: bold;
   	letter-spacing: .01em;
}
#top-nav-cart .middle-of-my-bucket .product-copy-bucket .my-bucket-product-image {
    margin-right: 20px;
    width: 50px;
    height: 64px;
    min-height: 64px;
}
#top-nav-cart .middle-of-my-bucket .product-copy-bucket-description {
    margin-top: 4px;
    font-size: 11px;
    font-weight: normal;
}
#top-nav-cart .middle-of-my-bucket .product-copy-right {
    font-size: 11px;
    font-weight: normal;
}
#top-nav-cart .middle-of-my-bucket .product-copy-right table {
    width: 140px;
    margin: 0 47px 0 0;
}
#top-nav-cart .middle-of-my-bucket .product-quantity-and-price {
    margin-top: 17px;
    font-size: 12px;
}
#top-nav-cart .middle-of-my-bucket .items-in-bucket {
    margin: 0;
    padding: 40px 0 0 0;
    width: 98px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-image: url(/Images/my-bucket-icon.gif);
}
#top-nav-cart .middle-of-my-bucket .view-bucket {
    text-align: left;
    font-size: 12px;
    padding-left: 20px;
}
#top-nav-cart .middle-of-my-bucket .view-bucket a, #top-nav-cart .middle-of-my-bucket .view-bucket a:hover {
    text-decoration: underline;
}
#top-nav-cart .middle-of-my-bucket .thin-separator {
    width: 260px;
    height: 1px;
    margin: 10px 0 5px 0;
    display: block;
    background-color: #ccccde;
}
#top-nav-cart .middle-of-my-bucket .thick-separator {
    width: 260px;
    height: 2px;
    margin: 10px 0 5px 0;
    display: block;
    background-color: #ccccde;
}
#top-nav-cart .edit-my-bucket-button {
    width: 113px;
    height: 30px;
    margin: 10px 0 0 0px;
    display: block;
    border: none;
    background-image: url(/Images/edit-my-bucket.gif);
}
#top-nav-cart .edit-my-bucket-button-over {
    width: 113px;
    height: 30px;
    margin: 10px 0 0 0px;
    display: block;
    border: none;
    background-image: url(/Images/edit-my-bucket-over.gif);
}
#top-nav-cart .checkout-button {
    width: 145px;
    height: 30px;
    margin: 10px 0 0 1px;
    display: block;
    border: none;
    background-image: url(/Images/checkout.gif);
}
#top-nav-cart .checkout-button-over {
    width: 145px;
    height: 30px;
    margin: 10px 0 0 1px;
    display: block;
    border: none;
    background-image: url(/Images/checkout-over.gif);
}
#top-nav-cart .bottom-of-my-bucket {
    width: 306px;
    height: 18px;
    background-image: url(/Images/my-bucket-bottom-bg.png);
}

/* MAIN NAV STYLES */
#main-nav {
    position: relative;
    width: 900px;
    height: 84px;
    min-height: 84px;
    padding: 66px 0 0 0;
    margin: 0 auto;
    display: block;
    background-image: url(/Images/main-nav.gif);
    z-index: 100;
}
#main-nav-menu-left {
    float: left;
    width: 300px;
    list-style: none;
}
#main-nav-menu-left ul {
    margin: 0;
    padding: 0px 0px 0px 20px;
    list-style: none;
}
#main-nav-menu-left li {
    width: 135px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    list-style-type: none;
}
#main-nav-menu-left li a {
    color: #4e1b00;
    text-decoration: none;
}
#main-nav-menu-left li a:hover {
    color: #bf2c37;
    text-decoration: none;
}

/* MAIN NAV DROP DOWN MENU STYLES FOR LEFT SIDE */
ul#left-side-list div.shop-products-menu {
    display: none;
}
ul#left-side-list li.hovering div.shop-products-menu {
    display: block;
}
ul#left-side-list li.products-menu .top-of-products-menu {
    width: 145px;
    height: 44px;
    display: block;
    padding: 26px 0 0 10px;
    color: #bf2c37;
    background-image: url(/Images/shop-products-top-bg.png);
}
ul#left-side-list li.products-menu div.shop-products-menu {
    position: absolute;
    top: 40px;
    left: 50%;
    margin: 0px 0px 0px -305px;
    padding: 0px;
    width: 155px;
}
.shop-products-table-background {
    background-image: url(/Images/shop-products-middle-bg.png);
    background-repeat: repeat-y;
}
ul#left-side-list li.products-menu .middle-of-products-menu {
    width: 135px;
    margin-top: 14px;
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 14px;
    color: #4e1b00;
    font-weight: bold;
}
ul#left-side-list li.products-menu .middle-of-products-menu ul {
    width: 155px;
    margin: 0;
    padding: 0;
}
ul#left-side-list li.products-menu .middle-of-products-menu li {
    margin: 7px 0 0 0;
    padding: 0 0 2px 0;
}
ul#left-side-list li.products-menu .middle-of-products-menu a {
    font-size: 12px;
    color: #4e1b00;
    font-weight: bold;
    display: block;
}
ul#left-side-list li.products-menu .middle-of-products-menu a:hover {
    font-size: 12px;
    color: #bf2c37;
    font-weight: bold;
    display: block;
}
ul#left-side-list li.products-menu .middle-of-products-menu .thin-separator {
    width: 118px;
    height: 1px;
    margin: 10px 0 5px 0;
    display: block;
    background-color: #ccccde;
}
ul#left-side-list li.products-menu .middle-of-products-menu .thick-separator {
    width: 118px;
    height: 2px;
    margin: 0 0 15px 0;
    display: block;
    background-color: #ccccde;
}
ul#left-side-list li.products-menu .bottom-of-products-menu {
    width: 155px;
    height: 18px;
    background-image: url(/Images/shop-products-bottom-bg.png);
}

/* MAIN NAV DROP DOWN MENU STYLES FOR RIGHT SIDE */
#main-nav-menu-right {
    float: right;
    width: 295px;
    margin: 0 0 0 305px;
}
#main-nav-menu-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#main-nav-menu-right li {
    width: 140px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    list-style-type: none;
}
#main-nav-menu-right li a {
    color: #4e1b00;
    text-decoration: none;
}
#main-nav-menu-right li a:hover {
    color: #bf2c37;
    text-decoration: none;
}

/* MAIN NAV DROP DOWN MENU STYLES FOR RIGHT SIDE OUR STORY MENU */
ul#right-side-list div.our-story-menu {
    display: none;
}
ul#right-side-list li.hovering div.our-story-menu {
    display: block;
    z-index: 10;
}
ul#right-side-list li.story-menu div.our-story-menu {
    position: absolute;
    top: 40px;
    left: 50%;
    margin: 0px 0px 0px 146px;
    padding: 0;
    width: 155px;
}
ul#right-side-list li.story-menu div.our-story-menu table {
    width: 155px;
}
ul#right-side-list li.story-menu .top-of-our-story-menu {
    width: 155px;
    height: 44px;
    display: block;
    margin: 0;
    padding: 26px 0 0 0;
    color: #bf2c37;
    background-image: url(/Images/our-story-top-bg.png);
}
ul#right-side-list li.story-menu .top-of-our-story-menu a {
    padding-left: 3px;
}
.our-story-table-background {
    background-image: url(/Images/our-story-middle-bg.png);
    background-repeat: repeat-y;
}
ul#right-side-list li.story-menu .middle-of-our-story-menu {
    width: 135px;
    margin-top: 14px;
    padding: 0 0 0 21px;
    font-size: 14px;
    line-height: 14px;
    color: #4e1b00;
    font-weight: bold;
}
ul#right-side-list li.story-menu .middle-of-our-story-menu ul {
    margin: 0;
    padding: 0;
}
ul#right-side-list li.story-menu .middle-of-our-story-menu li {
    margin: 7px 0 0 0;
    padding: 0 0 4px 0;
    text-align: left;
}
ul#right-side-list li.story-menu .middle-of-our-story-menu a {
    font-size: 12px;
    color: #4e1b00;
    font-weight: bold;
    display: block;
}
ul#right-side-list li.story-menu .middle-of-our-story-menu a:hover {
    font-size: 12px;
    color: #bf2c37;
    font-weight: bold;
    display: block;
}
ul#right-side-list li.story-menu .bottom-of-our-story-menu {
    width: 155px;
    height: 18px;
    background-image: url(/Images/our-story-bottom-bg.png);
}

/* MAIN NAV DROP DOWN MENU STYLES FOR RIGHT SIDE BE SOCIAL MENU */
ul#right-side-list li.social-menu {
    padding-left: 8px;
}
ul#right-side-list div.be-social-menu {
    display: none;
}
ul#right-side-list li.hovering div.be-social-menu {
    display: block;
}
ul#right-side-list li.social-menu div.be-social-menu {
    position: absolute;
    top: 40px;
    left: 50%;
    margin: 0px 0px 0px 295px;
    padding: 0px;
    width: 155px;
}
ul#right-side-list li.social-menu .top-of-be-social-menu {
    width: 155px;
    height: 44px;
    display: block;
    margin: 0;
    padding: 26px 0 0 0;
    color: #bf2c37;
    background-image: url(/Images/be-social-top-bg.png);
}
.be-social-table-background {
    background-image: url(/Images/be-social-middle-bg.png);
    background-repeat: repeat-y;
}
ul#right-side-list li.social-menu .middle-of-be-social-menu {
    width: 135px;
    padding-left: 21px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #4e1b00;
    font-weight: bold;
}
ul#right-side-list li.social-menu .middle-of-be-social-menu ul {
    margin: 0;
    padding: 0;
}
ul#right-side-list li.social-menu .middle-of-be-social-menu li {
    margin-top: 7px;
    padding-bottom: 4px;
    text-align: left;
}
ul#right-side-list li.story-menu .top-of-our-story-menu a {
    padding-left: 3px;
}
ul#right-side-list li.social-menu .middle-of-be-social-menu a {
    font-size: 12px;
    color: #4e1b00;
    font-weight: bold;
    display: block;
}
ul#right-side-list li.social-menu .middle-of-be-social-menu a:hover {
    font-size: 12px;
    color: #bf2c37;
    font-weight: bold;
    display: block;
}
ul#right-side-list li.social-menu .bottom-of-be-social-menu {
    width: 155px;
    height: 18px;
    background-image: url(/Images/be-social-bottom-bg.png);
}

/* MAIN CONTENT PAGE STYLES */
#main-content-table {
    margin: 40px 0px 40px 0px;
    color: #4e1b00;
    font-size: 14px;
}
#main-content-table-top {
    margin: 0px 0px 40px 0px;
    color: #4e1b00;
    font-size: 14px;
}
#main-content-table p {
    margin: 10px 0px 10px 0px;
    color: #4e1b00;
    font-size: 12px;
}
#main-content-table a {
    color: #4e1b00;
    text-decoration: underline;
}
#main-content-table a:hover {
    color: #bf2c37;
    text-decoration: none;
}
.watch-video-button {
    width: 120px;
    height: 22px;
    margin: 17px 0 0 0;
    display: block;
    border: none;
    background-image: url(/Images/watch-video.gif);
}
.watch-video-button-over {
    width: 120px;
    height: 22px;
    margin: 17px 0 0 0;
    display: block;
    border: none;
    background-image: url(/Images/watch-video-over.gif);
}
.back-to-our-story-button {
    width: 131px;
    height: 22px;
    margin: 17px 0 0 0;
    display: block;
    border: none;
    background-image: url(/Images/back-to-our-story.gif);
}
.back-to-our-story-button-over {
    width: 131px;
    height: 22px;
    margin: 17px 0 0 0;
    display: block;
    border: none;
    background-image: url(/Images/back-to-our-story-over.gif);
}
#main-content-table .sign-up-for-e-mails-enter-button {
    width: 65px;
    height: 22px;
    margin: 4px 0 0 2px;
    display: block;
    border: none;
    cursor:pointer; cursor:hand;
    background-image: url(/Images/enter-over.gif);
}
#main-content-table .sign-up-for-e-mails-enter-button-over {
    width: 65px;
    height: 22px;
    margin: 4px 0 0 2px;
    display: block;
    border: none;
    cursor:pointer; cursor:hand;
    background-image: url(/Images/enter-brown.gif);
}
.like-us-on-facebook-button {
    width: 153px;
    height: 22px;
    margin: 17px 0 0 0;
    display: block;
    border: none;
    background-image: url(/Images/like-us-on-facebook.gif);
}
.like-us-on-facebook-button-over {
    width: 153px;
    height: 22px;
    margin: 17px 0 0 0;
    display: block;
    border: none;
    background-image: url(/Images/like-us-on-facebook-over.gif);
}
.learn-more-button {
    width: 120px;
    height: 22px;
    margin: 17px 0 0 0;
    display: block;
    border: none;
    background-image: url(/Images/learn-more.gif);
}
.learn-more-button-over {
    width: 120px;
    height: 22px;
    margin: 17px 0 0 0;
    display: block;
    border: none;
    background-image: url(/Images/learn-more-over.gif);
}
.main-content-separator {
    margin: 30px 0;
    width: 280px;
    height: 1px;
    background-color: #ccccde;
}
.main-content-separator-full-width {
    margin: 30px 0;
    width: 900px;
    height: 2px;
    background-color: #ccccde;
}
#main-content-table-left {
    width: 150px;
    color: #4e1b00;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#main-content-table-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-weight: bold;
}
#main-content-table-left li {
    padding-bottom: 8px;
    list-style-type: none;
}
#main-content-table-left li a {
    padding-right: 22px;
    color: #4e1b00;
    text-decoration: none;
    background: url(/Images/mini-projector.gif) no-repeat right;
}
#main-content-table-left li a:hover {
    padding-right: 22px;
    color: #bf2c37;
    text-decoration: none;
    background: url(/Images/mini-projector-over.gif) no-repeat right;
}
#main-content-table-left li .active-red a {
    color: #bf2c37;
    background: url(/Images/mini-projector-over.gif) no-repeat right;
}
#main-content-table-right {
    width: 730px;
    color: #4e1b00;
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 20px;
}
#main-content-table-right ul {
    color: #4e1b00;
    font-weight: normal;
}
#main-content-table-right ul li {
    color: #4e1b00;
    font-weight: normal;
    margin: 5px 0 10px 15px;
}
#main-content-table-right ul li a {
    color: #4e1b00;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
#main-content-table-right ul li a:hover {
    color: #bf2c37;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
#main-content-table-right h1 {
    color: #4e1b00;
	font: bold 17px/24px Helvetica, Arial, Verdana, sans-serif;
    margin: -4px 0 10px 0;
    padding: 0;
}
#main-content-table-right h2 {
    color: #4e1b00;
	font: bold 14px/19px Helvetica, Arial, Verdana, sans-serif;
    margin: 10px 0 -10px 0;
}
#main-content-table-right h3 {
    color: #4e1b00;
	font: bold 12px/17px Helvetica, Arial, Verdana, sans-serif;
    margin: 10px 0 -10px 0;
}
#main-content-table-right p {
    color: #4e1b00;
	font: 12px/17px Helvetica, Arial, Verdana, sans-serif;
    margin: 0 0 10px 0;
}

#main-content-table-full-width {
    width: 900px;
    color: #4e1b00;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#main-content-table-full-width ul {
    width: 900px;
    color: #4e1b00;
    font-weight: normal;
}
#main-content-table-full-width ul li {
    color: #4e1b00;
    font-weight: normal;
    margin: 5px 0 10px 15px;
}
#main-content-table-full-width ul li a {
    width: 900px;
    color: #4e1b00;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
#main-content-table-full-width ul li a:hover {
    width: 900px;
    color: #bf2c37;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
#main-content-table-full-width h1 {
    width: 900px;
    color: #4e1b00;
	font: bold 17px/24px Helvetica, Arial, Verdana, sans-serif;
    margin: 15px 0 10px 0;
}
#main-content-table-full-width h2 {
    width: 900px;
    color: #4e1b00;
	font: bold 14px/19px Helvetica, Arial, Verdana, sans-serif;
    margin: 10px 0 -10px 0;
}
#main-content-table-full-width h3 {
    width: 900px;
    color: #4e1b00;
	font: bold 12px/17px Helvetica, Arial, Verdana, sans-serif;
    margin: 10px 0 -10px 0;
}
#main-content-table-full-width p {
    width: 900px;
    color: #4e1b00;
	font: 12px/17px Helvetica, Arial, Verdana, sans-serif;
    margin: 10px 0 0 0;
}
#main-content-table-full-width .main-content-separator {
    margin: 30px 0;
    width: 900px;
    height: 2px;
    background-color: #ccccde;
}

#main-content-table-right-wide {
    width: 750px;
    color: #4e1b00;
    font-size: 12px;
    margin: 0;
    padding: 0 0 20px 20px;
}
#main-content-table-right-wide p {
    width: 750px;
    color: #4e1b00;
	font: 12px/17px Helvetica, Arial, Verdana, sans-serif;
    margin: 10px 0 0 0;
}
#share-this {
    margin: 0;
    padding-top: 245px;
}
.share-this-button {
    width: 121px;
    height: 24px;
    display: block;
    border: none;
    background-image: url(/Images/share-this.gif);
}
.share-this-button-over {
    width: 121px;
    height: 24px;
    display: block;
    border: none;
    background-image: url(/Images/share-this-over.gif);
}

/* PRODUCT CATEGORY STYLES */
#product-category-main-table {
    width: 900px;
    margin: 40px 0px 0px 0px;
}
#product-category-left {
    width: 135px;
    color: #4e1b00;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#product-category-left ul {
    margin: 0;
    padding: 12px 0 0 0;
    list-style: none;
    font-size: 12px;
    font-weight: bold;
}
#product-category-left li {
    padding-bottom: 10px;
    list-style-type: none;
}
#product-category-left li a {
    color: #4e1b00;
    text-decoration: none;
}
#product-category-left li a:hover {
    color: #bf2c37;
    text-decoration: none;
}
#product-category-left ul .product-category-sub-menu {
    margin: 0;
    padding: 3px 0 9px 0;
}
#product-category-sub-style a {
    font-size: 11px;
    font-weight: normal;
}
#product-category-left li a.active-category {
    margin: 0;
    padding: 0;
    color: #bf2c37;
}

#product-category-right {
    width: 750px;
    color: #4e1b00;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#product-category-right-table {
    margin: 0;
}
#product-category-right-table h1 {
    margin: 30px 0 7px 0;
    color: #4e1b00;
    font-size: 14px;
    font-weight: bold;
}
.product-category-right-table-cells {
    width: 165px;
    color: #4e1b00;
    font-size: 12px;
}
.product-category-right-table-cells-padding {
    width: 30px;
}
.category-product-image {
    margin: 0;
    width: 165px;
    height: 210px;
    min-height: 210px;
}
.product-copy {
    width: 165px;
    margin-top: 10px;
    min-height: 55px;
    height: 55px;
}
.product-copy a {
    color: #4e1b00;
    margin-top: 10px;
}
.product-copy a:hover {
    color: #bf2c37;
    margin-top: 10px;
    text-decoration: none;
}
.product-price {
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
}
.product-original-price {
    text-decoration: line-through;
    color: #bf2c37;
}
.product-category-separator {
    width: 750px;
    height: 2px;
    background-color: #ccccde;
    margin-bottom: 15px;
}
.product-category-image-separator {
    width: 165px;
    height: 1px;
    background-color: #ccccde;
}
.add-to-bucket-button {
    width: 126px;
    height: 30px;
    margin: 0 0 0 2px;
    display: block;
    border: none;
    cursor: pointer; cursor: hand;
    background-image: url(/Images/add-to-bucket.gif);
}
.add-to-bucket-button-over {
    width: 126px;
    height: 30px;
    margin: 0 0 0 2px;
    display: block;
    border: none;
    cursor: pointer; cursor: hand;
    background-image: url(/Images/add-to-bucket-over.gif);
}
.items-added-button {
    width: 126px;
    height: 30px;
    margin: 0 0 0 2px;
    display: block;
    border: none;
    cursor: pointer; cursor: hand;
    background-image: url(/Images/items-added.gif);
}
/* .items-added-button-over {
    width: 126px;
    height: 30px;
    margin: 0 0 0 2px;
    display: block;
    border: none;
    cursor: pointer; cursor: hand;
    background-image: url(/Images/items-added-over.gif)
}; */
.edit-my-bucket {
    margin-left: 16px;
    color: #4e1b00;
    font-size: 10px;
}
.back-to-top {
    margin-bottom: 4px;
}

.back-to-top a {
    color: #4e1b00;
    font-size: 10px;
}

.add-to-bucket-table {
    margin-top: 5px;
}

.place-order-block {
    position: relative;
    width: 750px;
    height: 70px;
}
.loading-block {
    position: relative;
    width: 750px;
    height: 70px;
}

/* TWITTER BLOCK STYLES */
#top-scent-rotating-image-1 {
    width: 900px;
    height: 350px;
    display: block;
    /* We are going to pull the background image from a different location */
    /* using Model.LargeImage so I am commenting this out for now:         */
    /* background-image: url(/Images/scent-rotator-image-1.jpg);           */
}

#twitter-search-container {
    width: 900px;
    height: 350px;
    margin: 0;
    padding: 0;
}
#twitter-search-header {
    width: 900px;
    height: 24px;
    min-height: 24px;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    background-color: #ccccde;
}
#twitter-search-header-top-top {
    width: 900px;
    height: 23px;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #ccccde;
}
#twitter-search-header-top-bottom {
    width: 900px;
    height: 24px;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #ccccde;
}
.twitter-pause-button {
    width: 900px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-color: #ccccde;
}
.twitter-pause-button-image {
    width: 61px;
    height: 20px;
    display: block;
    float: right;
    background-image: url(/Images/twitter-pause-button.gif);
}
.twitter-pause-button-image-over {
    width: 61px;
    height: 20px;
    display: block;
    float: right;
    background-image: url(/Images/twitter-pause-button-over.gif);
}
#twitter-search-feed {
    width: 900px;
    height: 279px;
    margin: 0;
    padding: 0;
}
.twitter-search-author {
    font-size: 14px;
    font-weight: bold;
}
.twitter-search-date {
    font-size: 11px;
    font-weight: normal;
}
.twitter-message-padding {
    padding-left: 10px;
}
.twitter-message-padding a, .twitter-search-author a {
    color: #4e1b00;
    text-decoration: underline;
}
.twitter-message-padding a:hover, .twitter-search-author a:hover {
    text-decoration: none;
}
.twitter-search-tweet {
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 92px;
    min-height: 92px;
}
.twitter-search-tweet-spacer {
    margin: 0;
    padding: 0;
    width: 900px;
    height: 1px;
    background-color: #ccccde;
}
.twitter-search-image {
    width: 48px;
    margin: 0 12px 0 0;
    border: none;
}

/* PRODUCT DETAIL STYLES */
#product-detail-breadcrumb {
    margin: 0px 0px 35px 0px;
    padding: 11px 0px 14px 15px;
    width: 885px;
    height: 10px;
    display: block;
    color: #878a95;
    background-color: #ccccde;
}
#product-detail-breadcrumb a {
    color: #4e1b00;
}
#product-detail-breadcrumb a:hover {
    color: #bf2c37;
    text-decoration: none;
}
#product-detail-description h1 {
    margin: 25px 0px 10px 0px;
    font-size: 19px;
    font-weight: bold;
    color: #4e1b00;
}
#product-detail-description {
    margin: 15px 0px 10px 0px;
    font-size: 13px;
    color: #4e1b00;
}
#product-detail-pricing {
    margin: 25px 0px 25px 0px;
    color: #4e1b00;
    font-size: 14px;
}
#product-detail-pricing .product-price {
    font-size: 23px;
}
#add-to-bucket-table-product-detail {
    margin-top: 25px;
}
.product-rotator-header-block {
    margin: 0px 0px 35px 0px;
    padding: 10px 0px 15px 15px;
    width: 415px;
    height: 10px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #4e1b00;
    background-color: #ccccde;
}
.product-rotator-header-block-full {
    width: 885px;
}
.read-product-reviews {
    width: 50px;
    height: 15px;
    margin: 0 0 0 2px;
    padding: 0 0 0 35px;
    display: block;
    border: none;
    cursor:pointer; cursor:hand;
    background: url(/Images/read-reviews.gif) no-repeat left;
}
.read-product-reviews-over {
    width: 50px;
    height: 15px;
    margin: 0 0 0 2px;
    padding: 0 0 0 35px;
    display: block;
    border: none;
    cursor:pointer; cursor:hand;
    background: url(/Images/read-reviews-over.gif) no-repeat left;
}
.write-product-reviews {
    width: 50px;
    height: 15px;
    margin: 0 0 0 2px;
    padding: 0 0 0 35px;
    display: block;
    border: none;
    cursor:pointer; cursor:hand;
    background: url(/Images/write-reviews.gif) no-repeat left;
}
.write-product-reviews-over {
    width: 50px;
    height: 15px;
    margin: 0 0 0 2px;
    padding: 0 0 0 35px;
    display: block;
    border: none;
    cursor:pointer; cursor:hand;
    background: url(/Images/write-reviews-over.gif) no-repeat left;
}
.print-product-detail {
    width: 50px;
    height: 15px;
    margin: 0 0 0 2px;
    padding: 0 0 0 35px;
    display: block;
    border: none;
    cursor:pointer; cursor:hand;
    background: url(/Images/print-product-detail.gif) no-repeat left;
}
.print-product-detail-over {
    width: 50px;
    height: 15px;
    margin: 0 0 0 2px;
    padding: 0 0 0 35px;
    display: block;
    border: none;
    cursor:pointer; cursor:hand;
    background: url(/Images/print-product-detail-over.gif) no-repeat left;
}
.view-larger-image {
    width: 35px;
    height: 35px;
    display: block;
    background: url(/Images/view-larger-image.gif) no-repeat center;
    border: none;
}
.view-larger-image-over {
    width: 35px;
    height: 35px;
    display: block;
    background: url(/Images/view-larger-image-over.gif) no-repeat center;
    border: none;
}

.st_sharethis_custom {
    background: url(/Images/share-this-icon.gif) no-repeat scroll left top transparent;
    padding: 0 5px 4px 25px;
    color: #4e1b00;
    cursor: pointer;
}
.st_sharethis_custom:hover {
    background: url(/Images/share-this-icon-over.gif) no-repeat scroll left top transparent;
    color: #bf2c37;
    cursor: pointer;
}

.close-image-window-button {
    width: 20px;
    height: 20px;
    margin: 15px 15px 0 0;
    float: right;
    display: block;
    background-image: url(/Images/close-image-window.gif);
}
.close-image-window-button-over {
    width: 20px;
    height: 20px;
    margin: 15px 15px 0 0;
    float: right;
    display: block;
    background-image: url(/Images/close-image-window-over.gif);
}

.vertical-spacing-adjustment {
    margin-top: -10px;
}

/* PRODUCT DETAIL PRINT STYLES */
#product-detail-print {
    width: 800px;
  	color: #4e1b00;
    border: 2px solid #ccccde;
    margin-left: 2px;
}
.product-detail-header {
    width: 800px;
    height: 143px;
    margin: 0;
    border: none;
    display: block;
    background-image: url(/Images/product-detail-print-header.gif);
}
#info-cardsrz {
    clear: both;
	width: 200px;
	margin: 0;
	padding-top: 20px;
}
#info-cardsrz ul {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#info-cardsrz ul li {
	padding: 0;
	margin: 0 1px;
	text-align: center;
	float: left;
}
#info-cardsrz ul li a {
	font-size: 10px;
	line-height: 22px;
	color: #4e1b00;
	text-decoration: none;
	background-image: url(/Images/product-print-tab.gif);
	background-repeat: no-repeat;
	width: 101px;
	height: 20px;
	text-align: center;
	display: block;
}
#info-cardsrz ul li a:hover {
	color: #B3162E;
}
#card-nav-top {
	width: 310px;
}
#card-nav-bottom {
	width: 412px;
}
.card-bodyrz {
	clear: both;
	width: 800px;
	border-top: 2px solid #ccccde;
	border-bottom: 2px solid #ccccde;
	margin: 0 auto;
}
.card-bodyrz p {
	font-size: 11px;
	line-height: 18px;
	color: #4e1b00;
	margin: 10px;
}
.card-bodyrz p img {
	float: right;
	margin: 10px -3px 10px 10px;
}
#print-page {
	font-size: 9px;
	margin: -10px 0 10px 10px;
	color: #4e1b00;
	text-decoration: none;
	display: block;
	float: left;
}
a.print-page-footer {
	color: #c9111b;
	text-decoration: none;
}
a.print-page-footer:hover {
	/* color: #4e1b00; */
	text-decoration: underline;
}
.print-page-block, .print-page-block p {
    margin: 10px 10px 10px 0;
}

/* SHOPPING CART INDEX STYLES */
#shopping-cart-main-table {
    margin: 0px 0px 70px 0px;
}
#shopping-cart-left {
    width: 150px;
    color: #4e1b00;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#shopping-cart-right {
    width: 750px;
    color: #4e1b00;
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 20px;
}
#shopping-cart-right-table {
    margin: 0;
}
#shopping-cart-top {
    width: 750px;
    height: 28px;
    margin: 0px 0px 35px 0px;
    padding-top: 10px;
    border-top: solid 2px #ccccde;
    border-bottom: solid 2px #ccccde;
}
#shopping-cart-top table {
    color: #979ab7;
    font-size: 15px;
    font-weight: bold;
}
#shopping-cart table {
    color: #4e1b00;
    font-size: 12px;
    font-weight: bold;
}
.shopping-cart-divider {
    margin: 10px 0;
}
.shopping-cart-product-image {
    margin-right: 20px;
    width: 50px;
    height: 64px;
    min-height: 64px;
}
#shopping-cart table a {
    color: #979ab7;
    font-size: 10px;
    text-decoration: underline;
}
#shopping-cart table a:hover {
    color: #bf2c37;
    font-size: 10px;
    text-decoration: none;
}
#shopping-cart table .shopping-cart-products a {
    font-size: 12px;
    color: #4e1b00;
    text-decoration: none;
}
#shopping-cart table .shopping-cart-products a:hover {
    font-size: 12px;
    color: #bf2c37;
    text-decoration: none;
}
#shopping-cart table .standard-link a {
    font-size: 11px;
    color: #4e1b00;
    text-decoration: none;
}
#shopping-cart table .standard-link a:hover {
    font-size: 11px;
    color: #bf2c37;
    text-decoration: none;
}
#shopping-cart table #content-managed-area {
    width: 300px;
    padding: 15px;
    font-size: 11px;
    font-weight: normal;
    border: solid 1px #ccccde;
}
#shopping-cart table #content-managed-area #title-line {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
#shopping-cart table .gift-wrapping a {
    font-size: 14px;
    color: #4e1b00;
    text-decoration: none;
}
#shopping-cart table .gift-wrapping a:hover {
    font-size: 14px;
    color: #bf2c37;
    text-decoration: none;
}
#shopping-cart-confirmation table {
    color: #4e1b00;
    font-size: 12px;
}
#shopping-cart-confirmation table tr td a {
    color: #4e1b00;
    text-decoration: underline;
}
#shopping-cart-confirmation table tr td a:hover {
    color: #bf2c37;
    text-decoration: none;
}
#order-confirmation-top {
    width: 750px;
    margin: 0px 0px 17px 0px;
    padding: 10px 0;
}

/* MANAGE MY ACCOUNT STYLES */
#manage-my-account-top {
    width: 750px;
    height: 28px;
    margin: 0px 0px 27px 0px;
    padding-top: 11px;
    border-top: solid 2px #ccccde;
    border-bottom: solid 2px #ccccde;
}
#manage-my-account {
    width: 750px;
    margin: 0;
}
#manage-my-account ul {
    margin: 0 0 25px 0;
    list-style-type: none;
}
#manage-my-account ul li {
    margin: 17px 0;
}
#manage-my-account ul li .error-message {
    margin: 0;
}
#manage-my-account a {
    font-size: 15px;
    color: #4e1b00;
    text-decoration: underline;
}
#manage-my-account a:hover {
    font-size: 15px;
    color: #bf2c37;
    text-decoration: none;
}
#manage-my-account-top a {
    font-size: 14px;
    color: #4e1b00;
    text-decoration: underline;
}
#manage-my-account-top a:hover {
    font-size: 14px;
    color: #bf2c37;
    text-decoration: none;
}
#manage-my-account table tr td a {
    font-size: 12px;
    color: #4e1b00;
    text-decoration: underline;
}
#manage-my-account table tr td a:hover {
    font-size: 12px;
    color: #bf2c37;
    text-decoration: none;
}
.log-out-success {
    margin: 20px 0 0 0;
    width: 750px;
	font: bold 17px Georgia, Helvetica, Arial, Verdana, sans-serif;
    color: #bf2c37;
}
#order-details-top {
    width: 750px;
    margin: 0px 0px 17px 0px;
    padding: 10px 0;
    border-top: solid 2px #ccccde;
    /* border-bottom: solid 2px #ccccde; */
}
#order-details {
    font-size: 13px;
    width: 750px;
    margin-top: 10px;
}
.order-details-table {
    width: 100%;
}
.order-details-table a {
    color: #4e1b00;
    text-decoration: underline;
}
.order-details-table a:hover {
    color: #bf2c37;
    text-decoration: none;
}
.order-details-products {
    color: #4e1b00;
    text-decoration: none;
    font-weight: bold;
}
.order-details-products a {
    color: #4e1b00;
    text-decoration: none;
    font-weight: bold;
}
.order-details-products a:hover {
    text-decoration: underline;
}
#shopping-cart-right .small-letter-link a {
    font-size: 11px;
    color: #4e1b00;
    text-decoration: underline;
}
#shopping-cart-right .small-letter-link a:hover {
    font-size: 11px;
    color: #bf2c37;
    text-decoration: none;
}

.apply-form-button {
    width: 60px;
    height: 22px;
    margin: 4px 0 0 5px;
    display: block;
    border: solid 0px #FFF; /* For IE7 to display correctly */
    cursor: pointer;
    background-image: url(/Images/apply-button.gif);
}
.apply-form-button-over {
    width: 60px;
    height: 22px;
    margin: 4px 0 0 5px;
    display: block;
    border: solid 0px #FFF; /* For IE7 to display correctly */
    cursor: pointer;
    background-image: url(/Images/apply-button-over.gif);
}

.contact-us-form-button {
    width: 145px;
    height: 30px;
    margin: 4px 0 0 5px;
    display: block;
    border: solid 0px #FFF; /* For IE7 to display correctly */
    cursor: pointer;
    background-image: url(/Images/send-information.gif);
}
.contact-us-form-button-over {
    width: 145px;
    height: 30px;
    margin: 4px 0 0 5px;
    display: block;
    border: solid 0px #FFF; /* For IE7 to display correctly */
    cursor: pointer;
    background-image: url(/Images/send-information-over.gif);
}

.tell-your-friends-form-button {
    width: 164px;
    height: 30px;
    margin: 4px 0 0 5px;
    display: block;
    border: solid 0px #FFF; /* For IE7 to display correctly */
    cursor: pointer;
    background-image: url(/Images/tell-your-friends.gif);
}
.tell-your-friends-form-button-over {
    width: 164px;
    height: 30px;
    margin: 4px 0 0 5px;
    display: block;
    border: solid 0px #FFF; /* For IE7 to display correctly */
    cursor: pointer;
    background-image: url(/Images/tell-your-friends-over.gif);
}

#BillingAddressEditButton {
    margin-top:7px;
}
#ShippingAddressEditButton {
    margin-top:7px;
}

.shopping-cart-payment-table tr {
    padding: 0px 0px 0px 70px;
}

.shopping-cart-payment-table tr td {
    padding: 5px 0px;
}

/* SEARCH INDEX STYLES */
#search-main-table {
    width: 900px;
    margin: 0;
}
#search-left {
    width: 135px;
    color: #4e1b00;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#search-right {
    width: 750px;
    color: #4e1b00;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.search-right-table {
    margin: 0;
}
.search-right-table h1 {
    margin: 30px 0 7px 0;
    color: #4e1b00;
    font-size: 14px;
    font-weight: bold;
}
.search-right-table-cells {
    width: 165px;
    color: #4e1b00;
    font-size: 12px;
}
.search-right-table-cells-padding {
    width: 30px;
}
.search-results-row {
    color: #4e1b00;
    font-size: 12px;
    margin: 10px 0;
}
.search-results-row a {
    color: #4e1b00;
    text-decoration: underline;
}
.search-results-row a:hover {
    color: #bf2c37;
    text-decoration: none;
}

/* MESSAGING STYLES */
#home-messaging {
    width: 900px;
    /* Commenting out the height, this will be controlled in the Content_Home_Rotator in the console.
    height: 430px; */
    margin: 0 auto;
    padding: 0;
}
#product-category-messaging {
    width: 900px;
    height: 350px;
    margin: 0 auto;
    padding: 0;
}
#product-category-fragrance-messaging {
    width: 900px;
    margin: 0 auto;
    padding: 0;
}

/* SECONDARY MESSAGING STYLES */
#home-secondary-messaging {
    width: 900px;
    height: 227px;
    margin: 5px auto 0;
}
#home-secondary-messaging h1 {
    padding: 35px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #4e1b00;
    border-bottom: solid 1px #ccccde;
}
#home-secondary-messaging p {
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 16px;
    color: #979ab7;
}
#home-secondary-messaging-left {
    float: left;
    width: 435px;
    margin-right: 25px;
}
#home-secondary-messaging-right {
    float: right;
    width: 440px;
}
.home-secondary-messaging-textbox {
    margin: 0;
    padding-left: 4px;
    width: 150px;
    font-size: 11px;
    line-height: 17px;
    height: 18px;
    color: #9d99a7;
    border: solid 1px #bebbca;
}
.home-secondary-messaging-button {
    width: 65px;
    height: 22px;
    padding-top: 0px;
    text-align: right;
}

/* FOOTER STYLES */
#footer {
    width: 900px;
    margin: 50px auto 0;
    color: #b7b7b7;
}
#footer p {
    margin: 0;
    padding-bottom: 14px;
    font-size: 11px;
    line-height: 16px;
}
#footer table tr td p {
    padding: 7px 0;
    line-height: 12px;
}
#footer-top {
    width: 900px;
    height: 41px;
    margin-bottom: 40px;
    padding-top: 10px;
    border-top: solid 2px #ccccde;
    border-bottom: solid 2px #ccccde;
    overflow: hidden;
}
.footer-top-textbox {
    margin: 4px;
    padding-left: 4px;
    width: 204px;
    font-size: 11px;
    line-height: 17px;
    height: 18px;
    color: #9d99a7;
    border: solid 1px #bebbca;
}
.content-page-textbox {
    margin: 4px 4px 4px 0;
    padding-left: 4px;
    width: 203px;
    font-size: 11px;
    line-height: 17px;
    height: 18px;
    color: #9d99a7;
    border: solid 1px #bebbca;
}
.footer-top-button {
    padding: 4px 0 0 2px;
}
.footer-top-button2 {
    padding: 7px 0 0 2px;
}
#footer-top h1 {
    padding: 8px 7px 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #b7b7b7;
    line-height: 15px;
}
#footer-top .column-spacer {
    width: 1px;
    height: 32px;
    margin: 0 11px;
    background-color: #ccccde;
}
#footer-top .sign-up-for-e-mails-enter-button {
    width: 65px;
    height: 22px;
    margin: 4px 0 0 2px;
    display: block;
    border: none;
    cursor:pointer; cursor:hand;
    background-image: url(/Images/enter.gif);
}
#footer-top .sign-up-for-e-mails-enter-button-over {
    width: 65px;
    height: 22px;
    margin: 4px 0 0 2px;
    display: block;
    border: none;
    cursor:pointer; cursor:hand;
    background-image: url(/Images/enter-over.gif);
}
#footer-top .footer-top-contact-us-button {
    width: 95px;
    height: 22px;
    margin: 4px 0 0 5px;
    display: block;
    border: none;
    background-image: url(/Images/contact-us.gif);
}
#footer-top .footer-top-contact-us-button-over {
    width: 95px;
    height: 22px;
    margin: 4px 0 0 5px;
    display: block;
    border: none;
    background-image: url(/Images/contact-us-over.gif);
}
#footer-bottom {
    margin: 0;
    padding-bottom: 40px;
    font-size: 11px;
    line-height: 16px;
}
#footer-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer-bottom li {
    list-style-type: none;
}
#footer-bottom li a {
    color: #b7b7b7;
    text-decoration: none;
}
#footer-bottom li a:hover {
    color: #bf2c37;
    text-decoration: none;
}

.display-none
{
	display:none;
}

.display-block
{
	display:block;
}

.float-none
{
    float:none;
}

.margin-bottom-20
{
    margin-bottom: 20px;
}

.margin-top-20
{
    margin-top: 20px;
}

.field-validation-error
{
   font-style: italic;
   font-weight:bold;
   color: #bf2c37;
   font-size: 11px;
}

#TellAFriendForm input
{
    margin: 5px 0;
}

.click-to-update
{
	width: 33px;
	height: 17px;
	display: block;
	text-align: right;
	background-image: url(/Images/click-to-update.png);
	background-repeat: no-repeat;
}

.click-to-update:hover
{
	background-image: url(/Images/click-to-update-over.png);
}

.click-to-update span
{
	display: none;
}

