 .ui-tabs-hide
 {
	display: none
}

.tabs
{
	float: left;
}

.ui-widget-header
{
	list-style: none;
	height: 35px;
	background-image: url(../images/common/tabs-border-bottom.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.ui-widget-header li
{
	float: left;
	padding: 0 0 0 15px;
	display: block;
	*width: 1%;
	*white-space: nowrap;
}

.ui-widget-header li a
{
	color: #5b94bf;
	display: block;
	height: 35px;
	padding: 10px 20px 0 5px;
	outline: none;
}

.ui-tabs-selected
{
	background-image: url(../images/common/tab-left.png);
	background-repeat: no-repeat;
}

.ui-tabs-selected a
{
	background-position: top right;
	background-image: url(../images/common/tab-right.png);
	background-repeat: no-repeat;
}

.ui-tabs-panel
{
	padding-top: 25px;
}

.ui-tabs-panel>ul>li
{
	font-size: 11px;
	float: left;
	list-style-position: inside;
	list-style-image: url(../images/common/list-bullet.png);
}

.tabs #recreation li
{
	width: 93px;
}


.tabs #services li
{
	width: 128px;
}

.tabs #social li
{
	width: 120px;
}

.tabs #corporative li
{
	width: 120px;
}
 

.tabs #equipments li
{
	width: 210px;
}
 



