/* @override http://relayredux.dev/css/v1-style.css */

/* @override http://relay.mikemeyer.im/sites/relay/media/css/v1-style.css */

/* @override http://relay.local.dev/sites/relay/media/css/v1-style.css */

/* @override http://relay.local.dev/sites/relay/media/css/v1-style.css */

@charset "utf-8";

/* YUI Reset CSS */

html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

form ul li,
form ul li span {
	position: relative;
	overflow: hidden;
}

form ul li {
	height: 60px;
}

form ul li.first-last-name span.multi-field {
	position: absolute;
}

form ul li.first-last-name span.multi-field input{
	width: 188px;
}

input {
	padding: 10px;
	-webkit-appearance: none;
	border: 1px solid #a9b0a8;
	margin-right: 0;
}

#checkout-modal form ul li input#address1,
#checkout-modal form ul li input#address2{
	width: 418px;
}

#checkout-modal form ul li input#zip-code{
	width: 120px;
}

#checkout-modal form ul li span.zip-code,
#checkout-modal form ul li span.last-name{
	position: absolute;
	right: 0;
	top: 0;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,button,textarea,select {
	*font-size: 100%;
}

@font-face {
	font-family: Gnuolane Free;
	src: url('../fonts/gnuolanefree.ttf');
}

@font-face {
	font-family: museo;
	src: url('../fonts/Museo700-Regular.otf');
}

/* @group Global */

body,html {
	height: 100%;
}

body {
	background: transparent url(../images/gradient.gif) repeat-x 0 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
}

body#modal{
}

a {
	color: #005aa6;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #174871;
	text-decoration: underline
}

body.with-topbar {
	margin-top: 42px;
}

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

.clr {
	clear: both;
}

img {
	border: none
}

.lefttube {
	float: left;
}

.righttube {
	width: 100%;
	overflow: hidden;
}

.strong {
	font-weight: bold
}

h1 {
	font-size: 40px;
	color: #016990;
	font-weight: lighter;
	margin: 15px 0 15px 0px;
	border-bottom: 1px dotted #c7c6c6;
	padding-bottom: 5px;
}

h2 {
	font-size: 30px;
	color: #222;
	margin: 10px 0 20px 0px;
	font-weight: bold;
	font-family: "Gnuolane Free", Arial;
}

h3 {
	font-size: 25px;
	color: #444;
	font-weight: bold;
}

h4 {
	font-size: 22px;
	color: #222;
	margin-bottom: 18px;
	text-shadow: #fff 2px 1px 0;
}

h5 {
	font-size: 16px;
	color: #222;
	margin-bottom: 8px;
}

p {
	margin: 15px 0px 15 px 0px;
	text-align: left;
	line-height: 17px;
	word-spacing: 0px;
	white-space: 0;
	font-size: 13px;
	color: #545454;
}

input {
	background: #efefef url("../images/f-text-bg.png") repeat-x 0 0;
	border: 1px solid #a9b0a8;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: color .2s linear;
	outline: none;
	font: 14px/16px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

input:focus {
	background: #fff url(../images/f-text-bg-hover.png) repeat-x;
	color: #888;
	outline: none;
}

span.text-field,
span.text-field span {
	display: block;
}

span.text-field {
	background: rgba(0, 0, 0, 0.08);
	padding: 3px;
	display: block;
	position: relative;
	z-index: 5;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	float: left;
	margin-right: 0;
}



button {
	font-family: museo;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 2px #555;
	height: 38px;
	padding: 0px 18px;
	background: -webkit-gradient(linear, left top, left bottom, from(#83cf51), to(#63af33));
	background: -moz-linear-gradient(top, #83cf51, #63af33);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83cf51', endColorstr='#63af33');
	border: 1px solid #4e9925;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: lowercase;
	margin: 3px;
}

.form-submit.orange {
}

button:hover {
	background: #57a32d
}

button:active {
	background: #498d26
}

.gnuolane {
	letter-spacing: 1px;
	font-family: "Gnuolane Free", Arial;
}

#submit-city h4 {
	font-family: "Gnuolane Free", Arial;
	color: #41332d;
	text-shadow: #fffeff 0 1px 1px;
	letter-spacing: 0;
}

div#modal-dialog {
	padding: 1px 0;
}

#bottom-green {
	background: url(../images/f-bg.png) repeat-x bottom;
}

.pattern {
	background: url(../images/pattern.png);
}

#blue-pipe {
	background: url(../images/blue-pipe.png) top center no-repeat;
	padding-bottom: 90px
}

#subcontainer {
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
}

/* @end

 */

/* @group Header */

#logo {
	margin: 0px;
	border: none;
}

#logo a {
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 425px;
	height: 118px;
	float: left;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: -9px;
}

#logo a:active {
	top: 1px;
}

#combo-section {
	float: right;
	margin: 20px 0 0 10px;
	width: 540px;
	height: 95px;
	position: relative;
	z-index: 2000;
}

#combo-box {
	background: url(../images/choose-city-dropdown.png) no-repeat 0 0;
	width: 343px;
	height: 54px;
	position: relative;
	z-index: 2000;
}

a#show-dropdown {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#combo-box span {
	position: absolute;
	right: 4px;
	top: 0;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	width: 56px;
	height: 54px;
	cursor: pointer;
	background: url(../images/choose-city-dropdown.png) -343px 0;
}

#combo-box a#show-dropdown:hover span {
	background-position: -399px 0;
}

#combo-box a#show-dropdown:active span {
	background-position: -455px 0;
}

#combo-box a {
	text-decoration: none
}

#combo-box-dropdown {
	position: absolute;
	z-index: 2200;
	top: 37px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	left: 4px;
	width: 280px;
	padding-top: 13px;
	background: url(../images/choose-city-dropdown.png) no-repeat -511px 0;
}

#combo-box ul li {
	list-style-type: none;
}

#combo-box ul li a {
	display: block;
	padding: 10px;
	color: #808080;
	float: none;
	background: #FFF;
	border: 1px solid #b7b7b7;
	border-top: 1px solid #DDD;
	border-bottom: none;
}

#combo-box ul li a:hover {
	background: #EEE;
}

#combo-box ul li strong {
	color: #111;
}

#combo-box-dropdown p {
	background: #fdfbea;
	padding: 10px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border: 1px solid #b7b7b7;
	border-top: 1px solid #DDD;
	font-size: 11px;
	color: #222222
}

#combo ul li a:hover {
	background: #f1f1f1;
}

#combo ul li a strong {
	color: #222222
}

#combo-box-dropdown p a {
	color: #0d6cae;
}

#combo-box-dropdown p a:hover {
	text-decoration: underline;
}

#combotext {
	padding: 12px 10px;
	height: 30px;
	line-height: 22px;
	font-size: 23px;
	margin: 1px;
	text-transform: uppercase;
	float: left;
	color: #222222
}

div.sort-by {
	float: left;
	height: 26px;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* TODO: fix */

.beside-title .view-grid {
}

#login {
	text-transform: uppercase;
	clear: both;
	color: #525252;
	font-size: 10px;
	margin: 6px 0 0 10px;
}

#login b {
	margin-left: 10px;
}

#login a {
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin-left: 10px;
}

#login a:hover {
	color: #525252;
	text-decoration: underline;
}

#header {
	margin-bottom: 350px;
	position: relative;
}

#header-caption {
	height: 59px;
	background: url(../images/caption.png) -3px bottom no-repeat;
	width: 850px;
	clear: both
}

#caption {
	background: url(../images/pig.png) right top no-repeat;
	color: #222;
	text-shadow: #fff 2px 1px 0;
	margin: 0px;
	letter-spacing: 1px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	font: 33px/77px "Gnuolane Free", Arial;
}

#landing #caption {
	clear: both
}

/*

 @end */

/* @group Main Slide */

#mainslide {
	width: 960px;
	clear: both;
	margin: 20px 0 35px 0;
	z-index: 1;
	padding: 4px;
	background: #DAD7C1;
	background: rgba(0, 0, 0, 0.12);
	position: absolute;
	left: -6px;
	top: 229px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-khtml-border-radius: 13px;
	border-radius: 13px;
}

#mainslide-inner {
	background: #fffdfa;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	height: 295px;
	position: relative
}

#flowers {
	float: right;
	position: relative;
	margin-top: -436px;
	width: 81px;
	height: 139px;
	background: url(../images/flowers.png);
}

#mainslide-inner ul {
	width: 185px;
	position: absolute;
	z-index: 3;
	left: 0;
}

#mainslide-inner li {
	list-style-type: none;
	background: url(../images/bg-mainslide-tabs.png) repeat-y right top;
	padding-right: 18px;
}

#mainslide-inner li.active {
	background: url(../images/bg-mainslide-active.png) no-repeat right -12px;
}

