﻿.sbi_container{
	position:relative;
	margin:0 auto;
	overflow:hidden;
	padding:0px;
	width:559px!important;
	/*-moz-box-shadow:1px 1px 5px #000;*/
	/*-webkit-box-shadow:1px 1px 5px #000;*/
	/*box-shadow:1px 1px 5px #000;*/
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:1px 1px 1px 1px;
}
.sbi_panel{
	float:left;
	position:relative;
	height:100%;
	overflow:hidden;
	background-repeat:no-repeat;
	left: 0px; top: 0px; 
}
.sbi_panel_img{
	position:absolute;
	height:100%;
	top:0px;
	background-repeat:no-repeat;
}
.sbi_label{
font-family:Verdana;
	display:block;
	width:100%;
	text-align:center;
	font-size:8pt;
	height:30px;
	line-height:15px;
	position:absolute;
	bottom:-2px;
	left:0px;
	opacity:0.9;
	cursor:pointer;
	color:#3f77c2 !important;
	/*font-weight:bold  !important;*/

}
.sbi_label:hover{
	opacity:0.9;
}
.sbi_content{
	position:absolute;
	border-top:2px solid #000;
	bottom:10%;
	left:0px;
	width:100%;
	background-image:url('../KOCKW_EN_Images/Menu/pattern1.png');
	display:none;
	overflow:hidden;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.sbi_content ul{
	padding:10px;
	padding-left:2px !important;
	font-size:8pt  !important;
}
.sbi_content ul li{
	padding:2px  !important;
	font-size:8pt  !important;
}
.sbi_content ul li a{
	display:block;
	color:#ffffff !important;
	font-size:8pt  !important;
	 font-family:Verdana !important;
	font-style:normal !important;
	padding:4px 6px 4px 14px;
	background:transparent url('../KOCKW_EN_Images/menu/triangle.png') no-repeat 3px 50%;
	opacity:0.9;
}
.sbi_content ul a{
	display:block;
	color:#f0f0f0;
	font-size:8pt;
	padding:4px 6px 4px 14px;
	background:transparent url(../images/triangle.png) no-repeat 3px 50%;
	opacity:0.9;
}
.sbi_content ul a:hover{
	background-color:#000;
	color:#fff;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
}