#categoryBox
{
/*	width:100%; */
}

#categoryBox #productBox
{
	/* width:100%; */
	vertical-align:top;
}

#categoryBox #productBox
{
    background-image:url('/Images/featuredProduct.gif');
    background-repeat: no-repeat;
    background-position: right top;
    max-width: 592px;
    min-width: 592px;
	width: 592px;
	overflow: hidden; 
}

div#summaryBox
{
    width: 82%;
}


.featuredProductDescription
{
    background-color: #fff;
    margin-top: 0;
    padding-top: 0;
    line-height:normal;
}



#categoryDiv
{
	border-bottom:2px solid #DDDDDD;
	max-height: 195px;
	height: 195px;
	overflow: hidden; 
}

#categoryBox #logoBox
{
	width:330px;
	height:195px;
	margin-right:20px;
	vertical-align:text-bottom;
	background-color:#22272B;
}

#categoryBox #logoBox h1
{
	position:relative;
	margin:0;
	color:#FFFFFF;
    height: auto;
    width: auto;
	margin-left:0.5em;
	font-size:14pt;
	top:165px;
}

#summaryBox
{
	margin-left:0;
	padding-right:1em;
	margin-top:1em;
}

#summaryBox #atAGlanceImage
{
	padding-right:1em;
}

#summaryBox h1
{
	color: #77AA11;
	font-size: 11pt;
	font-weight:bold;
}

#summaryBox #glanceFeatureList
{
	background-color:#99CC33;
	padding:2px;
	margin:0;
	border: 1px solid #88BB22;
	white-space:nowrap;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10pt;
}

#summaryBox .addCartBox
{
	margin-top:0.4em;
	margin-bottom:0;
	white-space:nowrap;
}

#summaryBox .addCartBox .price
{
	margin-left:1em;
	margin-right:1em;
}

#categoryProducts
{
	/* width:100%; */
	margin-top:1em;
}

#categoryProducts .subProdList
{
	padding:0;
	margin-left:1.2em;
	list-style-type:square;
	margin-top:0;
}

#categoryProducts .subProdList li
{
	margin-top:0;
	margin-bottom:0.2em;
}

#categoryProducts .subProdList li a
{
	color:#22272B;
	font-weight:normal;
	font-size:8pt;
}

.categoryImage
{
	margin-right:0.5em;
	margin-bottom:0.2em;
}

.productCode
{
	margin-top:0.25em;
	color:#999999;
	font-size:8pt;
}

#featuredCategoriesTitle
{
    font-size: 14pt;
    font-weight: bold;
    padding-top: 0.5em;
    padding-left: 0;
    padding-bottom: 1em;
}

div#categoryBlockTabular
{
    background-color: #fff;
}

div#categoryBlockTabular .categoryImage
{
    text-align: center;
    padding-top: 0.5em;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

div#categoryBlockTabular #container
{
    border: dotted 0 #ccc;
    width: 100%;
}

.categoryTitle
{
    font-size: 14pt;
    font-weight: bold;
    padding-left: 0;
    padding-bottom: 10px;
}

div#categoryBlockTabular table
{
    border: solid 1px #ddd; 
}



div#categoryBlockTabular table .innerLinks 
{
    padding-right: 1em;
    border: solid 0 #eee;
}


.innerLinkBlock
{
    margin-right: 0.5em;
}

div#categoryBlockTabular td 
{
    padding: 0.5em;
}

div#categoryBlockTabular .subProdBlock
{
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    margin: 0.5em;
}

div#categoryBlockTabular .subProdBlockAlt
{
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    margin: 0.5em;
}

div#categoryBlockTabular td a
{
    /* font-size: 9pt; */
}

.smallCategoryDescription
{
    font-size: 8pt;
	margin-right:10px;
}

.smallCategoryDescription a.catMoreInfo
{
    font-weight: normal;
    /* color: #7a1; */
    font-size: 8pt;
}

#rootCategoryDescriptionBlock
{
    padding-bottom: 1em;
    padding-top: 0.5em;
	border-bottom:1px solid #dddddd;
}

#categoryDescriptionBlock
{
    /* padding-bottom: 1em;
    padding-top: 1em; */
}

.smallLink
{
    font-size: 8pt;
}

.categoryListOptions
{
    background-color: #ddd;
    vertical-align: middle;
}

.categorySortFormDropDown
{
    font-size: 8pt;
    background-color: #ffc;
}

.categorySortFormButton
{
    font-size: 8pt;
}

#categorySort
{
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 0 #ccc;
    background-color: #ddd;
    padding: 2px;
}
.categoryLinks
{
    padding-top: 1em;
}

#featuredCategoryBlock
{
    border: solid 1px #ddd;
    background-color: #eee;
    padding-bottom: 0.8em;
    padding-top: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.category-description {
	width:524px;
	background-color:#f6f6f8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:10px;
	margin: 10px 0;
	}
.category-description h1 {
	color:#f15a22;
	}

