/*  tecajna-lista.net css document  */
/* code by startup - startup.com.hr */

* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	color: #7F7A6B;
}

body {
	background-color: #FFFDEF;
}

#container {
}

#header {
	width: 974px;
	height: 110px;
	margin: 0 auto;
}

#logo {
	width: 262px;
	height: 70px;
	float: left;
	position: relative;
	margin-top: 30px;
}

div#logo div.description {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 11px;
}

#navigation {
	width: 435px;
	float: right;
	margin-top: 55px;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	display: block;
	background-image: url(images/navigation.gif);
	height: 34px;
}

#navigation ul li a span {
	display: none;
}

a#pocetna { width: 82px; background-position: 0px 0px; }
a#valute { width: 69px; background-position: -90px 0px; }
a#vijesti { width: 66px; background-position: -167px 0px; }
a#tecajevi { width: 144px; background-position: -243px 0px; }
a#linkovi { width: 71px; background-position: -398px 0px; }

a#pocetna:hover { background-position: 0px -40px; }
a#valute:hover { background-position: -90px -40px; }
a#vijesti:hover { background-position: -167px -40px; }
a#tecajevi:hover { background-position: -243px -40px; }
a#linkovi:hover { background-position: -398px -40px; }

li.active_nav a#pocetna, li.active_nav a#pocetena:hover { background-position: 0px 29px; }
li.active_nav a#valute, li.active_nav a#valute:hover { background-position: -90px 29px; }
li.active_nav a#vijesti, li.active_nav a#vijesti:hover { background-position: -167px 29px; }
li.active_nav a#tecajevi, li.active_nav a#tecajevi:hover { background-position: -243px 29px; }
li.active_nav a#linkovi, li.active_nav a#linkovi:hover { background-position: -398px 29px; }

#top_line {
	clear: both;
	height: 121px;
	padding: 20px 0px;
	width: 100%;
	background: url(images/header_line.gif) repeat-x;
}

#top_line h2,
.feed_text {
	color: #FFFDEF;
}

#converter h2,
#converter h2 a,
#converter h2 a:visited,
#search h2,
#feed h2 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
	font-size: 18pt;
	letter-spacing: -0.9px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #FFFDEF;
}

#converter h2 a:hover {
	color: #FF7800;
}


#top_line_wrap {
	width: 100%;
	height: 121px;
	background: url(images/header_line_in.gif) no-repeat center;
}

#top_line_content {
	width: 974px;
	height: 101px;
	overflow: hidden;
	padding: 10px 0px;
	margin: 0 auto;
}

#converter {
	border-right: 1px solid #CBC8B9;
	width: 550px;
	height: 81px;
	padding: 10px 25px 10px 0;
	overflow: hidden;
	float: left;
}

#converter form {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 20px;
	font-size: 1px;
}

#converter label {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14pt;
	letter-spacing: -0.4px;
	color: #FFFDEF;
	margin-right: 11px;
	height: 30px;
	position: relative;
	top: -5px;
	display:block;
	float:left;

}

#converter input#iznos {
	background: url(images/box_wide.gif) no-repeat;
	border: none;
	height: 20px;
	width: 125px;
	overflow: hidden;
	padding: 1px;
	margin-right: 10px;
	display:block;
	float:left;

}

#converter select {
	background: url(images/box_small.gif) no-repeat #FFFDEF;
	border: none;
	height: 20px;
	width: 63px;
	overflow: hidden;
	margin: 0; padding: 0;
	margin-right: 10px;
	display:block;
	float:left;

}

#converter input#pretvori {
	background: url(images/button_pretvori.gif) no-repeat;
	border: none;
	height: 20px;
	width: 79px;
	overflow: hidden;
	cursor: pointer;
	display:block;
	float:left;
}

#search {
	border-right: 1px solid #CBC8B9;
	width: 220px;
	height: 81px;
	padding: 10px 25px;
	overflow: hidden;
	float: left;
}

#search form {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 20px;
	font-size: 1px;
}

#search input#s{
	background: url(images/box_wide.gif) no-repeat;
	border: none;
	height: 20px;
	width: 125px;
	overflow: hidden;
	padding: 1px;
	margin-right: 10px;
	display:block;
	float:left;

}

#search input#pretrazi {
	background: url(images/button_pretrazi.gif) no-repeat;
	border: none;
	height: 20px;
	width: 79px;
	overflow: hidden;
	cursor: pointer;
	display:block;
	float:left;
}


#feed {
	float: right;
	width: 102px;
	padding: 10px 0px;
}

#feed .rss_icon {
	width: 47px;
	float: left;
}

#feed .feed_text {
	float: right;
	width: 55px;
	font-size: 13px;
}

#feed .feed_text a,
#feed .feed_text a:visited {
	color: #FFFDEF;
	text-decoration: none;
}

#feed .feed_text a:hover {
	color: #FF7800;
}

#content {
	width: 974px;
	margin: 0 auto;
}

#main_content {
	border-right: 1px solid #CBC8B9;
	width: 550px;
	overflow: hidden;
	float: left;
	padding-right: 25px;
}

.tecajna_lista h1,
.tecajna_lista h1 a,
.tecajna_lista h1 a:visited {
	color: #009DDF;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -1.5px;
	font-size: 24pt;
	margin-bottom: 10px;
}

.tecajna_lista h1 a:hover {
	text-decoration: underline;
}

.news h1,
.news h1 a,
.news h1 a:visited {
	color: #009DDF;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -1.2px;
	font-size: 20pt;
	margin-bottom: 10px;
}

