/*
#------------------------------------------------------------------------
  JA Purity II for Joomla 1.5
#------------------------------------------------------------------------
#Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
#@license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
#Author: J.O.O.M Solutions Co., Ltd
#Websites: http://www.joomlart.com - http://www.joomlancers.com
#------------------------------------------------------------------------
*/


/* COMMON STYLE
--------------------------------------------------------- */
body {
	background: #fff;
	color: #000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 1.3;
}

body#bd { 
	background: #F2F2F2; 
	color: #444444; 
}

body.fs1 { font-size: 10px; }
body.fs2 { font-size: 11px; }
body.fs3 { font-size: 12px; }
body.fs4 { font-size: 13px; }
body.fs5 { font-size: 14px; }
body.fs6 { font-size: 15px; }

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0 0 -1px 0;
	padding: 0;
}

/* Normal links ---*/
a { color: #BF0000; text-decoration: underline; }

a:hover, 
a:active, 
a:focus { color: red; text-decoration: underline; }

/* Readon links ---*/
a.readon {
	/*background: url(../images/arrow_silver.png) no-repeat 5px 48%;*/
	/*border: 1px solid #9E6F3A;*/
	font-weight: bold;
	padding: 2px 6px;
	text-decoration: none;
	float: left;
	margin: 0.5em 0px 0 0;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus { 
	background-color: #ffff99; 
	padding: 1px 5px;
	border: 1px solid #ccc; 
}

.bez-pozadine a{
	color: black;
}

/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column ol, .column ul, .column table { 
	margin: 0.8em 0 1em 0; 
	padding: 0; 
	font-size: 15px;
}


.column ol, .column ul{
	margin-top: 0.3em;
}

.column h1, .column h2, .column h3, .column h4, .column h5, .column h6
{ margin: 2em 0 0.8em 0; padding: 0; }

.column .article-content > h1, 
.column .article-content > h2, 
.column .article-content > h3, 
.column .article-content > h4, 
.column .article-content > h5, 
.column .article-content > h6
{ margin: 0.5em 0 0.8em 0;  }


.ja-moduletable h1, .ja-moduletable h2, .ja-moduletable h3, .ja-moduletable h4, .ja-moduletable h5, .ja-moduletable h6
{ margin: 0.5em 0 0.3em 0; padding: 0; }

/* Headings & Titles ---*/
h1 { font-size: 220%; }
h2 { font-size: 200%; }
h3 { font-size: 175%; }
h4 { font-size: 150%; text-transform: none; }
h5 { font-size: 120%; text-transform: UPPERCASE; font-style: italic;}
h6 { font-size: 100%; text-transform: UPPERCASE; font-weight: bold;}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	/*font-family: "Segoe UI", Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.2;
	/*color: White;*/
}
/*.bez-pozadine .contentheading, 
.bez-pozadine .componentheading, 
.bez-pozadine h1,
.bez-pozadine h2,
.bez-pozadine h3,
.bez-pozadine h4,
.bez-pozadine h5 {
	color: Black;
}*/

h1.componentheading, .componentheading { margin: 0 20px 15px 0; padding: 0 0 7px; }

.column div .componentheading {
	border-bottom: 1px solid #EBD9B3;
	font-size: 180%;
}

h2.contentheading, .contentheading { 
	margin: 0 0 0px 0; 
	padding: 0 0 7px; 
	/*color: #572F22; */
	/*font-family: "Segoe UI", Arial, Helvetica, sans-serif;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}
h2.bez-pozadine{
	color: black;
}

.contentheading { font-size: 215%; }

.blog .contentheading { font-size: 175%; }
.blog .leading .contentheading { font-size: 190%; }

.blog .contentheading a{
	text-decoration: none;
}
.blog .contentheading a:hover,
.blog .contentheading a:active,
.blog .contentheading a:focus{
	text-decoration: underline;
}

.blog .article_column p{
	margin: 0.5em 0;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus { font-weight: bold; }

.category { font-size: 110%; font-weight: bold; }

/* Small text ---*/
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, .contenttoc,
p.site-slogan, a.readon, .ja-navhelper, #ja-footer { font-size: 92%; }

small, .small { color: #666666; }

.smalldark { text-align: left; }

/* List ---*/
.column ul li {
	background: url(../images/bullet.gif) no-repeat 15px 7px;
	line-height: 140%;
	/*margin-bottom: 5px;*/
	overflow: hidden;
	padding-left: 30px;
}

.column ol li { line-height: 180%; margin-left: 30px; }

/* Others ---*/
th { font-weight: bold; padding: 5px; text-align: left; }

td { font-size: 100%; padding: 5px; }

fieldset {
	border: 1px solid #cccccc;
	background-color: #fafafa;
	margin:1.6em 0;
	padding:1em 20px;

}
fieldset legend{
	font-weight: bold;
	font-size: 130%;
}


fieldset a { font-weight: bold; }

fieldset.input { padding: 0; }

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #ccc;
	height: 1px;
}

/* FORM
--------------------------------------------------------- */
form label { cursor: pointer; }

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 2px 4px;
	margin-bottom: 5px;
	background: #f6f6f6;
	border: 1px solid #cccccc;
}

input:hover, 
textarea:hover  {
	background: #f2f2f2;
}
input:focus,
textarea:focus {
	background: #f2f2f2;
	/*outline: 1px solid #FFE26E;*/ 
	outline: #bababa solid 1px; 
}


.button {
	padding: 3px 5px;
	font-size: 85%;
	text-transform: uppercase;
	border: 1px solid #9E6F3A;
	background: #BF0000;
	color: #FFFFFF;
}

.button:hover, .button:focus {
	border: 1px solid #333333;
	background: url(../images/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;	
}


* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}


/* komponenta za prikazivanje popisa clanaka u front-endu */
#camelcitycontent #filter_search,
#camelcitycontent select{
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
#camelcitycontent select#limit{
	padding: 0;
}
#camelcitycontent th,
#camelcitycontent td{
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 3px;
	padding: 2px 0 2px 0;;
}


