td[textStyle="leftAlign"]
{
    text-align: left;
    padding: 10px;
}

td[itemStyle="reviewCell"][columnCount="0"]
{
    width: 15%;
}

td[itemStyle="reviewCell"][columnCount="1"]
{
    width: 10%;
}

td[itemStyle="reviewCell"][columnCount="2"]
{
    width: 75%;
}

td[itemStyle="itemImage"]
{
    width: 25%;
    background-color: #dddddd;
}

td[itemStyle="itemButton"]
{
    width: 15%;
    padding: 10px;
    background-color: #dddddd;
}

td[itemStyle="itemDescription"]
{
    padding: 10px;
    text-align: left;
    background-color: #dddddd;
}

td[itemStyle="itemTag"]
{
    width: 20%;
    text-align: left;
    padding-left: 40px;
}

td[itemStyle="itemTag"][tagRow="1"]
{
    background-color: #dddddd;
}

td[itemStyle="itemTag"][tagRow="2"]
{
    background-color: #c2c2c2;
}

td[itemStyle="itemBack2"]
{
    background-color: #c2c2c2;
}

td[itemStyle="reviewCell"][rowCount="0"]
{
    background-color: #dddddd;
}

td[itemStyle="reviewCell"][rowCount="1"]
{
    background-color: #c2c2c2;
}

input[itemStyle="buyButton"]
{
    width: 100%;
    height: 100%;
    font-size: 16pt;
    font-weight: bold;
}

.scoreStar
{
    font-size: 10pt;
    font-weight: bolder;
}

.scoreStarPresent
{
    color: #ffff00;
}

.scoreStarAbsent
{
    color: #cccccc;
}
