@import url( "base.css" );

body
{
	width:1000px;
	margin:0 auto 0 auto;
}

body, form, input, textarea, select, button
{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color:#62482f;
}

a
{
	color:#2188cd;
}

a:hover
{
	color:#62482f;
}

p
{
	margin:20px 0 20px 0;
	line-height:16px;
}

h2
{
	font-family:arial, helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

h2.formHeader
{
	margin:30px 0 15px 0;
	padding-bottom:15px;
	border-bottom:1px solid #62482f;
	font-size:16px;
}

h2.section
{
	margin-top:30px;
	padding:30px 0 10px 0;
	border-top:1px dotted #62482f;
}

h2.sectionheader
{
	margin-top:30px;
	padding:30px 0 10px 0;
	border-top:1px dotted #62482f;
}

h3
{
	margin:50px 0 20px 0;
	font-size:14px;
	font-weight:bold;
}

h3.highlight
{
	padding:4px;
	background-color:#e5f5ff;
}

h4
{
	font-size:12px;
	font-weight:bold;
}

/*
--------------------------------------------------------------------------------
	HEADER
--------------------------------------------------------------------------------
*/

#header
{
	height:180px;
	position:relative;
}

#ident
{
	width:300px;
	height:100px;
	padding-top:30px;
	float:left;
}

#ident a
{
	width:300px;
	height:114px;
	background:#ffffff url( "/src/css/img/ident.jpg" ) no-repeat scroll top left;
	display:block;
}

#ident span
{
	display:none;
}

#menubox
{
	float:right;
}

#accountMenu
{
	height:65px;
	padding-top:15px;
	overflow:hidden;
}

#accountMenu ul
{
	float:right;
}

#accountMenu li
{
	height:20px;
	padding:4px 30px 0 0;
	text-align:right;
	line-height:0;
}

#accountMenu li.account
{
	background:#ffffff url( "./img/icon-account.gif" ) no-repeat scroll top right;
}

#accountMenu li.cart
{
	background:#ffffff url( "./img/icon-cart.gif" ) no-repeat scroll top right;
}

#accountMenu a
{
	padding:2px 0 4px 0;
	font-weight:bold;
	text-decoration:none;
	line-height:normal;
	color:#2188cd;
}

#accountMenu a:hover
{
	color:#62482f;
}

#mainMenu
{
	height:30px;
	overflow:hidden;
}

#mainMenu ul
{
	float:right;
}

#mainMenu li
{
	float:left;
}

#mainMenu a
{
	height:45px;
	padding:3px 20px 0 20px;
	font-family:arial, helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:-0px;
	color:#ffffff;
	background-color:#2188cd;
	display:block;
	float:left;
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:transparent !important;
	background-image:url("/src/img/menu_new.jpg") !important;
}

a#btn1{
	width:93px;
	display:block;
	background-position:0 0;
}
#mainMenu a:hover#btn1, #mainMenu a.active#btn1{
	background-position:0 -61px;
}
a#btn2{
	width:132px;
	display:block;
	background-position:-93px 0;
}
#mainMenu a:hover#btn2, #mainMenu a.active#btn2{
	background-position:-93px -61px;
}
a#btn3{
	width:107px;
	display:block;
	background-position:-225px 0;
}
#mainMenu a:hover#btn3, #mainMenu a.active#btn3{
	background-position:-225px -61px;
}
a#btn4{
	width:129px;
	display:block;
	background-position:-332px 0;
}
#mainMenu a:hover#btn4, #mainMenu a.active#btn4{
	background-position:-332px -61px;
}
a#btn5{
	width:97px;
	display:block;
	background-position:-461px 0;
}
#mainMenu a:hover#btn5, #mainMenu a.active#btn5{
	background-position:-461px -61px;
}
a#btn6{
	width:138px;
	display:block;
	background-position:-558px 0;
}
#mainMenu a:hover#btn6, #mainMenu a.active#btn6{
	background-position:-558px -61px;
}
/*#mainMenu li.first a
{
	padding-left:30px;
	background:#2188cd url( "img/mainmenu-left.gif" ) no-repeat scroll top left;
			
}

#mainMenu li.last a
{
	padding-right:30px;
	background:#2188cd url( "img/mainmenu-right.gif" ) no-repeat scroll top right;
}*/


