/* CSS Document */
@import url("../css/nav.css");

#prod {
height:161px; padding:10px 0 0 180px; background-color:#efeeee; border: 1px solid #8e8e8e; font-size:13px; line-height:18px; position: relative; margin-bottom:8px;
}
#prod .title, #prod_detail .title {
margin-top:10px; font-weight: bold;
}
#prod .cat {
font-size:12px;
}
#prod .desc {
margin-top:10px;
}

#prod .img {
position:absolute; top: 9px; left: 9px; border: 1px solid #666666
}

.sort_by {
	position: absolute;
	top:2px;
	left:452px;
}

#product_categories {
border:1px solid #999999; padding:15px 10px 15px 10px; background-color:#efeeee;
}

#product_categories td {
font-size:12px; line-height:19px; padding-bottom:15px;
}

/*// DETAILS PAGE CSS //*/
#prod_detail {
padding:10px 0 10px 10px; background-color:#efeeee; border: 1px solid #8e8e8e; font-size:13px; line-height:18px; margin-bottom:15px;
}


.in {
margin: 0 1px 1px 0;
}

.in_btm {
margin: 0 1px 0 0;
}

.out {
margin: 0 0 1px 0;
}

.out_btm {
margin: 0;
}

.in, .in_btm, .out, .out_btm {
border:1px solid #918f8e;
}