#mainslide-inner li a {
	font-family: museo;
	height: 96px;
	background: #f8a232;
	color: #fff;
	display: block;
	font-size: 24px;
	text-shadow: 1px 1px 2px #c78228;
	border-bottom: 4px solid #df8f26;
	text-decoration: none;
	text-align: center;
	padding: 0;
	line-height: 95px;
}

#mainslide-inner li a:hover {
	background: #f8c03a
}

#mainslide-inner li.active a {
	color: #7c2c1b;
	background: #fa603c;
	text-shadow: 1px 1px 1px #fb7657;
	border-bottom: 4px solid #e35a3a
}

#mainslide-inner li.first a {
	-moz-border-radius: 9px 0 0 0;
	-webkit-border-top-left-radius: 9px;
	-khtml-border-radius: 9px 0 0 0;
	border-radius: 9px 0 0 0;
	height: 95px;
}

#mainslide-inner li.last a, #mainslide-inner li.last {
	border: none;
	-moz-border-radius: 0 0 0 9px;
	-webkit-border-bottom-left-radius: 9px;
	-khtml-border-radius: 0 0 0 9px;
	border-radius: 0 0 0 9px
}

#mainslide-inner h3 {
	font-size: 16px;
}

#mainslide-inner .text {
	width: 235px;
	position: relative;
	border-right: 6px solid #DDD;
	z-index: 2;
	height: 295px;
	overflow: hidden;
}

.rgba #mainslide-inner .text{
	border-right: 6px solid rgba(0, 0, 0, 0.12);
}

#mainslide-inner .text div {
	height: 100%;
	padding: 0 20px 0 29px;
	background: #FFF;
}

.rgba #mainslide-inner .text div{
	background: rgba(255,255,255,.95);
}

#mainslide-inner .text h3 {
	padding-top: 28px;
}

#mainslide-inner .text a, #home-content a, #col1 a, #col2 a {
	font-weight: bold
}

#mainslide-content {
	margin-left: 165px;
	position: relative;
	z-index: 1;
}

#mainslide-content .image {
	background: url(http://c1930422.cdn.cloudfiles.rackspacecloud.com/Slider_Img2.jpg) no-repeat right center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 295px;
	z-index: 1;
	-moz-border-radius: 0px 9px 9px 0;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-khtml-border-radius: 0px 9px 9px 0;
	border-radius: 0px 9px 9px 0;
}

#mainslide-content a.calltoaction {
	background: url(../images/btn-start-shopping.png) no-repeat 0 -82px;
	width: 279px;
	height: 74px;
	position: absolute;
	display: block;
	right: 37px;
	top: 91px;
	z-index: 3;
	text-indent: -9999px;
}

#mainslide-content a.calltoaction:hover {
	background: url(../images/btn-start-shopping.png) no-repeat 0 -1px;
}

#mainslide-content a.calltoaction:active {
	background: url(../images/btn-start-shopping.png) no-repeat 0 0px;
}

/* @end */

/* @group Home Content Left */

#home-content {
	clear: both;
	margin-bottom: 30px;
	position: relative;
}

#home-content h2 {
	text-shadow: #fff 2px 1px 0;
}

#home-content h5 {
	font-size: 12px;
	color: #2e2e2e
}

#home-content p {
	font-size: 11px;
}

#columns {
	padding-top: 10px;
	color: #434343;
}

#columns .col {
	float: left;
	margin-right: 17px;
	width: 183px;
}

.col-pic {
	display: block;
	width: 172px;
	height: 133px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding: 1px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
}

.col-pic.playing {
	background: url(../images/bg-playing.jpg) no-repeat center center !important;
}

#vidoe-placeholder {
	background: url(../images/placeholder-video.jpg) no-repeat 0 0;
	width: 577px;
	height: 430px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	display: block;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
}

.outer-border.clr.video {
	width: 574px;
	margin-top: 30px;
}

#video-player {
	height: 340px;
}

#video-player object {
	-webkit-border-radius: 10px;
	height: 340px;
	width: 574px;
}

.outer-border.clr {
	float: none;
}

#home-content .outer-border {
	display: block;
	margin-bottom: 15px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-khtml-border-radius: 13px;
	border-radius: 13px;
	padding: 4px;
}

#pic1 {
	background: url(http://c1930422.cdn.cloudfiles.rackspacecloud.com/vid1.png) no-repeat center -10px;
}

#pic1:hover {
	background: url(http://c1930422.cdn.cloudfiles.rackspacecloud.com/vid1.png) no-repeat center -175px;
}

#pic2 {
	background: url(http://c1930422.cdn.cloudfiles.rackspacecloud.com/vid2.png) no-repeat center -5px;
}

#pic2:hover {
	background: url(http://c1930422.cdn.cloudfiles.rackspacecloud.com/vid2.png) no-repeat center -158px;
}

#pic3 {
	background: url(http://c1930422.cdn.cloudfiles.rackspacecloud.com/vid3.png) no-repeat center -0px;
}

#pic3:hover {
	background: url(http://c1930422.cdn.cloudfiles.rackspacecloud.com/vid3.png) no-repeat center -160px;
}

#twitter-facebook {
	position: absolute;
	right: 10px;
	top: 70px;
	width: 170px;
}

#twitter-facebook img {
	width: 48px;
	height: 48px;
	margin: 0 5px;
	border: 4px #DFDFDF solid;
	padding: 8px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
}

#twitter-facebook h2 {
	margin: 5px 0 7px 6px;
}

/* @end */

/* @group Modal Global */

.modal-bg {
	background: url(../images/bg-modal.png) repeat;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.modal-container {
	margin: auto;
	position: relative;
}

#modal1 {
	width: 520px;
}

#modal2 {
	width: 605px;
}

#modal5 {
	width: 343px;
	margin-top: 50px;
}

.sliding-modal {
	background: #FFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	padding-bottom: 1px;
	border: 3px solid #41332D;
	border-top: none;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 700px;
}

#modal1 #modal-box {
	width: 521px;
}

#modal2 #modal-box {
	width: 605px;
}

#pickup-modal {
	width: 700px;
}

#checkout-modal {
	width: 520px;
}

#pickup-modal div.pickup-location {
	width: 280px;
	height: 280px;
	margin-left: 13px;
	position: relative;
	top: -65px;
	z-index: 1000;
	float: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid rgba(0,0,0,.3);
}

#pickup-modal div.pickup-location #gmap-placeholder {
	background: #FFF;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#pickup-modal div.pickup-location a {
	position: absolute;
	bottom: -35px;
	width: 130px;
	text-align: center;
	left: 75px;
	text-decoration: underline;
}

#modal4 #modal-box {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}

.modal h2 {
	margin: 0 0 2px;
	font: 16px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
}

.modal h3 {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #e4ccc2;
}

#checkout-modal h2 {
	margin-left: 40px;
	font-size: 14px;
}

#checkout-modal p {
	margin: 20px 40px;
}

#checkout-modal form {
	margin: 20px 37px 40px;
}

#pickup-modal h2,
#pickup-modal h3 {
	margin-left: 320px;
}

#pickup-modal div.pickup-details {
	margin: 17px 30px 0 320px;
}

#pickup-modal p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 14px;
}

.sliding-modal .modal-header {
	top: 0;
	left: 0;
	width: 100%;
	background-color: #41332d;
	padding-top: 20px;
	padding-bottom: 20px;
}

#modal-box-content {
	margin: 3px 3px 2px 3px;
	padding: 15px 35px;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
}

#modal-box p {
	line-height: 18px;
	font-size: 14px;
	margin-bottom: 20px;
}

#close {
	margin-top: 10px;
	background: rgba(0, 0, 0, 0.12);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	width: 63px;
	padding: 7px 0;
	position: absolute;
	right: -63px;
	top: 0px;
}

#close-btn {
	background: url(../images/close.png);
	height: 39px;
	width: 39px;
	display: block;
	margin: auto;
}

#close-btn:hover {
	background: url(../images/close.png) bottom;
}

#modal5 #combo-section {
	float: none;
	width: 344px;
	margin: 0;
	margin-top: 20px;
}

#modal5 p {
	color: #333;
	font-size: 11px;
	margin: 2px 0 10px;
}

#modal5 p.subtext {
	font-size: 14px;
	line-height: 20px;
	margin: 0 12px 10px;
}

#modal5 #combo-box-dropdown p {
	margin: 0;
}

#modal5 h2 {
	margin: 0 12px;
	font-size: 36px;
	text-shadow: #FFF 0 1px 1px;
	line-height: 48px;
}

#modal5 #login {
	margin-left: 12px;
}

#modal5 #submit-city {
	border-top: 3px solid #3a3a3c;
	padding: 27px 3px 30px;
	margin: 0 9px;
}

#modal5 #submit-city h5 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 0;
}

#modal5 #submit-city form {
	position: relative;
	height: 100px;
	margin-bottom: 30px;
}

