body {
    font-size: 12px;
    font-family: Helvetica,arial;
    margin: 0;
    padding: 0;
}

a {
    color: #644026;
    font-family: Helvetica,arial;
    font-size: 12px;
    text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6, table, form, ul, ol, div, span, img, td {
    margin: 0;
    padding: 0;
}

.errorcontent {
    margin-bottom: 12px;
    margin-top: 12px;
}

.errorcontent ul {
    padding-left: 15px;
}

h1 {
    color: #54301A;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
}

#header {
    width: 1000px;
    height: 145px;
    margin-bottom: -10px;
}

#page {
    width: 1000px;
}

#left {
    width: 700px;
    float: left;
}

#right {
    width: 300px;
    float: left;
}

#left-promo {
	width: 214px;
	float: left;
}

#right-promo {
	width: 786px;
	float: left;
}

/* about donna */

#left-donna {
    width: 800px;
    float: left;
}

#right-donna {
    width: 200px;
    float: left;
}

/* end about donna */

#footer {
    width: 1000px;
    height: 145px;
    border-top: 5px #b1daf0 solid;
    color: #644026;
    font-family: Helvetica, arial;
    font-size: 12px;
    font-weight: bold;
}

.logo-area {
    width: 1000px;
    height: 80px;
}

.blue-bar {
    background: #B1D9EF;
    width: 1000px;
    height: 24px;
}

.menu-bar {
	/*background: #b1daf0;*/
    background: #80C4E9;
    width: 1000px;
    height: 24px;
}

.header-blue-line {
    height: 8px;
    background: url(/images/site/blue-line-header.png);
}

.header-blue-line-search {
    height: 8px;
    background: url(/images/site/blue-line-header.png);
    width: 445px;
}

.paginate {
    clear: both;
    margin-bottom: 20px;
    text-align: center;
}

#site-search {
    display: inline;
}

.search {
    height: 18px;
    width: 220px;
    border: 0px;
    font-family: helvetica, arial;
    font-size: 12px;
    color: #b1daf0;
    padding: 0px 0px 0px 5px;
    margin: 0px;
}

.search-box {
    margin: 3px 3px 0 0;
}

#search_header h2 {
    color: #644026;
}

.basket-link {
    font-family: Helvetica, arial;
    font-size: 12px;
    color: #644026;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.basket-link:hover {
    font-family: Helvetica, arial;
    font-size: 12px;
    color: #644026;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}

.basket-space {
    font-family: Helvetica, arial;
    font-size: 12px;
    color: #644026;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 0 10px;
}

#main-menu	ul {
    position: relative;
    margin: 0px;
    padding: 0px;
}

#main-menu	li {
    float: left;
    list-style-type: none;
    position: relative;
    z-index: 100;
}

#main-menu	li a {
    font-size: 11px;
    font-family: Helvetica, arial;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 7px 21px 4px 18px;
    font-weight: bold;
}

#main-menu li a.active-main-menu {
    color: #644026;
    display: block;
    font-family: Helvetica,arial;
    font-size: 11px;
    font-weight: bold;
    padding: 7px 21px 4px 18px;
    text-decoration: none;
    text-transform: uppercase;
}

#main-menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 18px;
    left: 5px;
    padding: 0px;
    z-index: 90;
}

#main-menu ul.sub-menu li {
    text-align: left;
    width: 172px;
}

#main-menu ul.sub-menu li a {
    text-align: left;
    font-size: 11px;
    font-family: Helvetica, arial;
    color: #644026;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 10px 8px;
}

#main-menu li:hover ul.sub-menu {
    display: block;
}

.top-sub-menu {
    background: transparent;
    height: 20px;
}

.sub-menu-background {
    background: url(/images/sub-nav-background.png);
    height: 30px;
}

#footer-menu {
    margin: 0px;
    padding: 0px;
}

#footer-menu	li {
    list-style-type: none;
    margin: 0px;
    padding: 5px 0 0 0;
    position: relative;
    z-index: 100;
}

#footer-menu	li a {
    font-size: 11px;
    font-family: Helvetica, arial;
    color: #644026;
    text-decoration: none;
}

.newsletter {
    width: 189px;
    height: 24px;
    border: 0px;
}

#footer-icon {
    margin: 0px;
    padding: 0px;
}

#footer-icon	li {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 20px 0 0 5px;
    position: relative;
    z-index: 100;
}

.logo-content {
    width: 700px;
    max-width: 700px;
    height: 80px;
    float: left;
}

.search-content {
    width: 300px;
    max-width: 300px;
    height: 80px;
    float: right;
    text-align: right;
}

.cart-header {
    padding: 0;
    position: relative;
    min-width: 500px;
    height: 80px;
    float: right;
}

.cart-header .checkout-container {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.cart-header .shopping-basket-container {
    position: absolute;
    bottom: 5px;
    right: 92.5px;
}

.cart-header .registry-basket-container {
    position: absolute;
    bottom: 5px;
    right: 230px;
}

.cart-header img {
    margin-top: -2px;
}

.box-1 {
    margin-top: 15px;
    width: 200px;
    float: left;
    color: #644026;
    font-family: Helvetica, arial;
    font-size: 11px;
    font-weight: bold;
}

.box-2 {
    margin-top: 15px;
    width: 168px;
    float: left;
}

.box-3 {
    margin-top: 15px;
    width: 157px;
    float: left;
}

.box-4 {
    margin-top: 15px;
    width: 151px;
    float: left;
}

.box-5 {
    margin-top: 15px;
    width: 241px;
    float: left;
}

.box-6 {
    margin-top: 15px;
    width: 82px;
    float: left;
}

.switcher {
    width: 494px;
    height: 314px;
    float: left;
    margin: 12px 0 0 0;
}

.shop {
    width: 241px;
    height: 314px;
    float: left;
    margin: 12px 0 0 12px;
}

.magazine-and-digital {
    width: 241px;
    height: 315px;
    float: left;
    margin: 12px 0 0 0;
}

.donna-hay-tv {
    width: 241px;
    height: 315px;
    float: left;
    margin: 12px 0 0 12px;
}

.books {
    width: 241px;
    height: 315px;
    float: left;
    margin: 12px 0 0 12px;
}

.great-new-pricing {
    width: 328px;
    height: 165px;
    float: left;
    margin: 12px 0;
}

.gift-registry {
    width: 328px;
    height: 165px;
    float: left;
    margin: 12px 0 12px 9px;
}

.donnay-hay-general-store {
    width: 326px;
    height: 165px;
    float: left;
    margin: 12px 0 12px 9px;
}

.product-recipe-search {
    width: 300px;
}

#breadcrumb {
    margin-left: 20px;
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 11px;
    font-family: Helvetica, arial;
    color: #644026;
    text-decoration: none;
    text-transform: lowercase;
}

