body{
	font-family:trebuchet MS;
	font-size:14px;
	color:#777777;
	background:#ffffff;
}
/*------------------------------*/
.mainpage{
	max-width:1600px;
	margin:0 auto;
	padding:20px 10px;
}
.maintitle{
	font-size:26px;
	margin:0 0 10px;
}
/*------------------------------------*/
.topmenu li{
	list-style:none;
	display:inline;
	padding:0 15px;
}
.topmenu ul{
	display:inline;
	margin:0px;
	text-align:center;
}
.topmenu{
	text-align:center;
}
.topmenu li a{
	line-height:40px;
}
.topmenu li.current a, .topmenu li a:hover{
	font-weight:bold;
	color:#c32429;
}
/*------------------------------------*/
.mainzagalovok{
	font-size:24px;
	color:#000;
}
#alert{
	background:#e5e5e5;
}
.orderblock{
	background:#505050;
	color:#ffffff;
	padding:5px;
	border-radius:5px;
	line-height:12px;
}
/*------------------------------------*/
.allblock .order{
	background:url(image/order1.png) no-repeat left top;
	height:53px;
	width:53px;
	display:block;
	margin:0 auto;
}
.allblock .order:hover{
	background:url(image/order2.png) no-repeat left top;
}
.allblock{
	width:100%;
}
.allblock td{
	padding:7px;
	vertical-align:middle;
	border:1px solid #e1e1e1;
	color:#909090;
}
.allblock tr:hover td{
	background:#f2f2f2;
}
.allblock tr:last-child td{
	border-bottom:0px;
}
.allblock tr td:first-child{
	border-left:0px;
}
.allblock tr td:last-child{
	border-right:0px;
}
.allblock th{
	height:30px;
	padding:5px;
	vertical-align:middle;
	color:#2b2b2b;
	background:#e1e1e1;
	text-align:center;
	border:1px solid #fff;
}
.allblock tr th:first-child{
	border-radius:9px 0 0 9px;
}
.allblock tr th:last-child{
	border-radius:0 9px 9px 0;
}
.allblock .rds{
	border-radius:25px;
	width:25px;
	height:25px;
	background:#eeeeee;
	margin:0 auto;
	box-shadow: 0 9px 6px #FFFFFF inset,  0 -4px 10px #444 inset;
	border:2px solid #444;
}
.allblock .rds.online{
	background:#0c0;
}
.allblock td td{
	background:#fff;
	border:0px;
}
/*------------------------------------*/
.tbgblack{
	background:#393939!important;
	color:#ffffff!important;
	border:0px!important;
}
.tbgblack2 th{
	border-radius:0px!important;
	background:#aeaeae!important;
	color:#000;
	border:0px!important;
}
.tbggray{
	background:#d6d6d6!important;
	color:#262626!important;
	border:1px solid #a5a5a5!important;
}
.tbggray.last{
	border-right:0px!important;
}
.tbggray.first{
	border-left:0px!important;
}
/*------------------------------------*/

.popbron{
	position: relative;
	background: #fff;
	padding:20px;
	width:260px;
	text-align:center;
}
.popbron h2{
	margin-bottom:15px;
}
.popbron a{
	text-decoration:none; 
	text-align:center; 
	padding:11px 20px; 
	border:solid 1px #696969; 
	-webkit-border-radius:4px;
	-moz-border-radius:4px; 
	border-radius: 4px; 
	font:15px Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	color:#E5FFFF; 
	background-color:#c2c2c2; 
	background-image: -moz-linear-gradient(top, #c2c2c2 0%, #7a7a7a 100%); 
	background-image: -webkit-linear-gradient(top, #c2c2c2 0%, #7a7a7a 100%); 
	background-image: -o-linear-gradient(top, #c2c2c2 0%, #7a7a7a 100%); 
	background-image: -ms-linear-gradient(top, #c2c2c2 0% ,#7a7a7a 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#7a7a7a',GradientType=0 ); 
	background-image: linear-gradient(top, #c2c2c2 0% ,#7a7a7a 100%);   
	-webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
	-moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
	box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
	margin:0 10px;
	display:block;
	float:left;
	width:68px;
}
.popbron a:hover{
	background: #c1ab17;
}