#modal5 #submit-city #inp-email .form-text {
	width: 290px
}

#modal5 #submit-city #inp-email {
	height: 50px;
}

#modal5 #submit-city  #zip-code {
	width: 190px;
}

#modal5 #submit-city strong {
	display: block;
	margin-top: 25px;
}

/* @e

nd */

/* @group Colorbox */

/*
	ColorBox Core Style
	The following rules are the styles that are consistant between themes.
	Avoid changing this area to maintain compatability with future versions of ColorBox.
*/

#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fbf9ed;
}

#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
	overflow: hidden;
}

#cboxLoadedContent {
	overflow: visible!important;
}

#cboxLoadedContent iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

/* 
	ColorBox example user style
	The following rules are ordered and tabbed in a way that represents the
	order/nesting of the generated HTML, so that the structure easier to understand.
*/

#cboxOverlay{
	background: #fbf9ed url(../images/modal-pattern.png) repeat;
}

#colorbox {
	background: transparent;
}

#cboxLoadedContent {
	padding: 1px;
}

#cboxLoadingGraphic {
	background: url(../images/loading.gif) center center no-repeat;
}

#cboxLoadingOverlay {
}

#cboxTitle {
	position: absolute;
	top: -22px;
	left: 0;
	color: #000;
}

#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
	display: none!important;
}

/* @end */

/* @group Checkout */

.modal-text {
	margin-bottom: 10px;
}

#field1 {
	width: 207px;
	margin-right: 15px;
	float: left
}

#field2 {
	float: right
}

#field3 {
	overflow: hidden;
	clear: both
}

#field4 {
	overflow: hidden;
	clear: both
}

#field5 .city {
	margin-right: 10px;
}

input {
	display: block;
}

#field5 .zipcode {
	float: right
}

#add-address {
	margin: 20px 0;
}

#m-combo {
	background: #fff url(../images/combo-green.png) no-repeat right 0;
	border: 1px #9AA984 solid;
	width: 82px;
	height: 37px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}

#m-combo:hover {
	background: #feffff url(../images/combo-green.png) no-repeat right bottom;
	-moz-border-radius: 6px 6px 6px 0px;
	-webkit-border-radius: 6px 6px 6px 0px;
	-khtml-border-radius: 6px 6px 6px 0px;
	border-radius: 6px 6px 6px 0px;
}

#m-combo a {
	text-decoration: none
}

#m-combo ul {
	position: absolute;
	top: 37px;
	left: -30px;
	background: #feffff;
	border: 1px solid #b7b7b7;
	z-index: 2;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	border-top: none;
	left: -1px;
	display: none;
	width: 120px;
	margin: 0;
	padding: 0;
}

#m-combo:hover ul {
	display: block
}

#m-combo ul li {
	list-style-type: none;
	border-top: 1px solid #dddddd
}

#m-combo ul li.links a {
	display: block;
	padding: 7px;
	color: #666;
	font-size: 12px;
}

#m-combo ul li.links a:hover {
	background: #f1f1f1;
}

#m-combo ul li.links a strong {
	color: #222222
}

#m-combo ul li.last {
	background: #fff;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	font-size: 11px;
	color: #222222
}

#m-combo ul li.last a {
	color: #666;
	display: block;
	padding: 7px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	font-size: 12px;
}

#m-combo ul li.last a:hover {
	color: #666;
	background: #f1f1f1;
}

#m-combotext {
	padding: 12px 7px 0 6px;
	height: 20px;
	line-height: 13px;
	font-weight: bold;
	font-size: 12px;
	margin: 1px;
	text-transform: uppercase;
	float: left;
	color: #222222
}

/*

 @end */

/* @group Substitution */

#substitution {
	list-style: none;
	margin: 0;
	padding: 0;
}

#substitution li {
	float: left;
	width: 167px;
	display: block;
	margin: 0 2px;
	position: relative;
	height: 245px;
}

#substitution img {
	border: 0;
	display: block;
	margin: auto;
}

#substitution li a.image {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 1px #999 solid;
	padding: 0px;
	display: block;
	width: 160px;
	margin: auto;
}

#substitution li .prod-img {
	padding: 3px;
	border: none;
	width: 162px;
}

#substitution li:hover .prod-img {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

#substitution li:hover span.empty {
	width: 161px;
	height: 137px;
	position: absolute;
	top: 4px;
	left: 4px;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
	display: block;
	-moz-border-radius: 3px;
	webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#substitution a.choose {
	width: 70px;
	padding: 4px;
	display: none;
	position: absolute;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	top: 90px;
	left: 46px;
	text-transform: uppercase;
	border: 0;
	z-index: 3
}

#substitution li:hover a.choose {
	display: block;
}

#substitution li:hover a.choose {
	background: url(../images/btn-choose.png) no-repeat 0 0;
	width: 75px;
	height: 31px;
	position: absolute;
	top: 90px;
	left: 46px;
	display: block;
	text-indent: -9999px;
}

#substitution .prod-title {
	font-size: 12px;
	font-weight: bold;
	margin: 6px 0 5px 5px;
}

#substitution .prod-price {
	color: #616161;
	font-size: 12px;
	margin-left: 5px;
}

#substitution .prod-price strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

/* @end */

/* @group Pickup */

#modal-box-content2 {
	margin: 73px 3px 2px 3px;
	padding: 5px 12px 25px 12px;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
}

#modal-left {
	float: left;
	width: 275px;
	text-align: center;
	margin: -57px 20px 0 0;
}

#map {
	margin-bottom: 15px;
}

#modal-right {
	float: left;
	width: 375px;
	margin-top: -57px;
}

#modal-right h5 {
	padding: 0;
	font-size: 16px;
}

#modal-right h5 span {
	color: #e4ccc1;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

#modal-right p {
	margin: 28px 0 0 0;
	line-height: 18px;
}

.mlink {
	color: #005AA6;
	text-decoration: underline;
	font-size: 13px;
}

.mlink:hover {
	color: #005AA6;
	text-decoration: none;
}

/* @end */

/* @group Modal Details */

#modal4 {
	width: 700px
}

#modal-box-content-details {
	margin: 85px 3px 1px 3px;
	padding: 0px 12px 25px 12px;
	background: #fff;
}

#modal-left-details {
	float: left;
	width: 277px;
	text-align: center;
	margin: -70px 19px 0 0;
}

#detail-pic {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 1px #999 solid;
	margin-bottom: 12px;
	width: 275px;
	height: 237px;
	padding: 10px 0;
	background: #fff url(../images/detail-large.png) no-repeat center;
}

#modal-right-details {
	float: left;
	width: 374px;
	margin-top: -70px;
}

#modal-right-details h5 {
	padding: 0;
	font-size: 15px;
}

#modal-right-details h5 span {
	color: #e4ccc1;
	font-size: 11px;
}

#thumb-pic {
	width: 277px;
	clear: both;
}

#thumb-pic a {
	display: block;
	float: left;
	margin-right: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 1px #B2B2B2 solid;
	width: 50px;
	height: 43px;
	padding: 3px 0;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

#thumb-pic a.last {
	margin-right: 0;
}

#thumb-pic a.active {
	background: #e0e0de url(../images/bg-viewing.gif) no-repeat center
}

#thumb-pic a:hover span {
	display: block;
	margin: 15px 0;
}

#add-another a {
	margin-left: 10px;
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
}

#details-section {
	padding: 25px 0 20px 0;
	font-size: 12px;
	border-bottom: 5px #ccc solid;
	margin-bottom: 11px;
}

#details-section h4 {
	font-size: 15px;
}

#details-section p {
	line-height: 22px;
	font-size: 13px;
	margin-bottom: 8px;
}

#item {
	text-transform: uppercase;
	font-size: 12px;
	color: #3f3f3f;
	padding-bottom: 15px;
}

#item span {
	font-size: 11px;
	color: #616161;
	margin-right: 20px;
}

#item-available {
	font-size: 11px;
}

#item-available strong {
	color: #333;
}

#star-rating {
	width: 115px;
	height: 19px;
	background: url(../images/star.png) no-repeat;
	margin-bottom: 20px;
}

#bottom-links a {
	color: #005991;
	margin-right: 22px;
	float: left;
	display: block;
	font-size: 12px;
	text-decoration: none;
}

#bottom-links a:hover {
	text-decoration: underline;
}

#modal-footer-links {
	background: #2E2622;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

#modal-footer-links a {
	background: #42342E;
	line-height: 58px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding: 22px 17px;
	text-decoration: none;
}

#modal-footer-links a:hover {
	background: #2E2622
}

#modal-footer-links .active a {
	background: #2E2622 url(../images/down-arr.png) top center no-repeat;
}

#modal-footer-links a.first {
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

#modal-footer-links li {
	list-style-type: none;
	float: left;
	border-right: 3px solid#2d2521;
}

