/* CSS Reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
table td{
	vertical-align:top;
}
img,fieldset{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sup{
	vertical-align:text-top;
}
sub{
	vertical-align:text-bottom;
}
input,textarea,select,button{
	font:300 13px Arial, Helvetica, sans-serif;
        color:#232323;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
textarea{
	resize:none;
	overflow:auto;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
	margin:0;
	padding:0;
}
:focus{outline:none;}
/*default styles*/
html, body{
	height:100%;
}
body{
	overflow-y: scroll;
    font:300 13px Arial, Helvetica, sans-serif;
    color:#232323;
}
p{
    margin:0 0 22px;
	line-height:22px;
}
a{
    color:#222;
    text-decoration:underline;
	outline:none;
}
a:hover{
    color:#222;
	text-decoration:none;
}
h1{
	font:500 30px/30px   Arial, Helvetica, sans-serif;
    color:#232323;
	margin:0 0 24px;
}
h2{
	font:500 18px/21px   Arial, Helvetica, sans-serif;
    color:#222;
	margin:0 0 17px;
}
h3{
	font:300 22px/26px   Arial, Helvetica, sans-serif;
    color:#666;
	margin:3px 0 15px;
}
h4{
	font:700 18px/18px   Arial, Helvetica, sans-serif;
    color:#222;
	margin:0 0 19px;
}
h5{
	font:700 16px/18px   Arial, Helvetica, sans-serif;
    color:#007071;
	margin:0 0 14px;
}
ul{
	margin:0 0 14px 0;
	list-style-position:outside;
}
ol{
	margin:0 0 14px 20px;
	list-style-position:outside;
	list-style-type:decimal;
}
li ul, li ol{
	margin-top:5px;
	margin-bottom:10px;
	list-style-type:none;
}
li{
	margin-bottom:5px;
}
.middle{
	vertical-align:middle;
}
.fl{
	float:left !important;
}
.fr{
	float:right !important;
}
.cl{
	clear:both;
	height:0px;
	font-size:0px;
	overflow:hidden;
}
.clearFix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
*html .clearFix{
	zoom:1;
}
*+html .clearFix{
	zoom:1;
}
::-webkit-input-placeholder{
	color:#b7b7b7;
}
::-moz-placeholder{
	color:#b7b7b7;
	opacity:1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color:#b7b7b7;
}
.placeholder{
	color:#b7b7b7;
}
/*format styles*/
/*--- column size ---*/
.page{

}
.wrapper{
	width:840px;
	margin:0 auto;
	padding:0 0px;
        position: relative;
}
.container{
	background: #fff;
	padding:0px;
}
.sidebar-left{
	float:left;
	margin:0 0 0 -190px;
	padding:29px 0;
	width:145px;
	min-height:650px;
	display:inline-block;
	text-align:right;
	position:relative;
}
.sidebar-right{
	float:right;
	margin:0 -190px 0 0;
	padding:29px 0;
	width:145px;
	min-height:650px;
	display:inline-block;
	text-align:left;
	position:relative;
}
/*---/ column size ---*/
.head{
	background:#eeeff0;
	position: fixed;
        /*position: absolute;*/
	z-index: 100000;
	width: 100%;
	top: 0px;
}
.head .logo{
	float:left;
        margin-top: 6px;
}
.head .logo img{
	display:block;
}
.head .sort{
	float: left;
	color: #333333;
	line-height: 14px;
	margin: 6px 15px 0 20px;
	position: relative;
	z-index: 100;
}
.head .sort span{
	display:block;
	float:left;
	margin:7px 10px 0 0;
}
.head .sort a{
	display:block;
	float:left;
	text-decoration:none;
	margin:0 2px 0 0;
        padding:8px 9px 10px;
        color: #333333;
        border:2px solid #eeeff0;
        -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
        font-size: 14px;
}
.head .sort a:hover{
	background:#dbddde;
        border:2px solid #dbddde;
}
.head .sort a.act{
	color:#2992d7;
        font-weight: bold;
	border:2px solid #2992d7;
}
.head .sort a.act:hover {
        background: transparent;
}
.head .sort span{
	display:none;
	position:relative;
	border-bottom:1px dotted #9fa0a2;
	margin:7px 17px 8px 8px;
	cursor:pointer;
}
.head .sort span img{
	position:absolute;
	right:-12px;
	top:6px;
}
.head .sort.show span{
	background:#dbddde;
	border:0;
	padding:7px 17px 9px 8px;
	margin:0;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
}
.head .sort.show span img{
	right:5px;
	top:13px;
}
.head .city{
	float: right;
	line-height: 14px;
	margin: 6px 10px 0 0px;
	position: relative;
	z-index: 100;
}
.head .city span{
	display:block;
	position:relative;
	margin:10px 17px 8px 8px;
	cursor:pointer;
        font-size: 14px;
}
.head .city span img{
	position:absolute;
	right:-12px;
	top:6px;
}
.head .city:hover span,
.head .city.show span{
	background:#dbddde;
	border:0;
	padding:10px 17px 9px 8px;
	margin:0;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
}
.head .city:hover span img,
.head .city.show span img{
	right:5px;
	top:16px;
}
.head .city div{
	position:absolute;
	right:0;
	top:30px;
	background:#dbddde;
	-webkit-border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	border-radius:0 0 2px 2px;
	min-width:100%;
	width:250px;
	padding:6px;
	display:none;
}
.head .city div a{
	padding:2px;
	line-height:1.3;
	display: inline-block;
	
}
.head .city:hover div,
.head .city.show div{
	display:block;
}
.head .head-line1 {
        margin: 0px auto;
        width: 820px;
        position: relative;
        height: 77px;
        padding-left: 20px;
}
.head .head-line {
	padding:14px 192px 21px 0px;
	/*margin: 0px auto;*/
        width: 820px;
        position: absolute;
        background:#eeeff0;
}