.checkbox { }

.radio { margin: 0 5px; }

/* Login ---*/
.login_form fieldset { padding: 15px 0 0; }
.login_form fieldset p { margin: 0 0 5px; }

.login_form label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.login_form .inputbox { margin-left: 10px; width: 150px; }

.login_form .remember .inputbox {
	width: 20px;
}

.login_form .button { margin-left: 140px; }

/* Register ---*/
.form-register fieldset { padding: 0 0 10px; }

.form-register p { margin: 0 0 5px; }

.form-register p.form-des { margin: 15px 0; }

.form-register label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.form-register .inputbox { margin-left: 10px; width: 200px; }

.form-register .button { margin-left: 140px; }

/* User ---*/
.user-details { padding: 10px 0; }

.user-details p { margin: 0 0 5px; }

.user-details label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.user-details .inputbox { margin-left: 10px; width: 200px; }

.user-details .button { margin-left: 140px; }

.user-details .paramlist .paramlist_key {
	width: 130px !important;
	padding: 0 0 5px !important;
}

.user-details .paramlist .paramlist_value {
	padding: 0 0 5px !important;
}

.user-details .user_name span {
	padding-left: 10px;
	font-weight: bold;
}

/* Search ---*/
form#searchForm {
	/*border-top: 1px solid #ccc;*/
	padding: 15px 0 0 0; 
}

.searchintro {
	border-bottom: 1px solid #ccc;
}

.results h4 {
	text-transform: none;
	font-size: 110%;
	margin: 15px 0 0;
}

.results p { margin: 0 0 10px; }

/* Contact ---*/
#component-contact address { font-style: normal; }

#component-contact #emailForm { border-top: 1px solid #ddd; padding-top: 15px; }

.contact_email { margin: 0 0 10px; }

.contact_email label { font-weight: bold; display: block; }

.contact_email_checkbox { margin: 15px 0; }

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.blog { }

.article_separator,
.leading_separator,
.row_separator,
.column_separator { display: none; }

.leading {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
}

.article_row { padding-bottom: 10px; padding-top: 10px; }

div.reference div.article_row { padding-bottom: 0px; padding-top: 0px; }

.article_column { }

.column_separator { padding: 0 25px; }

/* Meta ---*/
.article-tools {
	/*background: #f6f6f6;
	border: 1px solid #ddd;*/
	clear: both;
	color: #777777;
	display: block;
	line-height: normal;
	margin: 0 0 0px;
	padding: 0px;
	position: relative;
	font-size: 90%;
}

.article-meta { float: left; padding: 0; width: 70%; }