#modal-header {
	overflow: hidden;
	clear: both;
	margin-bottom: 17px
}

.mod-prod-qty {
	background: #302722;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	color: #a29b98;
	font-size: 12px;
	font-weight: bold;
	padding: 15px;
	width: 175px;
	position: relative;
	float: left;
}

.mod-prod-qty .prod-quantity {
	position: absolute;
	right: 0px;
	top: 0px;
}

#mod-prod-price {
	float: left;
	font-size: 21px;
	color: #d4cdc6;
	text-shadow: 1px 1px 2px #271e1b;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 10px;
}

#mod-prod-price strong {
	font-size: 32px;
	font-weight: bold;
	color: #fff
}

body.modal.details {
	margin-top: 60px;
}

body.modal .in-sub {
	width: 700px;
	margin: 0px auto;
}

body.modal #right-nav {
	float: none
}

body.modal #right-nav a.checkout {
	width: 170px;
}

body.modal #right-nav #right {
	width: 400px;
}

body.modal #this-weeks {
	clear: both;
	overflow: hidden
}

.modal-container #this-weeks h3 {
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	margin: 35px 0 20px
}

.modal-container #this-weeks h3 span {
	display: block;
	height: 3px;
	background: rgba(0, 0, 0, 0.12);
	position: absolute;
	bottom: 3px;
	left: 0px;
	width: 280px
}

.modal-container #this-weeks h3 span.two {
	right: 0px;
	left: auto
}

#bottom-links {
	position: relative;
}

.yellow-pop {
	background: #f8ff8a;
	border: 1px solid rgba(0, 0, 0, 0.2);
	width: 260px;
	padding: 20px;
	position: absolute;
	box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	-moz-box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.3);
	left: -123px;
	top: 26px;
	z-index: 1000
}

.yellow-pop #combo-box {
	margin: 12px 0
}

.yellow-pop h3 span {
	display: block;
	height: 3px;
	background: rgba(0, 0, 0, 0.12);
	position: absolute;
	bottom: 3px;
	left: 96px;
	right: 0px;
}

.yellow-pop #combo-box.small-combo {
	width: 255px;
}

.yellow-pop h3 {
	font-size: 21px;
	text-transform: uppercase;
	position: relative
}

.yellow-pop #combo-box.small-combo ul {
	width: 223px;
}

#bottom-links .yellow-pop a {
	float: none;
	display: inline
}

.yellow-pop .yellow-pointer {
	background: url(../images/bg-yellow-point.png) no-repeat 0 0;
	display: block;
	position: absolute;
	width: 14px;
	height: 13px;
	top: -10px;
	left: 142px;
}

/* @end */

/* @group Footer */

#footer-section {
	background: url(../images/f-bg.png) repeat-x 0 -82px;
	padding-bottom: 80px;
	color: #222;
	margin-bottom: -17px;
}

#footer-content {
	position: relative;
	padding-top: 55px;
	width: 968px;
	margin: auto;
}

#r-truck {
	background: url(../images/van.png) no-repeat 0 0;
	width: 128px;
	height: 82px;
	position: absolute;
	left: 0px;
	top: -82px;
}

#footer-section #columns2 {
	color: #222;
	margin-bottom: 30px;
}

#footer-section #col1 {
	width: 285px;
	float: left;
	padding-right: 35px;
}

#footer-section #col1 p {
	margin: 5px 10px 10px 0px;
	font-size: 11px;
}

#footer-section #col2 {
	float: left;
	width: 391px;
	padding: 0px 35px;
	background: url(../images/f-col-border.png) repeat-y 0 0;
}

#footer-section #col2 li {
	list-style-type: none;
	margin-bottom: 30px;
	line-height: 19px;
}

#footer-section #col2 li.updates-blog a {
	text-decoration: none;
	font-size: 17px
}

#footer-section #col2 li.updates-blog .datestamp {
	margin: 0px;
}

#footer-section #col2 img {
	float: left;
	margin-right: 8px;
}

#footer-section #col3 {
	float: left;
	width: 150px;
	margin-right: 0;
	padding: 0px 0px 0px 35px;
}

.datestamp {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #5a5a5a;
	text-transform: uppercase;
	margin: 5px 0
}

#footer-section #inp-email span {
	margin-bottom: 5px;
}

#footer-section form#i-want-relay {
	position: relative;
	height: 97px;
}

form#i-want-relay {
}

form#i-want-relay div#iwr-email,
form#i-want-relay div#modal-iwr-email,
form#i-want-relay div#iwr-zip-code {
	position: absolute;
	left: -4px;
}

label.infield {
	position: absolute;
	top: 5px;
	left: 15px;
	font-size: 14px;
	-webkit-user-select: none;
	-webkit-font-smoothing: subpixel-antialiased;
	z-index: 10;
	line-height: 36px;
	white-space: nowrap;
}

form#i-want-relay div#iwr-zip-code {
	bottom: 0;
}

form#i-want-relay div#iwr-zip-code input {
	width: 170px;
}

#modal5 form#i-want-relay div#iwr-zip-code input {
	width: 200px;
}

form#i-want-relay div#iwr-email {
	top: 0;
}

form#i-want-relay div#iwr-email input {
	width: 263px;
}

#modal5 form#i-want-relay div#iwr-email input {
	width: 296px;
}

form#i-want-relay div#iwr-send-btn {
	position: absolute;
	bottom: 1px;
	right: 0;
}

form#i-want-relay div#iwr-send-btn input:active {
	position: relative;
	top: 1px;
}

#footer-section input#send-btn {
	margin: 3px 0px 0px 5px;
	width: 81px;
}

.footer-list {
	list-style: none;
	border-bottom: 2px #D8DED8 solid;
	margin-bottom: 10px;
}

.footer-list.last {
	border: none
}

.footer-list li {
	padding-bottom: 10px;
}

.footer-list a {
	color: #222;
	text-decoration: none;
}

.footer-list a:hover {
	color: #222;
	text-decoration: underline;
}

#footer-legal {
	font-size: 11px;
	color: #8a9189;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}



/* @end */

/* @group Top Nav */

.six-column #maincontainer {
}

body.five-column,
body.six-column{
	overflow-x: hidden;
}

.in-sub {
	width: 960px;
	position: relative;

	-webkit-transition: width .07s linear;
}

.five-column .in-sub {
	width: 1148px
}

.six-column .in-sub {
	width: 1331px;
}

.six-column #pipe-inner {
	background: url(../images/pipe-inner.png) no-repeat -63px 0;
	margin: 0px auto
}

.four-column #pipe-inner {
	background: url(../images/pipe-inner-diet.png) no-repeat -63px 0;
	margin: 0px auto
}

.five-column #pipe-inner {
	background: url(../images/pipe-inner-fivecol.png) no-repeat -63px 0;
	margin: 0px auto
}

#top-nav {
	background: #FFFFFD;
	height: 42px;
	position: fixed;
	top: 0px;
	z-index: 1000;
	width: 100%
}

#left-nav {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 12px;
}

#left-nav ul {
	list-style: none;
	padding: 6px 0;
	overflow: hidden;
}

#left-nav li {
	float: left;
	font-weight: bold;
	border-right: 1px #DBD7B0 solid;
}

#left-nav a {
	color: #222;
	text-decoration: none;
	display: block;
	padding: 2px 12px;
	height: 28px;
	line-height: 30px;
	font-size: 12px;
}

#left-nav a:hover {
	color: #222;
	text-decoration: underline;
}

#left-nav a.home-link {
	background: url(../images/btn-home.png) no-repeat 0 0;
	width: 20px;
	height: 19px;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	margin: 6px 14px
}

2#left-nav a.home-link:hover {
	background: url(../images/btn-home.png) no-repeat 0 -23px;
}

#left-nav li.first a {
	margin-left: 0px;
}

#left-nav li.last {
	border: none
}

#right-nav {
	overflow: hidden;
	width: 630px;
	position: absolute;
	right: 0;
	top: 0;
}

#right-nav #left {
	margin-right: 10px;
	padding: 8px 0;
	float: left;
}

#right-nav #left a {
	color: #222;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 24px;
}

#right-nav #left span a {
	border-bottom: 2px #CFCCC9 solid;
}

#right-nav #left span a:hover {
	border: 0;
}

#right-nav .button {
	display: block;
	float: left;
	background: #E3E3D6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	margin-left: 5px;
	padding: 1px 9px;
	text-align: center;
	line-height: 14px;
}

#right-nav .logout {
	display: block;
	float: left;
	background: #fff;
	margin: 2px 8px;
	padding: 0px 0px;
	text-align: center;
	line-height: 14px;
	border-bottom: 2px solid #ccc
}

#right-nav .button:hover {
	background: #d4d4bf;
}

