@charset "utf-8";


/* CSS Document */
/* DESIGN: Danijel Kozar : www.progressof.net : demo@progressof.net */


/* ODNOSI SE NA SVE ELEMENTE! OVDJE POSTAVLJAMO SVE RAZMAKE NA NULU */
* {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
.img{ border:none;}

/* ODNOSI SE NA BODY TAG! (GENERALNO SVI LINKOVI FONTOVI POZADINA...) */
body {
	background: #090909 url(../photo/pozadinaBody.jpg) repeat-y center top;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* ODNOSI SE NA GRAFIČKU POZADINU ISPRED BODY TAGA */
#overbody {
	height: 100%;
	width: 100%;
	background: url(../photo/wrapper_pozadina.jpg) repeat-x left top;
}

/* ODNOSI SE NA SVE LINKOVE */
a:link {
	text-decoration: none;
}

/* STIL WRAPPERA (GLAVNOG OMOTAČA U KOJEG STAVLJAMO SVE ELEMENTE) */
#wrapper {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
}

/* STIL NAVIGACIJE (GLAVNA NAVIGACIJA NA VRHU STRANICE) */
#navigacija {
	height: 50px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

/* STIL OMOT (OMOTAČ U KOJEM SU LOGO I GRAFIKA) */
#omot {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 390px;
	margin-bottom: 10px;
}

#omot div img {
	width: 970px;
	height: 390px;
}

/* STIL CONTENT (GLAVI OMOTAČ SADRŽAJA STRANICE) */
#content {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

/* STIL CONTENT OBLI START (OBLI RUBOVI NA POČETKU CONTENTA) */
#c_start {
	height: 20px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../photo/content_start.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* STIL CONTENT OBLI END (OBLI RUBOVI NA KRAJU CONTENTA) */
#c_end {
	height: 20px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background: url(../photo/content_end.png) no-repeat center center;
}

/* STIL TEXT LEFT (TEXT LIJEVO UNUTAR CONTENTA) */
#text_left {
	height: 650px;
	width: 480px;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 20px;
}

/* STIL TEXT RIGHT (TEXT LIJEVO UNUTAR CONTENTA) */
#text_right {
	height: 655px;
	width: 370px;
	float: right;
	padding-bottom: 10px;
}

/* STIL TEXT DNO (TEXT NA DNU UNUTAR CONTENTA) */
#text_dno {
	height: 265px;
	width: 750px;
	clear: both;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #FFFFFF;
}

/* STIL FOOTER (FOOTER NA DNU STRANICE) */
#footer {
	height: 200px;
	text-align: center;
	background: url(../photo/wrapper_pozadina.jpg) repeat-x left top;
}

#logo {
	position: absolute;
	top: 60px;
	left: 380px;
}
#td_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#novosti {
	margin-left: 25px;
}

#okolo_slike {
	float: left;
	padding-right: 10px;
}
#tablica {
	height: 150px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../photo/podaci_raster.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#tablica2 {
	height: 366px;
	width: 810px;
	background-color: #000;
	margin-bottom: 5px;
}

#tablica_left {
	float: left;
	height: 150px;
	width: 610px;
}

#tablica_right {
	float: right;
	width: 184px;
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../photo/etiketa.png) no-repeat right center;
	text-align: center;
	padding-left: 15px;
	vertical-align: middle;
	padding-top: 50px;
}

#tablica_right_full {
	float: right;
	width: 184px;
	height: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../photo/etiketa.png) no-repeat right center;
	text-align: center;
	padding-left: 15px;
	vertical-align: middle;
	padding-top: 25px;
}

#tablica_right_full1 {
	float: right;
	width: 184px;
	height: 132px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../photo/etiketa.png) no-repeat right center;
	text-align: center;
	padding-left: 15px;
	vertical-align: middle;
	padding-top: 8px;
}

.stil_text_opis {
	color: #333333;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	text-align: justify;
}

.stil_text_opis a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	
}
.stil_text_opis a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	
}
.stil_text_opis a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	
}

.stil_text_opis7 {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-align: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
}

