/*  Стили для страничек с закладками (tab)  */

.etabs { 
    	margin: 0;
    	padding: 0;
    }
.tab { 
    	display: inline-block;
    	zoom:1;
    	*display:inline;
    	background: #eee;
    	border: solid 1px #999;
    	border-bottom: none;
    	-ms-border-radius: 4px 4px 0 0;
    	-moz-border-radius: 4px 4px 0 0;
    	-webkit-border-radius: 4px 4px 0 0;
    	border-radius: 4px 4px 0 0;
	
    }
.tab a { 
    	font-size: 12px;
    	line-height: 1.2em;
    	display: block;
    	padding: 0 10px;
    	outline: none;
    	
    }
.tab a:hover { 
    	text-decoration: underline;
    }
.tab .active { 
    	background: #fff;
    	padding-top: 6px;
    	position: relative;
    	top: 1px;
    	border-color: #666;
    }
.tab a.active { 
    	font-weight: bold;
    }
.tab-container .panel-container { 
    	background: #fff;
    	border-top: solid #666 1px;
    	padding: 10px;
    	
    }
.panel-container { 
    	margin: 0 0 10px 0;
    }
.tab-container {
		width:95%;
		margin-left:10px;
	}