﻿/* The main nav styles */
#broilking h1.BKindex{
	color:black;
}

#broilking HR {
    height:3px;
    width:100%;
    background:#990000;
    margin: 11px 10px 11px 10px;
    clear: both;  
}

#broilking .BKSeriesTitle
{

	text-transform:uppercase;
	font-weight:bold;
	font-size:medium;
	margin-left:15px;
	margin-bottom:20px;
}

/* The wrapper for each BBQ */
#broilking .BKBBQSpec
{
	float:left;
	min-width: 150px;
	margin-left: 30px;
}

#broilking img.BKBBQimg
{
	outline-style:none;
	border-style:none;

}

#broilking .BKBBQName
{
	text-transform:uppercase;
}
 
/* Begin with the barbecue information styles */

#broilking
{
	font-size:small;
	padding-top: 20px;
	margin-bottom: 20px;
	color:#333333;
	
	font-family: Arial, Helvetica, sans-serif;
}

#broilking img.product 
{
	text-align: center;
	width:350px;
	height:auto;
	margin-bottom:50px;
}

#broilking .BKDescriptionSplit
{
	max-width:378px; 
	float: left;
	height:100%;
}

#broilking .BKOverviewSplit
{
	width:350px; 
	float: left;
	padding-left:20px;
	height:100%;
}


#broilking ul 
{
	list-style:disc inside;
	margin-top: 10px;
	margin-bottom:10px;
}


#broilking .BKDescription
{
	padding-left: 15px;
}

/* name of BBQ */
#broilking .DescriptionTitle
{
	font-weight:bold;
	color: black;
}

/* The main block that containes all the information for one feature */
#broilking .feature
{
	clear:both;
	position:relative;
	padding-top:10px; /* the spacing between each feature element */

}

#broilking .imgFeature
{
	float:left;
	position:relative;
	width:100px;
	height:auto;

}

#broilking .featureDesc
{
	float:left;
	position:relative;
	padding-left: 10px; /* spacing between feature image and the description and name */
	overflow:auto;
	width:230px;
}

#broilking .featureName
{
	position:relative;
	font-size:medium;
	text-decoration:underline;
	color:black;
}

#broilking .featureDescription
{
	position:relative;
	padding-bottom: 1em;
}



