/* ========================
Funky Bunches
CSS by Cale Woodley
2007-12-20 
======================== */

@import url("reset.css");
@import url("horizontal-styled.css");


body {
  background: #aca4b0 url(../images/core/body-background.gif) repeat-x;
  font: 0.75em Tahoma, Verdana, Arial, sans-serif;
}

strong {font-weight: bold;}

.noborder {border: none !important;}

.checkout_fields {
  float: right;
  width: 380px;
  height: 30px;
}
.checkout_fields .text {
  float: left;
  display: block;
  width: 105px;
  text-align: left;
}
.checkout_fields input {
  float: left;
  display: block;
  margin: 0 0 0 10px;
}

/* =CONTAINER
************************/
div#container {
  width: 1000px;
  margin: 0 auto;
}


/* =HEADER
************************/
div#header {
  width: 1000px; 
  height: 220px;
  position: relative;
}

img#logo {
  float: left;
  display: inline;
}

img#webcall {
  float: right;
  display: inline;
  margin-top: 25px;
}

div#contactinfo {
  float: left;
  display: inline;
  margin: 0 0 0 30px;
}

div#contactinfo p {
  float: left;
  display: inline;
  border-right: 2px solid #fff;
  color: #fff;
  margin: 28px 0px 0px 20px;
  width: 125px;
  line-height: 24px;
  padding-right: 10px;
}

#facebook {position: absolute; top: 80px; right: 150px;}
#twitter {position: absolute; top: 120px; right: 150px;}

/* =CART
************************/
div#cart {
  width: 590px;
  float: right;
  display: inline;
  height: 52px;
  background: url(../images/core/cart-background.gif) top right no-repeat;
  color: #fff;
}

div#cart p {
  padding: 0;
  border: none;
  width: auto;
  margin: 24px 0pt 0pt 365px;
  float: left;
  display: inline;
}

div#cart img {
  float: right;
  display: inline;
  margin: 21px 15px 0 0;
}

h1.bundle {
	font-size: 12px!important;
	margin: 0px!important;
	padding: 0px!important;
}

tr.cart-item td {
	background: #F9F3FC!important;
}

/* =NAV
************************/
body#home a#nav-home,
body#about a#nav-about,
body#products a#nav-products,
body#membership a#nav-membership,
body#reminders a#nav-reminders,
body#giftvoucher a#nav-giftvoucher,
body#faq a#nav-faq,
body#ordering a#nav-ordering,
body#delivery a#nav-delivery,
body#contact a#nav-contact
{background-position: 0 -86px !important;}


/* =USER_ACTIONS
************************/
div#user_actions {
  width: 1000px;
  height: 51px;
  clear: both;
}


div#login-box form {
  float: left;
  display: inline;
  width: 500px;
  margin: 15px 0 0 0;
}

div#login-box li, div#search-box li {
  float: left;
  display: inline;
  color: #fff;
  line-height: 24px;
  margin: 0 15px 0 0;
}

div#login-box label {
  margin-right: 5px;
}

div#login-box input {
  border: none;
  background: #1d0a26 url(../images/core/input-background.gif) no-repeat;
  width: 120px;
  height: 21px;
  padding: 3px 0 0 3px;
  color: #fff;
	vertical-align: middle;
}

div#login-box li.button input {
  background: url(../images/core/button-login.gif) no-repeat;
  width: 68px;
  height: 22px;
  margin: 2px 0 0 0;
  cursor: pointer;
}

div#login-box p {
  float: left;
  display: inline;
  margin: 20px 0 0 10px;
  color: #fff;
}

div#login-box a {color: #F58025; text-decoration: none;}
div#login-box a:hover {text-decoration: underline;}



/* search */
div#search-box form {
  float: right;
  display: inline;
  width: 281px;
  margin: 15px 0 0 0;
}

div#search-box li {
  float: left;
  display: inline;
}

div#search-box input {
  border: none;
  background: #1d0a26 url(../images/core/input-search-background.gif) no-repeat;
  width: 180px;
  height: 21px;
  color: #fff;
  padding: 3px 0 0 3px;
}

div#search-box li.button input {
  background: url(../images/core/button-search.gif) no-repeat;
  width: 68px;
  height: 22px;
  margin: 2px 0 0 0;
  cursor: pointer;
}

