.cat-web-large-bound {
	width:960px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #fff;
	box-shadow: 0 1px 0 0 rgba(0,0,0,.047);
	border-radius: 3px;
	position:relative;
	overflow:hidden;
}
.cat-web-large-bound > .title {
	border-bottom: 1px solid #d4d4d4;
	height:46px;
}
.cat-web-large-bound > .title > .icon-title {
	float:left;
	margin-left:12px;
	display: inline-block;
	margin-top: 10px;
	height: 24px;
	width: 24px;
}
.cat-web-large-bound > .title > .icon-title img {
	width:100%;
	height:100%;
}
.cat-web-large-bound > .title > .text-title {
	float: left;
	margin-left: 12px;
	height: 46px;
	line-height: 46px;
}
.cat-web-large-bound > .title > .text-title a {
	font-weight: 700;
	font-size: 12pt;
	text-decoration: none;
	color: #000;
}
.cat-web-large-bound > .title > .text-title a:hover {
	color: #31a95b;
}
.cat-web-large-bound .view-more {
	text-decoration: none;
	margin-right: 12px;
	color: #31a95b;
	float: right;
	height: 48px;
	line-height: 48px;
	font-size: 10pt;
	background:url(../images/view-more-icon.jpg) right 13px no-repeat;
	padding-right:22px;
}
.info-content > ul {
	float: left;
	display: inline-block;
	margin: 5px 0 0 30px!important;
	padding: 0;
	list-style: none;
	text-align: center;
	position: relative;
}
.info-content > ul > li {
	margin: 0 6px;
	float:left;
}
.info-content > ul > li a {
	display: inline-block;
	margin: 0 6px;
	height: 40px;
	line-height: 40px;
	border-bottom: 3px solid transparent;
	text-decoration: none;
	color: #000;
	font-size: 10pt;
}
.info-content > ul > li a:hover {
	color: #31a95b;
}
.info-content > ul > li.ui-state-active a {
	border-bottom: 3px solid #31a95b;
	font-weight: 700;
	color: #31a95b;
}
.tab-item {
	width:100%;
}
.tab-item .game-item {
	margin: 12px 0 0 12px;
	float: left;
	transition: all .3s ease-in-out;
	position:relative;
}
.tab-item .game-item:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	z-index: 11;
}
.image-cover {
	width: 122px;
	height: 92px;
}
.mask {	
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/black50.png) repeat;
	opacity: 0;
	visibility: hidden;
}
.tab-item .game-item:hover .mask {
	opacity: 1;
	visibility: visible;
}
.game-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 38px;
	width: 53px;
	margin: -19px 0 0 -27px;
	background:url(../images/icon-all.png) no-repeat;
	background-position: -37px -1172px;
}
.content-overlay {
	height: 30px;
	line-height: 30px;
	width: 100%;
	background: url(../images/blackGradient.png) repeat-x;
	position: absolute;
	color: #fff;
	bottom: 0;
	overflow:hidden;
}
.title-overlay {
	margin-left: 5px;
	font-size: 9pt;
	text-shadow: 0 1px 1px #000;
	color:#FFF;
}
.cat-web-large-list {
	margin: 16px;
}
.cat-web-large-item {
	width: 16%;
	margin: 5px 0;
	display: inline-block;
}
.cat-web-large-item a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	float: left;
}
.cat-web-large-item a:hover .cat-web-large-name {
	color: #31a95b;
}
.cat-web-large-icon {
	display: inline-block;
	float: left;
}
.cat-web-large-name {
	font-size: 10pt;
	margin-left: 5px;
	display: inline-block;
	float: left;
	color: #000;
}

