@charset "utf-8";
/* CSS Document */

div {
	font-size:14px;
}


a:hover {
	text-decoration:underline;
}

.lang {
	text-decoration:none;
	color:#fff;
	font-size: 15px;
}
.menu {
	color:#000;
	text-decoration:underline;
	font-size:14px;
	margin-left:8px;
	padding-top:4px;
	padding-bottom:4px;
}
.punktir {
	border-bottom:1px dashed black;
	color:#000;
	font-size:14px;
	text-decoration: none;
	display: inline-block;
	margin-top:10px;
	margin-bottom:10px;
}
.m {
	border-bottom:1px dashed black;
	color:#000;
	font-size:14px;
	text-decoration: none;
	display: inline-block;
	margin-top:4px;
	margin-bottom:4px;
	padding-left:1px;
}
.title {
	color:#000;
	text-decoration:underline;
	font-size:14px;
	cursor:default;
}
li {
	margin-left:0px;
	padding-left:0px;
}
.name_input {
	border:none;
	background:url('images/name.gif') 0 0 no-repeat;
	font-size:12px;
	text-indent:3px;
	height:18px;
	size:20;
	line-height:16px;
	width:150px;
}
.mail {
	width:100px;
	text-align:center;
	font-size:12px;
	height:15px;
	line-height:16px;
	color:#999;
}

.left-input{
	background:url('images/l.gif') left  no-repeat;
	width:100%;
}
.right-input{
	background:url('images/r.gif') right  no-repeat;
	padding:0 3px 0 2px;
}
.right-input input{
	font-size:14px;
	vertical-align:bottom;
	padding:0 0 0 1px;
	border:none;
	width:100%;
	height:19px;
	background:none;
}
ul {
	margin-top:3px;
	margin-bottom:3px;
}

.glossymenu{
	margin: 5px 0;
	padding: 0;
}

.glossymenu div{
	display:block;
	margin-top:6px;
	margin-bottom:6px;
}

.glossymenu div div{
	display:block;
	margin-top:6px;
	margin-bottom:6px;
}

.glossymenu a.menuitem{
	font: 14px;
	color: black;
	position: relative; /* To help in the anchoring of the ".statusicon" icon image */
	padding-left: 0px;
	margin-left:10px;
	text-decoration: underline;
}

.glossymenu a.menuitem:hover{
	color:#F00;
}

.glossymenu a.submenuheader{
	font: 14px;
	color: black;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	padding-left: 0px;
	margin-left:10px;
	text-decoration: none;
	border-bottom:1px dashed black;
}



.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}



.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	margin-top:6px;
	margin-bottom:6px;
	margin-left:30px;
	list-style-image:url(/images/marker.gif);
	list-style-position:outside;

}

.glossymenu div.submenu ul li a{
	font: normal 14px;
	color: black;
	text-decoration: underline;
	padding: 2px 0;
}
.glossymenu div.submenu ul li a:hover{
	color:#F00;
}