.article-section, .article-category { color: #999; }

.createby {
	background: url(../images/icon-user.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
}

.createdate {
	/*background: url(../images/icon-date.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;*/
	padding: 0;
}

.modifydate { color: #999; display: block; margin: 10px 0; }

.contentdescription {
	display: block;
	margin: 0;
	padding: 0 0 10px;
}
div.reference .contentdescription {
	margin-bottom: 20px;
	margin-top: 10px;
	border: none;
}

/*.contentdescription p { margin: 0; }*/

.buttonheading { float: right; }

.buttonheading img { border: 0; float: right; margin: 0 5px 0 0; }

/*Inline images ---*/
img.caption { margin-top: 5px; }

.img_caption { color: #999; margin-bottom: 10px; }

.article-content img { margin: 0px; }

.img_caption img { margin: 5px 0 0; }

.img_caption p {
	background: #333;
	border-top: 1px solid #fff;
	color: #ccc;
	margin: 0;
	padding: 1px 0;
	text-align: center;
}

/* Tables ---*/
.sectiontableheader {
	background: #333;
	border: 1px solid #ccc;
	color: #fff;
	padding: 5px;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:focus,
.sectiontableheader a:active { color: #fff; }

.sectiontableentry,
.sectiontableentry0,
.sectiontableentry1,
.sectiontableentry2 {
	background: url(../images/dot2.gif) repeat-x bottom;
	padding: 5px 5px 6px;
}

.sectiontableentry:hover,
.sectiontableentry0:hover,
.sectiontableentry1:hover,
.sectiontableentry2:hover { background-color: #fffff0; }

.sectiontableentry2 { background-color: #f6f6f6; }

table.contentpane, table.tablelist { width: 100%; }

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

/* Content Toc */
table.contenttoc {
	border: 1px solid #ddd;
	float: right;
	margin: 0 0 10px 12px;
	padding: 0;
	width: 30%;
}

table.contenttoc a { color: #333; }

table.contenttoc td { border-bottom: 1px dotted #ccc; padding: 5px 10px; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	text-transform: uppercase;
}

/* Poll */
div.poll { padding: 15px 0; }

form#poll {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll {
	border-bottom: 1px dotted #ccc;
	font-size: 92%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll dt, dl.poll dd { float: left; }

dl.poll dt { clear: left; width: 100px; }

dl.poll dd { clear: right; }

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img { vertical-align: baseline; }

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Search */
table.searchintro { padding: 10px 0; width: 100%; }

table.searchintro td { padding: 5px !important; }

/* Misc. */
table.contentpaneopen, table.contentpane, table.blog { width: 100%; }

/* Pagination ---*/
ul.pagination { float: left; margin: 10px 0; width: 75%; }

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.pagination li span { padding: 0 5px; line-height: 20px; }

ul.pagination a {
	background: #f6f6f6;
	border: 1px solid #ccc;
	color: #000;
	line-height: 20px;
	padding: 0 5px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #069;
	border: 1px solid #069;
	color: #fff;
	text-decoration: none;
}

.sortby { font-size: 92%; margin: 10px 0 5px; }

.sortby .filter, .sortby .display { float: left; width: 40%; }

.sortby .display { float: right; text-align: right; }

.pagenavbar { font-weight: bold; }

.pagenavcounter { margin: 15px 0 !important; text-align: center; }

.counter {
	float: right;
	line-height: 1;
	margin: 15px 0 !important;
	text-align: right;
	width: 24%;
}

.counter span {
	background: #069;
	border: 1px solid #069;
	color: #fff;
	padding: 1px 5px;
}

.blog_more {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0 5px;
}

.blog_more h2 {
	font-size: 115%;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 5px 6px;
	padding-left: 15px;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active { display: block; margin: 10px 0; }

/* Messages ---*/
#system-message { margin: 0 0px 10px; font-size: 120%;}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul { margin: 0; padding: 0; }

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #fff;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul { background: #069; border: 0; }

/* System Error Messages */
#system-message dd.error ul { background: #bf0000; border: 0; }

/* System Notice Messages */
#system-message dd.notice ul { background: #333; border: 0; }

/* Tooltips --- */
.tool-tip {
	background: #ffffcc;
	border: 1px solid #D4D5AA;
	float: left;
	max-width: 300px;
	padding: 5px;
	z-index: 1000;
	color: Black;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text { font-size: 100%; margin: 0; }

.hasTip img { border: none; margin: 0 5px 0 0; }

.contentpaneopen_edit img { vertical-align: middle; }

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, 
div.moduletable h3 {
	background: url(../images/dot2.gif) repeat-x bottom;
	color: #CE090F;
	font-size: 115%;
	margin: 0 0 8px;
	padding: 1px 0 8px;
	text-transform: uppercase;
	overflow: hidden;
}

div.ja-moduletable h3.filterednews, 
div.moduletable h3.filterednews {
	background: transparent none;
	margin: 0 0 3px 0;
	padding: 0;
	text-transform: none;
	font-size: 100%;
}

div.moduletable_menu h3 { margin-bottom: 0; }

div.moduletable_menu h3 span,
div.moduletable h3 span{
	/*padding-left: 30px;
	background: transparent url(../images/zvijezdica.png) no-repeat scroll left;*/
}

div.ja-moduletable, 
div.moduletable {
	/*border: 2px solid #bababa;*/
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 10px 10px 20px;
	position: relative;
	/*background: white url(../images/gradient_mod.jpg) repeat-x scroll top left;*/
}
.ja-inset1 div.ja-moduletable, 
.ja-inset1 div.moduletable{
	padding: 10px 10px 0 0;
}

#ja-footerpoz div.ja-moduletable, 
#ja-footerpoz div.moduletable{
	background: black;
	color: white;
	border: none;
	padding: 10px;
	margin-bottom: 0;
}

/* Badge Module ---*/
.badge {
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	background-image: url(../images/icon-badge.png);
	background-repeat: no-repeat;
}

.badge-hot 	.badge { background-position: 0 0; }
.badge-new 	.badge { background-position: 0 -46px; }
.badge-pick .badge { background-position: 0 -92px; }
.badge-top 	.badge { background-position: 0 -138px; }

/* Search Module ---*/
#ja-search {
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
	position: absolute;
	bottom: 7px;
	right: 10px;
	z-index: 20;
}

#ja-search label { display: none; }

#ja-search .inputbox {
	width: 100px;
	padding: 3px 5px;
	font-size: 100%;
	font-weight: normal;
	color: black;
	/*background: #EBD9B3;*/
	/*border: 1px solid #333;*/
}

#ja-search .inputbox:hover, #ja-search .inputbox:focus { background: #FFFF99;}
#ja-search .inputbox:focus {font-weight: bold; }

#ja-search .button {
	font-size: 100%;
	font-weight: bold;
	margin-left: 5px;
	text-transform: none;
}

/* Login Module ---*/
#form-login-username .inputbox,
#form-login-password .inputbox {
	background-position: 5px center;
	background-repeat: no-repeat;
	font-weight: bold;
}

#form-login-username .inputbox, #form-login-password .inputbox { width: 90%; }

#form-login ul { margin: 0 !important; padding: 0; }

#form-login p { margin: 0 0 5px; }

#form-login .button { margin: 10px 0; }

/* Poll Module ---*/
h4.poll-title { margin: 0; padding: 0; }

a.poll-result { font-size: 92%; text-transform: uppercase; }

form.poll .button { margin-right: 5px; }

/* Advertisement ---*/
div.bannergroup_text div.banneritem_text { border-bottom: 1px dotted #ccc; padding: 5px 0; }

div.bannergroup_text div.banneritem_text a { font-weight: bold; }

div.bannergroup_text div.bannerheader,
div.bannergroup_text div.bannerfooter_text a { color: #999; font-size: 92%; }

div.bannergroup_text div.bannerfooter_text { padding: 5px 0 0; text-align: right; }

div.bannergroup { margin-bottom: 10px; }

/* Rounded Module --- */
div.ja-module h3, div.module h3 {
	border-bottom: 1px solid #ccc;
	color: #006699;
	font-size: 115%;
	font-weight: bold;
	margin: 0 -15px 10px;
	padding: 8px 15px;
	text-transform: uppercase;
}

div.ja-module, div.module { margin-bottom: 20px; position: relative; overflow: hidden; }

.ja-box-br {
	background: url(../images/b-br.gif) no-repeat bottom right #fff;
}

.ja-box-bl {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}

.ja-box-tr {
	background: url(../images/b-tr.gif) no-repeat top right;
}

.ja-box-tl {
	background: url(../images/b-tl.gif) no-repeat top left;
	padding: 0 15px 10px;
}

/* text */
div.module_text h3 {
	clear: both;
	display: block;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
	width: 100%;
	border-bottom: 0;
}

div.module_text span {
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 3px;
	background: #fff;
}

div.module_text {
	background: url(../images/bt-br.gif) no-repeat bottom right #f6f6f6;
}

div.module_text .ja-box-bl {
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}

div.module_text .ja-box-tr {
	background: url(../images/bt-tr.gif) no-repeat top right;
}

div.module_text .ja-box-tl {
	background: url(../images/bt-tl.gif) no-repeat top left;
}

/* Blank */
div.module_noborder,
div.module_noborder .ja-box-bl,
div.module_noborder .ja-box-tr,
div.module_noborder .ja-box-tl {
	background: none;
	padding: 0;
}

/* red */
div.module_red {
	background: url(../images/br-br.gif) no-repeat bottom right #bf0000;
}

div.module_red .ja-box-bl {
	background: url(../images/br-bl.gif) no-repeat bottom left;
}

div.module_red .ja-box-tr {
	background: url(../images/br-tr.gif) no-repeat top right;
}

div.module_red .ja-box-tl {
	background: url(../images/br-tl.gif) no-repeat top left;
}

/* blue */
div.module_blue {
	background: url(../images/bb-br.gif) no-repeat bottom right #069;
}

div.module_blue .ja-box-bl {
	background: url(../images/bb-bl.gif) no-repeat bottom left;
}

div.module_blue .ja-box-tr {
	background: url(../images/bb-tr.gif) no-repeat top right;
}

div.module_blue .ja-box-tl {
	background: url(../images/bb-tl.gif) no-repeat top left;
}

/* green */
div.module_green {
	background: url(../images/bg-br.gif) no-repeat bottom right #7ba566;
}

div.module_green .ja-box-bl {
	background: url(../images/bg-bl.gif) no-repeat bottom left;
}

div.module_green .ja-box-tr {
	background: url(../images/bg-tr.gif) no-repeat top right;
}

div.module_green .ja-box-tl {
	background: url(../images/bg-tl.gif) no-repeat top left;
}

/* black */
div.module_black {
	background: url(../images/bl-br.gif) no-repeat bottom right #333;
}

div.module_black .ja-box-bl {
	background: url(../images/bl-bl.gif) no-repeat bottom left;
}

div.module_black .ja-box-tr {
	background: url(../images/bl-tr.gif) no-repeat top right;
}

div.module_black .ja-box-tl {
	background: url(../images/bl-tl.gif) no-repeat top left;
}

/* text color for high contrast module */
div.module_black *, div.module_green *, div.module_blue *, div.module_red * { color: #fff; }

div.module_black .inputbox, div.module_green .inputbox, div.module_blue .inputbox, div.module_red .inputbox {
	color: #333 !important;
}

/* Module list ---*/
div.ja-moduletable ul, div.ja-module ul {
	margin: 15px 0 0;
}

div.ja-moduletable ul li, div.ja-module ul li {
	padding-left: 15px;
	background-position: 2px 8px;
}


/* Collapsible h3 ---*/
h3.show {
	background: url(../images/icon-show.png) no-repeat 100% 60%;
	cursor: pointer;
}

h3.hide {
	background: url(../images/icon-hide.png) no-repeat 100% 60%;
	cursor: pointer;
}

/* Uncomment the following lines if you want collapsible modules with badges still show arrows */
/* 
.badge-hot h3.show,.badge-new h3.show,.badge-pick h3.show,.badge-top h3.show,
.badge-hot h3.hide,.badge-new h3.hide,.badge-pick h3.hide,.badge-top h3.hide {
	background-position: 15px 60%;
	text-indent: 15px;
}
*/

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap { }
.main { }
.ja-box { padding-bottom: 10px; padding-top: 10px; }

#ja-wrapper {
	background: #F2F2F2 url(../images/gradient.jpg) repeat-x scroll 0px 145px;
}

#ja-container {
	/*background: transparent url(../images/rep_crni.png) no-repeat scroll center bottom;*/
	z-index: 5;
}

#ja-container .main { padding: 5px 0; min-height: 300px;  background: white; z-index:20; }
.ja-navhelper .main { background: white; }

/* 3 Columns - Classic Layout ---*/
#ja-container.ja-l1r1  {}

/* Full */
#ja-container {}

/* Full left */
#ja-container.ja-r1 {}

/* Full right */
#ja-container.ja-l1 {}

/* Mass ---*/
.ja-mass-top {}
.ja-mass-top .ja-moduletable, .ja-mass-top .ja-module { margin-left: 0; margin-right: 0; }

.ja-mass-bottom {}
.ja-mass-bottom .ja-moduletable, .ja-mass-bottom .ja-module { margin-left: 0; margin-right: 0; }

/* MAIN COLUMN
--------------------------------------------------------- */
#ja-mainbody {}

#ja-main .inner {  }

#ja-contentwrap { }

/* Content Top ---*/
.ja-content-top { margin-bottom: 30px; }
.ja-content-top .ja-moduletable, 
.ja-content-top .ja-module { margin-left: 0; margin-right: 0;  }

/* Content Main ---*/
.ja-content-main { }

/* Content Bottom ---*/
.ja-content-bottom { }
.ja-content-bottom .ja-moduletable, .ja-content-bottom .ja-module { margin-left: 0; margin-right: 0;  }

/* @end */

/* SIDE COLUMNS
--------------------------------------------------------- */
.ja-colswrap { }

.ja-col { }

/* Left Columns ---*/
#ja-left .ja-l2 { }

/* Right Columns ---*/
#ja-right .ja-r2 { }

/* HEADER
--------------------------------------------------------- */
#ja-header { 
	background: #BABABA url(../images/traka_crvena.png) no-repeat scroll center bottom;
	position: relative; 
	z-index: 0; 
	height: 145px; 
}

#ja-header .main {
	background: transparent url(../images/header.png) no-repeat scroll 0 0;
	height: 145px; 
}

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1;}

h1.logo, div.logo-text { float: left; z-index: 1; position: relative; }

/* Logo Image ---*/
h1.logo { 
	width: 980px;
	margin: 0 0 0 -10px;
	padding-left: 0px;
	/*background: transparent url(../images/header.png) no-repeat scroll 0 0;*/
}

h1.logo a {
	/*background: url(../images/logo5.png) no-repeat 64px 5px;*/
	display: block;
	height: 80px;
	width: 190px;
}

h1.logo a span { position: absolute; top: -1000px; }

/* Logo Text ---*/
div.logo-text { margin-top: 8px; }

div.logo-text h1 a {
	color: #ccc;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

p.site-slogan {
	background: #444;
	color: #999;
	display: block;
	font-size: 85%;
	letter-spacing: 1px;
	margin: 8px 0 0;
	padding: 0 5px;
	text-align: center;
	text-transform: uppercase;
}

/* Header mask ---*/
/*.ja-headermask {
	background: url(../images/header-mask.png) no-repeat top right;
	display: block;
	height: 80px;
	position: absolute;
	right: -1px;
	top: 0;
	width: 602px;
	z-index: 0;
}*/

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {
	
	/*background: url(../images/menu_bg.jpg) repeat-x bottom;*/
	line-height: 1;
	position: relative;
	z-index: 11;
}

#ja-mainnav .main { 	
	font-size: 12px; 
	top: -7px;
}

#ja-mainnav .main ul.level0{ 
	/*background: transparent url(../images/grad1-mask.png) repeat-x top;*/
	/*border-top: 1px solid #666;*/
}

span.has-image {
	padding-left: 25px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left 2px;
}

span.menu-title { 
	display: block; 
}

span.menu-desc {
	display: block;
	font-weight: normal;
	font-size: 92%;
	color: #999;
}

/* Sub Nav ---*/
#ja-subnav { border-top: 1px solid #666; background: #333; position: relative; z-index: 9; }

#ja-subnav .main {
	line-height: 1;
	z-index: 10;
}

#ja-subnav ul {
	background: #333;
	overflow: hidden;
	padding: 10px 0;
}

#ja-subnav ul.active { background: #333; }

#ja-subnav li {
	background: none;
	border-left: 1px dotted #999;
	display: block;
	float: left;
	padding: 0 10px 0 11px;
}

