.Content_GameCellLeft
{
    position: relative;
    float: left;
    width: 362px;
    height: 173px;
}

.Content_GameCellRight
{
    position: relative;
    float: right;
    width: 362px;
    height: 173px;
}

.Content_GameCellTitle
{
    position: absolute;
    left: 8px;
    top: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    text-align: left;
}

.Content_GameCellImage
{
    position: absolute;
    left: 10px;
    top: 30px;
}

.Content_GameCellDownloadButtons
{
    position: absolute;
    left: 200px;
    top: 50px;
}

.Content_GameCellBuyButtons
{
    position: absolute;
    left: 200px;
    top: 122px;
}

.Content_DownloadBuyButtonSmallImage
{
    text-align: center;
    width: 46px;
    height: 38px;
    border: 0px;
}


