	* {
		margin:0;
		padding:0;
	}
	body	{ 
		behavior:url("/csshover.htc"); 
		text-align:left;
		position:relative;
		min-height:100%;
		background:url(http://p.mir-igr.ru/img/bottom_bg.png) 0 100% repeat-x #88B3D0;
	}
	* html body	{
		height:100%;
	}
	* html div	{
		height:1px;
	}
	body, input, select, textarea	{
		color:black;
		font:12px Arial, sans-serif;
	}
	a	{
		color:#250B09;
		text-decoration:underline; 
	}
	a:hover	{
		color:#F15922;
	}
	img, table	{
		border:none;
	}
	
	table {
		border-collapse:collapse;
		width:100%;
	}

	td, th {
		vertical-align:top;
		text-align:left;
		font-weight:normal;
	}

	ul {
		list-style:none;
	}
	h3	{
		font-size:12px;
		margin-bottom:15px;
	}
	h2	{
		color:#FD5D07;
		font-size:24px;
		margin-bottom:10px;
		font-weight:normal;
	}
	h4	{
		color:#FD5D07;
		font-size:24px;
		margin-bottom:10px;
		font-weight:normal;
		text-align:center;
	}
	p	{
		margin-bottom:15px;
	}
/*
	Памятка по использованию селекторов browserCSSdetector.js:
		Селекторы ОСи:
			.win - Windows
			.linux - Linux
			.mac - MacOS
			
		Селекторы браузеров:
			.ie - все версии ИЕ
			.ie8 - ИЕ 8.х
			.ie7 - ИЕ 7.x
			.ie6 - ИЕ 6.x
			.ie5 - ИЕ 5.x
			.gecko - все версии фаерфокса, и остальные гекко-браузеры
			.ff2 - фаерфокс 2
			.ff3 - фаерфокс 3
			.opera - все версии оперы
			.opera8 - опера 8.x
			.opera9 - опера 9.x
			.konqueror - konqueror
			.safari - сафари

		Приоритеты на примере ФФ3:
		1	.win.ff3 #id{background: #aaa}
		2	.win.gecko #id{background: #f00}
		3	.ff3 #id{background:#333}
		4	.gecko #id{background:#00f}
		5	.win #id{background: #ff0}
 */
 	.headerBg	{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:378px;
		background:url(http://p.mir-igr.ru/img/header_bg.png) 0 0 repeat-x;
	}
	.header	{
		width:979px;
		margin:0 auto;
		position:relative;
		background:url(http://p.mir-igr.ru/img/header_m_bg.jpg) 52px 21px no-repeat;
		padding-top:21px;
		z-index:1;
	}
	.header:hover	{
		z-index:4;
	}
	.header .lBg	{
		background:url(http://p.mir-igr.ru/img/header_l_bg.gif) 0 0 no-repeat;
	}
	.header	.rBg	{
		background:url(http://p.mir-igr.ru/img/header_r_bg.gif) 100% 0 no-repeat;
		height:232px;
	}
	.header	.logo	{
		position:absolute;
		top:12px;
		left:61px;
	}
	.header	.logo img	{
		width:179px;
		height:152px;
	}
	.header	h1	{
		color:#FF982C;
		font-size:20px;
		display:block;
		padding-top:12px;
		text-align:center;
		font-weight:normal;
	}
	.header .siteMenu	{
                position:absolute;
                top:204px;
                left:90px;
                z-index:2;
	}
	.header .siteMenu li	{
		float:left;
		margin-right:9px;
		position:relative;
	}
	.header .siteMenu li a	{
		display:block;
		height:19px;
		text-indent: 700em;
		overflow:hidden;
		white-space: nowrap;
		display:block;
		text-decoration:none;
	}
	.header .siteMenu li a:hover	{
		text-decoration:underline;
	}
	.header .siteMenu li a.p1	{
		width:141px;
	}
	.header .siteMenu li:hover a.p1, .header .siteMenu li.active a.p1	{
		background:url(http://p.mir-igr.ru/img/site_menu_point_01.gif) no-repeat;
	}
	.header .siteMenu li a.p2	{
		width:117px;
	}
	.header .siteMenu li:hover a.p2, .header .siteMenu li.active a.p2	{
		background:url(http://p.mir-igr.ru/img/site_menu_point_02.gif) no-repeat;
	}
	.header .siteMenu li a.p3	{
		width:124px;
	}
	.header .siteMenu li:hover a.p3, .header .siteMenu li.active a.p3	{
		background:url(http://p.mir-igr.ru/img/site_menu_point_03.gif)no-repeat;
	}
	.header .siteMenu li a.p4	{
		width:129px;
	}
	.header .siteMenu li:hover a.p4, .header .siteMenu li.active a.p4	{
		background:url(http://p.mir-igr.ru/img/site_menu_point_04.gif) no-repeat;
	}
	.header .siteMenu li a.p5	{
		width:170px;
	}
	.header .siteMenu li:hover a.p5, .header .siteMenu li.active a.p5	{
		background:url(http://p.mir-igr.ru/img/site_menu_point_05.gif) no-repeat;
	}
	.header .siteMenu li a.p6	{
		width:76px;
	}
	.header .siteMenu li:hover a.p6, .header .siteMenu li.active a.p5	{
		background:url(http://p.mir-igr.ru/img/site_menu_point_06.gif) no-repeat;
	}
	.header .siteMenu li ul	{
		position:absolute;
		left:0;
		top:18px;
		border:solid 1px #250B09;
		background:#2E5976;
		padding:8px 10px 0px 10px;
		list-style:disc;
		display:none;
	}
	.header .siteMenu li:hover ul	{
		display:block;
	}
	.header .siteMenu li li	{
		float:none;
		margin-right:0;
		margin-bottom:12px;
		color:white;
		margin-left:8px;
	}
	.header .siteMenu li li a	{
		display:inline;
		text-indent:0;
		overflow:visible;
		white-space: nowrap;
		color:white;
	}
	.content	{
                position:relative;
                width:972px;
                margin:0 auto;
                z-index:3;
                overflow:hidden;
	}
	.ie6 .content	{
		overflow:visible;
	}
	.header .wayFinder        {
                width:972px;
                top:235px;
                margin:0 auto;
                color:#FFDC85;
                position:absolute;
                z-index:1;
	}
	.content .wayFinder a	{
		color:#FFDC85;
	}
	.content .wayFinder span	{
		float:left;
		text-align:center;
		width:230px;
		font-size:11px;
	}
	.content .wayFinder span a	{
		background:url(http://p.mir-igr.ru/img/ic_add2favor.gif) 0 5px no-repeat;
		padding-left:17px;
		color:#BDD5E5;
	}
	.leftCol	{
		float:left;
		width:224px;
		margin-right:4px;
		padding-bottom:65px;
	}
	.middCol	{
		float:left;
		width:476px;
		margin-right:4px;
	}
	.rightCol	{
		float:left;
		width:264px;
		padding-bottom:40px;
	}
	.leftMiddCol	{
		width:697px;
		float:left;
		margin-right:4px;
	}
	.blockType1	{
		border:solid 1px #250B09;
		border-top:none;
		margin-bottom:15px;
	}
	.blockType1 .head	{
		background:url(http://p.mir-igr.ru/img/block_type_1_head_bg_m.gif) 0 0 repeat-x;
		position:relative;
	}
	.blockType1 .head .lBg	{
		background:url(http://p.mir-igr.ru/img/block_type_1_head_bg_l.gif) 0 0 no-repeat;
	}
	.blockType1 .head .rBg	{
		background:url(http://p.mir-igr.ru/img/block_type_1_head_bg_r.gif) 100% 0 no-repeat;
		line-height:37px;
		font-size:13px;
		font-weight:bold;
		height:37px;
		text-align:center;
	}
	.blockType1 .body	{
		background:url(http://p.mir-igr.ru/img/block_type_1_body_bg.gif) 0 0 repeat-y #FFF4B4;
	}
	.blockType1 .body .bg	{
		background:url(http://p.mir-igr.ru/img/block_type_1_body_bg.gif) 100% 0 repeat-y;
		padding:5px 15px;
	}
	.blockType1 .foot	{
		margin:0 -1px;
		background:url(http://p.mir-igr.ru/img/block_type_1_foot_bg_m.gif) 0 0 repeat-x;
		position:relative;
	}
	.blockType1 .foot .lBg	{
		background:url(http://p.mir-igr.ru/img/block_type_1_foot_bg_l.gif) 0 0 no-repeat;
	}
	.blockType1 .foot .rBg	{
		background:url(http://p.mir-igr.ru/img/block_type_1_foot_bg_r.gif) 100% 0 no-repeat;
		height:25px;
	}
	.topTen	{
	}
	.topTen li	{
		margin-bottom:10px;
		padding-left:23px;
		overflow:hidden;
	}
	.ie6 .topTen li	{
		overflow:visible;
	}
	.topTen li .thumb	{
		float:left;
		padding:1px;
		background:white;
		border:solid 1px #77B500;
		margin-right:5px;
	}
	.topTen li.p1	{
		background:url(http://p.mir-igr.ru/img/count_list_1.gif) 0 0 no-repeat;
	}
	.topTen li.p2	{
		background:url(http://p.mir-igr.ru/img/count_list_2.gif) 0 0 no-repeat;
	}
	.topTen li.p3	{
		background:url(http://p.mir-igr.ru/img/count_list_3.gif) 0 0 no-repeat;
	}
	.topTen li.p4	{
		background:url(http://p.mir-igr.ru/img/count_list_4.gif) 0 0 no-repeat;
	}
	.topTen li.p5	{
		background:url(http://p.mir-igr.ru/img/count_list_5.gif) 0 0 no-repeat;
	}
	.topTen li.p6	{
		background:url(http://p.mir-igr.ru/img/count_list_6.gif) 0 0 no-repeat;
	}
	.topTen li.p7	{
		background:url(http://p.mir-igr.ru/img/count_list_7.gif) 0 0 no-repeat;
	}
	.topTen li.p8	{
		background:url(http://p.mir-igr.ru/img/count_list_8.gif) 0 0 no-repeat;
	}
	.topTen li.p9	{
		background:url(http://p.mir-igr.ru/img/count_list_9.gif) 0 0 no-repeat;
	}
	.topTen li.p10	{
		background:url(http://p.mir-igr.ru/img/count_list_10.gif) 0 0 no-repeat;
	}
	.blockType2	{
		border-left:solid 1px #200000;
		border-right:solid 1px #200000;
		background:white;
		margin-bottom:20px;
		position:relative;
	}
	.blockType2 .bBg	{
		margin:0 -1px;
		background:url(http://p.mir-igr.ru/img/block_type_2_foot.gif) 0 100% repeat-x;
		position:relative;
	}
	.blockType2 .head	{
		background:url(http://p.mir-igr.ru/img/block_type_2_head.gif);
		height:36px;
		line-height:33px;
		text-align:center;
		color:#FFF9D3;
		font-size:13px;
		font-weight:bold;
		position:relative;
		padding-left:20px;
	}
	.blockType2 .head .ill	{
		position:absolute;
		left:0;
		bottom:0;
	}
	.blockType2 .body	{
		padding:8px 3px 20px 3px;
	}
	.blockType2 .whiteL {
         		color:white;     
	}
	.gameAnnounceList	{
	}
	.gameAnnounceList .item	{
		overflow:hidden;
		font-size:11px;
	}
	.ie6 .gameAnnounceList .item	{
		overflow:visible;
	}
	.gameAnnounceList .item .pic	{
		width:44px;
		height:44px;
		float:left;
		padding:4px;
		margin-right:5px;
	}
	.gameAnnounceList .item em	{
		display:block;
		font-style:normal;
		color:#F15922;
		font-size:12px;

	}
	.gameAnnounceList .item a	{
		text-decoration:none;
	}
	.gameAnnounceList .item a:hover	{
		text-decoration:underline;
	}
	.gameAnnounceList hr	{
		height:0px;
		background:url(http://p.mir-igr.ru/img/block_type_2_separator.gif);
		height:9px;
		border:none;
		overflow:hidden;
		margin:10px -2px;
	}
	.blockType3	{
		border:solid 1px #200000;
		border-top:none;
		background:white;
		margin:6px 0 20px 0;
	}
	.blockType3 .topBg	{
		position:relative;
		top:-6px;
		background:url(http://p.mir-igr.ru/img/block_type_3_head_bg_m.gif) -5px 0 repeat-x;
		margin:0 14px;
	}
	.blockType3 .topBg .lBg	{
		background:url(http://p.mir-igr.ru/img/block_type_3_head_bg_l.gif) 0 0 no-repeat;
		position:relative;
		left:-15px;
	}
	.blockType3 .topBg .rBg	{
		background:url(http://p.mir-igr.ru/img/block_type_3_head_bg_r.gif) 100% 0 no-repeat;
		height:15px;
		position:relative;
		right:-30px;
	}
	.blockType3 h1	{
		color:#3E7295;
		font-size:24px;
		padding:0 16px;
		margin-bottom:10px;
		line-height:40px;
	}
	.blockType3 h2	{
		padding:0 16px;
	}
	.blockType3 .titleBg	{
		background:url(http://p.mir-igr.ru/img/block_type_3_title_bg_m.gif) 0 100% repeat-x;
		margin-left:-1px;
	}
	.blockType3 .titleBg .lBg	{
		background:url(http://p.mir-igr.ru/img/block_type_3_title_bg_l.gif) 0 100% no-repeat;
	}
	.blockType3 .titleBg .rBg	{
		background:url(http://p.mir-igr.ru/img/block_type_3_title_bg_r.gif) 100% 100% no-repeat;
		height:53px;
		line-height:44px;
		padding:0 15px;
		color:#3E7295;
		font-size:18px;
		font-weight:bold;
		position:relative;
		top:3px;
	}
	.blockType3 .body	{
		padding:13px;
	}
	.blockType3 .bottBg	{
		background:url(http://p.mir-igr.ru/img/block_type_3_foo_bg.gif) 0 0 repeat-x;
		height:37px;
	}
	.typeSelector	{
		background:url(http://p.mir-igr.ru/img/block_type_selector_mid.gif) 0 0 repeat-y;
		margin-bottom:15px;
	}
	.typeSelector .topBg	{
		background:url(http://p.mir-igr.ru/img/block_type_selector_top.gif) 0 0 no-repeat;
	}
	.typeSelector .bottBg	{
		background:url(http://p.mir-igr.ru/img/block_type_selector_bott.gif) 0 100% no-repeat;
		padding:30px 15px 15px 15px;
		overflow:hidden;
	}
	.ie6 .typeSelector .bottBg	{
		overflow:visible;
	}
	.typeSelector .bottBg ul	{
		overflow:hidden;
		float:left;
		width:48%;
	}
	.ie6 .typeSelector .bottBg ul	{
		overflow:visible;
	}
	.typeSelector .bottBg li	{
		background:url(http://p.mir-igr.ru/img/bullet_01.gif) 0 4px no-repeat;
		margin-bottom:13px;
		padding-left:13px;
	}
	.typeSelector .bottBg li a	{
		font-weight:bold;
		text-decoration:none;
	}
	.loginBlock	{
		background:url(http://p.mir-igr.ru/img/block_login.jpg);
		width:256px;
		height:103px;
		position:relative;
		padding:53px 0 0 8px;
	}
	.loginBlock span	{
		display:block;
		position:relative;
		text-align:right;
		width:45px;
		margin-bottom:10px;
	}
	.loginBlock span .i	{
		border:solid 1px #FAAD56;
		position:absolute;
		left:50px;
		width:110px;
		top:0;
	}
	.loginBlock .b	{
		width:85px;
		height:18px;
		margin-left:47px;
		cursor:pointer;
		display:block;
		margin-bottom:5px;
	}
	.loginBlock p	{
		font-size:10px;
		padding-left:45px;
	}
	.loginBlock p a	{
		margin-right:5px;
	}
        .register table{
		border-collapse:collapse;
		width:100%;
        }
        .register td{
                padding:5px;
                color:black; 
        }
        .register img{
                padding-top:3px;
        }
        .register input{
                border:solid 1px #250B09;
        }
	.peopleSaying	{
		background:url(http://p.mir-igr.ru/img/block_people_saying_mid.gif) 0 0 repeat-y;
		margin-bottom:10px;
		position:relative;
	}
	.peopleSaying .topBg	{
		background:url(http://p.mir-igr.ru/img/block_people_saying_top.gif) 0 0 no-repeat;
	}
	.peopleSaying .bottBg	{
		background:url(http://p.mir-igr.ru/img/block_people_saying_bott.gif) 0 100% no-repeat;
		padding:75px 30px 100px 30px;
	}
	.peopleSaying .item	{
		overflow:hidden;
		padding-left:15px;
	}
	.ie6 .peopleSaying .item	{
		overflow:visible;
	}
	.peopleSaying .item .thumb	{
		float:left;
		margin:0 8px 3px -15px;
	}
	.peopleSaying .item em	{
		font-style:normal;
		background:url(http://p.mir-igr.ru/img/bullet_02.gif) 0 4px no-repeat;
		padding-left:15px;
		display:block;
		margin-bottom:4px;
		font-size:11px;
		color:#F15922;
		margin-left:-15px;
	}
	.peopleSaying .item strong	{
		display:block;
	}
	.peopleSaying .item strong a	{
		color:#F15922;
	}
	.peopleSaying hr	{
		height:0px;
		background:url(http://p.mir-igr.ru/img/block_people_saying_separator.gif);
		height:5px;
		border:none;
		overflow:hidden;
		width:189px;
		margin:15px auto;
	}
	.subscribe	{
		background:url(http://p.mir-igr.ru/img/block_subscribe.gif);
		width:244px;
		height:154px;
		position:relative;
		padding:30px 0 0 20px;
	}
	.subscribe strong	{
		display:block;
		margin-left:45px;
		width:120px;
		margin-bottom:4px;
	}
	.subscribe span	{
		position:relative;
		display:block;
		margin-bottom:15px;
	}
	.subscribe span .i	{
		position:absolute;
		left:45px;
		top:0;
		border:solid 1px #89B4D1;
		width:110px;
	}
	.subscribe span .b	{
		width:65px;
		height:25px;
		position:absolute;
		top:-5px;
		left:160px;
		cursor:pointer;
	}
	.footer	{
		background:url(http://p.mir-igr.ru/img/footer_bg.jpg) 0 0 no-repeat;
		width:892px;
		height:197px;
		position:relative;
		margin:0 auto;
		padding:20px 0 0 60px;
	}
	.footer .menu	{
		margin-left:-9px;
	}
	.footer .menu a	{
		margin:0 9px;
	}
	.footer .copy	{
		position:absolute;
		top:170px;
		left:95px;
		color:#F6F0DC;
	}

	.footer .counters	{
		position:absolute;
		top:170px;
		right:95px;
		color:#F6F0DC;
	}
	.paginator	{
		text-align:center;
		margin-bottom:20px;
		font-size:14px;
	}
	.paginator a, .paginator strong	{
		margin:0 8px;
		color:#3D7093;
		font-size:18px;
		font-weight:normal;
	}
	.paginator strong, .paginator a:hover	{
		color:#FD5D07;
	}
	.paginator img	{
		vertical-align:middle;
	}
	.gameListring	{
		width:665px;
		margin-bottom:20px;
	}
	.gameListring td	{
		padding:0 0 0 0 ;
		font-size:11px;
	}
    .gameListring td .listGame {
        width:201px;
        padding:10px 10px;
        min-height:230px;
    }

	.gameListring strong	{
		display:block;
		font-size:14px;
                min-height:30px;
	}
	.gameListring strong a	{
		color:#FD5D07;
	}
	.gameListring .rait	{
		margin:4px 0;
	}
	.gameListring .thumb	{
		display:block;
		background:url(http://p.mir-igr.ru/img/frame_game_thumb.gif);
		width:151px;
		height:113px;
		padding:7px 8px;
	}
	.gameListring .info	{
		margin:7px 0;
	}
	.gameListring .info a	{
		color:#FF9722;
		height:17px;
		display:inline-block;
	}
	.gameListring .info a:hover	{
		color:#348863;
	}
	.gameListring .info .video	{
		background:url(http://p.mir-igr.ru/img/ic_video.gif) 0 0 no-repeat;
		padding-left:18px;
	}
	.gameListring .info .comments	{
		background:url(http://p.mir-igr.ru/img/ic_comments.gif) 0 0 no-repeat;
		padding-left:18px;
	}

	.gameListring .cellT0	{
		/*height:254px;*/
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_tl_t_b.gif) no-repeat bottom;
	}

        .gameListring .cellT0 .listGame	{
           background:url(http://p.mir-igr.ru/img/block_gamelist_cell_tl_t.gif) no-repeat top;
        }

	.ie .gameListring .cellT0	{
		/*height:234px;*/
	}


	.gameListring .cellT1	{
		/*width:212px;*/
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_t_b.gif) no-repeat bottom;
	}

      .gameListring .cellT1 .listGame {
        width:212px;
        background:url(http://p.mir-igr.ru/img/block_gamelist_cell_t_t.gif) no-repeat top;
      }

     .gameListring .cellT2	{
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_tr_b.gif) no-repeat left bottom;
      }
     .gameListring .cellT2 .listGame {
        background:url(http://p.mir-igr.ru/img/block_gamelist_cell_tr_t.gif) no-repeat left top;
     }


     .gameListring .cell0	{
	/*width:201px;*/
        background:url(http://p.mir-igr.ru/img/block_gamelist_cell_l_b.gif) no-repeat bottom;
     }
     .gameListring .cell0 .listGame {
        background:url(http://p.mir-igr.ru/img/block_gamelist_cell_l_t.gif) no-repeat top;
    }


	.gameListring .cell1	{
		/*width:212px;*/
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_c_b.gif) no-repeat bottom;
	}

    .gameListring .cell1 .listGame {
        width:212px;
        background:url(http://p.mir-igr.ru/img/block_gamelist_cell_c_t.gif) no-repeat top;
    }

	.gameListring .cell2	{
		/*height:250px;*/
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_r_b.gif) no-repeat bottom left;
	}

    .gameListring .cell2 .listGame {
        background:url(http://p.mir-igr.ru/img/block_gamelist_cell_r_t.gif) no-repeat top left;
    }

	.ie .gameListring .cell2	{
		/*height:230px;*/
	}
	.gameListring .cellB0	{
		/*width:201px;*/
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_bl_b.gif) no-repeat bottom;
	}

    .gameListring .cellB0 .listGame {
        background:url(http://p.mir-igr.ru/img/block_gamelist_cell_bl_t.gif) no-repeat top;
    }

	.gameListring .cellB1	{
		/*width:212px;*/
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_b_b.gif) no-repeat bottom;
	}

    .gameListring .cellB1 .listGame {
        width:212px;
        background:url(http://p.mir-igr.ru/img/block_gamelist_cell_b_t.gif) no-repeat top;
    }

	.gameListring .cellB2	{
		/*height:255px;*/
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_br_b.gif) no-repeat bottom left;
	}

        .gameListring .cellB2 .listGame {
        width:212px;
        background:url(http://p.mir-igr.ru/img/block_gamelist_cell_br_t.gif) no-repeat top left;
       }

	.ie .gameListring .cellB2	{
		/*height:235px;*/
	}

	.gameDescription	{
		background:url(http://p.mir-igr.ru/img/block_game_descrtipt_midd.gif) 0 0 repeat-y;
		overflow:hidden;
		margin-bottom:10px;
	}
	.ie6 .gameDescription	{
		overflow:visible;
	}
	.gameDescription .tBg	{
		background:url(http://p.mir-igr.ru/img/block_game_descrtipt_top.gif) 0 0 no-repeat;
	}
	.gameDescription .bBg	{
		background:url(http://p.mir-igr.ru/img/block_game_descrtipt_bott.gif) 0 100% no-repeat;
		padding:20px 15px 35px 0;
		overflow:hidden;
	}
	.ie6 .gameDescription .bBg	{
		overflow:visible;
	}
	.gameDescription .lCol	{
		float:left;
		width:222px;
	}
	.gameDescription .rCol	{
		margin-left:244px;
	}
	.gameDescription .lCol .info	{
		text-align:center;
	}
	.gameDescription .lCol .info .thumb	{
		display:block;
		background:url(http://p.mir-igr.ru/img/frame_game_thumb.gif);
		width:151px;
		height:113px;
		padding:7px 8px;
		margin:0 auto 5px auto;
	}
	.gameDescription .lCol .info .rait	{
		margin-bottom:15px;
	}
	.gameDescription .lCol .info .goVote	{
		background:url(http://p.mir-igr.ru/img/bullet_04.gif) 100% 4px no-repeat;
		padding-right:15px;
		font-weight:bold;
		color:#FD5D07;
		font-size:14px;
	}
	.gameDescription .lCol .info .dwnld	{
		display:block;
		margin-top:15px;
	}
	.thumbsSlider	{
		background:#FFDC85;
		border:solid 1px black;
		margin:0 -7px 30px -7px;
	}
	.thumbsSlider .lBg	{
		background:url(http://p.mir-igr.ru/img/block_slideshow_bg_l.gif) 0 0 no-repeat;
		margin:-1px;
		position:relative;
	}
	.thumbsSlider .rBg	{
		background:url(http://p.mir-igr.ru/img/block_slideshow_bg_r.gif) 100% 0 no-repeat;
		padding:15px 25px;
		height:82px;
		position:relative;
	}
	.thumbsSlider .larr	{
		position:absolute;
		top:0;
		left:0;
		width:23px;
		height:112px;
	}
	.thumbsSlider .rarr	{
		position:absolute;
		top:0;
		right:0;
		width:23px;
		height:112px;
	}
	.thumbsSlider .holder	{
		width:634px;
		height:80px;
		overflow:hidden;
		position:relative;
	}
	.thumbsSlider .holder .subHolder	{
		position:absolute;
		width:100000px;
	}
	.thumbsSlider .holder img	{
		float:left;
		padding:1px;
		background:white;
		border: solid 1px black;
		margin-right:2px;
	}
	.commentsHolder	{
	}
	.commentsHolder .comments	{
		background:url(http://p.mir-igr.ru/img/separator_01.gif) 0 0 repeat-x;
	}
	.commentsHolder .comments .item	{
		background:url(http://p.mir-igr.ru/img/separator_01.gif) 0 100% repeat-x;
		padding:7px 5px;
	}
	.commentsHolder .comments .item span	{
		display:block;
		color:#FAAD56;
		margin-bottom:10px;
	}
	.commentsHolder .comments .item span b	{
		font-weight:bold;
		color:#A60000;
	}
	.commentsHolder .addComment	{
		margin:20px;
		background:url(http://p.mir-igr.ru/img/block_comment_add_bg.gif);
		border:solid 1px black;
		padding:12px 30px;
	}
	.commentsHolder .addComment h4	{
		color:#A60000;
		font-size:18px;
	}
	.commentsHolder .addComment table	{
	}
	.commentsHolder .addComment table th	{
		text-align:right;
		color:#A60000;
		padding-right:5px;
		width:80px;
		padding-bottom:6px;
	}
	.commentsHolder .addComment table td	{
		padding-bottom:6px;
	}
	.commentsHolder .addComment table td .i	{
		border:solid 1px black;
		width:210px;
	}
	.commentsHolder .addComment table td img	{
		margin-bottom:3px;
	}
	.commentsHolder .addComment table td .t	{
		border:solid 1px black;
		width:365px;
		height:190px;
		padding:5px;
	}
	.commentsHolder .addComment table td .i2	{
		border:solid 1px black;
		width:70px;
		display:block;
		margin-top:6px;
	}
	.commentsHolder .addComment table td .b	{
		cursor:pointer;
	}

       .jwajaxvote-inline-rating {display:block; align:center; vertical-align:middle;line-height:25px;}
       .jwajaxvote-star-rating {width:175px;float:left;}
       .jwajaxvote-star-rating,
       .jwajaxvote-star-rating a:hover,
       .jwajaxvote-star-rating .current-rating {background:url(http://p.mir-igr.ru/img/star.gif) left -1000px repeat-x;}
       .jwajaxvote-star-rating {position:relative;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top;}
       .jwajaxvote-star-rating li {display:inline;background-image:none;padding:0;}
       .jwajaxvote-star-rating a,
       .jwajaxvote-star-rating .current-rating {position:absolute;top:0;left:0;text-indent:-1000px;height:25px;line-height:25px;outline:none;overflow:hidden;border:none;cursor:pointer;}
       .jwajaxvote-star-rating a:hover {background-position:left bottom;}
       .jwajaxvote-star-rating a.one-star {width:20%;z-index:6;}
       .jwajaxvote-star-rating a.two-stars {width:40%;z-index:5;}
       .jwajaxvote-star-rating a.three-stars {width:60%;z-index:4;}
       .jwajaxvote-star-rating a.four-stars {width:80%;z-index:3;}
       .jwajaxvote-star-rating a.five-stars {width:100%;z-index:2;}
       .jwajaxvote-star-rating .current-rating {z-index:1;background-position:0 center;margin:0;padding:0;}
       .jwajaxvote-box {margin:0 0 0 5px;padding:0;float:left;}
       .jwajaxvote-clr {clear:both;}


       .jwajaxvote-inline-rating2 {display:block; align:center; vertical-align:middle;line-height:25px;}
       .jwajaxvote-star-rating2 {width:175px;float:left;}
       .jwajaxvote-star-rating2,
       .jwajaxvote-star-rating2,
       .jwajaxvote-star-rating2 .current-rating2 {background:url(http://p.mir-igr.ru/img/star.gif) left -1000px repeat-x;}
       .jwajaxvote-star-rating2 {position:relative;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top;}
       .jwajaxvote-star-rating2 li {display:inline;background-image:none;padding:0;}
       .jwajaxvote-star-rating2 a,
       .jwajaxvote-star-rating2 .current-rating2 {position:absolute;top:0;left:0;text-indent:-1000px;height:25px;line-height:25px;outline:none;overflow:hidden;border:none;}
       .jwajaxvote-star-rating2 a.one-star2 {width:20%;z-index:6;}
       .jwajaxvote-star-rating2 a.two-stars2 {width:40%;z-index:5;}
       .jwajaxvote-star-rating2 a.three-stars2 {width:60%;z-index:4;}
       .jwajaxvote-star-rating2 a.four-stars2 {width:80%;z-index:3;}
       .jwajaxvote-star-rating2 a.five-stars2 {width:100%;z-index:2;}
       .jwajaxvote-star-rating2 .current-rating2 {z-index:1;background-position:0 center;margin:0;padding:0;}
       .jwajaxvote-box2 {margin:0 0 0 5px;padding:0;float:left;}
       .jwajaxvote-clr2 {clear:both;}

	.allform	{
		background:url(http://p.mir-igr.ru/img/block_form_midd.gif) 0 0 repeat-y;
		overflow:hidden;
		margin-bottom:10px;
	}
	.ie6 .allform	{
		overflow:visible;
	}
	.allform .tBg	{
		background:url(http://p.mir-igr.ru/img/block_form_top.gif) 0 0 no-repeat;
	}
	.allform .bBg	{
		background:url(http://p.mir-igr.ru/img/block_form_bott.gif) 0 100% no-repeat;
		padding:20px 15px 35px 0;
		overflow:hidden;
	}
	.ie6 .allform .bBg	{
		overflow:visible;
	}
	.allform .lCol	{
		float:left;
		width:200px;
	}
	.allform .rCol	{
		margin-left:80px;
		width:500px;
	}
	.allform .lCol .info	{
		text-align:center;
	}


	.videoListring	{
		width:665px;
		margin-bottom:20px;
	}
	.videoListring td	{
		padding:10px;
		font-size:11px;
	}
	.videoListring strong {
		display:block;
		font-size:11px;
	}
	.videoListring strong a	{
		color:#FD5D07;
	}
	.videoListring .rait	{
		margin:4px 0;
	}
	.videoListring .thumb	{
		display:block;
		width:120px;
		height:90px;
		padding:7px 8px;
	}
	.videoListring .info	{
		margin:7px 0;
	}
	.videoListring .info a	{
		color:#FF9722;
		height:17px;
		display:inline-block;
	}
	.videoListring .info a:hover	{
		color:#348863;
	}
	.videoListring .info .video	{
		background:url(http://p.mir-igr.ru/img/ic_video.gif) 0 0 no-repeat;
		padding-left:18px;
		height:17px;
		display:inline-block;
	}
	.videoListring .info .comments	{
		background:url(http://p.mir-igr.ru/img/ic_comments.gif) 0 0 no-repeat;
		padding-left:18px;
		height:17px;
		display:block;
	}
	.videoListring .info .date	{
		background:url(http://p.mir-igr.ru/img/ic_date.gif) 0 0 no-repeat;
		padding-left:18px;
		height:17px;
		display:inline-block;
	}
	.videoListring .info .time	{
		background:url(http://p.mir-igr.ru/img/ic_time.gif) 0 0 no-repeat;
		padding-left:18px;
		height:17px;
		display:block;
	}
	.videoListring .cellTL	{
		height:254px;
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_tl.gif);
	}
	.ie .videoListring .cellTL	{
		height:234px;
	}
	.videoListring .cellT	{
		width:212px;
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_t.gif);
	}
	.videoListring .cellTR	{
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_t.gif);
	}
	.videoListring .cellL	{
		width:201px;
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_l.gif);
	}
	.videoListring .cellC	{
		width:212px;
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_c.gif);
	}
	.videoListring .cellR	{
		height:250px;
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_r.gif);
	}
	.ie .gameListring .cellR	{
		height:230px;
	}
	.videoListring .cellBL	{
		width:201px;
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_bl.gif);
	}
	.videoListring .cellB	{
		width:212px;
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_b.gif);
	}
	.videoListring .cellBR	{
		height:255px;
		background:url(http://p.mir-igr.ru/img/block_gamelist_cell_br.gif);
	}
	.ie .videoListring .cellBR	{
		height:235px;
	}
#page-wrap { width: 476px; margin: 2px auto; position: relative; height: 275px; background: url(http://p.mir-igr.ru/images/carousel_back.png) top center; }
.slider-wrap { width: 476px; position: absolute;}	
.stripViewer .panelContainer 
.panel ul { text-align: left; }
.panel h3 {font-size: 15px;color:white;left:20px;top:20px;position: absolute; }
.photo-meta-data a, .photo-meta-data a:visited { color: white; text-decoration: none; }
.photo-meta-data a:hover, .photo-meta-data a:active { color: #729dff; }
.stripViewer { position: relative; overflow: hidden; width: 476px; height: 210px;}
.stripViewer .panelContainer { position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel { float: left; height: 100%; position: relative; width: 476px; }
.stripNavL, .stripNavR, .stripNav { display: none; }
.nav-thumb { border: 1px solid black; margin-right: 5px; }
.cross-link { display: block; width: 62px; position: relative; padding-left: 5px;  padding-top: 10px; margin-top: -5px;   z-index: 9999; }
.active-thumb  { background: transparent url(http://p.mir-igr.ru/images/carousel_hover.png) top center no-repeat; }
.photo-meta-data { background: url(http://p.mir-igr.ru/images/transpBlack.png); padding: 5px; height: 30px; margin-top: -60px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span { font-size: 13px; }
#watch {position:absolute;}
#movers { padding-left: 5px;padding-top: 10px; }
#movers-row { margin: -51px 0 0 62px;}
#movers-row div { width: 80px; float: left; }
#movers-row div a.cross-link { float: right; }