#ja-subnav li.first-item { border-left: 0; }

#ja-subnav ul li a { color: #ccc; display: block; text-decoration: none; }

#ja-subnav ul li a:hover { color: #fff; }

#ja-subnav ul li.active a,
#ja-subnav ul li.active a:hover,
#ja-subnav ul li.active a:active,
#ja-subnav ul li.active a:focus {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#ja-subnav ul.active li a { color: #ccc; }

#ja-subnav ul.active li a:hover { color: #fff; }

#ja-subnav ul li.empty { visibility: hidden }

/* Sub Nav (lv2) ---*/
#ja-subnav ul li ul {
	background: #ddd;
	border: 1px solid #ccc;
	display: block;
	height: auto;
	left: -999em;
	padding: 0;
	position: absolute;
}

#ja-subnav ul li.hover ul {
	display: block;
	height: auto;
	left: auto;
	position: absolute;
	margin-top: 3px;
	margin-left: 5px;
}

#ja-subnav ul li.haschild a {
	background: url(../images/arrow.png) no-repeat right center;
	padding-right: 12px;
}

#ja-subnav ul li.haschild a:hover {
	background: url(../images/arrow3.png) no-repeat right center;
}

#ja-subnav ul li.haschild li a, #ja-subnav ul li.hover li a { background: none; padding-right: 0; }

