body {
	background-color: #EEE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	text-decoration:none;
	color:#039;
}
a:hover {
	text-decoration:underline;
}

select option {
	padding:0 25px 0 0;
}

label {
	font-weight:normal;
}

fieldset {
	border:1px solid #BBD;
	padding:2px;
	background-color:#EEF;
	margin-bottom:10px;

}

/*img { behavior: url(../js/iepngfix.htc.txt) }*/

li {
	list-style-type:circle;
}

.small {
	font-size:11px;
	color:#555;
}

.clearfix {
	width:100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.center {
	text-align:center;
}

.windowTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}

p, .p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDD;
	border: 1px solid #666;
	padding:1px;
	margin-top:1px;
}
input:focus, textarea:focus, select:focus {
	border-color:#AA0;
	background-color: #EED;
}

textarea {
	width:600px;
}


.gumb {
	font-size: 12px;
	font-weight: bold;
	border: thin solid #000000;
	background-color: #DADADA;
}

.error {
	clear:both;
	border: 3px solid #900;
	background-color : #FF3300;
	color : #FFF;
	font-weight:bold;
	padding:2px;
	text-align:center;
	margin:8px;
}
.info {
	clear:both;
	border: 3px solid #060;
	background-color : #00AA33;
	color : #FFF;
	font-weight:bold;
	padding:2px;
	text-align:center;
	margin:8px;
}

.notice {
	clear:both;
	border: 2px solid #77C;
	background-color : #EEF;
	color : #666;
	font-weight:normal;
	padding:5px;
	text-align:center;
	margin:8px;
}

.notice_subtle {
	clear:both;
	border: 1px solid #AAA;
	background-color : #EEE;
	color : #666;
	font-weight:normal;
	padding:2px;
	text-align:center;
	margin:2px 2px 10px 2px;
}
.notice_subtle a {
	color:#55D;
}
.subtle {
	border: 3px solid #666;
	background-color : #AAA;
	color : #FFF;
	font-weight:bold;
	padding:2px;
	text-align:center;
	margin:8px;
}

h1#admin-title a {
	font-size:25px;
	display:block;
	width:890px;
	padding:5px;
	background-color: #000066;
	color: #FFF;
	text-decoration:none;
	background-image:url(img/background_blue.gif);
	background-repeat:repeat-x;
	border:1px solid #FFF;
	border-top:10px solid #BB0;
	margin-top:15px;
}

.shop-catmenu {
	width:145px;
	margin:5px auto 0 auto;
	padding:0px;
	padding-top:3px;
	text-align:center;
}
.shop-catmenu li {
	list-style-type:none;
	border-top:4px solid #BB0;
	border-bottom:10px solid #DDDDDD;
}
.shop-catmenu strong {
	padding-top:5px;
	display:block;
}
.shop-catmenu li {
	margin: 0px;
	background-color:#006;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	padding:0;
}

.shop-menu {
	list-style-type:none;
	width:125px;
	margin: 5px auto;
	padding:0;
	padding-bottom:3px;
}

.shop-menu li {
	margin: 0px ;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	border:none;
}

.shop-menu li a {
	display:block;
	text-decoration:none;
	width:100%;
	border:1px solid #AAE;
	margin: 0 0 1px 0;
	padding:2px;
	color:#006;
	background-color:#FFF;

}

.shop-menu li a:hover {
	background-color:#DDD;
	color:#000;
	text-decoration:none;
}

#top-menu a {
	text-decoration:none;
	color:#660033;
	font-weight:bold;
	font-size:12px;
}

#top-menu a:hover {
	text-decoration:underline;
}

input.submit-button{
	border:1px solid #666;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	background-color:#090;
	background-image:url(img/background_green.png);
	background-repeat:repeat-x;
	padding:1px 10px;
}
.action-buttons {
	margin:5px;
	padding:5px;
	border:1px solid #DDF;
	background-color:#F6F6FF;
	clear:both;
}
.action-button {
	width:150px;
	text-align:center;
	text-decoration:none;
	border:1px solid #FFF;
	margin: 0 0 1px 0;
	padding:2px 5px;
	color:#FFF;
	font-weight:bold;
	background-color:#00A;
	background-image:url(img/background_blue.png);
	background-repeat:repeat-x;
}

.action-button-red {
	text-align:center;
	text-decoration:none;
	border:1px solid #FFF;
	margin: 0 0 1px 0;
	padding:2px 5px;
	color:#FFF;
	font-weight:bold;
	background-color:#A00;
	background-image:url(img/background_red.png);
	background-repeat:repeat-x;
}

.action-button-grey {
	width:150px;
	text-align:center;
	text-decoration:none;
	border:1px solid #FFF;
	margin: 0 0 1px 0;
	padding:2px 5px;
	color:#FFF;
	font-weight:bold;
	background-color:#333;
	background-image:url(img/background_grey.png);
	background-repeat:repeat-x;
}

.action-button-green {
	width:150px;
	text-align:center;
	text-decoration:none;
	border:1px solid #FFF;
	margin: 0 0 1px 0;
	padding:2px;
	color:#FFF;
	font-weight:bold;
	background-color:#090;
	background-image:url(img/background_green.png);
	background-repeat:repeat-x;
}

