@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
body, td, th {
	font-family: 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
}
a:link {
	color: #0071BC;
}
a:hover {
	color: #005288;
}
a:visited {

    color: #0071BC;

}

h1 {
	font-size:36px;
	font-weight: normal;
	text-align:center;
}
.Header {
	padding-bottom: 50px;
}
.Logo {
	position:relative;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 194px;
	display: block;
	padding-top: 30px;
	padding-bottom: 15px;
	background-position: 0px 30px;
}
.Logo:active {
	top:1px;
}
.GameLanguages {
	font-style: italic;
}
.Description {
	width: 375px;
	display: block;
	float: left;
	margin-top: 20px;
}
.Description-new {
	width: 470px;
	display: block;
	float: left;
	margin-top: 20px;
}
.Header a {
	color: white;
}
.WidthLimit {
	width: 950px;
	margin: auto;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
}
.Nav {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	position: relative;
}
.Header .Nav {
	text-align: right;
	position: absolute;
	top: 45px;
	right: 0px;
	font-size: 16px;
}
.Nav li {
	display: inline-block;
	padding: 0px;
}
.Nav li a {
	color: white;
	padding: 5px 15px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease;
	position:relative;
}
.Nav li a:hover {
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.1s ease;
	box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2);
}
.Nav li a:active {
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.1s ease;
	top:1px;
}
.Footer .WidthLimit {
	text-align: center;
	font-size: 18px;
	padding: 35px 0 117px 0;
}
.Footer li {
	padding: 0px!important;
}
.Footer li a {
	padding: 10px 15px;
	text-shadow: rgba(0, 0, 0, 0.2) 0 -1px;
}
.GameLogo {
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.8);
	position: relative;
}
.Content {
	padding-top: 20px;
}
.artwork {
	display: block;
	float: left;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	position: relative;
	text-align:center;
}
.artwork2 {
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	position: relative;
	text-align:center;
}
.artwork2i {
	display: block;
	float: left;
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	position: relative;
	text-align:center;
}
.artwork img {
	position: relative;
	left:1px;
}
.mask {
	background-image: url(img/mask114.png);
	height: 117px;
	width: 116px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}
.mask-2i {
	background-image: url(img/mask57.png);
	height: 60px;
	width: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}
