﻿/* articles list */

ul.articles 
{
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 12px 0px;
}

ul.articles li 
{
	margin: 0;
	padding: 8px 8px 16px 8px;
}

ul.articles li.gray 
{
	background-color: #E9E9E9;
	border-top: solid 1px #D7D7D7;
	border-bottom: solid 1px #D7D7D7;
}

ul.articles li img
{
	float: left;
	margin-right: 12px;	
}

ul.articles li img.square_thumbnail 
{
	width: 70px;
	height: 70px;
}

ul.articles li a 
{
	font-weight: bold;
	text-decoration: none;
}

ul.articles li a:hover 
{
	text-decoration: underline;
}

ul.articles li p 
{
	margin-bottom: 0;
}

/* end articles list */

/* article detail */

span.article_title 
{
	display: block;
	margin-bottom: 1.5em;
}

span.article_title h1 
{
	margin-bottom: 0;
}

span.article_title h3
{
	color: #CC0000;
} 

span.article_title h4
{
	margin:5px 0px;
	padding:2px 0px;
	width:350px;
	border-top:dotted 1px black;
	border-bottom:dotted 1px black;
	color: #474747;
}

div.article h3
{
	color: #474747;
	
}

div.article ul.ingredients
{
	list-style-type: none;	
	padding:0;
}

div.article div.article_image_box 
{
	float: right;
	margin: 0px 0px 25px 50px;
}

/* end article detail */

/* video */

div#player 
{
	width: 576px;
	height: 324px;
	background-color: #434343;
}

div#player div#flash_message 
{
	padding: 12px;
	float: left;
}

div#player div#flash_message h2, div#player div#flash_message h3, div#player div#flash_message p 
{
	margin-bottom: 6px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}


div.video_gallery_page 
{
	width: 576px;
	margin: 0;
	padding: 22px 0px 0px 0px;
}

div.video_gallery_page table 
{
}

div.video_gallery_page table td.video_cell 
{
	width: 143px;
	padding: 0px 73px 22px 0px;
}

div.video_gallery_page table td.video_cell h2 
{	
	font-size: 100%;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
}

div.video_gallery_page table td.video_cell h2 a 
{
	color: #474747; 
	text-decoration: none;
}

div.video_gallery_page table td.video_cell p 
{
	margin: 0;
}

/* end video */

/* recipe list */

div#recipes
{	
	margin: 0;
	padding: 22px 0;
}

ul#recipe_tab_list
{	
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration:none;
	font-weight:bold;
	width:408px;
}

ul#recipe_tab_list li
{
	padding: 2px 23px;
	margin-right:7px;
	float:left;
	font-size:1em;
}

ul#recipe_tab_list li.on
{
	border:solid 1px #bb0500;
	border-bottom:none;
	background-image: url('/images/recipes/recipe-tab-on-background.gif');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#e21002;
}

ul#recipe_tab_list li.on a
{
	color:#fff;
	text-decoration:none;
}

ul#recipe_tab_list li.off
{
	border:solid 1px #ccc;
	border-bottom:none;
	border-collapse:collapse;
	background-color:#fff;
}

ul#recipe_tab_list li.off a
{
	color:#474747;
	text-decoration:none;
}

div#recipes #recipe_list_container
{
	margin: 0;
	padding: 0;
	border:solid 1px #ccc;
	border-collapse:collapse;
	width:408px;
	list-style:none;
}

div#recipes #recipe_list_container .recipe_list
{
	margin:0px 4px;
	padding:8px 9px;
	list-style:none;
}

div#recipes #recipe_list_container li a 
{
	font-weight: bold;
	text-decoration: none;
}

div#recipes #recipe_list_container li a:hover 
{
	text-decoration: underline;
}

div#recipes #recipe_list_container p
{
	margin:0;
}

div#recipes #recipe_list_container div.recipe_rating img
{
	float:right;
}

div#recipes #recipe_list_container .recipe_list .recipe_thumb
{
	float: left;
	width:72px;
	height:72px;
	margin-right: 12px;
}

div#recipes #recipe_list_container .recipe_list .recipe_info
{
	float: left;
	width:290px;
}

div#recipes #recipe_list_container .bottom_border
{
	border-bottom:dotted 1px black;
}

div#filters
{
	margin:3px 0 0 7px;
	padding:0;
	width:165px;	
}

div#filters #filter_header
{
	color:#fff;
	padding: 2px 0 2px 5px;
	border:solid 1px #bb0500;
	border-bottom:none;
	background-image: url('/images/recipes/recipe-tab-on-background.gif');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#e21002;
	font-weight:bold;
}

div#filters #filter_container
{
	margin: 0;
	padding: 0;
	border:solid 1px #ccc;
	border-collapse:collapse;
	width:163px;
}

div#filters #filter_container ul#section_filters
{
	margin:5px 2px;
	padding:0;
	list-style:none;
}

div#filters #filter_container ul#section_filters li
{
	margin:2px;
	padding-left:5px;	
}

div#filters #filter_container ul#section_filters li.on
{
	background-color:#f2f2f2;
	border:solid 1px #ccc;
}

div#filters #filter_container ul#section_filters li.off
{
	border:solid 1px #fff;	
}

div#filters #filter_container ul#section_filters li a
{
	text-decoration:none;
}

div#filters #filter_container #protein_filters_header
{
	margin:3px 4px;	
	padding-left:8px;
	border-top:dotted 1px black;
	border-bottom:dotted 1px black;
}

div#filters #filter_container ul#protein_filters
{
	margin:5px 2px;
	padding:0;
	list-style:none;
}

div#filters #filter_container ul#protein_filters li
{
	margin:2px;
	padding-left:5px;	
}

/* end recipe list */

/* rating */
	.ratingStar 
    {
        background-image:url(/images/global/rating/rating-repeater.jpg);
        background-repeat:repeat-x;
        height:22px;
    }
    
    .ratingStar img 
    {
        height:14px;
        padding:5px 2px;
        width:14px;
    }
    
    .ratingControlDimensions 
    {
        height:22px;
        width:105px;
    }
/* end rating */