#ja-subnav ul li ul li {
	border-bottom: 1px solid #ccc;
	border-left: 0;
	display: block;
	float: none;
	overflow: hidden;
	padding: 5px;
	text-align: left;
}

#ja-subnav ul li ul li a {
	background-image: none !important;
	border: 0 !important;
	color: #333 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

#ja-subnav ul li ul li a span.menu-title { padding-top: 3px; padding-bottom: 3px; }

#ja-subnav ul li ul li a:hover {
	background-image: none !important;
	color: #069 !important;
	text-decoration: underline !important;
}

#ja-subnav ul li ul li a.active {
	color: #069 !important;
	font-weight: bold !important;
}

/* Breadcrumbs ---*/
.ja-navhelper { 
	text-transform: none; 
	color: black;
	background: transparent url(../images/rep_crveni.png) no-repeat scroll center top;
}
.ja-navhelper .main { 
	padding: 5px 0; 
	height:20px;
}

.ja-navhelper a { padding: 0 2px; color: #BF0000; text-decoration: none; }
.ja-navhelper a:hover, .ja-navhelper a:active, .ja-navhelper a:focus { color: #fff; text-decoration: none; background-color: #069;}

.ja-breadcrums {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	width: 80%;
}

.ja-breadcrums strong { margin-right: 5px; }

.ja-breadcrums img { margin: 1px 5px; }

/* Extras ---*/
.ja-links { float: right; margin-top: 2px; }

.ja-links li { background: none; padding: 0; display: inline; }

.ja-links li.top a {
	background: url(../images/arrow2.png) no-repeat 5px center;
	padding-left: 17px;
	padding-right: 5px;
}

.ja-links li.top a:hover { background-color: #069; }

.ja-links li.layout-switcher a {
	background: #069;
	color: #fff;
	text-decoration: none;
}

.ja-links li.layout-switcher a:hover { background: #666; color: #fff; text-decoration: none; }

.ja-links li.user-reset a {
	background: #bf0000;
	color: #fff;
	text-decoration: none;
}

.ja-links li.user-reset a:hover { background: #666; color: #fff; text-decoration: none; }


/* Default Joomla! Menu ---*/
#ja-container ul.menu { 
	margin: 0 0 0 30px; 
	padding: 0;
}

#ja-container ul.menu li {
	background: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	line-height: 115%;
	font-size: 100%;
}

#ja-container ul.menu li a {
	display: block;
	outline: none;
	padding: 4px 0;
	text-decoration: none;
	/*text-indent: 5px;*/
}

#ja-container ul.menu li a:hover,
#ja-container ul.menu li a:active,
#ja-container ul.menu li a:focus { 
	color: #FBBE4A; 
	background: none; 
	text-decoration: underline;
	/*text-shadow: 0.1em 0.1em 0.4em #333;*/
}

#ja-container ul.menu li.current a { color: #FBBE4A; font-weight: bold; }


#ja-container ul.menu li ul { margin: -3px 0 0 25px; }

#ja-container ul.menu li li {
	background: url(../images/arrow_silver.png) no-repeat left 0.7em;
	border-bottom: 0;
	line-height: 115%;
	font-size: 100%;
	padding-left: 10px;
}

