#review-date
{
    font-style: italic;
    color: #888888;
    margin: 0px 0px 5px 0px;
}

#review-tags
{
    margin: 5px 0px 15px 0px;
    color: #888888;
    line-height: 1.0em;
}

#review-tags a
{
    margin: 0px 5px 0px 5px;
}

#review-date
{
    margin: 0px;
    padding: 0px;
    line-height: 1.0em;
}

#what-next-container
{
    background-color: #F7F7F7;
    border: solid 1px #E9E9E9;
    padding: 10px;
    color: #1E629E;
    line-height: 2.0em;
    margin: 15px 0px 15px 0px;    
}

#what-next-container h1
{
    font-weight: normal;
    color: #1E629E;
    font-size: 14pt; 
    margin: 5px 0px 15px 0px;
}

#review-text
{
    line-height: 2.0em;
    width: 600px;
    font-size: 10pt;
    color: #555555;
}

#review-text p
{
    margin: 15px 0px 15px 0px;
}

#star
{
    width: 130px;
    float: right;
}

.tags-textbox
{
    width: 500px;
}

.pros-cons-textbox
{
    width: 250px;
}

.description-textarea
{
    width: 250px;
    height: 130px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    line-height: 1.8em;
}

#empty-image
{
    width: 200px;
    height: 200px;
    background-color: #FFFFFF;
    color: #888888;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
    line-height: 200px;
}

/* Card info */

#card-info-box
{
    background-color: #F7F7F7;
    border: solid 1px #E9E9E9;
    padding: 15px;
    color: #333333;
    margin: 10px 0px 10px 0px;
    line-height: 2.0em;
}

.tbl-header
{
    width: 100px; 
    font-weight: bold; 
    vertical-align: top;          
}  
.tbl-content
{
    width: 295px;
}
#pros-list
{
    list-style-image: url("/images/plus.gif");
    margin: 0px 0px 0px 20px;
    padding: 0px;
}
#cons-list
{
    list-style-image: url("/images/minus.gif");            
    margin: 0px 0px 0px 20px;
    padding: 0px;
}
#table-card-details
{
    margin: 10px 0px 10px 0px;
    line-height: 2.5em;
    width: 100%;
}
#table-card-details .alt-row
{
    background-color: #EEEEEE;
}