/* =CONTENT
************************/
div#content {
  clear: both;
  width: 1000px;
  background: #fff;
  padding: 20px 0 20px 0;
}

div#content h1 {
  color: #472456;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 22px 0;
}

div#content h2 {
  color: #000;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 0 0;
}

div#content p {
  line-height: 18px;
  margin: 10px 20px 10px 0;
  color: #1d0a26;
}

div#content img#affiliates {
  float: left;
  clear: left;
  margin: 20px 0 15px 45px;
}

div#content div#text {
  width: 700px;
  float: left;
}

div#content div#secondary {
  width: 280px;
  float: left;
}

div#content a {color: #472456; text-decoration: underline;}
div#content a:hover {color: #F58025;}

div#content ul {
  margin: 0 0 0 20px;
  line-height: 18px;
  color: #1d0a26;
  list-style: disc;
}


div#content ol {
  margin: 0 0 0 20px;
  line-height: 18px;
  color: #1d0a26;
  list-style: decimal;
}

div#content ol li {margin-left: 10px;}

div#content hr {
  clear: both;
  border: none;
  border-top: 1px solid #ccc;
  height: 0;
}

div#content hr.clear {
  clear: both;
  border: none;
  height: 0;
}

p.note {
	font-size: 10px;
	color: #ccc;
	margin: 0;
}

/* =FEATURED
************************/
table.featured {
  background: #e8e6e9 url(../images/core/category-background-right.gif) top right no-repeat;
  color: #472456;
  float: left;
  display: inline;
  margin: 0 10px 20px 20px;
  height: 186px;
}

table.featured th {
  text-indent: -999em;
  width: 45px;
}

table.featured td {
  padding: 0 20px 0 20px;
  width: 100px;
  height: 186px;
  background: url(../images/core/button-view.gif) no-repeat 100px 150px;
  overflow: hidden;
}

table.featured td a {
  text-decoration: none !important;
/*  width: 100%;
  height: 100%;*/
  outline: none;
  display: block;
  cursor: pointer;
}

table.featured td a:hover p {
  color: #f58025 !important;
}

table.featured td p {
  margin: 0 0 0 5px !important;
  line-height: 24px;
}

table.featured td p.product-price {
  float: left;
  display: inline;
}

table.featured td div.img-container {
  padding-top: 15px;
  width: 100px;
  height: 100px;
  border: none;
  overflow: hidden;
}

table.featured td div.img-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 100px;
  border: none;
}

table#specials th {background: #fff url(../images/core/category-specials.gif) no-repeat; width: 45px;}
table#new_products th {background: #fff url(../images/core/category-new_products.gif) no-repeat; width: 45px;}


/* =PRODUCTS
************************/
table.products {
  background: #e8e6e9;
  margin: 0 0 10px 0;
}

table.products th {
  font-size: 12px;
  color: #fff;
  background: #472456;
  padding: 10px;
  font-weight: bold;
}

table.products img {
  padding: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

table.products td {
  width: 150px;
  padding: 0 0 5px 0;
}

table.products td#empty {
  width: 100%;
  padding: 0 0 5px 0;
  text-align: left;
}

table.products p {
  margin: 0 !important;
  text-align: center;
}

table.products div.product-thumb {
  display: block;
  width: 120px;
  margin: 0 auto;
}

th.toplevellink a {
	color:white !important;
	text-decoration:none !important;
}

th.toplevellink a:hover {
	color:white !important;
	text-decoration:underline !important;
}

th.toplevellink {
	border-top:2px solid #E8E6E9;
}

table.products a {color: #472456; text-decoration: none;}
table.products a:hover {text-decoration: underline;}


/* =DETAIL
************************/
div#display-pics {
  width: 241px;
  margin: 0 20px 20px 0;
  float: left;
  display: inline;
}

div#display-pics div#mainpic {
  width: 241px;
  height: 179px;
  background: url(../images/core/product-mainpic-background.gif) no-repeat;
  text-align:center;
  vertical-align: middle;  
}

div#display-pics div#mainpic img {padding:19px 7px 0 7px;}

div#display-pics div#mainpic img,
div#display-pics div.subpic img {
  padding: 7px;
  vertical-align: middle;
}

