/*
  * Specials products slideshow
  * slideshow.css	
  * @category 	Pro Modules
  * @author  	Development: Monstermedia.fr
  * @credit  	Distriution:   Themesremix.com
  * @license 	SINGLE/Themesremix.com
  * @version 	1.0
  *
  */
@charset "utf-8";

#center_column #box{	
	margin:30px 0;
	width:708px;
	height:202px;
	z-index:0;
	border:1px solid #ccc;
}
#center_column #center_column div.box-element{	
	width:708px;
	height:202px;
	background:#fff;
}
#center_column .product-image{
	width:430px;
	background:#fff;
	margin-left:20px !important;
	-margin-left:10px;
	/margin-left:10px;
	padding:0;
}

#center_column #box .product-image, #box .product-infos{
	float:left;	
}

#center_column #box .product-infos{
	text-align:center;
	width:236px;
	padding:15px 10px 0 10px;
	background:url(../img/bg_slideshow_special.gif) no-repeat bottom right;
	height:185px;
	border:1px solid #fff;
}
#center_column #box .product-infos .reduction{
	font-size:3em;
}

#center_column #box .product-infos .newprice{
	font-size:2em;
}
#center_column #box .product-infos .reduction, #center_column #box .product-infos .newprice{
	
	margin:15px 0;
	font-weight:bold;
	color:#8bd222;
}
#center_column #box .product-infos .lowered, #center_column #box .product-infos .newprice,#center_column #box .product-infos .reduction{
	display:block;
}