#ja-container ul.menu li li a {
	color: white !important;
	font-weight: normal !important;
	padding: 4px 0;
	/*text-indent: 10px;*/
}

#ja-container ul.menu li li a:hover,
#ja-container ul.menu li li a:active,
#ja-container ul.menu li li a:focus { 
	color: #FBBE4A !important; 
	background: none; 
	text-decoration: underline;
	/*text-shadow: 0.1em 0.1em 0.05em #ccc;*/
}

#ja-container ul.menu li.current > a { color: #FBBE4A !important; font-weight: bold !important; }

#ja-container ul.menu span.separator { display: none; }

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box, #ja-botsl .ja-box{ 
	padding: 0;
	background: url(../images/dot3.gif) repeat-y right;
}

#ja-topsl .ja-box-right, #ja-botsl .ja-box-right, #ja-footerpoz .ja-box-right,
#ja-topsl .ja-box-full, #ja-botsl .ja-box-full, #ja-footerpoz .ja-box-full { 
	background: none;
}

#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable  {
	/*border-bottom: 0;*/
	margin-bottom: 8px;
	padding-bottom: 0;
}

#ja-topsl li, #ja-botsl li, #ja-footerpoz li{
	/*background-image: url(../images/bullet2.gif);
	background-position: 1px 8px;
	padding-left: 10px;*/
	background-image: none;
}

#ja-topsl ol li, #ja-botsl ol li, #ja-footerpoz ol li { margin-left: 25px; padding: 0 !important; }

#ja-topsl ul, #ja-topsl p, #ja-topsl ol,
#ja-botsl ul, #ja-botsl p, #ja-botsl ol,
#ja-footerpoz ul, #ja-footerpoz p, #ja-footerpoz ol { 
	padding: 0; 
	margin: 0 !important; 
	font-size: 12px;
}

/*#ja-topsl a, #ja-botsl a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#ja-topsl a:hover, #ja-topsl a:active, #ja-topsl a:focus,
#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}*/

/* Top spotlight ---*/
#ja-topsl {
	border-top: 1px solid #6b3d33;
	border-bottom: 1px solid #666;
	background: #444;
	color: #ccc;
}

#ja-topsl .main { padding: 10px 0; }

#ja-topsl h3 {
	margin: 0 0 8px;
	padding: 0;
	color: #fff;
	background: none;
}


/* Bot spotlight ---*/
#ja-botsl {
	/*background: transparent url(../images/rep_crni.png) no-repeat scroll center bottom;*/
}

#ja-botsl .main { 
	padding: 10px 0;
	background-color: white; 
}

#ja-botsl .ja-moduletable, #ja-botsl .moduletable {
	border-bottom: 0;
	margin-bottom: 0;
}

#ja-botsl h3 {
	margin: 0 0 8px;
	padding: 0;
	color: #FDF4D6;
	background: none;
}

.ja-box-right .ja-moduletable, .ja-box-right .moduletable,
.ja-box-full .ja-moduletable, .ja-box-full .moduletable { 
	border: 0 !important; 
	/*background: 0 !important; */
}


/* SlideShow ---*/
#ja-slideshow {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #FFE26E url(../images/texture-zuto.png) repeat-x scroll 0 0;
	color: black;
}

#ja-slideshow .main { padding: 10px 0; }

#ja-slideshow h3 {
	/*margin: 0 0 8px;*/
	/*padding: 0;*/
	color: black;
	background: none;
}

#ja-slideshow div.ja-moduletable, 
#ja-slideshow div.moduletable{
	padding: 0;
	margin: 0;
	border: none;
}



/* Footer poz ---*/
#ja-footerpoz {
	/*border-top: 4px solid #E5AE17;*/
	/*background: transparent;*/
	clear: both;
	/*background: transparent url(../images/traka_crna.png) repeat-y scroll center top;*/
}

#ja-footerpoz .main { 
	padding: 0px 0; 
	margin-top: 0px;
	background: #2D2D2D;
}

#ja-footerpoz h3 {
	margin: 0 0 8px;
	padding: 0;
	color: #fff;
	background: none;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	height: 50px;
}

#ja-footer .main {
	background-color: white;
	padding: 10px 0;
	position: relative;
}

#ja-footer .inner { float: left; padding: 0; }

#ja-footer small { color: #666; font-size: 100%; }


#ja-footer a {
	text-decoration: none;
}
#ja-footer a:hover, 
#ja-footer a:active, 
#ja-footer a:focus { 
	text-decoration: underline;
}


/* Copyright Info. ---*/
.ja-copyright small { display: block; }

div.ja-copyright{
	float: right;
	background: transparent url(../images/inventum_logo_16_sivo.png) no-repeat scroll 0px 0px;
	padding: 0 10px 0 21px;
	margin-left: 10px;
}
div.ja-copyright p{
	margin-top: 3px;
}

/* Footer Links ---*/
#ja-footer .ja-footnav {
	float: left;
	font-size: 100%;
	margin: 0;
	padding-left: 10px;
	overflow: hidden;
	position: relative;
	/*width: 75%;*/
}