div#display-pics div.subpic {
  width: 116px;
  height: 116px;
  float: left;
  display: inline;
  margin: 2px 2px;
  vertical-align: middle;
  text-align: center;
  background: url(../images/core/product-subpic-background.gif) no-repeat;
}
div#display-pics p.tiny-text {
  color: #efe7ef;
  font-size: 10px;
  font-weight:bold;
  margin:0;
}

.itemPrice {
	width: 100px;
	display: -moz-inline-box; /* firefox only */
  	display: inline-block;
}


/* =EXTRAS
************************/
table#extras {
  background: #e8e6e9;
  margin: 30px 0 10px 0;
}

table#extras th {
  width: 420px;
  height: 25px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0 0 15px;
  background: url(../images/core/extras-th-background.gif) no-repeat;
}

table#extras td {
  padding: 4px;
}

table#extras img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

input#addtocart {
  width: 108px;
  height: 24px;
  border: none;
  color: #fff;
  font-weight: bold;
  background: url(../images/core/button-add.gif) 0 2px no-repeat;
}

input#buy {
  width: 108px;
  height: 24px;
  border: none;
  color: #fff;
  font-weight: bold;
  background: url(../images/core/button-buy.gif) 0 2px no-repeat;
}


/* =CATALOG
************************/
div#catalog {
  float: left;
  display: inline;
  width: 227px;
  margin: 0 0 10px 20px;
  background: #e8e6e9 url(../images/core/catselect-background-bottom.gif) bottom center no-repeat;
}

div#catalog h2 {
  line-height: 40px;
  background: url(../images/core/catselect-header-background.gif) no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 15px;
  margin: 0;
}

div#catalog ul {
  margin: 3px 0 0 0;
  padding-bottom: 10px;
  list-style: none !important;
}

div#catalog ul li {
  line-height: 25px;
  margin: 0 7px 0 7px;
  padding: 0 11px 0 11px;
}

div#catalog ul li a {color: #1d0a26; text-decoration: none; display:block; width: 100%;}
div#catalog ul li.alt {background: #f4f2f5;}
div#catalog ul li.hover {background: #dcd5df;}

/* =FRIENDS
************************/
table#friends {
  background: #e8e6e9;
  margin: 30px 0 10px 0;
}

table#friends th {
  width: 420px;
  height: 25px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0 0 15px;
  background: url(../images/core/extras-th-background.gif) no-repeat;
}

table#friends td {
  padding: 3px;
}

table#friends img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* =FOOTER
************************/
div#footer {
  clear: both;
  width: 100%;
  height: 85px;
  color: #614d6a;
  background: url(../images/core/footer-background.gif) repeat-x;
}

div#footer div.container {
  width: 1000px;
  margin: 0 auto;
}

div#footer p {
  float: left;
  display: inline;
  margin: 0 auto;
  padding: 10px 0 0 10px;
  line-height: 24px;
}

div#footer p a {
  margin: 0 7px;
  color: #614d6a;
  text-decoration: none;
}

div#footer p a:hover {
  color: #fff;
}

div#footer img {
  float: right;
  display: inline;
  margin: 20px 10px 0 0;
}

/* =MISC
************************/
  /*FLASH*/
  #flash { width: 1000px; height: 214px; background: url('../images/core/bg-flash.jpg') no-repeat 0 0; }
  
  /* FAQ PAGE */
  ul.faq a {text-decoration: none !important;}
  
  body#faq h2 {margin-bottom: 0;}
  body#faq .alt {background: #F8F8F8;}
  body#faq div#text p {padding: 5px;}
  
  /* CONTACT PAGE */
  div#locations {margin: 10px 0 0 0;}
  div#locations h2 {margin: 0;padding: 0;} 
  div#locations p {float: left;} 
  div#locations form {clear: left; margin-top: 10px;}
  div#locations form input {margin-left: 10px;}

  /* FORM VALIDATION */
  label.error {float: none !important; color: #E03A18; margin-left: 6px; padding-left: 17px; vertical-align: middle; background: url(../images/core/form-icon-error.gif) 0 2px no-repeat; }
  label.correct {background: url(../images/core/form-icon-correct.gif) 0 0 no-repeat !important;}
  
  a.popupwindow {
    padding-right: 15px;
    background: url(../images/core/external-link-marker.gif) center right no-repeat;
  }
  
  /* MEMBERSHIP PAGE */
  input.reset {text-indent: -999em;}

/* =REMINDERS
************************/
table#reminders-list a#add {
  background: url(../images/core/icon-add.gif) 0 3px no-repeat;
  padding-left: 17px;
  text-decoration: none;
}

