@import 'style_editor.css';

body {
	margin:0px;
	padding:0px;
	background-color:black;
	color:white;
}

#container{
	width:1097px;
	border-right:1px solid #646f73;
	border-bottom:1px solid #646f73;
}

#top{
	background:url(/images/logo.jpg) no-repeat;
	height:98px;
	border-bottom:1px solid #646f73;
}

#home_page{
	display: block;
	float: left;
	width: 280px;
	height: 98px;
	margin-left: 35px;
}

#languages{
	float:right;
	margin:10px;
}

#languages a{
	color:white;
	text-decoration:none;
}

#languages a:hover{
	text-decoration:underline;
	color:silver;
}

#layout{
	border-collapse: collapse;
	border: none;
	height:100%;
}

#layout td{
}

td#left_bg{
	background: #ffcd2e url(/images/left_bg.jpg) repeat-x;
	border-right:1px solid #646f73;
}

#top_menu{
	border-collapse: collapse;
	border:none;
}
#top_menu td{
	border:none;
	border-right:1px solid #646f73;
	border-bottom:1px solid #646f73;
}
#top_menu td.last{
	border-right:none !important;
}

.top_menu_item{
	display: block;
	color: #ffc20f;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url(/images/top_menu_bg.jpg) repeat 0 0;
	line-height: 32px;
	padding:0 10px;
	white-space: nowrap;
}

td#left_menu{
	border-right:1px solid #646f73;
	width: 230px;
	vertical-align: top;
}

.left_menu_title{
	display:block;
	padding: 2px 20px;
	text-transform: uppercase;
	/*border-bottom:1px solid #646f73;*/
	font-weight: bold;
}

ul.left_menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.left_menu_root{
	border-bottom:1px solid #646f73;
}

ul.left_menu ul li{
	/*border-left:1px solid #646f73;*/
}

ul.left_menu li{
	padding-left: 20px;
	border-top:1px solid #646f73;
}

ul.left_menu a{
	display: block;
	color:silver;
	text-decoration: none;
	padding: 2px 10px;
	padding-left: 20px;
}

ul.left_menu a:hover{
	color: #f0be27;
}

a.left_menu_item_inactive{
	background: url(/images/left_menu_icon.gif) no-repeat 0px -2px;
}

a.left_menu_item_active{
	background: url(/images/left_menu_icon_active.gif) no-repeat 0px -2px;
	color: #f0be27 !important;
}

a.left_menu_h{
	display: block;
	color:white;
	text-decoration: none;
}

a.left_menu_h:hover{
	color: #f0be27;
}

#content{
	padding: 15px;
}

#catalogs td.catalog_item{
	background: white;
	border:1px solid gray;
	padding: 5px;
}

#footer{
	border-top:1px solid #646f73;
	color:silver;
	padding:10px 20px;
}

#footer a{
	color: silver;
}

#footer a:hover{
	color: white;
}

#search_results li{
	padding-bottom:0.5em;
}

/* Common */
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}

.errors{
	color:red;
	background-color:#fff4f4;
	border:1px solid red;
	padding:10px;
	margin:1em 0;
}

.messages{
	color:green;
	background-color:#f8fff4;
	border:1px solid green;
	padding:10px;
	margin:1em 0;
}

.pager{
	text-align:center;
	margin:5px;
	font-weight:bold;
}

.pager a{
	font-weight:normal;
}

.pager_current_page{
	color:#F0BE27;
}

.req{
	font-family: monospace;
	color:red;
	font-weight:bold;
	font-size: 12px;
}

.i_text{
	font-size:12px;
	font-family: Arial;
	border:1px solid silver;
}

.i_button{
	color:white;
	background-color:#606060;
	padding:2px 5px;
	border:none;
	cursor:pointer;
	font-size:12px;
	font-family: Arial;
	font-weight:bold;
}

.i_button:hover{
	background-color:gray;
}

.left_menu_active{
	background-color: #3B4345;
}

ul.left_menu li ul li{
	border: none;
} 

#search_box{
	color: #FFC20F;
	text-align: right;
	margin: 0 15px 5px 0;
	padding: 0;
}

#katalogai_uzsakymui{
	float:right;
	width:330px;
	margin-left:15px;
	padding-left:15px;
	padding-bottom:2em;
	border-left: 1px solid silver;
}

.katalogas{
	margin-bottom:1em;
}