/* általános */
	body{
		margin: 0px; 
		font-family: arial, sans-serif; 
		background-color: #E8E8E8;
	}
	a{
		text-decoration: none; 
		color: #06376C;
	}
	a:hover{
		text-decoration: none; 
		color: #06376C;
	}
	acronym{
		border: 0px;
	}
	img{
		border: 0px;
	}
	hr{
		width: 100%;
		border-top: 1px dotted transparent;
		border-left: 1px dotted transparent;
		border-right: 1px dotted transparent;
		border-bottom: 1px dotted #06376C;
		border-bottom: 1px dotted #F27F00;
	}
	p{
		border: 0px;
		padding: 0px;
		margin: 0px;
	}
/* design */
	.dk_cell{
		font-size: 12px;
	}
	.dk_input{
		font-size: 12px; 
		width: 650px;
	}	
	.maintable{
		background-color: white; 
	}
	.header{
		height: 109px; 
		background-image: url(../img/header_background.gif); 
		background-repeat: repeat-X; 
		border-bottom: 1px solid #F27F00
	}
	.footer{
		height: 36px; 
		background-image: url(../img/footer_background.gif); 
		background-repeat: repeat-X; 
		border-top: 1px solid #F27F00;
		font-size: 11px; 
		color: white;
		padding-left: 15px;
	}
	.headerpic{
		height: 109px; 
		width: 357px; 
		background-image: url(../img/vorsas_logo.gif); 
		background-repeat: no-repeat; 
		cursor: pointer;
	}
	.infobox{
		text-align: right; 
		padding-right: 10px; 
		color: white; 
		font-size: 12px;
	}
	.searchbar{
		width: 250px; 
		height: 18px; 
		background-position: bottom right; 
		background-image: url(../img/header_searching_bar.gif); 
		background-repeat: no-repeat; 
		font-size: 10px; 
		color: #06376C;
		text-align: right; 
		padding-right: 10px; 
		padding-bottom: 1px; 
		vertical-align: bottom;
		
	}
	a.infobox{
		padding: 0px;
	}
	a.infobox:hover{
		padding: 0px;
		font-size: 12px;
		color: #F47D00;
	}
/* keresés */
	.search_inputbox{
		font-size: 10px; 
		margin-top: 1px;
		height: 15px; 
		width: 98px;
		border: 1px solid #1A4376; 
		background-position: top left; 
		/* background-image: url(../img/input_background.gif);  */ 
		background-repeat: no-repeat;
		background-color: transparent; 
		vertical-align: bottom; 
		padding: 0px 0px 0px 3px;		
		background-color: white;
	}
	.search_button{ /* nem igazít */
		height: 16px; 
		width: 16px; 
		border: 0px;
		background-image: url(../img/icon_search.gif); 
		background-repeat: no-repeat;  
		background-color: transparent
		vertical-align: bottom; 
	}
	.search_icon{
		vertical-align: bottom; 
	}
/* menürendszer */
	.menu{
		width: 162px; 
		background-image: url(../img/menu_background.gif); 
		background-repeat: repeat-Y; 
		border-right: 1px dotted #F27F00; 
		vertical-align: top;
	}
	.menu_bottom{
		width: 162px; 
		height: 210px;
		background-image: url(../img/menu_bottom_pipes.gif); 
		background-repeat: no-repeat; 
		border-right: 1px dotted #F27F00
	}
	.menutable{
		width: 142px; 
		margin: 10px;
	}
	.menu_normal{
		font-size: 12px; 
		/* border-bottom: 1px dotted #F27F00; */
	}
	.mainmenu{
		background-image: url(../img/menu_bullet.gif);
		background-image: url(../img/bullet_green.png); 		
		background-position: 0px 2px; 
		background-repeat: no-repeat; 
		color: #06376C;
		font-weight: bold; 
		text-decoration: none; 
		padding-left: 12px;
	}
	.mainmenu_open{
		background-image: url(../img/menu_bullet_open.gif);
		background-position: center left; 
		background-repeat: no-repeat; 
		color: #06376C;
		font-weight: bold; 
		text-decoration: none; 
		padding-left: 12px;
	}
	.submenu{
		color: #06376C;
		font-weight: none;
		text-decoration: none; 
		padding-left: 20px;
	}
	.subsubmenu{
		color: #06376C;
		font-weight: none;
		text-decoration: none; 
		font-size: 10px; 
		padding-left: 40px;
	}
	.activemainmenu{
		background-image: url(../img/menu_bullet.gif);
		background-position: center left; 
		background-repeat: no-repeat; 
		color: #F47E04;
		font-weight: bold; 
		text-decoration: none; 
		padding-left: 12px;
	}
	.activemainmenu_open{
		background-image: url(../img/menu_bullet_open.gif);
		background-position: center left; 
		background-repeat: no-repeat; 
		color: #F47E04;
		font-weight: bold; 
		text-decoration: none; 
		padding-left: 12px;
	}
	.activesubmenu{
		color: #F47E04;
		font-weight: none;
		text-decoration: none; 
		padding-left: 20px;
	}
	.activesubsubmenu{
		color: #F47E04;
		font-weight: none;
		text-decoration: none; 
		font-size: 10px; 
		padding-left: 40px;
	}
	.bottom_menu{
		text-align: center;
		font-size: 11px;
	}