select, option {
  behavior: url(../js/option.htc.xml);
}

a:hover.action-button {
	border-color:#99D;
	color:#CCF;
}

a:hover.action-button-red {
	border-color:#D99;
	color:#FCC;
}

a:hover.action-button-grey {
	border-color:#999;
	color:#CCC;
}

a:hover.action-button, a.action-button-red:hover, a.action-button-grey:hover, a.action-button-green:hover  {
	text-decoration:none;
}

.alati-desno {
	margin:10px;
	float:right;
	width:310px;
	padding:10px 10px 10px 20px;
	border:1px solid #006;
	background-color:#FFE;
}

.alati-lijevo {
	margin:10px;
	float:left;
	width:310px;
	padding:10px 10px 10px 20px;
	border:1px solid #006;
	background-color:#FFE;
}

#select_kat {
	font-size:16px;
	font-weight:bold;
	background-color:#FFF;
	border:1px solid #FFF;
}

h3 {
	font-size:20px;
	color:#006;
	border-bottom:1px solid #DDD;
}
h4 {
	font-size:14px;
	color:#333;
	margin:0px;
	margin:5px 0;
	border-bottom:1px solid #DDF;
	clear:both;
}

h5 {
	font-size:14px;
	color:#333;
	margin:5px 0;
	border:1px solid #AAA;
	padding:5px;
	background-color:#EEE;
}
#ClientValidationSummary{
	margin:10px;
	padding:5px;
}
#ClientValidationSummary, #ClientValidationSummary a {
	background-color:#C00;
	font-weight:bold;
	color:#FFF;
}

.validation-inline-error-message {
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background-color:#B00;
	margin:2px 0;
}

.validator-required {
	border-color:#06E;
	background-color:#DDF;
}

.validation-failed {
	background-color:#FDD;
	color:#000;
	border-color:#A00;
}

.file_desc {
	background-color:#DDF;
	color:#555;
	font-weight:normal;
	margin:1px;
}
.file_desc span {
	border-left:3px solid #FFF;
	padding-left:2px;
}

.inline-img {
	margin-bottom:-3px;
}

#_provjera {
	width:995px;
	font-weight:bold;
	border:2px solid #00A;
	border-top:20px solid #00A;
	margin:10px auto;
	padding:5px;
	background-color:#EEE;
	position:fixed;
	top:10px;
	left:10px;
}

#provjera {
	width:995px;
	font-weight:bold;
	border:2px solid #00A;
	border-top:20px solid #009;
	margin:10px auto;
	padding:5px;
	background-color:#EEE;
	position:absolute;
	margin-left:-490px;
	left:50%;
	top:0px;
	z-index: 100000;
}

#provjera-zatvori a {
	margin:10px auto;
	display:block;
	width:300px;
	text-align:center;
	padding:5px;
	color:#FFF;
	background-color:#900;
}
#arhiva {
	clear:both;
	padding:5px;
	text-align:center;
	width:90%;
}

#arhiva p {
	font-size:12px;
	font-weight:bold;

}
#arhiva a {
	padding:2px 7px 2px 7px;
	margin-top:5px;
	text-decoration:none;
	border:1px solid #D8CAA8;
}
#arhiva a:hover {
	background-color:#DDD;
	border:1px solid #666;
}

#arhiva .trenutno {
	background-color:#99F;
	color: #333;
	border:1px solid #999;
}
#admin_poruka {
	border: 3px solid #660;
	background-color: #FF9;
	color: #000;
	font-weight:normal;
	padding:5px;
	margin:5px;
	text-align:center;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: Window;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background : url('img/loading.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: HighlightText;
}

.ac_moreItems {
	text-align: center;
	background-color: InactiveCaption;
	color: InactiveCaptionText;
	margin: 0px;
	padding: 0px 5px;
	cursor: default;
	display: block;
	width: 100%;
	font: bold menu 12px;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.index-box {
	margin:10px;
	padding:5px;
}

#footer {
	margin: 0 auto;
	text-align:center;
	border-top:10px solid #BBB;
	padding:5px;
	width:898px;
}

#footer-start {
	margin: 10px auto;
	text-align:center;
	border-top:1px solid #BBB;
	padding:5px;
	width:350px;
}

.tr-border td 	{
	border-top:1px solid #99B;
	margin-top:5px;
	padding-top:5px;
}

.opcije-stranice {
	display:none;
}

#px-search {
	padding:5px;
}

.px-search-form {
	padding:5px;
	margin:5px;
	border:1px solid #BBF;
	background-color:#FFF;
}

#px-search h3 {
	font-size:16px;
}

#px-search img {
	border:1px solid #000;
	margin:3px;
}

.px-div {
	background-color:#FFF;
	padding:5px;
	border:1px solid #BBB;
}

#stranica_perma_check .ok {
	background-color:#090;
	color:#FFF;
	padding:2px 5px;
	margin-left:10px;
	border:none;
}

#stranica_perma_check .error {
	background-color:#A00;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	border:none;
}