/**
 *  $Id: Template.css 180 2010-01-11 13:31:40Z rowan $
 *
 * 	Copyright (C) 2005-2009  Rowan Youngson
 * 
 *	This file is part of Simple Review.
 *
 *	Simple Review is 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, either version 3 of the License, or
 *  (at your option) any later version.

 *  Simple Review is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.

 *  You should have received a copy of the GNU General Public License
 *  along with Simple Review.  If not, see <http://www.gnu.org/licenses/>.
*/

.srContentContainer
{
	text-align: left;
	width:100%; 
}

/*Start moved from Category_Module.css*/
/*
*the div around the top N reviews table
*/
.topN {
    width:100%;
    border: 1px solid;
}

/*
* the top N table
*/
table.topNTable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.topNTable {
	padding: 0;
	margin-bottom: 2px;
}

table.topNTable th, div.topNTable h3 {
	background: url(subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.topNTable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}


.catListingItem
{
    
}

.catImageContainer
{
    float:left;
}

.catTextContainer
{
    padding: 2px;
}

.catTitle
{
    
}

.catcontainer
{
 margin:2px 0px 2px 0px;   
}

.subcat
{
 margin:5px 0px 5px 0px;   
}

.catcontainer
{
    width:100%;
	min-height:40px;
}
.catAlt
{
	background-color: #EFEFEF;
}

.subcat
{
border:1px solid #A8B5C2;
width:33%;
background-color:#EFEFEF;    
}

.catLink{}

.catDesc{
  font: oblique small-caps 12px/14px arial;
  margin-left:10px;
}

.reviewListingTitle
{
    font-weight:bold;
}

.reviewRowAlt
{
	background-color:#DBDADB;
}

.reviewRow
{
		
}

div.topNHTitles
{
	height:21px;	
	width:118px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}

label.mandatoryLabel
{
	float:none !important;
	text-decoration:none !important;
	vertical-align: top !important;
	margin-left:5px !important;
}

select.titleType
{
	vertical-align: top !important;	
}
/*End moved from Category_Module.css*/

dl.srCategoryListing dd, dl.srCategoryListing dt
{
	margin-left: 0px;
}

dl.srCategoryListing dt
{
	font-style:italic;
	font-weight:bolder;	
}

dl.srCategoryListing dd
{
	clear:both;
	height:50px;
}

dl.srCategoryListing dd.odd
{
	background-color: #EFEFEF;
}

dl.srCategoryListing dd.even
{
	
}		

img.catImage
{
	float: left;
}

span.catName
{
	display: block;
}

span.catDesc
{
	display: block;
	font-size: smaller;
	font-variant: small-caps;
}
		
div.prefixFilter
{
	width:100%;
	text-align:center !important;
	margin:5px;
	white-space: nowrap;
}

.prefixFilterOther,.prefixFilterLetter, .prefixFilterAll
{
	display:inline-block;
	border:1px solid #cccccc;	
	margin-left:1px;
	margin-right:1px;
}

.prefixFilterOther:hover,.prefixFilterLetter:hover, .prefixFilterAll:hover
{
	background-color: #cccccc;
	color:black;
}


.prefixFilterOther, .prefixFilterLetter, .prefixFilterAll
{
	padding:0px 2px 0px 2px;
}

#srCatNavigation
{
	margin:10px 0px 10px 0px;
}


#reviewListingTable 
{
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 2px;
}

#reviewListingTable th
{
	background: url(subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 0px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

#reviewListingTable td
{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-align: left;
	padding-left: 0px;
}

#reviewListingTable tr.odd
{
	background-color: #EFEFEF;	
}

#reviewListingTable tr.even
{
	background-color: #FFFFFF;	
}	

/*star rating small start*/
span.smallStarRating
{
	display:inline-block;
	width:115px;
	line-height:22px;					
}

.smallStarRating .starFull, .smallStarRating .starHalf, .smallStarRating .starEmpty,
.smallStarRatingAlt .starFull, .smallStarRatingAlt .starHalf, .smallStarRatingAlt .starEmpty
{
	width:23px;
	height:22px;
	display:inline-block;
}
.starFull, .starHalf, .starEmpty
{
	background-repeat: no-repeat;
}
.smallStarRating .starFull
{
	background-image:url(fullstar.png);		

}
.smallStarRating .starHalf
{
	background-image:url(halfstar.png);				
}

.smallStarRating .starEmpty
{
	background-image:url(emptystar.png);					
}

.smallStarRatingAlt .starFull
{
	background-image:url(fullstar-alt.png);		

}
.smallStarRatingAlt .starHalf
{
	background-image:url(halfstar-alt.png);				
}

.smallStarRatingAlt .starEmpty
{
	background-image:url(emptystar-alt.png);					
}
/*star rating small end*/

	
