@charset "utf-8";
/* 
 #CSS Document 
 #Connect2me™
*/


html, body {
margin: 0;
padding: 0;
}
body {
	background-color: #f3f3f3;
	font-size: 13px;
}

.clear {
clear:both;
}
/*HEADER*/
#header_block{
background: #404a53;
position: relative;
height: 60px;
padding: 0;
min-width: 1000px;
width: 100%;
z-index: 1000;
}

#header_block.default{
	top: 0 !important;
}

#header_block.fixed{
	position: fixed;
	top: -75px;
}

#header_block.fxMin{
	position: fixed;
	top: 0;
}



/*Logo*/
#header_block a#logo{
	background: url(https://www.connect2me.com/static/techcrunch/images/top_panel/logo.png) no-repeat left top;
	display: block;
	position: absolute;
	width: 178px;
	height: 43px;
	left: 10px;
	top: 9px;
}

#logoFixedLeft{
	background: url(https://www.connect2me.com/static/techcrunch/images/top_panel/logo_min.png) no-repeat left top;
	position: fixed;
	width: 42px;
	height: 42px;
	left: 11px;
	top: -60px;
	opacity: 0.4;
	display: none;
	border-radius: 45%;
	-moz-border-radius: 45%;
	-webkit-border-radius: 45%;
	-khtml-border-radius: 45%;
}
/*/Logo*/

#header_block .header_block_right{
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
}

/*Info panel sprites*/
a.home, a.geolocation, 
a.contacts, a.dialog, 
a.purchase, a.clock {
	background: url(https://www.connect2me.com/static/techcrunch/images/top_panel/sprites.png) no-repeat;
	display: inline-block;
	width: 40px;
	height: 24px;
}

a.home {
	background-position: 18px 14px;
}

a.geolocation {
	background-position: -30px 16px;
}

a.contacts {
	background-position: -72px 15px;
}
a.dialog {
	background-position: -114px 16px;
}

a.purchase {
	background-position: -163px 17px;
}

a.clock {
	background-position: -210px 16px;
}

/*/Info panel sprites*/


/*Info Panel*/
#header_block .header_block_left{
	width: 1000px;
	height: 60px;
	height: 70px;
	margin: 0 auto;
}

#header_block .header_block_left.default{
	position: relative;
	top: 0;
	right: 6px;
	
}

#header_block .header_block_left > ul{
	
	display: block;
	height: 60px;
	margin: 0;
	padding: 0;
	
}

#header_block .header_block_left > ul > li{
	
	display: block;
	float: left;
	margin: 0 1px 0 0;
	list-style: none;
	
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
	width: 60px;
	height: 60px;
}

#header_block .header_block_left > ul > li > a, #header_block .header_block_left > ul > li > span{
	display: block;
	width: 60px;
	height: 60px;
	
	display: block;
	width: 60px;
	height: 60px;
	display: inline-block;
	
}

#header_block .header_block_left > ul > li#logoMin{
	width: 60px;
	display: none;
}

