body {
	margin: 0px;
	font: 13px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
th {
	text-align: left;
	font-weight:  normal;
}
legend {
	font-weight: bold;
}
label {
	color: #2F60A8;
	font: 13px Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
h1 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #B23C3C;
	padding: 3px 3px 3px 3px;
	margin-bottom: 4px;
	margin-top: 10px;
}
h2 {
	font-size: 20px;
	color: #5cbd00;
	font-weight: normal;
	font-style: normal;
}
h4,h5 {
	background-color: #007D08;
	margin: 0;
	font: 20px Arial, Helvetica, sans-serif;
	padding: 5px;
	color: white;
}
h5 {
	background-color: #B22222;
}
#admin_topmenu,#admin_topheader,#admin_toppuzzle,#admin_topmenuitems {
	position: relative;
	display: block;
}
table th {
	text-align: left;
}

/* TOP ICON MENU */
#admin_topmenu {
	border: 1px solid white;
	display: block;
	/* position: fixed;
	z-index:100;
	width: 100%;
	 height: 90px;
	top: 0; */
}

#admin_topheader {
	background: #F0F0E8 url(/images/admin/admin_top.png) top left repeat-x;
	height: 89px; /* was 84px */
	border-bottom: 1px solid #B9B9B9;
}

#admin_toppuzzle {
	float: right;
	width: 110px;
	height: 57px;
	background: url(/images/admin/puzzle.png) 0px 3px no-repeat;
}

#admin_topmenuitems {
	position: absolute;
	top: 0px;
	height: 83px;
	background: url(/images/admin/admin_logo.png) 8px 0px no-repeat;
}
#admin_topmenuitems span.indent {
	position: relative;
 	float: left;
	width: 233px;
	height: 50px;
}
a.button-menu, a.button-menu-select {
	display: block;
	position: relative;
	float: left;
	margin-top: 3px;
	width: 90px;
	height: 79px;
	background:none;
	color:white;
	white-space:nowrap;
	font-weight:normal;
	text-decoration:none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, lucida, sans-serif; 
	font-size: 85%;
}
a.button-menu strong, a.button-menu-select strong {
	display: block;
	width: 90px;
	height: 56px;
	background: none;
	color:#AB6400;
}
a.button-menu span, a.button-menu-select span {
	display: block;	
	padding-top: 5px;
}
a.button-menu:hover, a.button-menu-select {
	background: #808080;
}
a.button-menu:hover strong, a.button-menu-select strong  {
	background:white;
}

#admin_topmenu img {
	margin-top: 2px;
}

#admin_topuser {
	position: absolute;
	width: 190px;
	height: 20px;
	top: 64px;
	left: 13px;
	z-index: 100;
	font-family: Verdana, Arial, lucida, sans-serif; 
	font-size: 85%;
	color: white;
}

#admin_toplang {
	position: absolute;
	top:  62px;
	right: 20px;
	color: white;
	z-index: 100;
}

#admin_topuser a, #admin_toplang a {
	color: #FDD057;
}

/* Breadcrumbs in Admin */
#breadcrumbs {
	height: 12px;
	font-size: 11px;
	color: gray;
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	z-index:4;
}
#breadcrumbs a {
	color: gray;
}

/* CONTENT AREA */
#maincontentarea {
	position:relative;
	margin: 13px;
	display: block;
}
#lcontent {
	float: left;
	width: 26%; /* 27 */
	overflow: auto;
}
#rcontent {
	float: right;
	width: 71%; /* 73% without padding */
	overflow: auto;
	padding-right: 13px;

	/* border: 1px solid #e0e4fd; */
}


/* TREE MENU */
#treemenu, .treemenu {
	display: block;
	width: 100%;
}
.img_ec {
	margin-right:10px;
}
.tritem {
	position:relative;
	width: 160px;
}
.treea {
	font-size: 8pt;
	text-decoration: none;
	color: black;
}
.treea:hover {
	text-decoration: underline;
}
.treea:active {
	text-decoration: underline;
	}
.treemenuback {
	background-color: white; /*  #F8F5EC */
	padding-left: 5px;
	padding-top: 5px;
}


#admin_login {
	margin: 100px auto 0px auto;
	width: 482px;
	border: 1px solid #CCCCCC;
	background: #F1F3F5 url(/images/admin/loginbgpattern.gif) repeat;
}
#admin_login label {
	color: black;
	font-size:120%;
}
#admin_login form {
	margin:10px 10px 10px 100px;
	border:5px solid #CCCCCC;
	background: white;
	padding:10px;
}
#login_text {
	margin: 20px 10px 20px 100px;
	font-size:130%;
}
#loginin {
	background: url(/images/admin/loginbgkey.png) no-repeat left 2px;
	position:relative;
	display:block;
	border:1px solid white;
}
#loginerror {
	margin-top:10px;
	background-color: #CC0000;
	font-size:13px;
	color:white;
	font-weight:bold;
	padding:3px;
}

