

.floatLeft { float:left; }
.floatRight { float:right; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.clearBoth { clear:both; }


.textRight { text-align: right; }
.textCenter { text-align: center; }
.textLeft { text-align: left; }
.textJustify { text-align: justify; }

.valignMiddle { vertical-align: middle; }

h1, h2, h3, h4, h5 {
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0 0 9px 0;	
}
h1 {
	color: #000;
	line-height: 36px;
	margin: 0 0 18px 0;
}

h2 {
	font-size: 21px;
	line-height: 27px;
	margin-bottom: 18px;	
}
#sidebar h2 {
	margin-bottom: 9px;
}

h2 span {
    display: block;
    font-size: 12px;
}

h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;	
}

h3.subtle {
    border-bottom: 1px dashed #ccc;
    color: #999;
    font-size: 16px;
    padding: 9px 0 5px 0;
    margin: 0 0 13px 0;
}

p {
	line-height: 18px;	
}

small {
	font-size: 9px;
	line-height: 9px;
}

.explanation {
	color: #666;
	font-style: italic;
	line-height: 18px;
}

.ml125{ margin-left:130px; }


body.cookingPage a strong,
body.cookingPage a {
	color: #3399ff;
}
body.dietingPage a strong,
body.dietingPage a {
	color: #9c0;
}
body.goodiesPage a strong,
body.goodiesPage a {
	color: #c30;
}

body.goodiesPage a:hover,
body.cookingPage a:hover,
body.dietingPage a:hover {
	color: #000;
}

strong {
	color: #333;
}

em {
	font-style: italic;
}


div.half {
	width: 50%;
	float:left;
}

a img {
	border: 0;
}

.imgLeft {
	float:left;
	margin: 0 9px 9px 0;
}
.imgRight {
	float:right;
	margin: 0 0 9px 18px;
}
.imgCenter {
	display: block;
	margin: 0 auto 9px auto;
}

.img,
.imgCenter,
.imgRight,
.imgLeft {
	border:1px solid #fff;
	height:100px;
	text-decoration: none;
	width:100px;
	
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    
    -moz-box-shadow: 0px 0px 6px #666;
    -webkit-box-shadow: 0px 0px 6px #666;
    box-shadow: 0px 0px 6px #666;
}

.imgMini {
	height: 45px;
	width: 45px;	
}

.imgProduct {
	height: auto;
	padding: 3px;
	width: auto;
}

.imgReview {
	float:left;
	margin: 0 18px 0 0;
}

.ui-widget {
	font: inherit;
}
.ui-dialog-title {
	font: normal 18px Georgia, serif; 
}


/*
 *	Buttons
 */

a.button,
span.button {
	background: url('/img/button.png') no-repeat 0 -36px;
	display: inline-block;
	height: 36px;
	padding: 0 15px 0 0;
	text-decoration: none;
}
a.button span,
span.button span {
	background: url('/img/button.png') no-repeat right top;
	display: inline-block;
	font: bold 16px Georgia, serif;
	line-height: 36px;
	padding: 0 15px 0 0;
	position: relative;
	left:15px;
}

span.button span input {
	background: none;
	border: 0;
	font: bold 16px Georgia, serif;
	height: 34px;
	cursor: pointer;
}

