.dotted_top{
	border-top-width:1px;
	border-top-style:dotted;
	border-top-color:#676767;
}

.dotted_bottom{
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#676767;
}

.dotted_left{
	border-left-width:1px;
	border-left-style:dotted;
	border-left-color:#676767;
}

.highlight{
	font-weight:bold;
	color:#e7aa37;
}
.cat_title{
	color:e7aa37;
	font-weight:bold;
	font-size:12px;
}
.cat_title img{
	position:relative;
	top:1px;
	left:1px;
}