/* bejelentkezés */
	.icon{
		vertical-align: bottom;
	}
	.inputbox{
		font-family: tahoma, arial;
		padding-left: 5px;
		font-size: 10px;
		background-image: url(../img/input_background.gif);
		background-repeat: no-repeat;
		background-color: transparent;
		border: 1px solid #1A4376;
		height: 16px;
		vertical-align: bottom;
	}
	.button{
		font-size: 10px;
		background-color: #1A4376;
		color: white;
	}
	.logininput_{
		background-color: white;
		color: #54608B;
		border: 1px solid #54608B;
		font-size: 10px;
		width: 200px;
	}
	.loginbutton{
		background-image: url(../img/footer_background.gif); 
		background-repeat: repeat-X;
		background-position: 0 -7;
		color: white;
		border: 0px solid #54608B;
		font-size: 10px;
		cursor: pointer;
		margin-left: 20px; 
		margin-top: 3px;
		padding: 3px 5px 3px 5px;
	}
/* árnyékok */
	.shadow_left{
		height: 36px;
		background-image: url(../img/shadow_right.gif);
		background-repeat: repeat-Y;
	}
	.shadow_bottom{
		height: 36px;
		background-image: url(../img/shadow_bottom.gif); 
		background-repeat: repeat-X;
	}
	.shadow_corner{
		height: 36px;
		background-image: url(../img/shadow_corner.gif); 
		background-repeat: no-repeat;
	}
/* reklámsávok */
	.ad_vr{
		width: 100px;
		border-left: 1px dotted #F27F00;
		text-align: center;
		vertical-align: top;
		font-size: 10px;
	}
	.ad_hr{
		height: 100px;
		border-top: 1px dotted #F27F00;
		text-align: center;
		vertical-align: top;
		font-size: 10px;
	}
	.ad_vr a{
		border-left: 7px solid white;
	}
/* szöveg */
	.mainframe{
		font-size: 12px;
		padding: 0px 10px 10px 10px;
		vertical-align: top;
		background-color: #ffffff;
		text-align: justify;
		width: 680px;
	}
	.maintitle{
	}
	.title{
		background-image: url(../img/orange_cube.gif);
		background-position: 0px 3px;
		background-repeat: no-repeat;
		color: black;
		font-weight: bold;
		font-size: 20px;
		padding-left: 20px;
		padding-bottom: 10px;
	}
	.editor_title{
		/* background-image: url(../img/orange_cube.gif); */
		background-position: 0px 3px;
		background-repeat: no-repeat;
		color: black;
		font-weight: bold;
		font-size: 20px;
		padding-left: 0px;
		padding-bottom: 10px;
		border: 0px;
		width: 500px;
		
	}
/* menuedit */
	.menu_edit_head{
		font-size: 12px;
		font-weight: bold;
	}
	.hiddendiv{
		visibility: hidden;
		padding: 0px;
		height: 0px;
	}
	.visiblediv{
		visibility: visible;
		padding: 10px;
		height: 20px;
	}
/* seach hitlist */
	.hitlist{
		font-weight: bold;
		padding: 2px;
	}
	.hitlist_content{
		padding-left: 20px;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
	}

	
	