body.cookingPage span.button span input,
body.cookingPage a.button { color: #fff; }
body.cookingPage a.button,
body.cookingPage span.button { background-position: 0 -36px; }
body.cookingPage a.button span,
body.cookingPage span.button span { background-position: right 0; }

body.dietingPage span.button span input,
body.dietingPage a.button { color: #390; }
body.dietingPage a.button,
body.dietingPage span.button { background-position: 0 -108px; }
body.dietingPage a.button span,
body.dietingPage span.button span { background-position: right -72px; }

body.goodiesPage span.button span input,
body.goodiesPage a.button { color: #a60; }
body.goodiesPage a.button,
body.goodiesPage span.button { background-position: 0 -180px; }
body.goodiesPage a.button span,
body.goodiesPage span.button span { background-position: right -144px; }

/*
body.cookingPage a.button,
body.cookingPage span.button { background-position: 0 -108px; }
body.cookingPage a.button span,
body.cookingPage span.button span { background-position: right -72px; }
*/
/*

body.cookingPage a.button,
body.cookingPage span.button { background-position: url('/img/button2-right.jpg'); }
body.cookingPage a.button span,
body.cookingPage span.button span { background-image: url('/img/button2-left.jpg'); }
*/

body div#contentWrapper a.buttonCancel,
body div#contentWrapper span.buttonCancel { background-position: 0 -252px; }
body div#contentWrapper a.buttonCancel span,
body div#contentWrapper span.buttonCancel span { background-position: right -216px; }



div.formRow {
	line-height: 36px;
}

div.formRow label {
	float:left;
	line-height: 18px;
	padding: 6px 5px 3px 0;
	width: 125px;
}

.formLineUp div.formRow {
	float:left;
	margin-right: 9px;
}


form input.text {
	height: 27px;
	width: 168px;
}

form select.text,
form input.text,
form textarea.text {
	border: 1px solid #ccc;
	color: #999;
	font: 12px Arial, sans-serif;
	padding-left: 5px;
	padding-right: 5px; 
	
	-moz-box-shadow: inset 3px 3px 2px #ccc;
	-webkit-box-shadow: inset 3px 3px 2px #ccc;
	box-shadow: inset 3px 3px 2px #ccc;
}
form select.text {
	padding: 4px 5px 5px 5px;
}

form textarea.text {
	height: 108px;
	padding: 5px;
	width:298px
}

form select.textTiny,
form input.textTiny,
form textarea.textTiny {
	width: 25px;
}

form select.textSmall,
form input.textSmall,
form textarea.textSmall {
	width: 115px;
}

form select.textLong,
form input.textLong,
form textarea.textLong {
	width: 245px;
}

body.cookingPage form select.text,
body.cookingPage form input.text,
body.cookingPage form textarea {
	border: 1px solid #6cf;
	
	-moz-box-shadow: inset 3px 3px 2px rgba(96, 192, 256, 0.2);
	-webkit-box-shadow: inset 3px 3px 2px rgba(96, 192, 256, 0.2);
	box-shadow: inset 3px 3px 2px rgba(96, 192, 256, 0.2);
}
body.cookingPage div.cookingPanel select.text,
body.cookingPage div.cookingPanel input.text,
body.cookingPage div.cookingPanel textarea {
	border: 1px solid #3ac;
}

body.dietingPage form select.text,
body.dietingPage form input.text,
body.dietingPage form textarea {
	border: 1px solid #9c0;
	
	-moz-box-shadow: inset 3px 3px 2px rgba(144, 192, 0, 0.2);
	-webkit-box-shadow: inset 3px 3px 2px rgba(144, 192, 0, 0.2);
	box-shadow: inset 3px 3px 2px rgba(144, 192, 0, 0.2);
}

body.goodiesPage form select.text,
body.goodiesPage form input.text,
body.goodiesPage form textarea {
	border: 1px solid #c30;
	
	-moz-box-shadow: inset 3px 3px 2px rgba(160, 96, 0, 0.2);
	-webkit-box-shadow: inset 3px 3px 2px rgba(160, 96, 0, 0.2);
	box-shadow: inset 3px 3px 2px rgba(160, 96, 0, 0.2);
}


form ul.errors {
	list-style: none;
}
form ul.errors li {
	color: #c00;
	margin: 0;
	padding:0;
}


ul.noStyle {
	list-style: none;
	margin: 0;
	padding: 0;	
}
ul.noStyle li {
	margin-left: 0;	
}


/*
 *	Header
 */



/*
 *	Content
 */

#contentWrapper {
	padding-bottom: 72px;
}

.panel {
	background: #fff;
	margin-bottom: 9px;
	
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
}
.panelNarrow {
	background: #fff;
	margin-bottom: 9px;
}
.panelNarrow h2 {
	margin:0;
}

.cookingPanel {
	background-color: #6cf;
	color: #fff;
}
div.cookingPanel a {
	color: #fff;
}
div.cookingPanel strong {
	color: #fff;
}
.dietingPanel {
	background-color: #cf0;
	color: #fff;
}
div.dietingPanel a {
	color: #fff;
}
div.dietingPanel strong {
	color: #fff;
}

.innerPanel {
	margin: 9px;
	
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
}

.innerPanel:after {clear: both;content:' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.innerPanel {display: inline-block;}
* html .innerPanel {height: 1%;}
.innerPanel {display: block;}

.innerPanelDivider {
	background: url('/img/panel-divider.jpg') repeat-x 0 0;
	margin: 18px 9px 9px 9px;
	padding: 18px 0 0 0;
}



.crumbsPanel {
	background: #efefe0;
}
.panelNarrowAlternate {
	background: #efefe0;
}
#breadcrumbs {
	display: block;
	font: 11px Tahoma, serif; 
	line-height: 18px;
}
#breadcrumbs a {
	color: #000;	
}
#breadcrumbs a:hover {
	color: #f90;
}




