/*  
Theme Name: VPPP
Theme URI: http://www.vppp.org.ua
Description: Theme for VPPP.ORG.UA web-site
Author: Alexey Fomazov
Author URI: http://quadro.kharkov.ua
*/


/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel#toppanel/button */

#toppanel {
    position: relative;
    top: 0;
    left:0;
    height: 42px;
    width: 100%;
    text-align: center;
}


#toppanel ul.language {
  	height: 42px;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
  	color: white;
  	font-size: 110%;
        white-space:nowrap;
        text-align: center;
  	background: url(../img/panel/tab_m.png) repeat-x 0 0;
}

#toppanel ul.language li {
  	padding: 0 6px;
	display: inline;
	height: 42px;
}

#toppanel ul.language li.active {
  	padding: 0 6px;
	display: inline;
	height: 42px;
        cursor: default;
}

#toppanel ul.language li a {
	color: #69BF20;
}

#toppanel ul.language li a:hover {
	color: white;
}

#toppanel ul.language li.active a {
	color: white;
	cursor: default;
}

#toppanel ul.language li.active a:hover {
	color: white;
        text-decoration: none;
	cursor: default;
}

#toppanel .sep {color:#414141}

#toppanel a.lang-ru, #toppanel a.lang-ua, #toppanel a.lang-en {
	padding-left: 30px !important;
        padding-right: 30px;
}

#toppanel a.lang-ru {background: url(../img/panel/ru.png) no-repeat left 0;}
#toppanel a.lang-ua {background: url(../img/panel/ua.png) no-repeat left 0;}
#toppanel a.lang-en {background: url(../img/panel/en.png) no-repeat left 0;}