/* *************************** */
/*       R E D E S I G N       */
/* *************************** */

	body{
		background-color: white;
		padding: 0px;
		margin: 0px;
		text-align: center;
		font-size: 12px;
		font-family: arial;
		text-align: left;
		background-color: #edf2f5;				
	}
	img{
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		border: 0px;
		margin: 0px;
	}
	.vs_full{
		width: 100%;
	}
	.vs_1024{
		width: 1024px;
		margin: 0px;
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
		
		/* * /
		border-left: 1px dotted orange;
		border-right: 1px dotted orange;
		/* */
	}
	.vs_lang_holder{
		float: right;
		padding: 0px; 
		margin: 0px;
		border: 0px;
	}
	.vs_lang_holder td{		
		color: white;
		background-image: url(../images/vs_lang_bg.png);
		background-repeat: repeat-x;
		background-position: top left;		
		height: 28px;		
	}
	.vs_lang_holder td a{
		color: white;
	}
	.vs_lang_holder td a:hover{
		color: #f47d00;
	}
	.vs_lang_holder td.first{	
		background-image: url(../images/vs_lang_left.png);
		background-repeat: repeat-x;
		background-position: top left;	
		width: 10px;
	}
	.vs_lang_holder td.last{	
		background-image: url(../images/vs_lang_right.png);
		background-repeat: repeat-x;
		background-position: top right;	
		width: 10px;
	}	
	.vs_top_bg{
		background-image: url(../images/vs_bg.png);
		background-repeat: repeat-x;
		background-position: top left;	
	}
	.vs_blue_bg{
		/* background-image: url(../images/vs_bg.png); */
		background-repeat: repeat-x;
		background-position: top left;			
		background-color: #edf2f5;
	}
	.vs_white_bg{
		/* background-image: url(../images/vs_bg.png); */
		background-repeat: repeat-x;
		background-position: top left;			
		background-color: #ffffff;
	}	
	.vs_left_holder{
		float: left;
		width: 176px;	
	}
	.vs_logo{
		background-image: url(../images/vs_logo.png);
		background-repeat: repeat-x;
		background-position: top left;	
		height: 117px;
	}
	.vs_center_holder{
		width: 713px;
		float: left;
	}
	.vs_slogan{
		width: 713px;
		height: 50px;				
		text-align: center;
	}
	.vs_slogan span.before{	
		background-repeat: no-repeat;
		background-position: bottom left;			
		background-image: url(../images/vs_qb.png);	
		height: 40px;
		padding-left: 15px;
		padding-bottom: 10px;		
	}	
	.vs_slogan span.after{	
		height: 40px;	
		background-repeat: no-repeat;
		background-position: top right;			
		background-image: url(../images/vs_qe.png);	
		padding-top: 5px;
		padding-right: 15px;		
		
		font-size: 25px;
		color: #004179;
	}
	.vs_main_bg{
		background-repeat: repeat-y;
		background-position: top left;			
		background-image: url(../images/vs_main_bg.png);		
	}
	.vs_topmenu{
		width: 713px;
		height: 67px;				
		background-repeat: no-repeat;
		background-position: bottom center;
		background-image: url(../images/vs_topmenu_bg.png);
	}	
	.vs_topmenu_holder{
		float: left;
		height: 47px;
		width: 540px;
			
	}	
	.vs_search_holder{
		float: right;
		height: 47px;
		width: 170px;
		padding: 0px;		
	}	
	.vs_path_holder{
		padding-left: 12px;
	}
	.vs_footer_center{
		background-repeat: repeat-y;
		background-position: top left;			
		background-image: url(../images/vs_footer_center.png);	
	}
	.vs_footer_top{
		background-repeat: no-repeat;
		background-position: top left;			
		background-image: url(../images/vs_footer_top.png);
		height: 21px;
		
		margin-bottom: 5px;		
	}
	.vs_footer_bottom{
		background-repeat: no-repeat;
		background-position: top left;			
		background-image: url(../images/vs_footer_bottom.png);
		height: 32px;
	}	
	.vs_copyright{
		float: left;
		color: white;
		font-size: 10px;
		padding: 8px 0px 0px 16px;
	}
	.vs_bottommenu{
		float: right;
		color: white;
		font-size: 10px;
		padding: 8px 16px 0px 0px;
	}
	.vs_bottommenu a{
		color: white;
	} 
	.vs_bottommenu a:hover{
		color: #f47d00;
	}
	.vs_contact_block{
		float: left;
		width: 250px;
		background-repeat: no-repeat;
		background-position: top left;			
		background-image: url(../images/vs_humap.png);
		margin-left: 15px;
		color: white;
	}
	.vs_sectiontitle{
		padding-left: 18px;
		
		background-repeat: no-repeat;
		background-position: 0px 2px;
		background-image: url(../images/vs_cube.gif);

		
		font-size: 18px;
		color: white;
	}
	.vs_left_sidebar{
		float: left;
		width: 180px;
	}
	.vs_content{
		float: left;
		width: 705px;	
	}
	.vs_right_sidebar{
		float: left;
		width: 139px;
	}