.center{
	float:left;
	width:100%;
	padding:80px 0 20px;
	position:relative;
}
.result{
	position:relative;
	padding:7px 20px 9px 40px;
	margin-bottom:2px;
	background-color: #fff;
	cursor: pointer;
}
.result:hover .result-link a
{
	text-decoration: underline;
}
.result.result-sm{
	padding:7px 300px 9px 105px;
	margin:0;
}
.result.result-hot{
	background:#fff4ca;
}
.result.result-sel{
	background:#e9f3ff;
}
.result.result-hot2{
	background:#ffd5b9;

}
.result:hover{
	padding:7px 20px 9px 40px;
}
.result.result-sm:hover{
	padding:7px 300px 9px 105px;
        background: #dcf1ff;
}
.result .result-pos{
	position:absolute;
	left:20px;
	top:14px;
	color:#222;
	font-size:14px;
	line-height:14px;
}
.result.result-sm .result-pos{
	left:20px;
	top:8px;
}
.result .result-pos .result-pos-up{
	color:#76ca99;
	font-size:11px;
	font-weight:300;
	line-height:13px;
	position:relative;
	padding:0 0 0 13px;
	margin:5px 0 0;
}
.result .result-pos .result-pos-up img{
	position:absolute;
	left:0;
	top:3px;
}

.result .result-pos .result-pos-down{
	color:#ecaca6;
	font-size:11px;
	font-weight:300;
	line-height:13px;
	position:relative;
	padding:0 0 0 13px;
	margin:5px 0 0;
}

.result .result-pos .result-pos-down img{
	position:absolute;
	left:0;
	top:3px;
}
.result .result-logo{
	position:absolute;
	left:14px;
	top:11px;
}
.result.result-sm .result-logo{
	left:76px;
	top:7px;
}

