@charset "utf-8";
/* CSS Document */
/* OPIS DATOTEKE: Slogi, ki veljajo samo, če je uporabnik v načinu urejanja. Velja za edit_box in editorje vseh vrst.
*/
.____edit_box____ {

}
.edit_podlaga {
	filter: Alpha(Opacity=70);
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.70;
	background-color: #CCC;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 20100;
}

.edit_box {
	left: 4px;
	top: 4px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: fixed;
	width: 220px;
	height: auto;
	line-height: 1.2em;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 16px;
	padding-bottom: 16px;
	z-index: 20000;
}
.edit_box_vsebina {
	background-color: #FFF;
	cursor: move;
}
.edit_box_tl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 8px;
	height: 8px;
	background-image: url(images/edit_box_tl.png);
	background-repeat: no-repeat;
}
.edit_box_tr {
	background-image: url(images/edit_box_tr.png);
	position: absolute;
	top: 0px;
	width: 16px;
	height: 8px;
	background-repeat: no-repeat;
	right: 0px;
}
.edit_box_bl {
	background-image: url(images/edit_box_bl.png);
	position: absolute;
	width: 8px;
	height: 16px;
	background-repeat: no-repeat;
	bottom: 0px;
	left: 0px;
}
.edit_box_br {
	background-image: url(images/edit_box_br.png);
	position: absolute;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	right: 0px;
	bottom: 0px;
}
.edit_box_t {
	position: absolute;
	top: 0px;
	left: 8px;
	height: 8px;
	background-image: url(images/edit_box_t.png);
	background-repeat: repeat-x;
	right: 16px;
}
.edit_box_b {
	position: absolute;
	left: 8px;
	height: 16px;
	background-image: url(images/edit_box_b.png);
	background-repeat: repeat-x;
	right: 16px;
	bottom: 0px;
}
.edit_box_l {
	position: absolute;
	top: 8px;
	left: 0px;
	background-image: url(images/edit_box_l.png);
	background-repeat: repeat-y;
	bottom: 16px;
	width: 8px;
}
.edit_box_r {
	position: absolute;
	top: 8px;
	background-image: url(images/edit_box_r.png);
	background-repeat: repeat-y;
	bottom: 16px;
	width: 16px;
	right: 0px;
}
.edit_box_group {
	opacity: 0.80;
	filter: alpha(opacity=80);

}
.edit_box_group:hover {
	opacity: 1;
	filter: alpha(opacity=100);

}
.edit_box_group_top {
	background-image: url(images/edit_box_group_top.jpg);
	height: 18px;
	background-repeat: no-repeat;
	color: #FFF;
	padding-left: 24px;
	padding-top: 3px;
	font-weight: bold;
	width: 194px;
	margin: 2px;
	margin-bottom: 0px;
	cursor: pointer;
	margin-left: 0px;
}
.edit_box_group_center {
	background-image: url(images/edit_box_group_bkg.jpg);
	width: 206px;
	padding: 6px;
	padding-top: 2px;
	margin-top: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	cursor: default;
}
.edit_box_group_bottom {
	background-image: url(images/edit_box_group_bottom.jpg);
	height: 5px;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	width: 218px;
	margin-left: 0px;
	cursor: default;
}
.edit_iframe_div {
	height: 94%;
	width: 94%;
	position: fixed;
	left: 3%;
	right: 3%;
	top: 3%;
	bottom: 3%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
	padding-right: 16px;
	z-index: 20200;
}
.edit_box_view_label {
	display: block;
	margin-top: 4px;
}
.edit_box_view_select {
	margin-top: 0px;
	margin-bottom: 4px;
}
.edit_box_links_parents_label {
	display: block;
	margin-top: 4px;
}
.edit_box_links_parents_select {
	margin-top: 0px;
	margin-bottom: 4px;
}
.edit_box_links_sisters_label {
	display: block;
	margin-top: 4px;
}
.edit_box_links_sisters_select {
	margin-top: 0px;
	margin-bottom: 0px;
}