#header #stamp{
	background:url("img/stamp.jpg") no-repeat; 
	display:block; 
	height:116px; 
	width:163px; 
	position:absolute;
	left:0%;
	margin-left:315px;
	margin-top:5px;
	z-index:-1
}
#header #stamp span{
	text-indent:-1000px;
	display:none;
}
/*
--------------------------------------------------------------------------------
	SPLASH
--------------------------------------------------------------------------------
*/

#splash
{
	margin-bottom:25px;
	margin-top:-40px;
}

#splash img
{
	width:1000px;
	height:300px;
}

#splashPods
{
	height:265px;
}

#splashPods .pod
{
	width:260px;
	height:160px; 
	padding:40px 30px 40px 30px;
	margin-left:26px; 
	margin-right:20px; 
	background:#eeeeee url( "./img/splashpod.gif" ) no-repeat scroll top left;
	overflow:hidden;
	float:left;
}
#splashPods .pod.mixit
{
	background:#eeeeee url( "./img/trailmix_splashpod.jpg" ) no-repeat scroll top left;
}
#splashPods .pod.last
{
	margin-right:0;
	float:right;
	width:258px;
	height:157px;
}

#splashPods .pod strong
{
	margin-bottom:10px;
	font-size:13px;
	display:block;
}

#splashPods .pod span
{
	line-height:16px;
}

#splashPods .pod a
{
	font-weight:bold;
}

#splashPods .pod.last a
{
	width:265px;
	height:175px;
	padding-top:0px;
	font-size:40px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:block;
}

/*
--------------------------------------------------------------------------------
	MIX
--------------------------------------------------------------------------------
*/

#mixMenu
{
	height:60px;
	font-size:0;
	overflow:hidden;
}

#mixMenu a
{
	width:200px;
	height:32px;
	padding:8px 0 0 45px;
	margin-right:20px;
	font-family:arial, helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:-1px;
	color:#62482f;
	background:#e8f3fa url( "img/mix-button.gif" ) no-repeat scroll top left;
	display:block;
	float:left;
}

#mixMenu a:hover,
#mixMenu a.active
{
	color:#2188cd;
}

#mixMenu span
{
	margin:-6px 0 0 -38px;
	font-size:30px;
	position:absolute;
}

#mixHelper
{
	padding:0 240px 20px 0;
}

/*
--------------------------------------------------------------------------------
	MIX TABS
--------------------------------------------------------------------------------
*/

#tabbox
{
	width:800px;
	float:left;
}

div.tab
{
	width:165px;
	height:290px;
	margin-right:25px;
	padding:5px;
	font-size:11px;
	background:#f5f5d0 url( "img/mix-tab.gif" ) no-repeat scroll top left;
	overflow:hidden;
	float:left;
}

div.tab.last
{
	margin-right:0;
}

div.tab img
{
	width:165px;
	height:90px;
	margin-bottom:8px;
}

div.tab.special
{
	height:210px;
	background:none;
	/*background-color:#2188cd;*/
	background-color:#62482f;
}

div.tab.special img
{
	height:165px;
	margin-bottom:5px;
}

div.tab strong
{
	width:155px;
	padding-left:5px;
	height:20px;
	font-size:12px;
	display:block;
}

div.tab p.details
{
	width:155px;
	height:77px;
	margin:0;
	padding-left:5px;
	line-height:14px;
	overflow:hidden;
}

div.tab a.info
{
	height:18px;
	padding-left:5px;
	font-weight:bold;
	text-decoration:none;
	color:#62482f;
	display:block;
	float:left;
}

div.tab a:hover
{
	text-decoration:underline;
}

div.tab p.price
{
	width:155px;
	height:32px;
	margin:0;
	padding:5px 0 0 5px;
	font-size:9px;
	text-align:right;
	clear:both;
}

div.tab p.price strong
{
	height:auto;
	padding:0;
	font-size:12px;
	font-weight:bold;
	display:block;
}

div.tab a.button
{
	width:165px;
	height:27px;
	padding-top:13px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#2188cd;
	display:block;
}

div.tab a.button.remove
{
	color:#c00000;
}

div.tab a.button:hover
{
	text-decoration:underline;
}

div.tab span.button
{
	width:165px;
	height:27px;
	padding-top:13px;
	font-weight:bold;
	text-align:center;
	color:#aaaaaa;
	display:block;
}

div.tabbreak
{
	height:25px;
	overflow:hidden;
	clear:both;
}

/*
--------------------------------------------------------------------------------
	TAB NAVIGATION
--------------------------------------------------------------------------------
*/

#tabnavigation
{
	width:775px;
	height:60px;
	padding-top:10px;
}

#tabnavigation .back
{
	float:left;
}