#header_block .header_block_left > ul > li#logoMin > a{
	background-image: url(https://www.connect2me.com/static/techcrunch/images/top_panel/logo_min.png);
	/*display: none;*/
}
#header_block .header_block_left > ul > li#home > a{
	background-image: url(https://www.connect2me.com/static/techcrunch/images/top_panel/icon_home.png);
}
#header_block .header_block_left > ul > li#time > a{
	/*background-image: url(../images/top_panel/icon_clock.png);*/
}
#header_block .header_block_left > ul > li#buy > a{
	/*background-image: url(../images/top_panel/icon_purchase.png);*/
}
#header_block .header_block_left > ul > li#geolocation > a{
	/*background-image: url(../images/top_panel/icon_geolocation.png);*/
}
#header_block .header_block_left > ul > li#cards > a{
	background-image: url(https://www.connect2me.com/static/techcrunch/images/top_panel/icon_bk_noactive.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#header_block .header_block_left > ul > li#chat > a{
	background-image: url(https://www.connect2me.com/static/techcrunch/images/top_panel/icon_chat_noactive.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#header_block .header_block_left > ul > li#dialogs > a{
	background-image: url(https://www.connect2me.com/static/techcrunch/images/top_panel/icon_dialogs.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#header_block .header_block_left > ul > li#contacts > a{
	background-image: url(https://www.connect2me.com/static/techcrunch/images/top_panel/icon_contacts.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#header_block .header_block_left > ul > li#logo_z{
	display: none;
}

#header_block .header_block_left > ul > li#logo_z.active{
	display: block;
}

#header_block .header_block_left > ul > li#logo_z > a{
	background-image: url(https://www.connect2me.com/static/techcrunch/images/top_panel/itemOptions.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#header_block .header_block_left > ul > li#geolocation > span{
	background: url(https://www.connect2me.com/static/techcrunch/images/top_panel/icon_geolocation.png) no-repeat center center;
	opacity: 0.5;
}
#header_block .header_block_left > ul > li#contacts > span{
	background: url(https://www.connect2me.com/static/techcrunch/images/top_panel/icon_contacts.png) no-repeat center center;
	opacity: 0.5;
}
#header_block .header_block_left > ul > li#dialogs > span{
	background: url(https://www.connect2me.com/static/techcrunch/images/top_panel/icon_dialogs.png) no-repeat center center;
	opacity: 0.5;
}
#header_block .header_block_left > ul > li#buy > span{
	background: url(https://www.connect2me.com/static/techcrunch/images/top_panel/icon_purchase.png) no-repeat center center;
	opacity: 0.5;
}
/*
#header_block .header_block_left ul li#cards a{
	background-image: url(../images/top_panel/icon_bk.png);
}
#header_block .header_block_left ul li#chat a{
	background-image: url(../images/top_panel/icon_chat.png);
}
*/
#header_block .header_block_left > ul > li:hover{
	background: #4d555b;
}

#header_block .header_block_left > ul > li.active > a{
	background-color: #50A9CB;
	height: 59px;
	border-bottom: 4px solid #2F819F;
}

#header_block .header_block_left > ul > li#logoMin > a{
	width: 70px;
}
/*/Info Panel*/

/*How Much*/
/*Info Panel*/
#header_block .howMuch{
	float: right;
	height: 60px;
}

#header_block .howMuch > ul{
	display: block;
	height: 60px;
	margin: 0;
	padding: 0;
	float: left;
}



#header_block .howMuch > ul > li{
	background: url(https://www.connect2me.com/static/techcrunch/images/top_panel/li_bg_right.png) no-repeat left center;
	display: block;
	float: left;
	margin: 0;
    padding: 0;
	list-style: none;
	height: 60px;
	position: relative;
}

#header_block .howMuch > ul > li#flag a{
	background: url(https://www.connect2me.com/static/techcrunch/images/flags/rus.png) no-repeat center center;
	display: block;
	padding-left: 40px;
	margin-top:2px;
	}

#header_block .howMuch > ul > li#flag:hover {
background: #4d555b;
}


#header_block .howMuch > ul > li:first-child{
	background: none;

}


#header_block .howMuch > ul > li > a{
	display: block;
	height: 34px;
	padding: 23px 15px 2px 55px;
	color: #ffffff;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
}

#header_block .howMuch > ul > li > a:hover{
	background-color: #4D555B;

}

#header_block .howMuch > ul > li > a.active{
	background-color: #2C3339;
}

#header_block .howMuch > ul > li#basket > a{
	background:   ;
	background-image: url(https://www.connect2me.com/static/techcrunch/images/flags/rus.png);
	background-repeat: no-repeat;
	background-position: 35px 25px;

}
#header_block .howMuch > ul > li#money > a{
	background-image: url(https://www.connect2me.com/static/techcrunch/images/top_panel/icon_purse.png);
	background-repeat: no-repeat;
	background-position: 15px 17px;
}