#recipeIntro .infoSide {
	background: #333;
	border-left: 2px solid #fff;
	float: right;
	padding-top: 9px;
	text-align: center;
	width: 170px;
	
	-webkit-border-radius: 0 9px 9px 0;
    -moz-border-radius: 0 9px 9px 0;
    -khtml-border-radius: 0 9px 9px 0;
    -o-border-radius: 0 9px 9px 0;
    border-radius: 0 9px 9px 0;
    
    min-height: 441px;
}
html.ie6 #recipeIntro div.infoSide {
	height: 441px;
}


#recipeIntro .infoSide h2 {
	color: #fff;
}

#recipeIntro .infoSide ul {
	list-style: none;
	margin:0 0 18px 0;
	padding:0;
}
#recipeIntro .infoSide ul li {
	margin:0;
	padding:0;
}

#recipeIntro .infoSide ul li span,
#recipeIntro .infoSide ul li a {
	background: url('/img/tick-circle.png') no-repeat 0 0;
	padding: 0 0 0 20px;
	text-decoration: none;
}
#recipeIntro .infoSide ul li.notAllowed span, 
#recipeIntro .infoSide ul li.notAllowed a {
	background: url('/img/cross-circle.png') no-repeat 0 0;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#recipeIntro .infoSide ul li.notAllowed span span,
#recipeIntro .infoSide ul li span span {
	background: none;
	padding:0;
}
#recipeIntro .infoSide ul li.notAllowed a span,
#recipeIntro .infoSide ul li a span {
	background: none;
	padding:0;
	text-decoration: underline;
}
#recipeIntro .infoSide ul li,
#recipeIntro .infoSide ul li a {
	color: #cf0;
}
#recipeIntro .infoSide ul li.notAllowed,
#recipeIntro .infoSide ul li.notAllowed a {
	color: #c00;
}

#recipeIntro .infoSide ul.editable li.notAllowed span  {
	background: none;
	color: #ccc;
	padding: 0 0 0 3px;
}


#recipeIntro .infoSide ul li.phase {
	background: url('/img/diet-phases-divider.jpg') no-repeat center top;
	padding: 18px 0 0 0;
	margin: 18px 0 0 0;
}
#recipeIntro .infoSide ul li.phaseSplit {
	padding-bottom: 9px;
}
#recipeIntro .infoSide ul li.first {
	background: none;
	padding-top: 0;
	margin:0;
}




#recipeIntro .infoSide .sourceTitle {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
}
#recipeIntro .infoSide .sourceDetails {
	color: #ccc;
	font-size: 11px;
	line-height: 18px;
}
#recipeIntro .infoSide .sourceDetails a {
	color: #ccc;
}
#recipeIntro .infoSide .sourceDetails a:hover {
	color: #fff;
}

#sourceTitle {
	margin: 0 0 27px;
}