#tabnavigation .next
{
	float:right;
}

#tabnavigation a, a.button
{
	width:185px;
	height:35px;
	text-decoration:none;
	background:#ffffff url( "" ) no-repeat scroll top left;
}

#tabnavigation a span, a.button span
{
	display:none;
}

#tabnavigation a.nextBase
{
	background-image:url( "./img/button-base-01.gif" );
	float:right;
}

#tabnavigation a.backBase
{
	background-image:url( "./img/button-base-02.gif" );
	float:left;
}

#tabnavigation a.nextIngredients
{
	background-image:url( "./img/button-ingredients-01.gif" );
	float:right;
}

#tabnavigation a.backIngredients
{
	background-image:url( "./img/button-ingredients-02.gif" );
	float:left;
}

#tabnavigation a.nextFruits
{
	background-image:url( "./img/button-fruits-01.gif" );
	float:right;
}

#tabnavigation a.backFruits
{
	background-image:url( "./img/button-fruits-02.gif" );
	float:left;
}

#tabnavigation a.nextNuts
{
	background-image:url( "./img/button-nuts-01.gif" );
	float:right;
}

#tabnavigation a.backNuts
{
	background-image:url( "./img/button-nuts-02.gif" );
	float:left;
}

#tabnavigation a.nextExtras
{
	background-image:url( "./img/button-extras-01.gif" );
	float:right;
}

#tabnavigation a.backExtras
{
	background-image:url( "./img/button-extras-02.gif" );
	float:left;
}

#tabnavigation a.backExtra_En
{
	background-image:url( "./img/add-extras.jpg" );
	float:left;
}

#tabnavigation a.nextOrder
{
	background-image:url( "./img/button-order-01.gif" );
	float:right;
}

#tabnavigation a.backOrder
{
	background-image:url( "./img/button-order-02.gif" );
	float:left;
}

#tabnavigation a.nextEnhancers
{
	background-image:url( "./img/add-enhancer.jpg" );
	float:right;
}

#tabnavigation a.remix
{
	background-image:url( "./img/button-create-mix.gif" );
}

#tabnavigation a.gocheckout
{
	background-image:url( "./img/button-go-checkout.gif" );
}

a.button.proceed
{
	background-image:url( "./img/button-proceed.gif" );
}

/*
--------------------------------------------------------------------------------
	CONTAINER
--------------------------------------------------------------------------------
*/

#container_holder
{
	width:200px;
	height:10px;
	float: left;
}
#container
{
	position: absolute;
	width:200px;
	height: auto;
	background:#f6f6dd url( "img/container-top.gif" ) no-repeat scroll top left;
}

#container strong.title
{
	padding:20px 0 15px 0;
	font-size:14px;
	text-align:center;
	display:block;
}

#container ul
{
	width:170px;
	padding:0 15px 15px 15px;
}

#container li
{
	padding:2px;
	height:16px;
	font-size:11px;
}

#container li i
{
	font-style:normal;
	float:left;
}

#container li a
{
	padding:2px;
	text-decoration:none;
	color:#62482f;
}

#container li a:hover
{
	padding-left:18px;
	background:#ffffff url( "img/container-delete.gif" ) no-repeat scroll 5px 5px;
	color:#c00000;
}

#container li.title
{
	height:20px;
	font-size:12px;
	font-weight:bold;
}

#container li.titleCost
{
	height:20px;
	font-weight:bold;
	font-size:17px;
	text-align:center;
}

#container li.itemCost
{
	font-size:9px !important;
	text-align:center;
}