.edit_iframe_iframe {
	background-color: #FFF;
	z-index: 10000;
}
.more_box_tl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 8px;
	height: 8px;
	background-image: url(images/more_box_tl.png);
	background-repeat: no-repeat;
}
.more_box_tr {
	background-image: url(images/more_box_tr.png);
	position: absolute;
	top: 0px;
	width: 16px;
	height: 8px;
	background-repeat: no-repeat;
	right: 0px;
}
.more_box_bl {
	background-image: url(images/more_box_bl.png);
	position: absolute;
	width: 8px;
	height: 16px;
	background-repeat: no-repeat;
	bottom: 0px;
	left: 0px;
}
.more_box_br {
	background-image: url(images/more_box_br.png);
	position: absolute;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	right: 0px;
	bottom: 0px;
}
.more_box_t {
	position: absolute;
	top: 0px;
	left: 8px;
	height: 8px;
	background-image: url(images/more_box_t.png);
	background-repeat: repeat-x;
	right: 16px;
}
.more_box_b {
	position: absolute;
	left: 8px;
	height: 16px;
	background-image: url(images/more_box_b.png);
	background-repeat: repeat-x;
	right: 16px;
	bottom: 0px;
}
.more_box_l {
	position: absolute;
	top: 8px;
	left: 0px;
	background-image: url(images/more_box_l.png);
	background-repeat: repeat-y;
	bottom: 16px;
	width: 8px;
}
.more_box_r {
	position: absolute;
	top: 8px;
	background-image: url(images/more_box_r.png);
	background-repeat: repeat-y;
	bottom: 16px;
	width: 16px;
	right: 0px;
}
.____editor____ {
}
html.edit {
	height: 100%;
	overflow: hidden;
}
body.edit  {
	background-color: #FFF;
	background-image: none;
	width: auto;
	margin: 0;
	scrollbar-arrow-color: #666;
	scrollbar-3dlight-color: #CCC;
	scrollbar-darkshadow-color: #CCC;
	scrollbar-face-color: #F0F0EE;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #FFF;
	min-width: 0px;
	position: inherit;
	padding: 0;
	min-height: auto;
}
body.edit , .edit td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 120%;
	background-color: #FFF;
}
.edit {
	color: #444;
}
.edit p{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.edit td{
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
.edit ul{
	margin: 0px;
	list-style-type: disc;
	padding-left: 22px;
	list-style-position: outside;
}
.edit li{
	margin-bottom: 1px;
}
.edit a:link , .edit a:visited {
	color: #999;
	text-decoration: none;
}
.edit a:hover {
	color: #000;
	text-decoration: underline;
}
.edit img{
	border: 0;
}
.edit input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.edit input[type="text"] ,.edit input[type="password"],.edit input[type="file"]   {
	padding: 2px;
	border-color: #AAA;
	border-style: solid;
	border-width: 1px;
}
.edit input[type="submit"] ,.edit input[type="reset"],.edit input[type="button"] {
	font-weight: bold;
	border: 1px solid #333;
	background-color: #009EC1;
	color: #FFF;
	border-color: #006277;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 5px;
}
.edit input[type="submit"]    {
	border-width: 2px;
	padding-top: 3px;
	padding-bottom: 4px;

}
.edit input[type="checkbox"] {

}
.edit input[type="radio"] {
	vertical-align: middle;

}
.edit input[type="text"]:hover ,.edit input[type="password"]:hover,.edit input[type="file"]:hover ,.edit select:hover  {
	/* [disabled]background-color: #C6E8D3; */
}
.edit select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	border-color: #AAA;
	border-width: 1px;
	border-style: solid;
}

.edit label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
}
.edit textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	border-color: #AAA;
	border-width: 1px;
	border-style: solid;
}
.edit form{
	margin: 0px;
}
.edit h1{
	font-size: 20px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 8px;
	line-height: normal;
	letter-spacing: 0px;
	color: #009EC1;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}
.edit h2{
	font-size: 17px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 8px;
	line-height: normal;
	color: #009EC1;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	background-color: transparent;
}
.edit h3{
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 8px;
	line-height: normal;
	color: #009EC1;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}
.edit_titlebar {
	background-color: #FFF;
	height: 28px;
	margin: 0;
	position: relative;
}
.edit_titlebar h2{
	margin: 0;
	padding: 0px;
	padding-top: 2px;
}
.edit_site_langs {
	position: absolute;
	right: 36px;
	top: 3px;
	vertical-align: bottom;
	line-height: 1;
}
.edit_site_langs span{
	position: relative;
	bottom: 3px;


}
.edit_site_langs_ img {
	height: 12px;
	width: 24px;

}
.edit_site_langs a:link, .edit_site_langs a:visited{
	border: 0px solid #CCC;
	padding: 1px;
	display: inline-block;


}
.edit_site_langs a:hover  {
	border-color: #777;


}
.edit_site_langs   .lang_flag_current img{
	border: 1px solid #000;
	padding: 1px;


}
.edit_site_langs   .lang_flag img{
	border: 1px solid #BBB;
	padding: 1px;
	filter: alpha(opacity=60);
	opacity: 0.60;


}
.edit_site_langs   .lang_flag img:hover{
	border: 1px solid #BBB;
	padding: 1px;
	filter: alpha(opacity=100);
	opacity: 1;


}


.edit_close {
	position: absolute;
	top: 3px;
	right: 3px;
}
.edit_wait {
	position: absolute;
	background-image: url(images/wait.gif);
	background-position: center 30px;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 2px solid #CCC;
	display: none;
	width: 30%;
	height: 60px;
	top:30%;
	left:35%;
	padding: 8px;
	font-weight: bold;
	text-align: center;
}


.edit_info_div {
	background-image: url(../core/images/info.png);
	background-repeat: no-repeat;
	min-height: 20px;
	background-position: left top;
	padding-left: 26px;
	padding-top: 3px;
}
.edit_warning_div {
	background-image: url(images/warning.png);
	background-repeat: no-repeat;
	min-height: 20px;
	background-position: left top;
	padding-left: 26px;
	padding-top: 3px;
}
.edit_running_0 {
	background-image: url(images/paused.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 16px;
}
.edit_running_1 {
	background-image: url(images/running.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 16px;
}
.edit_running_2 {
	background-image: url(images/finishing.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 16px;
}
.edit_running_3 {
	background-image: url(images/finished.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 16px;
}
.edit_disable_block {
	display: inline-block;
	position: relative;
	width: 100%;

}
.edit_disable_block .edit_disabled{
	filter: alpha(opacity=50);
	opacity: 0.50;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #FFF;

}
.edit_table td{
	min-height: 8px;
	padding-top: 4px;
	padding-bottom: 4px;


}
.edit_table_border_bottom td {
	border-bottom: 1px solid #CCC;



}
.edit_table_no_bottom_padding td {
	padding-bottom: 0px;




}
.edit_table_left_column  {
	width: 1px;
	white-space: nowrap;
	text-align: right;
	padding-right: 2px;
	padding-left: 0px;
	vertical-align: middle;




}
.edit_table td.edit_table_left_column{
	vertical-align: middle;



}
.edit_table td *{
	vertical-align: middle;



}
.edit_table_right_column  {
	white-space: nowrap;
	text-align: left;
	padding-left: 2px;
	padding-right: 0px;




}
.___gumbi_za_urejanje___    {
	white-space: nowrap;
	text-align: left;
	padding-left: 2px;
	padding-right: 0px;




}
.edit_button_wide_text {
	float: left;
	padding-top: 3px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}
.edit_button_wide_blue {
	background-image: url(images/but_wide_bkg_blue.jpg);
	background-repeat: repeat-x;
	height: 21px;
	color: #FFF;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	margin: 2px;
	margin-left: 0px;
}
.edit_button_wide_green {
	background-image: url(images/but_wide_bkg_green.jpg);
	background-repeat: repeat-x;
	height: 21px;
	color: #FFF;
	white-space: nowrap;
	cursor: pointer;
	margin: 2px;
	display: inline-block;
	margin-left: 0px;
}

.edit_button_wide_left_blue {
	background-image: url(images/but_wide_left_blue.jpg);
	background-repeat: no-repeat;
	height: 21px;
	float: left;
	width: 24px;
}
.edit_button_wide_left_green {
	background-image: url(images/but_wide_left_green.jpg);
	background-repeat: no-repeat;
	height: 21px;
	float: left;
	width: 24px;
}
.edit_button_wide_right_blue {
	background-image: url(images/but_wide_right_blue.jpg);
	background-repeat: no-repeat;
	height: 21px;
	float: right;
	width: 8px;
	background-position: right center;
}
.edit_button_wide_right_green {
	background-image: url(images/but_wide_right_green.jpg);
	background-repeat: no-repeat;
	height: 21px;
	float: right;
	width: 8px;
	background-position: right center;
}
.edit_button_normal_blue , .edit_button_normal_green{
	background-image: url(images/but_normal_green.jpg);
	background-repeat: no-repeat;
	height: 21px;
	cursor: pointer;
	display: inline-block;
	width: 21px;
	margin: 2px;
	opacity: 0.70;
	filter: Alpha(Opacity=70);
	margin-left: 0px;
}
.edit_button_normal_blue {
	background-image: url(images/but_normal_blue.jpg);
}
.edit_button_normal_green {
	background-image: url(images/but_normal_green.jpg);
}
.edit_button_wide_blue, .edit_button_wide_green   {
	filter: Alpha(Opacity=80);
	opacity: 0.80;
}
.edit_button_small   {
	filter: Alpha(Opacity=60);
	opacity: 0.60;
	cursor: pointer;
}
.edit_button_small:hover   {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.edit_button_normal_blue:hover, .edit_button_normal_green:hover, .edit_button_wide_blue:hover, .edit_button_wide_green:hover, .edit_button_small:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.edit_button_large {
	background-image: url(images/but_normal_blue.jpg);
	background-repeat: no-repeat;
	height: 24px;
	cursor: pointer;
	display: inline-block;
	width: 24px;
}
.edit_button_4_wide_text_blue {
	float: left;
	padding-top: 3px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	color: #008399;
	padding-left: 2px;
	filter: alpha(opacity=70);
}
.edit_button_4_wide_text_green {
	float: left;
	padding-top: 3px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	color: #2E8C33;
	padding-left: 2px;
}
.edit_button_4_wide_blue {
	background-image: url(images/4_but_wide_bkg_blue.jpg);
	background-repeat: repeat-x;
	height: 21px;
	color: #FFF;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	margin: 2px;
	margin-left: 0px;
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.edit_button_4_wide_green {
	background-image: url(images/4_but_wide_bkg_green.jpg);
	background-repeat: repeat-x;
	height: 21px;
	color: #FFF;
	white-space: nowrap;
	cursor: pointer;
	margin: 2px;
	display: inline-block;
	margin-left: 0px;
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.edit_button_4_wide_left_blue {
	background-image: url(images/4_but_wide_left_blue.jpg);
	background-repeat: no-repeat;
	height: 21px;
	float: left;
	width: 24px;
}
.edit_button_4_wide_left_green {
	background-image: url(images/4_but_wide_left_green.jpg);
	background-repeat: no-repeat;
	height: 21px;
	float: left;
	width: 24px;
}
.edit_button_4_wide_right_blue {
	background-image: url(images/4_but_wide_right_blue.jpg);
	background-repeat: no-repeat;
	height: 21px;
	float: right;
	width: 8px;
	background-position: right center;
}
.edit_button_4_wide_right_green {
	background-image: url(images/4_but_wide_right_green.jpg);
	background-repeat: no-repeat;
	height: 21px;
	float: right;
	width: 8px;
	background-position: right center;
}
.edit_button_4_wide_blue:hover {
	filter: alpha(opacity=100);
	opacity: 100;
}
.edit_button_4_wide_green:hover {
	filter: alpha(opacity=100);
	opacity: 100;
}
.______    {
	white-space: nowrap;
	text-align: left;
	padding-left: 2px;
	padding-right: 0px;




}
.edit_login_osrednji , .ep_osrednji{
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}
.editor_holder {
	height: 100%;
	position: relative;
}
.editor_form {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 44px;
}
.editor_help {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 21px;
	height: 21px;
}
.editor_holder .edit_titlebar {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
.editor_form .edit_titlebar h2{
	margin-top: -2px;

}
.editor_description {
	padding-top: 6px;
	position: relative;
	height: 34px;
	padding-right: 4px;

}
.editor_description textarea{
	width: 100%;
	overflow: hidden;
	border: 1px solid #CCC;
}

.editor_buttons {
	padding-top: 8px;
	position: relative;

}
.editor_buttons .edit_site_langs{
	position: absolute;
	right: 250px;
	vertical-align: bottom;
	top: 9px;
}


.edit_login_osrednji {
	width: 560px;
	margin: 24px;
	border: 4px solid #009EC1;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
}

.edit_login_table td{
	vertical-align: middle;
}
____  edit_page.php____{


}

.ep_osrednji  {
	width: 920px;
	margin: 0;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 7px;
	border: 3px solid #939598;

}
.ep_osrednji  .edit_warning_div{
	position: absolute;
	top: 4px;
	left: 226px;
	border: 1px dashed #F00;
	background-position: 2px 2px;
	padding-top: 4px;
	padding-right: 4px;
	background-color: #FFEC00;

}
.ep_folders_buttons {
	position: absolute;
	top: 28px;
	left: 4px;
	width: 220px;
	height: 36px;
}
.ep_folders {
	position: absolute;
	top: 64px;
	left: 4px;
	bottom: 0px;
	width: 218px;
	overflow-x: hidden;
	overflow-y: auto;
	border-right: 0px solid #E6E6E6;
	padding-top: 2px;
	border-top: 0px solid #E6E6E6;
	background-color: #FFF;
}
.ep_folders   .edit_button_small{
	margin-left: 2px;
}
.ep_folders a:link, .ep_folders a:visited{
	color: #444;

}
.ep_folders a:hover  {
	color: #000;

}
.ep_folders div{
	height: 16px;
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
	overflow: hidden;
	background-color: #FFF;
}
.ep_folders div.ep_folder_with_subs{
	background-image: url(images/tree_shrinked.jpg);
}
.ep_folders div.ep_folder_open{
	background-image: url(images/tree_expanded.jpg);
}
.ep_folders div span{
	border: 0px dotted;
	border-color: #FFF;
	padding-left: 1px;
	padding-right: 1px;
	display:inline-block;
	height:15px;
	overflow-x:hidden;
	white-space:pre;
}
.ep_folders div span.ep_folder_selected{
	border: 1px dotted;
	border-color: #444;
	padding-left: 1px;
	padding-right: 1px;
	background-color: #DDD;
}
.ep_folders_wait  {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	filter: Alpha(Opacity=50);
	opacity: 0.50;
	background-color: #999;

}
.ep_folder_more {
	position: absolute;
	top: 337px;
	left: 320px;
	height: 130px; /* DG iz 102px 10.2.2012 */
	width: 200px;
	display: none;
	background-color: #FFF;
	padding: 6px;
	border: 2px solid #939598;
	z-index: 20400;
}
.ep_editor  {
	position: absolute;
	top: 6px;
	left: 222px;
	bottom: 0px;
	right: 0px;
}
.ep_title {
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 26px;
	left: 2px;
	right: 340px;
}
.ep_title h1{
	margin: 0;
	margin-top: 2px;

}
.ep_title_edit {
	float: left;
	height: 21px;
	width: 21px;
	margin-left: 4px;
	margin-right: 8px;
	margin-top: 1px;
}
.ep_subtitle {
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 28px;
	left: 380px;
	right: 0px;
	display: none;
}
.ep_subtitle h2{
	margin: 0;
	margin-top: 5px;

}
.ep_subtitle_edit {
	float: left;
	height: 21px;
	width: 21px;
	margin-left: 4px;
	margin-right: 8px;
	margin-top: 1px;
}
.ep_object_2_edit {
	/* [disabled]float: right; */
	height: 21px;
	width: 21px;
	/* [disabled]margin-left: 4px; */
	/* [disabled]margin-right: 8px; */
	margin-top: 1px;
	position: absolute;
	top: 0px;
	right: 8px;
}

.ep_tabs  {
	position: absolute;
	top: 52px;
	left: 0px;
	right: 0px;
	height: 39px;
	background-image: url(images/tabs_top.jpg);
	background-repeat: repeat-x;
	padding-left: 14px;
	padding-right: 14px;
	font-weight: bold;
}
.ep_tabs  a:hover {
	text-decoration: none;


}
.ep_tabs_left  {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 39px;
	width: 14px;
	background-image: url(../core/images/tabs_left.jpg);
	background-repeat: no-repeat;
}
.ep_tabs_right  {
	position: absolute;
	top: 0px;
	height: 39px;
	width: 14px;
	background-image: url(../core/images/tabs_right.jpg);
	right: 0px;
	background-repeat: no-repeat;
}
.ep_tab, .ep_tab_sel, .ep_tab_first, .ep_tab_first_sel, .ep_tab_last, .ep_tab_last_sel {
	height: 39px;
	display: inline-block;
	position: relative;
	background-image: url(images/tab_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 16px;
	padding-left: 10px;
	padding-right: 10px;
	color: #939598;
}
.ep_tab_sel   {
	background-image: url(images/tab_sel_bkg.jpg);
	color: #009EC1;
}
.ep_tab_first   {
	padding-left: 18px;
}
.ep_tab_first_sel   {
	background-image: url(images/tab_sel_bkg.jpg);
	padding-left: 18px;
	color: #009EC1;
}
.ep_tab_last {
	padding-right: 18px;
}
.ep_tab_last_sel   {
	color: #009EC1;
	background-image: url(images/tab_sel_bkg.jpg);
	padding-right: 18px;
}
.ep_tab span, .ep_tab_first span, .ep_tab_last span{
	position: relative;
	top: 2px;
	padding-bottom: 8px;
}
.ep_tab_left  {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 39px;
	width: 8px;
	background-image: url(images/tab_left.jpg);
	background-repeat: no-repeat;
}
.ep_tab_right  {
	position: absolute;
	top: 0px;
	height: 39px;
	width: 8px;
	background-image: url(images/tab_right.jpg);
	background-repeat: no-repeat;
	right: 0px;
}
.ep_tab_right_before_sel  {
	position: absolute;
	top: 0px;
	height: 39px;
	width: 8px;
	background-image: url(images/tab_right_before_sel.jpg);
	background-repeat: no-repeat;
	right: 0px;
}
.ep_tab_sel  .ep_tab_left{
	background-image: url(images/tab_sel_left.jpg);
}
.ep_tab_sel  .ep_tab_right{
	background-image: url(images/tab_sel_right.jpg);
}
.ep_tab_first_sel  .ep_tab_left{
	width: 16px;
	background-image: url(images/tab_sel_left_first.jpg);
}
.ep_tab_first_sel  .ep_tab_right{
	background-image: url(images/tab_sel_right.jpg);
}
.ep_tab_first  .ep_tab_left{
	width: 16px;
	background-image: url(images/tab_left_first.jpg);
}
.ep_tab_last  .ep_tab_right{
	background-image: url(images/tab_right_last.jpg);
	width: 16px;
}
.ep_tab_last_sel  .ep_tab_left{
	background-image: url(images/tab_sel_left.jpg);
	width: 8px;
}
.ep_tab_last_sel  .ep_tab_right{
	background-image: url(images/tab_sel_right_last.jpg);
	width: 16px;
}
.ep_board  {
	background-color: #FFF;
	position: absolute;
	top: 91px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 18px;
	padding-top: 9px;
	min-height: 300px;
}
.ep_board_tl  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 14px;
	height: 5px;
	background-repeat: no-repeat;
	background-image: url(../core/images/board_top_left.jpg);
}
.ep_board_l  {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 14px;
	background-repeat: repeat-y;
	background-image: url(../core/images/board_left.jpg);
	bottom: 14px;
}
.ep_board_bl  {
	position: absolute;
	left: 0px;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../core/images/board_bottom_left.jpg);
	bottom: 0px;
}
.ep_board_tr  {
	position: absolute;
	top: 0px;
	width: 14px;
	height: 5px;
	background-repeat: no-repeat;
	background-image: url(../core/images/board_top_right.jpg);
	right: 0px;
}
.ep_board_r  {
	position: absolute;
	top: 5px;
	width: 14px;
	background-repeat: repeat-y;
	background-image: url(../core/images/board_right.jpg);
	bottom: 14px;
	right: 0px;
}
.ep_board_br  {
	position: absolute;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../core/images/board_bottom_right.jpg);
	bottom: 0px;
	right: 0px;
}
.ep_board_b  {
	position: absolute;
	left: 14px;
	background-repeat: repeat-x;
	background-image: url(../core/images/board_bottom.jpg);
	bottom: 0px;
	height: 14px;
	right: 14px;
}
.ep_board_overflow {
	position: absolute;
	top: 8px;
	bottom: 16px;
	overflow-x: auto;
	left: 16px;
	right: 14px;
	overflow-y: auto;
	padding-right: 4px;
}

.ep_images {
	position: absolute;
	top: 82px;
	bottom: 18px;
	overflow-x: auto;
	left: 18px;
	right: 19px;
	overflow-y: auto;

}
.ep_images_frame {
	float: left;
	border: 1px solid #CCC;
	margin-right: 8px;
	margin-bottom: 8px;
	position: relative;
	background-color: #FFF;

}
.ep_images_frame div.hidden, .ep_images_frame div.visible{
	background-repeat: no-repeat;
	background-position: center center;
}

.ep_images_frame div.hidden{
	filter: Alpha(Opacity=50);
	opacity: 0.50;
}
.ep_image_comment {
	height: 60px;
	overflow: hidden;
	position: relative;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 2px;
}
.ep_image_comment_edit {
	width: 21px;
	height: 21px;
	margin: 4px;
	position: absolute;
	right: 1px;
	bottom: -1px;
}
.ep_image_upload {
	border: 1px solid #CCC;
	padding: 6px;
	margin-bottom: 6px;
	position: relative;
	height: 52px;
	background-color: #F4F4F4;
	padding-bottom: 4px;
}
.ep_image_upload_options {
	margin-bottom: 6px;

}
.ep_image_upload_options *{
	vertical-align: middle;


}
.ep_image_upload_buttons *   {
	vertical-align: middle;


}
.ep_image_upload_buttons input[type="file"]   {
	width: 200px;



}
.ep_image_upload_many_button     {
	font-weight: bold;
	border: 1px solid #333;
	background-color: #009EC1;
	color: #FFF;
	border-color: #006277;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-block;
	position: relative;
	width: 200px;
}
.ep_image_submitting {
	background-color: #F00;
	color: #FFF;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 7px;
	display: none;
}
.ep_image_submitting_many {
	background-color: #F4F4F4;
	color: #000;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 7px;
	display: none;
}
.ep_image_submitting_many_status {
	font-weight: bold;
	margin-bottom: 8px;


}
.ep_image_submitting_many_progress {
	height: 20px;
	border: 1px solid #006277;
	position: relative;


}
.ep_image_submitting_many_progress_bar {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 0%;
	background-color: #009EC1;


}
.ep_image_submitting_many_progress_text {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;


}
.ep_image_first {
	background-image: url(images/but_image_first.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 15px;
	display: block;
}
.ep_image_first:hover {
	background-image: url(images/but_image_first_hover.png);
}
.ep_image_prev {
	background-image: url(images/but_image_prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 19px;
	width: 15px;
	cursor: pointer;
}
.ep_image_prev:hover {
	background-image: url(images/but_image_prev_hover.png);
}
.ep_image_next {
	background-image: url(images/but_image_next.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 15px;
	position: absolute;
	top: 2px;
	width: 15px;
	right: 19px;
	cursor: pointer;
}
.ep_image_next:hover {
	background-image: url(images/but_image_next_hover.png);
}

.ep_image_last {
	background-image: url(images/but_image_last.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 15px;
	position: absolute;
	top: 2px;
	width: 15px;
	right: 2px;
	cursor: pointer;
}
.ep_image_last:hover {
	background-image: url(images/but_image_last_hover.png);
}
.ep_image_hidden {
	background-image: url(images/image_warning.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 3px;
	cursor: pointer;
}
.ep_image_hidden:hover {
	background-image: url(images/image_warning_hover.png);
}
.ep_image_default {
	background-image: url(images/image_default.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 2px;
	right: 3px;
	cursor: pointer;
}
.ep_image_default:hover {
	background-image: url(images/image_default_hover.png);
}
.ep_image_more {
	position: absolute;
	top: 337px;
	left: 320px;
	height: 250px;
	width: 260px;
	display: none;
	background-color: #FFF;
	padding: 6px;
	border: 2px solid #939598;
	z-index: 20400;
	overflow: hidden;
}
.ep_image_more_iframe {
	width: 100%;
	height: 100%;


}
.ep_image_more_properties {
	padding: 2px;
}
.ep_image_more_properties_title {
	padding: 2px;
	margin-top: 6px;
	margin-bottom: 0px;
}
.ep_image_more_properties input[type=text]{
	width: 249px;
	margin-top: 2px;
}
.ep_text {
	border: 1px solid #CCC;
	padding: 4px;
	padding-top: 30px;
	padding-left: 34px;
	margin-top: 0px;
	position: relative;
	min-height: 22px;
	margin-bottom: 20px;

}
.ep_text_title {
	background-color: #F0F0EE;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	padding: 3px;
	padding-left: 6px;
	color: #000;

}
.ep_text_edit {
	top: 26px;
	left: 4px;
	position: absolute;

}
.ep_text_help {
	top: 2px;
	position: absolute;
	right: 2px;
	display: none;

}
.ep_settings {
	border: 1px solid #CCC;
	padding: 6px;
	padding-top: 26px;
	margin-top: 0px;
	position: relative;
	min-height: 22px;
	margin-bottom: 20px;

}
.ep_settings td input[type="text"]{
	margin-top: 1px;
	margin-bottom: 1px;



}
.ep_settings  .edit_info_div{
	border: 1px dashed #009EC1;
	background-position: 2px 2px;
	padding-top: 4px;
	padding-right: 4px;
	background-color: #FFEC00;
	display: inline-block;
	margin-left: 8px;

}
.ep_urls  td{
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #CCC;


}
.ep_new_folder_osrednji {
	border: 0px solid #009EC1;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 690px;
}
.ep_new_folder_table {
	background-color: #FFF;
}
.ep_new_folder_table td{
	vertical-align: middle;
}
.ep_new_folder_label_td {
	width: 1%;
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
}
.ep_new_folder_lang_td {
	width: 1%;
	white-space: nowrap;
	padding-right: 0px;
}
.ep_new_folder_lang_td img{
	border: 1px solid #AAA;
	padding: 1px;
	float: left;
}
.ep_new_folder_input_td {
	padding-right: 8px;
}
.ep_new_folder_input_td input[type="text"]{
	height: 16px;
}
.ep_shop_shop_items {


}
.ep_shop_shop_items th{
	border-bottom: 1px solid #CCC;
	padding: 1px;
	text-align: left;
	padding-bottom: 3px;
	color: #666;
	padding-top: 6px;


}
.ep_shop_shop_items td{
	border-bottom: 1px solid #CCC;
	padding: 0px;


}
.ep_shop_shop_items tr:hover td{
	background-color: #EEE;
	cursor: pointer;



}
.ep_shop_new_shop_items_osrednji {
	border: 0px solid #009EC1;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.ep_shop_new_shop_item_images {
	width: 550px;
	overflow-x: auto;
	overflow-y: hidden;
	border: 1px solid #AAA;

}
.ef_fields {
	position: absolute;
	top: 40px;
	bottom: 18px;
	overflow-x: auto;
	left: 18px;
	right: 15px;
	overflow-y: auto;
	padding-right: 4px;

}
.ef_field_prev_next {
	position: absolute;
	right: 300px;
	vertical-align: bottom;
	margin-top: 0px;
	line-height: 1;
	top: 8px;
}
.ef_field_add , .ep_color_size_add{
	margin-bottom: 6px;
	position: relative;
}
.ef_field_osrednji  {
	width: 830px;
	margin: 0;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 7px;
	border: 3px solid #939598;
	overflow-x: hidden;
	overflow-y: hidden;
}
.ef_field_overflow {
	position: absolute;
	top: 44px;
	bottom: 8px;
	overflow-x: auto;
	left: 8px;
	right: 6px;
	overflow-y: auto;
	padding-right: 4px;
}
.ef_polja_data td {
	cursor: pointer;
	vertical-align: middle;
	border-collapse: collapse;
	border-top: 0px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.ef_polja_data:hover td {
	background-color: #EEE;
}
.ef_polja_label , .ef_polja_tip{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 4px;
	width: 50%;
}
.ef_polja_label_edit {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	width: 20px;
	white-space: nowrap;

}
.ef_polja_label_edit .edit_button_normal_blue , .ef_polja_label_edit .edit_button_normal_green{
	margin: 1px;
	margin-right: 4px;
}

.ef_polja_commands {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	width: 60px;
	white-space: nowrap;
	cursor: auto;
}
.ef_polja_commands .edit_button_normal_blue , .ef_polja_commands .edit_button_normal_green{
	margin: 1px;
}
.edit_admin_container    {
	position: relative;
	margin: 12px;
	width: 956px;
	margin-left: auto;
	margin-right: auto;

}
____  edit_admin.php____{


}
.ea_title {

}
.ea_tabs  {
	position: absolute;
	top: 32px;
	left: 0px;
	right: 0px;
	height: 39px;
	background-image: url(images/tabs_top.jpg);
	background-repeat: repeat-x;
	padding-left: 14px;
	padding-right: 14px;
	font-weight: bold;
}
.ea_tabs  a:hover {
	text-decoration: none;


}
.ea_board  {
	background-color: #FFF;
	position: absolute;
	top: 71px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 18px;
	padding-top: 9px;
	min-height: 400px;
}
.ea_list_bottom_commands  {
	margin-top: 8px;



}
.ea_list_bottom_commands      a  , .ea_list_bottom_commands span{
	vertical-align: middle;




}
.ea_edit  {
	width: 480px;
	height: auto;
	border: 4px solid #009EC1;
	padding: 12px;
	position: fixed;
	top: 5%;
	background-color: #FFF;
	left: 3%;
	right: 3%;
	margin-left: auto;
	margin-right: auto;
	display: none;
	z-index: 30000;
	background-image: url(images/wait.gif);
	background-position: center center;
	min-height: 100px;
	background-repeat: no-repeat;




}
.ea_edit_table  td{
	vertical-align: middle;





}
.ea_edit_table_separator  td{
	/* [disabled]margin-top: 4px; */
	/* [disabled]padding-top: 4px; */
	/* [disabled]border-top: 1px dashed #CCC; */
	height: 8px;






}
.ea_edit_left_column  {
	text-align: right;
	width: 1%;
	white-space: nowrap;
	font-weight: bold;





}
.ea_edit_suffix  {
	color: #999;






}
.ea_userlist_div  {
	padding: 1px;


}
.ea_userlist  {
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #DDD;
	height: 302px;
	overflow: auto;
	border: 1px solid #DDD;


}
.ea_auctions  {
	/* [disabled]float: left; */
	overflow: auto;
	border: 1px solid #DDD;
	padding: 2px;
	margin-top: 8px;
	width: 914px;
	max-height: 360px;
	height: 302px;

}
.ea_auctions  th{
	text-align: left;
	padding: 2px;
	/* [disabled]border-bottom: 1px solid #DDD; */
	vertical-align: bottom;


}
.ea_auctions  td{
	padding: 2px;
	vertical-align: middle;
	/* [disabled]border-bottom: 1px solid #DDD; */
	border-top: 1px solid #DDD;



}
.ea_auctions_users  {
	width: 800px;
	height: auto;
	border: 4px solid #009EC1;
	padding: 12px;
	position: fixed;
	top: 5%;
	background-color: #FFF;
	left: 3%;
	right: 3%;
	margin-left: auto;
	margin-right: auto;
	display: none;
	z-index: 30000;




}
.ea_auctions_userlist  {
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #DDD;
	/* [disabled]margin-top: 28px; */
	height: 302px;
	overflow: auto;
	border: 1px solid #DDD;
	position: relative;


}
.ea_promolist_div  {
	padding: 1px;


}
.ea_promolist  {
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #DDD;
	height: 302px;
	overflow: auto;
	border: 1px solid #DDD;


}
.ea_promocode_edit  {
	width: 480px;
	height: auto;
	border: 4px solid #009EC1;
	padding: 12px;
	position: fixed;
	top: 5%;
	background-color: #FFF;
	left: 3%;
	right: 3%;
	margin-left: auto;
	margin-right: auto;
	display: none;
	z-index: 30000;




}
.ea_changeslist  {
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #DDD;
	height: 365px;
	overflow: auto;
	border: 1px solid #DDD;


}
#ea_changeslist_div  .edit_records_search{
	display: none;





}
.ea_changeslist_texts  {
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #DDD;
	height: 244px;
	overflow: auto;
	border: 1px solid #DDD;
	width: 880px;


}
.ea_changeslist_images  {
	text-align: left;
	/* [disabled]border-bottom: 1px solid #DDD; */
	height: 276px;
	overflow: auto;
	border: 1px solid #DDD;
	width: 880px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-left: 6px;


}
.ea_changeslist_image  {
	padding: 3px;
	height: 124px;
	overflow: hidden;
	border: 1px solid #DDD;
	width: 273px;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;


}
.ea_changeslist_image_image  {
	height: 116px;
	background-position: center center;
	background-repeat: no-repeat;
	/* [disabled]background-color: #3F9; */
	display: inline-block;
	width: 116px;



}
.ea_changeslist_image_props  {
	/* [disabled]background-color: #3F9; */
	display: inline-block;
	/* [disabled]height: 100%; */
	/* [disabled]padding-top: 4px; */
	padding-left: 6px;
	vertical-align: top;
	width: 148px;



}
.ea_changeslist_image_props  td{
	padding-top: 4px;




}
.____edit_records____ {

}
.edit_records {
	padding-top: 2px;
	height: 22px;
	padding-bottom: 4px;
	position: relative;

}
.edit_records select{
	padding: 0px;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: 2px;


}
.edit_records label{
	vertical-align: middle;
	display: inline-block;
	padding-top: 2px;



}
.edit_records span{
	display: inline-block;
	vertical-align: middle;
	padding-top: 4px;







}
.edit_records_search {
	float: right;
	position: relative;

}
.edit_records_search input[type="text"]{
	border: 1px solid #999;
	padding: 3px;
	width: 250px;
	height: 14px;

}
.edit_records_search input[type="text"].empty{
	color: #AAA;


}
.edit_records_search_icon {
	width: 18px;
	height: 18px;
	background-image: url(images/search.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 2px;
	top: 2px;


}
.edit_records_please_wait {
	height: 32px;
	background-image: url(images/wait.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	display: none;


}
.____edit_list____ {

}
.edit_list  {
	text-align: left;
	padding: 2px;


}
.edit_list  th{
	text-align: center;
	border-bottom: 1px solid #DDD;
	white-space: nowrap;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 0px;


}
.edit_list  td{
	padding: 2px;
	vertical-align: middle;
	border-bottom: 1px solid #DDD;
	text-align: center;



}
.edit_list_column_label_div  {
	display: inline-block;
	vertical-align: middle;




}
.edit_list_sort  {
	width: 9px;
	height: 21px;
	display: inline-block;
	margin-left: 3px;
	vertical-align: middle;
	/* [disabled]margin-right: 4px; */




}
.edit_list_sort_asc  {
	background-image: url(images/sort_asc.jpg);
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
	display: inline-block;
	filter: alpha(opacity=50);
	opacity: 0.50;
	float: left;
	margin-bottom: 3px;




}
.edit_list_sort_desc  {
	background-image: url(images/sort_desc.jpg);
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
	display: inline-block;
	filter: alpha(opacity=50);
	opacity: 0.50;
	float: left;




}
.edit_list_sort_asc:hover  , .edit_list_sort_desc:hover{
	filter: alpha(opacity=100);
	opacity: 1;




}
.edit_list_delete_row  {
	background-image: url(images/delete.jpg);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 2px;
	filter: alpha(opacity=40);
	opacity: 0.40;




}
.edit_list_delete_row:hover  {
	filter: alpha(opacity=100);
	opacity: 1;




}
.____edit_prompt____ {

}
.edit_prompt_bkg  {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #CCC;
	display: none;




}
.edit_prompt_transp  {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: none;




}
.edit_prompt  {
	min-width: 100px;
	min-height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20%;
	width: 300px;
	border: 5px solid #009EC1;
	padding: 8px;
	padding-top: 4px;
	background-color: #FFF;



}
.edit_prompt_text  {





}
.edit_prompt  input[type="text"]{
	width: 292px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 3px;




}
.edit_prompt_buttons  {
	text-align: center;
	margin-top: 12px;
	margin-bottom: 4px;





}
.edit_prompt_buttons  input[type="submit"]{
	border-width: 2px;
	padding-left: 8px;
	padding-right: 8px;








}
.edit_prompt_buttons  input[type="reset"]{
	border-width: 1px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 5px;
	padding-bottom: 5px;








}
____  imports____{


}
.edit_import_status {
	background-color: #FFF;
	width: 350px;
	padding: 0px;
	height: 20px;
	border: 1px solid #BBB;
	position: relative;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.edit_import_progress {
	background-color: #DDD;
	position: absolute;
	width: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
}
.edit_import_percent {
	position: absolute;
	top: 2px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	text-align: center;
	color: #000;
}
.edit_import_div input[type=button]{
	position: relative;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
	vertical-align: middle;
}
.edit_import_awaiting {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.edit_import_awaiting_error {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	color: #F00;
	padding-top: 3px;
}
.edit_import_table td{
	border-bottom: 1px solid #CCC;
	padding-top: 6px;

}
.edit_import_table h2{
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 4px;


}
.edit_import_left_column {
	width: 300px;



}
.edit_import_right_column {
	width: 600px;
	height: 28px;



}
.edit_import_right_column iframe{
	width: 100%;
	height: 100%;



}

.import_message {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #EEEEEE;
	width: 550px;
	height: 14px;
	padding: 4px;
	font-size: 11px;
	padding-top: 3px;
}
.import_progress_okvir {
	position: absolute;
	top: 21px;
	left: 0px;
	background-color: #FFFFFF;
	width: 500px;
	padding: 4px;
	height: 14px;
	border: 1px solid #999999;
}
.import_progress_bar {
	position: absolute;
	top: 21px;
	left: 0px;
	background-color: #CCC;
	width: 0px;
	padding: 4px;
	height: 14px;
	border: 1px solid #999999;
}
.import_progress_percent {
	position: absolute;
	top: 21px;
	left: 510px;
	padding: 4px;
	height: 14px;
	background-color: #FFFFFF;
	width: 40px;
	text-align: right;
}
.import_errors {
	position: absolute;
	top: 140px;
	left: 10px;
	background-color: #FFFFFF;
	width: 800px;
	padding: 4px;
	color: #FF0000;
}