#sourceTitle span {
	color: #eee;
	display: block;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	width: 158px;
}

#sourceDetails label {
	color: #ccc;
	display: block;
	font-style: italic;
	padding: 0 9px;
	text-align: left;
}
#sourceDetails input.textOptional {
	/*background-image:url('/img/form-back.png');*/
	border: 1px solid #666;
	height: 16px;
	width: 140px;
}

div.editRecipe #recipeIntro .infoSide h2 {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 9px 0;
}
div.editRecipe #recipeIntro .infoSide p {
	color: #aaa;
	font-size: 11px;
	margin: 0 5px 9px 5px;
}
div.editRecipe #recipeIntro .infoSide p strong {
	color: #eee;
}
#recipeIntro .infoSide ul li.phase {
	margin-top: 9px;
}

div.editRecipe #recipeIntro #sourceTitle {
	margin-bottom: 27px;
}


#recipeIntro .innerPanel {
	position: relative;
	
	-moz-box-shadow: 0px 0px 9px #999 inset;
    -webkit-box-shadow: 0px 0px 9px #999 inset;
    box-shadow: 0px 0px 9px #999 inset;
}

#recipeIntro .innerPanel h1 {
	background: #333;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	color: #E5E5CC;
	float:left;
	font-size: 25px;
	line-height: 45px; 
	margin: 0;
	padding: 0 9px;
	max-width:570px;
	
	-webkit-border-radius: 0 0 9px 0;
    -moz-border-radius: 0 0 9px 0;
    -khtml-border-radius: 0 0 9px 0;
    border-radius: 0 0 9px 0;
}
#recipeIntro .innerPanel h1 span {
	display:block; 
	line-height:18px; 
	font-size:18px; 
	padding: 0 0 9px 0;
}

#recipeIntro .innerPanel div.recipeQuote  {
	border: 1px solid #ccc;
	background: url('/img/quote-back.png') no-repeat 0 0;
	bottom: 9px;
	color: #fff;
	font-size:14px;
	font-style:italic;
	line-height: 18px;
	left: 9px;
	min-height: 54px;
	padding: 9px 9px 9px 72px; 
	position: absolute;
	width: 300px;
	
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
}

#recipeIntro .innerPanel div.recipeQuote input.text {
	/*background-image: url('/img/form-back.png');*/
	border: 1px solid #666;
}

div.ingredientRow {
	background: url('/img/ingredient-divider.png') no-repeat bottom left;
	float: left;
	margin: 0 0 9px 0;
}
html.ie7 div.ingredientRow,
html.ie6 div.ingredientRow {
	padding-bottom: 18px;
}

div.recipeIngredient {
	float: left;
	margin-bottom: 18px;
	width:190px;
}
div.recipeIngredient span.imgReplacement {
	background: #d1f0ff;
	border: 1px solid #d1f0ff;
	float:left;
	height: 45px;
	margin: 0 9px 0 0;
	width: 45px;
}
div.recipeIngredient span.ingredientName {
	display:block;
	font: 13px Arial, sans-serif;
	line-height: 18px;
	margin: 4px 0 0 0;
	text-decoration: underline;
	padding: 0 0 0 55px;
}
div.recipeIngredient span.ingredientQuantity {
	color: #333;
	display: block;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 4px 0;
	
	
	padding: 0 0 0 55px;
}


#recipe_ingredients div.recipeIngredient div.ingredientName {
	padding: 4px 0 5px 0;
}
#recipe_ingredients div.recipeIngredient div.ingredientName * {
	vertical-align: middle;
}
#recipe_ingredients div.recipeIngredient div.ingredientName label {
	font: bold 14px Georgia, serif;
	line-height: 18px;
	padding-right: 21px;
}

#recipe_ingredients div.selected {
	color: #0c0;
}
#recipe_ingredients div.selected div.ingredientName label {
	background: url('/img/tick-circle.png') no-repeat 0 0;
	color: #0c0;
	padding-left: 21px;
	padding-right: 0;
}
	
