body {font-family: Arial; font-size:11px;}
div.product_category div.sshow2
{
    position:absolute;
    top:160px;
    filter:alpha(opacity=100); /* initially transparent */
    opacity: 0.0;
}
div.sshow2 img { width:300px;}
div.product_category
{
    width:730px;
    padding-top:20px;
    padding-left:10px;
    padding-bottom:120px;
    background-color:white;
    cursor:pointer;
}
div.product_category div.category_header
{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:20px;
	color:#074b22;
}

div.category_text
{
    padding-top:40px;
    padding-left:325px;
}

div.more_info
{
margin-top:0px;
margin-left:330px;
color:green;
text-decoration:underline;
}