#right-nav .logout:hover {
	background: #d4d4bf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px;
	margin: 1px 0px;
	border: none
}

#right-nav #right {
	width: 326px;
	background: #81CD34;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	height: 53px;
	float: right;
}

#right img {
	border: 0;
}

#right-nav #right ul {
	list-style: none;
	padding-top: 9px;
	overflow: hidden;
}

#right-nav #right li {
	float: left;
	border-right: 1px #73AC39 solid;
	padding: 0 12px;
	font-size: 9px;
	height: 34px;
	color: #33591d
}

#right-nav #right .cart-items {
	text-align: center
}

#right-nav #right li strong {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif
}

#right-nav #right li.last {
	border: none;
	padding: 0px;
	margin-left: 8px;
	padding: 3px;
	margin-top: -3px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

#right-nav #right li.last:hover {
	background: #75bb2f
}

a.checkout {
	border: 1px solid #77bc32;
	padding: 9px 0px;
	width: 90px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 12px;
	color: #324527;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#bafd69), to(#90e13e));
	background: -moz-linear-gradient(top, #bafd69, #90e13e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bafd69', endColorstr='#90e13e');
}

a.checkout:hover {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 4px #888;
	-webkit-box-shadow: 0 0 4px #888;
	background: -webkit-gradient(linear, left top, left bottom, from(#bbfe6a), to(#a2ee50));
	background: -moz-linear-gradient(top, #bbfe6a, #a2ee50);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbfe6a', endColorstr='#a2ee50');
}

a.thecart {
	background: url(../images/btn-cart.png) no-repeat 0 0;
	width: 37px;
	height: 38px;
	text-indent: -9999px;
	display: block
}

a.thecart:hover {
	background: url(../images/btn-cart.png) no-repeat 0 -46px;
}

/* @end */

/* @group Header, round 2 */

#in-header {
	background: url(../images/inner-header-border.png) repeat-x bottom;
	height: 92px;
	display: block;
	padding-top: 18px;
	position: relative
}

#in-logo {
	margin: 0px;
	border: none
}

#in-logo a {
	background: url(../images/logo-inner.png) no-repeat 0 3px;
	width: 229px;
	height: 79px;
	float: left;
	text-indent: -9999px;
}

#in-logo a:active {
	position: relative;
	top: 1px;
}

#in-logo a:hover {
	background: url(../images/logo-inner.png) no-repeat 0 -77px;
}

#in-caption {
	font-family: "Gnuolane Free", Arial;
	float: left;
	padding: 21px 0 0 15px;
	font-size: 19px;
	color: #222;
	text-shadow: #fff 1px 2px 0;
	letter-spacing: 1px;
}

#in-caption span {
	font-size: 27px;
}

#small-flowers {
	background: url(../images/flowers_small.png) no-repeat 0 0;
	width: 54px;
	height: 86px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/* @end */

/* @group Content CSS */

#in-content-section {
	padding-top: 35px;
	overflow: hidden;
	min-height: 500px;
}

#col-left {
	width: 219px;
	float: left;
}

#col-left ul {
	padding-bottom: 5px;
}

#col-left h4 {
	font-size: 22px;
	font-family: "Gnuolane Free", Arial;
	font-weight: lighter;
	margin: 18px 0 5px 13px;
	text-transform: uppercase
}

#search-box {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background: #ECECE8;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	padding: 2px;
	position: relative;
	overflow: hidden;
}

#search-text {
	background: #fff;
	border: 1px #c3c2b6 solid;
	width: 218px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
}

#search-text #text {
	height: 19px;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	padding: 10px;
	width: 196px;
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background: #FFF;
}

#search-text #text:focus {
	color: #AAA;
	outline: none;
}

#search-btn {
	position: absolute;
	top: 4px;
	right: -1px;
	background: url(../images/btn-search.png) no-repeat 0 0;
	width: 37px;
	height: 35px;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	border: none
}

#search-btn:hover {
	background-position: 0 -40px;
}

#search-btn:active {
	background-position: 0 0;
}

#cant-find {
	text-align: center;
	padding-top: 6px;
	color: #005AA6;
}

#cant-find a {
	color: #005AA6;
	font-size: 11px;
}

#currently-viewing ul {
	list-style: none;
}

#currently-viewing li {
	margin-bottom: 5px;
	position: relative
}

#currently-viewing li a.product {
	display: block;
	background: url(../images/currently-viewing-bg.png);
	width: 209px;
	height: 35px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	line-height: 35px;
	text-decoration: none;
	color: #323232;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
}

#currently-viewing li a.product:active {
	position: relative;
	top: 1px;
}

#currently-viewing li a.delete {
	position: absolute;
	right: 10px;
	top: 7px;
	background: url(../images/btn-delete.png) no-repeat 0 2px;
	width: 21px;
	height: 22px;
	text-indent: -9999px;
	display: block;
	z-index: 10;
}

#currently-viewing li:hover a.delete {
	background: url(../images/btn-delete.png) no-repeat 0 -25px;
}

#currently-viewing li a.product:hover, #currently-viewing li:hover a.product {
	background: url(../images/bg-blacktrans-20.png) repeat;
}

.sidemenu ul {
	list-style: none;
}

.sidemenu li {
	margin-bottom: 5px;
	position: relative
}

.sidemenu>ul>li>a {
	display: block;
	background: #85D735;
	border: 1px #73ac39 solid;
	width: 208px;
	height: 35px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	line-height: 35px;
	text-decoration: none;
	color: #222;
	padding-left: 10px;
}

.sidemenu>ul>li>a:hover {
	background: #a1e849
}

.sidemenu>ul>li>a:active {
	position: relative;
	top: 1px;
}

.sidemenu>ul>li>a span {
	font-size: 16px;
	font-weight: bold;
}

.flyouter li.flyout>a, .flyouter li.flyout>a:hover {
	border: none;
	background: url(../images/bg-flyout-link.png) no-repeat 0 0;
	position: relative;
	width: 260px;
	z-index: 100;
	height: 40px
}

.flyouter ul li ul {
	padding: 30px !important;
	background: #ffffff;
	border: 1px solid #d7d6cc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	left: 240px;
	z-index: 99;
	top: -140px;
	-moz-column-width: 170px;
	-webkit-column-width: 170px;
	-moz-column-gap: 22px;
	-webkit-column-gap: 22px;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	width: 570px;
	-webkit-column-rule: 1px solid #d7d6cc;
	-moz-column-rule: 1px solid #d7d6cc;
	box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
}

.flyouter ul li ul li {
	margin-bottom: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 14px;
	position: relative
}

.flyouter ul li ul li a.categ {
	color: #2a2421;
	font-size: 14px;
}

.flyouter ul li ul li a.categ span {
	font-size: 13px;
	color: #878787;
	padding-left: 10px;
}

.flyouter ul li ul li a.add {
	display: none;
	background: url(../images/btn-add.png) no-repeat 0 0;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 6px;
	top: 4px;
	text-indent: -9999px;
}

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

.flyouter ul li ul li:hover {
	background: #ececec;
}

.flyouter ul li ul li:hover a.add {
	display: block
}

.flyouter ul li ul li.col2 {
}

.flyouter ul li ul li.col3 {
}

#promotioanals {
	margin: 25px 0;
}

#promotioanals li.label {
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#promotioanals li {
	list-style-type: none;
	margin: 0px 0px 15px;
}

#checkout-tabs li {
	background: rgba(0, 0, 0, 0.12);
	width: 208px;
	height: 35px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	line-height: 35px;
	text-decoration: none;
	color: #222;
	padding-left: 10px;
	font-weight: bold;
	border: 1px solid rgba(0, 0, 0, 0.02);
	color: #626262;
	font-size: 15px;
}

#checkout-tabs li.active {
	background: #85D735;
	border: 1px #73ac39 solid;
	color: #323232
}

#checkout-tabs li span {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

/* @end */

/* @group Right Column */

#col-right {
	padding-left: 30px;
	float: left;
	position: relative;
	border-left: 1px solid #CACACA;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 60px;
	-webkit-transition: width .07s linear;
}

.six-column #col-right {
	width: 1081px;
}

.four-column #col-right {
	width: 710px;
}

.five-column #col-right {
	width: 898px;
}

#col-right.diet {
	width: 710px;
}

#col-right #boxes {
	height: 160px;
}

#col-right .box {
	width: 526px;
	float: left;
}

#col-right #box1 {
	margin-right: 25px;
	position: relative;
	left: -10px;
}

#col-right .block {
	clear: both;
	margin-bottom: 40px;
}

#col-right .block h3 {
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 17px;
	letter-spacing: 1px;
}

#col-right #suggest.block {
	width: 100%
}

.four-column #col-right #suggest.block {
}

/* @group This week's feature */

#col-right .block h3 span {
	display: block;
	background: rgba(0, 0, 0, 0.12);
	height: 4px;
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 3px;
}