#recipe_ingredients div.recipeIngredient .imgMini { margin-top: 3px; margin-bottom: 0; }
#recipe_ingredients div.recipeIngredient .imgReplacement { margin-top: 4px; }


#form_recipe_name_3 {
	clear:left;
}
#form_recipe_name_4 {
	clear:left;
}


#form_recipe_ingredients_1 {
	float: left;
	margin: 0 9px 0 0;
	width: auto;
}
#form_recipe_ingredients_1 label {
	padding-right: 9px;
	width: auto;
}
#form_recipe_ingredients_2 {
	float:left;
	margin: 0 27px 0 0;
	width: auto;
}
#form_recipe_ingredients_3 {
	float:left;
	width: auto;
}


#form_recipe_preview_1 {
	float:left;
}
#form_recipe_preview_2 {
	float:right;
}





div.instructionStep {
	margin-bottom: 18px;
}
div.instructionStep div.instruction {
	padding: 5px 0 4px 60px;
}
div.instructionStep div.step {
	background: url('/img/step.png') no-repeat 0 0;
	color: #6cf;
	font: 36px Georgia, serif;
	height: 47px;
	line-height: 41px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 47px;
}


#oatBranWarning h2 {
	color: #c00;
	font-size: 18px;
	line-height: 18px;
	text-align: center;	
}
#oatBranWarning dl dt {
	clear:left;
	float: left;
	font: 12px Tahoma, sans-serif;
	width: 72%;	
}
#oatBranWarning dl dd {
	font-weight: bold;
	font: 12px Tahoma, sans-serif;
}



ul.blockList {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.blockList li {
	background: #9c0;
	margin: 0 0 9px 0;
	padding: 0 0 0 5px;
}

ul.blockList li a,
ul.blockList li span {
	background: #fff;
	display: block;
	font: 12px Georgia, serif;
	padding: 0 0 0 5px;
	text-decoration: none;
}
ul.blockList li a:hover { color: #000; }

ul.blockList li a span {
	color: #333;
	font-style: italic;
	padding: 0;
}

ul.blockList li a span.text {
	color: #666;
	font-style: normal;
	padding: 9px 0 0 0;
}
ul.blockList li a:hover span.text {
	color: #000;
}
	
#contentWrapper div.cookingSide a { color: #6cf; }
#contentWrapper ul.cookingBlockList li { background: #6cf; }
#contentWrapper ul.cookingBlockList li a { color: #6cf; }

#contentWrapper div.dietingSide a { color: #9c0; }
#contentWrapper ul.dietingBlockList li { background: #9c0; }
#contentWrapper ul.dietingBlockList li a { color: #9c0; }


#sidebar div.recipe h3 {
	font: 12px Georgia, serif;
}







/*
 *	Recipe Forms
 */

/*
#contentWrapper #recipe_instructions,
#contentWrapper #recipe_details {
	padding: 0 235px 0 235px;
}

#form_recipe_details_1 {
	float:left;
	width: 300px;
}
#form_recipe_details_1 select {
	width: 180px;
}

#form_recipe_details_2 {
	clear:left;
	float:left;
	width: 300px;
}
#form_recipe_details_3 {
	clear:left;
	float:left;
	width: 300px;
}

#form_recipe_details_4 {
}
#form_recipe_details_4 label {
	float: none;
	display: block;
}
#form_recipe_details_4 textarea {
	width:288px;
}


#form_recipe_instructions_1 {
}
#form_recipe_instructions_1 label {
	float: none;
	display: block;
}
#form_recipe_instructions_1 textarea {
	width:288px;
}

*/







/*
 *	Nav footer
 */
#userNav {
	bottom: 0;
	position: fixed;
	width:100%;
}
#userNavContent {
}

#userNavContent ul {
	height: 64px;
	list-style: none;
	margin:0;
	pading:0;
}
#userNavContent ul li {
	background: url('/img/bar/mid-back.png') repeat-x 0 0;
	color: #666;
	float:left;
	font: 10px Arial, sans-serif;
	height: 64px;
	margin: 0;
	padding:0;
}

