/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/
#example-two .list-wrap { background: url("../img/tabs_content.png") repeat-x 0 0;; padding: 10px; margin: 0 0 15px 0; }

#example-two ul { list-style: none; }
/*#example-two ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; text-decoration: none; text-transform:uppercase; }*/
#example-two ul li a:hover { background: #0099ea; color: white; }
#example-two ul li:last-child a {  }

#example-two .nav { overflow: hidden; }
#example-two .nav li {  float: left; margin: 0 10px 0 0; background: none no-repeat 0 5px;
padding-left: 3px; }
/*max-width: 120px;*/
#example-two .nav li.last { margin-right: 0; }
#example-two .nav li a { display: block; padding: 5px 9px 5px 9px; background: #fff; color: #055dad; font:bold 14px/22px "Calibri"; border: 1px solid #055dad; border-radius: 3px 3px 0 0; text-align: center; height: 20px}

#example-two li a.current,#example-two li a.current:hover { 
		background: #0099ea; /* Old browsers */
		background: -moz-linear-gradient(top,  #0099ea 0%, #0768bf 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099ea), color-stop(100%,#0768bf)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #0099ea 0%,#0768bf 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #0099ea 0%,#0768bf 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #0099ea 0%,#0768bf 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #0099ea 0%,#0768bf 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ea', endColorstr='#0768bf',GradientType=0 ); /* IE6-9 */
		color: #ffffff;
		border: none; color: white;
		border-radius: 3px 3px 0 0;
		height: 22px; 
	}
#example-two .nav li a:hover, #example-two .nav li a:focus { background: #0099ea;}
/* especially for odnoklassniki like button */
.oknonhide { border: 0px none; width: 120px; height: 30px; }