/** 
* Main CSS file for the "default" theme for VirtueMart
* @copyright 2006-2008 soeren
* @license GNU/GPL
*
*/

/* #### Start Featured Products CSS part #### */

#s5_feature_align {
	float:left;
	height:150px;
	width:144px;
	overflow:visible;
	border:1px solid #FBF0B8;
	display:table;
	margin-right:2px;
	background-color:#F6F8F8;
}

#s5_feature_align_desgn {
	height:150px;
	text-align:center;
	color:#AB402E;
	font-weight:bold;
	font-size:12px;
	margin-top:5px;
}

#s5_mid_user_pos {
	float:left;
	width:595px;
	margin-right:0px;
	margin-top:0px;
	height:auto;
}

#s5_mid_user_topimg {
	padding:0px;
	margin-left:5px;	
	height:auto;	
}

#s5_mid_user_label {
	text-align:center;
	padding:5px 0 5px 0;	
	background-color:#CCCCCC;
	font-weight: bold;
	font-size:12px;
	font-weight:700;
	color:#AB402E;
	line-height:20px;	
}

.prod_header{
	background-image:url(../images/prod_hed.png);
	background-position:left;
	background-repeat:repeat-x;
	width:auto;
	height:37px;
	font-size:13px;
	color:#3a8bc6;
	font-weight:700;
	padding:0px;
	margin:0px;
	line-height:31px;
	text-decoration:underline;
	text-align:center;
}

.prod_img{
	width:142px;
	height:95px;
	text-align:center;
	background-color:#F6F8F8;
	margin-bottom:15px;
}

.prod_price{
	text-align:center;
	font-size:12px;
	color:#000;
}


#s5_mid_future_product {
	float: left;
	width: 586px;
	height: auto;
	overflow: visible;
	border:1px solid #FBF0B8;
	display:table;	
}

#s5_mid_future_product_list {	
	width:585px;
	height:40px;
	text-align:left;
	color:#AB402E;
	font-weight: bold;
	font-size:12px;	
}
/* #### End Featured Products CSS part #### */