/** 
 * Content plugin style sheet
 *
 * @since 24.10.2008
 * @author edin.coralic <edin.coralic@spletna-postaja.com>
 */

@import url(content.css);

.content_highlight .box h1 {
	font-size: 19px !important;
	font-family: Arial !important;
	font-weight: normal !important;
	color: #ff9600 !important;
	margin-bottom: 19px !important;
}
.content_highlight .box .content {
	font-size: 12px;
	color: #5b5b5b;
}
.content_highlight .box .content p {
	color: #5b5b5b;
}
.content_highlight .box .content ul {
	list-style-type: none;
	margin: 0 0 0 7px;
	padding: 0;
}
.content_highlight .box .content ul li {
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url('../dsg/li.gif') no-repeat center left;
}