#col-right #this-weeks h3 span {
	left: 155px;
}

.prod-img {
	display: block;
	height: 138px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center top;
}

#this-weeks .content {
	background: url(../images/bg-slider-bar.png) repeat-x 0 0;
	overflow: hidden;
	position: relative
}

#this-weeks .controls {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 75px;
}

#this-weeks #features-slider li {
	list-style-type: none;
	float: left;
	width: 160px;
	margin-right: 22px;
	position: relative
}

.controls .up-down a {
	display: block;
	width: 75px;
	height: 70px;
	text-indent: -9999px;
}

.controls .up-down a.up {
	background: url(../images/btn-slider-controls.png) no-repeat -76px 0;
}

.controls .up-down a.up:hover {
	background: url(../images/btn-slider-controls.png) no-repeat 0px 0;
}

.controls .up-down a.up:active {
	background: url(../images/btn-slider-controls.png) no-repeat -152px 0;
}

.controls .up-down a.down {
	background: url(../images/btn-slider-controls.png) no-repeat -76px -70px;
}

.controls .up-down a.down:hover {
	background: url(../images/btn-slider-controls.png) no-repeat 0px -70px;
}

.controls .up-down a.down:active {
	background: url(../images/btn-slider-controls.png) no-repeat -152px -70px;
}

.controls .indicator {
	margin: 6px 0
}

.controls .indicator li {
	list-style-type: none;
	float: left;
}

.controls .indicator li a {
	background: url(../images/btn-indicators.png) no-repeat -17px 0;
	width: 14px;
	height: 14px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-right: 6px;
}

.controls .indicator li.last a {
	margin: 0px;
}

.controls .indicator li a:hover {
	background: url(../images/btn-indicators.png) no-repeat 0 0;
}

.controls .indicator li.active a {
	background: url(../images/btn-indicators.png) no-repeat -36px 0;
}

#features-slider a.add-to-cart {
	display: block;
	background: url(../images/btn-addtocart.png) no-repeat 0 0;
	width: 99px;
	height: 28px;
	display: block;
	text-indent: -999px;
	position: absolute;
	top: 100px;
	left: 33px;
}

#features-slider a.add-to-cart:hover {
	background: url(../images/btn-addtocart.png) no-repeat 0 -30px;
}

.prod-title {
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 5px;
}

.prod-price {
	color: #616161;
	font-size: 12px;
}

.prod-price strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

/* @end */

/* @group Browse by aisle */

#col-right #browse-by-aisle h3 span {
	left: 123px;
}

#col-right #browse-by-aisle .content {
	overflow: hidden;
	margin-left: -9px;
}

#col-right #browse-by-aisle .content ul {
	margin-left: -16px
}

.four-column #col-right #browse-by-aisle ul {
	width: 720px;
}

#col-right #browse-by-aisle li {
	list-style-type: none;
	float: left;
	margin: 0 0px 12px 16px;
}

.four-column #col-right #browse-by-aisle li {
	margin: 0 0px 12px 12px;
}

.five-column #col-right #browse-by-aisle li {
	margin: 0 0px 12px 13px;
}

#col-right #browse-by-aisle li span.outer {
	text-align: center;
	background: url(../images/bg-line-asile.gif) repeat-x center;
	display: block;
}

#col-right #browse-by-aisle li span.outer span {
	background: #fff url(../images/pattern.png) repeat scroll 0 0;
	padding: 0px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #222222;
}

#col-right #browse-by-aisle li a {
	padding: 8px;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0);
	text-decoration: none;
	width: 150px
}

#col-right #browse-by-aisle li a:hover {
	background: #faf8e4;
	border: 1px solid #e0dec8;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}

#col-right #browse-by-aisle li a:hover span.outer span {
	background: #faf8e4;
}

/* @end */

/* @group Browse by store */

#col-right #browse-by-store h3 span {
	left: 128px;
}

#col-right #browse-by-store .content {
	overflow: hidden;
	margin-left: -9px;
}

#col-right #browse-by-store .content ul {
	margin-left: -1px;
}

#col-right #browse-by-store li {
	list-style-type: none;
	float: left;
	margin: 0 0px 12px 1px;
	height: 140px;
}

#col-right #browse-by-store li span.outer {
	text-align: center;
	background: url(../images/bg-line-asile.gif) repeat-x 0px 8px;
	margin: 8px 0 0;
	display: block
}

#col-right #browse-by-store li span.outer span {
	background: #fff url(../images/pattern.png) repeat scroll 0 0;
	padding: 0px 8px;
	font-size: 13px;
	font-weight: bold;
	color: #222222;
}

.four-column #col-right #browse-by-store li a {
	padding: 6px;
}

#col-right #browse-by-store li a {
	padding: 8px;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0);
	text-decoration: none;
	width: 160px
}

#col-right #browse-by-store li a:hover {
	background: #faf8e4;
	border: 1px solid #e0dec8;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}

#col-right #browse-by-store li a:hover span.outer span {
	background: #faf8e4;
}

/* @end */

/* @group Suggest one */

#col-right #suggest h3 span {
	left: 438px;
}

#col-right #suggest h3 {
	font-size: 20px;
	text-transform: none
}

#col-right #suggest .form-text {
	width: 380px;
}

#col-right #suggest .form-submit {
	margin: 2px 0px 0 8px;
	width: 115px;
}

#col-right #suggest .cols {
	float: left
}

#col-right #suggest .col1 {
	width: 535px;
}

#col-right #suggest .col2, #col-right #suggest .col3 {
	width: 200px;
	text-align: center
}

.four-column #col-right #suggest .col2, .four-column #col-right #suggest .col3 {
	width: 165px;
	float: right;
	margin-bottom: 25px;
}

.four-column #col-right #suggest .col1 {
	margin-bottom: 40px;
}

#col-right #suggest strong {
	font-size: 17px;
}

#col-right #suggest a {
	font-weight: bold;
}

#col-right #suggest .content {
	overflow: hidden
}

/* @end */

/* Product Grid */

h2.page-title {
	font-size: 43px;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 30px
}

#grid h2 {
	float: left
}

#grid {
	overflow: hidden
}

#grid .content {
	padding: 0 0;
	clear: both;
	overflow: hidden;
	border-bottom: 4px solid rgba(0, 0, 0, 0.12);
	margin-bottom: 30px;
}

#prod-grid {
	overflow: hidden;
}

#prod-grid li {
	list-style-type: none;
	float: left;
	position: relative;
	width: 160px;
	height: 250px;
	padding: 3px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

#prod-grid .outer-border {
	padding: 4px;
	background: none;
}

#prod-grid .outer-border:hover a.prod-img {
}

#prod-grid .outer-border:hover {
	background: rgba(0, 0, 0, 0.1);
}

a.prod-img .prod-img-hover {
	border: 1px solid rgba(0,0,0,0.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#prod-grid li .prod-img-hover, #prod-grid li .prod-quantity, #prod-grid li a.moreinfo, #features-slider li .prod-img-hover, #features-slider li .prod-quantity, #features-slider li a.moreinfo {
	display: none
}

#prod-grid .outer-border:hover .prod-img-hover, #prod-grid .outer-border:hover .prod-quantity, #prod-grid .outer-border:hover a.moreinfo, #features-slider .outer-border:hover .prod-img-hover, #features-slider .outer-border:hover .prod-quantity, #features-slider .outer-border:hover a.moreinfo {
	display: block
}

.prod-quantity {
	background: url(../images/bg-btn-quanity.png) no-repeat 0 0;
	width: 65px;
	height: 45px;
	position: relative
}

#features-slider .prod-quantity, #prod-grid .prod-quantity {
	position: absolute;
	top: 85px;
	left: 8px;
}

.prod-quantity input {
	font-size: 16px;
	color: #544842;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 12px 5px;
	display: block;
	border: none;
	width: 26px;
	height: 20px;
	background: none;
	text-align: center
}

.prod-quantity a {
	width: 28px;
	height: 20px;
	display: block;
	position: absolute;
	right: 3px;
	text-indent: -9999px;
}

.prod-quantity a.plus {
	top: 3px;
}

.prod-quantity a.minus {
	bottom: 3px;
}

.prod-quantity a.plus:hover {
	background: url(../images/bg-btn-quanity.png) no-repeat -34px -48px;
}

.prod-quantity a.minus:hover {
	background: url(../images/bg-btn-quanity.png) no-repeat -34px -67px;
}

a.moreinfo {
	background: url(../images/btn-moreinfo.png) no-repeat 0 0;
	width: 75px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	right: 11px;
	top: 90px;
}

.no-stock a.moreinfo {
	left: 43px
}

a.moreinfo:hover {
	background: url(../images/btn-moreinfo.png) 0px -32px;
}

.tag.avilability {
	position: absolute;
	top: 4px;
	left: 50%;
}