.ja-footnav ul { 
	/*float: left;*/ 
	line-height: normal; 
	margin-left: 0px;
}

.ja-footnav li {
	border-left: 1px solid #999;
	display: block;
	float: left;
	padding: 0 10px;
	/*text-transform: uppercase;*/
}

.ja-footnav li a {
	/*color: #EBD9B3;*/
	display: block;
	/*font-weight: bold;*/
	/*line-height: 1;*/
}

.ja-footnav li a img{
	float: left;
	margin: -2px 5px 0 0;
}


.ja-footnav .ja-firstitem a { border-left: 0; padding-left: 0; }



ul.menu-lista li{
	display: inline;
	list-style-type: none;
	background-image: none;
}
.ja-footnav li {
	border-left:none;
	padding: 3px 0 0 0;
}
.ja-footnav li a{
	border-left: 1px solid #999999;
	padding: 0 10px;
}


div.ja-footnav ul.menu-lista li{
	/*padding-top: 5px;*/
}





/* MISCELLANOUS
----------------------------------------------------------- */
/* User Tools ---*/
ul.ja-usertools-font {
	font-size: 11px;
	position: absolute;
	top: 15px;
	right: 20px;
}

ul.ja-usertools-font li, ul.ja-usertools-screen li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

ul.ja-usertools-screen  {
	font-size: 11px;
	position: absolute;
	top: 15px;
	right: 90px;
}

/* Others ---*/
#ja-banner {
	border-top: 1px solid #ccc;
	margin: 0;
	overflow: hidden;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}

div.ja-innerdiv {
	border-bottom: 1px dotted #ccc;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 12px;
}

div.ja-innerdiv h4 {
	font-family: Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
}

.cufon-canvas { padding: 1px 0 3px; }


/* ================ Dodaci ================= */

#fpss-outer-container{
	border: 10px solid #FFE26E;
	padding: 0px;
	/*margin: 10px auto;*/
	margin: 10px 10px 0 0;
	overflow: hidden;
}

img.okvir-big {
	border: 10px solid #cccccc;
	margin: 8px auto;
	padding: 0;
}

img.okvir-bold{
	border: 5px solid #cccccc;
	padding: 2px;
	margin-right: 25px;
}

img.okvir {
	border: 2px solid #cccccc;
	margin: 2px 15px 2px 0;
	padding: 3px;
}

.print-icon{
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}



/*--- Paketi --------------------------------*/

div.paket{
	float: left;
	margin: 0 15px 5px 15px;
	padding: 0;
	width: 210px;
	position: relative;  /* treba za IE6 */
}
div.paket-okvir{
	border: 1px solid #cccccc;
	position: relative;
	text-align: left;
	vertical-align: top;
}
div.paket-slika{
	min-width: 50%;
	text-align: left;
	margin: 0 0 5px 0;
}
div.paket-svojstva{
	padding: 5px;
}
div.paket-svojstva,
div.paket-svojstva ul,
div.paket-svojstva ul li{
	font-size: 12px;
}

div.paket-cijena{
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding-bottom: 5px;
}

div.webpaket{
	height: 350px;
}
div.webpaket2{
	height: 310px;
}
div.webpaket3{
	height: 380px;
}
div.paket-naslov{
	background: #373737 url(../images/paket_grad_1.gif) repeat-x scroll top;
	padding: 10px;
	color: White;
	font-weight: bold;
}
div.paket-naslov h3{
	margin: 0 0 5px 0;
	color: #f9a933;
	font-size: 18px;
}
div.paket p{
	padding: 0 10px 0 10px;
}
div.paket a.saznajvise{
	display: block;
	clear: both;
	background: White url(../images/paket_grad_2.gif) repeat-x scroll center;
	height: 20px;
	margin: 5px 10px 5px 10px;
	border: 1px outset #cccccc;
	padding: 5px 10px;
	color: White;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	text-decoration: none;
}
div.paket a.saznajvise:hover{
	text-decoration: underline;
}
div.paket .cijena{
	display: block;
	padding: 0 10px 0 10px;
	text-align: right;
	font-size: 120%;
}
div.paket .cijena strong{
	color: #f9a933;
}
/*-------------------------------------------*/

table.cjenik,
table.cjenik tbody,
table.cjenik tr,
table.cjenik tr td{
	border: 1px solid #999999;
}
table.cjenik td{
	padding: 5px 10px;
}
table.cjenik{
	margin: 0 10% 25px 2px;
	width: 90%;
	float: left;
}

table.cjenik tr.cjenik-zaglavlje{
	background-color: #FFD160;
	border-bottom: 3px solid #999999;
}
table.cjenik ul{
	margin-top: 0.3em;
}
table.cjenik li{
	line-height: 120%;
	font-size: 90%;
	background: transparent url(../images/bullet.gif) no-repeat scroll 20px 5px;
}

table.cjenik td.cjenik-napomena{
	padding-left: 30px;
	padding-top: 2px;
	font-size: 90%;
	font-style: italic;
}

table.cjenik td p
{
	margin: 0.1em 0;
}

table.cjenik td h5,
table.cjenik td h6
{
	margin: 0.3em 0 -0.1em 0;
}
/*-------------------------------------------*/

sup{font-size:xx-small; vertical-align:top;} 
sub{font-size:xx-small; vertical-align:bottom;}

/*
	<abbr> skracenica
	<acronym> kratica
	<dfn> -- ne koristi ga, nije podrzan u browserima
	<acronym title="as soon as possible">ASAP</acronym>*/