.breadcrumb {
    font-size: 11px;
    font-family: Helvetica, arial;
    color: #644026;
    text-decoration: none;
    font-weight: bold;
}

.product-recipe-search {
    margin-top: 12px;
}

.become-a-member-right {
    background: url(/images/site/join-newsletter-bg.png);
    width: 300px;
    height: 144px;
    margin-top: 12px;
}

.become-a-member-small {
    width: 242px;
    height: 124px;
    margin-top: 12px;
    background: url(/images/site/join-newsletter-home-bg.png);
}

.mrec {
    margin-top: 10px;
}

.left-menu {
    width: 230px;
    float: left;
}

.category-products {
    width: 770px;
    float: left;
}

#left-menu	ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

#left-menu	ul li ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

#left-menu	ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0 0 10px 0;
    z-index: 100;
}

#left-menu	ul li 	ul li {
    padding: 5px 0;
}

#left-menu	ul li a {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #644026;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.promos {
	font-size: 12px;
	font-family: Helvetica, arial;
	color: #644026;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.promo-items {
	width: 110px;
}

.promo-item {
	width: 250px; 
	float: left; 
	margin-left: 11px;
}

.promo-blue-line {
	height: 8px;
	background: url(/images/site/blue-line-header.png);
	margin: 20px 0px;
}

#left-menu	ul li a.active {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #80C4E9;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#left-menu	ul li ul li a {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #644026;
    text-decoration: none;
    text-transform: lowercase;
    font-weight: bold;
}

#left-menu	ul li ul li a.active {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #81c5e8;
    text-decoration: none;
    font-weight: bold;
    text-transform: none;
}

#left-menu	ul li ul li a.selected {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #81c5e8;
    text-decoration: none;
    font-weight: bold;
    text-transform: lowercase;
}

