/* 
#divCategories
{
    position:relative;
    margin:0px 0px 0px 20px;
}
*/
#divCategories
{
    position:relative;
    top:0px;
    left:0px; 	/*-170px;*/
    width:625px;	/* mlm 04/27 - 668px; */
    margin-left:20px;	/* mlm 04/27 */
}
#divCategories .groupLeft
{
    position:relative;
    width:300px;  /*was 300*/
    float:left;
}

#divCategories .groupRight
{
    position:relative;
    width:325px; /*was 375*/
    float:left;
}

#divContentCenter
{
    position:relative;
    width:670px;
    padding:7px 0px 20px 0px;
    margin:0px 0px 0px 10px;
    min-height:760px;
    height:auto !important;
    height:760px;
}

.CatTitleSection
{
    vertical-align:bottom;
    padding-bottom:14px;
}

.CatTitle
{
    /* mlm - moved to CatTitleSection - vertical-align:bottom; */
    /* mlm - moved to CatTitleSection - padding-bottom:14px; */
    font-family:Franklin Gothic Medium;
    font-size:16pt;
    line-height:16pt;
    color:#1D2F5B;
}
.CatSubTitle
{
    /* mlm - moved to CatTitleSection - vertical-align:bottom; */
    /* mlm - moved to CatTitleSection - padding-bottom:14px; */
    font-family:Franklin Gothic Medium;
    font-size:8pt;
    line-height:10pt;
    color:#1D2F5B;
}


/*.breadcrumb
{
    margin-left:-98px;
}*/

#divAlt1Content
{	
    position:relative;
    width:955px;	/* mlm 04/27 - 950px; */
    margin-left:auto;
    margin-right:auto;	    
} 

#divContentLeftCat
{	 
    float:left; 
    padding-top:22px; 
    left:0px;
    /* mlm 04/27 - removed -- margin-left:20px; */
    width:234px;	/* mlm 04/27 - 254px; - mlm - old 250px */
}

#divSubCategories 
{ 
	margin: 10px 10px 30px 10px; 
	padding: 0px 0px  30px 0px;  
} 

#divContentLeftCat .featuredDealers
{
    position:relative;
    font-size:1px;
    color:#fff;
    text-indent:-9009px;  /*this pulls it off the page so it doesn't interfere with other items, but will leave it for any semantic needs  */
    background:transparent url(/images/bkgFeaturedDealers.gif) no-repeat 0 0; 
    width:254px;	/* mlm - old 250px */
    height:17px;	/* mlm - old 20px */
    top:-17px;		/* mlm - old -20px */
    margin-bottom:0px;
}
 

#divFeaturedDealers
{
	top:10px; 
	text-align:center
} 

#divFeatureDealersSpacer
{
    height:10px;	/* mlm 04/27 - old 10px */
}


ul.NoBullet 
{ 
    list-style-type: none;
    margin-left: 2px;	/* mlm 04/27 - 5px; */
    padding-left: 0px
}

ul.NoBullet li
{
    padding-bottom:3px;	/* mlm 04/27 */ 
}


#divCategoryDetail
{
   position:relative;
   padding:0px;
}

#divCategoryDetail h2
{
   display:block;
}
#divContentLeftCat h1 
{
    font-family:Arial,Helvetica,sans-serif;
    font-size: 18px; 
    line-height: 32px;
	color:#336;
}
.divShortCategoryDescriptionSection
{
    float:left;
    position:relative;
    padding: 0px 20px 15px 0px;
    /*border:1px dashed;*/
}
.divShortCategoryDescriptionSection .ShortCategoryDescription
{
    color: Gray; 
}
.divCategoryDescriptionSection
{
    float:left;
    position:relative;
    padding: 15px 20px 25px 0px;
    /*border:1px dashed;*/
}
.divCategoryDescriptionSection .CategoryDescription
{
    color: Gray;
}