#userNavContent ul li div {
	background: url('/img/bar/divider.png') no-repeat 0 10px;
	float:left;
	height: 64px;
	padding: 0 0 0 9px;
}
#userNavContent ul li div div {
	background: none;
	line-height: 27px;
}

#userNavContent ul li.first,
#userNavContent ul li.last {
	background: none;
}

#userNavContent ul li a:hover {
	text-decoration: none;
}

#userNavContent #barRegister {
	background: url('/img/bar/profile.png') no-repeat 0 0;
	display: block;
	line-height: 64px;
	padding: 0 0 0 9px;
	text-align: center;
	width: 59px;
}
#userNavContent #barRegister:hover {
	background-position: 0 -64px;
	text-decoration: none;
}
#userNavContent #barDashboard {
	background: url('/img/bar/profile.png') no-repeat -68px 0;
	display: block;
	line-height: 64px;
	padding: 0 0 0 9px;
	text-align: center;
	width: 59px;
}
#userNavContent #barDashboard:hover {
	background-position: -68px -64px;
	text-decoration: none;
}

#userNavContent #barUserDetails #barPoints {
	background: url('/img/bar/hat.png') no-repeat;
	display: block;
	height: 69px;
	float:left;
	position: relative;
	top: -5px;
	width: 69px;
}

#userNavContent #barUserDetails #barPoints span {
	color: #c00;
	font: bold 12px Georgia, serif;
	position:absolute;
	text-align:center;
	top: 20px;
	width:68px;
}

#userNavContent #barUserDetails div div {
	float:none;
	height: auto;
}

#userNavContent #barUserDetails #welcomeMessage {
	font-size: 12px;
	line-height: 18px;
	padding: 18px 18px 0 0;
}
#userNavContent #barUserDetails #userActions {
	padding: 0px 18px 0 0;
}
#userNavContent #barUserDetails #userActions a {
	line-height: 18px;
}
#userNavContent #barUserDetails #userActions a span {
	text-decoration: underline;
}
#userNavContent #barUserDetails #userActions a.messages {
	background: url('/img/mail.png') no-repeat 0;
	padding: 0 0 0 20px;
}


#userNavContent #barUserSettings {
	background: url('/img/bar/settings.png') no-repeat 0 0;
	display: block;
	line-height: 64px;
	padding: 0;
	text-align: center;
	width: 59px;
}
#userNavContent #barUserSettings:hover {
	background-position: 0 -64px;
	text-decoration: none;
}


#userNavContent #barNewRecipe {
	background: url('/img/bar/new-recipe.png') no-repeat 0 0;
	display: block;
	line-height: 64px;
	padding: 0 9px 0 0;
	text-align: center;
	width: 59px;
}
#userNavContent #barNewRecipe:hover {
	background-position: 0 -64px;
	text-decoration: none;
}
#userNavContent ul li a {
	color: #666;
	text-decoration: none;
}
#userNavContent ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#userNavContent ul li a.hasHover {
	display: block;	
}
	
#userNavContent div.tipBox {
	padding: 18px 0 0 9px;
}

#userNavContent div.tipBox h3 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 9px 0;
	float:left;
}
#userNavContent div.tipBox p {
	line-height: 18px;
	margin: 0 0 9px 9px;
	float:left;
}

#userNavContent #fancyHover {
	display: block;
	position: relative;
}
#userNavContent #fancyHover span {
	background-color: #ffc;
	border: 1px solid #f90;
	bottom: -3px;
	color: #f90;
	display: block;
	font: 11px Tahoma, Arial, sans-serif;
	padding: 4px 9px 5px 9px;
	position: absolute;
}
#userNavContent #fancyHover img {
	display: block;
	position: absolute;
	bottom: -10px;	
	margin: 0 auto;
	left: 24px;
}

