a:active {
  outline:none;
}
 
:focus {
  -moz-outline-style:none;
}
div.panes div {
	/*display:none;*/		
	padding:15px 10px;
	border:1px solid #000;
	border-top:0;
	height:322px;
	font-size:14px;
	background-color:#fff;overflow-y:auto;
}
 
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:37px;
	border-bottom:1px solid #000;	
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(/templates/voitto/images/tabs4.png) no-repeat 0 0;
	font-size:11px;font-weight:bold;
	display:block;
	height: 37px;  
	line-height:37px;
	width: 146px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0px -37px;	
	color:#b2b2e2;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0px -74px;		
	cursor:default !important; 
	color:#000 !important;
}


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}
.big_table {
	width: 700px;
	text-align: center;
}

.code 		{ font-family : Verdana,sans-serif;font-size:11px;color:#424242; background-color:#F6f6f6; padding:7px; margin-top:20px; margin-bottom:20px;border:1px solid #cccccc;}

.ssilka {
	font-family: Verdana, Geneva, sans-serif;
	color: #CC0000;font-weight:bold;
	}
	
PRE {
	DISPLAY: none
}

.image_left {
	border: 1px solid #999999;
	position: static;
	float: left;
	margin-top: 6px;
	margin-right: 6px;
}

.zagolovok {
	text-align: center;
	font: bold 16px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #060;
	margin: 13px;
}