.category-hero-image {
    width: 443px;
    height: 560px;
    float: left;
}
.mag-important-notice {
    width: 443px;
    height: 560px;
    float: left;
	text-align:center;
	color:#c0c0c0;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}
.banner-footer {
    margin: 0px auto;
    width: 740px;
}

p {
    font-size: 12px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-decoration: none;
    color: #404040;
}

/* product page */
.product {
    width: 230px;
    height: 335px;
    float: left;
    margin-right: 40px;
}

.product-no-margin {
    width: 230px;
    height: 335px;
    float: left;
}

.product-details {
    text-align: center;
    font-size: 12px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #54301A;
    margin-top: 5px;
}

.sku {
    display: none;
}

/*
.shipping-description p	{
    font-size: 11px;
    line-height: 16px;
    padding: 5px 0;
    font-family: Helvetica, arial;
    color: #404040;	
    width: 375px;
}

.returns-description p	{
    font-size: 11px;
    line-height: 16px;
    padding: 5px 0;
    font-family: Helvetica, arial;
    color: #404040;	
    width: 375px;
}
*/

.returns-description li {
    color: #404040;
    font-size: 12px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-decoration: none;
    list-style: none outside none;
    padding: 3px 0;
}

.product-name {
    text-decoration: none;
    text-transform: lowercase;
    color: #54301A;
}

.product-left {
    width: 500px;
    float: left;
}

.product-right {
    width: 500px;
    float: left;
}

.product-heading {
    font-weight: bold;
    font-size: 14px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #54301A;
}

.product-price {
    font-weight: bold;
    font-size: 18px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #54301A;
    margin-top: 20px;
}

.product-image-heading {
    height: 27px;
    width: 100px;
    margin: 5px 0 0 0px;
    padding: 0px;
}

.overview-image-heading {
    height: 30px;
    width: 100px;
    margin: 10px 0 0 0px;
    padding: 0px;
}

.shipping-image-heading {
    height: 30px;
    width: 375px;
    margin: 5px 0 0 0px;
    padding: 0px;
}

.returns-image-heading {
    height: 30px;
    width: 375px;
    margin: 5px 0 0 0px;
    padding: 0px;
}

.details-image-heading {
    height: 30px;
    width: 375px;
    margin: 5px 0 0 0px;
    padding: 0px;
}

.more-details-down-arrow {
	float: right;
	padding-top: 10px;
}

.product-blue-line {
    height: 3px;
    background: url(/images/site/product-blue-line.png);
    width: 377px;
}

.product-blue-line-faq {
    height: 3px;
    background: url(/images/site/product-blue-line.png);
    width: 444px;
}

.product-content p, .shipping-description p,  .shipping-description ul, .returns-description p, .returns-description ul, .details-description p {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
    font-family: Helvetica, arial;
    color: #404040;
    width: 376px;
}

.product-content li {
    color: #54301A;
    font-family: Helvetica,arial;
    font-size: 12px;
    list-style: none outside none;
    padding: 3px 0 3px 10px;
    text-decoration: none;
    background-image: url(/images/recipe-images/bullet-1.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
}

.product-block {
    font-weight: bold;
    font-size: 11px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #54301A;
    width: 188px;
    padding: 10px;
    zfloat: left;
}

.button {
    background: #75caef;
    border: 3px solid transparent;
    padding: 5px 18px;
    font-family: Helvetica, arial;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
	-webkit-appearance: none;
    border-radius: 0;
}

.cont-shopping {
    background: #ffffff;
    border: 1px solid #75caef;
    padding: 4px 18px;
    font-family: Helvetica, arial;
    font-size: 11px;
    color: #75caef;
    text-transform: uppercase;
}

.product-like {
    width: 170px;
    float: left;
    margin-right: 37px;
}

.product-like-no-margin {
    width: 170px;
    float: left;
}

.input-mini {
    width: 35px;
    height: 20px;
    border: 1px solid #9c9c9c;
}

.input-mini-cart {
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #75c9ea;
}
/* recipe content */

#left-recipe {
    width: 770px;
    float: left;
}

.recipe-product-search-member {
    width: 241px;
    height: 314px;
    float: left;
    margin: 12px 0 0 12px;
}

.recipe-product-search-small {
    width: 241px;
    height: 175px;
}

.recipes {
    width: 241px;
    height: 315px;
    float: left;
    margin: 12px 0 0 12px;
}

.recipe-items {
    width: 470px;
    float: left;
}

.recipe-details {
    width: 130px;
    height: 265px;
    float: left;
    font-size: 12px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-decoration: none;
    color: #54301A;
    margin-right: 24px;
}

.recipe-ingredient {
    font-weight: bold;
    color: #404040;
}

.recipe-ingredient p {
    font-style: italic;
}

.recipe-ingredient ul li {
    background-image: url(/images/recipe-images/bullet-1.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding-left: 0.8em;
}

.book-details {
    width: 130px;
    height: 225px;
    float: left;
    font-size: 12px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-decoration: none;
    color: #54301A;
    margin-right: 25px;
}

.recipe-name {
    text-decoration: none;
    text-decoration: none;
    color: #54301A;
}

.recipe-blue-line {
    height: 3px;
    background: url(/images/site/product-blue-line.png);
    width: 340px;
}

.most-popular-recipe-details {
    width: 130px;
    height: 265px;
    float: left;
    font-size: 12px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-decoration: none;
    color: #54301A;
    margin-right: 44px;
}

.most-popular-recipe-details-no-margin {
    width: 130px;
    height: 265px;
    float: left;
    font-size: 12px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-decoration: none;
    color: #54301A;
}

.recipe-image {
    width: 335px;
    float: left;
}

.recipe-content {
    width: 435px;
    float: left;
}

.recipe-heading {
    font-weight: bold;
    font-size: 14px;
    font-family: Helvetica, arial;
    text-decoration: none;
    color: #54301A;
    width: 340px;
}

.recipe-description,
.recipe-ingredient {
    width: 340px;
    margin-top: 10px;
}

.recipe-description	ul {
    font-weight: bold;
}

.recipe-description p,
.recipe-ingredient p{
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
    font-family: Helvetica, arial;
    color: #404040;
}

.recipe-description li,
.recipe-ingredient li {
    color: #404040;
    font-size: 12px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-decoration: none;
    list-style: none outside none;
    padding: 3px 0;
}

ul.tabs {
    height: 40px;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0;
    width: 300px;
}

ul.tabs li {
    float: left;
    list-style-image: none !important;
    margin: 0 !important;
    padding: 0;
    text-indent: 0;
}

ul.tabs a {
    display: block;
    height: 40px;
    margin: 0;
    padding: 0;
}

.white-background {
    width: 300px;
    height: 135px;
    background: url(/images/site/tabs/white-background.png);
}

.blue-background {
    width: 300px;
    height: 135px;
    background: url(/images/site/tabs/blue-background.png);
}

ul.tabs-2 {
    height: 40px;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0;
    width: 241px;
}

ul.tabs-2 li {
    float: left;
    list-style-image: none !important;
    margin: 0 !important;
    padding: 0;
    text-indent: 0;
}

.white-home-background {
    width: 241px;
    height: 135px;
    background: url(/images/site/tabs/white-home-page.png);
}

.blue-home-background {
    width: 241px;
    height: 135px;
    background: url(/images/site/tabs/blue-home-page.png);
}

.control-label {;
}

/* checkout */

.billing-details {
    width: 490px;
    float: left;
    border-right: 1px dashed #7ec4e8;
}

.shipping-details {
    width: 490px;
    float: left;
    margin-left: 15px;
}

#checkout {
    margin-top: 15px;
}

.checkout h2 {
    font-weight: bold;
    font-size: 14px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-transform: uppercase;
    color: #54301A;
}

.page-heading {
    font-weight: bold;
    font-size: 14px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #54301A;
}

.billing-page-heading {
    font-weight: bold;
    font-size: 14px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #54301A;
    width: 155px;
    float: left;
}

.table {
    font-size: 11px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
    width: 90%;
}

.controls input {
    border: 1px solid #CCCCCC;
    color: #555555;
    display: inline-block;
    font-size: 12px;
    width: 270px;
    height: 20px;
}

.control-group {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
    font-family: Helvetica, arial;
    color: #404040;
}

.new-member {
    width: 328px;
    height: 245px;
    background: #eff8ff;
    float: left;
    margin-left: 9px;
}

.new-member p {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
    font-family: Helvetica, arial;
    color: #404040;
}

.guest-checkout {
    width: 326px;
    height: 245px;
    background: #eff8ff;
    float: left;
    margin-left: 9px;
}

.guest-checkout p {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
    font-family: Helvetica, arial;
    color: #404040;
}

.existing-member {
    width: 328px;
    height: 245px;
    background: #eff8ff;
    float: left;
} 

/* About Donna */

.left {
    float: left;
}

.about-donnna {
    width: 470px;
    float: left;
}

.donna-bio {
    width: 450px;
}

.db-info p {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #666666;
    line-height: 18px;
    padding: 5px 0;
}

.db-info h2 {
    font-weight: bold;
    font-size: 14px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-transform: uppercase;
    color: #54301A;
}

.readmore2 {
    color: #00569C;
    display: block;
    font-size: 12px;
    padding: 0;
    text-decoration: underline;
}

.db-info {
    width: 280px;
}

.right {
    float: right;
}

.banner-right {
    width: 200px;
}

.donna-item {
    padding: 30px 0 20px;
    width: 210px;
}

.donna-item-info {
    width: 115px;
}

.donna-item-info h2 {
    font-weight: bold;
    font-size: 14px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-transform: uppercase;
    color: #54301A;
}

.donna-item-info p {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #666666;
    line-height: 18px;
    padding: 5px 0;
}

.right {
    float: right;
}

.clearB {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.biography left {
    padding: 15px 0 0 15px;
    width: 580px;
}

.biography h2 {
    font-weight: bold;
    font-size: 0px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-transform: uppercase;
    color: #54301A;
}

.biography h4 {
    color: #4E3227;
    font-size: 12px;
    font-family: Helvetica, arial;
    font-weight: bold;
    padding: 0 0 5px;
}

.biography p {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #666666;
    line-height: 18px;
    padding: 5px 0;
}

#space {
    padding-left: 30px;
}

/* in the media */

.media {
    padding: 10px 0;
}

.media-info {
    width: 350px;
}

.media-info h4 {
    color: #4E3227;
    font-size: 12px;
    font-family: Helvetica, arial;
    font-weight: bold;
    padding: 0 0 5px;
}

.media-info p {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #666666;
    line-height: 18px;
    padding: 5px 0;
}

.pubdate {
    font-family: Helvetica, arial;
    color: #666666;
    line-height: 18px;
    margin: 2px 0;
}

.media-info h4 em {
    font-style: normal;
}

.pdf-download {
    font-size: 11px;
    font-family: Helvetica, arial;
    padding: 2px 0 0 2px;
}

.pdf-download, .hear-audio, .watch-video {
    background-position: left center;
    background-repeat: no-repeat;
    color: #4E3227;
    text-decoration: none;
}

/* blog */

.dp-head {
    border-bottom: 1px solid #EDEAE9;
    padding: 0;
}

.dp-head h4 {
    color: #4E3227;
    font-family: Helvetica, arial;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 5px;
    text-transform: capitalize;
}

.dp-body p {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #666666;
    line-height: 18px;
    padding: 5px 0;
}

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

/* Donna Hay Tv */

.DH_video {
    padding: 0 0 10px 0;
    height: 255px;
}

#left-tv {
    width: 180px;
    float: left;
}