.Device {
	float: left;
	width: 150px;
	padding: 20px 15px 20px;
}
.Device a{
	position:relative;
	top:0px;
	transition: all 0.3s ease;
}
.Device img{
}
.Device a:hover {
	position:relative;
	top:-1px;
	transition: all 0.3s ease;
}
.Device a:active {
	position:relative;
	top:1px;
	transition: all 0.3s ease;
}
.Device p {
	font-size: 36px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.Video {
	float: left;
	margin-right: 30px;
	clear: none;
}
.Screensots {
    float: right;
    width: 419px;
}
.ClearBoth {
	clear: both;
}
.Button {
	font-size:16px;
	background-image: url(img/Selected1.png);
	display: block;
	position:relative;
	text-decoration: none;
	margin: 10px 10px 10px 0;
	background-repeat: repeat-x;
	background-position: top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow:#FFF 0px -1px 0px;
	text-align: center;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border: 1px solid #C9E2EE;
}
.Button:link {
}
.Button:hover {
	background-image: none;
}
.Button:active {
	background-image: none;
	background-color: #ECF5F9;
	top:1px;
	box-shadow: #C9E2EE 0px 10px 10px inset;
}
.Button:visited {
}
.Button-tnb {
	font-size:16px;
	background-image: url(img/Selected11.png);
	display: block;
	position:relative;
	text-decoration: none;
	margin: 10px 10px 10px 0;
	background-repeat: repeat-x;
	background-position: top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow:#FFF 0px -1px 0px;
	text-align: center;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border: 1px solid #d43400;
	background-color: #d43400;
}
.Button-tnb:link {
color: #fff;
}
.Button-tnb:hover {
	background-image: url(img/Selected12.png);
	background-color: #fff;
}
.Button-tnb:active {
	background-image: none;
	background-color: #d43400;
	top:1px;
	box-shadow: #d43400 0px 10px 10px inset;
}
.Button-tnb:visited {
color: #fff;
}
.Button-try, #mac-subscribe-form #edit-submit{
	font-size:16px;
	background-image: url(img/Selected13.png);
	display: block;
	position:relative;
	text-decoration: none;
	margin: 10px 10px 10px 0;
	background-repeat: repeat-x;
	background-position: top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow:#FFF 0px -1px 0px;
	text-align: center;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border: 1px solid #4fa2ff;
	background-color: #4fa2ff;
}
.Button-try:link, #mac-subscribe-form #edit-submit:link {
color: #fff;
}
.Button-try:hover, #mac-subscribe-form #edit-submit:hover {
	background-image: url(img/Selected14.png);
	background-color: #fff;
}
.Button-try:active, #mac-subscribe-form #edit-submit:active {
	background-image: none;
	background-color: #4fa2ff;
	top:1px;
	box-shadow: #4fa2ff 0px 10px 10px inset;
}
.Button-try:visited, #mac-subscribe-form #edit-submit:visited {
color: #fff;
}
#mac-subscribe-form #edit-submit{
	color:white;
	margin:0;
}
/* Hide only visually, but have it available for screenreaders */
.visuallyhidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* for image replacement */
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.GameLogo h1 {
	display: block;
	color: #FFF;
	text-align: center;
}
.GameLogo img {
    vertical-align: top;
}
.Play, .Zoom {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s ease;
}
.Play {
	background-image: url(img/play.png);
}
.Zoom {
	background-image: url(img/zoom.png);
	opacity:0;
	outline: 4px solid rgba(202, 214, 224, 0);
}
.Zoom:hover {
	background-image: url(img/zoom.png);
	opacity:1;
	outline: 4px solid rgb(202,214,224);
	-webkit-transition: all 0.3s ease;
}
.Zoom:hover {
}
.Play:hover, .Zoom:hover {
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.3s ease;
	-webkit-transition-delay: 0.05s;
}
.Play:active, .Zoom:active {
	background-color: rgba(0, 0, 0, 1);
	-webkit-transition: background 0.3s ease;
}
.Watch {
	position: relative;
	margin: 0 10px 10px 0;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.Watch:hover {
	top:-1px;
	-webkit-transition: all 0.1s ease;
}
.Watch:active {
	top: 1px;
	-webkit-transition: all 0.05s ease;
}
.Video img, .Video .Play {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.Screensots .Watch, .Screensots .Watch img {
	width: 167px;
	height: 100px;
}
.Header, .Footer {
	min-width:990px;
}
.Screensots1 .Watch, .Screensots1 .Watch img {
	width: 65px;
	height: 50px;
}

.Footer {
	clear: both;
	margin-top: 60px;
	position: relative;
	background: #007CC2 url(img/footer.png) repeat-x top;
}
.Item1, .Item2, .Item3 {
	max-height: 280px;
}
.Item1 {
	position: absolute;
	bottom: 0px;
	left: 2%;
	z-index:1
}
.Item2 {
	position: absolute;
	bottom: 0px;
	left: 40%;
	right: 40%;
	z-index:1
}
.Item3 {
	position: absolute;
	bottom: 0px;
	right: 2%;
	z-index:1
}
.Game {
	float: left;
	width: 33%;
	text-align: center;
	margin-bottom: 20px;
        position: relative;
        
}
.Game > div{
	width:200px;
	max-width: 200px;
	margin:auto;
}
.Game .False, .Game .small_cs{
        position: absolute;
        right:0;
        width:20px;
        height:20px;
        background-color: red;
}
.Game span {
	display: block;
	padding: 5px 0;
}
.Game img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.Game a {
	position: relative;
/* 	clear:both; */
	float:left;
/* 	margin:auto; */
	top:0px;
	-webkit-transition: all 0.05s ease;
	text-decoration: none;
}
.Game a:hover {
	opacity: 0.8;
	top:-2px;
	-webkit-transition: all 0.05s ease;
}
.Game a:active {
	opacity: 1;
	top:2px;
	-webkit-transition: all 0.05s ease;
}
.Carousel {
	overflow:hidden;
	width: 950px;
	height: 250px;
}
.CarouselContainer a {
	float: left;
	position: relative;
	text-decoration: none;
}
.MainPagination {
	float: none;
	clear: both;
	text-align: center;
	position:absolute;
	bottom: -40px;
	width:950px;
	vertical-align:top;
}
.MainPagination a {
	background-image: url(img/pagin.png);
	height: 17px;
	width: 16px;
	display:inline-block;
	margin: 5px;
}
.MainPagination .active {
	background-image: url(img/pagin_active.png);
}
.appstore{
	background: url(img/appstore.png) no-repeat;
	width: 114px;
	height: 37px;
	position:absolute;
	bottom: 10px;
	right:10px;
}
.Arrows {
	position: absolute;
	width: 950px;
	top: 200px;
	z-index: 100;
}
.LeftArrow, .RightArrow {
	position: absolute;
	height: 50px;
	width: 50px;
}
.LeftArrow:hover, .RightArrow:hover {
	opacity: 0.5;
}
.LeftArrow {
	background: url(img/arrow_left.png) no-repeat center;
	left: 10px;
}
.RightArrow {
	background: url(img/arrow_right.png) no-repeat center;
	right:10px;
}
.RightBottom {
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 10px;
	z-index: 100;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.appstore {
	background: url(img/appstore.png) no-repeat;
	width: 114px;
	height: 37px;
	position:absolute;
	bottom: 10px;
	right:10px;
}
.tabs-content {
    width:960px;
    height:300px;
    overflow:hidden;
}
.tabs-content ul {
    list-style: none;
    height: 320px;
    overflow: scroll;	/* Opera */
    overflow-y: hidden;
}
.tabs-content ul li {
    width:960px;
    height:300px;
}
form fieldset {
    font-size: inherit;
}
fieldset {
	font-size: 20px;
	border: 1px solid #d43400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease;

}
.Header .WidthLimit {
	background: url(img/mainbck.jpg) no-repeat center top;
}
.Header {
	background: #0059A9 url(img/maingradient.png) repeat-x top;
}

.Node-Panel{
    text-align: right;
}
#mac-request-promo div{
    margin:0 !important;
}
tr.draggable{
    width:100%;
}
tr.draggable td{
    font-size: 16px;
    margin: 10px 0;
}
#nodes-weight{
    width:100%;
}
#slider1 li{
    height:250px;
}
table.subscribe-list div.form-item{
    margin:0;
}
.Game .small_cs{
	background: url("img/small_cs.png") 0 0 no-repeat scroll transparent;
	width:62px !important;
	height:29px !important;
	right: -5px !important;
	margin-top: 10px;
	float: left;
}
.GameLogo .small_cs{
	position:absolute;
	background: url("img/big_cs.png") 0 0 no-repeat scroll transparent;
	width:117px;
	height:60px;
	right: -15px;
	top: 10px;
}
#mac-subscribe-form .form-item{
	margin-top:0;
}
#mac-subscribe-form h2{
	margin:0;
}
#scroll a{
    text-decoration: none;
}
#scroll a img{
    width:133px;
    height:100px;
}
#scroll{
    overflow: hidden;
    width:419px;
    float:left;
    position: relative;
}
#scroll > div{
    position: relative;
}
#scroll .tr{
    /* 		float:left; */
    margin:0;
    padding:0;
    /*width:1000px;*/
}
#scroll .td{
    list-style: none;
    margin: 0;
    padding: 0;
    float:left;
    margin-left:10px;
    width:133px;
    height:210px;
}
#scroll .td:FIRST-CHILD{
    margin-left:0;
}
#scroll .td a{
    display:block;
}
#scroll .td > a:FIRST-CHILD{
    margin-bottom:8px;
}
#prev,#next{
    width:18px;
    height:210px;
    float:left;
    text-align: center;
    cursor: pointer;
    background: url('img/arrows.png') scroll no-repeat 0 0 transparent;
}
#prev.blocked,#next.blocked{
    background-image: none;
    cursor: default;
}
#prev{
    background-position: 0 89px;
    margin-left:-18px;
}
#prev:hover{
    background-position: -18px 89px;
}
#prev.click{
    background-position: -36px 89px;
}
#next{
    background-position: -54px 89px;
    margin-right:-18px;
}
#next:hover{
    background-position: -72px 89px;
}
#next.click{
    background-position: -90px 89px;
}