/*
Theme Name: Bitter Sweet Shop Theme
Description: Bitter Sweet Shop Theme
Version: 1.0
Author: Thomas Howard & Urs Weishaupt
Author URI: http://instinct.co.nz
*/

/*
 * If you delete this file, you can expect your WP e-Commerce installation to break in some manner
 * to create your own theme copy, and paste this file, change the names and alter to your tastes
*/

.wpsc_container{
/*   position: relative; */
  _zoom: 1;
  } 

/*
    * product rating styling
    */ 
div.product_footer{
	position: relative;
	padding: 0px !important;
	width: 100%;
	border-top: 1px dashed #cccccc;
	height: 35px;
	margin-top: 1em;
}

div.product_footer strong{
	display: block;
	font-size: 7pt;
	font-weight: normal;
}

div.product_average_vote{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	float: left;
	margin: 0px !important;
	height: inherit;
}

div.product_user_vote{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30%;
	margin: 0px !important;
	height: inherit;
}

span.vote_total{
	position: relative;
	top: -3px;
	left: 2px;
	font-size: 7pt;
}

span.rating_saved{
	color: #990000;
	display: none;
}    
    /*
    *end product rating styling
    */  