#container li.titleID
{
	height:16px;
	padding-top:10px;
	border-top:1px dotted #62482f;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

#container li.itemID
{
	padding-bottom:10px;
	border-bottom:1px dotted #62482f;
	font-size:12px;
	text-align:center;
}

#containerBase
{
	width:200px;
	height:30px;
	background:#62482f url( "img/container-base.gif" ) no-repeat scroll bottom left;
}

#containerBase a
{
	width:200px;
	height:23px;
	padding-top:7px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#f6f6dd;
	display:block;
}

#containerBase a:hover
{
	color:#ffffff;
}

/*
--------------------------------------------------------------------------------
	FOOTER
--------------------------------------------------------------------------------
*/

#footer
{
	font-size:11px;
	clear:both;
}

#footer a
{
	text-decoration:none;
	color:#62482f;
}

#footer a:hover
{
	text-decoration:underline;
}

#extendedMenu
{
	width:1000px;
	height:27px;
	padding-top:13px;
	font-size:0;
	text-align:center;
	background:#ffffff url( "img/menu-dash.gif" ) repeat-x scroll top left;
	overflow:hidden;
}

#extendedMenu a
{
	padding:10px 20px 10px 20px;
	font-size:11px;
}

#thankyoutrailer
{
	width:1000px;

	padding-top:13px;
	font-size:0;
	text-align:center;
	
	overflow:hidden;
	
}

#thankyoutrailer a
{
	padding:10px 20px 10px 20px;
	font-size:11px;
}

#baseMenu
{
	height:120px;
}

#baseMenu a.logos
{
	width:800px;
	height:100px;
	float:right;
}

#baseMenu a.link
{
	width:70px;
	height:100px;
	margin-left:875px;
	padding:0;
	position:absolute;
	display:block;
	background:transparent url( "img/clear.gif" ) repeat scroll top left;
}

#baseMenu a.linkVeriSign
{
	width:90px;
	height:100px;
	margin-left:785px;
	padding:0;
	position:absolute;
	display:block;
	background:transparent url( "img/clear.gif" ) repeat scroll top left;
}

.centre
{
margin:auto;
width:424px;
}
/*
--------------------------------------------------------------------------------
	CONTENT
--------------------------------------------------------------------------------
*/

#content
{
	width:775px;
	padding-bottom:30px;
	float:left;

}



/*
--------------------------------------------------------------------------------
	FAQS
--------------------------------------------------------------------------------
*/

dl.faqs dt
{
	padding:10px 0 10px 0;
	font-weight:bold;
}

dl.faqs dd
{
	padding:0 0 10px 20px;
	display:none;
}

dl.faqs dd.visible
{
	display:block;
}

/*
--------------------------------------------------------------------------------
	CART
--------------------------------------------------------------------------------
*/

div.containerDetails
{
	width:650px;
	margin:50px 0 50px 0;
}

div.containerDetails div.row
{
	padding:2px 0 2px 0;
	text-align:right;
}

div.containerDetails div.row.ingredients
{
	padding-right:80px;
	text-align:left;
}

div.containerDetails div.row span
{
	float:left;
}

div.containerDetails div.row.title
{
	margin-bottom:15px;
}

div.containerDetails div.row.title span
{
	/*
	font-weight:bold;
	color:#2188cd;
	*/
}

div.containerDetails div.row span strong
{
	color:#62482f;
}

div.containerDetails div.break
{
	height:1px;
	margin:5px 0 5px 0;
	background-color:#62482f;
	overflow:hidden;
}

div.containerDetails div.row.total
{
	font-weight:bold;
}

div.containerDetails input
{
	width:30px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #c0c0c0;
	background-color:#fafafa;
	text-align:center;
}

div.containerDetails input:hover
{
	border-color:#2188cd;
}

div.containerDetails input:focus
{
	border-color:#2188cd;
	background-color:#ffffff;
}

/*
--------------------------------------------------------------------------------
	FORMS
--------------------------------------------------------------------------------
*/

form
{
	padding-bottom:10px;
	width:500px;
}

form div.row
{
	height:60px;
}
form div.row.authorize
{
	width:675px;
}

form div.row.price
{
	margin-top:4px;
	padding:6px 0 6px 0 !important;
	border-top:1px solid #62482f;
	border-bottom:1px solid #62482f;
	background-color:#f4faff;
}

form div.row.cartTotala
{
	padding:6px 0 3px 0 !important;
	border-top:1px solid #62482f;
	background-color:#f4faff;
}

form div.row.cartTotalb
{
	padding:3px 0 6px 0 !important;
	background-color:#f4faff;
}

form div.row.cartTotalc_top
{
	padding:6px 0 3px 0 !important;
	border-top:1px dotted #62482f;
	border-bottom:1px solid #62482f;
	background-color:#fffde0;
}

form div.row.cartTotalc_bot
{
	padding:4px 0 3px 0 !important;
	
	/*border-bottom:1px solid #62482f;*/
	background-color:#fff;
	text-align:left;
}

form div.row.cartTotalc
{
	padding:6px 0 6px 0 !important;
	border-top:1px dotted #62482f;
	border-bottom:1px solid #62482f;
	background-color:#fffde0;
}

form div.row span.name
{
	padding:4px 0 4px 0;
}

form div.row span.name strong
{
	padding:4px;
	background-color:#fffde0;
}

#cart div.row
{
	height:auto;
	padding:3px 0 3px 0;
}

form input.text
{
	width:498px;
	padding-top:8px;
	padding-bottom:8px;
	border:1px solid #c0c0c0;
	background-color:#fafafa;
}

form input.text:hover
{
	border-color:#2188cd;
}

form input.text:focus
{
	border-color:#2188cd;
	background-color:#ffffff;
}

form select
{
	padding-top:7px;
	padding-bottom:7px;
	border:1px solid #c0c0c0;
	background-color:#fafafa;
}

form select:hover
{
	border-color:#2188cd;
}

form select:focus
{
	border-color:#2188cd;
	background-color:#ffffff;
}

form input.button
{
	width:185;
	height:35px;
	margin:0;
	padding:0;
	border:none;
	cursor:pointer;
}

form input.button.disabled
{
	opacity:0.5;
	cursor:default;
}

form label
{
	margin-bottom:2px;
	font-weight:bold;
	display:block;
}

form input.checkbox
{
	margin:1px 5px 0 0;
	padding:0;
	float:left;
}

form div.double
{
	width:240px;
	float:left;
}

form div.double.last
{
	float:right;
}

form div.double input.text
{
	width:238px;
}

form div.triple
{
	width:153px;
	margin-right:20px;
	float:left;
}

form div.triple.last
{
	width:154px;
	margin:0;
	float:right;
}

form div.triple input, form div.triple select
{
	width:151px;
}

form div.triple.last input, form div.triple.last select
{
	width:152px;
}

form div.buttons
{
	padding-top:20px;
}

form div.containerDetails.promo input
{
	width:150px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:left;
}

form div.row.gateways
{
	height:170px;
}

form div.gateway
{
	height:30px;
	padding-top:10px;
	background:#ffffff url( "" ) no-repeat scroll 25px 5px;
}

form div.gateway.card
{
	background-image:url( "./img/form-gateway-card.jpg" );
}

form div.gateway.paypal
{
	background-image:url( "./img/form-gateway-paypal.jpg" );
}

form div.gateway.google
{
	background-image:url( "./img/form-gateway-google.jpg" );
}

form div.gateway.gift
{
	background-image:url( "./img/form-gateway-gift.jpg" );
}

form div.row.actions div.checkbox
{
	padding:30px 0 10px 0;
}

form span
{
	font-weight:normal;
	display:block;
}

div.formError
{
	padding:10px;
	margin-bottom:25px;
	border:2px dotted #e06060;
	font-weight:bold;
	color:#000000;
	background-color:#fff0f0;
}

div.formMessage
{
	padding:10px;
	margin-bottom:25px;
	border:2px dotted #60a060;
	font-weight:bold;
	color:#000000;
	background-color:#f0fff0;
}

/*
--------------------------------------------------------------------------------
	TABLES
--------------------------------------------------------------------------------
*/

table
{
	width:100%;
}

table tr
{
	border-bottom:1px solid #e0e0e0;
}

tr:hover
{
	background-color:#eaf8ff;
}

table th
{
	padding:8px;
	font-weight:bold;
	background-color:#f6f6dd;
}

table td
{
	padding:8px;
}

table td.options
{
	border-left:1px solid #e0e0e0;
	background-color:#ffffff;
}

table td.options a
{
	padding:2px 0px 6px 0px;
	font-weight:bold;
}

/*
--------------------------------------------------------------------------------
	SPECIALS
--------------------------------------------------------------------------------
*/

div.premix
{
	margin-top:20px;
}

div.premix div.tab
{
	margin-right:0;
}

div.premix div.details
{
	width:570px;
	float:right;
}

div.premix h3
{
	margin-top:0;
}

div.premix p
{
	margin-top:4px;
}

/*
--------------------------------------------------------------------------------
	ABOUT US
--------------------------------------------------------------------------------
*/

ul.aboutus
{
	width:260px;
	font-weight:bold;
	float:left;
}

ul.aboutus li
{
	padding-bottom:10px;
}

ul.aboutus li.sub
{
	padding-left:30px;
}

ul.aboutus a
{
	color:#62482f;
}

ul.aboutus a:hover
{
	color:#2188cd;
}

div.aboutus
{
	width:480px;
	float:right;

}

div.testimonials
{
	width:750px;
	margin-left:20px;

}

/*
--------------------------------------------------------------------------------
	NUTRITION LABEL ( POPUP )
--------------------------------------------------------------------------------
*/

#alertMsg
{
	top:0;
	left:0;
	width:282px;
	padding:10px;
	border:1px solid #000000;
	font-size:12px;
	color:#000000;
	background:#ffffff url( "img/label.gif" ) no-repeat scroll top center;
	position:absolute;
	display:none;
	z-index:10;
	text-align: center
}

#greeting_light
{
	top:0;
	left:0;
	width:360px;
	padding:10px;
	border:1px solid #000000;
	font-size:12px;
	color:#000000;
	background:#ffffff url( "img/label_greet.gif" ) no-repeat scroll top center;
	position:absolute;
	display:none;
	z-index:10;

}

/*  changes the inner alert box */

#alertMsg .box
{
	width:270px;
	padding:5px;
	border:1px solid #000000;
	margin-bottom:10px;
	background-color:#ffffff;
}

#greeting_light .box1
{
	width:345px;
	padding:5px;
	border:1px solid #000000;
	margin-bottom:10px;
	background-color:#ffffff;
}

#greeting_light .note
{
	font-weight:bold; 
	text-align:center;
	color:#004080;
}

#alertMsg .controls a
{
	width:280px;
	padding:5px 0 6px 0;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	background-color:#2188cd;
	display:block;
}

#greeting_light .controls a
{
	width:480px;
	padding:5px 0 6px 0;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	background-color:#2188cd;
	display:block;
}

#alertMsg .controls a:hover
{
	background-color:#000000;
}

#greeting_light .controls a:hover
{
	background-color:#000000;
}

#label
{
	top:0;
	left:0;
	width:282px;
	padding:10px;
	border:1px solid #000000;
	font-size:12px;
	color:#000000;
	background:#ffffff url( "img/label.gif" ) no-repeat scroll top center;
	position:absolute;
	display:none;
}

#label .box
{
	width:270px;
	padding:5px;
	border:1px solid #000000;
	margin-bottom:10px;
	background-color:#ffffff;
}

#label .title
{
	font-family:arial, helvetica, sans-serif;
	font-size:23px;
}

#label table
{
	width:260px !important;
	border-top:5px solid #000000;
	border-bottom:5px solid #000000;
	margin:15px 0 15px 0;
}

#label tr
{
	background:none !important;
}

#label td
{
	padding:4px 0 4px 0 !important;
	border-bottom:1px solid #dddddd !important;
}

#label tr.break td
{
	border-bottom:1px solid #000000 !important;
}

#label td.indent
{
	padding-left:14px !important;
}

#label td.right
{
	text-align:right;
}

#label .note
{
	font-size:11px;
}

#label .ingredients
{
	font-size:11px;
	padding-bottom:10px;
}

#label .controls a
{
	width:280px;
	padding:5px 0 6px 0;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	background-color:#2188cd;
	display:block;
}

#label .controls a:hover
{
	background-color:#000000;
}

/*
--------------------------------------------------------------------------------
	HELPERS
--------------------------------------------------------------------------------
*/

div.clear
{
	height:1px;
	overflow:hidden;
	clear:both;
}

#sharethis_0
{
	margin:45px 0 0 50px;
	position:absolute;
}

/*
--------------------------------------------------------------------------------
	PLUG
--------------------------------------------------------------------------------
*/

#plug
{
	height:20px;
	padding-bottom:40px;
	font-size:11px;
	text-align:center;
}

#plug a
{
	color:#999999;
	text-decoration:none;
}

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

/*
--------------------------------------------------------------------------------
	GIFT CERTIFICATE LINK
--------------------------------------------------------------------------------
*/

#gifts
{
	top:-60px;
	height:20px;
	position:relative;
	text-align:right;
}

#gifts a
{
	font-weight:bold;
	text-decoration:none;
}

#mainMenu li a{
	height:45px;
	overflow:hidden;
	line-height:100px;
	padding:0 !important;
}
#mainMenu li{
	padding:0 !important;
	position:relative;
	background:none !important;
}
#mainMenu li a img{
	position:absolute;
	display:block;
	left:0;
	top:0;
}

#mainMenu {
	width:800px;
	height:45px;
	float:none;
	left:217px;
	margin-top:-10px;
	overflow:hidden;
	position:absolute;
	top:80px;
}

#rightimage
{
	
	float:none;
	left:880px;
	margin-top:-10px;
	overflow:hidden;
	position:absolute;
	top:300px;
}

#EditButton {

vertical-align: text-top;
padding-left: 5px;
margin-top: -15px;
margin-bottom: 15px;
border: 0px;

} 
#EditButton:hover {
cursor: pointer; cursor: hand;
} 