.tag.avilability b {
	background: #85d735;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #41332d;
	font-size: 14px;
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 0;
	width: 35px;
	text-align: center;
	position: relative;
	left: -50%;
	top: -16px;
}

.tag.on-sale {
	background: url(../images/bg-tag-onsale.png) no-repeat 0 0;
	width: 76px;
	height: 35px;
	display: block;
	position: absolute;
	right: 0;
	top: 38px;
}

.tag.no-stock {
	background: url(../images/bg-tag-outofstock.png) no-repeat 0 0;
	width: 168px;
	height: 36px;
	position: absolute;
	display: block;
	top: 38px;
	right: 0;
}

#prod-grid .outer-border:hover .tag {
}

#prod-grid .outer-border:hover .tag.avilability {
	display: block
}

#features-slider .prod-img-hover {
	left: 0px;
	top: 0px;
}

#features-slider span.outer-border {
	padding: 0px;
	margin-bottom: 12px;
}

ul.pager {
	background: rgba(0, 0, 0, 0.12);
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}

ul.pager li {
	list-style-type: none;
	float: left;
	border-right: 1px solid #b6b4a3
}

ul.pager li.last {
	border: none
}

ul.pager li a {
	color: #41332d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #edecde 1px 1px 2px;
	padding: 11px 15px;
	display: block;
}

ul.pager li a:hover {
	background: rgba(0, 0, 0, 0.12);
	text-decoration: none
}

ul.pager li.active a {
	background: rgba(0, 0, 0, 0.12);
	color: #fff;
	text-shadow: 1px 1px 0px #8b8a7a;
	text-decoration: none
}

.beside-title .cols {
	float: left;
	margin-left: 15px;
}

.beside-title .view-grid {
	padding: 10px 0 0;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.beside-title {
	margin: 10px 0
}

/* Billing */

#billing {
	font-size: 12px;
}

#billing a {
	font-weight: bold
}

table {
	border: none;
	border-collapse: collapse
}

#billing table td {
	width: 215px;
}

#billing table td.col1 {
	border-right: 1px solid #cfd0b1
}

#billing table td.col2 {
	text-align: center;
}

.contact-info dt {
	font-weight: bold;
	color: #41332d
}

.contact-info dd {
	color: #6a6a6a;
	margin-bottom: 20px;
}

.checkout-table {
	width: 100%;
	font-size: 12px
}

.checkout-table img {
	vertical-align: middle
}

.checkout-table thead th {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	color: #7b7c69;
	text-align: left;
	padding: 0 15px;
	border-right: 1px solid #cfd0b1
}

.checkout-table td {
	padding: 15px;
	border-right: 1px solid #cfd0b1
}

.checkout-table .last {
	border-right: none !important
}

.checkout-table .alt {
	background: rgba(0, 0, 0, 0.05)
}

.checkout-table tr.last td {
	border-bottom: 1px solid #cfd0b1
}

.checkout-table tfoot th {
	padding: 15px;
	text-align: left
}

.checkout-table tfoot tr {
	border-bottom: 1px solid #e9e9e9
}

#card-details .col2 img {
	margin-right: 15px;
}

#card-details td.col2 {
	color: #6a6a6a;
}

#card-details .col2 span {
	color: #41332d;
	font-weight: bold
}

#card-details .col2 strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#card-details td.col3 {
	font-weight: bold;
	color: #41332d;
}

#card-details td.col4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6a6a6a
}

.status.expired {
	font-size: 13px;
	font-weight: bold;
	color: #b2472b;
	padding-right: 15px;
}

a.checkbox {
	background: url(../images/btn-smallones-billing.png) no-repeat 0 0;
	width: 65px;
	display: block;
	height: 27px;
	text-indent: -9999px;
}

a.checkbox:hover {
	background: url(../images/btn-smallones-billing.png) no-repeat 0 -27px;
}

a.checkbox.active, a.checkbox:active {
	background: url(../images/btn-smallones-billing.png) no-repeat 0 -53px;
}

a.checkbox.active:hover {
	background: url(../images/btn-smallones-billing.png) no-repeat 0 bottom;
}

a.checkbox-b {
	color: #191717;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.12) url(../images/btn-icn-tick.png) no-repeat 14px 13px;
	padding: 13px 20px 13px 45px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

a.checkbox-b:hover {
	background: rgba(0, 0, 0, 0.18) url(../images/btn-icn-tick.png) no-repeat 14px -17px;
	text-decoration: none
}

a.checkbox-b:active {
	background: #85d735 url(../images/btn-icn-tick.png) no-repeat 14px -47px;
}

#other-options li {
	list-style-type: none;
	float: left;
	margin-right: 15px;
}

#other-options li.last {
	padding: 5px 0px 0px 20px;
	font-weight: bold
}

#other-options .content {
	overflow: hidden
}

.form-submit.continue {
	font-size: 22px;
	width: 162px;
	height: 51px;
}

.form-submit.checkout {
	width: 262px;
	height: 71px;
	font-size: 35px
}

.form-submit.orange {
	background: -webkit-gradient(linear, left top, left bottom, from(#f8b432), to(#f8a232));
	background: -moz-linear-gradient(top, #f8b432, #f8a232);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8b432', endColorstr='#f8a232');
	border-color: #d38c2f;
}

.form-submit.orange:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#f9d33d), to(#f8b738));
	background: -moz-linear-gradient(top, #f9d33d, #f8b738);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9d33d', endColorstr='#f8b738');
}

.checkout-wrap {
	padding: 23px;
	background: rgba(0, 0, 0, 0.1);
	text-align: center;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}

#col-right #billing h3 span {
	left: 243px
}

#col-right #card-details h3 span {
	left: 145px;
}

#col-right #other-options h3 span {
	left: 170px;
}

#in-navig h6 {
	font-size: 16px;
	color: #323232;
	margin-bottom: 7px;
}

#in-navig a {
	font-weight: bold;
}

#in-navig {
	padding-bottom: 40px;
}

.checkout-table .prod-img {
	width: 50px;
	height: 43px;
}

.verify-purchase table .col2 a, .verify-purchase table .col3 a {
	font-size: 11px;
	margin-top: 6px;
}

.verify-purchase table .col2 a, .verify-purchase .col3 a, .verify-purchase .col4 strong {
	display: block;
}

.verify-purchase table {
	font-weight: bold;
	font-size: 12px;
	color: #222222
}

.verify-purchase td.col4 {
	font-size: 10px;
	color: #41332d;
	width: 64px;
	font-weight: normal
}

.verify-purchase .col4 strong {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif
}

.verify-purchase td.col6 {
	width: 78px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif
}

.verify-purchase tfoot .col4, .verify-purchase tfoot .col5, .verify-purchase tfoot .col6.last {
	border-bottom: 2px solid #cfd0b1
}

.verify-purchase tfoot .col6 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #41332d
}

#coupons-form .content {
	overflow: hidden
}

#coupons-form .form-submit {
	float: right;
	width: 116px;
	margin-top: 2px;
}

#coupons-form .form-text {
	width: 545px;
}

.btn-continue-wrap {
	border-top: 4px solid rgba(0, 0, 0, 0.12);
	padding-top: 30px;
}

.btn-continue-wrap .form-submit {
	float: right;
}

#col-right #verify1 h3 span {
	left: 175px;
}

#col-right #verify2 h3 span {
	left: 403px
}

#col-right #coupons-form h3 span {
	left: 230px;
}

#pickup-how span {
	padding: 0px 10px;
}

#pickup-how .content {
	padding: 20px 0
}

#select-location table td {
	padding: 10px;
}

#select-location table th {
	padding: 0px 10px
}

#select-location p {
	margin: 20px 0 40px;
}

#select-location th .date {
	font-weight: normal;
	font-size: 16px;
	color: #41332d
}

#select-location th {
	text-align: center
}

#select-location th.first {
	text-align: left;
}

#select-location th .date span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
}

#select-location td.first a {
	display: block;
	font-weight: bold
}

#select-location td.first em {
	color: #6a6a6a;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
}

.location-table {
	position: relative;
	padding-right: 67px;
}

.location-table .vertical-controls {
	position: absolute;
	right: 0px;
	top: 0px;
}

.location-table .vertical-controls a, .location-table .horizontal-controls a {
	display: block;
	text-indent: -9999px;
}

.location-table .vertical-controls .controlers a {
	width: 32px;
	height: 28px;
}

.location-table .vertical-controls .controlers {
	position: absolute;
	right: 22px;
}

.location-table .vertical-controls .next {
	background: url(../images/btn-slide-controls.png) no-repeat 0 0;
}

.location-table .vertical-controls .next:hover {
	background: url(../images/btn-slide-controls.png) no-repeat -33px 0;
}

.location-table .vertical-controls .next.disabled {
	background: url(../images/btn-slide-controls.png) no-repeat -66px 0;
	cursor: default
}

