		body{
			font-family: arial;
			margin: 0;
			padding: 0;
		}
		.game-list{
			margin:0 auto;

		}
		.buttom_act {
			background-position: 0px -144px;
		}
		.buttom_act:hover
		{
			background-position: 0px -96px;
		}

		.prev {

			background-image: url(/images/android-design/all-left-arrows.png);
			background-repeat: no-repeat;
			width: 38px;
			height: 45px;
			position:absolute;
			cursor:pointer;
			top:50%;
			margin-left:10px;
			padding:3px 5px;
		}

		#top-panel {
			width:100%;
			background: url("/images/iphone_design/iphone_top_tile.png") repeat-x 0 transparent;
			height: 68px;
		}




		.next {
			background-image: url(/images/android-design/all-right-arrows.png);
			background-repeat: no-repeat;
			width: 38px;
			height: 45px;
			position:absolute;
			cursor:pointer;
			top:50%;
			left:380px;
			padding:3px 5px;
		}

		
		.view_video
		{
			margin:0px;
			display:inline-block;
		}

		.layout_item {
			display:inline-block;
			padding:2px;
			margin-bottom:10px;
		}
		.layout_item  img{
			max-height:80px;
			border-radius:5px;
		}
		.layout_item  img:hover{
			box-shadow:0px 0px 8px #000;
		}

		.view_video img
		{
			cursor:pointer;
			display:inline-block;
			margin:0px;
			border:0;
			position:relative;
			top:0;
			margin-top: -6px;
			margin-bottom: 6px;
		}
		.font_img {
			width:39px;
			height:25px;
			background: url(/images/android-design/screenshot_without1.png) no-repeat;

		}
		.font_video{
			background: url(/images/android-design/video_camera.png) no-repeat;
			width:39px;
			height:25px;
		}

		.video_o, .img_g { cursor:pointer }


		.list-item-android{
			text-align:left;
			margin:0 auto;
			margin-bottom:10px;
			border:1px solid #666;
			width:475px;
			display:inline-block;
			margin-left:5px;
			background: #ccc; /* for non-css3 browsers */
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* для IE6-9 */
			background: -moz-linear-gradient(top,  #fff,  #ccc); /* для firefox 3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
			background: -o-linear-gradient(top,  #fff,  #ccc); /* для Opera 11.10+ */
			background: -ms-linear-gradient(top,  #fff,  #ccc); /* для IE10+ */
			box-shadow: 0px 0px 10px #333;

		}

		.list-item-android:hover {
			background: rgb(227,227,227); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(182,182,182,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,227,227,1)), color-stop(100%,rgba(182,182,182,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(182,182,182,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(182,182,182,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(182,182,182,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(227,227,227,1) 0%,rgba(182,182,182,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#b6b6b6',GradientType=0 ); /* IE6-9 */
		}

		.left-cont{
			margin-left:10px;
			margin-top:10px;
			margin-right:5px;

		}
		.left-cont img{
			margin-bottom:10px;
			border:1px solid green;
			border-radius:10px;
		}
		.close{
			background: url("/images/newinfo/screenshots.png") no-repeat scroll 0 -161px transparent;
			cursor: pointer;
			height: 24px;
			position: absolute;
			right: 10px;
			top: 5px;
			width: 22px;
		}

		.left-cont,.right-cont{
			display:inline-block;
			vertical-align:top;
			margin-bottom:10px;
		}
		.right-cont{
			padding-top:10px;
			margin-right:10px;
			width:333px;
			border-left:1px dotted;
			padding-left:10px;
		}
		.info-text{
			margin-bottom:10px;
			min-height:74px;
		}
		.title{
			font-size:14pt;
			font-weight:bold;
			padding:0px 10px 10px 0px;
		}
		.title a {text-decoration:none;color:black}
		.title a:hover{color:#1D76AA};
		.title h2 {
			padding:0px;
			margin:0px;
			font-size:14pt;
			font-weight:bold;
		}
		.description{
			padding-top:10px;
			font-size:12pt;
		}
		.category{
			font-size:11pt;
			color:#1d76aa;
		}
		.links{
			font-size:14px;
			font-weight:bold;
			vertical-align:bottom;
		}
		.free{

			width:30px;
			height:30px;
			position:absolute;
			color:#FFF;
			text-align:center;
			font-weight:bold;
			margin-top:3px;
			padding-top:5px;
			padding-left:5px;
			padding-right:5px;
			-moz-transform: rotate(315deg);
			-webkit-transform: rotate(315deg);
			-o-transform: rotate(312deg);
			writing-mode: tb-rl;
			z-index:10;

		}
		.free_img {
			position:absolute;
			width:50px;
			height:50px;
			background:url('/images/android-design/icon_red_green.png') no-repeat 0px 0px transparent;
		}
		.new_img {
			position:absolute;
			width:50px;
			height:50px;
			background:url('/images/android-design/icon_red_green.png') no-repeat -53px 0px transparent;
		}

		.new {
			z-index:10;
			width:30px;
			height:30px;
			position:absolute;
			color:#FFF;
			text-align:center;
			font-weight:bold;
			margin-top:3px;
			padding-top:5px;
			padding-left:5px;
			padding-right:5px;
			-moz-transform: rotate(315deg);
			-webkit-transform: rotate(315deg);
			-o-transform: rotate(312deg);
			writing-mode: tb-rl;

		}

		.links img{margin-left:2px;margin-right:0px;}

		.play_now{
			border-radius:5px;
			text-align:center;
			box-shadow: 0px 2px 2px #5c731c;
			padding:3px 10px;
			color:#FFF;
			font-weight:bold;
			display:inline-block;
			margin-right:20px;
			text-shadow: 1px 1px 2px #5c731c;

			background: #d3f144; /* Old browsers */
			background: -moz-linear-gradient(top,  #d3f144 0%, #84a428 27%, #d5f245 90%, #faedd8 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3f144), color-stop(27%,#84a428), color-stop(90%,#d5f245), color-stop(100%,#faedd8)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #d3f144 0%,#84a428 27%,#d5f245 90%,#faedd8 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #d3f144 0%,#84a428 27%,#d5f245 90%,#faedd8 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #d3f144 0%,#84a428 27%,#d5f245 90%,#faedd8 100%); /* IE10+ */
			background: linear-gradient(top,  #d3f144 0%,#84a428 27%,#d5f245 90%,#faedd8 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3f144', endColorstr='#faedd8',GradientType=0 ); /* IE6-9 */
		}

		.play_now:hover{
			background: rgb(195,230,18); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(195,230,18,1) 0%, rgba(107,132,32,1) 27%, rgba(196,232,16,1) 90%, rgba(239,198,133,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(195,230,18,1)), color-stop(27%,rgba(107,132,32,1)), color-stop(90%,rgba(196,232,16,1)), color-stop(100%,rgba(239,198,133,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(195,230,18,1) 0%,rgba(107,132,32,1) 27%,rgba(196,232,16,1) 90%,rgba(239,198,133,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(195,230,18,1) 0%,rgba(107,132,32,1) 27%,rgba(196,232,16,1) 90%,rgba(239,198,133,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(195,230,18,1) 0%,rgba(107,132,32,1) 27%,rgba(196,232,16,1) 90%,rgba(239,198,133,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(195,230,18,1) 0%,rgba(107,132,32,1) 27%,rgba(196,232,16,1) 90%,rgba(239,198,133,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e612', endColorstr='#efc685',GradientType=0 ); /* IE6-9 */
		}

		.info-block{
			min-height:100px;
			margin-bottom:10px;
		}

		.id_screenshoot{
			position:relative;
			display:inline-block;
			width:0px;
			left:-10px;
			z-index:30;
			padding-left:0;
			margin:0px;
			padding-top: 0px;
		}

		.buy_now {
			border-radius:5px;
			text-align:center;
			box-shadow: 0px 2px 2px #5c731c;
			padding:3px 10px;
			color:#FFF;
			font-weight:bold;
			display:inline-block;
			margin-right:20px;
			text-shadow: 1px 1px 2px #5c731c;
			background: rgb(181,229,244); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(181,229,244,1) 0%, rgba(107,168,217,1) 27%, rgba(155,221,251,1) 90%, rgba(250,237,216,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,229,244,1)), color-stop(27%,rgba(107,168,217,1)), color-stop(90%,rgba(155,221,251,1)), color-stop(100%,rgba(250,237,216,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(181,229,244,1) 0%,rgba(107,168,217,1) 27%,rgba(155,221,251,1) 90%,rgba(250,237,216,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(181,229,244,1) 0%,rgba(107,168,217,1) 27%,rgba(155,221,251,1) 90%,rgba(250,237,216,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(181,229,244,1) 0%,rgba(107,168,217,1) 27%,rgba(155,221,251,1) 90%,rgba(250,237,216,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(181,229,244,1) 0%,rgba(107,168,217,1) 27%,rgba(155,221,251,1) 90%,rgba(250,237,216,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5e5f4', endColorstr='#faedd8',GradientType=0 ); /* IE6-9 */
		}
		.buy_now:hover {
			background: rgb(130,211,236); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(130,211,236,1) 0%, rgba(70,146,208,1) 27%, rgba(101,202,249,1) 90%, rgba(242,210,158,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,211,236,1)), color-stop(27%,rgba(70,146,208,1)), color-stop(90%,rgba(101,202,249,1)), color-stop(100%,rgba(242,210,158,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(130,211,236,1) 0%,rgba(70,146,208,1) 27%,rgba(101,202,249,1) 90%,rgba(242,210,158,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(130,211,236,1) 0%,rgba(70,146,208,1) 27%,rgba(101,202,249,1) 90%,rgba(242,210,158,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(130,211,236,1) 0%,rgba(70,146,208,1) 27%,rgba(101,202,249,1) 90%,rgba(242,210,158,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(130,211,236,1) 0%,rgba(70,146,208,1) 27%,rgba(101,202,249,1) 90%,rgba(242,210,158,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82d3ec', endColorstr='#f2d29e',GradientType=0 ); /* IE6-9 */
		}

		.iphon_ipad {
			width:110px;
			float:left;
			font-weight:bold;
		}

		.clear {clear:both}

		.iphon_ipad_links {
			width:100%;
			padding:5px 0px;
		}
		.iphon {

			margin:0px 10px 10px 10px;
			padding:5px 10px;
			background:#b6b6b6;
			border-radius:10px;
		}
		.iphon a {
			text-decoration:none;
		}

		.navigation {
			padding:5px;
			width:100%;
			text-align:center;
		}

		.navigation  select{
			border:0px dotted #b6b6b6;
			background:#b6b6b6;
			box-shadow:0px 0px 6px #FFF;
			border-radius:30px;
			text-align:center;
			padding:6px;
			color:#000;
			text-align:left;

			font-size:14px;
						background: rgb(130,211,236); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(130,211,236,1) 0%, rgba(70,146,208,1) 27%, rgba(101,202,249,1) 90%, rgba(242,210,158,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,211,236,1)), color-stop(27%,rgba(70,146,208,1)), color-stop(90%,rgba(101,202,249,1)), color-stop(100%,rgba(242,210,158,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(130,211,236,1) 0%,rgba(70,146,208,1) 27%,rgba(101,202,249,1) 90%,rgba(242,210,158,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(130,211,236,1) 0%,rgba(70,146,208,1) 27%,rgba(101,202,249,1) 90%,rgba(242,210,158,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(130,211,236,1) 0%,rgba(70,146,208,1) 27%,rgba(101,202,249,1) 90%,rgba(242,210,158,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(130,211,236,1) 0%,rgba(70,146,208,1) 27%,rgba(101,202,249,1) 90%,rgba(242,210,158,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82d3ec', endColorstr='#f2d29e',GradientType=0 ); /* IE6-9 */

		}
		.button_box a  {
			text-decoration:none;
		}
		.button_green_center {
			background:img(home_buttons.png);
			height:29px;
		}
		.pager a {
			height: 29px;
			padding-top: 3px;
		}

		.pager a {
			color: #747474;
			font-family: arial,sans-serif;
			font-size: 18pt;
			height: 27px;
			padding-top: 5px;

			text-decoration: none;
			width: 52px;
		}

		.category a {
			text-decoration:none;
			font-size:14px;
			color:#1D76AA;
			font-weight:400;
		}
		.category a:hover {color:b9b9b9}

		.left img {
			border-radius:10px;
			border:1px solid #b6b6b6;
		}

		.prw-down-mid {color:#FFF;}
		.prw-learn-mid {color:#FFF;}
		.prw-learn{float:left;font-weight:bold;margin-right:10px;}
		.prw-down{float:left;font-weight:bold;}
		.prw-learn-left, .prw-learn-right, .prw-learn-mid, .prw-down-mid, .prw-down-left, .prw-down-right{background:url("/images/new-index-page/home_buttons.png");}
		.prw-play-right, .prw-play-mid, .prw-play-left{background:url("/images/new-index-page/orange_button.png");}
		.prw-learn-left {float:left;width:13px;height:26px;padding-top:6px;background-position:0 -664px;}
		.learn-link:hover .prw-learn-left {float:left;width:13px;height:26px;padding-top:6px;background-position:0 -630px;}
		.learn-link:active .prw-learn-left {float:left;width:13px;height:26px;padding-top:6px;background-position:0 -596px;}
		.prw-learn-mid {float:left;background-position:0 -765px;height:26px;padding-top:6px;}
		.learn-link:hover .prw-learn-mid {float:left;background-position:0 -731pxheight:26px;padding-top:6px;}
		.learn-link:active .prw-learn-mid {float:left;background-position:0 -697px;height:26px;padding-top:6px;}
		.prw-learn-right{float:left;width:13px;height:26px;padding-top:6px;background-position:-18px -866px;}
		.learn-link:hover .prw-learn-right{float:left;width:13px;height:26px;padding-top:6px;background-position:-18px -832px;}
		.learn-link:active .prw-learn-right{float:left;width:13px;height:26px;padding-top:6px;background-position:-18px -798px;}
		.prw-down-left {float:left;width:13px;height:26px;padding-top:6px;background-position:0 -264px;}
		.down-link:hover .prw-down-left {float:left;width:13px;height:26px;padding-top:6px;background-position:0 -231px;}
		.down-link:active .prw-down-left {float:left;width:13px;height:26px;padding-top:6px;background-position:0 -198px;}
		.prw-down-mid {float:left;background-position:0 -363px;height:26px;padding-top:6px;}
		.down-link:hover .prw-down-mid {float:left;background-position:0 -330px;height:26px;padding-top:6px;}
		.down-link:active .prw-down-mid {float:left;background-position:0 -297px;height:26px;padding-top:6px;}
		.prw-down-right{float:left;width:13px;height:26px;padding-top:6px;background-position:-18px -462px;}
		.down-link:hover .prw-down-right{float:left;width:13px;height:26px;padding-top:6px;background-position:-18px -429px;}
		.down-link:active .prw-down-right{float:left;width:13px;height:26px;padding-top:6px;background-position:-18px -396px;}
		.prw-play-left {float:left;width:8px;height:26px;padding-top:6px;background-position:0 -66px;}
		.play-link:hover .prw-play-left {float:left;width:8px;background-position:0 -33px;}
		.play-link:active .prw-play-left {float:left;width:8px;background-position:0 0;}
		.prw-play-mid {float:left;background-position:0 -264px;height:26px;padding-top:6px;}
		.play-link:hover .prw-play-mid {float:left;background-position:0 -231px;}
		.play-link:active .prw-play-mid {float:left;background-position:0 -198px;}
		.prw-play-right{float:left;width:8px;height:26px;padding-top:6px;background-position:0 -165px;}
		.play-link:hover .prw-play-right{float:left;width:8px;background-position:0 -132px;}
		.play-link:active .prw-play-right{float:left;width:8px;background-position:0 -99px;}