/* 
* main css file for the VMF products browse page
* @version $Id: styleshet.css 1 2009-05-08 21:16:41Z sakisTerzis $
* @package vmfiltering front-end
* @subpackage stylesheet
* @author Sakis Terzis (sakis@breakDesigns.net)
* @copyright	Copyright (C) 2009 breakDesigns.net. All rights reserved
* @license	GNU/GPL v3
* see administrator/components/com_vmfiltering/COPYING.txt
*/

/* General Shop Styles here please */
.bold{
color:#0066FF;
}
#criteria{
height:15px;
background:#D6ECFE;
padding:10px;
margin-bottom:10px;
}
div.buttons_heading {
	margin:10px;
	width:10%;
	float:right;
}

.productPrice {
	font-weight:bold;
	white-space: nowrap;
}
.product-Old-Price {
	color:red;
	text-decoration:line-through;
}
/** BROWSE PRODUCTS STYLES **/
.browseProductContainer {
	width:100%;
	height:auto;
	padding: 3px 3px 3px 3px;
	vertical-align: top;
	display:block;
	float:left;
	}

.browseProductTitle {
	font-size: 16px; 
	font-weight: bold;
	padding: 3px;
	margin-top: 3px;
	width: 30%;
	
}
.browseProductImageContainer {
	float: left;
	width: auto;
	margin: 3px;
}
.browseProductDetailsContainer {
	float: left;
	width: 70%;
}
.browseProductDescription {
	margin-top: 10px;
	width:50%;
display:block;
}
.browsePriceContainer {
	float: left;
	margin: 5px;
	width:20%;
}

/*----------pagination----*/
.list-footer
{
margin: 15px auto;
padding: 10px 0px;
}

.list-footer div{
margin:0px auto;
text-align:center;
}

ul.pagination{
text-align:center;
}
.clr { clear: both; overflow:hidden; }
