/* Ide deo koji odredjuje glavni meni svake strane Ć */
.mainmenu {padding:0 0 0 1em; margin:0; list-style:none; height:35px; background:url(../images/main_images/mainmenu0.gif);}
.mainmenu li {float:left;}
.mainmenu li a {display:block; float:left; height:35px; line-height:33px; color:#aaa; text-decoration:none; font-family:arial, verdana, sans-serif; text-align:center; padding:0 0 0 14px; cursor:pointer; font-size:11px;}
.mainmenu li a b {float:left; display:block; padding:0 28px 0 14px;}
.mainmenu li.current a {color:#fff; background:url(../images/main_images/mainmenu2.gif);}
.mainmenu li.current a b {background:url(../images/main_images/mainmenu2.gif) no-repeat right top;}
.mainmenu li a:hover {color:#fff; background: url(../images/main_images/mainmenu1.gif);}
.mainmenu li a:hover a b {background:url(../images/main_images/mainmenu1.gif) no-repeat right top;}
.mainmenu li.current a:hover {color:#fff; background: url(../images/main_images/mainmenu2.gif); cursor:default;}
.mainmenu li.current a:hover b {background:url(../images/main_images/mainmenu2.gif) no-repeat right top;}


/* Ide deo koji odredjuje gornji meni za izbor jezika i ostalog */
#nav,
#nav ul {padding:0; margin:0; list-style:none; font: 10px arial, verdana, sans-serif; background:url(transparent.gif); position:relative; z-index:100;}
#nav {height:23px; padding:0; background:#000;}

#nav table {border-collapse:collapse;}
#nav li {float:right;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; background:#000; color:#fff; height:23px; padding:0 20px 0 10px; line-height:22px; text-decoration:none; white-space:nowrap; font-weight:bold; border-left:1px solid #000;}
#nav li li a {height:21px; line-height:20px; float:none;}

#nav li:hover {position:relative; z-index:100;}
#nav a:hover {position:relative; z-index:100; background:#394696; color:#fff; border-left:1px solid #394696;}
#nav li:hover > a {border-left:1px solid #394696; background:#394696; color:#fff;}

#nav :hover  ul {left:0; top:23px; border-left:1px solid #394696; z-index:300;}
#nav a:hover ul {left:-1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {background:#394696; color:#fff; border-left:1px solid #394696;}

#nav li a:hover ul li a:hover {background:#394696;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul {left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}


/* Ide deo koji odredjuje vertikalni meni sa strane */
#vertmenu {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;width: 200px;padding: 0px;margin: 0px;}

#vertmenu h1 {display: block;background-color:#394696;font-size: 12px;padding: 3px 0 5px 3px;border: 1px solid #000000;color: #ccc;margin: 0px;width:199px;}

#vertmenu h2 {display: block;background-color:#1F254F;font-size: 14px;padding: 3px 0 5px 3px;border: 1px solid #000000;color: #fff;margin: 0px;width:199px; text-align:center;}

#vertmenu ul {list-style: none;margin: 0px;padding: 0px;border: none;}
#vertmenu ul li {margin: 0px;padding: 0px; background-color:#1F254F;}

#vertmenu ul li a {font-size: 11px; display: block; border-bottom: 1px solid #394696; padding: 5px 0px 7px 4px; text-decoration: none; color: #ccc; width:200px;  background-color:#1F254F;}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {color: #000000;background-color: #eeeeee;}
#vertmenu li.current a:hover {color: #000000;background-color: #eeeeee;}


/* Ide deo koji odredjuje horizontalni podmeni */
.hormenu2 {padding:0 0 0 1em; margin:0; list-style:none; height:25px; background-color:#000;}
.hormenu2 li {float:left;}
.hormenu2 li a {display:block; float:left; height:25px; line-height:23px; color:#aaa; text-decoration:none; font-family:arial, verdana, sans-serif; text-align:center; padding:0 0 0 8px; cursor:pointer; font-size:10px;}
.hormenu2 li a b {float:left; display:block; padding:0 20px 0 8px;}
.hormenu2 li.current a {color:#fff; background-color:#394696;}
.hormenu2 li.current a b {background-color:#394696;}
.hormenu2 li a:hover {color:#fff; background-color:#646fb4;}
.hormenu2 li a:hover a b {background-color:#646fb4;}
.hormenu2 li.current a:hover {color:#fff; background-color:#394696; cursor:default;}
.hormenu2 li.current a:hover b {background-color:#394696;}


/* Ide deo koji odredjuje odredjene delove svake strane */
body, html {
	margin:0;
	padding:0;
	background:#000;
	color:#fff;
	font: 12px arial, verdana, sans-serif;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} /* Re-sets IE to "zero" for these values */

#content {
	margin:0;
	padding:0;
	color:#000;
	font: 11px arial, verdana, sans-serif;
	text-align:justify;
	background-color: #CDCBFE;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/main_images/made.png);
	background-repeat: no-repeat;
	background-position: 50px bottom;
} /* Re-sets IE to "zero" for these values */
#content_2 {
	margin:0;
	padding:0;
	border:0;
	color:#000;
	font: 11px arial, verdana, sans-serif;
	text-align:justify;
	background-color: #CDCBFE;
}
#maincontent img {
	border:0px solid #021a40;
}
#maincontent h1 {font-size: 18px; text-align:center;}
#maincontent {
	margin:0;
	padding:10px 20px 20px 20px;
	color:#000;
	font: 12px arial, verdana, sans-serif;
	text-align:justify;
	background-color: #FFF;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/main_images/futer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#maincontent_ordering {
	color:#000;
	font: 12px arial, verdana, sans-serif;
	text-align:justify;
	background-color: #FFF;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/main_images/futer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#maincontent3 {
	color:#000;
	font: 12px arial, verdana, sans-serif;
	text-align:justify;
	background-color: #FFF;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/main_images/futer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40;
}
.head_pic {
	color:#000;
	font: 12px arial, verdana, sans-serif;
	text-align:justify;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 700px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
	padding: 1px;
}
#maincontent_2 {
	margin:0;
	padding:10px 20px 20px 20px;
	border:0;
	background:#CDCBFE;
	color:#000;
	font: 12px arial, verdana, sans-serif;
	text-align:justify;
}

div.box {
	position:relative;
	bottom:0px;
	left:0px;
	width:100%;
	height:25px;
	background-color:#000;
	font-family: arial, verdana, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
}
.lista_bold_naslov {
	font-family:arial, verdana, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	padding-left: 30px;
}
div.box_1 {
	position:relative;
	bottom:0px;
	left:0px;
	width:100%;
	height:25px;
	background-color:#000;
	font-family: arial, verdana, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	top: 0px;
	right: 0px;
}

div.podnaslov { font-family:arial, verdana, sans-serif; text-decoration:none; font-weight:bold; color:#000; font-size:12px;}

img.slika_desno { float: right; margin: 4px;}

#bezivica img { border:0px; }





TABLE.tabela_podaci { font-family: arial, helvetica, sans-serif; font-size: 12px; padding: 1px; margin:-1px; border-collapse:collapse; border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000; }
TABLE.tabela_podaci_compact+ {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	margin:-1px;
	border-collapse:collapse;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-attachment: fixed;
	background-image: url(../images/products/compact+_s.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}



TD.tabela_podaci_0 { border-left: solid 1px #000000; border-right: solid 1px #000000; border-bottom: 1px solid #000000; border-top: 1px solid #000000; font-size:12px; font-weight:bold; background-color: #000; color: #FFFFFF; text-align:left; }

TD.tabela_podaci_1 {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size:12px;
	font-weight:bold;
	background-color: #394696;
	color: #FFFFFF;
	text-align:left;
}

TD.tabela_podaci_v {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size:12px;
	font-weight:bold;
	background-color: #394696;
	color: #FFFFFF;
	text-align:center;
}

TD.tabela_podaci_2 {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size:12px;
	background-color: #646fb4;
	text-align: left;
	font-weight: bolder;
}

TD.tabela_podaci_3 {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size:12px;
	text-align: left;
	background-color: #FFF;
}

TD.tabela_podaci_v3 {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size:12px;
	text-align: center;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
TD.tabela_podaci_v4 {
	font-size:12px;
	text-align: left;
	background-color: #FFF;
	color: #000;
}
TD.tabela_podaci_3_copy {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background: #b6b5e4;
	font-size:12px;
	text-align: left
}

TD.tabela_podaci_4 {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background: #AFC7DA;
	font-size:12px;
	text-align: left
}

TD.tabela_podaci_5 { border-left: solid 1px #000000; border-right: solid 1px #000000; border-bottom: 1px solid #000000;    border-top: 1px solid #000000; background: #bcbae9; font-size:12px; text-align: center }





.php_tabela_ordering {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border-collapse:collapse;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 1px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}


TABLE.php_tabela {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border-collapse:collapse;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.php_tabela_order {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border-collapse:collapse;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.tabela_text {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border-collapse:collapse;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
TABLE.php_tabelax {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border-collapse:collapse;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding: 1px;
}


TD.php_tabela1 { border-left: solid 1px #000000; border-right: solid 1px #000000; border-bottom: 1px solid #000000; border-top: 1px solid #000000; background-color: #1F254F; color: #FFFFFF; text-align: center; }

TD.php_tabela4 {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #373F71;
	text-align: center;
	font-weight: bolder;
	color: #FFF;
	font-size: 14px;
}

TD.php_tabela2 {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #FFF;
	color: #000000;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
TD.php_tabela_bold {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #FFF;
	color: #000000;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
}

TD.php_tabela3 {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #FFF;
	color: #000000;
	text-align: left;
} 
#left {
	text-align: left;
}
TD.php_tabela3_copy {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #b6b5e4;
	color: #000000;
	text-align: center;
}


TR.boja1 td {
	padding: 0px;
	margin:-1px;
	background-color: #394696;
	color: #FFFFFF;
	text-align: left;
}

TR.izabrana td{ background-color: #EAF5FD; }

TR.izabrana:hover td{ background-color: #D7ECFB; }

TABLE.pr_php_tabela {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	padding: 1px;
	border-collapse:collapse;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: -1px;
	margin-right: -1px;
	margin-bottom: -1px;
	margin-left: 30px;
}

TABLE.pr_php_tabela_2 { font-family: arial, verdana, sans-serif; font-size: 11px; padding: 1px; margin:-1px; width : 800px; border-collapse:collapse; border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000; }

TD.pr_php_tabela1 {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #900;
}

TD.pr_izabrana {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
}

TR.pr_boja1 td { padding: 0px; margin:-1px; background-color: #EEEEEE; }





TABLE.tabela_polja {
	font-family:arial, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	border-collapse:collapse;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 60px;
	margin-top: -1px;
	margin-right: -1px;
	margin-bottom: -1px;
	margin-left: 40px;
}

.symap { font-family: arial, verdana, sans-serif; font-size: 20pt; }
.bezivice {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.symap2 { font-family: arial, verdana, sans-serif; font-size: 14pt; }

.serija { font-family:arial, verdana, sans-serif; font-size: 14pt; }

@charset "utf-8";
.ansi {
	font-family:arial, verdana, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
}
.naslov_tabela {
	font-family: arial, verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: left;
	border: 1px solid #333;
}
.naslov_horizontalnimeni {
	font-family: arial, verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.naslov_red {
	font-family: arial, verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #394696;
	text-align: left;
	border: 1px solid #333;
}
.naslov_red_podnaslovi {
	font-family:arial, verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	text-align: left;
	font-size: 12px;
	border: 1px solid #333;
	text-indent: 5px;
}
.naslov_red_podnasloviCopy {
	font-family: arial, verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #b6b5e4;
	text-align: left;
	font-size: 12px;
	border: 1px solid #333;
	text-indent: 5px;
}
.naslov_red_podnaslovi_sredina {
	font-family: arial, verdana, sans-serif;
	font-style: normal;
	font-weight: bolder;
	color: #000;
	background-color: #FFF;
	text-align: center;
	font-size: 12px;
	border: 1px solid #333;
}
.naslov_red_podnaslovi_sredinaCopy {
	font-family: arial, verdana, sans-serif;
	font-style: normal;
	font-weight: bolder;
	color: #000;
	background-color: #b6b5e4;
	text-align: center;
	font-size: 12px;
	border: 1px solid #333;
}



.naslov_tabela_sredina {
	font-family: arial, verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: center;
	border: 1px solid #333;
}
.naslov_red_oznake {
	font-family: arial, verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000;
	background-color: #b6b5e4;
	text-align: center;
	border: 1px solid #333;
}


@charset "utf-8";
#ansi {
	font-family:arial, verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: left;
	text-indent: 10px;
}
.ansi_bold {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: left;
	text-indent: 10px;
}
.lista_normal {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: left;
	text-indent: 5px;
	padding-left: 25px;
}


#test {
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.text_ansi {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	padding-left: 15px;
}
.naslov {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
}


.text_wrap {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: justify;
	padding-right: 20px;
	padding-left: 10px;
}
.lista_bold {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: left;
	text-indent: 5;
	margin-left: 30px;
}
.compact_head {
	background-attachment: fixed;
	background: url(../images/products/mali.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
}
.compactplus_head {
	background-attachment: fixed;
	background: url(../images/products/veliki.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
}
.spt_head {
	background-attachment: fixed;
	background: url(../images/spt/spt_symaps.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
}
.order_midle {
	font-family: arial, verdana, sans-serif;
	font-weight: bolder;
	text-align: center;
}
