


/* ---------- CENOVNIK -------------*/


table.cenovnik {
	border-top: 1px solid black;
	background-color: white;
	clear:both;
}

table.cenovnik th {
	background-color: #023286;
	color: white;
	font-weight: normal;
	padding: 4px;
	white-space:nowrap;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}


table.cenovnik td {
	padding: 5px;
	font-size: 10px;
	border: 0 none;
	border-bottom: 1px solid black;
}

table.cenovnik th.cat, table.cenovnik  th.car {
	font-size: 16px;
	border-left: 0 none;
}

table.cenovnik th.price {
	font-size: 10px;
}

table.cenovnik .cat {
	border-right: 1px solid black;
}

table.cenovnik td.descr {
	text-align: center;
}
table.cenovnik td.photo {
	text-align: right;
}

table.cenovnik tr.odd {
	 background-color: #F0F4FD;
}


table.cenovnik td.price {
	border-left: 1px dashed black;
}


.crveno {
	color: red;
	margin:4px 0 6px 10px;
	padding: 0;
	font-size: 12px;
}

.info {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-align: center;

}

span.new {
	color:red;
}

.crven_txt {color: #FF0000}
.zut_txt   {color: yellow}




table.opis {
	clear:both;
	width: auto;
	padding: 2px;
	border: 1px solid #666;
	
}

table.opis th {
	border-bottom: 1px solid black;
	font-size: 11px;
	background-color: #1D5BA1;
	color: white;
	padding: 6px;
}

table.opis td {
	padding: 15px;
	font-size: 10px;
	border: 0 none;
}


table.opis .cat {
	border-right: 2px solid white;
}

table.opis td.descr {
	text-align: center;
}
table.opis td.photo {
	text-align: right;
}

table.opis tr.odd {
	 background-color: #F0F4FD;
}

ul#spec_off {
	background-color: white;
	list-style-type: square;
	margin: 0;
	padding: 0;
}

ul#spec_off li{
	margin-bottom: 10px;
	margin-left: 17px;
}
