html {
	overflow-y: scroll;
}

body {
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	background: #fdfdf7 url(img/bg.gif) center repeat-y;
	line-height: 18px;
	color: #666140;
	margin: 0px;
}

.clear {
	clear: both;
}

div.red-title {
	color: #E63720;
	font: bold 11px Verdana,Arial,Helvetica,sans-serif;
	margin: 35px 0px 0px 0px;
	text-transform: none;
	letter-spacing: 0.4pt;	
}

p {
	margin: 11px 0px;
}

h1 {
	color: #CEC467;
	font-size: 15px;
	font-weight: bold;
	margin: 12px 0px 10px 0px;
	text-transform: uppercase;
}

h2 {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	margin: 11px 0px;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #E63720;
}

a:hover {
	text-decoration: underline;
}

#lo-content {
	position: relative;
	background: #fdfdf7;
}

#header {
	position: relative;
	width: 772px; height: 87px;
	background: url(img/header.jpg);
}

#header .logo {
	display: block;
	position: absolute;
	top: 21px;
	left: 18px;
}

#footer {
	position: relative;
	width: 612px; height: 22px;
	background: url(img/footer.jpg);
	padding: 3px 80px 0px 80px;
}

#clients {
	padding: 10px;
}

.lo-content-wrap {
	margin-top: 25px;
	padding: 20px 50pt 50px 80px;
	background: #fbfbeb url(img/content-bg.gif) repeat-x;
}

#globe {
	position: absolute;
	width: 59px;
	height: 61px;
	top: 55px;
	left: 12px;
	background: url(img/globe.jpg);
}

#contentHeader {
	position: relative;
	padding-bottom: 20px;
}

/* menu */

#menu {
	padding-left: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 702px;
	height: 25px;
	background: url(img/menu-bg.gif);
}

#menu a {
	letter-spacing: 0.8pt;
	display: block;
	float: left;
	padding: 5px 10px 0px 10px;
	height: 20px;
	text-decoration: none;
	color: #585858;
	text-transform: uppercase;
	outline: none;
}

#menu a:hover {
	color: #E26251;
	background: url(img/menu-bgo.gif);
}

input.text, textarea {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

/* index */

.index-columns .box {
	width: 285px;
	margin-right: 47px;
	padding-bottom: 12px;
	background: url(img/box-bg.gif) repeat-x;
}

* html .index-columns .box2 {
	margin-right: 0px;
}

.index-columns .box h2 {
	color: #E63720;
	font: bold 11px Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding-bottom: 5px;
	text-transform: none;
	letter-spacing: 0.4pt;	
}

.index-columns .box a {
	color: #666140;
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	line-height: 18px;
	text-decoration: none;
}

.index-columns .box a:hover {
	text-decoration: underline;
}

/* list */

#listBlock {
	position: relative;
}

#listHeaderLeft {
	padding: 6px 0px;
	border-bottom: 1px solid #d7d552;
}

#listHeaderRight {
	padding: 6px 0px;
	position: absolute;
	width: 200px;
	top: 0px;
	left: 425px;
	text-align: right;
}

.listTable {
	margin-top: 3px;
	margin-bottom: 3px;
}

.listTable td {
	padding-right: 5px;
}

.listTable a {
	font-weight: bold;
	color: #666140;
	text-decoration: none;
}

.listTable a:hover {
	color: #F96854;
}

#listPager {
	padding: 6px 0px;
	border-top: 1px solid #d7d552;
	text-align: center;
}

#listPager a.page {
	color: #8C8241;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px;
}

#listPager span.page {
	background-color: #8C8241;
	color:#fbfbeb;
	font-weight: bold;
	padding: 1px 2px;
	margin: 3px 2px;
}

#listPager img {
	position: relative;
	top: 1px;
	margin: 0px 4px;
}

#clientData dt {
	font-weight: bold;
}

#clientData {
	padding-left: 30px;
	position: relative;
	min-height: 350px;
}

#clientData #map {
	border: 1px solid #666140;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #ffffff;
	width: 300px; 
	height: 350px;
}

* html #clientData #map {
	right: 60px;
}

#activity {
	width: 300px; height: 32px;
	position: absolute;
	top: 159px;
	right: 0px;
	text-align: center;
}

* html #activity {
	right: 60px;
}

#search {
	position: relative;
	width: 292px;
	top: 0px;
	background: url(img/search.gif) no-repeat;
	float: right;	
}

#search.searchen {
	background: url(img/searchen.gif) no-repeat;
}

#searchPhrase {
	border: 0px;
	position: absolute;
	top: 39px;
	left: 13px; 
	width: 263px; 
	padding-left: 3px;
	height: 15px;
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	line-height: 14px;
	color: #666140;
}