abbr, acronym, dfn {cursor: help; border-bottom: 1px dashed #BF0000; }

.column blockquote {
	padding: 5px 30px;
	background: transparent url(../images/quotes_open.gif) no-repeat left top;
	margin: 0 30px 0 20px;
}
.column blockquote > p{
	margin-top: 0px;
}
.column blockquote p:last-child{
	background: transparent url(../images/quotes_close.gif) no-repeat right bottom;
	margin-right: -30px;
	margin-bottom: -5px;
	padding-right: 30px;
	padding-bottom: 15px;
}

.Zaragoza_Tags{
	margin: 30px 0 0 0;
	color: Gray;
}
.Zaragoza_Tags a{
	font-style: italic;
}


div.blog-prikaz h2.blog-prikaz{
	margin-bottom: 0;
	padding-bottom: 4px;
}
div.blog-prikaz div.article-content p:first-child{
	margin-top: 0;
}



div.article_column h2.reference{
	display: none;
}
div.reference div.article-tools{
	display: none;
}
div.clanak h2.reference{
	/*margin-bottom: 2em;*/
}



#ja-slideshow div.red-mmi{
	background-color: #BF0000 !important;
/*	-webkit-border-radius: 6px;     
   -moz-border-radius: 	  6px;*/    
	color: White;
}
div.red-mmi div{   
	padding: 0 15px 10px 15px;
	height: 232px !important;
	color: White;
}
div.red-mmi h3{
	border-bottom: 1px solid #ccc;
	font-size: 115%;
	font-weight: bold;
	margin: 0 -15px 10px;
	padding: 8px 15px;
	text-transform: uppercase;
	color: White !important;
}



#ja-topsl a,
#ja-footerpoz a,
div.module_red a,
div.red-mmi a { 
	color: #dddddd; 
	text-decoration: underline; 
}
#ja-botsl a{
	color: #673C2E;
	text-decoration: underline; 
}

#ja-topsl a:hover, #ja-topsl a:active, #ja-topsl a:focus,
#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus,
#ja-footerpoz a:hover, #ja-footerpoz a:active, #ja-footerpoz a:focus,
div.module_red a:hover, div.module_red a:active, div.module_red a:focus,
div.red-mmi a:hover, div.red-mmi a:active, div.red-mmi a:focus{ 
	color: White; 
	text-decoration: underline; 
}


/* -- Forma Login, Logout... -------------------------- */
#form-login{
	background:transparent url(../images/user06_190px.png) no-repeat scroll 0 0;
	height:210px;
	width: 300px;
	margin:0 0 0 0;
	padding: 0px 0 0 200px;
}
#slika-logout{
	background:transparent url(../images/user03_100px.png) no-repeat scroll left 30px;
	float:left;
	height:160px;
	margin:0;
	width:100px;
}
#form-login fieldset{
	padding: 5px 5px 5px 15px;
}

form.form-validate{
	background: transparent url(../images/user05_150px.png) no-repeat scroll left 0;
	padding-bottom: 30px;
}
#josForm.form-validate,
#userform.form-validate{
	background: transparent url(../images/user05_150px.png) no-repeat scroll left 65px;
	padding-bottom: 30px;
}

form.form-validate select{
	width: 200px;
	margin-left: 0px;
}
form.form-validate table{
	margin-left: 180px;
	width: 440px;
}
form.form-validate button{
	margin-left: 180px;
}
form.form-validate table td{
	
}


#aiContactSafeForm{
	float: left;
}

#ja-slideshow div.mmi-red{
	margin-left: 10px;
	margin-right: 10px;
}


/* provjera domena */
#result div.domain_taken {
	background: transparent url(../images/cross.gif) no-repeat scroll left top !important;
	color:#CC0000;
	padding-left:20px;
}
#result div.domain_free {
	background:url("../images/tick.gif") no-repeat scroll left top transparent !important;
	color:#228B22;
	padding-left:20px;
}

/* RSS modul */
#ja-footerpoz .rss a{
	text-decoration: none;
	font-weight: bold;
	float: left;
	margin: 0 0 5px 55px;
	padding: 0px 0 0 0;
	font-size: 12px;
	clear: left;
}
#ja-footerpoz .rss a img{
	float: left;
	margin: 0px 10px 0 0;
}
div.bcarss_message{
	font-size: 11px;
	margin-bottom: 10px;
}
span.rss-message-img{
	float: left;
	width: 48px;
	height: 48px;
	margin: 0 5px 0 0;
	background: transparent url(../images/rss01_48.png) no-repeat scroll top left;
}

div.tagovi{
	min-height: 99px;
}






/* Navigacija izmedju clanaka */
div.pagenav{
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}
div.pagenav span.pagenav-space{
	margin: 0 10px;
}
div.pagenav span{
	padding: 0 5px; 
	line-height: 20px;
	float: left;
}
div.pagenav a{
	background: #f6f6f6;
	border: 1px solid #ccc;
	color: #000;
	line-height: 20px;
	padding: 0 5px;
	text-decoration: none;
}
div.pagenav a:hover, 
div.pagenav a:active, 
div.pagenav a:focus {
	background: #069;
	border: 1px solid #069;
	color: #fff;
	text-decoration: none;
}



.article-section a{
	text-decoration: none;
}
.article-section a:hover, 
.article-section a:active, 
.article-section afocus {
	text-decoration: underline;
}

.highslide-container{
	color: Black;
}

div.modul-hide{
	border: none;
	background: transparent;
	height: 1px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.ja-mass-bottom div.mod-brands{
	margin-right: -30px;
	padding: 0;
}

/* ---- Main Meni (vertikalni css-meni ----- */
div.ja-inset1,
div.ja-inset1 div,
div.column{
	overflow: visible;
}


div.slideshowprobox li{
	background: none;
}

div.ja-content-top div.ja-moduletable,
div.ja-content-top table{
	margin: 0;
	padding: 0;
}

table.camelcitycontent{
	font-size: 13px;
}


div.article-content{
	padding-right: 10px;
}
div.article-tools{
	margin-top: -7px;
	margin-left: 10px;
}

