.block {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	clear: both;
	display: inline;
	padding: 0px;
	margin-bottom: 15px;
	line-height: 135%;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.block:after {
	content: "."; 
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac */
* html .block {
	height: 1%;
}
.block {
	display: block;
}
/* End hide from IE-mac */

.block div {
	margin-top: 5px;
}

.small {
	font-size:	10px;
}

.highlighted {
	background-color: #FEF000;
}

h2 {
	display: block;
	padding: 0;
	margin: 0 0 20px;
	font-size: 155%;
	line-height: 145%;
	font-weight: normal;
	text-decoration: none;
}
.block h2 {
	font-size: 145%;
	margin-bottom: 10px;
}
h3 {
	display: block;
	padding: 0;
	margin: 0 0 8px;
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
h3 a {
	color: #333;
	background: transparent url(/images/basic/icons/arrow_right.gif) no-repeat scroll 0px 6px;
	padding-left: 10px;
}
h4 {
	display: block;
	padding: 0;
	margin: 0 0 5px;
	font-size: 120%;
	line-height: 130%;
	font-weight: bold;
	text-decoration: none;
	color: #6d6d6d;
}
div.preamble, p.preamble {
	background: #F3F3F3;
	font-size: 110%;
	line-height: 150%;
	padding: 8px 15px 8px;
	display: block;
	margin: 0 0 10px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}
div.preamble p, p.preamble p {
	margin: 0 0 5px;
	padding: 0;
}
div.message {
	color: red;
	padding-left: 40px;
	background: #F3F3F3 url(/images/basic/alert.png) no-repeat scroll 5px 5px;
}
hr.delimiter, .delimiter {
	clear: both;
	border: 0;
	width: 100%;
	margin: 5px 0 15px;
	padding: 0px;
	color: #b6b6b6;
	background-color: #b6b6b6;
	height: 1px;
}
a {	
	color:#000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.block blockquote {
	margin-left: 15px;
}
.block ul {
	display: table;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	margin-bottom: 5px;
}
.block ul li {
	background: url(/images/basic/icons/bullet_gray_round.gif) no-repeat 0 5px;
	padding-left: 15px;
}
.block ul ul {
	margin: 0 0 0 10px;
}
.block ol {
	padding: 0;
	margin: 0 0 0 10px;
	list-style-position: inside;
}
img {
	border: 0px;
}
div.image_holder {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #999;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.image_holder img {
	margin: 0;
}
.image_border {
	background: #FFF;
	padding: 3px;
	border: 1px solid #b6b6b6;
}
.image_holder p {
	font-size: 90%;
	color: #666;
	margin: 0;
	padding: 3px 0 6px;
}
.two_images {
	padding: 0;
	margin: 0;
	overflow: hidden;
	background:#fff;
}
.two_images img {
	display: block;
}
.two_images p {
	margin-top: 8px;
}
.white {
	background: white;
}
.yellow {
	background: #FFEA01;
}
.two_images div.image_holder {
	padding: 0px;
	line-height: 0px;
}
.two_images div.clear {
	padding: 0px;
	margin: 0;
	height: 10px;
	line-height: 0;
	color: #F7F7F7;
	clear: both;
	background: #EFEFEF;
}

.two_images div.clear span {display:none}

.optimize {
	display: table;
}

.main {
	float: center;
	margin: 0px;
}

.block div.left, .block  div.Left, .left, .Left {
	float: left;
	margin-right: 10px;
}
.block_doc .left, .block_doc  .Left {
	float: left;
	margin-right: 5px;
}

.block div.right, .block div.Right, .right, .Right {
	float: right;
	margin-left: 10px;
}
.block_doc .right, .block_doc .Right {
	float: right;
	margin-left: 5px;
}

div.center, div.Center, .center, .Center {
	text-align: center;
	margin: 0px;
}
.block_doc .center, .block_doc  .Center {
	text-align: center;
	margin: 0px;
}
.large_image {
	width: 100%;
}
.large_image .image_holder {
	border: 0;
	background-color: none;
	padding: 0;
	overflow: hidden;
}
.block table div {
	padding: 0;
	margin: 0;
}
.block table, .table_main {
	font-size: 100%;
	width: 100%;
	border-left: #b6b6b6 1px solid;
	border-top: #b6b6b6 1px solid;
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto 15px;
	background-color: #fff;
}
.block table td, .table_main td {
	border-right: #b6b6b6 1px solid;
	border-bottom: #b6b6b6 1px solid;
	padding: 4px;
	vertical-align: top;
}
table.table_main1, .table_main1, .table_main_colorless {
	border-left: none;
	border-top: none;
}
table.table_main1 td, .table_main1 td {
	border-right: none;

}
.block table td p, .table_main td p, .table_main1 td p, .table_main_colorless td p {
	padding: 0;
	margin: 0;
}
td.td_headerRow, td.td_header_row, option.td_header_row, option.td_headerRow, td.td-header, td.td-headerbold, td.td-headerboldtable, td.td-headerboldtablesmall, td.stednjaheader {
	background-color: #666;
	color: #FFF;
	border-bottom: #b6b6b6 1px solid;
	font-weight: bold;
}
td.td_headerRowLight {
	color: #000;
	font-weight: bold;
}
td.td_headerRow a, td.td_header_row a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
td.td_headerRow a, td.td_header_row a:hover {
	text-decoration: underline;
}
td.td_headerCol, td.td_header_col, option.td_headerCol, option.td_header_col {
	background-color: #FF0;
	color: #000;
	border-bottom: #b6b6b6 1px solid;
	font-weight: bold;
}
td.td_headerCol2, td.td_header_col2 {
	color: #333;
}
td.td_inner1, td.td_colorl_01, option.td_colorl_01 {
	background-color: #FFF;
}
td.td_inner2, .td_colorl_02, option.td_colorl_02  {
	background-color: #fffcbe;
}
td.td_inner3, td.td_colorl_03, option.td_colorl_03, td.td-gray2, td.td-gray, td.td-graybold, td.virtuon, td.krediti, td.tollboxcontactheader, td.td-yellow, td.td-yellowbold {
	background-color: #f3f3f3;
}
td.td_inner4, .td_colorl_04, option.td_colorl_04  {
	color: #666;
}
.block td {
	vertical-align: top;
}
td.red, tr.red td {
	color: red;
	font-weight: bold;
	background-color: #FFCDCD;
}
td.green, tr.green td {
	color: green;
	font-weight: bold;
	background-color: #CDFFCD;
}
td.td_right {
	text-align: right;
}

.symbolNews {
	width: 355px; 
	height: 65px;
}

.symbolNews ul{
	list-style: none;
	list-style-image: none;
}

.symbolNews ul li {
	list-style: none;
	padding: 0 0 20px 10px;
	float: left;
}



/* doneto sa starog */

.network
{
	background-color: White;
}

.network td
{
	padding: 0px;
}
.nocolor {
	background-color: transparent;
}