﻿/* CSS Document */
		
#twTabs {
	margin: auto;
	width:100%;
	text-align:left;
}

#divTabs h3 {
	font-size:12px;
}

#loading {
	background:transparent url(http://myfc.ru/img/loader-circle.gif) no-repeat scroll center center;
	display:none;
	height:150px;
	width:100%;
	position:relative;
	/*position:absolute;
	top:0;*/
}
			
.tabs p i{
	position:absolute; 
	font:150px Arial; 
	line-height:40px; 
	font-weight:normal;
	color:#CCCC99;
}

.tabs p.info {
	color:#000000;

}

.hide{display:none;}