.stil_text_opis7 a:link {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	
}
.stil_text_opis7 a:visited {
	color: #841114;
	font-weight: bold;
	text-decoration: underline;
	
}
.stil_text_opis7 a:hover {
	color: #841114;
	font-weight: bold;
	text-decoration: underline;
	
}

.stil_text_naslov2 {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: normal;
}
.stil_text_naslov3 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 33px;
}
.stil_text_cijena {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: normal;
	font-weight: normal;
}

.textovi {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}

.textovi a:link {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
.textovi a:visited {
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}
.textovi a:hover {
	color: #B61211;
	font-weight: bold;
	text-decoration: underline;
}

.stil_text_opis_left {
	color: #333333;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
}
.sublinkovi {
	width: 140px;
	float: left;
	height: 215px;
	padding: 5px;
	margin: 5px;
	font-family: Verdana, Geneva, sans-serif;
	border-top: 1px solid #E8E8E8;
	border-left: 1px solid #EFEFEF;
}

.sublinkovi a {
	color: #A7121A;
	font-size: 12px;
	margin-left: 7px;
}
.sublinkovi a:hover {
	color: #D90202;
	text-decoration: underline;
}

.sublinkovi h4 {
	color: #333;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 1px;
	font-weight: normal;
	margin-left: 16px;
}
.sublinkovi h3 {
	color: #000;
	font-size: 13px;
	margin-bottom: 2px;
}
.ulja {
	background: url(../files/motodijelovi/ulja.jpg) no-repeat right bottom;
}
.filteri {
	background: url(../files/motodijelovi/filteri.jpg) no-repeat right bottom;
}
.svjecice {
	background: url(../files/motodijelovi/svjecice.jpg) no-repeat right bottom;
}
.kocnice {
	background: url(../files/motodijelovi/kocnice.jpg) no-repeat right bottom;
}
.spojka {
	background: url(../files/motodijelovi/spojka.jpg) no-repeat right bottom;
}
.skuteri {
	background: url(../files/motodijelovi/skuteri.jpg) no-repeat right bottom;
}
.akumulatori {
	background: url(../files/motodijelovi/akumulatori.jpg) no-repeat right bottom;
}
.gume {
	background: url(../files/motodijelovi/gume.jpg) no-repeat right bottom;
}
.dodatnaoprema {
	background: url(../files/motodijelovi/dodatnaoprema.jpg) no-repeat right bottom;
}
.lanci {
	background: url(../files/motodijelovi/lanci.jpg) no-repeat right bottom;
}
.kacige {
	background: url(../files/motooprema/kacige.jpg) no-repeat right bottom;
}
.jakne {
	background: url(../files/motooprema/jakne.jpg) no-repeat right bottom;
}
.hlace {
	background: url(../files/motooprema/hlace.jpg) no-repeat right bottom;
}
.cizme {
	background: url(../files/motooprema/cizme.jpg) no-repeat right bottom;
}
.rukavice {
	background: url(../files/motooprema/rukavice.jpg) no-repeat right bottom;
}
.koferi {
	background: url(../files/motooprema/koferi.jpg) no-repeat right bottom;
}
.ostalaoprema {
	background: url(../files/motooprema/ostalaoprema.jpg) no-repeat right bottom;
}

#relativ_kartice h6 {
	position: relative;
	top: 380px;
	left: 100px;
	color: #999;
	width: 500px;
	letter-spacing: 1px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: normal;
	font-variant: normal;
}
.mininav {
	position: fixed;
	left: 0px;
	width: 110px;
	bottom: 0px;
	margin-bottom: 20px;
	margin-left: 25px;
	background: url(../photo/mininav.png);
	padding: 10px;
}

#mininav {
	display: none;
}
.mininav ul li {
	font: 11px Tahoma, Geneva, sans-serif;
	list-style: none;
	margin: 2px;
}
.mininav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-left: 5px;
}
.mininav ul li a:hover {
	text-decoration: none;
	color: #000;
	background: #FFF;
}
#okini {
	padding: 0px 5px 5px;
	background: url(../photo/mininavstrelica.png) no-repeat center center;
	font-family: Tahoma, Geneva, sans-serif;
	height: 15px;
}
#okini:hover {
	cursor: pointer;
}

