* {
	margin:0;
	padding:0;
	border:none;
}
html, body {
	margin:0;
	padding:0;
	text-align:center;
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#5E5E5E;
}
.x
{
text-align:right;
}
.x a
{
text-decoration:none;
}
a {
	color:#3D77C5;
	text-decoration:underline;
}
a:hover {
	color:#3D77C5;
	text-decoration:none;
}
table {
	border-collapse:collapse;
}
.left {
	float:left;
}
.right {
	float:right;
}
.buttons {
	padding:40px 0 50px 0;
}
.buttons .left img, .buttons .right img {
	margin-bottom:28px;
}
#pagewidth {
	width:630px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	position:relative;
	width:100%;
	padding-top:24px;
}
#header #lang img {
	margin:0 5px;
}
#header #lang {
	padding:8px 0 13px 61px;
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#979797;
}
#header #lang a {
    font-weight:normal;
    text-decoration:none;
    color:#979797;
    padding:2px;
    border:2px solid #fff;
}
#header #lang a:hover {
    font-weight:normal;
    text-decoration:none;
    color:#3D77C5;
    padding:2px;
    border:2px solid #FF0000;
}

#header .logo {
	float:left;
}
#header .menu {
	float:right;
	padding:7px 7px 0 0;
}
#header .menu img.menu_spacer {
	margin: 0 13px;
}
div.clear {
	font-size:1px;
	line-height:1px;
	clear:both;
}
div.clear br {
	font-size:1px;
	line-height:1px;
}
#maincol {
	width:100%;
	text-align:center;
}
#maincol #content {
	width:563px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#mainpageheader {
	margin-bottom:20px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	color:#5E5E5E;
	margin:22px 0 14px 0;
}
.border_info {
	border-left:10px solid #E7E7E6;
	padding-left:18px;
	font-size:14px;
	line-height:18px;
}
.border_info textarea
{
width:100%;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#5E5E5E;
overflow:auto;
border:1px solid #5E5E5E;
}

.buttons2 {
text-align:right;
padding-right:40px;
}
.print
{
text-align:right;
padding-right:40px;
}
.print img
{
vertical-align:middle;
margin-left:25px;
}


#footer {
	clear:both;
	margin-bottom:28px;
}
#footer .footer_border {
	width:100%;
	clear:both;
	background:url(./images/pixel_border.gif) top left repeat-x;
	height:3px;
}
#footer .footer_content {
	background:#E7E7E6;
	height:72px;
}
#footer .footer_content div {
	padding:10px 5px 0 5px;
	line-height:16px;
	font-size:11px;
}
/* *** Float containers fix *** */ 
.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 */
/* nice login form */
#niceloginform {
	position: absolute;
	width: 332px;
	left: 50%;
	margin-left:-170px;
	top: 50%;
	margin-top:-150px;
	text-align:left;
	background:url(./images/login.jpg) right center no-repeat #FFFFFF;
	display: none;
	z-index: 99;
}
#screen {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
	display: none;
	background: url(./images/bg.png);
}
* html #screen {
	background-color: #333;
	background-color: transparent;
	background-image: url(http://www.habrahabr.ru/i/spacer.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(  src="./images/bg.png", sizingMethod="scale");
}
#niceloginform div.border {
        border:1px solid #3C3C3C;
        padding:5px 10px 18px 10px;
        line-height:20px;
}
#niceloginform div.border h2 {
	margin-top:0;
}
#niceloginform div.border input.button {
	width:100px;
	margin-right:20px;
}
#niceloginform div.border input.data {
	width:170px;
}
#niceloginform div.border input.data, #niceloginform div.border input.button {
	border:1px solid #D4D0C8;
	background:#FFFFFF;
	color:#686868;
}
#niceloginform div.border div {
	margin:0 0 10px 0;
}
.breadcrumb
{
font-size:11px;
color:#8F8F8F;
}
#submenu
{
background:url(images/submenu_bg.gif) top repeat-x #EEEEEE;
margin:14px 0;
height:27px;
font-size:11px;
}
#submenu a
{
display:block;
float:left;
padding:7px 12px 0 12px;
text-decoration:none;
color:#5E5E5E;
}
#submenu a:hover
{
display:block;
float:left;
padding:7px 12px 0 12px;
text-decoration:none;
color:#3D77C5;
}
.hoverRow {
background: #D1D1CF;
}
table#praceTable
{
margin-bottom:20px;
}
table#praceTable th, table#praceTable td
{
text-align:left;
padding:5px 5px 5px 25px;
}
table#praceTable tr.hoverRow th
{
background:#FFFFFF;
}
table#praceTable tr.colorize td
{
background:#E7E7E6;
}
table#praceTable tr.hoverRow td
{
background:#D1D1CF;
}
.price
{
font-weight:bold;
color:#D9271D;
}
.italic
{
font-style:italic;
}
a.delete
{
color:#000000;
font-weight:bold;
text-decoration:none;
}
a:hover.delete
{
color:red;
font-weight:bold;
text-decoration:none;
}
#select_arenda_list
{
position:absolute;
background:#D1D1CF;
padding:10px;
margin-left:0px;
color:#5E5E5E;
font-weight:normal;
}
#button
{
border:1px solid #404040;
background:#D4D0C8;
color:#000000;
}
table#server_table
{
background:#E7E7E6;
}
table#server_table tr.white td
{
background:#FFFFFF;
}
table#server_table tr.white td.hoverRow
{
background:#D1D1CF;
}
table#server_table tr.hoverRow td
{
background:#D1D1CF;
}
table#server_table td, table#server_table tr
{
text-align:left;
vertical-align:top;
padding:5px 0px 5px 10px;
}
table#server_table tr.nopad td
{
padding:0;
background:#E7E7E6 !important;
}
table#server_table tr.nopad th
{
padding:15px 15px 5px 10px;
background:url(images/th.gif) bottom repeat-x #E7E7E6  !important;
}
table#server_table td.borders, table#server_table th.borders
{
margin:0;
padding:0;
width:1px;
line-height:9px;
}
table#server_table tr.nopad td.topborder
{
background:url(images/th.gif) top repeat-x #E7E7E6 !important;
}
.pix_tab
{
background:url(images/pix_tab.gif) center left no-repeat;
}
table#server_table tr.white td.pix_tab
{
background:url(images/pix_tab.gif) center left no-repeat #FFFFFF;
}
table#server_table tr.hoverRow td.pix_tab
{
background:url(images/pix_tab.gif) center left no-repeat #D1D1CF;
}
* html .png
    {
        width: expression(this.firstChild.width);
        filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+
                this.firstChild.src+"', sizingMethod='image')");
 
        background: expression("transparent url("+
                this.firstChild.src.replace(".png", ".gif")+") no-repeat");
        backgr\ound: none !important;
    }
 
    * html .png img
    {
        behavior: expression(this.style.visibility="hidden");
    }


.cellsBlock {
  width: 100%;
  display: table;
}
.cellLeft, .cellMiddle, .cellRight {
  display: table-cell !important;
  display: inline;
}
.cellLeft, .cellRight {
  width:35%;
}
.cellMiddle {
  width:30%;
  height: 100px;
}
div#chat {
  position: fixed;
  bottom: 50%;
  right:0px;

}
