@CHARSET "UTF-8";

#category-info
{
	  clear: both;
	overflow: hidden;
}


#category-info h1
{
	font-size: 15px; 
	border: 0;
	text-decoration: none; 
	color: #666; 
 
	font-family: "Open Sans Condensed", "Helvetica", "Arial";
	cursor: pointer;
	height: 36px;
	line-height: 35px;
	text-shadow: 0 1px 0 #fff;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px dotted #666;
	margin-bottom: 20px;
}

#category-info img
{
    border: 10px solid #FFFFFF;
    float: left;
    height: auto;
    margin-right: 10px;
    width: 235px;
}