#header_block .howMuch > ul > li#basket > a.getBasket.hasTov span{
	background: #FD7D28;
	display: inline-block;
	padding: 10px 0;
	margin: -7px 0 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 7px;
	color: #FFFFFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
    width: 28px;
    height: 8px;
	text-align: center;
}


#header_block .howMuch > ul > li#basket > a.getBasket.nothing{
	display: none;
}

#header_block .howMuch > ul > li#basket > a > span#productTotalCnt {

width: 20px;
}
/*/How Much*/

/*flags*/
#header_block .flags{
	float: right;
	height: 60px;
	padding: 0 3px;
}

#header_block .flags > ul{
	display: block;
	margin: 0;
	padding: 0;
}

#header_block .flags > ul > li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#header_block .flags > ul > li > a{
	display: block;
	padding: 25px 15px 0 15px;
	height: 35px;
}

#header_block .flags > ul > li > a:hover{
	background-color: #4D555B;
}

#header_block .flags > ul > li > a.active{
	background-color: #2C3339;
}

#header_block .flags > ul > li > img{
	width: 18px;
	height: 13px;
	border: none;
}
/*/flags*/

/* card Users */
#header_block .user_card{
	background-image: url("https://www.connect2me.com/static/techcrunch/images/top_panel/li_bg_right.png");
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	height: 52px;
	padding: 9px 15px 0 15px;
	color: #FFFFFF;
	cursor: ;
	position: relative;
}
#header_block .user_card.pro{
    background-color:#50A9CB;
    height:51px;
}
#header_block .user_card.pro .account{
    float:left;
    font-size:18px;
    padding:15px 20px 0 0;
}

#header_block .user_card:hover{
	background-color: #2C3339;
}

#header_block .user_card .cuAvatar{
	background: url(https://www.connect2me.com/static/techcrunch/images/top_panel/nonUserIcon.png) no-repeat left top;
	float: left;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}
#header_block .user_card.pro .cuAvatar{
	background: url(https://www.connect2me.com/static/techcrunch/images/top_panel/nonUserIconBlue.png) no-repeat left top;
	float: left;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}

#header_block .user_card .cuAvatar img{
	display: inline-block;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
}

#header_block .user_card .cuName{
	/*float: left;
	font-size: 14px;
	padding: 16px 0 0 15px;
	max-width: 120px;
	overflow: hidden;
	height: 15px;
	white-space: nowrap;
	position: relative;*/
}

#header_block .user_card .cuName span{
	background-color: #404A53;
	display: block;
    padding: 0 0 0 5px;
    position: absolute;
    right: 0;
}

#header_block .user_card:hover  .cuName span{
	background-color: #2C3339;
}

#header_block .user_card #userLinks{
	background-color: #2C3339;
    display: none;
    margin: 0;
    min-width: 186px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 60px;
}

#header_block .user_card:hover #userLinks{
	display: block;
}

#header_block .user_card #userLinks a{
	color: #FFFFFF;
    display: block;
    font-size: 13px;
    line-height: 12px;
    padding: 20px 20px 20px 64px;
    text-decoration: none;
    white-space: nowrap;
}

#header_block .user_card #userLinks a:hover{
	background-color: #5B6165;
}

#header_block .user_card #userLinks a#profile{
	background-image: url(https://www.connect2me.com/static/techcrunch/images/top_panel/icon_user_block.png);
	background-position: 25px center;
	background-repeat: no-repeat;
}
#header_block .user_card #userLinks a#settings{
	background-image: url(https://www.connect2me.com/static/techcrunch/images/top_panel/icon_user_settings.png);
	background-position: 26px center;
	background-repeat: no-repeat;
}
#header_block .user_card #userLinks a#exit{
	background-image: url(https://www.connect2me.com/static/techcrunch/images/top_panel/icon_user_exit.png);
	background-position: 28px center;
	background-repeat: no-repeat;
}
/* /card Users */

/*/HEADER*/