/*ads*/	
	.vs_side_ads{
		color: #a8a7a4;
		font-size: 10px;
		text-align: center;
		padding-bottom: 10px;
	}
	.vs_side_ads .ad_wrapper{
		border: 4px solid #edf2f5;		
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;		
		width: 90px;
		height: 200px;
		margin-left: 20px;
	}
	.vs_side_ads_left .ad_wrapper{
		margin-left: 40px;
	}	
	.vs_main_ads{
		margin: 0 auto;
		color: #a8a7a4;
		font-size: 10px;
		text-align: center;		
		width: 468px;
	}
	.vs_main_ads .ad_wrapper{
		border: 4px solid #edf2f5;		
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;
		width: 468px;
		height: 60px;				
	}
	.vs_bottom_ads{
		float: right;
		width: 440px;
		color: white;
		font-size: 10px;
		text-align: center;
	}
	.vs_bottom_ads .ad_wrapper{
		border: 4px solid #1f66a5;		
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;	
		width: 403px;
		height: 105px;
	}	
/*ads*/	
	.vs_sidemenu, .vs_usermenu{
		margin-top: 5px;
		background-image: url(../images/vs_sidemenu_center.png);
		background-position: top left;
		background-repeat: repeat-y;
	}
	.vs_sidemenu div, .vs_usermenu div{
		background-image: url(../images/vs_sidemenu_top.png);
		background-position: top left;
		background-repeat: no-repeat;	
	}
	.vs_sidemenu div div, .vs_usermenu div div{
		background-image: url(../images/vs_sidemenu_bottom.png);
		background-position: bottom left;
		background-repeat: no-repeat;		
	
		padding-top: 7px;
		padding-bottom: 13px;
		padding-left: 7px;
	}
	.vs_sidemenu .vs_menutitle, .vs_usermenu .vs_menutitle{
		text-transform: uppercase;
		color: white;
		font-size: 12px;
		font-weight: bold;
		padding: 5px 0px 6px 11px;
		margin: 0px 0px 0px 0px;

		background-image: url(../images/vs_sidemenu_title.png);
		background-position: center right;
		background-repeat: no-repeat;
	}
	.vs_usermenu{
		background-image: url(../images/vs_usermenu_center.png);
	}
	.vs_usermenu div{
		background-image: url(../images/vs_usermenu_top.png);
	}
	.vs_usermenu div div{
		background-image: url(../images/vs_usermenu_bottom.png);
	}
	.vs_usermenu .vs_menutitle{
		color: white;
		background-image: url(../images/vs_usermenu_title.png);
	}	
	.vs_block{
		margin-left: 5px;
		margin-top: 5px;
		margin-bottom: 10px;
		width: 167px;
		background-image: url(../images/vs_block_bg.png);
		background-position: top left;
		background-repeat: repeat-y;		
	}
	.vs_block_header{
		padding: 4px 0px 0px 8px;
		height: 31px;
		background-image: url(../images/vs_block_header.png);
		background-position: top left;
		background-repeat: no-repeat;
	}
	.vs_block_bottom{
		padding: 5px 0px 5px 10px;
		background-image: url(../images/vs_block_bottom.png);
		background-position: bottom center;
		background-repeat: no-repeat;		
	}
