@charset "utf-8";
/*
Y!S Global Variables
Thumb h-w: 120
Item h-w: 280

Global-font-size
Background-color
Text-color
Page-border-color
*/

/*HTML TAGS*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	background-color:#ffffff;
}
a {
  text-decoration: underline;
}
a:link, a:visited {

	color:#000000;
}
a:hover {

	color:#000000;
}
a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}
img {
	border: none;
}
td {
	vertical-align:top;
}
/*SITE*/
#site-html {
	width:760px;
	margin:auto;
	border:1px solid #940001;
	background-color:#fff;
}
#site-switch {
	width:609px;
}
#bodycontent {
	margin:10px;
}
/*HEADER*/
#header-table {
	line-height:0;
	font-size:0;
}
/*SEARCH*/
#search-form-div {
	margin:3px 0;
}
#search-table {
	margin:auto;
}
#search-table td {
	vertical-align:middle;
}
#search-query {
	border:1px solid #999999;
	height:16px;
	padding:2px;
	width:101px;
}
/*LEFT NAV*/
#site-left-nav {
	width:150px;
	background-color:#fef4f3;
	border-right:1px solid #940001;
}
#left-nav {
	line-height:0;
}
.leftnav {
	margin:8px;
	line-height:13px;
}
.leftnav a {
	margin:3px 0;
	display:block;
}
.leftnav-button {
}
.leftnav-button-open {
	font-weight:bold;
}
.leftnav-sub {
	padding-left:8px;
}
.leftnav-sub.current {
	font-weight:bold;
}
#left-nav-search {
	line-height:0;
}
#login-div {
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #940001;
}
/*NEWSLETTER*/
#newsletter {
	padding-bottom:40px;
}
#newsletter-table {
	margin:0 auto;
	line-height:0;
}
#newsletter-table td {
	vertical-align:middle;
}
#newsletter-text {
	margin:5px;
	font-size:9px;
}
#catreq-email {
	width:106px;
	height:16px;
	padding:2px;
	border:1px solid #999999;
	font-size:11px;
}
/*CONTENTS*/
#contentarea, #newitemarea {
	margin:30px auto;
	text-align:center;
}
.sale-price-bold {
	font-weight:bold;
}
.horizontal-seperator {
	padding:5px;
}
/*MAIN SWITCH*/
#maintype #bodycontent {
	margin:0;
}
#maintype #messagearea {
	margin:20px 10px;
}
#maintype #caption {
	margin: 10px 0 0;
}
#switch-table {
	margin:10px auto 0px;
	font-size: 0;
}
#switch-table #billboard {
	padding-right:10px;
}
#switch-table #billboard #billboard-images {
  height:258px;
  width:410px
}
#switch-table #image-1 {
	vertical-align:top;
}
#switch-table #image-2 {

}
#switch-table #image-3 {
  vertical-align:bottom;
}
#introtext {
	font-size:14px;
}
/*INFO & CONTACT TYPE*/
#contacttype #bodycontent p, #contact-submit {
	margin-top:10px;
}
/*ITEM SWITCH*/
.breadcrumbs a {

}
#itemtype #contentarea {
	margin-top:20px;
}
#section-contenttitle {
	text-align:left;
	font-size:14px;
	margin:10px 0;
}
#item-contenttitle {
	display:none;
}
#caption {
	text-align:left;
	margin:20px 0;
}
.image-l {
  float: left;
  padding: 10px;
}
/*ITEM AREA*/
#itemarea-table {
	width:580px;
	margin:0 auto;
}
#itemarea-table td {
	width:290px;
}
.add-image {
	margin:5px;
}
#itemtable {
	width:280px;
	border:1px solid #940001;
	border-bottom:none;
	margin:0 auto;
}
#itemtable td {
	padding:5px 10px;
	border-bottom:1px solid #940001;
	text-align:left;
}
td#itemtable-header {
  background: #eeeeee url("/lib/low-carb/itemtable-header.gif") repeat-x;
	height:24px;
	font-size:18px;
  color: #b277b9;
}
td#itemtable-sale-price, td#itemtable-you-save {
	font-weight:bold;
}
td#itemtable-addtocart {
	text-align:right;
	padding:10px;
}
/*FOOTER*/
#site-footer {
	background-color:#fef4f3;
}
#footer {
	border-top:1px solid #940001;
  text-align: center;
}
#secure-shopping {
	float:right;
	line-height:0;
}
#footer-links {
	margin:7px;
}
#copyright {
	text-align: center;
  width: 400px
  font-size: 7pt;
  float: left;
  margin-left: 155px;
}
#below-footer {
  width: 760px;
  margin: 0px auto;
  overflow: auto;
  padding: 5px 0px;
}
#yahoo-logo {
  float: left;
}
/*  -----  Drop Down Nav  -----  */
#vwd-drop-down-nav, #vwd-drop-down-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#vwd-drop-down-nav a {
	display: block;
}
#vwd-drop-down-nav a img {
	border:none;
}
#vwd-drop-down-nav li {
	float: left;
	margin:0;
	padding:0;
}
#vwd-drop-down-nav li ul li {
	float:none;
}
#vwd-drop-down-nav li ul {
	position: absolute;
	left: -999em;
	background-color: #d6e3b5;
	padding: 5px 10px;
	line-height: 1.5;
	font-size: 13px;
	border-left:1px solid #940001;
	border-bottom:1px solid #940001;
	border-right:1px solid #940001;
  z-index: 1000;
}
#vwd-drop-down-nav li:hover ul {
	left: auto;
}
#vwd-drop-down-nav li:hover ul, #vwd-drop-down-nav li.sfhover ul {
	left: auto;
}
