h2.productscategory_h2
{
	font-size: 1em;
	line-height: 1.8em;
    margin: 10px 0 0;
}

#productscategory {
	margin: 2em auto 0;
	height: 120px;
	width: 100%;
}

#productscategory_noscroll
{
	background: none repeat scroll 0 0 #E4E5E7;
	height: 145px;
	width: 100%;
	padding-top: 5px;
}

#productscategory_list {
	overflow: hidden;
	float: left;
	width: 96%;
}

#productscategory_list ul {
	padding-left: 0;
	list-style-type: none;
}

#productscategory_list li {
	float: left;
	margin: 0 3px;
	cursor: pointer;
	text-align: center;
	width: 100px;
	overflow: hidden;
	line-height: 20px;
}

#productscategory_list li a { margin: auto; }

#productscategory_scroll_left, #productscategory_scroll_right {
	background: url('img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	display: block;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 30px;
}

#productscategory_scroll_right { background-image: url('img/thumbs_right.gif'); }

#center_column div.productscategory.block_content
{
	padding-bottom: 8px;
}

/* Ajout pour surbrillance des produits particuliers */
div.productscategory_reduced, div.productscategory_new, div.productscategory_update, div.productscategory_soon, div.productscategory_beta
{
    background: url('../../../img/homefeatured_new.png') no-repeat center center transparent;
    color: #FFFFFF;
    float: none;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 129px;
}

div.productscategory_reduced
{
    background: url('../../../img/homefeatured_reduced.png') no-repeat scroll center center transparent;
}

div.productscategory_update
{
    background: url('../../../img/homefeatured_update.png') no-repeat scroll center center transparent;
}

div.productscategory_soon
{
    background: url('../../../img/homefeatured_soon.png') no-repeat scroll center center transparent;
}

div.productscategory_beta
{
    background: url('./../../img/homefeatured_beta.png') no-repeat scroll center center transparent;
}

div.productscategory_update.lang_de
{
    font-size: 11px;	
}

/* productscategory carrousel */
div#carrousel_productscategory
{
	height: 380px;
    margin-top: 25px;
}

div#carrousel_productscategory div.carrousel_images
{
    background-color: transparent;
    float: left;
    height: 420px;
    overflow: hidden;
    width: 905px;
}

div#carrousel_productscategory div.carrousel_images UL
{
    float: left;
    height: 400px;
}

#center_column div#carrousel_productscategory div.carrousel_images UL LI
{
    height: 390px;
	margin: 0 4px;
}

#center_column div#carrousel_productscategory H3
{
	background-color: transparent;
	color: #374853;
	display: block;
	font-size: 13px;
	font-weight: bold;
    height: 40px;
	margin: 10px 5px 3px;
	padding: 0;
	text-align: center;
}

div#carrousel_productscategory a.button_show, div#carrousel_productscategory a.ajax_add_to_cart_button
{
	float: right;
	margin-right: 5px;
}

div#carrousel_productscategory div.carrousel_navigation
{
 	background: url('../../../img/carrousel_previous.png') no-repeat;
	float: left;
    height: 21px;
    margin: 175px 10px 0 9px;
    width: 19px;
		
}

div#carrousel_productscategory div.carrousel_navigation.active
{
	cursor: pointer;	
}

div#carrousel_productscategory div.carrousel_navigation.active:hover
{
 	background: url('../../../img/carrousel_previous_hover.png') no-repeat;
}

div#carrousel_productscategory div.carrousel_navigation#navigation_productscategory_next
{
 	background: url('../../../img/carrousel_next.png') no-repeat;
}
 
div#carrousel_productscategory div.carrousel_navigation.active#navigation_productscategory_next:hover
{
 	background: url('../../../img/carrousel_next_hover.png') no-repeat;
}

div#carrousel_productscategory  div.prestashop_compatibility
{
	height: 36px;
	margin-top: 5px;
	width: 100%;
}