table#reminders-list {width: 700px; margin: 30px 0 0 0;}

#reminders table th.heading {font-weight: bold;}

#reminders table tr.data {
  background: #f2f1f3;
}

#reminders table td {
  padding: 2px 4px;
}

#reminders table td.remind-date {width: 100px;}

#reminders table td.remind-entry {
  font: 1em Tahoma, Verdana, Arial, sans-serif;
  color: #1d0a26;
  width: 480px;
}

#reminders table td.static-entry {
  width: 300px;
}

table#reminders-list td.remind-entry input,
table#reminders-list td.remind-date input {
  height: 20px;
  border: none;
  padding: 0;
}

table#reminders-list td.remind-entry form {
  margin: 0px;
  padding: 0;
  width: 100px;

}

table#reminders-list td.remind-actions {width: 18px; padding: 0; margin: 0;}
table#reminders-list td.remind-actions input {display: none;}

#reminders table tr.alt {
  background: #e8e6e9;
}

#reminders table tr.hover {background:#dbd7de;}

table#reminders-list a.sort,
table#reminders-list a.add {color: #757575;  text-decoration: underline;}
table#reminders-list a.sort:hover,
table#reminders-list a.add:hover {text-decoration: none;}

table#reminders-list a.sort {padding-right: 20px; background: url(../images/core/icon-sort.gif) top right no-repeat;}
table#reminders-list a.add {padding-left: 20px; background: url(../images/core/icon-add.gif) top left no-repeat;}

table#reminders-list .edit input {
  margin: 2px !important;
}

#error {
	padding-top:20px;
	text-align:center;
	color: #ff0000;
	display:none;
}
  

/* =CHECKOUT
************************/
form.form input.radioButton {
  width: auto;
  height: auto;
  vertical-align: middle;
  background: none !important;
  border: none !important;
}

#steps {
  height: 130px;
  margin: 0 0 20px 0;
  float: left;
  display: inline;
  background: url(../images/core/checkout-steps-background.gif) 0 47px repeat-x;
}

#steps ol {list-style: none; margin: 0 !important;}

#steps ol li {
  float: left;
  display: inline;
  width: 90px;
  padding: 93px 0 0 0;
  text-align: center;
  margin: 0 40px 0 0 !important;
  font: 1em/1.2em Georgia, Garamond, "Times New Roman", serif;
  color: #735b7f;
}

#steps a {color: #735b7f !important; text-decoration: underline;}
#steps a:hover {color: #1D0A26 !important; text-decoration: none;}

#steps ol li#step1 {background: url(../images/core/checkout-step1.gif) no-repeat top center;}
#steps ol li#step2 {background: url(../images/core/checkout-step2.gif) no-repeat top center;}
#steps ol li#step3 {background: url(../images/core/checkout-step3.gif) no-repeat top center;}
#steps ol li#step4 {background: url(../images/core/checkout-step4.gif) no-repeat top center;}

body#checkout #steps ol li.active {background: url(../images/core/checkout-step1-active.gif) no-repeat top center !important;}
body#checkout-2 #steps ol li.active {background: url(../images/core/checkout-step2-active.gif) no-repeat top center !important;}
body#checkout-3 #steps ol li.active {background: url(../images/core/checkout-step3-active.gif) no-repeat top center !important;}
body#checkout-4 #steps ol li.active {background: url(../images/core/checkout-step4-active.gif) no-repeat top center !important;}
body#checkout-5 #steps ol li.active {background: url(../images/core/checkout-finished-active.gif) no-repeat 0 22px !important;}

#steps ol li#finished {
  width: 129px !important;
  background: url(../images/core/checkout-finished.gif) no-repeat 0 22px;
  margin-right: 0 !important;
}

span.amp {
  font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
  font-size: 1.1em;
  font-style:italic;
}

li#destination label {
	clear: left;
}

/* Styles used on the card page */
.CardRadioContainer {
	float:left
}
.CardExtra {
	display: inline;
	padding-left: 50px;
	color:#F58025;
}

/* Login Error */
.error { 
	color:#FF0033  !important;
	font-weight: bold;
}
