/*
	Name:		Culinary Features by 2
	File:		culFeatureby2.css
	Purpose:
	
*/


.culfeatureby2
{
	clear: both;
	width: 990px;
	background: url(../images/content_box1_top.gif) no-repeat top left;
	margin-bottom: 16px;
	padding-top: 4px;
}

.culfeatureby2 .box
{
	width: 958px;
	background: url(../images/content_box1_btm.gif) no-repeat bottom left;
	padding: 0 16px 16px 16px;
	*padding: 0 16px 6px 16px;
	margin-top: 12px;
	*margin-top: 16px;
	overflow: auto;
}

.culfeatureby2 .box h2.header
{
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0px 12px 0;
}

.culfeatureby2 .itemBox
{
	width: 958px;
}

.culfeatureby2 .itemBox h2
{
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.culfeatureby2 .itemBox .item
{
	float: left;
	width: 470px;
	display: inline;
}

.culfeatureby2 .itemBox .item.first
{
	margin: 0 18px 0 0 ;
	padding: 0;
}

.culfeatureby2 .classimage
{
	float: left;
	width: 202px;
	height: 202px;
	margin: 0;
	padding: 0;
	display: inline;
}
.culfeatureby2 .classstory
{
	float: left;
	width: 252px;
	margin-left: 15px;
	display: inline;
}

.culfeatureby2 .itemBox a.classPicture
{
	display: block;
	width: 202px;
	height: 202px;
	border: 0;
	padding: 0;
	margin: 0;
}

.culfeatureby2 .itemBox img
{
	width: 200px;
	height: 200px;
	border: solid 1px #aaaaaa /* border gray */;
	padding: 0;
	margin: 0;
}

.culfeatureby2 .itemBox li a
{
	font-size: 11px;
	line-height: 1.5em;
}
/* *********************************************
			Pricing Section
   ********************************************* */
.culfeatureby2 .pricing
{
	font-size: 13px;
	line-height: 13px;
}
.culfeatureby2 .pricing li
{
	display: inline;
	margin-right: 12px;
}
.culfeatureby2 .pricing .regular
{
	color: #222222 /* border gray */;
	font-weight: bold;
}
.culfeatureby2 .pricing .note
{
	color: #222222 /* border gray */;
}