#admin_login .copyright {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 10px 10px 10px 10px;
}
#admin_login .copyright a {
	color:black;
}



#listimages, #editor,#listfiles {
	position: relative;
}
#editor {
	border: none;
	top: 7px;
	width: 600px;
	height: 450px;
}
#ineditor { display:block;position:relative;width:605px;}

#cleft {
	float: left;
	width: 70%;
	padding: 0px 5px 5px 5px;
	margin-right: 5px;
}
#cright {
	float: left;
	width: 25%;
	border: 1px dotted blue;
	padding: 0px 5px 5px 5px;
	font-size: 10px;
	height: 300px;
	background-color: #C9D4F3;
}
#advancedoptions {
	background-color: #EEEBE8;
	border-right: 2px solid #D8D5CF;
}
.red {
	color: #CC6600;
	display: inline;
}
.green {
	color: #5fc71e;
}

#menuap {
	background: #F7EFDF;
	margin-bottom:5px;
}
#menuap .menurow:hover {
	background: #DFE4FF; /* #FFF8D0 */
}
#menuap .white,#contentap .white {
	background-color: white;
}
#menuap a, #contentap a {
	color: #455B95;
}
.menurow, .contentrow {
	display: bock;
	padding: 3px;
}
.menurow .rleft, .contentrow .rleft {
	float: left;
}
.menurow .rright, .contentrow .rright {
	text-align: right;
	width: 200px;
	float: right;
}
#contentap .contentrow:hover {
	background-color: #DFE4FF; /* #EAF2FF */
}
#contentap {
	background: #F4F4F4;
}

input, .txtin {
	border: 1px solid #999;
	padding: 1px;
	background: #fff;
	font: 13px Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c60;
	}
input  {
	border: 1px solid #515555;
	border-bottom-color: #ABB6B6;
	padding-left: 5px;
	padding-top: 2px;
	}
#permalink {
	border: 1px solid white;
	text-decoration: underline;
	padding: 1px;
	background-color: #fffcdc; /* #feface */
}
textarea {
	border: 1px solid #515555;
	border-bottom-color: #ABB6B6;
	padding-left: 5px;
	padding-top: 2px;
	color: #c60 ;
	font: 13px/14px Courier, "Courier New", monospace;
}
input:focus, textarea:focus, #permalink:focus {
	border: 1px solid #6DCE55;
}
.button, .button_bold,.button:focus {
	font: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	color: #2B333C;
	border: 3px double #C4CCCC;
	border-bottom-color: #6F7777;
	background: white url(/images/admin/button_bg.gif) repeat-x top;
	padding: 1px 4px 1px 4px;
	margin:0;
}
.button_bold
 {
 	font-weight: bold;
 }
.button:hover, .button_bold:hover {
	color: green;
	border-color: #6DCE55;
	border-bottom-color: #003500;
}


.options {
	position: relative;
/*	background: url(/images/admin/admin_menuback.png) repeat-x top;*/
	padding: 5px;
}
.thumbnailinfo {
	display: block;
	width: 120px;
	position: relative;
	float:left;
	padding: 4px;
	text-align: center;
}
.thumbnail {
	display: block;
	width: 120px;
	height: 120px;
	border: 3px double #D7D7D7;
	background-color: #EFEFEF;
	text-align: center;
}
.thumbnail img {
	position: relative;
	display: block;
	margin: auto;
}
.thumbnail-file {
	display: block;
	width: 120px;
	height: 50px;
	text-align: center;
	margin-top: 10px;
}

#listfiles .fileinfo {
	float:left;
	position: relative;
	display: block;
	width: 120px;
	height: 100px;
	padding: 4px;
	text-align: center;
}
#listfiles .file {
	display: block;
	text-align: center;
	width: 120px;
}

.zoznamfotografii {
	padding-left:25px;
	float:left;
}
.productable td, .productable th {
	text-align: center;
	color: #E9D0A9;
}
.unactive {
	
}



span.reorder {
	display:none;

}
span.reorder input {
	padding:1px;
	padding-left:3px;
}
.column-in {

	padding:0.5em;
	}
.cleaner, .clear {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}

/* USERS */
#users {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
#users table {
	background-color: #e0e4fd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
#users table th {
	background-color: #b1c5e9;
}
	
/* Modal window */
div#modalBackgroundDiv {
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    -webkit-opacity: .75;
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 200;
}

div#modalWindow {
    position: absolute;
    background-color: #FFFFFF;
    border: 2px solid green;
    padding: 0px;
    text-align: left;
    z-index: 201;
    overflow: auto;
}
div#modalWindow .modalin {
	margin: 5px;
}

div#modalWindow #closebutton {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}