#catPageImg {
    postion: relative;
}

#catHeader {
    background-color: #878652;
    clear:both;
    padding-bottom:12px;
    padding-left:15px;
    padding-top:15px;
}

#catHeader h2 {
   color: #412d18;
} 

#catWrapper {
    background: #FFFFFF;
    width: 800px;
    float: left;
}

.catLeftNav, .catRight {
    float: left;
    /*padding: 15px;*/
	margin-top: 	10px;
	margin-bottom: 	10px;
}

.catLeftNav {
    width: 155px;
    color: #412d18;
    margin-right: 20px;
}

.catRight {
    width: 625px;
    color: #412d18;
}

.rightBorder {
	background-image: 		url("/static/images/lyp/lyp_dots.gif");
	background-repeat: 		repeat-y;
	background-position: 	right;
}

#featuredProducts {
    /*margin-left: auto;
    margin-right: auto;*/
    width: 400px;
    float: left;
    padding-bottom: 10px;
}

#products {
    float: left;
    min-height: 500px;
    width: 625px;
}

.product {
    float: left;
    margin-bottom: 15px;
    width: 186px;
}

.product p {
    color: #412d18;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    padding: 5px 0 0 10px;
}

.vr {
    background-image:url(/static/images/lyp/lyp_dots.gif);
    background-repeat:repeat-y;
    float:left;
    height: 190px;
    /*height:250px; Height is set dynamically to largest .product div */
    margin-left:10px;
    margin-right:10px;
    overflow:hidden;
    width:1px;
}

#featuredText {
    float: right;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    width: 200px;
    _width: 190px;
}

#featuredText h2 {
    color: #412d18;
}