.news h1 a:hover {
	text-decoration: underline;
}

.in_site {
	position: relative;
}

.in_site h1,
.in_site h1 a,
.in_site h1 a:visited {
	color: #009DDF;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -1.2px;
	font-size: 20pt;
	margin-bottom: 10px;
}

.in_site h1 a:hover {
	text-decoration: underline;
}

.in_site h2,
.in_site h2 em,
.in_site h2 a,
.in_site h2 a:visited  {
	color: #FF7800;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -0.7px;
	font-size: 16pt;
	margin-bottom: 10px;
}

.in_site h2 a:hover {
	text-decoration: underline;
}

.in_site h2 em {
	font-style: italic;
}

.in_site ul {
	list-style: square;
	list-style-position: inside;
	margin-bottom: 10px;
}

.in_site ul li {
	font-size: 12px;
}

.in_site h3 {
	color: #FF7800;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -0.5px;
	font-size: 14pt;
}

.in_site img,
.news img {
	display: none;
}

.in_site p,
.tecajna_lista p,
.news p {
	font-size: 13px;
	text-align: justify;
	letter-spacing: -0.5px;
	margin: 10px 0;
}

.in_site p {
	margin-bottom: 30px;
}

.tecajna_lista_show {
	background-color: #F3F1E7;
	border: 1px solid #D3CEC2;
	padding: 7px 0;
	margin: 10px 0;
}

.tecajna_lista_show tr:hover {
	background-color: #D3CEC2;
}

.tecajna_lista_show tr.head:hover {
	background-color: #F3F1E7;
}

.tecajna_lista_show tr td {
	text-align: center;
	font-size: 12px;
	padding: 3px 10px;
}

.tecajna_lista_show tr.head td {
	font-weight: bold;
	font-size: 13px;
}

.tecajna_lista_show tr td:first-child {
	text-align: left;
}

.in_site,
.news {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D3CEC2;
	font-size: 13px;
	letter-spacing: -0.5px;
}

.info {
	clear: both;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: -0.5px;
	text-align: right;
}

#sidebar {
	float: right;
	width: 372px;
}

#l_sidebar {
	float: left;
	width: 173px;
}

.box {
	margin-bottom: 20px;
}

.box h3 {
	color: #FF7800;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
	font-size: 22pt;
	letter-spacing: -1.3px;
}

.box ul {
	list-style-position: inside;
	list-style-type: square;
}

.box ul li {
	font-size: 13px;
	margin: 4px 0;
}

.box ul li a,
.box ul li a:hover {
	text-decoration: none;
}

.box ul li a:hover {
	text-decoration: underline;
}

.box ul li ul {
	margin-left: 20px;
}

.box ul li ul li {
	font-size: 11px;
	margin: 0;
}

.banner_170x170 {
	width: 170px;
	height: 170px;
	border: 1px solid #D3CEC2;
	margin-top: 5px;
}

#r_sidebar {
	float: right;
	width: 162px;
}

.banner_160x600 {
	width: 160px;
	height: 600px;
	/*border: 1px solid #D3CEC2;
	font-size: 10px;
	color: #D3CEC2;*/
	overflow: hidden;
}

#bottom_line {
	clear: both;
	height: 220px;
	padding: 20px 0px;
	width: 100%;
	background: url(images/footer_line.gif) repeat-x;
}

#bottom_line_wrap {
	width: 100%;
	height: 190px;
	padding-top: 30px;
	background: url(images/footer_line_in.gif) no-repeat center;
}

#bottom_line_content {
	width: 974px;
	height: 220px;
	overflow: hidden;
	margin: 0 auto;
}

.column {
	width: 221px;
	float: left;
	padding-right: 30px;
}

.column h3, 
.column ul li {
	color: #FFFDEF;
}

.column h3,
.column h3 a,
.column h3 a:visited {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -0.7px;
	font-size: 13pt;
	margin-top: 18px;
	text-decoration: none;
	color: #FFFDEF;
	text-transform: uppercase;
}

.column h3 a:hover {
	color: #009DDF;
}

.column ul {
	list-style-position: inside;
	list-style-type:square;
	font-size: 13px;
}

.column ul li {
	line-height: 1.3em;
}

.column ul li a,
.column ul li a:visited {
	text-decoration: none;
	color: #FFFDEF;
}

.column ul li a:hover {
	text-decoration: underline;
}

#footer {
	width: 974px;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
	margin-bottom: 30px;
}

#footer a,
#footer a:visited {
	color: #FF7800;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

a.more-link {
	font-weight: bold;
}

.tags a,
.tags a:visited {
	text-decoration: none;
}

.tags a:hover {
	color: #009DDF; 
}

.in_site ol {
	width: 525px;
	margin-left: 25px;
}

.in_site ol li {
	margin: 5px 0px;
	font-size: 13px;
	letter-spacing: -0.5px;
}

.in_site a,
.in_site a:visited
.news a,
.news a:visited {
	text-decoration: none;
	color: #7F7A6B;
}

.in_site a:hover,
.news a:hover {
	text-decoration: underline;
}

.ad_left {
	width: 265px;
	height: 300px;
	float: left;
	overflow: hidden;
	margin-top: 20px;
}

.ad_right {
	width: 265px;
	height: 300px;
	float: right;
	font-size:10px;
	overflow: hidden;
	margin-top: 20px;
}

.cp_button {
	margin-top: 10px;
}

#converter h2 {
	margin-bottom: 20px;
}