.category-donna-hay-tv {
    width: 470px;
    float: left;
}

.category-donna-hay-tv h4 {
    color: #4E3227;
    font-family: Helvetica, arial;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 5px;
    text-transform: capitalize;
}

.category-donna-hay-tv p {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #666666;
    line-height: 18px;
    padding: 5px 0;
}

.dhtv-archive {
    width: 775px;
    margin-left: 225px;
}

.dhtv-archive .item {
    float: left;
    margin: 0;
    padding: 0 25px 0 0;
    ;
    width: 175px;
}

.dhtv-archive .item-no-margin {
    float: left;
    margin: 0;
    padding: 0;
    width: 175px;
}

.dhtv-archive .image {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 175px;
}

.basic-modal-content {
    display: none;
}

.dhtv-archive .title {
    color: #4E3227;
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
}

.dhtv-archive .date {
    color: #666666;
    font-family: arial;
    font-size: 10px;
}

#simplemodal-overlay {
    background-color: #ffffff;
    cursor: wait;
}

.header h2 {
    font-weight: bold;
    font-size: 14px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-transform: uppercase;
    color: #54301A;
}

/* membership */

.membership {
    width: 443px;
    float: left;
}

.membership h2 {
    font-weight: bold;
    font-size: 14px;
    font-family: Helvetica, arial;
    text-decoration: none;
    text-transform: uppercase;
    color: #54301A;
    padding-bottom: 10px;
}

.membership h4 {
    color: #4E3227;
    font-size: 12px;
    font-family: Helvetica, arial;
    font-weight: bold;
    padding: 0 0 5px;
}

form label {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #666666;
}

.membership p {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #666666;
    line-height: 18px;
    padding: 5px 0;
}

.member-input {
    border: 1px solid #CCCCCC;
    color: #555555;
    display: inline-block;
    font-size: 11px;
    height: 21px;
    line-height: 16px;
    width: 244px;
}

.member-textarea {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 9px;
    padding: 4px;
    width: 380px;
    height: 120px;
}

input[type="image"], input[type="checkbox"], input[type="radio"] {
    width: auto;
    height: auto;
    padding: 0;
    line-height: normal;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 9;
}


/* pagination */

#listingpaginate {
    text-align: center;
}

.paginationstyle a {
    color: #80C4E9;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Helvetica, arial;
    padding: 5px 20px;
}

.flatview a {
    padding: 6px;
}

.paginationstyle .flatview a.selected {
    background-color: #80C4E9;
    color: #ffffff;
}

.content-items {
    width: 450px;
    float: left;
}

.content-items li {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #666666;
    line-height: 18px;
    padding: 5px 0;
}

.content-items p {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #666666;
    line-height: 18px;
    padding: 5px 0;
}

.page-text {
    width: 450px;
    float: left;
}

.page-text li {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #666666;
    line-height: 18px;
    padding: 5px 0;
}

.page-text p {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #666666;
    line-height: 18px;
    padding: 5px 0;
}

.pagecontent {
    margin-left: 20px;
}

.button {
    cursor: pointer;
}

#share_icons {
    margin: 5px 0;
}

.pin-it-button {
    margin-top: 5px;
}

.fb-like {
    margin-top: 5px;
}

.tweet {
    margin-top: 5px;
    width: 100px;
}

.inlineblock {
    vertical-align: top;
    display: inline-block;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}

#TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color: #666666;
}

#TB_window a:link {
    color: #666666;
}

#TB_window a:visited {
    color: #666666;
}

#TB_window a:hover {
    color: #000;
}

#TB_window a:active {
    color: #666666;
}

#TB_window a:focus {
    color: #666666;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.TB_overlayMacFFBGHack {
    background: url(/images/macFFBgHack.png) repeat;
}

.TB_overlayBG {
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html #TB_overlay {
 /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 102;
    color: #000000;
    display: none;
    border: 0px solid #525252;
    text-align: left;
    top: 50%;
    left: 50%;
}

* html #TB_window {
 /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
    display: block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#TB_caption {
    height: 25px;
    padding: 7px 30px 10px 25px;
    float: left;
}

#TB_closeWindow {
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right;
}

#TB_closeAjaxWindow {
    padding: 7px 10px 5px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
}

#TB_ajaxWindowTitle {
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
}

#TB_title {
    background-color: #e8e8e8;
    height: 27px;
}

#TB_ajaxContent {
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
    padding: 15px;
}

#TB_ajaxContent p {
    padding: 5px 0px 5px 0px;
}

#TB_ajaxContent2 {
    clear: both;
    padding: 20px 20px 5px 25px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
}

#TB_ajaxContent2.TB_modal {
    padding: 15px;
}

#TB_ajaxContent2.TB_modal {
    padding: 15px;
}

#TB_ajaxContent2 p {
    padding: 5px 0px 5px 0px;
}

#TB_load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px;
 /* -height/2 0 0 -width/2 */;
}

* html #TB_load {
 /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

