@CHARSET "ISO-8859-1";

.sale_image {
   border: none !important; 
   position: absolute; 
   top: 5px;
   left: 35px;
}

.man_name {
    color: #d67da4;
}

.data td {
   text-align: center;
   /*border-bottom: 1px solid #285862;*/
   padding: 0 3px 10px 3px;
   color: #4b818d;
   width: 150px;
}

#prod_criteria_container {
    float: left;
    width: 156px;
    background-color: #4b818d;
    min-height: 600px;
    margin-top: 5px;
    color: white;
}

#prod_criteria_container a {
    color: white;
    text-decoration: none;
}

#prod_criteria_container ul {
    width: 144px;
    padding: 5px 6px 5px 8px;
    
}

#prod_criteria_container ul li {
    padding-bottom: 5px;
    font-family: "Times New Roman",Georgia, serif;
    font-size: 14px;
}

ul .category {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px white solid;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.prod-cat-divider {
    width: 100%;
    background-color: white;
    height: 5px;
}

#products {
	margin-left:10px;
	width: 760px;
	float: left;
}


.browse_navigation {
    color: #4b818d;
    float: right;
    width: 760px;
    padding: 10px 10px;
}

.browse_navigation ul {
    display: inline;
    margin: auto;

}
.browse_navigation ul li {
    text-align: left;
    float: left;
    width: 187px;
    padding: 10px 0;
}

#selections {
    background-color: #d57da3;
    border: black 2px solid;
    margin-bottom: 5px;
}

#selections p {
    text-align: center;
    border-bottom: white 1px solid;
    padding: 5px 0;
    width: 90%;
    margin: auto;
}

#selections li {

}