body,html{height:100%;margin:0;padding:0;font-size:12px;background-color:#fff;zoom: 1;}
a img { border:none;}
a { text-decoration:none; }
img { border:none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.clear {clear: both;}
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
h1 {font-family:'GothamMedium-Regular';font-size: 26px;color: #566375;font-weight: normal;margin:0;float: left; font-weight: bold;}
.space20{height:20px; clear:both;}
.no-pad{padding: 0;}
.container{
    width: 300px;
    background-color: #F7F1F1;
    height: 250px;

}
/*for 300x600 */
.container_300x600{
    width: 300px;
    background-color: #F7F1F1;
	height: 600px;
}
 /*for 480x100 */
.container_480x100{
	height: 100px;
	width: 480px;
    background-color: #F7F1F1;
}
/*for 650x230 */
.container_650x230{
    height: 230px;
    width: 650px;
    background-color: #F7F1F1;
}
.game_row{
    float: left;
    margin-bottom: 4px;
    width:99%;
}
.heading{
	float: left;
    width: 100%;
    height: 30px;
    background-color: #ABAFAF;
}
.heading a img{
    width: 30px;
    height: 100%;
    float:left;
}
.heading a h1 img{
    width: 30px;
    height: 100%;
    float:right;
    margin: 7px 5px 5px 5px;
}
.heading h1{
	margin-left: 5px;
}
.content {
    padding: 10px 5px 5px 10px;
    float: left;
    width: 95%;
}
/*for 480x100 */
.content_480x100{
	padding: 5px;
}
.game_logo{
	float: left;
}
.game_logo a{
    vertical-align: top;    
}
.game_logo img{
	width: 80px;
	height:60px;
    border-width: 3px;
    border-radius: 5px;
    border-color: black;
}
.game_name{
    width: 68%;
    float: left;
    margin: 5px 0px 0px 5px;
    font-size: 16px;
}
.game_name h3{
	margin:0;
    color: #000;
    text-overflow: ellipsis; /* will make [...] at the end */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}
.game_desc{
    float: left;
    margin: 5px 5px 2px 5px;
    width: 66%;
}
.game_desc p{
	margin: 0;
	font-size: 14px;
	text-overflow: ellipsis; /* will make [...] at the end */
    width: 100%; /* change to your preferences */
    white-space: nowrap; /* paragraph to one line */
    overflow:hidden; /* older browsers */
}