﻿#divHeader #searchHeader {
	 margin: 0 186px 0 186px;
	 text-align: center;
}
#divHeader #ContentHeader
{
	height:20px;
	text-align:center;
}
#divHeader #ContentHeader .divBreadCrumbTrail
{
	width:33%;
	float:left;
	margin-left:5px; 
}
#divHeader #ContentHeader #ResultsSummary
{
	width:33%;
	text-align:center;
	float:left; 
}
/*
	When you use web controls in .NET, the IDs generated 
	in the final HTML don't always correspond to those you've
	set in code. I've had to change some ID references to 
	use classes instead.
	*/
.l3ResultSorting
{
	width:33%;
	white-space:nowrap;
	float:right;
	text-align:right;
}
.l3ResultSorting .SortByLabel
{
	margin-left:2px;
}
.l3ResultSorting SELECT	
{
	color:Black; 
	font-family:Tahoma; 
	font-size:8pt;
}

.divPager
{
	border:solid 0px green;
	text-align:center;
	height:25px;
}

.ClearBoth
{
	clear:both;
}
.divPager SPAN TABLE
{
	/*border:solid 1px blue;*/
	margin-left: auto;
	margin-right: auto;
}
/*
#divBody #divDescription
{
	margin-left:5px;

}
#divBody #divDescription
{
	border:solid 0px red;
	margin-bottom:5px;
}
*/
#divBody
{
	clear:both;
	border:solid 0px blue;
}
#divBody #divProduct
{
	/*border:solid 1px red;*/
}
#divBody #divActionButtons
{
	/*border:solid 1px blue;*/
	margin-left:140px;
	margin-bottom:10px;
	margin-top: -6px; 
}
#divBody #divSeperator
, .divSeperator
{
	clear:both;
	border-bottom:solid 1px  #D1D1D1;
	margin-left:5px;
	margin-bottom:5px;
}

.FeaturedHeader
{
	border: solid 1px #A662CE;
	background-color: #A662CE;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;	
}

.FeaturedContainer
{
	border: solid 1px #A662CE;
	margin-bottom: 5px;
}

.L3SectionHeader
{
	font-weight: bold;
	font-size: 14px;
	color: #9643C8;
}

.L3SectionHeader h1
{
	margin:0 0 0 0;
}

.SectionHeaderContainer
{
    /*border: solid 1px black;*/
    width: 710px;
    display: inline-block;
    overflow: auto;
    margin-left: 5px;
    margin-bottom: 5px;
}

.SectionHeaderProductImage
{
    /*border: solid 1px red;*/
    float: left;
    width: 122px;
}

.SectionDescription
{
	/*border: solid 1px blue;*/
	float: left;
    width: 570px;
    margin-left: 10px;
    text-align: justify;
}

.SectionDescriptionNoImage
{
	/*border: solid 1px blue;*/
	float: left;
    width: 705px;
    text-align: justify;
}



