/*  By ilovecolors.com.ar  *
  *  http://www.ilovecolors.com.ar/rotating-jquery-tabs/ */
body{
	height: 100%;
	width: 100%;
	font: 0.75em Arial, Helvetica, sans-serif;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{ color:#d00; }
#block {
	margin: 15px auto 0;
	width: 285px;
	padding-right:5px;
	padding-left: 5px;
	clear:both;
	overflow:hidden;
	border: 10px solid #eee;
}
.htabs{	overflow:hidden; }
.htabs a{
	font-size:9px;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 15px; /*color:#d00;*/
	outline: none;
	height: 20px;
}

.htabs span a:hover{
	/*color: #000;*/
}
.htabs li{
	float:left;
	margin-top:2px;
	padding: 3px 2px 0 0;
	overflow:hidden;
}
.tabs{
	margin-top:2px;
	overflow:hidden;
}
.tabs li{
	background-color:#EEEEEE;
	clear:both;
	margin:4px 0;
	padding:9px;
}
.tabs li a:hover{
	padding-left:1px;
}
.htabs .select{
	color: #d00;
	background-image: url(../../img/tab.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


