
#main div.tab-info a{text-decoration:none;color:#ef037f;font-weight:bold;}
#main div.tab-info img{display:block;}
#main div.tab-info a:hover{text-decoration:underline;}

#main{
	margin:0 0 40px;
	overflow:hidden;
	width:100%;
}
#main div.block{
	padding:0 20px 20px;
	overflow:hidden;
	width:758px;
	background:#fff url(../img/bg-block.gif) repeat-x 0 100%;
	border-bottom:1px solid #d2d2d2;
}
#main ul#tabs{
	padding:4px 0 2px 9px;
	margin:0 0 -2px;
	float:left;
}
#main ul#tabs li{
	float:left;
	list-style:none;
	position:relative;
	margin:0;
}
#main ul#tabs li a{
	float:left;
	cursor:pointer;
	text-decoration:none;
}
#main ul#tabs li a:hover{
	text-decoration:none;
}
#main ul#tabs li a strong{
	color:#bdbdbd;
	float:left;
	line-height:23px;
	height:23px;
	padding:5px 10px 0 25px;
	background:url(../img/bg-tab-begin.png) no-repeat 0 0;
}
#main ul#tabs li.tabs-selected{
	margin:-4px -1px -2px 0;
}
#main ul#tabs li.tabs-selected a strong{
	font-size:14px;
	color:#ef037f;
	height:25px;
	padding-top:7px;
	padding-bottom:2px;
	line-height:25px;
	background:url(../img/bg-active-tab-b.png) no-repeat 0 0;
}
#main ul#tabs li.tabs-selected a span{
	height:34px;
	background:url(../img/bg-active-tab-e.png) no-repeat 0 0;
}
#main ul#tabs li a span{
	float:left;
	height:28px;
	width:13px;
	background:url(../img/bg-tab-end.png) no-repeat 0 0;
}
#main div.tab-info{
	width:100%;
	clear:both;
	overflow:hidden;
}
#main div.tab-info div.info-top{
	width:100%;
	overflow:hidden;
	background:url(../img/bg-block-top.png) no-repeat 0 0;
	height:10px;
}
#main div.tab-info div.info-bottom{
	width:100%;
	overflow:hidden;
	background:url(../img/bg-block-bottom.png) no-repeat 0 0;
	height:11px;
}
#main div.tab-info div.info-inner{
	padding:0 19px 1px 12px;
	width:727px;
	background:url(../img/bg-block-inner.gif) repeat-y 0 0;
	overflow:hidden;
}
#main div.tab-info div.info-inner div.image{
	float:left;
	padding:2px 20px 0 0;
}
#main div.tab-info div.text{
	float:left;
	margin:5px 0 0;
	width:520px;
}
#main div.tabs-hide{
	display:none;
}
#main div.more{
	padding:0 0 0 18px;
	margin:18px 0 0;
	width:506px;
	overflow:hidden;
	background:url(../img/bg-more.gif) no-repeat 0 8px;
}
#main div.more a{
	float:left;
	font-size:11px;
	line-height:13px;
	border-bottom:1px solid #bdbdbd;
	margin:14px 0 0;
}
#main div.more a:hover{
	border:none;
	text-decoration:none;
}
#main div.more a.apply{
	float:right;
	text-indent:-99999px;
	width:154px;
	border:0 none;
	height:41px;
	margin:0;
	background:url(../img/bg-apply.gif) no-repeat 0 0;
}