body,html{
	cursor: default;
	position: relative;
	width: 100%;
	overflow:hidden;
}
html{
	height: 100%;
}
body{
	min-height: 100%;
}
body,td{
	font-family: 'Proxima Nova',sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align:center;
	color:#292929;
}
a{
	text-decoration:none;
}
*,:after,:before{
	box-sizing: border-box;
	margin: 0;
	moz-box-sizing: border-box;
	padding: 0;
	webkit-background-clip: padding-box;
	webkit-box-sizing: border-box;
	webkit-tap-highlight-color: transparent;
	webkit-text-size-adjust: none;
	webkit-touch-callout: none;
}
.top{
	height: 33px;
	background: #322A2A;
	line-height: 33px;
	font-size: 17px;
}
.title{
	color: #fff;
	display:inline-block;
}
.title:before{
	content:'';
	float:left;
	width:20px;
	height:20px;
	margin:6px 7px 0 0;
	background:url('/img/global/all_icons.png') -183px -92px;
}
.aUser{
	color:#e5be93;
}
.aUser:hover{
	color: #AA8D6E;
	text-decoration: underline;
}
.infoBlock {
	padding-bottom:10px;
	border-bottom:1px solid #d9d9d9;
	margin: 15px 15px 17px 15px;
}

.count{
	font-size:16px;
	width:33%;
}
.textC{
	font-size:13px;
	color:#959595;
}
.button_href{
	background: #E5BE93;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	moz-transition: all .3s;
	o-transition: all .3s;
	text-align: center;
	transition: all .3s;
	webkit-transition: all .3s;
	width: 180px;
	border-radius: 4px;
}
.button_href:hover{
	background: #C7A784;
}