.location-table .vertical-controls .prev {
	background: url(../images/btn-slide-controls.png) no-repeat 0 -28px
}

.location-table .vertical-controls .prev:hover {
	background: url(../images/btn-slide-controls.png) no-repeat -33px -28px
}

.location-table .vertical-controls .prev.disabled {
	background: url(../images/btn-slide-controls.png) no-repeat -66px -28px
}

.location-table .vertical-controls li, .location-table .horizontal-controls li {
	list-style-type: none;
	margin-bottom: 3px;
}

.location-table .vertical-controls li a, .location-table .horizontal-controls li a {
	width: 12px;
	height: 12px;
	background: url(../images/btn-slider-indicators.png) no-repeat 0 0
}

.location-table .vertical-controls li a:hover, .location-table .horizontal-controls li a:hover {
	background: url(../images/btn-slider-indicators.png) no-repeat 0 -13px
}

.location-table .vertical-controls li.active a, .location-table .horizontal-controls li.active a {
	background: url(../images/btn-slider-indicators.png) no-repeat 0 -28px
}

.location-table .horizontal-controls .controlers a {
	width: 28px;
	height: 33px;
	float: left
}

.location-table .horizontal-controls li {
	float: left;
	margin: 0 3px 0 0;
}

.location-table .horizontal-controls .controlers a.next {
	background: url(../images/btn-slide-controls.png) no-repeat 0 -57px
}

.location-table .horizontal-controls .controlers a.next:hover {
	background: url(../images/btn-slide-controls.png) no-repeat -57px -57px
}

.location-table .horizontal-controls .controlers a.next.disabled {
	background: url(../images/btn-slide-controls.png) no-repeat 0 -90px;
	cursor: default
}

.location-table .horizontal-controls .controlers a.prev {
	background: url(../images/btn-slide-controls.png) no-repeat -28px -57px
}

.location-table .horizontal-controls .controlers a.prev:hover {
	background: url(../images/btn-slide-controls.png) no-repeat -85px -57px
}

.location-table .horizontal-controls .controlers a.prev.disabled {
	background: url(../images/btn-slide-controls.png) no-repeat -28px -90px;
	cursor: default
}

.location-table .horizontal-controls h6 {
	color: #7B7C69;
	font-size: 9px;
	font-weight: normal;
	margin-bottom: 10px;
}

.location-table .horizontal-controls {
	padding: 15px;
}

.location-table .horizontal-controls ul {
	margin: 10px 0 0 10px;
	float: left
}

#col-right #pickup-how h3 span {
	left: 270px;
}

#col-right #select-location h3 span {
	left: 255px;
}

#family-form {
	overflow: hidden
}

#family-form .form-text {
	width: 322px
}

#family-form .outer-border.lefttube {
	float: right
}

#family-form .outer-border {
	margin-bottom: 10px;
}

#family-form .form-submit {
	margin-top: 10px;
}

#extracredit-fav table {
	font-size: 11px;
	margin: 20px 0 0
}

#extracredit-fav table .col1 {
	width: 60px;
}

#extracredit-fav table td.col2 {
	width: 130px;
	font-weight: bold;
}

a.save-fav {
	background: rgba(0, 0, 0, 0.12) url(../images/btn-icn-tick-s.png) no-repeat 4px 9px;
	padding: 8px 8px 8px 24px;
	font-weight: bold;
	color: #3e3b39;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

a.save-fav:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.18) url(../images/btn-icn-tick-s.png) no-repeat 4px -19px;
}

#map-location .lefttube {
	width: 295px;
	text-align: center
}

#map-location .lefttube a {
	margin: 15px 0;
	font-weight: bold;
	display: block
}

#map-location .righttube {
	width: 395px;
}

#map-location .righttube h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

#map-location .righttube .date-n-time {
	font-weight: bold;
	color: #5e5d5d;
	margin-bottom: 10px;
}

#col-right #order-details h3 span {
	left: 105px;
}

#col-right #extracredit-family h3 span {
	left: 440px;
}

#col-right #extracredit-fav h3 span {
	left: 433px;
}

#col-right #map-location h3 span {
	left: 295px;
}

/* @end */

/* @group Footer, round 2 */

#in-footer {
	background: url(../images/f-bg.png) repeat-x 0 -82px;
	width: 100%;
	padding-bottom: 80px;
	color: #222;
	padding-top: 0;
}

#in-footer-section {
	margin: 0 25px;
	position: relative;
	-webkit-transition: width .07s linear;
}

.four-column #in-footer-section {
	width: 960px;
}

.five-column #in-footer-section {
	width: 1148px;
}

#in-footer-content {
	padding-top: 60px;
	width: 1120px;
	-webkit-transition: width .07s linear;
}

.four-column #in-footer-content {
	width: 750px;
}

.five-column #in-footer-content {
	width: 898px;
}

#in-columns2 {
	color: #222;
	margin-bottom: 30px;
	clear: both;
}

#in-col1 {
	width: 212px;
	float: left;
}

#in-twitter-facebook {
	width: 170px;
	margin: auto;
}

#in-twitter-facebook img {
	width: 48px;
	height: 48px;
	margin: 0 5px;
	border: 4px #DFDFDF solid;
	padding: 8px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
}

#in-twitter-facebook h2 {
	margin: 5px 0 7px 6px;
	text-align: center;
}

#in-col2 {
	float: left;
	width: 676px;
	padding: 0 0 10px 35px;
	background: url(../images/bg-divider-footer-in.png) repeat-y 0 0;
	-webkit-transition: width .07s linear;
}

.four-column #in-col2 {
	width: 285px;
	padding-right: 25px;
	background: url(../images/bg-divider-footer-in-diet.png) repeat-y 0 0
}

.five-column #in-col2 {
	width: 285px;
	padding-right: 25px;
	background: url(../images/bg-divider-footer-in-diet.png) repeat-y 0 0
}

#in-col2 a {
	font-weight: bold
}

#in-col2 img {
	float: left;
	margin-right: 8px;
}

#in-col2 p {
	margin: 5px 0 10px 0;
}

.relay-news {
	list-style: none;
	width: 300px;
	float: left;
	padding-right: 35px;
	line-height: 17px;
}

.four-column .relay-news {
	width: auto
}

.relay-news li {
	float: left;
	padding: 0 0 20px 0;
}

#in-col3 {
	float: left;
	margin-left: 20px;
	width: 142px;
}

.in-footer-list {
	list-style: none;
	border-bottom: 2px #D8DED8 solid;
	margin-bottom: 10px;
}

.in-footer-list.last {
	border: none
}

.in-footer-list li {
	padding-bottom: 10px;
}

.in-footer-list a {
	color: #222;
	text-decoration: none;
	font-size: 12px;
}

.in-footer-list a:hover {
	color: #222;
	text-decoration: underline;
}

#in-footer-legal {
	font-size: 11px;
	color: #8a9189;
	margin-left: 20px;
	clear: both;
}

/* @end */

/* @group jQuery Uniform */

/* Modified default theme from 1.5.5 */

div#uniform-state-select{
	background: url(../images/state-select-sprite.png) no-repeat;
	line-height: 39px;
	width: 85px;
	font-size: 12px;
	height: 39px;
	float: left;

}

div#uniform-state-select *{
	margin: 0;
	padding: 0;
}

form span.state{
	display: inline-block;
	width: 85px;
	margin: 3px 10px;
}

div#uniform-state-select span {
	background-position: right 0px;
	height: 39px;
	line-height: 39px;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div#uniform-state-select select {
	top: 0px;
	left: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	border: solid 1px #fff;
	position: relative;
	overflow: hidden;
}

div#uniform-state-select.focus,
div#uniform-state-select.hover,
div#uniform-state-select:hover {
	background-position: 0 -39px;
}

div#uniform-state-select.focus:active,
div#uniform-state-select.focus.active,
div#uniform-state-select:hover:active,
div#uniform-state-select.active:hover {
	background-position: 0 -78px;
}

div#uniform-state-select.focus:active span,
div#uniform-state-select:hover:active span,
div#uniform-state-select.active:hover span,
div#uniform-state-select.focus.active span {
	background-position: 0 -78px;
}

div#uniform-state-select span {
	cursor: pointer;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	width: 54px;
	text-align: center;
	font-size: 14px;
}

div#checkout-modal form span.city input{
	width: 165px;
}

div#uniform-state-select select:focus{
	outline: 0;
}

/* Select */

div#uniform-state-select {
	position: relative;
	overflow: hidden;
}


div#uniform-state-select select {
	position: absolute;
	opacity: 0;
	height: 39px;
	border: none;
	background: none;
	width: 85px;
	cursor: pointer;
}

/* @end */

::-moz-focus-inner{
	border: 0;
	outline: none;
	-moz-outline: none;
}