@CHARSET "UTF-8";

#catalogContainer .gameContainer {
    background:#f1f1f1;
    border:1px solid #bbbbbb;
    height:223px;
    margin:0 30px 30px 0;
    width:205px;
    float:left;
    position:relative; 
}

.gameContainer .headerGameCell {
    border-bottom:1px solid #bbbbbb;
    height:20px;
}

.gameContainer .headerGameCell b {
    position:absolute;
    left:8px;
    top:2px;
    font-family:Trebuchet MS;
}

.gameContainer .bodyGameCell {
    height:180px;
}

.gameContainer .bodyGameCell .imageGameCell {
    position:absolute;
    top:25px;
    left:4px;
    width:190px;
    height:155px;
    overflow:hidden;
}

.gameContainer .bodyGameCell .nameGameCell {
    position:absolute;
    top:180px;
    left:4px;
    width:200px;
    height:24px;
    line-height:11px;
    overflow:hidden;
    text-align:center;
}

.gameContainer .bodyGameCell .nameGameCell a {
    width:200px;
    height:24px;
}

.gameContainer .bodyGameCell .nameGameCell a:hover {
	text-decoration:underline;
}


.gameContainer .footerGameCell {
    height:21px;
    background:#dedede;
    border-top:1px solid #bbbbbb;
}

.gameContainer .footerGameCell .footerGameCellRating {
    margin:5px 0 0 4px;
    width:95px;
    float:left;
}

.gameContainer .footerGameCell .footerGameCellTypeView {
    margin:5px 5px 0 0;
    width:100px;
    float:right;
    text-align: right;
}