/* redesign */
	.frontend_login_holder{
		color: white;
	}
	.frontend_login_holder a .submenu{
		color: white;
		padding-left: 15px;
	}
	.frontend_login_holder a:hover .submenu{
		color: #f47d00;
	}
	.search_inputbox{
		border: 0px;
		width: 149px;
		/* width: 130px; */
		height: 19px;
		padding: 0px;
		padding-left: 19px;
		margin: 0px;
		margin-top: 19px;
		margin-left: 9px;
		background-image: url(../images/vs_search_bg.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-color: transparent;		
	}
	.title{
		background-image: url(../images/vs_cube.gif);
		background-position: 0px 4px;
	}	
	.content_info{
		background-color: #edf2f5;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;			
	}
	.mainmenu, .menu_path_element, .menu_path_current_element{
		background-image: url(../images/vs_bullet.gif);
	}
	#cartinfo{
		margin: 0px;
		color: white;
	}	
	#cartinfo b{
		color: #f47d00;
	}
	.general_button{
		background-image: url(../images/vs_button_left.png);
		background-repeat: no-repeat;
		background-position: center left;				
		padding: 0px 0px 0px 0px;
		display: inline-block;
	}
	.general_button span{
		background-image: url(../images/vs_button_right.png);
		background-repeat: no-repeat;
		background-position: center right;		
		padding: 0px 0px 0px 0px;
		display: inline-block;		
	}
	.general_button span span{
		background-image: url(../images/vs_button_bg.png);
		background-repeat: repeat-x;
		background-position: center center;
		padding: 0px;
		margin: 0px 4px 0px 4px;
		display: inline-block;
		height: 21px;
	}	
	.general_button input{		
		padding: 3px 3px 3px 3px;
	}
	.frontend_login_text{
		font-size: 10px;
		padding-left: 8px;
	}
	.frontend_login_input{
		border: 0px;
		margin: 0px;
		padding: 0px 0px 0px 6px;
		background-image: url(../images/vs_input_bg.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-color: transparent;
		width: 149px;
		height: 19px;
		
		-webkit-border-radius: 0px;
		   -moz-border-radius: 0px;
				border-radius: 0px;			
	}
	.vs_loginblock .general_button{
		margin-top: 6px;
		margin-bottom: 4px;
	}
	.submenu{
		display: inline-block;
	}
	.frontpage_section_header_left{
		background-image: url(../images/title_left.png);
		padding-left: 8px;
	}
	.frontpage_section_header_bg{
		background-image: url(../images/title_main.png);
	}
	.frontpage_section_header_right{
		background-image: url(../images/title_right.png);
		width: 8px;
	}
	.frontpage_section_header{
		background-image: url(../images/title_out.png);
	}
/* menu */	
	.menu{
		height: 24px;
		/* margin-top: 23px; */
		padding-top: 23px;
		margin-left: 15px;
	}
	span.menuitem{ 
		display: block;
		list-style:none;
		height: 42px;
	}
	span.menuitem_left{ 	
		display: block;
	}
	span.menuitem_right{ 
		height: 42px;
		padding-top: 0px; 
		padding-left: 7px; 
		padding-right: 7px;
		display: block;
		cursor: pointer;
	}
	span.menuitem:hover,span.menuitem_hover{ 	
		background-image: url(../images/vs_tophover_center.png); 
		background-repeat: repeat-x; 
		background-position: bottom center; 
		display: block;
		list-style:none;
		height: 42px;	
	}
	span.menuitem_left:hover,span.menuitem_left_hover{ 	
		background-image: url(../images/vs_tophover_left.png); 
		background-repeat: no-repeat; 
		background-position: bottom left;
		display: block;
	}
	span.menuitem_right:hover,span.menuitem_right_hover{ 
		background-image: url(../images/vs_tophover_right.png); 
		background-repeat: no-repeat; 
		background-position: bottom right;
		height: 42px;
		padding-top: 0px; 
		padding-left: 7px; 
		padding-right: 7px;
		display: block;
		cursor: pointer;
	}
	span.menuitem_inner{
		display: block;
		cursor: pointer;
		padding-top: 4px;	
		height: 42px;
		padding: 10px 0px 0px 0px; 	
	}
	span.menuitem_inner_hover{
		display: block;
		cursor: pointer;
		padding-top: 4px;	
		height: 42px;
		padding: 10px 0px 0px 0px;
		color: #600d00;
	}
	li.menuitem{
		list-style: none;
		float: left;
		padding-left: 10px;
	}
	.menuitem_link{ 	
		color: black; 
		text-decoration: none;
	}
	.menuitem_link:hover{ 
		color: red;
	}
	.menuitem_link:active{ 
		color: red;
	}
	#sddm{	
		margin: 0;
		margin-left: 10px;
		margin-top: 5px;
		padding: 0;
		z-index: 30;
	}
	#sddm li{	
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
	}
	#sddm li a{	
		display: block;
		background: transparent;
		color: #eccc93;
		color: white;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		margin-right: 2px;
		display: block;
		background: transparent;	
	}
	#sddm li a:hover{		
		text-decoration: none;
		color: #600d00;	
	}
	#sddm div{	
		position: absolute;
		visibility: hidden;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		z-index: 30;
		border: 0px solid black;
	}
	#sddm div table{
		/* opacity: 1.0;
		filter: alpha(opacity = 100); zoom: 1;	/* IE */
		background-color: transparent;	
		/* padding-bottom: 10px; */
		
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;		
		/*
		box-shadow: 0px 0px 6px gray;		
		-moz-box-shadow: 0px 0px 6px gray;
		-webkit-box-shadow: 0px 0px 6px gray;	
		*/
	}
	#sddm div table table{
		border-radius: none;
		-moz-border-radius: none;
		-webkit-border-radius: none;
		
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		
	}
	#sddm div table .main{
		/* background-color: #eccc91; */
		/* background-image: url(../images/sg_dropdown_bg.png); */
		background-position: bottom center;
		padding-top: 5px;
		padding-top: 0px;
	}
	#sddm div a{	
		position: relative;
		display: block;
		margin: 0px 4px 0px 4px;
		padding: 2px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		font-weight: normal;
		color: #600d00;
	}
	#sddm div a:hover{	
		background-color: #f47d00;
		color: white;
		background-image: none;
		background-repeat: repeat-x;
		background-position: top center;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;		
	}
	#sddm div a.sub{	
		font-size: 12px;
		padding-left: 20px;
	}
	.mbm{
		width: 100%;
	}
	.mbl{
		background-color: transparent;
		background-image: url(../images/sg_dropdown_bl.png);
		background-repeat: no-repeat;
		background-position: bottom left;	
		font-size: 1px;
		height: 7px;
		width: 7px;
	}
	.mbc{
		background-color: transparent;
		background-image: url(../images/sg_dropdown_bc.png);
		background-repeat: repeat-x;
		background-position: bottom center;	
		font-size: 1px;
		height: 7px;
	}
	.mbr{
		background-color: transparent;
		background-image: url(../images/sg_dropdown_br.png);
		background-repeat: no-repeat;
		background-position: bottom right;
		font-size: 1px;
		height: 7px;
		width: 7px;	
	}
	.mtm{
		width: 100%;
	}
	.mtl{
		background-color: transparent;
		background-image: url(../images/sg_dropdown_tl.png);
		background-repeat: no-repeat;
		background-position: bottom left;	
		font-size: 1px;
		height: 7px;
		width: 7px;
	}
	.mtc{
		background-color: transparent;
		background-image: url(../images/sg_dropdown_tc.png);
		background-repeat: repeat-x;
		background-position: bottom center;	
		font-size: 1px;
		height: 7px;
	}
	.mtr{
		background-color: transparent;
		background-image: url(../images/sg_dropdown_tr.png);
		background-repeat: no-repeat;
		background-position: bottom right;
		font-size: 1px;
		height: 7px;
		width: 7px;	
	}
	.mtm{
		display: none;
	}
