/* Main box theme */
.box {
	background-color:#fbfbfb;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#c1c1c1, Strength=6, Direction=130);
	box-shadow:0 3px 7px rgba(50, 50, 50, 0.4);
	border-top:1px solid #f9f9f9;
	border-radius:5px;
	margin-bottom:20px;
}
:root .box {
	/* for IE9 */
	filter: none \0/IE9;
}
/* reset shadow for IE7 */
.box {
	*filter:none !important;
}
.box-inner {
	box-shadow:0px 0px 20px #CCC inset;
	padding:10px;
	*padding-left:15px;
	padding-left:15px\0/;
}
:root .box-inner {
	padding-left:10px\0/;
}
.box .show-more, .box .show-more.hide {
	background:url(../img/sprite_arrow_show_more.gif) right 3px no-repeat;
	padding-right:20px;
}
.box .show-more.hide {
	background-position:right -12px;
}
.box .more-block {
	display:none;
}
.box .show-all {
	background:url(../img/bg_arrow_show_all.gif) right 3px no-repeat;
	padding-right:20px;
}
h1.box-title {
	position:relative;
	/* z-index:1; */
	left:-10px;
	/* for IE7 */
	*left:-15px;
	/* for IE8 */
	left:-15px\0/;
	overflow:hidden;
}
:root h1.box-title {
	/* for IE9 */
	left:-10px\0/IE9;
}
h1.box-title > span {
	background:#000 url(../img/bg_game_name.gif) left top repeat-y;
	border-radius: 0 5px 5px 0;
	float:left;
	font-size:20px;
	color:#FFF;
	display:inline-block;
	min-width:460px;
	padding:5px 12px;
	text-transform:uppercase;
}
h1.box-title .title-label {
	font-size:12px;
	font-weight:normal;
	color:#bfbfbf;
	text-transform:none;
	display:block;
}
.box-title {
	position:relative;
	left:-10px;
	/* for IE7 */
	*left:-15px;
	/* for IE8 */
	left:-15px\0/;
	overflow:hidden;
}
.box-title > span {
	background:#000 url(../img/bg_game_name.gif) left top no-repeat;
	padding:8px 0;
	border-radius: 0 5px 5px 0;
	min-width:145px;
	float:left;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	text-indent:12px;
}
:root .box-title {
	/* for IE9 */
	left:-10px\0/IE9;
}
.box-bottom {
	background:#F3F3F3 url(../img/img_box_bottom_long.jpg) top center no-repeat;
	/* for IE7 fix */
	*background-repeat:repeat-x;
	background-size:100%;
	border-radius: 0 0 5px 5px;
	padding: 10px 0;
	margin-top:-10px;
	text-align: center;
	overflow:auto;
	width:100%;
	/* for IE 7-8-9 need absolute path to this filter */
	/*background:none\0/;*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/img/img_box_bottom_long.jpg', sizingMethod='scale');
	/* fix bug for ie7 page separator not work when this filter on */
	*filter:none;
}
/* for IE9 round corners*/
:root .box-bottom {
	filter:none\0/;
}
.box-bottom a {
	color: #757575;
	font-size: 11px;
	text-decoration:none;
	/* need for IE */
	position:relative;
	filter:none;
}
.box-bottom a:hover {
	color:#000;
	text-decoration:underline;
}
.upcoming .box-bottom,
.rated .box-bottom,
.comingsoon .box-bottom,
.results .box-bottom {
	position:relative;
	*left:0px;
	/* for IE8 */
	left:0px\0/;
}
/* for IE9 */
:root .box-bottom {
	left:0\0/;
}
.box-additional {
	background-color:#FFF;
	border:1px solid #cfcfcf;
	border-radius:5px;
}

.box-message {
	color: #01ae11;
	font-size: 12px;
	padding: 10px 0;
}

.box .hide-more {
	background:url(../img/sprite_arrow_show_more.gif) right -13px no-repeat;
	padding-right:20px;
}