/* CSS Document */
div.row_list {
	width: 551px;
	float: left;
	display: inline;
	clear: both;
	margin: 0px;
	padding: 0px;
}

div.item1_list {
	width: 270px;
	display: table;
	/*background-color: firebrick;*/
	float: left;
	border: 1px solid #DEDEDE;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-right: 5px;
}
div.item2_list {
	width: 270px;
	display: table;
	/*background-color: goldenrod;*/
	float: left;
	margin-left: 5px;
}
div.item3_list {
	width: 270px;
	display: table;
	/*background-color: peachpuff;*/
	float: left;
	border: 1px solid #DEDEDE;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-right: 5px;
}
div.item4_list {
	width: 270px;
	display: table;
	/*background-color: salmon;*/
	float: left;
	margin-left: 5px;
}
div.image_list {
	height: 96px;
	width: 96px;
	float: left;
	margin-right: 8px;
}
div.image_list img {
	display: block;
	vertical-align: bottom;
	border: 0;
}
div.title_list {
	width: 164px;
	float: right;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #4D8A2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
div.content_list p.bodytext {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	margin: 3px 0 3px 0;
	padding: 0px;
	text-align: justify;
}
div.content_list {
	width: 164px;
	float: right;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
/* osobne*/
div.br {
	height: 28px;
	width: 551px;
	clear: both;
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	display: inline;
}
div.br2 {
	height: 15px;
	width: 551px;
	clear: both;
	margin-left: 0px;
	background: url(images/br2.gif) no-repeat 0 0;
}
img.break_line {
	height: 28px;
	width: 551px;
	clear: both;
	float: right;
	line-height: 1px;
	display: block;
	vertical-align: bottom;
}
/********************
	SINGLE
********************/
div.row_single {
	width: 689px;
	float: left;
	display: inline;
	clear: both;
	margin: 0px;
	padding: 0px;
}
div.content_single {
	padding-top: 5px;
}
div.image_single {
	height: 96px;
	width: 96px;
	float: left;
	margin-right: 8px;
}
div.image_single img {
	display: block;
	vertical-align: bottom;
	border: 0;
}
div.title_single {
	height: 16px;
	width: 585px;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #4D8A2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