* html #TB_HideSelect {
 /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    _margin-bottom: 1px;
}

/* homepage switcher */

div#slide-holder {
    height: 314px;
    margin: 0 0 8px;
    width: 494px;
    z-index: 40;
}

div#slide-holder div#slide-runner {
    height: 314px;
    overflow: hidden;
    position: absolute;
    width: 494px;
}

div#slide-holder img {
    display: none;
    margin: 0;
    position: absolute;
}

img {
    border: 0 none;
}

div#slide-holder div#slide-controls {
    bottom: 0;
    display: none;
    height: 46px;
    left: 0;
    position: absolute;
    width: 494px;
}

div#slide-holder div#slide-controls p#slide-nav {
    display: inline;
    float: right;
    height: 15px;
    margin: 25px 150px 0 0;
}

div#slide-holder div#slide-controls p#slide-nav a {
    background-image: url("/images/site/silde-nav.png");
}

div#slide-holder div#slide-controls p#slide-nav a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    line-height: 24px;
    margin: 0 20px 0 0;
    text-decoration: none;
    width: 15px;
}

div#slide-holder div#slide-controls p#slide-nav a.on {
    background-position: 0 -15px;
}

.login-blue {
    width: 205px;
    height: 25px;
    border: 1px solid #75c9ee;
    background: transparent;
}

.form-heading {
    font-family: helvetica, arial;
    font-size: 12px;
    text-transform: uppercase;
    color: #54301A;
    font-weight: bold;
}

.form-text {
    font-family: helvetica, arial;
    font-size: 11px;
    text-transform: uppercase;
    color: #75c9ee;
    font-weight: bold;
}

.normal-text {
    font-family: helvetica, arial;
    font-size: 11px;
    color: #54301A;
}

#simplemodal-container a.modalCloseImg {
    background: url(../images/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

.faq-heading {
    font-family: Helvetica, arial;
    font-size: 12px;
    font-weight: bold;
    color: #644026;
}

/* cart pop up */

.cart-popup {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: 86px;
    top: 80px;
    background-color: white;
    padding: 17px;
    z-index: 110;
    width: 380px;
    -moz-box-shadow: 3px 3px 18px #CECECE;
    -webkit-box-shadow: 3px 3px 18px #CECECE;
    box-shadow: 3px 3px 18px #CECECE;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CECECE')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CECECE');
}

.hide {
    display: none;
}

.contact-form-text {
    font-size: 12px;
    font-family: Helvetica, arial;
    color: #666666;
    line-height: 18px;
    padding: 5px 0;
}

.store-slider {
    margin: auto;
    padding: 20px 0;
    width: 470px;
}

.location-desc {
    width: 450px;
    float: left;
}

.location-address {
    width: 450px;
    float: left;
}

.emaillabel {
    float: none;
    margin-bottom: 0px;
    margin-top: 5px;
}

#tellfriend {
    position: absolute;
    margin-top: 0px;
    left: 400px;
    color: white;
    padding: 15px;
    margin-bottom: 20px;
    width: 350px;
    z-index: 1;
    border: 1px solid #CCC;
    background-color: #F2F2F2;
}

#tellfriend a.close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: url(/images/fancy_closebox.png) no-repeat;
    height: 30px;
    width: 30px;
    overflow: hidden;
    text-indent: -1000px;
}

#tellfriend2 {
    display: none;
}

/*
anythingSlider v1.2
By Chris Coyier: http://css-tricks.com
with major improvements by Doug Neiner: http://pixelgraphics.us/
based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider {
    width: 450px;
    height: 450px;
    position: relative;
    margin: 0 auto 15px;
}

.anythingSlider .wrapper {
    width: 380px;
    overflow: hidden;
    height: 490px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
/* Width below is max for Opera */
.anythingSlider .wrapper ul {
    width: 32700px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
    margin: 0;
}

.anythingSlider .wrapper ul li {
    display: block;
    float: left;
    padding: 0;
    height: 540px;
    width: 420px;
    margin: 0;
}

.anythingSlider .arrow {
    display: block;
    height: 200px;
    width: 67px;
    background: url(/images/arrows.png) no-repeat 0 0;
    text-indent: -9999px;
    position: absolute;
    top: -151px;
    cursor: pointer;
    margin: -12px;
}

.anythingSlider .forward {
    background-position: 0 0;
    right: 5px;
}

.anythingSlider .back {
    background-position: -67px 0;
    left: -65px;
}

.anythingSlider .forward:hover {
    background-position: 0 -200px;
}

.anythingSlider .back:hover {
    background-position: -67px -200px;
}

.thumbNav {
    position: relative;
    top: 323px;
    text-align: center;
}

.thumbNav li {
    display: inline;
}

.thumbNav a {
    color: black;
    font: 11px/18px Georgia, Serif;
    display: inline-block;
    padding: 2px 8px;
    height: 18px;
    margin: 0 5px 0 0;
    background: #c58b04 url(../images/cellshade.png) repeat-x;
    text-align: center;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.thumbNav a:hover {
    background-image: none;
}

.thumbNav a.cur {;
}

.start-stop {
    z-index: 10;
    background: green;
    background-image: url(../images/cellshade.png);
    background-repeat: repeat-x;
    color: white;
    padding: 2px 5px;
    width: 40px;
    text-align: center;
    position: absolute;
    right: 45px;
    top: 323px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    display: none;
}

.start-stop.playing {
    background-color: red;
    display: none;
}

.start-stop:hover {
    background-image: none;
    display: none;
}
/*
Prevents
*/
.anythingSlider .wrapper ul ul {
    position: static;
    margin: 0;
    background: none;
    overflow: visible;
    width: auto;
    border: 0;
}

.anythingSlider .wrapper ul ul li {
    float: none;
    height: auto;
    width: auto;
    background: none;
}

.dform_container input.text {
    width: 250px;
}

/* magazine */

.magazine-subscribe {
    width: 385px;
    float: left;
}

.magazine-subscribe-content {
    width: 385px;
    float: left;
}

.magazine-price-text {
    color: #54301A;
    font-family: Helvetica,arial;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.magazine-text {
    color: #54301A;
    font-family: Helvetica,arial;
    font-size: 12px;
    text-decoration: none;
}

.magazine-heading {
    color: #54301A;
    font-family: Helvetica,arial;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.magazine-subscribe-content	ul {;
}

.magazine-subscribe-content li {
    color: #54301A;
    font-family: Helvetica,arial;
    font-size: 12px;
    list-style: none outside none;
    padding: 3px 0 3px 10px;
    text-decoration: none;
    background-image: url(/images/recipe-images/bullet-1.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
}

.magazine-button {
    background: #75caef;
    border: 0px;
    padding: 5px 18px;
    font-family: Helvetica, arial;
    font-size: 11px;
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
}

#gift-registry-email {
    float: left;
    width: 470px;
}

#gift-registry-email .submit {
    background: #75caef;
    border: 0px;
    padding: 5px 18px;
    font-family: Helvetica, arial;
    font-size: 11px;
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
}

#gift-registry-email .text {
    width: 190px;
    height: 25px;
    border: 1px solid #75c9ee;
    background: transparent;
}

#gift-registry-email .dform_email {
    float: left;
    width: 190px;
    height: 25px;
    background: transparent;
}

