@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: PTSans; /* Имя шрифта */
    src: url(pt-sans.ttf); /* Путь к файлу со шрифтом */
   }

html, body{	margin:0px; padding:0px; }
html, body{	height:100%}

body{
	font-family:PTSans;
	font-size:14px;
	line-height:1.5;
	color:#333;
	}

img{border:none;}
textarea:focus, input:focus{
outline: none;
}

i{font-style:normal;}

input,textarea,select{
	font-family: PTSans;
}

a{-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;-moz-transition: all 0.2s ease;
	color:#386eb2;border-bottom:1px solid transparent;text-decoration:none;padding-bottom:2px;
}

a:hover{
	text-decoration:none;
	color:#ed7d31;
	border-bottom:1px solid #ed7d31;
}

a.submenu-link{
	color:#333;	
	border-bottom:1px solid transparent;
	border-left:2px solid transparent;
	background:none;
	padding:0px 10px;
	font-size:14px;
}

a.submenu-link:hover{
	color:#ff4d00;	
	border-left:2px solid #ff4d00;
}

input.toolbar-input{
	border-radius:3px;
	border:1px solid #eee;
	padding:4px;
	font-size:10px;
	color:#666;
	text-align:center;
}

.toolbar-tbutton{
	-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;-moz-transition: all 0.2s ease;
	padding:0px 4px;
	background:#eee;
	border:1px solid #ccc;
	border-radius:7px;
	cursor:pointer;
}
.toolbar-tbutton:hover{
	border-radius:0px;
	background:#e76200;
	color:#2b323e;
	border:1px solid #e76200;
}

.toolbar-tbutton-en{
	-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;-moz-transition: all 0.2s ease;
	padding:0px 4px;
	background:#fafafa;
	color:#e76200;
	border:1px solid #e76200;
	border-radius:3px;
}

.toolbar-cbutton{
	-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;-moz-transition: all 0.2s ease;
	padding:0px 4px;
	background:#eee;
	border:1px solid #ccc;
	border-radius:3px;
	cursor:pointer;
}
.toolbar-cbutton:hover{
	border-radius:0px;
	background:#e76200;
	color:#2b323e;
}

.toolbar-cbutton-en{
	-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;-moz-transition: all 0.2s ease;
	padding:0px 4px;
	background:#fafafa;
	color:#e76200;
	border:1px solid #e76200;
	border-radius:3px;
}

.toolbar-button-spinner-up{
	-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;-moz-transition: all 0.2s ease;
	border-radius:3px 3px 0px 0px;
	background:#2b323e;
	color:#e76200;
	padding:0px 5px;
	line-height:0.5;
	cursor:pointer;
}
.toolbar-button-spinner-up:hover{
	border-radius:0px;
	background:#e76200;
	color:#2b323e;
}

.toolbar-button-spinner-down{
	-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;-moz-transition: all 0.2s ease;
	border-radius:0px 0px 3px 3px;
	background:#2b323e;
	color:#e76200;
	padding:0px 5px;
	line-height:0.5;
	cursor:pointer;
}
.toolbar-button-spinner-down:hover{
	border-radius:0px;
	background:#e76200;
	color:#2b323e;
}



