
:focus {
  -moz-outline-style:none;
}
div.panes div {
	margin-top:0px;
	display:none;		
	padding:15px 10px;
	border-top:0;
	font-size:14px;
	background-color:#fff;
	padding-top:20px;
	height: auto;
}
 
/* root element for tabs  */

ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	clear:both;
	width:100%;
	margin-top:20px;
}
.prices-stolbik {
	width:100%;
	border-collapse:collapse;
}
/* single tab */
ul.tabs li {  
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style:none !important;
	list-style-image:none !important; 
	/*border-right:1px solid #666;*/
	color:#00878b;
	width:100%;
}
td.border {
	border-right:1px solid #666;
}
td.padding {
	padding-left:10%;
}
/* link inside the tab. uses a background image */
ul.tabs a {
	font-size:13px;
	font-weight:bold;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
	padding:6px 15px;
	font-weight:bold;
	color:#00878b;
}

ul.tabs a:active {	
	color:#000;
}

/* 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 {
	color:#000;
}



/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


.prices {
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
}
.prices td {
	padding:5px;
	padding-left:15px;
	font-size:12px;
	border-bottom:1px solid #666;
	text-align:left;
}


.prices td.cena {
	padding:5px;
	padding-left:15px;
	font-size:12px;
	border-bottom:1px solid #666;
	text-align:center;
	width:150px;
	vertical-align:middle !important;
}

.prices th {
	padding:5px;
	padding-left:15px;
	font-size:12px;
	border-bottom:2px solid #00878b;
	color:#01b4b8;
	font-size:14px;
	text-align:left;
	font-weight:bold;
}
.pricetable th.none {
	border-bottom:0px !important;
	padding:0px !important;
	padding-top:10px !important;
}
.pricetable th {
	padding-top:0px !important;
}

div.ogran {
	width:540px;
}


p {
	width:540px;
}


p.polno {
	width:100%;
}

.type_list li a, .tabs li a {
	color:#1059d2;
	font-size:17px;
	margin:8px 0 8px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}
.type_list li a:hover, .tabs li a:hover {
	color:#F17882;	
	font-weight:normal;
	}
/*ul.zvet li {float:left; margin-right:60px;}
ul.zvet {clear:both;}*/