#gift-registry-email .dform_html {
    float: left;
    width: 110px;
    height: 25px;
    background: transparent;
}

#gift-registry-email .submit_button {
    clear: both;
    padding-left: 30px;
    padding-top: 3px;
}

#gift-registry-email .dftop_label {
    font-family: Helvetica, arial;
    font-size: 11px;
    color: #75CAEF;
}

#gift-registry-email #forms_field_24	.dform_container {
    font-family: Helvetica, arial;
    font-size: 11px;
    color: #75CAEF;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
}

#gift-registry-email #forms_field_40	.dform_container {
    font-family: Helvetica, arial;
    font-size: 11px;
    color: #75CAEF;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
}

/*
#gift-registry-email .text	{
	width: 190px;
	height: 25px;
	border: 1px solid #75c9ee;
	background: transparent;
}



#gift-registry-email #forms_field_24 {
	float: left;
	width: 95px;
	padding-left: 30px;
}

#gift-registry-email #forms_field_24	.dform_container	{
	font-family: Helvetica, arial;
	font-size: 11px;
	color: #75CAEF;
	padding-top: 5px;
}

#gift-registry-email #forms_field_40	{
	float: left;
	width: 95px;
	padding-left: 30px;
}

#gift-registry-email #forms_field_40	.dform_container	{
	font-family: Helvetica, arial;
	font-size: 11px;
	color: #75CAEF;
	padding-top: 5px;
}

#gift-registry-email .dform_container	{
	width: 190px;
}

#gift-registry-email #forms_field_41	{
	float: left;
	width: 190px;
	padding-left: 30px;
}
*/
#competition-details {
    width: 350px;
    float: left;
}

#competition-image {
    width: 350px;
    float: left;
}

#competition-details	textarea {
    width: 330px;
    float: left;
}

.competition-details {
    width: 330px;
}

.competition-details	p {
    margin-bottom: 10px;
}

.competition-details li {
    color: #54301A;
    font-family: Helvetica,arial;
    font-size: 12px;
    list-style: none outside none;
    padding: 3px 0 3px 10px;
    text-decoration: none;
    background-image: url(/images/recipe-images/bullet-1.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
}

.dfinput_full {
    margin-top: 10px;
}

.submit {
    background: #75caef;
    border: 0px;
    padding: 5px 18px;
    font-family: Helvetica, arial;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
}

.dform_container textarea {
    margin-bottom: 10px;
}

#comptc	p {
    font-size: 11px;
    line-height: 16px;
    padding: 0 20px 0 0;
}

.editionlist ul {
    list-style-type: none;
}

.editionlist li p {
    font-size: 11px;
    line-height: 16px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
} /* IE7 */

/* info bubble - for example its being used for registry close date help*/
.registry-info-bubble {
    position: absolute;
    z-index: 100000;
    padding: 10px 10px 10px 10px;
/* 	border: 1px solid rgba(218, 240, 253, 1); */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 18px #CECECE;
    -moz-box-shadow: 3px 3px 18px #CECECE;
    box-shadow: 3px 3px 18px #CECECE;
    background-color: rgba(218, 240, 253, 1);
    white-space: normal;
    font-weight: normal;
    font-size: 12px;
    color: #644026;
}

.arrow-left {
    z-index: 100001;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-right: 26px solid rgba(218, 240, 253, 1);
}

.registry-container {
    width: 443px;
    float: left;
    color: #644026;
}

.registry-container p {
    font-size: 12px;
}

.registry-container input[type="text"], input[type="password"] {
    padding-left: 5px;
    border: 1px solid #80c5ec;
}

.registry-container input {
    float: left;
}

.registry-container .login-details {
    padding-top: 10px;
    padding-bottom: 10px;
}

.registry-container .login-name {
    padding-bottom: 10px;
}

.registry-container .login-password {
    padding-bottom: 10px;
}

.registry-list-container {
    width: 770px;
    float: left;
}

.new-registry-description {
    margin-bottom: 10px;
}

.new-registry-options-container {
    width: 440px;
    height: 100px;
    background: #daf0fd;
}

.new-registry-options-container .new-registry-options-container-subtext {
    padding: 0 20px 0 20px;
    color: black;
    font-family: helvetica, arial;
    font-size: 12px;
    line-height: 16px;
}

.new-registry-title {
    font-size: 18px !important;
}

.new-registry-image {
/* 	width: 56%; */;
}

.new-registry-text {
    display: block;
    margin-bottom: 5px;
    color: #333 !important;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    text-align: left;
}

.registry-title-text {
    font-size: 12px;
    color: #644026;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#register-div {
    color: #644026;
    width: 443px;
    float: left;
}

#register-div fieldset {
    padding-bottom: 10px;
}

#register-div p {
    margin-bottom: 15px;
/* 	color: #644026; */;
}

#register-div p login-details input {
    padding-left: 5px;
    border: 1px solid #80c5ec;
    float: left;
}

#register-div p span.outer-box {
    display: inline-block;
    height: 100%;
    background: #80c5ec;
    width: 255px;
    float: left;
    padding: 1px;
}

#register-div p span.outer-box-textarea {
    display: inline-block;
    height: 100%;
    background: #80c5ec;
    width: 97.8%;
    float: left;
    padding: 1px;
}

#register-div .registry-subscribe-text {
    padding-top: 10px;
    color: #644026;
    font-size: 11px;
}

