body {
	SCROLLBAR-FACE-COLOR: #EFEFEF;
	SCROLLBAR-HIGHLIGHT-COLOR: #EFEFEF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR:  #F61F0D;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #505050;
	margin: 0px;
	padding: 0px;
}
td {
	font-size: 10px;
}
td.top_address {
	color: #787878;
	padding-left: 76px;
}
img {
	border: 0;
	margin: 0;
}
div {
	display: none;
	position: absolute;
}
a {
	color: #F7200E;
	text-decoration: none;
}
a:hover {
	color: #505050;
	text-decoration: underline;
}
div#bg_img {
	z-index: 2;
}
div#bg_top {
	width: 904px;
	height: 100px;
	z-index: 1;
	background: url(../gfx/bg_top.gif) no-repeat top left;
}
div#bg_bottom {
	width: 904px;
	height: 69px;
	z-index: 1;
	background: url(../gfx/bg_bottom.gif) no-repeat top left;
}
div#bg_main {
	width: 904px;
	height: 424px;
	z-index: 1;
	background: url(../gfx/bg_main.gif) no-repeat top left;
}
div#small_text {
	z-index: 2;
	width: 180px;
	height: 424px;
}
/*
 * Újdonságok, Akciók
 */
div#notice {
	z-index: 15;
	background: url(../gfx/bg_notices.gif) no-repeat top left;
	width: 529px;
	height: 424px;
}
td.notice_td_img_1 img,
td.notice_td_img_1 table
{
	margin: 2px;
}
td.notice_td_img_2 img {
	margin: 2px 1px 2px 1px;
}
td.notice_td_img_3 img {
	margin: 2px 2px 2px 2px;
}
/*
 * Scroller
 */
div#contentClip {
	z-index: 7;
	width: 309px;
	overflow: hidden;
}
div#content {
	width: 306px;
	z-index: 8;
	display: block;
}
div#up {
	z-index: 3;
}
div#down {
	z-index: 3;
}
div#bkg {
	background: url(../gfx/scroller/bg.gif) repeat-y top left;
	width: 16px;
	z-index: 2;
	position: absolute;
	-moz-background-clip: initial;
	-moz-background-origin: initial; 
	-moz-background-inline-policy: initial;
	height: 408px;
}
div#ruler {
	z-index: 5;
}
div#drag {
	z-index: 4;
}
/*
 * Menu
 */
div.float_menu {
	z-index: 20;
}
table.float_menu a {
	color: #444444;
	text-decoration: none;
}
table.float_menu a:hover {
color: #FF0000;
}
table.float_menu td.bg_menu_top {
	background: url(../gfx/menu/bg_menu_top.gif) no-repeat top left;
	padding-top: 7px;
	font-weight: bold;
	padding-left: 24px;
}
table.float_menu td.bg_menu_top_point {
	padding-left: 20px;
	margin: 0px;
	background: url(../gfx/menu/bg_menu_top_point.gif) no-repeat 0px 0px;
}
table.float_menu td.bg_menu_point {
	background: url(../gfx/menu/bg_menu_point.gif) no-repeat top left;
	padding-left: 20px;
	background-color: #FFFFFF;
	height: 18px;
	opacity: .9;
	filter: alpha(opacity=90);
}
table.float_menu td.bg_menu_point_bottom {
	background-color: #FFFFFF;
	opacity: .9;
	filter: alpha(opacity=90);
}
/*
 * Pager
 */
div#pager_table {
	z-index: 31;
	background: url(../gfx/pager/bg_pager.gif) no-repeat top left;
}
div#pager_table_large {
	z-index: 31;
	background: url(../gfx/pager/bg_pager_large.gif) no-repeat top left;
}
div#pager_table_small_text {
	z-index: 31;
	background: url(../gfx/pager/bg_pager_small_text.gif) no-repeat top left;
}
div#pager_table_notice {
	z-index: 31;
	background: url(../gfx/pager/bg_pager_small_text.gif) no-repeat top left;
}
#pager,
#pager_large,
#pager_small_text,
#pager_notice {
	z-index: 30;
	background-color: #FFFFFF;
	opacity: .7;
	filter: alpha(opacity=70, style=0); 
 	height: 23px;
}
#pager {
	width: 529px;
}
#pager_small_text {
	width: 668px; 
}
#pager_large {
	width: 874px; 
}
#pager_notice {
	width: 582px; 
}
img.pager  {
	cursor: pointer;
	cursor: hand;
}
/*
 * Felsorolások
 */
ul {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	list-style-type: none;
}
li {
	margin: 0px;
	padding: 4px 0px 1px 20px;
	background: url(../gfx/bg_li.gif) no-repeat;
	background-position: 0px 3px;
	background-position: expression('0px 4px');
}
table.sitemap ul {
	margin: 0px;
	padding: 4px 0px 0px 15px;
	list-style-type: none;
}
table.sitemap li {
	margin: 0px;
	padding: 4px 0px 1px 20px;
	background: url(../gfx/bg_li.gif) no-repeat;
	background-position: 0px 3px;
	background-position: expression('0px 4px');
}
/*
 * Form elements
 */
input, textarea {
	border: 1px solid #9F9F9F;
	width: 200px;
	height: 20px;
	padding: 3px 2px 0 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #505050;
}
input.submit {
	border: 0px;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	background: url(../gfx/bg_submit.gif) #FFFFFF no-repeat 160px 5px;
}
label {
	cursor: pointer;
	cursor: hand;
}
textarea {
	overflow: auto;
	height: 60px;
}
