/** Popular games block **/
.glist {
	display: block;
	width: 680px;
	margin-left: auto;
	margin-right:auto;
	border: 1px solid #FF9205;
	background-color: #0573A8;
}

.glist .bltitle{
	height: 40px;
	background:transparent url(/images/bg_images.gif) repeat-x scroll 0px 0px;
	padding-left: 15px;
	margin: 0px;
	line-height:40px;
	font-size: 1.24em;
	font-weight: bolder;
}

.glist .blgames {
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 3px;
}

.glist .sep {
	margin: 0px auto 5px auto;
	width: 94%;
	height: 1px;
	border-top: 1px dotted #FFF;
	clear: both;
}


.glist .blgameshort {
	width: 33%;
	display:block;
	float:left;
	text-align: center;
	margin-top: 15px;
}
.glist .blgameshort img.gimg {
	float: none;
	padding:4px;
	border:1px solid #FFFFFF;
	margin-left: auto;
	margin-right:auto;
	border: 0px;
	width: 180px;
	height: 103px;
}
.glist .blgameshort  h3.blgname {
	font-size: 1.28em;
	margin: 5px 5px 0px 15px;
	text-align: left;
}

.glist .blgameshort p.blgsdescr {
	margin: 0px 12px 3px 12px;
	text-align: left;
	padding: 0px 3px 3px 3px;
	font-size: 0.96em;
	color: #DDDDDD;
}
.glist .blgameshort p.blgsdescr:first-letter {
	color: #FF9D22;
	font-size: 1.28em;
	font-weight: bolder;
}

.glist .pages {
	width: 94%;
	margin-left:auto;
	margin-right: auto;
	white-space: nowrap;
}

.glist .pages *{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	height: 16px;
	padding: 0px 1px 0px 1px;
	margin-right: 2px;
}

.glist .pages a, .glist .pages .current {
	border: 1px solid #0573a8; 
}

.glist .pages a:hover, .glist .pages .current {
	border-color: #FF920B;
	background-color: #FFC977;
	color: #001D44;
}

/** Game information page**/
.blgame {
	margin-left: 10px;
	margin-right: 10px;
}
.blstd .content {
	padding-right: 10px;
}

.blgame .content .descr {
	text-align: justify;
	margin-top:5px;
}
.blgame .content .descr:first-letter {
	font-weight: bolder;
	color: #FF9D22;
	font-size: 1.3em;
}
.blgame .content h2 {
	display: inline;
	font-size: 1.3em;
	margin:0px;
	font-style: italic;
	color: #ff9b20;
	font-weight: bolder;
}

.blgame .content .cl {
	float: left;
	display: block;
	width: 200px;
	margin: 0px 15px 5px 5px;
	text-align: center;
	padding-bottom:10px;
	background:transparent url(/images/common.png) no-repeat scroll -8px 147px;
}
.blgame .content .cl img.img {
	display: block;
	float: none;
	width: 200px;
	height: 115px;
}

.blgame .content .cl .downl {
	display: block;
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background:transparent url(/images/bg_images.png) repeat-x scroll 0px -378px;
	color: #FFF;
	border-top: 1px solid #8f5713;
	border-left: 1px solid #8f5713;
	border-right: 1px solid #8f5713;
	position: relative;
	padding-left: 10px;
}

.blgame .content .cl .downl:hover {
	background:transparent url(/images/bg_images.png) repeat-x scroll 0px -415px;
}

.blgame .content .cl .downl .icon {
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	left: 5px;
	top: 5px;
	background:transparent url(/images/bg_images.png) repeat-x scroll -5px -461px;
}

.blgame .content .cl .downl:hover .icon {
	background:transparent url(/images/bg_images.png) repeat-x scroll -5px -499px;
}

.blgame .content h3.ss {
	font-size: 1.15em;
	margin:0px 0px 5px 0px;
	font-style: italic;
	color: #ff9b20;
	font-weight: bolder;
	text-align: center;
}

.blgame .content div.ssimgs{
	text-align: center;
}

.blgame .content img.ssimg {
	margin-left:2px;
	float: none;
	width: 120px;
	height: 90px;
	cursor: pointer;
}
