.content_tab_left {
	background-image: url('../site_images/tab_left.jpg');
	background-repeat: no-repeat;
	width: 8px;
	height: 42px;
	font-size: 0px;
	float: left;
		
}
.content_tab_mid {
	background-image: url('../site_images/tab_mid.jpg');
	background-repeat: repeat-x;
	float: left;
	height: 42px;
		
}
.content_tab_mid .title{
	padding: 10px 20px 10px 20px;
			
}
.content_tab_right {
	background-image: url('../site_images/tab_right.jpg');
	background-repeat: no-repeat;
	width: 11px;
	height:42px;
	float: left;
				
}
.tab{
	background-image: url('../site_images/tab_block_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 958px;
	height: 42px;
	float: left;
		
}
.tab_block_right {
	width: 12px;
	float: right;
	height: 42px;
	
}
