@charset "utf-8";
#nav {
     margin: 0;
     padding: 0;
     list-style: none;
     overflow: hidden;
}
            
#nav li {
     float: left;
     margin: 0px 0px 0px 5px;
}
                
#nav li a,
#nav li a:visited{
     display: block;
     padding: 3px 10px;
     background: #EFEFEF;
     border: 0px solid #003;
     border-bottom: none;
     text-decoration: none;
     color: #111;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
}
                
#nav li.active a{
     background: #cccccc;
     color: #333;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
}
                
.content_soc {
     width: 292px;
     padding: 0px;
	 overflow:hidden;
}
                
.content_soc_inner {
     display: none;
	 width:292px;
	 overflow:hidden;
}

<!-- Всплывющие подсказки -->

ul {list-style-type: none; margin:0; padding:0}

li {

		display: inline;
		list-style-type: none;
		margin:0px;
		padding:0px;

	}

		.tooltip {

			text-decoration: none;
			top:auto;
			right:auto;
			bottom:auto;
			left:auto;
			display:inline;
			position: relative;

		}

		.tooltip span {
			margin-left: -999em;
			position: absolute;
		}

		.tooltip div.span {

			margin-left: -999em;
			position: absolute;
			display: inline;

		}

		.tooltip.hover div.span, .tooltip:hover div.span {

			position: absolute; right: -4px; top: 0em; z-index: 99;

			margin-left: 0;
			display:block;

		}

		.tooltip.hover span, .tooltip:hover span {

			position: absolute; right: -4px; top: 0em; z-index: 99;

			margin-left: 0;
			display:block;

		}


		* html a:hover { background: transparent; }

		.inner {
		border: 12px solid #EAEAEA; 
		display:block; 
		z-index:10; 
		position:relative; 
		background-color:#FFFFFF;
		-webkit-box-shadow: 0 0 6px #000000;
		-moz-box-shadow: 0 0 6px #000000;
		box-shadow: 0 0 6px #000000;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		behavior: url(/js/pie/PIE.htc);
		}

		.arrow {height:25px; background-image:url(/images/template-img/arrow.gif); background-repeat:no-repeat; background-position: right bottom; }
		
		
		a.iphone_link {
	font-size: 18px;
}
