/* widget merch CSS */
#fancybox-outer{
	background-image: linear-gradient(26deg, #71b6e0 16%, #3770b5 50%, #d2daeb 92%);
	background-image: -moz-linear-gradient(26deg, #71b6e0 16%, #3770b5 50%, #d2daeb 92%);
	background-image: -webkit-linear-gradient(26deg, #71b6e0 10%, #3770b5 50%, #d2daeb 92%);
	background-image: -o-linear-gradient(26deg, #71b6e0 16%, #3770b5 50%, #d2daeb 92%);
}
#game_platform {
	background-color: #3770b5;
	background-image: linear-gradient(26deg, #71b6e0 -2%, #3770b5 50%, #d2daeb 95%);
	background-image: -moz-linear-gradient(26deg, #71b6e0 -2%, #3770b5 50%, #d2daeb 95%);
	background-image: -webkit-linear-gradient(26deg, #71b6e0 5%, #3770b5 50%, #d2daeb 95%);
	background-image: -o-linear-gradient(26deg, #71b6e0 -2%, #3770b5 50%, #d2daeb 95%);
	width: 250px;
	text-align: center;
}
#game_platform img{
	width: 100px !important;
	height: 40px !important;
	margin-bottom: 20px;
}
#game_platform ul{
	padding-left: 11px;
}
#game_platform li{
	float: left;
	margin-right: 5px;
}
#game_platform ul li a span {
	visibility: hidden;
}
#game_platform ul li a{
	background-repeat: no-repeat;
	background-size : cover;
	background-position: center center;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	width: 109px;
	height: 35px;
	border: 1px #000000 solid;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #ececec;
}
#game_platform ul li.pc a{
	background-image: url('Uplay_PC.jpg');
}
#game_platform ul li.pcdownload a{
	background-image: url('Uplay_PCdownload.jpg');
}
#game_platform ul li.pcdownload p{
	color: #ffffff;
}
#game_platform ul li.ps3 a{
	background-image: url('Uplay_PS3.jpg');
}
#game_platform ul li.ps4 a{
	background-image: url('Uplay_PS4.jpg');
}
#game_platform ul li.xbox-360 a{
	background-image: url('Uplay_Xbox360.jpg');
}
#game_platform ul li.xbox-one a{
	background-image: url('Uplay_XboxOne.jpg');
}
#game_platform ul li.wii a{
	background-image: url('Uplay_wii.jpg');
}
#game_platform ul li.wii-u a{
	background-image: url('Uplay_wiiu.jpg');
}