#searchBottom {
	width: 292px;
	margin-top: 61px;
	background: url(img/searchb.gif) bottom left no-repeat;	
	position: relative;
}

#searchButton {
	display: block;
	padding-right: 15px;
	background: url(img/go.gif) right 3px no-repeat;	
	font: bold 11px Verdana,Arial,Helvetica,sans-serif;
	color: #666140;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	right: 16px;
	bottom: 13px;
}

#searchButton.hover {
	color: #CEC467;
	background: url(img/goo.gif) right 3px no-repeat;	
}

#searchDetailsBtn {
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	position: absolute;
	left: 16px;
	bottom: 13px;
	color: #E63720;
	cursor: pointer;
}

#searchDetailsBtn.hover {
	text-decoration: underline;
}

#searchCityWrap {
	background-image: url(img/input.gif);
	width: 268px; height: 17px;
	margin-left: 12px;
	margin-bottom: 7px;
}

* html #searchCityWrap {
	overflow: hidden;
	height: 18px;
}

#searchCity {
	margin: 1px;
	width: 263px;
	padding-left: 3px;
	color: #666140;
	height: 15px;
}

* html #searchCity {
	position: relative;
	left: -12px;
}

*:first-child+html #searchCity {
	position: relative;
	left: -12px;
	top: -1px;
	width: 261px;
}

input.empty {
	color: #cec467 !important;
}

.radioButton {
	background: url(img/radio.gif) no-repeat;
	margin: 4px 0px 0px 18px;
	padding-left: 18px;
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	cursor: pointer;
	color: #9e964d;
}

* html .radioButton {
	height: 15px;
}

*:first-child+html .radioButton {
	height: 15px;
}

.radioButtonOn {
	background: url(img/radioon.gif) no-repeat;
	color: #666140;
}

#search .line {
	height: 1px;
	background-color: #d7d552;
	margin: 8px 13px;
}

* html #search .line {
	overflow: hidden;
}


/* ac */

.ac_results {
	padding: 0px;
	border: 1px solid #d7d552;
	background-color: #ffffff;
	width: 264px !important;
	margin: 1px 0px 0px 0px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 0px;
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden; 
}

* html .ac_results ul {
	height: 150px;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	cursor: pointer;
	overflow: hidden;
	text-align: left;
	font-size: 11px;
	list-style: none;
	margin: 0px;
	padding: 0px 4px;
	cursor: default;
}

.ac_over {
	background-color: #f2f3d9;
}

table.media td {
	padding: 3px 0px;
}

td.label {
	font-weight: bold;
}

div.fieldWrap {
	background: #ffffff;
	border: 1px solid #d7d552;
	padding: 1px;
}

td.radio input {
	display:inline-block;
	margin-right:3px;
	vertical-align:middle;
}

td.radio label {
	margin-right: 12px;
}

div.taWrap {
	background: #ffffff;
	border: 1px solid #d7d552;
}

table.media input.text {
	width: 100%;
}

table.media textarea {
	font: normal 8pt Verdana,Arial,Helvetica,sans-serif;
	width: 100%;
}

table.media .line {
	height: 2px;
	background-color: #d7d552;
	margin: 12px 0px;
}

#fieldVarosWrap,#fieldMegyeWrap,#fieldCimszoWrap {
	width: 268px;
}

#fieldIranyitoszamWrap {
	width: 40px;
}

input.mediaPrice {
	border: 0px;
	background-color: transparent;
	font: bold 11pt Verdana,Arial,Helvetica,sans-serif;
	color: #666140;
}

a.cat-link {
	font-weight: bold;
	color: #666140;
}

span.add-link {
	font-weight: bold;
	padding-right: 15px;
	background: url(img/go.gif) right 3px no-repeat;	
	color: #E63720;
	cursor: pointer;	
}

#addHolder {
	position: fixed;
	left: 0px; top: 0px;
	width: 100%; height: 100%;
	background-image: url(img/glass.png); 
}

* html #addHolder {
	background-image: url(img/glass.gif); 
	position: absolute;
}

#addWrapper {
	position: relative;
	display: none;
	background: #f8f8f0;
	padding: 16px 20px;
	width: 300px;
	text-align: center;
	border: 1px solid #d7d552;
}

#addWrapper b {
	display: block;
	margin-bottom: 7px;
	font-size: 9pt;
}

#addCloseButton {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 15px;
	height: 15px;
	background-image: url(img/close.gif);
	cursor: pointer;
}

img.emblema {
	border: 1px solid #CEC467;
}

#respmsg {
	display: none;
	text-align: center;
}
