/*
	name:	Culinary Promotions
	file:	culPromos.css
	desc:	Display single image promo slots for small and large images.  Colorsets are possible.
*/

/* *********************************	
		Size Variation - LARGE
   ********************************* */
.culfeature h2
{
    font-size: 23px;
    line-height: 23px;
    margin: 0 0 10px 0;
}
.culfeature h3
{
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.culfeature h4
{
    font-size: 13px;
    line-height: 13px;
    margin: 0 0 12px 0;
    font-weight: bold;
}
.culfeature p.story
{
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
div.culfeature img
{
    height: 253px;
    width: 253px;
}
/* ***************************************************
	Culinary Promotional Boxes - Shared Styles
   *************************************************** */
.culfeature
{
    float: left;
    display: inline;
    margin-bottom: 16px;
    width: 792px;
    /*background: url(../images/content_box2_top.gif) no-repeat top left;*/
	padding-top: 4px;
    overflow: auto;
    border: 1px solid #ccc;
    border-radius:5px;
}
* html .culfeature
{
    display: inline /* IE6 3-pixel fix */;
}
.culfeature .box
{
    margin-top: 12px;
    padding: 0 16px 16px 16px;
	*padding: 4px 16px 12px 16px;
    /*background: url(../images/content_box2_btm.gif) no-repeat bottom left;*/
    overflow: auto;
    width: auto;
}
.culfeature img.itemImg
{
    float: right;
    margin: 0;
    border: solid 1px #aaaaaa /* border gray */;
}
.culfeature .message
{
    float: left;
    margin: 0 25px 0 0;
    padding: 0px;
    width: 480px;
}

.culfeature a.button
{
    margin: 0 0 0 40px;
    padding-left: 10px;
}

body .culfeature a.button{
    _margin-left: 20px;
}