/* másik */
	#sddm div{	
		position: absolute;
		visibility: hidden;
		margin: 0;
		padding: 0;
		
		z-index: 30;
		border: 0px solid black;
	}
	#sddm div table{
		/* opacity: 1.0;
		filter: alpha(opacity = 100); zoom: 1;	/* IE */
		background-color: transparent;	
		/* padding-bottom: 10px; */
	}
	#sddm div a{
		position: relative;
		display: block;
		margin: 0;
		padding: 2px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: transparent;
		font-weight: normal;
		color: white;
		background-image: url(../../../img/libs/ht_mbc.png);	
	}
	#sddm div a.sub{
		font-size: 12px;
		padding-left: 20px;	
	}
	#sddm div a:hover{
		background-color: #f47d00;
		color: white;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;		
		
		background-image: url(../images/vs_button_bg.png);
	}
	.mbm{
		width: 100%;
	}
	.mbl{
		background-color: transparent;
		background-image: url(../../../img/libs/ht_mbl.png);
		background-repeat: no-repeat;
		background-position: bottom left;	
		font-size: 1px;
		height: 7px;
		width: 7px;
	}
	.mbc{
		background-color: transparent;
		background-image: url(../../../img/libs/ht_mbc.png);
		background-repeat: repeat-x;
		background-position: bottom center;	
		font-size: 1px;
		height: 7px;
	}
	.mbr{
		background-color: transparent;
		background-image: url(../../../img/libs/ht_mbr.png);
		background-repeat: no-repeat;
		background-position: bottom right;
		font-size: 1px;
		height: 7px;
		width: 7px;	
	}
	/* modify 2010-09-17 */
	.mainframe{
		background-color: transparent;		
		position: relative;
		top: -19px;
	}


	
	
	
	
	
	
	
	
	
	
	
	
	
