#tabmenu{
	height:26px;
	background:transparent url(/images/gfx/tabcontent-bg-top.png) 0px 25px no-repeat;
	}
	#tabmenu ul{
		list-style-type:none;
		width:460px;
		margin:0;
		padding:0;
		}
		#tabmenu ul li{
			height:26px;
			float:left;
			background: url(/images/gfx/tab-bg.png) no-repeat; 
			}
		#tabmenu ul li a span{
			display:block;
			padding:0 18px;
			line-height:27px;
			background: url(/images/gfx/tab-bg-right.png) top right no-repeat; 
			}
		#tabmenu ul li a{
			font-size:11px;
			font-weight:bold;
			color:#9e9e9e;
			display:block;
			}
			#tabmenu ul li a:hover{
				background: url(/images/gfx/tab-active-bg.png) no-repeat; 
				text-decoration:none;
				}
	#tabmenu ul li.tabactive{
		background: url(/images/gfx/tab-active-bg.png) no-repeat !important; 
		}

			#tabmenu ul li a:hover span, #tabmenu ul li.tabactive a span {
				display:block;
				color:#4b4c5f;
				font-size:13px;
				background: url(/images/gfx/tab-active-bg-right.png) top right no-repeat; 
				}
				

	
		
.slider-display-block{
	text-align:left;
	padding:0 10px;
	display:block !important;
	}
	.slidetext{background:white;display:none;}
		.slidetext a{
			background:transparent url(/images/gfx/arrow.png) no-repeat right 3px;
			padding:0 10px 0 0;
			font-size:12px;
			line-height:23px;
			}
		.slider h3{
			margin:3px 0 2px 0;
			font-size:12px;
			}
			
#tabcontent{
	position:relative;
	padding:20px 0 0 25px;
	background:#fff url(/images/gfx/tabcontent-bg.png) no-repeat -1px 0;
	width:433px;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	
	}
	#block{
		float:left;
		margin:0 28px 30px 0;
		font-size:11px;
		}
		#content #block img{
			border:1px solid #e2e2e2;
			}
		#block a{
			color:#6b6c7f;
			text-decoration:none;
			}
	#tabcontent-bottom{
		background: url(/images/gfx/vakbottom.gif) top left no-repeat;
		line-height:7px;
		height:7px;
		margin:0 0 20px;
		}