#barLoginForm {
	padding: 0 0 0 9px;
}
#barLoginForm label {
	float: left;
	line-height: 18px;
	padding: 18px 9px 0 0;
	text-align: left;
}
#barLoginForm label span {
	color: #333;
	font: 11px Georgia, Arial, serif;
}
#barLoginForm label input {
	afloat:left;
}
#userNavContent #barLoginForm form div {
	padding: 23px 9px 0 0;
}


/*
 *	Footer
 */
#footer {
	clear:both;
	font: 11px/18px Tahoma, sans-serif;
	margin-top: 9px;
}
#footer #credits a {
	text-decoration: none;
	color: #666;
}
#footer #credits a strong {
	text-decoration: underline;
}
#footer #credits a:hover,
#footer #credits a:hover strong {
	color: #000;
}

#footer ul {
	float:right;
	font: 11px Tahoma, sans-serif;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0 4px 0 5px;
}
#footer ul li a {
	color: #999;
}
#footer ul li a:hover {
	color: #000;
}


div.articleMiniHero {
	float:left;
	margin: 0 9px;
	width: 175px;
}

div.articleMiniHero2 h3 {
	background: url('/img/diet-phases-numbers.gif') no-repeat right 0;
	height: 54px;
	line-height: 45px;
	text-align: left;
}
div.articleMiniHero2 h3.hero2 {
	background-position: right -150px;
}
div.articleMiniHero2 h3.hero3 {
	background-position: right -300px;
	line-height: 27px;
	padding: 0 0 9px 0;
	height: 45px;
}
div.articleMiniHero2 h3.hero4 {
	background-position: right -450px;
	line-height: 27px;
	padding: 0 0 9px 0;
	height: 45px;
}


div.tabsMenu ul {
	float:left;
	list-style: none;
	margin: 0 0 0 18px;
	padding: 0;
}



div.tabsMenu ul li {
	background: #f5f5dc;
	display: block;
	float: left;
	line-height: 18px;
	margin: 0 2px 0 0;
	padding: 4px 9px 5px 9px;

	-webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -khtml-border-radius: 6px 6px 0 ;
    border-radius: 6px 6px 0 0;
}

div.tabsMenu ul li.active {
	background: #fff;
}

div.tabsMenu ul li a {
	text-decoration: none;
}

div.articleItem {
	float:left;
	margin:  0 0 9px 0;
}

div.articleItemFull {
	width:100%;
}

div.articleItem h3 {
	margin: 0;
	padding:0;
	font: normal 18px Georgia, serif;
	line-height: 18px;
}

div.articleItem div.articleDate {
	color: #333;	
	line-height: 18px;
	font-style: italic;
	font: normal 12px Georgia, serif;
	margin: 0 0 9px 0;
}
div.articleItem p {
	padding: 0 0 0 110px;
}


table.WolframAlphaWidget th {
	vertical-align: middle;
}


ul.pollResult {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
ul.pollResult li {
	padding: 0;
	margin:0;
	awidth: 50%;
}
ul.pollResult li div {
	background: #9c0;
	color: #000;
	font-size: 10px;
	line-height: 12px;
	margin: 3px 0;
}
ul.pollResult li div span {
	position:absolute;
}
ul.pollResult li label {
	
}


div#file-uploader {
	position: absolute;
	bottom: 10px;
	right: 190px;
	width: 180px;
	height: 70px;
	text-align: center;	
}

div#file-uploader div.qq-upload-button {
	margin: 0 auto;	
}

div#file-uploader ul {
	list-style: none;
	margin; 0;
	padding: 0;	
}
div#file-uploader ul li {
	
}
div#file-uploader ul li span.qq-upload-file {
	display: none;
}
div#file-uploader ul li span.qq-upload-size {
	display: none;
	visibility: hidden;image
}




div.imageEditWrapper {
	clear:left;
	position: relative;
	padding: 0 0 18px 0;
}
div#imageEditSize100 {
	background: url('/img/img-edit-widths.png') no-repeat 164px 29px;
}
div#imageEditSize600 {
	padding: 0 0 36px 0;
}
div.imageEditWrapper fieldset {
	position: absolute;	
}

