@import 'style_editor.css';

body {
	margin: 0px;
	margin-bottom:25px;
	text-align:center;
}

form{
	margin:0px;
}

#wrapper{
	width:979px;
	margin:0px auto;
	text-align:left;
}

table.layout{
	/*border-collapse:collapse;*/
}

table.layout td.page_top{
	background-image:url(/images/page_top.jpg);
	background-repeat:no-repeat;
	height:143px;
}

table.layout td.left_menu{
	background-image:url(/images/menu_bg.png);
	background-repeat:repeat-y;
}

#main_menu_top{
	background-repeat:no-repeat;
	width:232px;
	height:54px;
}

#reklama_menu_top{
	background-repeat:no-repeat;
	width:232px;
	height:54px;
}

#prenumerata_menu_top{
	background-repeat:no-repeat;
	width:247px;
	height:54px;
}

#rezervavimas_menu_top{
	background-repeat:no-repeat;
	width:247px;
	height:50px;
}

.menu_bg{
	background-image:url(/images/menu_bg.png);
	background-repeat:repeat-y;
	width:192px;
	padding:0px 20px;
}

.menu_bottom{
	background-image:url(/images/menu_bottom.jpg);
	background-repeat:no-repeat;
	width:232px;
	height:30px;
}

.menu_bg1{
	background-image:url(/images/menu_bg1.png);
	background-repeat:repeat-y;
	width:202px;
	padding:0px 20px 0px 25px;
}

.menu_bottom1{
	background-image:url(/images/menu_bottom1.jpg);
	background-repeat:no-repeat;
	width:247px;
	height:30px;
}

.menug{
}

.menug a{
	font-size:11px;
	color:#007000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	position:relative;
	padding-top:6px;
}

.menug a.p1{
	color:#009000;
	padding:0px;
	padding-left:10px;
	padding-top:10px;
	font-size:10px;
}

.menug a:hover{
	color:#00cc00;
}

.langs{
	font-size:14px;
	color:#006600;
}

.langs a{
	font-size:11px;
	color:green;
	font-weight:bold;
	text-decoration:none;
}

.langs a:hover{
	color:#00cc00;
}

table.panel{
}

table.panel td.left{
	background-image:url(/images/panel_left.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:45px;
	height:40px;
}

table.panel td.bg{
	background-image:url(/images/panel_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

table.panel td.right{
	background-image:url(/images/panel_right.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:38px;
	height:40px;
}

table.content_top{
}

table.content_top td.left{
	background-image:url(/images/content_top_menu_left.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:30px;
	height:54px;
}

table.content_top td.bg{
	background-image:url(/images/content_top_menu_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

table.content_top td.bg a{
	font-size:11px;
	color:green;
	font-weight:bold;
	text-decoration:none;
}

table.content_top td.bg a:hover{
	color:#00cc00;
}

.top_title{
	color:green;
	font-weight:bold;
}

.right_top{
	background-image:url(/images/right_top.jpg);
	width:247px;
	height:54px;
	overflow:hidden;
}

.right_col_frame{
	background-image:url(/images/right_pic_frame.jpg);
	width:247px;
	height:203px;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	line-height:10px;
}

.right_col_frame .pic{
	margin:19px 0px 0px 30px;
}

.right_col_frame .text1{
	color:navy;
	font-size:1.2em;
	margin:13px 0px 0px 40px;
}

.right_col_frame .text2{
	color:#FF9900;
	font-size:0.8em;
	margin-left:40px;
}

a{
	text-decoration:none;
}