/**
* xtdratings - Extended Ratings and Reviews for Joomla
* @version 1.7.0
* @copyright (C) 2005-2006 by Alejandro Schmeichler
* @license Released under the terms of the GNU General Public License
**/

/*REVIEW BOX*/

.r_box_user {
	float: right;
	background-image: url(images/rating_user.gif); 
	background-repeat: no-repeat; 
	width: 96px; 
	height: 86px; 
	text-align: center; 
	padding-top:5px !important;
	padding-top:8px;
	margin-left: 5px !important;
	margin-left: 0px;
	clear:both;	
}

.r_box_user h2 {font:bold 26px arial,helvetica;margin:0 0 -3px 0;padding:0;color:#FFFFFF;
}
.r_box_user h3 {font:bold 10px verdana,geneva,helvetica;margin:0 0 -2px;padding:0;color:#FFFFFF;}

.r_box_user h4 {font:bold 10px verdana,geneva,helvetica;color:#fff;margin:3px;padding:0;}

.r_box_user h5 {font:normal 10px verdana,geneva,helvetica;margin:0;padding:0;color:#FFFFFF;}

.r_box_author {
	float: right;
	background-image: url(images/rating_author.gif); 
	background-repeat: no-repeat; 
	width: 96px; 
	height: 86px; 
	text-align: center; 
	padding-top:7px !important;
	padding-top:10px;
	margin-left: 5px !important;
	margin-left: 0px;
	clear:both;
}

.r_box_author h2 {font:bold 26px arial,helvetica;margin:0 0 -3px 0;padding:0; color:#fff;}

.r_box_author h3 {font:bold 10px verdana,geneva,helvetica;margin:0 0 -2px;padding:0;color:#fff;}

.r_box_author h4 {font:bold 10px verdana,geneva,helvetica;color:#666;margin:3px;padding:0;color:#fff;}

.r_box_author h5 {font:normal 10px verdana,geneva,helvetica;margin:0;padding:0;color:#fff;}

/* SECTION AND CATEGORY DIRECTORY */ 
.xr_pathway, a.xr_pathway {
   font-size: 12px;
   font-weight: normal;
}
.xr_section a:link, .xr_section a:visited {
   font-size: 14px;
   color: darkblue;
   font-weight: bold;
}
.xr_section a:hover {
   text-decoration: underline;
}
.xr_category a:link, .xr_category a:visited {
   font-size: 12px;
   color: #7F7F7F;
   font-weight: normal;
}
.xr_category a:hover {
   text-decoration: underline;
}
/* COMMENTS */
.xr_summary_ratings_outer {
   float: left; 
   min-width: 100px;
   padding: 5px;
   margin: 0px 5px 0px 0px;
   background: #DFEEFF;
   border: 1px solid #5FACFF;
}
.xr_summary_ratings_inner {
   font-weight: normal;
}
.xr_individual_ratings_outer {
   float: left; 
   min-width: 100px; 
   padding: 3px;
   margin: 0px 5px 0px 0px;
   border: 1px solid #AFAFAF;
   background: #DFDFDF;
}
.xr_individual_ratings_inner {
   padding: 3px;
   border: 1px solid #AFAFAF;
   background: #FFFFFF;
}
table.xr_individual_ratings_inner td{
   padding-top: 0.5px;
   padding-bottom: 0.5px;
}
.xr_comments {
   border-bottom: 1px solid #CCCCCC;
   padding-bottom: 15px;
}
.xr_comments th{
   padding-top: 15px;
}
.xr_comments td{
   padding-top: 5px;
   /*padding-bottom: 1px;*/
}
.xr_comment_title1 {
   font-size: 13px;
   font-weight: bold;
   white-space: normal;
}
.xr_comment_title2 {
   font-size: 13px;
   font-weight: normal;
}
.xr_average_review_1 {
/* Line that reads: average user ratings from... */
   font-size: 15px;
   font-weight: bold;
   color: #333333;
}
.xr_average_review_2 {
/* Line that reads: How would you rate this product? */
   font-size: 13px;
   font-weight: bold;
   color: #333333;
}
.xr_add_item a:link, .xr_add_item a:visited {
/* div class for: Add new item to section > category */
   font-size: 14px;
}
.xr_add_comment {
/* div class for: Add your own opinion button */
  font-size        :12px;
  color            :#1B53E1;
  font-weight      :bold;
  padding-left          :16px;
  font-family:Arial, Helvetica, sans-serif;
  background-image: url(images/edit.png);
  background-repeat:no-repeat;
}
/* PRODUCT LIST */
.xr_product_title a:link, .xr_product_title a:visited {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#003399;
	font-weight:bold;
}
.xr_product_title a:hover {
}
.xr_new {
   color: #ff0000;
   font-size: smaller;
   font-weight: normal; 
   vertical-align: middle;
   font-family:Verdana, Arial, Helvetica, sans-serif;
}
.xr_custom_label {
   color: #3333FF;
   font-size: smaller;
   font-weight: normal;
   vertical-align: super;
}