div.imageEditWrapper fieldset.fieldset-top {
	display: none;
}
div.imageEditWrapper fieldset.fieldset-left {
	display: none;
}
div.imageEditWrapper fieldset label {
	padding: 0 9px 0 0;
}

div#imageTitle {
	position: absolute;
	left: 425px;
	top: -4px;
	z-index: 9999;
}
div#imageTitle label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;	
}
div#imageTitle label.optional {
	font-weight: normal;
	font-style: italic;
	margin: 2px 0 0 0;
}

div#imageTitle input.text {
	width: 210px;
}
div#imageTitle input.optional {
	height: 16px;
	width: 210px;
}


div#imageEditSize100 p {
	left: 180px;
	font-size: 10px;
	line-height: 14px;
	padding: 0;
	position: absolute;
	top: -2px;
	width: 225px;
}

div#imageEditSize100 fieldset.fieldset-width {
	left: 190px;
	position: absolute;
	top: 45px;
}
div#imageEditSize100 fieldset.fieldset-height {
	left: 290px;
	position: absolute;
	top: 45px;
}
div#imageEditSize600 fieldset.fieldset-width {
	left: 190px;
	top: -63px;
	position: absolute;
}
div#imageEditSize600 fieldset.fieldset-height {
	left: 290px;
	position: absolute;
	top: -63px;
}
div.imageEditWrapper fieldset.fieldset-height input.text, 
div.imageEditWrapper fieldset.fieldset-width input.text {
	width: 30px;
}

#imageEditForm {
	position: relative;	
}

#imageEditSave {
	left: 420px;
	position: absolute;
	top: 135px;	
}



div.boxDummy {
	background: #efefef;
	border: 1px dashed #ccc;
	margin: 0 0 18px 0; 
	padding: 9px;
	text-align: center;	
}




 dl.content dt {
	font: bold 12px Tahoma, sans-serif;
        margin: 0 0 0 9px;
}
 dl.content dd {
	font: 12px Tahoma, sans-serif;
        margin: 0 0 9px 18px;
}


div.faqSection div.innerPanel {
	background: url('/img/faq.png') no-repeat 25px 0;
	padding: 0 0 0 100px;
}

.seeMore {
	margin:18px 0;
	font-family:Georgia, serif;
	font-size:18px;
}



div.guestPost {
	background: #ffe;
	border: 1px dashed #fc9;
	float:left;
	margin: 0 0 9px 0;
	padding: 9px;
}

div.guestPostFull {
	background: #ffe;
	border: 1px dashed #fc9;
	margin: 0 0 9px 0;
	padding: 9px;
}
div.guestPostFull:after {
	clear: both;content:' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;
}

div.guestPostFull img {
	border: 2px solid #333;
	margin: 0 0 9px 9px;
}
div.guestPostFull h2 {
	margin: 0 0 0 0;
}
div.guestPostFull p {
	margin: 9px 0 0 0;
}

blockquote.quote {
	padding: 0 0 0 27px;
}

blockquote.quote p {
	font-size: 11px;
	font-style: italic;
	margin: 0 0 9px 0;
}

blockquote.quote img.quote {
	position: relative;
	left: -18px;
	margin: 0 0 9px 0;
}



div.reviewPanel h2 {
	margin-bottom: 0;
}


table.comparisonTable {
	width: 100%;
}
table.comparisonTable tr td, 
table.comparisonTable tr th {
	vertical-align: top;
	padding: 4px 2% 5px 2%;
}
table.comparisonTable tr th.twoColumn {
	width: 46%;
}
table.comparisonTable tr {
	border-bottom: 1px solid #eee;
}

div.zazzleProduct {
	padding: 0 6px 9px 0px;
	text-align: center;
	width: 125px;
}
div.g200 div.zazzleProduct {
	margin: 0 auto;
	text-align:center;
	width: 172px;
}
div.zazzleProduct img {
	border: 0;
}
div.zazzleProduct a {
	text-decoration: none;
}



#disclaimer {
	color: #888;
	font-size: 11px;
	padding: 9px;
}