.registry-event-details {
    padding: 10px;
    min-width: 413px;
    max-width: 413px;
    height: 200px;
    color: black;
    font-size: 11px;
    border: 0px;
}

.registry-container label.error {
    display: inline-block;
    margin-top: 3px;
    margin-left: 10px;
    margin-bottom: 0px;
    color: rgba(255, 0, 0, 0.7);
/* 
	float: right;
	margin-right: 50px;
 */;
}

.registry-list-container label.error {
    display: inline-block;
    margin-top: 3px;
    margin-left: 5px;
    margin-bottom: 0px;
    color: rgba(255, 0, 0, 0.7);
}

.add-to-registry-button {
    background: #644026;
    border: 3px solid #75caef;
    padding: 5px 18px;
    font-family: Helvetica, arial;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}

.add-more-gifts-button {
    background: #644026;
    border: 3px solid #75caef;
    padding: 5px 18px;
    font-family: Helvetica, arial;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    width: 105px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.print-icon {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.registry-popup {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: 86px;
    top: 80px;
    background-color: white;
    padding: 17px;
    z-index: 110;
    width: 380px;
    -moz-box-shadow: 3px 3px 18px #CECECE;
    -webkit-box-shadow: 3px 3px 18px #CECECE;
    box-shadow: 3px 3px 18px #CECECE;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CECECE')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CECECE');
}

.myregistry-table-header {
    width: 100%;
    height: 24px;
}

#myregistry-table-row td {
    padding-top: 10px;
}

.text_update {
    border: none;
    background-color: transparent;
    padding: 0;
    text-decoration: none;
    font-size: 11px;
    text-transform: lowercase;
	/*color:  #644026;*/
    color: black;
    cursor: pointer;
    margin-left: 5px;
}

.outer-border {
    display: inline-block;
    border: 1px solid #80c5ec;
    padding: 5px 5px 2px 5px;
}

.outer-border .inner-border {
    display: inline-block;
    border: 1px dashed #80c5ec;
    padding: 5px;
}

.updateregistry {
    margin-top: 11px;
}

.registry-about-text p {
    color: black;
}

.registry-delivery-information p {
    color: black;
}

#register-div .registry-about-subheader {
    padding-top: 10px;
}

.registry-container .find-a-registry-details {
    padding-top: 10px;
    padding-bottom: 10px;
}

.registry-container .find-a-registry-name {
    padding-bottom: 10px;
}

.registry-container .find-a-registry-month {
    padding-bottom: 10px;
}

.member_registry_photo_text {
    color: #644026;
    font-size: 11px;
}

.find-a-registry-image {
    width: 80px;
}

.login-image {
/* 	width: 15.5%; */;
}

.member-details-image {
    width: 40%;
}

.registry-details-image {
    width: 40%;
}

.my-registry-image {
/* 	width: 19%; */;
}

.forgot-image {
/* 	width: 43%; */;
}

.almost-there-image {
/* 	width: 30%; */;
}

.registry-updated-image {
    width: 90%;
}

.terms-input-field {
    margin-left: 3px;
    margin-bottom: 2px;
    cursor: pointer;
    color: #644026;
    text-decoration: underline;
    outline: none;
    border: 0;
    width: 120px;
}

.help-bubble-input-image {
    background: url(/images/site/icons/help-icon.jpg) no-repeat;
    margin-left: 5px;
    margin-top: 2px;
    cursor: pointer;
}

.help-bubble-input {
    outline: none;
    border: 0;
    width: 17px;
    height: 17px;
	/* two attributes below are to hide the caret that only shows in Firefox*/
    color: white;
    padding-left: 17px;
}

.forgot-password-text {
    font-size: 11px;
    text-decoration: underline;
}

input[readonly], input[readonly="readonly"] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.registry-container span.error {
    margin-left: 10px;
    color: rgba(255, 0, 0, 0.7);
    font-size: 11px;
    padding-top: 5px;
    display: inline-block;
}

.registry-container span.min-password-error {
    width: 180px;
    margin-left: 10px;
    color: rgba(255, 0, 0, 0.7);
    font-size: 11px;
    display: inline-block;
}

#registry-shipping .order-registry-text {
    color: #333;
    font-size: 11px;
    font-weight: normal;
}

#registry-shipping table td {
    padding: 10px;
}

.find-a-list-result-view {
    text-align: center;
    padding-top: 10px;
}

.find-a-list-table-header {
    text-align: left;
}

.find-a-list-table-header th {
    padding-left: 2px;
}

.find-a-list-table-row td {
    padding-left: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.find-a-list-table-row td span {
    color: black;
}

.registry-close-date-error {
    margin-left: 33px;
    color: rgba(255, 0, 0, 0.7);
    font-size: 11px;
    bottom: 18px;
    display: inline-block;
    position: relative;
}

/* overwrite Component containers */
.ui-widget-content {
    border: 1px solid #ecf1f4;
    background: white;
    color: #644026;
}

.ui-widget-header {
    background: white;
    color: #644026;
    font-weight: bold;
}

.ui-widget-header a {
    color: #ffffff;
}

/* overwrite Interaction states */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #B1D9EF;
    font-weight: bold;
    color: white;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none;
    background: #daf0fd url(../images/ui-bg_highlight-soft_40_8ea1ad_1x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #644026;
    color: white;
    font-weight: bold;
    border: none;
}

/* overwrite Interaction Cues */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none;
/* 	background: #fff8aa url(../images/ui-bg_highlight-soft_25_FFF8AA_1x100.png) 50% top repeat-x; */
    color: white;
}

