/* Style Sheet of Reviews Plugin for SOBI 2 Component reviews.css             */
/* Version $Id: reviews.css 2287 2007-09-12 17:05:28Z Sigrid Suski $
/* --------------------------------------------------------------------------- */
/* Copyright (C) 2007 Sigsiu.NET (http://www.sigsiu.net). All rights reserved. */
/* SOBI2 and SOBI Reviews and Ratings are free software; you can redistribute  */
/* it and/or modify it under the terms of the GNU General Public License as    */
/* published by the Free Software Foundation.                                  */
/* Authors: Sigrid & Radek Suski, Sigsiu.NET                                   */

div#revsBox {
}

/* Style for Pagination bars */
/* ------------------------- */
.revNavTop
{
display: none;
}
.revNavBottom
{
}
td.sobi_review_VC
{
padding-left:8px;
text-align:left;
}
span.sobiRating
{
display:block;
}
span.sobiRating img {
float: none;
vertical-align: top;
padding: 0px;
margin: 0px;
}

/* Style for Reviews in Details View */
/* --------------------------------- */
div.revTitleHeader {
padding:3px;
margin-bottom:5px;
}
div.revTitle {
float:left;
width:60%;
font-weight: bold;
}
div.revVote {
text-align:left;
}
div.revHeader {
padding:3px;
}
div.revAuthor {
float:left;
width:60%;
}
div.revDate {
text-align:left;
}
div.revText {
background-color: #E5E5E5;
border-color:  #E5E5E5;
border-width: 4px;
border-style: solid;
}
div.revCont {
margin:5px 0;
}
div.revUpdateDate,
div.revUpdate {
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
padding-left:3px;
color: #CC0000;
}