.result .result-link{
	font-size:14px;
	line-height:18px;
        width: 480px;
	
}
.result.result-sm .result-link{
	font-size:14px;
	line-height:18px;
        width: 480px;
}
.result .result-link .text,  .result.result-sm .result-link .text {
        max-width:445px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
        float: left;
}
.result .result-link a{
	color:#333333;
	text-decoration:none;
}
.result .result-link a:hover {
	color:#333333;
	text-decoration:underline;
}
.result .result-link span a{
	font-size:11px;
	font-weight:300;
	line-height:13px;
	color:#999;
}
.result .result-site{
	display:block;
	float:left;
	font-size:11px;
	color:#999;
	text-decoration:none;
	margin:9px 7px 0 0;
}
.result .result-site:hover{
	text-decoration:underline;
}
.result .result-tags{
	font-size:11px;
	line-height:13px;
	float:left;
	margin:8px 0 0;
}
.result .result-tags a{
	display:block;
	float:left;
	position:relative;
	color:#232323;
	text-decoration:none;
	border:1px solid #e0e0e0;
	border-right:0;
	margin:0 11px 0 0;
	padding:1px 3px 0 6px;
	height:16px;
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
}
.result .result-tags a i{
	display:block;
	position:absolute;
	right:-6px;
	top:-1px;
	background:url(/i/stat/arrow-tags.png) no-repeat 0 0;
	width:6px;
	height:19px;
}
.result .result-tags a:hover{
	background:#e7e9e9;
	border-color:#d7d9d9;
}
.result .result-tags a:hover i{
	background-position:0 -19px;
}
.result .result-tags a.act{
	background:#3498db;
	border-color:#3296d9;
	border-top-color:#2c83bd;
	color:#fff;
	-webkit-box-shadow:inset 0 1px 0 #2d84bf;
	-moz-box-shadow:inset 0 1px 0 #2d84bf;
	box-shadow:inset 0 1px 0 #2d84bf;
}
.result .result-tags a.act i{
	background-position:0 -38px;
}
.result .result-num{
	position:absolute;
	padding: 3px;
	right:17px;
	top:7px;
        font-size:14px;
        line-height:13px;
        color:#333333;
	cursor:pointer;
}
/*.result:hover .result-num{
	right:15px;
	top:5px;
}*/
.result .result-num .result-num-tooltip{
	position:absolute;
	left:50%;
	bottom:25px;
	background:#fff;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.23);
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.23);
	box-shadow:0 1px 4px rgba(0,0,0,.23);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:11px;
	font-weight:300;
	line-height:13px;
	padding:10px 11px;
	white-space:nowrap;
	cursor:default;
	z-index:100;
	display:none;
}
.result .result-num:hover .result-num-tooltip{
	display:block;
}
.result .result-num .result-num-tooltip span{
	display:inline-block;
	position:relative;
	padding:0 0 0 13px;
	margin-left:5px;
}
.result .result-num .result-num-tooltip span:first-child{
	margin-left:0;
}
.result .result-num .result-num-tooltip span img{
	position:absolute;
	left:0;
	top:1px;
}
.result .result-num .result-num-tooltip .result-num-ok{
	color:#ff9900;
}
.result .result-num .result-num-tooltip .result-num-tw{
	color:#00abf0;
}
.result .result-num .result-num-tooltip .result-num-vk{
	color:#4770a2;
}
.result .result-num .result-num-tooltip .result-num-fb{
	color:#38569c;
}
.result .result-num .result-num-tooltip i{
	position:absolute;
	left:50%;
	bottom:0;
}
.result .result-num .result-num-tooltip i img{
	position:absolute;
	left:-6px;
	top:0;
}

