/* 
    Document   : Spotlight_Section
    Created on : Aug 18, 2010, 3:06:29 PM
    Author     : pvaessen
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#content .recipe_box_right
{
width:380px;
float:right;
padding:0px 0px 20px 20px;
background:url('/furniture/design2010/images/bg_recipe_content.png') repeat-y 130px top transparent;
position:relative;
right:-30px;
margin-bottom:10px;
}

#recipe_content
{
float:right;
width:270px;
}

.recipe_content h1
{
margin:0px;
padding:15px;
background:url('/furniture/design2010/images/corner_round_topleft_recipe.gif') no-repeat left top transparent;
text-transform:uppercase;
color:#000;
font:bold 13px/15px Arial, Sans-serif;
}

.recipe_content p
{
margin:0;
padding:0 0 10px 15px;
}

.recipe_tabs
{
width:110px;
float:left;
padding-top:40px;
}


.recipe_tabs a
{
display:block;
padding:5px 10px 5px 0;
font-size:12px;
line-height:14px;
text-align:right;
text-decoration:none !important;
}

.recipe_tabs a.recipe_tab.on
{
background:url('/furniture/design2010/images/bg_recipe_tab_on.png') repeat-y right top transparent;
}

.recipe_tabs.taller a
{
display:block;
padding:8px 10px 8px 0;
font-size:12px;
line-height:14px;
text-align:right;
text-decoration:none !important;

}

.spotlight_links
{
text-align:center;
color: #555;
font-size:12px !important;
}

.spotlight_case_study
{
background:url('/furniture/design2010/images/recipe_case_study.png') 20px 15px no-repeat;
padding:15px 0px 10px 110px;
}

.spotlight_case_study p
{
text-align:left;
padding:15px 0px 15px 50px;
}

.spotlight_video
{
padding-top:15px;
text-align:center
}

.spotlight_video p
{
text-align:left;
padding:15px 0px 15px 50px;
font:11px/150% Arial, Helvetica, sans-serif;
}


