@charset "UTF-8";
/* CSS Document */


.container {width: 100%; margin: 0px auto; text-align:center;}


ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 0px;
	width: 100%;
	position:relative; left:5px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border-left: none;
	margin-bottom: -1px;
	margin-left:0px;
	background: #333;
	overflow: hidden;
	position: relative;
	width:49%;
	border-bottom: 10px solid #900;
	color: #FFF;
	

}
ul.tabs li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-size:15px;
	padding: 0 20px;
	outline: none;
	background: url(http://pianos-international.com/navig/left_top.png)  0 0 no-repeat;
	border-bottom: 1px solid #900;

}
ul.tabs li a:hover {
	background: #ccc;
	color: #FFF;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #900;
	border-bottom: 10px solid #900;
}
.tab_container {
	
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
}
.tab_content {
	padding-top:40px;
	padding-left:6px;
	padding-right:12px;
	font-size: 1.2em;
	
	
}
.tab_content h2 {
	margin-top:30px;
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 1.8em;
}


.tab_header {
	margin-top:30px;
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 22px;
	color: #080430;
	padding-left:15px;
	text-align:justify;
}

.tab_content img{
margin-left: 20px; 
margin-right: 20px; margin-top: 10px; 
margin-bottom: 30px; 
float: left; 
}


.tab_content h3 a{
	color: #254588;
}
.comment {
margin-top:35px;
margin-bottom:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
border-bottom:#333333;
font-size:10px;

}
.tab_document {
background-color:#FFCC66;
padding-top:20px;
padding-bottom:10px;
padding-right:15px;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
	
}