.filter-line {
        border-bottom: 1px solid #e3e3e3;
        height: 49px;
        font-size: 15px;
        margin-bottom: 12px;
}
.filter{
        float: left;
	text-decoration:none;
	padding:14px 0px 0px 20px;
	position:relative;
        color: #999999;
        
}
.filter span {
        color: #333333;
        font-weight: bold;
}
.filter img{
	position:absolute;
	right:12px;
	top:13px;
}
.stat-group {
        float: right;
        color: #333333;
        font-size: 12px;
        background: url(/i/stat/stat-group.png) no-repeat left 20px;
        padding: 17px 19px 0px 16px;
}
.stat-group a {
        text-decoration: none;
        border-bottom: 1px solid #333333;
        color: #333333;
}
.stat-group a:hover {
        text-decoration: none;
        border-bottom: 1px solid #ffffff;
        color: #333333;
}
.paging{
	padding:19px 0 0 18px;
	margin-bottom:42px;
        font-size: 14px;
}
.paging a{
	    display: inline-block;
    text-decoration: none;
    line-height: 15px;
    color: #333;
    border: 2px solid #FFF;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    padding: 7px 10px;
}
.paging a:hover{
	background:#e7e9e9;
        border:2px solid #e7e9e9;
}
.paging a.act{
	color:#2992d7;
        font-weight: bold;
	border:2px solid #2c97de;
	text-align: center;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        border-radius:5px;
        width: auto;
        padding: 7px 10px;
}
.paging a.act:hover {
        background: transparent;
}

.sidebar-left .tags{
	font-size:11px;
	line-height:13px;
	padding-bottom:4px;
}
.sidebar-left .tags a{
	display:block;
	float:left;
	position:relative;
	color:#232323;
	text-decoration:none;
	border:1px solid #e0e0e0;
	border-right:0;
	margin:0 11px 6px 0;
	padding:1px 3px 0 6px;
	height:16px;
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
}
.sidebar-left .tags a i{
	display:block;
	position:absolute;
	right:-6px;
	top:-1px;
	background:url(/i/stat/arrow-tags.png) no-repeat 0 0;
	width:6px;
	height:19px;
}
.sidebar-left .tags a:hover{
	background:#e7e9e9;
	border-color:#d7d9d9;
}
.sidebar-left .tags a:hover i{
	background-position:0 -19px;
}
.sidebar-left .tags a.act{
	background:#3498db;
	border-color:#3296d9;
	border-top-color:#2c83bd;
	color:#fff;
	-webkit-box-shadow:inset 0 1px 0 #2d84bf;
	-moz-box-shadow:inset 0 1px 0 #2d84bf;
	box-shadow:inset 0 1px 0 #2d84bf;
}
.sidebar-left .tags a.act i{
	background-position:0 -38px;
}
.sidebar-right .graph{
	position:relative;
	margin-bottom:16px;
}
.sidebar-right .graph img{
	display:block;
}
.sidebar-right .graph .graph-num{
	position:absolute;
	left:0;
	top:57px;
	width:100%;
	text-align:center;
	font-size:24px;
	font-weight:500;
	line-height:24px;
	letter-spacing:-2px;
}
.sidebar-right .graph-tooltip{
	position:absolute;
	left:0;
	top:0;
	background:#fff;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.23);
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.23);
	box-shadow:0 1px 4px rgba(0,0,0,.23);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:11px;
	line-height:13px;
	padding:10px;
	white-space:nowrap;
	z-index:100;
}
.sidebar-right .graph-tooltip span{
	color:#3498db;
	font-family:Tahoma, Geneva, sans-serif;
	margin-left:6px;
}
.sidebar-right .graph-tooltip i{
	position:absolute;
	left:50%;
	bottom:0;
}
.sidebar-right .graph-tooltip i img{
	position:absolute;
	left:-6px;
	top:0;
}
.sidebar-right .social{
	font-size:11px;
	padding-bottom:10px;
}
.sidebar-right .social div{
	text-align:center;
}
.sidebar-right .social div div{
	margin-bottom:17px;
}
.sidebar-right .social span{
	display:block;
	text-align:center;
	font-size:18px;
	font-weight:500;
	line-height:21px;
	color:#3498db;
}
.sidebar-right .sites{
	margin-bottom:20px;
}
.sidebar-right .sites div{
	background:url(/i/stat/site-bg.gif) no-repeat 0 0;
	height:23px;
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
	margin-bottom:6px;
	padding:3px 1px 0 10px;
}
.sidebar-right .sites div span{
	float:right;
	font-weight:500;
	color:#222;
}
.mb20{
	margin-bottom:20px;
}
.footer{
	background:#454545;
	height:40px;
	position:relative;
	padding:40px 0 27px 0
}
.footer .footer-left {
        float: left;
        width: 267px;
        padding-left: 18px;
}
.footer .footer-left img {
        display: block;
}
.footer .footer-left .footer-text {
        color: #999999;
        font-size: 12px;
        margin-top: 7px;
}
.footer .footer-center {
        float: left;
        width: 270px;
        color: #ffffff;
        font-size: 12px;
        padding-top: 5px;
}
.footer .footer-center a {
        color: #ffffff;
        text-decoration: underline;
}
.footer .footer-center a:hover {
        color: #ffffff;
        text-decoration: none;
}
.footer .footer-right {
        color: #999999;
        padding-top: 3px;
}
.footer .footer-right a {
        color: #ffffff;
        text-decoration: underline;
}
.footer .footer-right a:hover {
        color: #ffffff;
        text-decoration: none;
}
.city .cloud0{font-size:50%;}
.city .cloud1{font-size:60%;}
.city .cloud2{font-size:76%;}
.city .cloud3{font-size:88%;}
.city .cloud4{font-size:100%;}
.city .cloud5{font-size:110%;}
.city .cloud6{font-size:110%;font-weight:bold;}
.city .cloud7{font-size:122%;font-weight:bold;}
.city .cloud8{font-size:133%;font-weight:bold;}
.city .cloud9{font-size:145%;font-weight:bold;}