/* overwrite states and images */
.dh-ui-icon-left {
    width: 16px;
    height: 16px;
    background: url(/images/site/icons/arrow-left.png);
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.dh-ui-icon-right {
    width: 16px;
    height: 16px;
    background: url(/images/site/icons/arrow-right.png);
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* overwrite datepicker css*/
.ui-datepicker {
    width: 18em;
    padding: 0.2em .65em 0.5em .65em;
    display: none;
    -webkit-box-shadow: 3px 3px 18px #CECECE;
    -moz-box-shadow: 3px 3px 18px #CECECE;
    box-shadow: 3px 3px 18px #CECECE;
}

.ui-datepicker .ui-datepicker-header {
    border-bottom: 1px dashed #80c5ec;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-month {
    text-transform: uppercase;
}

.hasDatepicker {
    background: #fff url(/images/site/icons/calendar_icon.jpg) no-repeat 98% 2px !important;
}

.registry-about-faq p {
    color: black;
}

.registry-about-faq p:last-child {
    margin-bottom: 0px !important;
}

.my-registry-photo-container {
    float: left;
    width: 300px;
    min-height: 200px;
    max-height: 270px;
    overflow: hidden;
    text-align: center;
/* 
	-webkit-box-shadow:2px 2px 2px 2px #333333;
	-moz-box-shadow:2px 2px 2px 2px #333333;
	-o-box-shadow:2px 2px 2px 2px #333333;
	-ms-box-shadow:2px 2px 2px 2px #333333;
	box-shadow:2px 2px 2px 2px #333333;
 */;
}

.registry-list-table {
    text-transform: uppercase;
}

.registry-list-table td {
    line-height: 11px;
}

.registry-list-table .input-mini-cart {
    margin-left: 4px;
}

.registry-list-table-header {
    color: #644026;
}

.quantity-left {
    font-size: 11px;
}

.share-this-registry-container {
    float: left;
    width: 650px;
    height: 180px;
    margin-top: 20px;
    margin-bottom: 15px;
    background: url(/images/share-registry-large.png) no-repeat;
}

.registry-purchases {
    margin-top: 40px;
}

.registry-items-count-text {
    color: black;
}

.header-blue-bar {
    display: none;
}

::-webkit-input-placeholder {
    color: #644026;
}

:-moz-placeholder {
    color: #644026;
}

::-moz-placeholder {
    color: #644026;
}

:-ms-input-placeholder {
    color: #644026;
}

/* skinned styles */

.skinned-wrapper {
    background: url('/images/site/skin-select.png') no-repeat scroll 0pt 100%;
    width: 251px;
    height: 26px;
}

.skinned-wrapper select {
    opacity: 0;
    filter: alpha(opacity = 0);
    moz-opacity: 0;
    position: relative;
    z-index: 100;
}

.skinned-wrapper .skinned-text {
    position: absolute;
    text-indent: 6px;
    width: 251px;
    z-index: 1;
    margin-top: 7px;
}

.skinned-wrapper .skinned-text,
.skinned-wrapper select,
.skinned-wrapper select option {
    width: 250px;
 /* dropdown width */
    font-size: 11px;
/* 	color: #644026; */
    color: #555555;
}

.skinned-wrapper select {
    height: 26px;
}
/* default: non javascript version of select */

.my-skinned-select select {
    width: 150px;
    font-size: 11px;
    border: 1px solid #D5E6EE;
}

.skinned-wrapper-home {
    background: url('/images/site/skin-select-home.png') no-repeat scroll 0pt 100%;
    width: 180px;
    height: 26px;
    margin-top: 5px;
}

.skinned-wrapper-home select {
    opacity: 0;
    filter: alpha(opacity = 0);
    moz-opacity: 0;
    position: relative;
    z-index: 100;
}

.skinned-wrapper-home .skinned-text-home {
    position: absolute;
    text-indent: 6px;
    width: 180px;
    z-index: 1;
    margin-top: 7px;
}

.skinned-wrapper-home .skinned-text-home,
.skinned-wrapper-home select,
.skinned-wrapper-home select option {
    width: 180px;
 /* dropdown width */
    font-size: 11px;
    color: #644026;
}

.skinned-wrapper-home select {
    height: 26px;
}
/* default: non javascript version of select */

.my-skinned-select select {
    width: 150px;
    font-size: 11px;
    border: 1px solid #D5E6EE;
}

/* ------------------------------------------------------------------------
	This you can customize
------------------------------------------------------------------------- */

label.checkbox span.holder {
    height: 69px;
 /* Total height of your checkbox image */
    width: 17px;
    background: url(../images/site/checkbox-background.png) 0 0px no-repeat;
 /* Path to your checkbox image */;
}

label.checkbox:hover span.holder,
label.radio:hover span.holder {
    top: -23px !important;
} /* Background position on mouseover */

label.checked span.holder,
label.checked span.holder,
label.checked:hover span.holder,
label.checked:hover span.holder {
    top: -46px !important;
} /* Background position when checked */


/* ------------------------------------------------------------------------
	Customize at your own risk
------------------------------------------------------------------------- */

label.list {
    float: left;
    clear: left;
    margin: 0 0 5px 0;
}

label.inline {
    float: left;
    margin: 0 10px 0 0;
}

input.hiddenCheckbox {
    position: absolute;
    left: -10000px;
 /* Hide the input */;
}

label.prettyCheckbox span.holderWrap {
    display: block;
    float: left;
    position: relative;
    margin-right: 5px;
    overflow: hidden;
}

label.prettyCheckbox span.holder {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.four-random-recipes-wrapper {
	float: left;
	border: 1px solid #e4e4e4;
	padding: 30px 37.5px 30px 37.5px;
}

.random-recipe-details {
	width: 100px;
	float: left;
	font-size: 12px;
	font-family: Helvetica, arial;
	text-decoration: none;
	color: #54301A;
	margin-right: 35px;
}

.random-recipe-details:last-child {
	margin-right: 0px;
}

.about-donna-heading-text {
	color: #4E3227;
	font-family: Helvetica, arial;
	font-weight: bold;
	padding: 0 0 5px;
}

.about-donnna p {
	font-size: 12px;
	font-family: Helvetica, arial;
	color: #666666;
	line-height: 18px;
	padding: 5px 0;
}

.recipe {
	padding-top: 6px;
	padding-bottom: 6px;
}

.additional-item {
	text-align: center;
	padding: 20px 15px 0px 0px;
}

.promo-external-btn, .promo-main-btn {
	font-family: Helvetica, arial;
	font-size: 11px;
	text-align: center;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
    background-color: #543019;
    color: #fff;
	line-height: 26px;
    /*padding: 10px 10px 10px 10px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;*/
}

.promo-external-btn {
	width: 138px;
	height: 26px;
	float: left;
}

.promo-main-btn {
	width: 109px;
	height: 26px;
	float: right;
}


.ipadClose {
    background: url(/images/cross-ipad.png) no-repeat right top;
    height:100px;
    width:100px;
    cursor:pointer;
    right: 30px;
    position: absolute;
    clear:both;
}