﻿/* CSS Document */

/********************************************************************************
*                                                                               *
*  Klijent   :  IZO d.o.o.                                                      *
*  URL       :  http://www.izo.hr/                                              *
*  Autor     :  Omnicron d.o.o.                                                 *
*  Mijenjano :  2007/01/18                                                      *
*                                                                               *
********************************************************************************/

*{
	margin:0px;
	padding:0px;
}
body{
	color:#756868;
	font: 0.7em Arial, Tahoma, Helvetica, sans-serif;
	text-align:center;
	background: #FAEEB6 url(../art/bg-y.jpg) repeat-y top;
}

/* PRIKAZ LOGA */
h1 {
	position:relative;
	width:180px;
	height:60px;
	text-indent:-8000px;  
	top:90px;
	left:45px;
}
h1 a{
	display:block;
	height:60px;
	text-decoration:none;
}

/* OSTALI GLAVNI DIO */
h2 {
	font-size:130%;
	color:#236AB4;
	margin:10px 0;
}
h3 {
	font-size:130%;
	color:#918686;
	margin:5px 0;
	font-weight:normal;
}
#helper h2 {
	color:#DC2B19;
}
p, .sazetak, .opis {
	line-height:150%;
	margin:5px 0;
}

/* LINKOVI */
a {
	color:#DC2B19;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#head a:hover {
	text-decoration:none;
}
a img {
	border:1px solid #E8E8E8;
}
/* GLAVNI DIO */
#container {
	width:750px;
	margin:0 auto;
}
#headcontainer {
	background:url(../art/bg-x.gif) repeat-x center top;
}
#head {
	width:750px;
	height:220px;
	background:url(../art/head.jpg) no-repeat center top;
	margin:0 auto;
}
#main, #helper {
	text-align:left;
}
#main {
	width:470px;
	float:right;
	margin-right:25px;
	/*border-left:1px solid #E8E8E8;*/
	padding-left:10px;
}
#katalog #main {
	border:none;
}
#helper {
	width:210px;
	float:left;
	margin-left:25px;
}
.spacer {
	border-bottom:1px solid #E8E8E8;
	margin-bottom:10px;
	padding-bottom:5px;
	clear:both;
}
hr {
	clear:both;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #E8E8E8;
	margin:3px 0;
}
#katalog .spacer {
	border-color:#F5F5F5;
}
.left, .right {
	width:219px;
	float:left;
}
.right {
	border-left:1px solid #E8E8E8;
	margin-left:10px;
	padding-left:10px;
}
.opsirnije {
	display:block;
}
/* OSNOVNA NAVIGACIJA */
#head ul {
	float: right;
	color:#505050;
	margin:0 30px;
	position:relative;
	top:-60px;
}
#head ul#lang {
	float:left;
}
#head ul#mainnav {
	float:right;
}
#head ul li{
	list-style:none;
	display:inline;
	padding:0px 3px;
	line-height:40px;
	font-size: 100%;
}
#head ul a {
	color:#F29A9A;
}
#head ul a.selected, #head ul a:hover {
	color:#F7CFCF;
}
/* NAVIGACIJA UNUTAR KATALOGA */
.navigation ul {
	width:100%;
	font-size: 100%;
	background-color:#DC2B19;
}
.navigation ul ul {
	background-color:#E35648;
}
.navigation ul ul ul {
	background-color:#EA8177;
}
.navigation ul ul ul ul{
	background-color:#F1ACA5;
}
.navigation ul li {
	list-style:none;
}
.navigation ul a {
	font-weight:normal;
	display:block;
	width:100%;
	color:#fff;
	border-bottom:1px solid #fff;
	text-decoration:none;
}
.navigation ul a span{
	display:block;
	padding: 10px; 
	font-weight:bold;
}
.navigation ul li li a span{
	padding:5px 20px;
	font-weight:normal;
}
.navigation ul li li li a span{
	padding:5px 30px;
}
.navigation ul li li li li a span {
	padding:5px 40px;
}
.navigation ul a:hover, .navigation ul a.selected {
	background:#AC1000;
	color:#fff;
	text-decoration:none;
}


/* PRIKAZ KATALOGA */
.kategorija, .proizvod {
	padding-top:5px;
	display:block;
}
.kategorija h3 {
	
}

/* CROPANE SLIKE */
.crop {
	margin:0 5px 5px 0;
	float:left;
	border:1px solid #E9E8E8;
	width:182px;
}
#helper .crop, #pocetna .crop {
	width:40px;
	margin:0;
}
.crop div {
	width:180px;
	height:180px;
	overflow:hidden;
	border:1px solid #fff;
}
#helper .crop div, #pocetna .crop div {
	width:38px;
	height:38px;
}
.crop img {
	width:180px;
	height:180px;
}
#helper .crop img, #pocetna .crop img {
	width:44px;
	height:44px;
}
/*#helper img, #pocetna img {
	width:38px;
	height:38px;
}*/
.crop a img {
	border:none;
}

/* PRIKAZ PROIZVODA */
.proizvod ul {
	width:280px;
	float:right;
	position:relative;
	font-size:110%;
}
#helper .proizvod ul {
	width:160px;
	font-size:100%;
}
#pocetna .proizvod ul {
	width:170px;
	font-size:100%;
}
#helper .proizvod, #pocetna .proizvod {
	margin:10px 0;
}
.proizvod li {
	list-style:none;
	padding:2px 10px;
	margin:2px 0;	
}
#helper .proizvod li, #pocetna .proizvod li {
	padding:1px 5px;
	margin:0;
}
.kat {
	color:#6E6861;
	font-weight:bold;
}
.cijena span, li.cijena {
	color:#DC2B19;
	font-weight:bold;
}
.opisproizvoda {
	font-size:110%;
}
/* PRIKAZ PROIZVODA FINAL */
.prikaz_proizvoda div {
	margin:5px 0;
	line-height:150%;
	font-size:110%;
	clear:both;
}
.prikaz_proizvoda .opis {
	width:100%;
}
ul.pdf {
	list-style:none;
	width:100%;
}
.pdf li {
	background:url(../art/pdf-icon.gif) no-repeat left center;
	margin-bottom:10px;
}
.pdf a {
	display:block;
	padding:5px 0 5px 40px;
}
/* GALERIJA UNUTAR KATALOGA SA CROP TOOL */
.galerija {
	padding-top:10px;
}
.galerija img {
	margin:0 10px 10px 0;
	padding:1px;
	width:180px;
	height:180px;
}
.galerija a img {
	border:1px solid #D1DBE6;
}
.galerija a:hover img {
	border:1px solid #AAB8C8;
}
.image img {
	margin:10px 0;
}
/* KONTAKT FORMA */
fieldset {
	margin:10px 10px 10px 0;
	padding:20px;
	border:1px solid #E9E8E8;
	margin-bottom:10px;
	background:#F7F7F7;
}
fieldset.kontakt {
	background:#F7F7F7;
}
input, select, textarea {
	display:block;
	font-size:100%;
	width:100%;
	font-family:"Trebuchet MS", Arial;
	padding:2px 1px;
	border:1px solid #CCCCCC;	
}
input:focus, textarea:focus {
	border:1px solid #7D7D7D;
}
label {
	display: block;
	position: relative;
	cursor: default;
	font-size:100%;
	margin-bottom:10px;
}
.skriven {
	display:none;
}
.w100 {
	width:100px;
	border:1px solid #CBCBCB;
	color:#fff;
	background-color:#1169B4;
	font-weight:bold;
}
/* FOOTER */
#footer {
	border-top:1px solid #E8E8E8;
	margin:10px;
	padding:20px 0;
	
}