.news-10 {
        border-bottom: 1px solid #e3e3e3;
}
.result .result-pos.blod, .result.result-sm .result-pos.bold {
        font-weight: bold;
}
.result.result-sm .result-link span, .result .result-link span {
        color: #999999;
        padding-left: 5px;
}
.result.result-sm .result-link .stat, .result .result-link .stat {
        position: absolute;
        top: 7px;
        right: 122px;
        background: url(/i/stat/stat-group.png) no-repeat left 5px;
        padding-left: 18px;
        font-size: 12px;
        color: #333333;
        display: none;
}
.result.result-sm:hover .result-link .stat, .result:hover .result-link .stat {
        display: block;
}
.result.result-sm .result-link .stat a, .result .result-link .stat a {
        color: #333333;
        text-decoration: underline;
}
.result.result-sm .result-link .stat a:hover, .result .result-link .stat a:hover {
        color: #333333;
        text-decoration: none;
}

.about-rate {
        margin-bottom: 6px;
}
.about-rate div {
        margin-left: 20px;
        width: 244px;
        float: left;
        color: #999999;
        font-size: 12px;
        line-height: 18px;
}
.about-rate div:first-child {
        margin-left: 0px;
}
.about-rate .title {
        float: none;
        color: #333333;
        padding-bottom: 9px;
        font-size: 14px;
        padding-left: 19px;
}
.about-rate .title a {  
        color: #333333;
        text-decoration: underline;
}
.about-rate .title a:hover {  
        color: #333333;
        text-decoration: none;
}


