/*
Title       Really? You can't use firefox or safari?
Author      Michael Kumm
Based On    Hacks from dan@simplebits.com
*/

/* PNG fix */

* html .game-rating { /* for IE<6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/assets/images/image.png'); background-image: none; background-repeat: no-repeat; background-color: transparent;
	}

.game-icon {
    padding: 3px;
    background: url('../images/ie-icon-bg.png') no-repeat center center;

}
	
/* self-clear floats */
* html .group { /* IE6 */
	height: 1%;
	}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}

ul.game-ads li { /* IE */
	width: 45%;
}

h2 {
    display: block;
    height: 18px;
}

.section-title,
h2 span.section-title a {



} 
ol#game-ranking li {
position: relative;
display: block;
height: 1.2em;
width: 300px;
overflow: hidden;


}

body#n-Play ol#game-ranking li {
position: relative;
width: 225px;

}

div#feedback {
    position: absolute;
    left: 0px;
    top: 140px;
}
ol#game-ranking li span.rating {
    position: absolute;
    display: block;


    right: 0px;
    top: 0px;


}

.section-title { /* IE */
	display: block;
	float: left;
}
ul.games h3 a {
	display: block;
}
.game-info-sub {
	display: block;
	width: 60%;
} 