.flag-block {
        width: 32px;
        height: 32px;
        position: absolute;
        right: 155px;
        top: 20px;
}
.flag-block .ico {
        width: 32px;
        height: 32px;
        border: 2px solid #dbddde;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
        z-index: 150;
        background-color: transparent;
        background-position: center 9px;
        background-repeat: no-repeat;
}
.flag-block .ico:hover {
        cursor: pointer;
        cursor: hand;
}
.flag-block.act .ico {
        background-color: #dbddde;
        padding-bottom: 10px;
}
.flag-block .select {
        display: none;
        position: absolute;
        z-index: 160;
        top: 40px;
        right: -4px;
        background-color: #dbddde;
        width: auto;
        padding: 7px 12px 5px;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border-radius:3px;
        -webkit-border-radius-topright:0px;
        -moz-border-top-right-radius:0px;
        border-top-right-radius:0px;
}
.flag-block.act .select {
        display: block;
}
.flag-block .select div {
        margin-bottom: 8px;
        white-space: nowrap;
        padding-right: 25px;
}
.flag-block .select div:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
*html .flag-block .select div {
	zoom:1;
}
*+html .flag-block .select div {
	zoom:1;
}
.flag-block .select div img {
        display: block;
        float: left;
        margin-right: 8px;
        position: relative;
        top: 3px;
}
.flag-block .select div a {
        font-size: 12px;
        line-height: 12px;
        color: #333333;
        text-decoration: underline;
}
.flag-block .select div a:hover {
        color: #333333;
        text-decoration: none;
}

.personal-block {
        width: 32px;
        height: 32px;
        position: absolute;
        right: 108px;
        top: 20px;
}
.personal-block .ico {
        width: 32px;
        height: 32px;
        border: 2px solid #dbddde;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
        z-index: 150;
        background: transparent url(/i/stat/personal-ico.png) no-repeat center 7px;
}
.personal-block .ico:hover {
        cursor: pointer;
        cursor: hand;
}
.personal-block.act .ico {
        background-color: #dbddde;
        padding-bottom: 10px;
}
.personal-block .select {
        display: none;
        position: absolute;
        z-index: 160;
        top: 40px;
        right: -4px;
        background-color: #dbddde;
        width: auto;
        padding: 7px 12px 5px;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border-radius:3px;
        -webkit-border-radius-topright:0px;
        -moz-border-top-right-radius:0px;
        border-top-right-radius:0px;
}
.personal-block.act .select {
        display: block;
}
.personal-block .select div {
        margin-bottom: 8px;
        white-space: nowrap;
}
.personal-block .select div a {
        font-size: 12px;
        line-height: 12px;
        color: #333333;
        text-decoration: underline;
}
.personal-block .select div a:hover {
        color: #333333;
        text-decoration: none;
}

.search-block {
        width: 32px;
        height: 32px;
        position: absolute;
        right: 61px;
        top: 20px;
}
.search-block .ico {
        width: 32px;
        height: 32px;
        border: 2px solid #dbddde;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
        z-index: 150;
        background: transparent url(/i/stat/search-ico.png) no-repeat center 7px;
}
.search-block .ico:hover {
        cursor: pointer;
        cursor: hand;
}
.search-block.act .ico {
        background-color: #dbddde;
        padding-bottom: 10px;
}
.search-block .select {
        display: none;
        position: absolute;
        z-index: 160;
        top: 40px;
        right: -4px;
        background-color: #ffffff;
        border: 2px solid #dbddde;
        width: auto;
        padding: 2px 2px 2px;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border-radius:3px;
        -webkit-border-radius-topright:0px;
        -moz-border-top-right-radius:0px;
        border-top-right-radius:0px;
        width: 198px;
}
.search-block.act .select {
        display: block;
}
.search-block .select input {
        border: 0px;
        background: #ffffff;
        color: #333333;
        font-size: 14px;
        line-height: 14px;
        width: 120px;
        margin: 0px 10px 0px 0px;
        padding: 0px 0px 0px 10px;
        float: left;
        height: 30px;
}
.search-block .select a {
        background: #2c97de;
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
        line-height: 14px;
        float: right;
        padding: 8px 9px 8px;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        border-radius:2px;
}
.search-block .select a:hover {
        cursor: pointer;
        cursor: hand;
        background: #5aaee5;
        color: #ffffff;
        text-decoration: none;
}
