<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ##################################################################################################
	PRESTASHOP CSS
	
	Version: V1.2 - 22-11-2012
	http://www.3000themes.com
################################################################################################## */



@import url("grid_prestashop.css");
*{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.container{ margin-bottom: 10px;}
#page { min-height: 700px;}
#headercontainer .container { margin-bottom: 0px; max-width: 1220px;}
#footer .container { margin-bottom: 0px !important;}
#footer #foothold.container { margin: 40px auto 60px !important; }
#foothold ul { margin-bottom: 40px !important;}
.button{
	color: white !important;
	font-size: 14px !important;
	font-weight: bold !important;
	padding: 12px !important;
	background: #3B3B3B !important;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	border: none !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}
.button:hover{ background: #0099cc !important; }
.button_large{
	color: white !important;
	font-size: 14px !important;
	font-weight: bold !important;
	padding: 12px !important;
	background: #3B3B3B !important;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	border: none !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}
.button_large:hover{  background: #0099cc !important; }
#button_order_cart{
	color: white !important;
	font-size: 14px !important;
	font-weight: bold !important;
	padding: 12px !important;
	background: #3B3B3B !important;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	border: none !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	float: right;
	margin: 35px 10px -8px; /*antes 10px*/
}
#button_order_cart:hover{  background: #0099cc !important; }

/* ****************************************************************************
		reset
**************************************************************************** */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit}
em{font-style: italic;}
del,ins{text-decoration:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:baseline}
sub{vertical-align:baseline}
legend{color:#000}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button,textarea,select{font-size:100%}
a {cursor:pointer}

.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.clearfix:after {clear: both}
.clearfix {zoom: 1}


/* ************************************************************************************************
		struture
************************************************************************************************ */
/*#page {}*/
	#header {z-index:10}
	#columns {z-index:1}
		/*#left_column {}*/
		#center_column { /*Item*/ margin-top:0px;}
		/*#right_column {}*/
	/*#footer {}*/


/* ************************************************************************************************
		generic style
************************************************************************************************ */
body{
	font:normal 12px/14px Arial, Verdana, sans-serif;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color:#222;
	background:#fff
}

/* positionnement ****************************************************************************** */
.hidden {display:none}
.f_right {float:right}
p.center {text-align:center}
.clearBoth {clear:both}

/* title *************************************************************************************** */
h1 {
	margin-bottom:20px;
	font-size:24px;
	line-height: 22px
}
h2 {
	padding-bottom:20px;
	font-size:18px
}
h3 {
	padding-bottom:20px;
	font-size:16px
}
h4 {
	padding-bottom:20px;
	font-size:14px
}

.hide-left-column #left_column {display:none}

/* text **************************************************************************************** */
p {padding-bottom:20px; /* Item */ line-height:20px; /* end Item */}

.warning {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #e6db55;
	font-size:13px;
	background:#ffffe0
}
.success {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #5cff74;
	font-size:13px;
	background: #d3ffab
}
.error {
	margin:0 0 0px 0;
	padding:10px;
	border:1px solid #E8A8A8;
	font-size:13px;
	background:#ffcccc;
    text-align: center;
}
.error ol {margin-left:20px}
.error p.lnk {
	margin-top:20px;
	padding:0;
	font-size:11px
}
.required {color:#990000}

/* link **************************************************************************************** */
a, a:active, a:visited {
	color:#333;
	text-decoration:none;
	outline: medium none;
}
	a:hover {text-decoration:underline}

/*buttons ************************************************************************************** */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	position:relative;
	display:inline-block;
	padding:5px 7px;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
	color:#000;
	background: none;
	cursor: pointer;
}
*:first-child+html input.button_mini, *:first-child+html input.button_small, *:first-child+html input.button, *:first-child+html input.button_large,
*:first-child+html input.button_mini_disabled, *:first-child+html input.button_small_disabled, *:first-child+html input.button_disabled, *:first-child+html input.button_large_disabled,
*:first-child+html input.exclusive_mini, *:first-child+html input.exclusive_small, *:first-child+html input.exclusive, *:first-child+html input.exclusive_large,
*:first-child+html input.exclusive_mini_disabled, *:first-child+html input.exclusive_small_disabled, *:first-child+html input.exclusive_disabled, *:first-child+html input.exclusive_large_disabled {
	border:none
}


/* input button */
/*input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	padding-bottom: 2px
}*/

/* disabled button */
/*input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	background-position: left -36px;
	cursor: default;
	color: #888!important
}*/

/* exclusive button */
/*input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	color: white!important
}*/

/* exclusive disabled button */
/*input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color: #488c40!important
}*/

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	text-decoration:none;
	background-position: left -50px
}

/* exclusive hover button */
/*input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color: white!important
}*/

/* active button */
input.button_mini:active, input.button_small:active, input.button:active, input.button_large:active,
input.exclusive_mini:active, input.exclusive_small:active, input.exclusive:active, input.exclusive_large:active,
a.button_mini:active, a.button_small:active, a.button:active, a.button_large:active,
a.exclusive_mini:active, a.exclusive_small:active, a.exclusive:active, a.exclusive_large:active {
	background-position: left -100px
}

/* classic buttons */
/*input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 30px;
	background-image: url('../img/button-mini.png')
}*/
/*input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	width: 60px;
	background-image: url('../img/button-small.png')
}*/
input.button_disabled, input.exclusive_disabled, span.exclusive {
	display: none;
	border:1px solid #ccc;
	color:#999;
	background:url(../img/bg_bt_2.gif) repeat-x 0 0 #f4b61b;
	cursor:default;
}
/*input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled {
	width: 180px;
	background-image: url('../img/button-large.png')
}*/

/* exclusive button */
/*input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.png') }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif') }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif') }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled { background-image: url('../img/button-large_exclusive.gif') }*/

/* form **************************************************************************************** */
form.std fieldset {
	margin:50px 0 20px 0; /*antes 65px*/
}

/* table *************************************************************************************** */
table.std,
table.table_block {
	margin-bottom:20px;
	width:100%;
	border: none;
	border-bottom:none;
	background:white;
	margin: 0;
}
table.std th,
table.table_block th {
	padding:14px 12px;
	font-size:12px;
	color:#3b3b3b;
	 font-weight: normal;
	text-transform: none;
	text-shadow: none;
	background: none;
}
table.std tr.alternate_item,
table.table_block tr.alternate_item {background-color: #f3f3f3}
table.std  td,
table.table_block  td {
	padding:12px;
	border-bottom:1px solid #e9e9e9;
	font-size:12px;
	vertical-align:top
}

/* BLOCK .block ******************************************************************************** */
#footer .block {margin-bottom:0}
	.block h4 {
		padding:14px 12px 15px 0px;
		font-size:13px;
		color:#333;
		line-height: 22px;
	}
		.block h4 a {color:#0099cc;}/*antes #333*/
	.block ul {list-style-type:none;}
		.block li.last {	border:none}
			.block li a {
				display:block;
				color:#333
			}

/* BLOCK .products_block *********************************************************************** */
/*.products_block {}*/
.products_block li {
	float:left
}

/* BLOCK customer privacy ******************************************************************* */
.account_creation label{
	float:left;
	padding-top:5px;
	width:80%;
	text-align:left;
	cursor:pointer
}

/* BLOCK .footer_links (cms pages) ************************************************************* */
ul.footer_links {
	list-style-type:none;
	margin-bottom:40px
}
ul.footer_links li {float:left; margin-bottom: 20px;}
ul.footer_links li.f_right {float:right}
ul.footer_links li .icon {
	position:relative;
	top:6px;
	left:0
}

/* barre comparaison / tri ********************************************************************* */
.content_sortPagiBar {margin:11px 0;}
#center_column .sortPagiBar {
	padding:0px;
	font:normal 11px Arial, Verdana, sans-serif;
	color:#666;
}
	#center_column .sortPagiBar strong {color:#000;}
#center_column .sortPagiBar p {padding:0;}
#center_column .sortPagiBar form {display:inline-block;}

.sortPagiBar #productsSortForm {float:right;}
	.sortPagiBar select#selectPrductSort {
		margin:0 0 0 10px;
		color:#000;
		border:1px solid #ccc
	}

.sortPagiBar #bt_compare {
	padding:3px 7px;
	border:none;
	color:#fff;
	text-shadow:0 1px 0 #000;
	background:url(../img/bg_bt_compare.gif) repeat-x 0 0 #111;
}

.sortPagiBar .nbrItemPage {margin-left:40px;}

.sortPagiBar .PrductSort {float:left;}

.sortPagiBar .nbrProduct {
	display:inline-block;
	padding:0 10px;
}

.sortPagiBar #nb_item {border:1px solid #ccc}

/* pagination ********************************************************************************** */
form.pagination {display:none;}

div.pagination {
	margin:0px 0;
	text-align: center
}
ul.pagination {list-style-type:none; float:right; margin-top: -26px; /* Item */ margin-top: 0px;  /* Item */ }
ul.pagination li {display: inline; }
ul.pagination a, ul.pagination span {
	display:inline-block;
	height:24px;
	width:24px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	font:11px/24px Arial,Verdana,sans-serif;
	color:#999;
	/* Item */
	background-image: url('//www.itemformacion.com/img/pag.png'); 
	height: 30px;
	width:30px;
	/* padding-top:2px; */
	/* end  Item */
}
ul.pagination a {
	text-align:center;
}

/* Item */
ul.pagination span {
	background-image: url('//www.itemformacion.com/img/sel.png'); 
	color:#fff;
}
/* end  Item */


ul.pagination a:hover {
	color:#333;
}
ul.pagination .current span {
	color:#000;
	border:1px solid #fff;
	/* Item */
	color: #fff;
	/* End  Item */
}
ul.pagination li.disabled span {color:#ccc}

#pagination_previous {float: none;}
#pagination_next {float: none; margin-right: 40px;}
#pagination_previous a, #pagination_previous span,
#pagination_next a, #pagination_next span {
	padding:0 8px;
	width:auto;
	/* Item */  
	background-image: url('//www.itemformacion.com/img/nex.png'); 
	padding:0 13px;
	/* End Item */
}

	/* Item */  
#pagination_previous a, #pagination_previous span{
	background-image: url('//www.itemformacion.com/img/prev.png'); 
}
	/* End Item */

#pagination_previous span,
#pagination_next span {
	color:#ccc;
}

/* Item */
#pagination_next a:hover, #pagination_next span:hover {
	text-decoration:none;
}

/* End item */

/* CART steps *********************************************************************** */
#cart_title{ margin-bottom: 44px;}
ul#order_step { background-color: white; margin: 40px auto;}
ul.step {
	list-style-type:none;
	margin-bottom:30px;
	height:52px;
	width:757px
}
ul.step li {
	float:left;
	height:52px;
	width:151px;
	text-align:center;
	text-transform:uppercase;
	background:url(../img/step_standard.gif) no-repeat center bottom transparent
}
ul.step li a, ul.step li.step_current span, ul.step li.step_current_end span {
	display:inline-block;
	padding:8px 10px 12px;
	color:#000;
	background: none;
}
ul.step li.step_current {
	font-weight:bold;
	background:url(../img/step_current.gif) no-repeat center bottom transparent
}

ul.step li.step_current_end {
	font-weight:bold;
	background:url(../img/step_end_current.gif) no-repeat center bottom transparent
}
ul.step li.step_todo span {
	display:inline-block;
	padding:8px 10px 6px;
	color:#999;
	text-shadow:0 1px 0 #fff;
	background:#eee
}
ul.step li.step_done {
	font-weight:bold;
	background:url(../img/step_done.gif) no-repeat center bottom transparent
}
/*ul.step li#step_end {background:url(../img/step_end.gif) no-repeat center bottom transparent}*/

/* module productcomments ********************************************************************** */
.rating {
	clear: both;
	display: block;
	margin: 2em;
	cursor: pointer;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	overflow: hidden;
	float: left;
	margin:0 1px 0 0;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important }
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
div.star_on a { background-position: 0 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -32px }
.pack_content { margin: 10px 0 10px 0 }
.pack_price {
	float: right;
	margin-right: 3px;
	font-size: 12px;
	/* Item */
	display:none;
	/* End Item */
}
.confirmation {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #e6db55;
	font-size: 13px;
	background: none repeat scroll 0 0 #ffffe0;
}
#page .rte { background: transparent none repeat scroll 0 0 }

.listcomment {
	list-style-type:none;
	margin:0 0 20px 0 !important;
}
.listcomment li {
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	color:#666
}
.listcomment .titlecomment {
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#333
}
.listcomment .txtcomment {
	display:block;
	padding:5px 0;
	color:#333
}
/*.listcomment .authorcomment {}*/


/* ************************************************************************************************
		HEADER
************************************************************************************************ */
#header {position:relative}
#header_logo {
	float:left;
	display:block;
	margin: 20px 0 20px 10px;
}

#header_right {
	position:relative;
	float: right
}

.catlisttop{
	position: relative;
}
.gridlisthold{
	position: absolute;
	left: 15px;
	top: 103px;
}


/* ************************************************************************************************
		BREADCRUMB
************************************************************************************************ */
.breadcrumb {
	padding:8px 0px 10px 0px; /*antes 6px 0px*/
	font-size:12px;
	text-transform: uppercase;
	font-size: 10px !important;
	/* Item */
	font-family: 'Open Sans', sans-serif;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 15px;
	margin-top:10px;
	visibility: hidden;
    /* End Item */
}
@media only screen and (max-width: 767px) {
    .breadcrumb {display: none;}
}
.breadcrumb a{ font-size: 10px !important; /* Item */ font-family: 'Open Sans', sans-serif; /*end Item*/ }
.breadcrumb .navigation-pipe {margin:0 3px 0 5px; /* Item */ margin: 10px 10px 10px 10px; /* End Item */}
.breadcrumb img {
	position:relative;
	top:5px
}

/* ************************************************************************************************
		FOOTER
************************************************************************************************ */
#footer {
	color: #9D9D9E;
	background:#333
}

	.blockcategories_footer {margin: 0 10px 0 0;}
#footer h4 {
	padding-bottom: 10px;
	/*text-transform:uppercase*/
}
#footer h4,
#footer h4 a {
	font-weight:normal;
	font-size:14px;
	color:#fff
}
#footer a {color:#9D9D9E}
#footer a:hover {text-decoration:underline}
#footer ul {list-style-type:none}
#footer li {padding:5px 0}
#footer li a {color:#fff}

#footer .myaccount {padding: 15px 10px}
#footer .myaccount h4 {
	padding:0 0 10px 0;
	background:none;
	text-shadow:none
}

#footer .myaccount .favoriteproducts img,
#footer .myaccount .lnk_wishlist img {display:none}

/* ************************************************************************************************
		PRODUCT PAGE
************************************************************************************************ */

/* BLOCK idTabs ******************************************************************************** */
.idTabs {
	list-style-type: none;
	margin-top: 20px;
}
ul.idTabs li {
	float: left;
	margin-right: 1px
}


.idTabs a {
	display:block;
	padding:9px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background:#ccc;
	margin-left: 3px;
}
.idTabs .selected {
	color:#fff;
	background: #777 !important;
}

/* Item */
ul.idTabs a:hover {
	background-color:#0099cc;
}

.idTabs .selected:hover {
	background: #777;
}

div.contentTab{
	font-size: 14px;
}

div.contentTab &gt; p, div.contentTab &gt; ul{
	width: 80%;
	margin-left: 10px;
}

div.contentTab &gt; ul li{
	margin-left: 15px;
}

div.secondary_block .idTabs{
	background-color: rgb(235, 235, 235);
	padding: 5px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
	display: flex;
    justify-content: space-between;
}
div.contenedor_tabs &gt; div{
	padding: 0 8px;
}


/* new tabs */


.newTabs .nav, .newTabs  .nav-tabs {
  color: white;
  padding: 0 !important;
}
.newTabs .nav-tabs &gt; li /*PadrÃ£o Bootstrap*/
{
	background-color: #1D9CE1 !important;
  	float: left;
 	margin-bottom: -1px;
	width: 100%;
	text-align: center;
}

.newTabs nav, .newTabs .nav-tabs &gt; li &gt; a {
  color: #fff;
  text-decoration-line: none;
  position: relative;
  display: block;
  padding-right: 15px;
  padding-bottom: 24px;
  background-color: transparent !important;
  padding-top: 13px;
  padding-bottom: 13px;
}

.newTabs nav, .newTabs .nav-tabs &gt; li.selected a,
.newTabs nav, .newTabs .nav-tabs &gt; li.selected a:hover,
.newTabs nav, .newTabs .nav-tabs &gt; li.selected a:focus {
background-color: #1D9CE1 !important;
  color: #fff;
  text-decoration-line: none;
}
.newTabs .tab-content {
  padding: 20px 15px;
}


.newTabs .tab-content &gt; .tab-pane 
{
  display: none;
}
.newTabs .tab-content &gt; .selected 
{
  display: block;
}


.newTabs li.selected a:before{
  border-color: #1D9CE1 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  content: "";
  display: block;
  left: calc(50% - 10px);
  position: absolute;
  width: 0px;
  top: 45px;
   z-index: 10;
}
/* End new tabs */



@media only screen and (max-width: 767px) {
	.newTabs .tab-content{
		padding: 20px 0;
	}
	.newTabs div.contentTab &gt; p, .newTabs div.contentTab &gt; ul {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.newTabs .nav-tabs &gt; li {
		background-color: #c4c4c4 !important;
	}
	.newTabs li.selected{
		box-shadow: 2px 4px 5px 0px #888888;
	}
	.newTabs li.selected a:before{
		display: none;
	}
	.newTabs div.selected {
        background: #fff !important;
		padding: 0;
		padding-left: 5px;
    }

	div.secondary_block .idTabs {
        background-color: transparent;
        padding: 5px;
        border-radius: 5px;
        font-size: 14px;
        line-height: 20px;
        display: flex;
        justify-items: center;
        flex-direction: column;
    }
	div.secondary_block .idTabs a{
		margin-left: 0;
	}
	div.contenedor_tabs &gt; div{
		padding: 0 8px;
	}
}
/* End Item */


#more_info_sheets {padding-top:20px; padding-left: 5px;}
/*#more_info_sheets ul,
#more_info_sheets ol,
#more_info_sheets dl {}*/

#more_info_sheets em {font-style:italic}

#more_info_sheets .product_desc{
	margin-top:5px
}

#more_info_sheets .product_desc .product_image{
	float:left
}

#more_info_sheets .product_desc .block_description{
	float:left;
	margin-left:10px;
	width:420px
}
#more_info_sheets .product_desc .clear_product_desc{
	clear:both;
	height:0px;
	line-height:0px
}

/* Make sure lists are correctly displayed in tinyMCE BO edition mode too */
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {margin-left:20px}

.block_hidden_only_for_screen {display:none}


/* ************************************************************************************************
		PAGE AUTHENTIFICATION
************************************************************************************************ */
#authentication #left_column {display:none}


/* ************************************************************************************************
		PAIMENT - PAGE ORDER
************************************************************************************************ */

/* nav bottom ********************************************************************************** */
#order #left_column , #order-confirmation #left_column {display:none}

.cart_navigation {clear: both; /* Item */ height:100px; /* End Item */}
.cart_navigation .exclusive,
.cart_navigation .exclusive_large {
	float:right;
	color: white !important;
	font-size: 14px !important;
	font-weight: bold !important;
	padding: 12px !important;
	background: #3B3B3B;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 40px;
}
.exclusive:hover{
	background: #0099cc !important;
}

.cart_navigation .button,
.cart_navigation .button_large {
	float:left;
	color: white !important;
	font-size: 14px !important;
	font-weight: bold !important;
	padding: 12px !important;
	background: #3B3B3B;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin: 40px 0;
}
.cart_navigation .button:hover, 
.cart_navigation .button_large:hover{
	background: #0099cc !important;
}


/* step 1 - cart ******************************************************************************* */
.cart_last_product {display:none}

/*p.cart_navigation .multishipping-button { margin-right: 10px }*/

#more_info_block{
	margin-left: -5px;
}

#order-detail-content {margin-bottom:20px; border: 1px solid #E9E9E9 !important;}

thead{
	border-bottom: 1px solid #E9E9E9 !important; 
	background: #3B3B3B; color: #fff !important; }

table#cart_summary th {
	padding:14px 12px;
	color:#fff;
	 font-weight:bold;
	text-transform: none;
	background: none;
	text-shadow: none !important;
}
table#cart_summary  th.cart_product {text-align:center}
table#cart_summary  td {
	padding:12px;
	border-right: none;
	border-bottom:1px solid #e9e9e9;
	font-size:12px;
	vertical-align:top;
	font-weight: normal !important;
}
table#cart_summary td.cart_unit span{
	font-weight: normal !important;
}

table#cart_summary  td.cart_delete,
table#cart_summary  td.price_discount_del {border-right:none;text-align: center}
table#cart_summary  .last_item  td {border-bottom:1px solid #999}


table#cart_summary tr.cart_item.odd,
table#cart_summary tr.cart_total_delivery,
table#cart_summary tr.cart_total_price,
table#cart_summary tr.cart_total_voucher{
	background-color: #fff
}
/*table#cart_summary tr.cart_item.even {
}*/

table#cart_summary tr.customization.odd {
	background-color: #fff
}
table#cart_summary tr.customization.even {
	background-color: #f3f3f3
}

table#cart_summary tr ul {
	list-style: none;
}
table#cart_summary .cart_product {
	width:80px;
	text-align:center
}
/*table#cart_summary tbody tr:last-child td {
}*/
table#cart_summary  .cart_product  img {border:1px solid #ccc; width: 45px;}
table#cart_summary .cart_description {
	width:230px;
	border: none !important;
	font-weight: normal !important;
	/* Item */
	width:530px;
	/* End Item */
}
table#cart_summary .cart_unit {width:130px;text-align: center; /* Item */ display:none; /* End Item */}
table#cart_summary td.cart_unit {text-align: right}
/*table#cart_summary  .cart_quantity {width:130px; display:none; }*/
table#cart_summary  .cart_quantity {width:130px;}
table#cart_summary .customization .cart_quantity {padding: 8px 12px 0;}
.cart_quantity .cart_quantity_input {
	float:left;
	margin-left: 5px;
	width: 55px;
	padding: 2px 5px;
	border:1px solid #ccc;
}
.cart_quantity .cart_quantity_button {
	float:left;
	position: relative;
	top: -5px;
	/*display: none;*/
}
table#cart_summary .cart_total {width:120px;text-align: right;}
table#cart_summary td.cart_total {text-align: right; font-weight: normal !important;}
table#cart_summary td.cart_total span {font-weight: normal !important;}
table#cart_summary .cart_delete {
	width:64px;
	text-align:center
}
table#cart_summary .cart_discount_price {text-align: right}
.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
	display:inline-block;
	padding:1px 2px;
	font-size:8px;
	color:#666;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff;
	background:#ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.cart_total_price .total_price_container {
	border-right:none;
}

table#cart_summary .cart_total_price td.cart_voucher {
	vertical-align:middle;
	border-bottom: none;
}

table#cart_summary #total_price_container {
	border-bottom: none;
}

.cart_voucher h4,
.cart_voucher p {float:left;}
.cart_voucher h4 {
	margin-right:12px;
	padding:5px 0;
	font-size:13px
}
.cart_voucher p {padding-bottom:0;}
.cart_voucher #display_cart_vouchers {
	clear:both;
	line-height: 16px;
	color:#666;
	font-weight:normal;
	border-top:1px dotted #ccc
}
.cart_voucher #display_cart_vouchers .title_offers {margin-top:10px}
.cart_voucher #display_cart_vouchers span {font-weight:bold}
.cart_voucher input.discount_name {
	padding:0 5px;
	height:38px !important;
	width:170px;/* 180 */
	border:1px solid #ccc;
	font-weight:normal;
	background:url(../img/bg_discount_name.png) repeat-x 0 0 #fff
}
.cart_voucher .submit input.button {
	margin-left:6px;
	padding:2px;
	border:1px solid #000;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 -1px 0 #333;
	background:url(../img/bg_cart_voucher_submit.png) repeat-x 0 0 #000
}

#cart_summary .price {
	border-right:none;
	text-align: right;
	white-space: nowrap;
}
.total_price_container p {text-align: left}

table#cart_summary .cart_total_price .total_price_container {
	padding:0;
	border-bottom: none;
	border-right: none;
}
.cart_total_price .total_price_container p {
	display:block;
	padding:8px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	background:#0099cc
}

.cartspecial{
	color: #3b3b3b;
}

.cart_total_price .total_price_container span {
	display:block;
	padding:15px;
	font-weight:bold;
	font-size:18px;
}

#order_carrier {
	clear:both;
	margin-top:20px;
	border:1px solid #999;
	background:#fff
}
#order_carrier h4 {
	padding:0 15px;
	height: 29px;
	font-weight: bold;
	line-height:29px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background: #393939;
}
#order_carrier span {
	display:block;
	padding:15px;
	font-weight:bold
}

.order_delivery .first_item {margin-right:35px;}

.multishipping_close_container {
	text-align: center;
}

table#cart_summary .gift-icon {
	color: white;
	background: #0088CC;
	line-height: 20px;
	padding: 2px 5px;
	border-radius: 5px;
}

/* step 2 - authentification ******************************************************************* */
#create-account_form, #authentication #login_form {
	clear: none;
	float: left;
	height: 20em;
	width: 49%;
}
#create-account_form {margin-right: 11px;}

#create-account_form &gt; fieldset{
	border: 1px solid #E9E9E9;
}
#login_form fieldset{
	border: 1px solid #E9E9E9;
}

/*#authentication #create-account_form fieldset,
#authentication #login_form fieldset {
}*/

#authentication #create-account_form .form_content,
#authentication #login_form .form_content {
	padding:15px 10px
}

#create-account_form h3,
#authentication #login_form h3 {
	padding:8px;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background: #393939;
}
#create-account_form h4 {
	padding-bottom:22px;
	font-size:11px;
	color:#333
}

#create-account_form label,
#login_form label {
	display:inline-block;
	width:110px;
	color:#666
}

#order-opc #login_form_content label {
	display:block;
	margin:0 0 10px 0
}

#create-account_form #email_create,
#login_form #email,
#login_form #passwd,
#login_form #login_email,
#login_form #login_passwd {
	padding:0 5px;
	height:20px;
	width:220px;/* 230 */
	border:1px solid #ccc;
	color:#666;
	background:url(../img/bg_discount_name.png) repeat-x 0 0 #fff
}

#create-account_form #SubmitCreate,
#login_form #SubmitLogin {
	float:right
}

.lost_password {
	float:left;
	width:200px
}
.lost_password a {color:#666}

#order-opc .lost_password {
	display:block;
	float:none;
	margin:5px 0 10px;
	width:auto;
	font-size:11px;
	color:#666
}

#ordermsg p {padding-bottom:0}
#ordermsg p.txt {
	float:left;
	margin-right:25px;
	width:220px
}
/*#ordermsg .textarea {float:right}*/
#ordermsg .textarea textarea {
	height:90px;
	width:475px;
	border:1px solid #ccc
}

/* step 3 - address ************************************************************************** */

#carrier_area{
	margin-top: 40px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
	/* Item */
	display:none;
}

.address-form-multishipping { padding: 10px 0px; }
#multishipping_mode_box {
	border: 1px solid #D0D3D8;
	background: url("../img/form_bg.jpg") repeat-x scroll left top #D0D1D5;
	margin-bottom: 10px;
	padding: 5px;
}
#multishipping_mode_checkbox {
	vertical-align: middle;
	margin-right: 5px;
}
#multishipping_mode_box.on {
	border: 1px solid #ddd;
}
#multishipping_mode_box .title {
	padding: 5px;
	font-weight: bold;
}
#multishipping_mode_box .description, #multishipping_mode_box .description_off {
	padding: 5px;
}
#multishipping_mode_box .description_off {
	display: none;
	padding: 5px;
}
#multishipping_mode_box .description_off div {
	margin-bottom: 10px;
}
#multishipping_mode_box .description_off a, #multishipping_mode_box .description a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 160px;
	border: 1px solid #ccc;
	background: #ddd;
}
#multishipping_mode_box .description_off a:hover, #multishipping_mode_box .description a:hover {
	background: #f3f3f3;
	border: 1px solid #ccc;
}
#multishipping_mode_box.on .description_off {
	display: block;
}


/* step 4 - paiement ************************************************************************** */

.delivery_options {
	border: 1px solid #BDC2C9;
	border-top: 0;
}

#order .delivery_options_address h3, #order-opc .delivery_options_address h3 {
/*background: url("../img/table_header.gif") no-repeat;
color: #374853;
font-weight: bold;
height: 14px;
padding: 5px 10px;
margin: 10px 0 0 0;*/
	padding: 6px 11px;
	font-size: 12px;
	color: #fff;
	text-shadow: none;
	text-transform: none;
	background: none repeat scroll 0 0 #0099cc;
}
#order .delivery_option_radio, #order-opc .delivery_option_radio {
	float: left;
	margin: 21px 12px;
}
#order .delivery_option label, #order-opc .delivery_option label {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}
#order .delivery_option label &gt; table.resume, #order-opc .delivery_option label &gt; table.resume {
	height: 46px;
	width: 90%;
}
#order .delivery_option.item, #order-opc .delivery_option.item {
	background: #fafafa;
}
#order .delivery_option.alternate_item, #order-opc .delivery_option.alternate_item {
	border-top: 1px solid #bdc2c9;
	background: #f1f2f4;
	border-bottom: 1px solid #bdc2c9;
}
#order .delivery_option label &gt; table.resume td, #order-opc .delivery_option label &gt; table.resume td {
	padding: 0 8px;
}
#order .delivery_option label &gt; table.resume td + td, #order-opc .delivery_option label &gt; table.resume td + td {
	width: 300px;
}
#order .delivery_option label &gt; table.resume td + td + td, #order-opc .delivery_option label &gt; table.resume td + td + td {
	width: 100px;
	text-align: right;
}
#order .delivery_option_carrier td {width:200px}
#order .delivery_option_carrier td + td {width:280px;}
#order .delivery_option_carrier td + td + td {width:200px}
#order .delivery_options_address .delivery_option_logo, #order .delivery_option_carrier .delivery_option_logo, #order-opc .delivery_options_address .delivery_option_logo {
	padding-left:10px;
	width: 160px;
}
/*#order .delivery_options_address .delivery_option_logo img, #order-opc .delivery_options_address .delivery_option_logo img { height: 40px; }*/
#order .delivery_option_carrier .first_item, #order-opc .delivery_option_carrier .first_item {
	padding: 3px 5px 3px 12px;
	background:url(../img/arrow_right_2.png) no-repeat 3px 7px
}

.order_carrier_content {
	padding:15px;
	border:1px solid #E9E9E9;
	font-size:12px;
	color:#000;
}
.order_carrier_content h3 {
	padding:15px 0 10px 0;
	font-size:13px;
	color:#000
}

.order_carrier_content h3.carrier_title {padding-top:0;  }
.order_carrier_content input {
	position:relative;
	top:1px
}

#carrierTable {
	border:1px solid #999;
	border-bottom:none;
	background:#fff
}

#carrierTable tbody{
	border-bottom:1px solid #999;
}
#carrierTable  th {
	padding:0 15px;
	height: 29px;
	font-weight: bold;
	line-height:29px;
	color:#fff;
	text-transform:uppercase;
	background:url(../img/bg_table_th.png) repeat-x 0 -10px #999
}
#carrierTable  td {
	padding:15px;
	font-weight:bold;
	border-right:1px solid #e9e9e9
}
#carrierTable  td.carrier_price {border:none}

#gift_div {
	display:none;
	padding-bottom:10px
}
#gift_div label {
	display:block;
	margin-bottom:5px
}
#gift_div #gift_message {
	height:50px;
	width:720px;
	border:1px solid #999
}

a.iframe {font-weight:bold}

.hook_extracarrier {
	margin-top: 5px;
	padding: 5px;
}

/* step 5 - paiement ************************************************************************** */
.paiement_block {
	/* Item */
	/*padding:15px;*/
	/* End - Item */
	border:1px solid #E9E9E9;
	font-size:12px;
	color:#000;
}

.payment_module {
	position:relative;
	padding-top:20px;
	border-top:1px dotted #ccc;
	text-transform:uppercase;
}
.payment_module a {display:block;}
.payment_module img {
	float:left;
	margin-right:10px
}
/*.payment_module span {
	position:absolute;
	top:50px;
	left:145px
}*/

.payment_module:before,
.payment_module:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.payment_module:after {clear: both}
.payment_module {zoom: 1}


/* ************************************************************************************************
		PAGE ORDER-OPC
************************************************************************************************ */
#order-opc #left_column {display:none}


#order-opc h2 { /* Item */ margin-left: 10px; /* End Item */}
#order-opc h2 span {
	display:inline-block;
	padding:5px 7px;
	color:#fff;
	background:#0099cc;
}


#order-opc #login_form fieldset {
	background: none repeat scroll 0 0 #FFFFE0;
	border: 1px solid #E6DB55;
	font-size: 13px;
	margin: 0 0 10px;
	padding: 10px;
}
#order-opc #login_form fieldset p {padding:0}
#order-opc #login_form fieldset p a {padding:0}

#order-opc #new_account_form p.submit {
	text-align:right;
	/* Item */
	/* margin-right: 120px; */
	margin-right: 50%;
	
}
#order-opc #new_account_form p.opc-required {margin-left:20px}

#order-opc .addresses {margin-bottom:20px}



#opc_delivery_methods p { /* Item */ margin-left: 15px; /* End Item */}
.order_carrier_content h3{ /* Item */ margin-left:0px; /* End Item */ }
#order-opc #opc_delivery_methods h3 { margin-top:20px; /* Item */ margin-left: 15px;  /* End Item */}

#order-opc .delivery_options_address h3 {  /* Item */ margin-left:0px !important; /* End Item */ }
		





#order-opc #opc_delivery_methods textarea {
	height:60px;
	width: 80%;
	border:1px solid #ccc
}

#order-opc #opc_payment_methods {margin-bottom:60px}
#order-opc #opc_payment_methods #opc_payment_methods-content p{margin:0}

.delivery_option_carrier td {width:200px}
.delivery_option_carrier td + td {width:280px;}
.delivery_option_carrier td + td + td {width:200px}
.delivery_option_carrier {
	margin: 5px 0 0 45px;
	width: 670px;
	display: none;
}
 .delivery_option_carrier tr td {
	padding: 5px;
}
.delivery_option_carrier.selected {
	display: table;
}
.delivery_option_carrier.not-displayable {
	display: none;
}
.delivery_option_title {
	font-weight: bold;
}


/* ************************************************************************************************
	express checkout
************************************************************************************************ */
#new_account_form {clear:both;margin-bottom: 20px}
#new_account_form h3 {
	margin-bottom:20px;
	padding:8px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background:url(../img/bg_form_h3.png) repeat-x 0 0 #989898
}
#center_column #new_account_form p {
	margin:0;
	padding:0 0 10px 0
}
#new_account_form p.required {color:#222}
#new_account_form p.required sup {color:#990000}
#new_account_form p.radio span,
#new_account_form p.text label,
#new_account_form p.password label,
#new_account_form p.select label,
#new_account_form p.select span,
#new_account_form p.textarea label {
	display: inline-block;
	padding: 6px 15px;
	width: 300px;
	font-size: 14px;
	text-align: right
}
#new_account_form p.radio label {
	float:none;
	padding-right:10px;
	width:auto;
	font-size:14px;
}
#new_account_form p.checkbox label {
	float: none;
	width: auto;
	font-size: 12px;
}
#new_account_form p.text input,
#new_account_form p.password input,
#new_account_form p.select input {
	height:22px;
	padding:0 5px;
	width:360px;
	border:1px solid #ccc;
	font-size:12px;
	color:#666
}
#new_account_form p.checkbox input {margin-left: 260px;}

#new_account_form #submitGuestAccount {float: right}

/* ************************************************************************************************ */

/* ************************************************************************************************
		paiment - CONFIRMATION
************************************************************************************************ */
#orderconfirmation #left_column {display:none}


/* ************************************************************************************************
		PAGE PASSWORD
************************************************************************************************ */
#form_forgotpassword fieldset {
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #eee
}
#form_forgotpassword  p.text label {
	display: inline-block;
	padding-right: 10px;
	width: 174px;
	font-weight: bold;
	font-size: 12px;
	text-align: right
}
#form_forgotpassword  p.text input {
	padding: 0 5px;
	height: 20px;
	width: 288px;
	border: 1px solid #ccc;
	background: url(../img/bg_input.png) repeat-x 0 0 #fff
}
#form_forgotpassword p.submit {
	margin-right:25px;
	padding-bottom:5px;
	text-align:right
}

#password .icon {
	position:relative;
	top:6px;
}


/* ************************************************************************************************
		PAGE ADRESSES
************************************************************************************************ */
#addresses #left_column {display:none}

#address p.inline-infos {
	margin:0 0 0 100px !important;
	font-size:12px;
	color:#666;
}


/* ************************************************************************************************
		PAGE ADD ADRESS
************************************************************************************************ */
#address #left_column {display:none}

#add_adress fieldset {
	margin:0;
	border:1px solid #ccc;
	background:#F8F8F8
}
#add_adress h3 {
	margin:0 0 15px 0;
	padding:8px;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	background: #393939;
}
#center_column #add_adress p {margin:0; padding:0 0 10px 0}
#add_adress p.required {color:#222}
#add_adress p.required  sup {color:#990000}

#add_adress p.text label,
#add_adress p.password label,
#add_adress p.select label,
#add_adress p.select span,
#add_adress p.textarea label {
	display:inline-block;
	padding:6px 0px;
	width:300px;/* 260 */
	font-size:14px;
	text-align:right;
}
#add_adress p.text input,
#add_adress p.password input,
#add_adress p.select input {
	padding:0 5px;
	height:22px;
	width:360px;/* 370 */
	border:1px solid #ccc;
	font-size: 12px;
	color:#666;
}
#add_adress p.checkbox input {
	margin-left:260px;
}
#add_adress p.select select {
	margin-right:10px;
	border:1px solid #ccc;
	font-size: 12px;
	color:#666
}
#add_adress p.textarea label {vertical-align:top}
#add_adress p.textarea textarea {
	height:80px;
	width:370px;
	border:1px solid #ccc;
	font-size: 12px;
	color:#666
}
#center_column  #add_adress p.submit2 {
	margin-top:20px;
	text-align:right
}

#add_adress span.form_info,
#add_adress span.inline-infos {
	display:block;
	margin:5px 0 0 265px;
	color:#666
}


/* ************************************************************************************************
		PAGE ORDER-SPLIP
************************************************************************************************ */
#order-slip #left_column {display:none}

#order-slip #order-list {border-bottom:1px solid #999}
#order-slip #order-list td {
	border-top: 1px solid #ccc;
	border-bottom:none
}
#order-slip #order-list td.history_invoice {border-right:none}


/* ************************************************************************************************
		PAGE DISCOUNT
************************************************************************************************ */
#discount #left_column {display:none}

#discount .table_block tr.last_item td {border-bottom:1px solid #999}
#discount .table_block td.discount_expiration_date {border-right:1px solid #999}
#discount .table_block td.discount_value {white-space:nowrap}


/* ************************************************************************************************
		PAGE ORDER FOLLOW
************************************************************************************************ */
#order-follow #left_column {display:none}


/* ************************************************************************************************
		PAGE NEW-PRODUCTS
************************************************************************************************ */
#newproducts .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
		PAGE BEST SALES
************************************************************************************************ */
#bestsales .sortPagiBar {margin-bottom:20px}

/* ************************************************************************************************
		PAGE PRICES DROP SALES
************************************************************************************************ */
#pricesdrop .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
		PAGE MANUFACTURER
************************************************************************************************ */
#manufacturer .nbrmanufacturer {
	margin: 15px 0 10px;
	padding: 8px 7px;
	font-size:12px;
	color: #000;
	background: none repeat scroll 0 0 #f0f0f0
}

#manufacturer #product_list {margin-top:15px}

ul#manufacturers_list {list-style-type:none}
ul#manufacturers_list li {
	margin-bottom: 14px;
	padding: 12px 8px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}
ul#manufacturers_list li a.lnk_img {
	display: block;
	float: left;
}
ul#manufacturers_list li img {
	display: block;
	float: left;
	margin-right: 14px;
	border: 1px solid #ccc;
	vertical-align: bottom;
}
ul#manufacturers_list li h3 {
	padding: 0 0 10px;
	font-size: 13px;
	color: #000
}
ul#manufacturers_list li .description {
	overflow: hidden;
	padding: 0;
	font-size:12px;
	color:#666
}
ul#manufacturers_list li .right_side {float:right;}

.description_box {
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px #E2E2E2;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
}
.description_box p {
	margin: 0;
	padding: 0 10px 5px;
}
.description_box .hide_desc {
	display: none;
}
.description_box .lnk_more {
	background: url("../img/arrow_right_1.png") no-repeat scroll 100% 4px transparent;
	color: #0088CC;
	padding: 0 10px;
}
.description_box ul {
	padding-left: 30px;
	padding-bottom: 10px;
}

/* ************************************************************************************************
		PAGE SUPPLIER
************************************************************************************************ */
#supplier .nbrmanufacturer {
	margin: 15px 0 10px;
	padding: 8px 7px;
	font-size:12px;
	color: #000;
	background: none repeat scroll 0 0 #f0f0f0
}
ul#suppliers_list {list-style-type:none}
ul#suppliers_list li {
	margin-bottom: 14px;
	padding: 12px 8px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}
ul#suppliers_list li a.lnk_img {
	display: block;
	float: left;
}
ul#suppliers_list li img {
	display: block;
	float: left;
	margin-right: 14px;
	border: 1px solid #ccc;
	vertical-align: bottom;
}
ul#suppliers_list li h3 {
	padding: 0 0 10px;
	font-size: 13px;
	color: #000
}
ul#suppliers_list li .description {
	overflow: hidden;
	padding: 0;
	font-size:12px;
	color:#666
}
ul#suppliers_list li .right_side {float:right;}


/* ************************************************************************************************
		PAGE SEARCH
************************************************************************************************ */
#search h3.nbresult {
	margin:40px 0 10px 0;
	padding:10px;
	border:1px solid #e6db55;
	font-size:13px;
	background:#ffffe0
}
#search .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
		PAGE 404
************************************************************************************************ */
#pagenotfound #left_column,
#pagenotfound #right_column,
#pagenotfound #footer {display:none}

#pagenotfound #left_column,
#pagenotfound #right_column,
#pagenotfound #footer {display:none}

#pagenotfound #center_column {width:940px;}

#pagenotfound .pagenotfound {
	padding:30px 300px 0 0;
	height:330px;
	font-size:14px;
	background:url(../img/bg_404.png) no-repeat 100% 0
}
#pagenotfound h3 {
	font-weight:normal;
	font-size:14px
}
#pagenotfound fieldset {border:none}
#pagenotfound fieldset label {color:#333}
#pagenotfound  #search_query {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #fff !important;
	border-top: 1px solid #666;
	padding: 0 5px;
	height: 24px;
	width: 200px;
	color: #ccc;
	background: url(../../../modules/blocksearch/img/bg_search_input.png) repeat-x scroll 0 0 #fff
}
#pagenotfound .button_small {
	padding: 4px 7px;
	border: medium none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	color: #fff;
	text-transform: uppercase;
	background: url("../../../modules/blocksearch/img/bg_search_submit.png") repeat-x scroll 0 0 #101010
}
#pagenotfound .pagenotfound a {
	font-weight:bold;
	color:#333
}
#pagenotfound .pagenotfound .icon {
	position:relative;
	top:3px
}


/* ************************************************************************************************
		addons payment cheque
************************************************************************************************ */
#module-cheque-payment #left_column {display:none}


/* ************************************************************************************************
		addons payment bankwire
************************************************************************************************ */
#module-bankwire-payment #left_column {display:none}


/* ************************************************************************************************
		addons google checkout
************************************************************************************************ */
#module-gcheckout-payment #left_column {display:none}

/* ************************************************************************************************
		addons paypal
************************************************************************************************ */
#module-payment-submit #left_column {display:none}


/* ************************************************************************************************
		addons cashondelivery validation
************************************************************************************************ */
#module-cashondelivery-validation #left_column {display:none}


/* ************************************************************************************************
		addon RerversoForm
************************************************************************************************ */
#account-creation_form fieldset.reversoform {padding:10px !important}
#account-creation_form fieldset.reversoform  .text label{
	display:block;
	padding:0 0 10px 0;
	width:100%;
	text-align:left;
}
#account-creation_form fieldset.reversoform .infos-sup {
	padding:0 !important;
	font-size:10px;
	font-style:italic;
	text-align:right
}
/* ************************************************************************************************
		addon customer privacy
************************************************************************************************ */
#account-creation_form fieldset.customerprivacy label{
	padding-bottom:0;
	font-size:14px;
	text-align:left;
	cursor:pointer
}

/* ************************************************************************************************
		addon referralprogram
************************************************************************************************ */
#module-referralprogram-referralprogram-program #left_column {display:none}

#footer .myaccount li.referralprogram img {display:none}

#module-referralprogram-referralprogram-program .sheets {padding-top:10px}

#module-referralprogram-referralprogram-program form p.checkbox {font-weight:bold}
#module-referralprogram-referralprogram-program form p.checkbox a {text-decoration:underline}
#module-referralprogram-referralprogram-program form p.submit {text-align:right}
#module-referralprogram-referralprogram-program form p.see_email {
	padding-left:10px;
	color: #0088cc;
	background:url(../img/arrow_right_1.png) no-repeat 0 4px;
}
#module-referralprogram-referralprogram-program form p.see_email a {
	color: #0088cc;
	text-decoration:underline
}

/* ************************************************************************************************
		addon loyalty
************************************************************************************************ */
#module-loyalty-default #left_column {display:none}

#product p#loyalty {
	padding:10px 0 0 20px;
	border-top:1px solid #ccc;
	background:url(../img/icon/info.png) no-repeat 0 8px;
	margin-top: 10px;
}

#footer .myaccount li.loyalty img {display:none}


/* ************************************************************************************************
		addon Livezilla
************************************************************************************************ */
#livezilla_lnk  {
	margin:10px 0;
	text-align: right
}
#livezilla_lnk a {
	display:inline-block;
	padding:6px 8px 8px 8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font:bold 10px Arial,Verdana,sans-serif;
	color:#fff;
	text-shadow: 0 -1px 0 #000;
	background: url(../img/bg_bt_compare.gif) repeat-x scroll 0 0 #000
}
#livezilla_lnk a:hover {text-decoration:none}

/* ************************************************************************************************
		addons comments products
************************************************************************************************ */
form#sendComment  fieldset{
	padding:10px;
	border:1px solid #ccc;
	background:#eee
}
form#sendComment h3 {font-size:14px;}
#new_comment_form p.text {
	 margin-bottom: 0;
	 padding-bottom: 0;
}
#new_comment_form .product img{
	width: 150px;
	height: auto;
}
#sendComment p.text label,
#sendComment p.textarea label {
	display: block;
	margin: 12px 0 4px;
	font-weight: bold;
	font-size: 12px;
}
#sendComment p.text input {
	padding: 0 5px;
	height: 28px;
	width: 498px;
	border: 1px solid #ccc;
	background: url(../img/bg_input.png) repeat-x 0 0 #fff;
}
#sendComment p.textarea textarea {
	height:80px;
	width:508px;
	border:1px solid #ccc;
}
#sendComment p.submit {
	padding:0;
	text-align:right
}

#sendComment p.closeform {
	float:right;
	padding:0;
	height:12px;
	width:12px;
	text-indent:-5000px;
	background:url(../img/icon/delete.gif) no-repeat 0 0
}

.star {
	position: relative;
	top:2px;
	float: left;
	height: 12px;
	width: 12px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
div.star_on a { background-position: 0 -12px }
div.star_hover a, div.star a:hover { background-position: 0 -12px }


/* ************************************************************************************************
		xxxxx
************************************************************************************************ */


/* ************************************************************************************************
		guest tracking
************************************************************************************************ */

#guest-tracking fieldset p:first-child {
	padding-top: 10px;
}
#guest-tracking fieldset p:last-child {
	padding-bottom: 10px;
}



/* ************************************************************************************************
		CSS Modules
************************************************************************************************ */

/******* IMPORTANT - Internet Explorer can read 31 CSS files max. Some CSS have been put here and erased from their own module folder.************/

/*************** Block ADVERTISING ***************/
.advertising_block { width: 191px; margin-bottom: 1em; text-align: center }



/*************** Block CATEGORIES ***************/
#categories_block_left  li {border-bottom:1px dotted #ccc}
	#categories_block_left  li.last {	border:none;}
		#categories_block_left  li a {
			display:block;
			padding:7px 11px 5px 22px;
			color:#333;
			background:url(../../../modules/blockcategories/img/arrow_right_2.png) no-repeat 10px 10px transparent
		}
		
	#categories_block_left  li ul {margin-left:40px}
		#categories_block_left  li ul li {border:none}
			#categories_block_left  li ul li a {
				padding-left:0;
				background:none
			}
		
#categories_block_left li .OPEN,
#categories_block_left li .CLOSE {
	display:block;
	float:right;
	margin:10px 10px 0;
	height:9px;
	width:9px;
	background:url(../../../modules/blockcategories/img/icon/open-close.png) no-repeat 0 -9px;
	cursor:pointer
}
#categories_block_left li .CLOSE {background-position:0 0}


/* footer */
/*.blockcategories_footer {
}*/
.blockcategories_footer ul ul {display:none !important}



/*************** Block CMS ***************/
/* footer */
#footer .block_various_links { margin: 0 10px;}

/* Block CMS links */
.informations_block_left li {border-bottom:1px dotted #000} /*antes #eee*/
.informations_block_left li.last {border:none;}
.informations_block_left li a {
    display:block;
    padding:7px 9px 5px 2px; /*antes padding:7px 11px 5px 22px;*/
    color:#333;
    /*background:url(../../../modules/blockcms/img/arrow_right_2.png) no-repeat 10px 10px transparent;*/
    
}

#faqs_block_left li {border-bottom:1px dotted #000}
    
tr.subitem &gt; td:first-child + td {
    padding-left: 10px;
}



/*************** Block CONTACTINFOS ***************/

#block_contact_infos { margin: 0 0 0 10px;}
#block_contact_infos li {
	padding:0 !important;
	line-height: 20px;
}
#block_contact_infos li  strong {
	font-weight:normal;
	font-size:13px;
}
#block_contact_infos li  pre {font: 11px/20px Arial,Verdana,sans-serif;}



/*************** Block LINK ***************/
#links_block_left .block_content li {border-bottom:1px dotted #eee}
#links_block_left .block_contentt li.last {border:none;}
#links_block_left .block_content li a {
    display:block;
    padding:7px 11px 5px 22px;
    color:#333;
    background:url(../../../modules/blocklink/img/arrow_right_2.png) no-repeat 10px 10px transparent;
}



/*************** Block MANUFACTURER ***************/
.blockmanufacturer li {border-bottom:1px dotted #ccc}
.blockmanufacturer li.last {	border:none;}
	.blockmanufacturer li a {
		display:block;
		padding:7px 11px 5px 22px;
		color:#333;
		background:url(../../../modules/blockmanufacturer/img/arrow_right_2.png) no-repeat 10px 10px transparent
	}


.blockmanufacturer form {margin-top:10px;}
.blockmanufacturer p {
	padding:0;
	text-align:center
}

/*************** Block LOGO PAYMENT ***************/

.paiement_logo_block { width: 191px; text-align: center; margin-bottom: 1.5em }
.paiement_logo_block a { text-decoration: none }
.paiement_logo_block img { margin: 0 0.5em }



/*************** Block RSS ***************/
#rss_block_left p {
	margin:0;
	padding:10px;
}

#rss_block_left li {border-bottom:1px dotted #ccc}
#rss_block_left li.last {	border:none;}
	#rss_block_left li a {
		display:block;
		padding:7px 11px 5px 22px;
		color:#333;
		background:url(../../../modules/blockrss/img/arrow_right_2.png) no-repeat 10px 10px transparent
	}

	
/*************** Block SOCIAL ***************/
/*#social_block {}*/
#social_block li {padding-left:22px !important;}
#social_block li.facebook {background:url(../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 6px;}
#social_block li.twitter {background:url(../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 -26px;}
#social_block li.rss {background:url(../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 -56px;}


/*************** Block STORE ***************/
.blockstore img { margin: 10px 0 0 0}
.blockstore p { 
	padding-bottom:0;
	font-weight:bold;
	text-align: right
}
.blockstore p.store_image { 
	padding-bottom:10px;
	text-align:center
}


/*************** Block SUPPLIER ***************/
.blocksupplier li {border-bottom:1px dotted #ccc}
.blocksupplier li.last {	border:none;}
	.blocksupplier li a {
		display:block;
		padding:7px 11px 5px 22px;
		color:#333;
		background:url(../../../modules/blocksupplier/img/arrow_right_2.png) no-repeat 10px 10px transparent
	}

.blocksupplier form {margin-top:10px;}
.blocksupplier p {
	padding:0;
	text-align:center
}

/* == header
-----------------*/

#headercontainer{
	position: relative;
	min-height: 66px;
	width: 100%;
	/*background: url(../img/fortium/menu-texture.jpg) repeat;*/
	z-index: 999; /*999999*/
    background-color: #1D9CE1;
}
#header{
	height: auto;
	min-height: 66px;
	width: 960px;
	margin: 0 auto;
}
/* == topmenu
---------------  */
	@-webkit-keyframes ring {
		0% { -webkit-transform: rotateZ(0); }
		1% { -webkit-transform: rotateZ(30deg); }
		3% { -webkit-transform: rotateZ(-28deg); }
		5% { -webkit-transform: rotateZ(34deg); }
		7% { -webkit-transform: rotateZ(-32deg); }
		9% { -webkit-transform: rotateZ(30deg); }
		11% { -webkit-transform: rotateZ(-28deg); }
		13% { -webkit-transform: rotateZ(26deg); }
		15% { -webkit-transform: rotateZ(-24deg); }
		17% { -webkit-transform: rotateZ(22deg); }
		19% { -webkit-transform: rotateZ(-20deg); }
		21% { -webkit-transform: rotateZ(18deg); }
		23% { -webkit-transform: rotateZ(-16deg); }
		25% { -webkit-transform: rotateZ(14deg); }
		27% { -webkit-transform: rotateZ(-12deg); }
		29% { -webkit-transform: rotateZ(10deg); }
		31% { -webkit-transform: rotateZ(-8deg); }
		33% { -webkit-transform: rotateZ(6deg); }
		35% { -webkit-transform: rotateZ(-4deg); }
		37% { -webkit-transform: rotateZ(2deg); }
		39% { -webkit-transform: rotateZ(-1deg); }
		41% { -webkit-transform: rotateZ(1deg); }
	  
		43% { -webkit-transform: rotateZ(0); }
		100% { -webkit-transform: rotateZ(0); }
	  }
	  
	  @-moz-keyframes ring {
		0% { -moz-transform: rotate(0); }
		1% { -moz-transform: rotate(30deg); }
		3% { -moz-transform: rotate(-28deg); }
		5% { -moz-transform: rotate(34deg); }
		7% { -moz-transform: rotate(-32deg); }
		9% { -moz-transform: rotate(30deg); }
		11% { -moz-transform: rotate(-28deg); }
		13% { -moz-transform: rotate(26deg); }
		15% { -moz-transform: rotate(-24deg); }
		17% { -moz-transform: rotate(22deg); }
		19% { -moz-transform: rotate(-20deg); }
		21% { -moz-transform: rotate(18deg); }
		23% { -moz-transform: rotate(-16deg); }
		25% { -moz-transform: rotate(14deg); }
		27% { -moz-transform: rotate(-12deg); }
		29% { -moz-transform: rotate(10deg); }
		31% { -moz-transform: rotate(-8deg); }
		33% { -moz-transform: rotate(6deg); }
		35% { -moz-transform: rotate(-4deg); }
		37% { -moz-transform: rotate(2deg); }
		39% { -moz-transform: rotate(-1deg); }
		41% { -moz-transform: rotate(1deg); }
	  
		43% { -moz-transform: rotate(0); }
		100% { -moz-transform: rotate(0); }
	  }
	  
	  @keyframes ring {
		0% { transform: rotate(0); }
		1% { transform: rotate(30deg); }
		3% { transform: rotate(-28deg); }
		5% { transform: rotate(34deg); }
		7% { transform: rotate(-32deg); }
		9% { transform: rotate(30deg); }
		11% { transform: rotate(-28deg); }
		13% { transform: rotate(26deg); }
		15% { transform: rotate(-24deg); }
		17% { transform: rotate(22deg); }
		19% { transform: rotate(-20deg); }
		21% { transform: rotate(18deg); }
		23% { transform: rotate(-16deg); }
		25% { transform: rotate(14deg); }
		27% { transform: rotate(-12deg); }
		29% { transform: rotate(10deg); }
		31% { transform: rotate(-8deg); }
		33% { transform: rotate(6deg); }
		35% { transform: rotate(-4deg); }
		37% { transform: rotate(2deg); }
		39% { transform: rotate(-1deg); }
		41% { transform: rotate(1deg); }
	  
		43% { transform: rotate(0); }
		100% { transform: rotate(0); }
	  }
.rotating {
	-webkit-animation: ring 4s .7s ease-in-out infinite;
	-webkit-transform-origin: 50% 4px;
	-moz-animation: ring 4s .7s ease-in-out infinite;
	-moz-transform-origin: 50% 4px;
	animation: ring 4s .7s ease-in-out infinite;
}

.topnavi {
	position: absolute;
	right: 21px;
	bottom: 65px;
	height: auto;
	display: inline;
	margin-bottom: 0;
}
.topnavi li{
	display: inline;
	list-style: none;
	float: left;
}
.topnavi li a{
	padding: 6px 5px;
	color: white;
	font-size: 12px;
	transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-webkit-transition: background .15s ease-in-out;
}
.topnavi li a:hover{
	background: #00ACE6;
	text-decoration: none;
}
/* headersearch
----------------- */
#searchbox{
	position: absolute;
	bottom: 17px;
	right: 20px; /*10px*/
	height: 33px;
}
.searchfield{
	background: #ffffff !important;
	color: #555 !important;
	padding: 12px 37px 8px 12px;
	font-size: 11px;
	line-height: 12px;
	width: 171px;
	margin-bottom: 0;
	border: 0;
}
@media only screen and (max-width: 767px){
    .searchfield{
        background: #f1f1f1 !important;}
} 
.searchsubmit{
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	width: 35px;
	border: 0;
	font-size: 0;
	cursor: pointer;
	background: url(../img/fortium/ico_searchl.png) center center no-repeat;
}
/* == mainnav
---------------- */
.fortiumnavcont{
	height: 44px;
	width: 100%;
	position: relative;
	/* Item */
	/* background: url(../img/fortium/mainnav_bg.png) repeat; */
	background: rgba(50, 50, 50, 0.8);
	/* End Item */
	z-index: /*991;*/ 888;

	/* Item =&gt; El possem en fixed per a deixar-ho igual que al fitxer cms.css linia 104*/
	/* position: fixed; */
	/* End Item */


}
.fortiumnav{
	position: relative;
	height: 44px;
}
.fortiumnav ul{
	display: inline;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	height: 44px;
}
.fortiumnav ul li{
	float: left;
	list-style: none;
}
.fortiumnav ul li a{
	padding: 13px 13px 12px 13px;
	display: block;
	/* Item */
	/*text-transform: capitalize; */
	/*End Item */
	line-height: 19px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-webkit-transition: background .15s ease-in-out;
}
.fortiumnav ul li a:hover{
	background: #0099cc;/*abans #0099cc*/
	text-decoration: none;
}

/* Item */

.fortiumnav ul li ul li a{
	padding: 4px 13px 4px 13px;
	display: block;
	/* Item */
	/*text-transform: capitalize;*/
	/*End Item */
	font-size:12px;
}


#submitNewMessage{
	background: #3B3B3B !important;
	font-size: 13px;
	text-shadow: none;
	color: white !important;
	border: 0px !important;
	padding: 9px !important;
	float: none;
	margin: 0;
	font-weight: bold !important;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px!important;
	border-radius: 0px !important;
}
#submitNewMessage:hover{
background: #0099cc !important;
}

/* CART
---------------- */
#cartholder{
	height: 0;
	position: relative;
	margin: 0 auto;
	z-index: 99;
}
#cart_block{
	position: absolute;
	right: 235px; /*antes 10px*/
	top: -64px; /*antes 64px*/
	z-index: 999;
	/*Item*/
	z-index:99999;

	
}
#cart_block h4{
	padding: 21px 14px 21px 28px;/*13px 17px 13px 51px*/
	font-size: 12px;
	background: url(../img/fortium/ico_cart.png) 7px 25px #0099cc no-repeat;/*17px 17px*/
}
#cart_block h4 a{
	text-shadow: none;
	text-transform: capitalize;
	font-weight: normal;
	color: white !important;
}
#cart_block h4 a:hover{
	text-decoration: none
}
/* == home slider
-------------------- */
.bx-wrapper{
	width: 100% !important;
	height: 500px !important;
	overflow: hidden;
	margin: -44px 0 0 0;
	position: relative;
	z-index: 0;
}
.slide{
	width: auto !important;
	height: 450px;
}
.slide .slidecontenthold{
	height: 450px;
}
.slide .slidecontent{
    font-family: Open Sans;
	width: 672px;
	height: auto;
	max-height: 400px;
	padding: 82px 0 40px 0;
	margin-left: 30px;
}
.slide .slidecontent h2 {
    clear: both;
    color: #585555;
    float: left;
    font-size: 40px;
    font-weight: bold;
    line-height: 70px;
    padding: 0;
    margin-top: 10px;
    
}
.slide .slidecontent p {
    clear: both;
    color: #605B5B;
    float: left;
    font-size: 25px;
    line-height: 30px;
    padding: 10px 0 30px !important;
    width: 645px;
	display: none;
}
.slide .slidecontent .titulo3_slider{
	/* antes background: #3B3B3B; */
    border-radius: 2px;
	font-size: 17px;
	text-shadow: none;
	color: #585555;
	border: 0;	
	float: left;
	margin: 0; /* antes margin: 0; */
	font-weight: bold !important;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
.slide .slidecontent a:hover{
	background: #1C7BC8 ;
	text-decoration: none;
}


  
    
    
/* == pagecenter fix
---------------------- */
#pagenotfound #center_column {
	width: 100% !important;
}

/* == home featured
-------------------- */
#featured-products_block_center{
	height: auto;
	margin: 0px auto 0px auto;
}
#featured-products_block_center h4{
	width: 100%;
	background: url(../img/fortium/line.jpg) repeat-x 12px;
	text-align: center;
	padding: 0;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 1.5em;
    
}
#featured-products_block_center h4 span{
	text-shadow: none;
	/*padding: 0 20px;*/
	background: #fff;
	color: #3F3F3F;
	
}
#featured-products_block_center .block_content{
	width: 100%;
	margin: 10px 0;
}
#featured-products_block_center .block_content ul li{
	height: auto;
	padding-bottom: 10px; /*Laia*/
}
.ajax_block_product &gt; div{
	position: relative;
}
.ajax_block_product &gt; div &gt; a{
	/*Item*/
	/*position: absolute;*/
	text-align:center;
	/*Ens Item*/
	bottom: 0;
	right: 0;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: bold !important;
	padding: 12px !important;
	/* Item */
	font-size: 12px !important;
	padding: 10px !important;
	/* End Item */
	background: #3B3B3B !important;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}


.ajax_block_product &gt; div &gt; a:hover{
	background: #0099cc !important;
	text-decoration: none !important;
}
#featured-products_block_center h5 {
	height: auto !important;
}
#featured-products_block_center .price_container {
	padding: 0px !important;
	text-align:center;
}
/* == footer
---------------- */
#footer{
	position: relative;
	width: 100%;
	height: auto;
	background: url(../img/fortium/foot_bg.jpg) repeat;
	margin-top: 10px;
    font-family: Open Sans;
}
#foothold{
	height: auto;
	margin: 40px auto;
	font-size: 12px;
}
@media only screen and (min-width: 1280px){
	.enable1280 #foothold {
	    width: 1280px;
	}
}

#foothold &gt; div{
	padding: 0 0 52px 0;
}
#foothold &gt; div &gt; h4{
	background: none !important;
	/*text-transform: capitalize !important;*/
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
#foothold &gt; h4 &gt; a:hover{
	text-decoration: none !important;
}
#foothold ul li{
	color: #9D9D9E !important;
}
#foothold ul li a{
	color: #9D9D9E !important;
}
#foothold ul li a:hover{
	text-decoration: none !important;
}
/* == bottomfoot
---------------- */
#secondfoot{
	width: 100%;
	position: absolute;
	bottom: 0;
	min-height: 44px;
	/*background: url(../img/fortium/mainnav_bg.png) repeat;*/
    background-color: #0099CC;    
    color: #FFFFFF;
}
#secondfoot .container{
		min-height: 44px;
}
#secondfoot .container p{
	font-size: 12px;
    padding: 15px 0;
    margin-bottom: 0;
}

/* SLIDER
------------------------------------------------------------------------------------------------------------- */

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0; margin: 0 0 0 0;}
.flexslider .slides li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; position: relative;}
.flexslider .slides  li {position: relative; list-style: none;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative;}


/* Caption style */
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 15px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 30px; height: 30px; margin: -13px 0 0; display: block; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li a.next {background: url(theme/gray_next.png) no-repeat 0 0; right: 10px; filter: drop-shadow(2px 4px 6px #ccc);}
.flex-direction-nav li a.prev {background: url(theme/gray_prev.png) no-repeat 0 0; left: 10px; filter: drop-shadow(2px 4px 6px #ccc);}

/* Control Nav */
.flex-control-nav {margin-left: -31px; position: absolute; bottom: 7px; left: 50%;} /* set negative margin-left equal to half the width on the control-nav for perfect centering */
.flex-control-nav li {margin: 0 0 0 5px; float: left; list-style-type:none;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background-color: #5b5b5b; border-radius:50%; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default; background-color: #0399cc;}

#container {width: 100%; max-width: 100%; margin: 0 auto;}
.flex-control-nav{
	display: block;
}
.flex-direction-nav{
	display: block;
}
/* ----------------------------------------------------------- END SLIDER*/

#add_adress .submit2 .button{
	color: white !important;
	font-size: 14px !important;
	font-weight: bold !important;
	padding: 12px !important;
	background: #3B3B3B !important;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 15px;
}
#add_adress .submit2 .button:hover{
	background: #0099cc !important;
}

#footer .myaccount {
	padding-top: 0px !important;
}
#footer .myaccount {
	padding: 0px !important;
}
#footer .myaccount {
margin: 0px 10px !important;
}

#bt_compare{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px;
	position: relative;
	display: inline-block;
	font-weight: normal !important;
	cursor: pointer;
	color: #3b3b3b !important;
	font-size: 12px !important;
	padding: 0px !important;
	background: none !important;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
}


.sorttext{
	font-weight: bold;
	font-size: 15px;
	text-transform: none !important;
	padding-bottom: 6px;
}
.sortby{
	list-style: none;
	position: relative;
	height: auto;
	padding: 6px 0;
	margin: 0;
	border-bottom: 1px solid #E3E3E3;
	width: 100%;
}
.sortby a{
	height: 100%;
	width: 100%;
	display: block;
	font-size: 12px;
}
.sortby a:hover{
	color: #4DACAD;
	text-decoration: none;
}
.topnavibreak{
	display: none;
}

.topnavibreak2{
	display: none;
}

#mainmenu{
	display:none;
}

#module-favoriteproducts-account #center_column {
	width: 100% !important;
}

#listpage_content {
	float: left;
	
}

	.h3spec{
		display: block !important;
		padding: 10px 0 10px 0;
font-size: 13px;
color: black;
float: left;
clear: both;
	}
	#product_list li h3 {
		display: none;
	}
	
	.productbanner{
		width: 100%;
		height: 200px;
		/*item*/
		height: 60px;
		/*end item*/
		margin-top: -44px;
	}
	
	#featured-products_block_center h5 {
		font-weight: normal;
	}
	.price{
		font-size: 16px !important;
		font-weight: bold;
	}
	
	/* submenus */
	
	.fortiumnav ul li{
		position: relative;
	}
	.fortiumnav &gt; ul &gt; li &gt; ul{
		display: none;
		position: absolute;
		top: 44px;
		left: 0px;
		/* Item */
		/*background: url(../img/fortium/mainnav_bg.png) repeat;*/ 
		background: rgba(50, 50, 50, 0.9);
		/* End Item */
		width: auto;
		height: auto;
		width: 200px !important; /* Item afegit important perquÃ¨ */
		
	}
	.fortiumnav &gt; ul &gt; li:hover &gt; ul{
		display: block;
	}
	.fortiumnav &gt; ul &gt; li &gt; ul &gt; li{
		position: relative;
		float: left;
		width: 100%;
		clear:none;
		/* Item */
		height:30px !important;

	}
	
	.fortiumnav &gt; ul &gt; li &gt; ul &gt; li &gt; ul{
		/* Item */
		/* display: none; */
		display: none !important;
		/* End Item */
		position: absolute;
		left: 200px;
		width: 200px;
		height: auto !important;
		top: 0;
	}
	.fortiumnav &gt; ul &gt; li &gt; ul &gt; li:hover &gt; ul{
		display:block;
	}
	.fortiumnav &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li{
		position: relative;
		float: left;
		width: 100%;
		font-size: 13px !important;
		clear:none;
		background: url(../img/fortium/mainnav_bg.png) repeat;
	}
	.fortiumnav &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a{
		font-size: 13px !important;
		font-weight: normal !important;
	}
	
	.fortiumnav &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul{
		display: none;
		position: absolute;
		left: 200px;
		width: 200px;
		height: auto !important;
		top: 0;
	}
	.fortiumnav &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; ul{
		display:block;
	}
	.fortiumnav &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li{
		position: relative;
		float: left;
		width: 100%;
		font-size: 13px !important;
		clear:none;
		background: url(../img/fortium/mainnav_bg.png) repeat;
	}
	.fortiumnav &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a{
		font-size: 13px !important;
		font-weight: normal !important;
	}
	
	/* language */
	
	#languages_block_top{
		position: relative;
		height: 0px;
	}
	#countries{
		z-index: 9999;
		width: 40px;
		position: absolute !important;
		right: 10px !important;
		top: 0px !important;
		background: url(../img/fortium/menu-texture.jpg) repeat;
		height: 20px;
	}
	#countries p.selected_language img{
		margin-left: 5px !important;
		margin-top: 4px;
	}
	.countries_ul_hover{
		right: 0px !important;
	}
	/* currencies */
	
	#currencies_block_top{
		position: relative;
		height: 0px;
		z-index: 999999;
	}
	#setCurrency{
		z-index: 9999;
		position: absolute !important;
		right: 55px !important;
		top: 0px !important;
		text-align: center;
		background: url(../img/fortium/menu-texture.jpg) repeat;
		color: #9D9D9E !important;
		padding: 3px 0px !important;
		width: 80px;
	}
	#setCurrency p{
		padding: 0px !important;
		margin: 0px !important;
	}
	#setCurrency ul{
		right: 0px !important;
		background: url(../img/fortium/menu-texture.jpg) repeat !important;
	}
	
	/* font */
	
	.productleft h3{
		font-weight: normal !important;
	}

	/* CART BLOCK */
	
	#cart_block .block_content{
		opacity: 0;
		-webkit-transition: opacity 0.5s ease-in-out;
		-moz-transition: opacity 0.5s ease-in-out;
		-o-transition: opacity 0.5s ease-in-out;
		transition: opacity 0.5s ease-in-out;
		position: absolute;
		right: 20px;
		top: -999px;
		background: #fff;
		width: 300px !important;
		border: 1px solid #E2E2E2;
		-moz-box-shadow: 1px 10px 5px #888;
		-webkit-box-shadow: 5px 10px 5px #888;
		box-shadow: 1px 1px 5px #CCC;

		z-index: 9999;

	}
	#cart_block:hover .block_content{
		opacity: 1;
		top: 40px;
	}
	
	#cart-prices{
		position: absolute;
		left: 10px;
		bottom: 10px;
		padding: 0px !important;
		width: 280px !important;
		height: 45px !important;
		border-top: 1px dashed #E2E2E2;
	}
	.ajax_block_cart_total{
		font-size: 18px !important;
		font-weight: normal !important;
		color: #0099cc !important;
		margin-top: 30px !important;
		float: left;
	}
	#cart_block_summary{
		display: none;
	}
	.products{
		margin: 0px 10px !important;
	}
	.recentadd{
		width: 280px;
		margin: 10px !important;
		border-bottom: 1px dashed #E2E2E2;
		color: #0099cc !important;
	}
	
	.cartproductimg{
		width: 40px;
		height: 40px;
		margin-left: 3px;
	}
	.cartproductimg img{
		width: 40px;
		height: auto;
	}
	.cartproductimg a{
		text-decoration: none !important;
	}
	.cart_block_product_name{
		color: #0099cc !important;
		text-decoration: none !important;
		position: absolute;
		left: 55px;
		top: 15px;
		font-size: 12px;
	}
	.remove_link{
		position: absolute;
		top: 15px;
		right: 10px;
		width: 24px;
		height: 24px;
		background: url(../img/fortium/ico_delete.png) no-repeat;
	}
	.remove_link .cart_quantity_delete{
		position: relative;
		text-decoration: none;
		display: block;
		height: 100%;
		background: url(../img/fortium/ico_delete.png) no-repeat;
	}
	#cart_block_no_products{
		margin-left: 10px;
		color: #0099cc !important;
	}
	.quantity-formated{
		color: #0099cc !important;
		text-decoration: none !important;
		position: absolute;
		left: 55px;
		top: 35px;
		font-size: 12px;
	}
	.quantity-formated .quantity{
		font-weight: bold;
		color: #7D7D7D;
	}
	
	.products dt{
		position: relative !important;
		border-top: 1px dashed #E2E2E2;
		padding: 15px 0;
	}
	
	.products .first_item{
		position: relative !important;
		border-top: none !important;
	}
	
	#featured-products_block_center h5 a{
		text-decoration: none !important;
		/* Item */
		font-family: 'Open Sans', sans-serif;
	}
	
	#productsSortForm{
		width: 190px;
		float: right;
		margin-top: 15px;
	}
	
	.cartcontainer{
	margin-bottom: 0px !important;
	position: relative;
	z-index: 999;/*antes 99999*/
	}
	
	.ui-state-default{
		background: #c9c9c9 !important;
		margin-top: 1px;
		border: none !important;
	}
	.ui-slider-range{
		background: #E7E7E7 !important;
		border: 0px !important;
	}

	
	.nbrItemPage{
		display: none;
	}
	.nbrItemPage p{
		display: none;
	}
	
	.cart_quantity_delete{
		background: url(../img/fortium/ico_delete.png) no-repeat !important;
		width: 24px;
		height: 24px;
	}
	
	.marginfix{
		margin-left: 0px !important;
		margin-right: 20px !important;
	}
	
	.gogrid{ 
		font: 0/0 a;
		text-shadow: none;
		color: transparent;
		width: 100%;
		width: 14px;
		height: 15px;
		display: block;
		float: left;
		background: url(../img/fortium/grid-list.png) 42px;
		margin-top: -8px;
	}
	
	.golist{
		font: 0/0 a;
		text-shadow: none;
		color: transparent;
		width: 100%;
		width: 14px;
		height: 15px;
		display: block;
		float: left;
		background: url(../img/fortium/grid-list.png) 70px;
		margin-left: 8px;
		margin-top: -8px;
	}
	.itemnumber{ float: left; margin-top: 8px; color: #727272; clear: both; }

	.specbreadcrumb .breadcrumb{
		padding: 6px 0 6px 10px;
	}
		
	.specleft .advertising_block{
		width: 100% !important;
	}
	.specleft .advertising_block img{
		height: auto !important;
		width: 100% !important;
	}
	
	.searchcompare{
		margin-top: -10px;
		float: left;
		margin-left: 15px;
	}
	
	.attribute_label{
		float: left;
		width: 100%;
	}
	
	.std-two{
		float: right !important;
		clear: both;
		margin-top: 10px;
	}
	
	.spechead{ margin-left: 15px; padding-bottom: 44px; border-bottom: 1px solid #CCC; }
	.speccompare p{
		float: left;
		margin: -42px 0 0 15px;
	}
	
	#bt_compare.button:hover{
	background: none !important;
	text-decoration: underline;
	}
	
	.cart_summary{
		margin: 0px !important;
	}

	#more_info_sheets p{
		line-height: 21px;
	}
	
	#more_info_sheets li{
		line-height: 21px;
	}
	
	.accesbutton{
		padding: 0px !important;
	}
	.block_description a{
		text-decoration: none;
	}
	
	#thumbs_list ul li a img{
		width: 58px;
		height: auto;
	}
	
@media only screen and (min-width: 1280px){
		.searchfield{
			width: 300px;
		}
		.topnavi{
			/* right: 538px; /*antes 370px */
		}
		.h3spec{
			display: none !important;
		}
		#product_list li h3 {
		display: block;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#product_list li h3 {
		display: block;
	}
	
	.h3spec{
		display: none !important;
	}
	
	/* topnavigation */
	
	.topnavibreak{
		position: absolute;
		right: 250px;
		bottom: 0px;
		display: block;
		z-index: 9999;
		list-style: none;
		font-size: 12px;
		padding: 26px 0 26px;
		width: 57px;
		transition: background .15s ease-in-out;
		-moz-transition: background .15s ease-in-out;
		-webkit-transition: background .15s ease-in-out;
	}
	.topnavibreak:hover{
		background: #0099cc;
	}
	.topnavibreak li{
		position: relative;
	}
	.topnavibreak &gt; li &gt; a{
		padding: 26px 7px;
		color: white;
		font-size: 12px;
		transition: background .15s ease-in-out;
		-moz-transition: background .15s ease-in-out;
		-webkit-transition: background .15s ease-in-out;
	}
	.topnavibreak li a:hover{
		text-decoration: none;
		background: #0099cc;
	}
	.topnavibreak li ul{
		list-style: none;
		opacity: 0;
		filter: alpha(opacity=0);
		position: absolute;
		top: -9999px;
		left: 0;
		background: url(../img/fortium/menu-texture.jpg) repeat;
		width: 150px;
		-webkit-transition: opacity 0.4s ease-out;
		-moz-transition: opacity 0.4s ease-out;
		-o-transition: opacity 0.4s ease-out;
		-ms-transition: opacity 0.4s ease-out;
		transition: opacity 0.4s ease-out;
		-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
		border-top: 2px solid #0099cc;
		z-index: 9999999;
	}
	.topnavibreak li:hover ul{
		opacity: 1;
		top: 39px;
		filter: alpha(opacity=1);
	}
	/*.topnavibreak li ul li{
	}*/
	.topnavibreak li ul li a{
		color: #fff;
		display: block;
		line-height: 18px;
		position: relative;
		z-index: 999999;
		padding: 12px;
		background: none;
		transition: background .15s ease-in-out;
		-moz-transition: background .15s ease-in-out;
		-webkit-transition: background .15s ease-in-out;
	}
	.topnavibreak li ul li a:hover{
		background: #0099cc;
	}
	.topnavi{
		display: none;
	}
	.center_block .button{
			width: 128px !important;
			text-align: center;
		}
}
@media only screen and (max-width: 767px) {
	
	.fortiumnavcont{
		height: auto !important;
	}
	.fortiumnav{
		height: auto !important;
	}
	
	.breadcrumb{
		padding-left: 0px;
	}
	
	
	
	#cart_block .block_content{
		display: none !important;
	}
	
	.block_various_links ul li .last_item{ padding-left: 0px !important; }
	
	#order-opc .container{
		width: 90%;
	}

	.container .six.columns {
		width: 300px;
	}
	
	.productbanner{
		display: none;
	}
	#product_list li h3 {
		display: block;
	}
	
	.h3spec{
		display: none !important;
	}
	#add_adress p.text input,
	#add_adress p.password input,
	#add_adress p.select input {
	margin-left: 40px;
	width: 210px;
	}
	#add_adress p.textarea textarea {
		margin-left: 40px;
		width: 220px;
	}
	#add_adress p.select select {
		margin: 0 auto;
	}
	.select{
		text-align: center;
	}
	
	#foothold &gt; #block_contact_infos {
		margin: 20px 0 40px 0;
		width: 300px !important;
	}
	#container{
		height: auto;
	}
	#container .flexslider-container{
		/*
		display: none;
    	visibility: hidden;
		*/
	}

	#container .flexslider-container div.slide.mobile{ 
		display: block !important; 
	}
	#container .flexslider-container div.slide.pc{ 
		display: none; 
	}
	.content_scene_cat{
		display: none;
	}
		
	#header_logo{
		float: none;
		margin: 0 auto;
		padding: 20px 0;
		width: 300px;
	}
	#header_logo img{
		width: 300px;
		height: auto;
		margin: 0 auto;
	}
		
	#product_list &gt; .ajax_block_product{ 
		width: 280px; 
	}
	#product_list li{
		padding: 0 10px 10px 10px;
	}
	
	.container .four.columns { width: 140px; margin: 0px !important;}
	.first_item { padding-right: 20px !important; }
	.last_item  { padding-left: 20px !important;}
	
	.block_various_links .last_item{ padding-left: 0px !important; }
	
	.container &gt; .four.columns {
		width: 300px !important;
	}
	.sortby a {
		padding-left: 12px;
	}
	.resumecat {
		padding-left: 12px;
	}
	
	.topnavi{
		display: none;
	}
	
	#searchbox{
		top: 80px;
		right: 0px;
		width: 300px;
	}
	.searchfield{
		width: 251px;
		margin: 0px;
	}
	#mainmenu {
	display: block;
	list-style: none;
	padding: 0px;
	width: 300px;
	margin: 63px auto 15px auto;
	font-size: 12px !important;
	font-weight: normal !important; 
	}
	#mainmenu li{
		width: 288px;
		display: block;
		background-color: #e7e7e7;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 10px 12px;
		text-shadow: 0px 1px 1px white;
		font-size: 14px;
	}
	#mainmenu ul {
		list-style: none;
		padding: 0 0 0 0;
		display: none;
	}
	#mainmenu ul li{
		border-top: 1px solid #fff;
		font-weight: normal;
		cursor: auto;
		width: 300px;
		display: block;
		overflow: hidden;
		padding: 0px;
		text-shadow: none;
	}

	#mainmenu ul li.translator_container div.goog-te-gadget-simple{
		width: 100%;
	}

	#mainmenu a {
		text-decoration: none;
		padding: 10px 0 10px 12px;
		display: block;
		background-color: #efefef;
	}
	#mainmenu a:hover {
		text-decoration: underline;
	}
	
	#cart_block{
		position: relative;
		top: 53px; /*antes 0px*/
		right: 0;
		z-index: 9999;
	}
	.block {
		margin-bottom: 15px !important;
	}
	#cart_block h4{
		padding: 0;
		background: url(../img/fortium/ico_cart.png) 12px 16px #0099cc no-repeat;
	}
	#cart_block h4 a{
		padding: 12px 17px 12px 51px;
		display: block;
	}
	
	.fortiumnavcont{
		margin-top: 0px;
		background: none;
		position: relative;
	}
	.fortiumnav{
		position: relative;
		width: 300px;
	}
	.fortiumnav ul{
		display: block;
		list-style: block !important;
		height: auto;
		position: relative;
		width: 300px;
	}
	.fortiumnav ul li{
		list-style: block !important;
		clear: both;
		width: 300px;
	}
	.fortiumnav ul li a{
		color: #333 !important;
		display: block;
		float: none;
		padding-top: 6px;
		padding-bottom: 6px;
		border-top: 1px solid #fff;
		background: #e7e7e7;
		text-shadow:0px 1px 1px #fff; 
	}
	
	#featured-products_block_center h4 {
		float: left;
		margin-top: 20px;
	}
	
	
	#block_cart_collapse{
		display: none;
	}
	
	#foothold &gt; div {
		width: 140px !important;
		padding: 0 0 10px 0 !important;
		margin: 0;
	}
	#foothold &gt; div &gt; div {
		width: 140px !important;
		padding: 0;
		margin: 0;
	}
	#footer .myaccount {
		margin-left: 0px  !important;
	}
	#bt_compare {
		margin-left: 10px;
	}
	
	#add_adress p.text label,
	#add_adress p.password label,
	#add_adress p.select label,
	#add_adress p.select span,
	#add_adress p.textarea label {
		width: 100%;/* 260 */
		text-align: center;
	}
	
	.fortiumnav ul li a {
		font-weight: normal !important;
	}
	
	/* breaks for ordering */
	
	tbody tr { position: relative; padding-bottom: 15px !important; }
	
	table#cart_summary .cart_product img {
		width: 150px;
	}
	table#cart_summary .cart_description &gt; h5{
		line-height: normal;
		color: #3F3F3F;
		font-size: 24px;
	}
	table#cart_summary .cart_description &gt; a{
		font-weight: normal !important;
		color: #3F3F3F;
	}
	.cart_unit{
		display: none;
	}
	.cart_total{
		text-align: left !important;
		padding-left: 17px !important;
	}
	.cart_delete{
		position: absolute;
		right: 0;
	}
	.cart_total_price{
		border-top: 1px solid #E9E9E9;
	}
	addresses ul.address {
		width: auto !important;
	}
	#ordermsg .textarea textarea {
		width: 100% !important;
	}
	.delivery_option tbody{
		float: left;
		width: 100%;
	}
	
	#order-detail-content{
		border: none !important;
	}
	
	table.std, table.table_block {
		border: none;
	}
	
	.cart_description{ display: block; border-bottom: 1px solid #E9E9E9 !important;}
	
	.cart_ref{ display: none;}
	
	tbody &gt; tr &gt; td{
		float: none;
		clear:both;
		border: none !important;
	}
	
	tbody &gt; tr{
		border-bottom: 1px solid #E9E9E9 !important;
		background: #fff !important;
	}
	
	.cart_product{
		clear: none !important;
	}
	.cart_description{
		clear: none !important;
	}
	
	thead {
		display: none;
	}
	
	ul#order_step {
		display: none;
	}
	
	/* personal information form */
	
	.radio{
		text-align: center !important;
	}
	.radio span{ width: auto !important;}
	.std label{ width: 100% !important; text-align: center !important;}
	
	.checkbox input[type="checkbox"]{ margin: 0px !important;}
	
	.submit{ padding: 0px !important;}
	.submit input[type="submit"]{ margin: 0px !important;}
	#security_informations { padding: 0px !important;}
	
	.submit input[type="submit"]{ float: right; right: 20px !important;}
	
	#create-account_form h4 { text-align: center; }
	
	/* itemformacion - aÃ±adido laia */
        
    @media only screen and (max-width: 767px){
        #formulario-sub .contenidos {width: 100% !important;}
        #formulario-sub .formField {display: block; width: 100%;}
        #formulario-sub p.formField input {width: 100%;}
        #formulario-sub p.formField textarea {width: 91% !important;}
        #formulario-sub p.formField label {display: initial !important;}
    }
        .contenidos {
           width: 300px !important;
        }
        /*.container .four.columns{ display: none;}*/
                
        .fortiumnavcont { 
            top: 40px !important;
            background: none !important;
            position: relative !important;   
           
         }
             
        #center_column {padding: 0px 0 !important;} 
        #headercontainer { position: relative !important;} 
        
             
        .enable1280 .container .twelve.columns {
            float: right;
            margin-top: 8px !important;
        }  
        
        .contentEquipo{
            background: url("/../img/cms/equipo-small.png") no-repeat -136px 0 !important;
            width:300px !important; 
            padding-top: 223px !important;      
        } 
		p.encabezado0 {
            font-size: 1.62em !important;            
            line-height: 21px !important;            
        }
        
        .content {           
            padding: 0px !important;
        }
        
        img.imgEmpresa {
            margin-right: 17px !important;
            width: 47% !important;
        }
        #acreditaciones p.encabezado0 {
            padding: 0 14px 23px !important;
                   
        }
                
        #equipo p {
            padding: 0 26px 0 9px !important;
        }
        
        #empresa p {
            padding: 0 13px !important;
        }
        
        #empresa .flecha {
            background-position: 248px 0px !important;
            padding: 10px 0 24px 11px !important;
        }
		#equipo .flecha {
            background-position: 218px 43px !important;
        }
        .margenizq{
            margin-left: 0px !important;
        }
        
        .fortiumnav &gt; ul &gt; li &gt; ul &gt; li {
            display: none !important;
        }
        #mainmenu {           
            margin: 0 auto 15px !important;
          
        }
        
        .cartcontainer{
        width: 300px !important;
        }
        
        #headercontainer .container {
        width: 300px !important;
        }
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		
		#menu{
			display: none;
		}
		/* forms css */
		
		#authentication #create-account_form fieldset, #authentication #login_form fieldset{ width: 420px; }
		
		.text input[type="file"]{ margin: 0px 0px 0px 0px !important;}
		.textarea textarea { margin: 0px 0px 0px 65px !important;}
		
		#security_informations { margin: 0px 0px 0px 65px !important;}
		.submit input[type="submit"]{ margin: 0px 0px 0px 65px !important;}
		.checkbox input[type="checkbox"]{ margin: 0px 0px 0px 65px !important;}
	
		
		.std input[type="password"]{ margin-left: 65px !important; }
	
		/*  general */
		
		.container .six.columns {
			width: 420px;
		}
		
		/*  footer  */
		
		.bottomproduct{
			margin-bottom: 20px;
		}
		
		#add_adress p.text input,
		#add_adress p.password input,
		#add_adress p.select input {
			margin-left: 22px;
			width: 360px;
		}
		#add_adress p.textarea textarea {
			margin-left: 22px;
			width: 360px;
		}
		#add_adress p.select select {
			margin: 0 auto;
		}
		.select{
			text-align: center;
		}
		
		/* front featured */
		
	.container &gt; .four.columns {
		width: 420px !important;
	}
	#foothold &gt; div {
		width: 200px !important;
		margin: 0;
		padding-bottom: 30px !important;
	}
	#foothold &gt; div &gt; div {
		width: 200px !important;
		padding: 0;
		margin: 0;
	}
	#footer .myaccount {
		margin-left: 0px  !important;
	}
	
	.ajax_block_product .four .columns{
		width: 191px;
	}
	
	
	.container .four.columns { width: 200px; margin: 0px !important;}
	.container .compareul .four.columns { margin: 10px 5px !important;}
	.container .featurescompare .four.columns { margin: 0px 5px 5px 5px !important;}
	
	
		.first_item { padding-right: 20px !important; }
		.last_item  { padding-left: 20px !important;}
 		
	#product_list &gt; .ajax_block_product{ 
		width: 400px; 
	}
	#product_list li{
		padding: 0 10px 10px 10px;
	}
	
	/* header */
	
	#searchbox{
		width: 420px;
        
	}
	.searchfield{
		width: 371px;
		margin: 0px;
	}
	
	#mainmenu{
		width: 420px;
	}
	#mainmenu li{
		width: 408px;
	}
	#mainmenu ul{
		width: 420px;
	}
	#mainmenu ul li{
		width: 420px;
	}
	
	.fortiumnav{
		width: 420px !important;
	}
	.fortiumnav ul{
		width: 420px !important;
	}
	.fortiumnav ul li{
		width: 420px !important;
	}
	#foothold &gt; #block_contact_infos {
		width: 420px !important;
	}
	
	#product_list &gt; .ajax_block_product {
		width: 185px;
	}
	
	.center_block .button{
			width: 161px !important;
			text-align: center;
		}
		
	.block_various_links ul li .last_item{ padding-left: 0px !important; }
	
	/* layered menu */
	
	#layered_form .color-option {
	display: none !important;
	}
    
    /*-------------a\F1adido laia -----------*/
    .margenizq .contenidos{
        width: 435px !important;
    }
    .cartcontainer{
        width: 420px !important;
    }
        
    #headercontainer .container {
        width: 420px !important;
    }
    /*.contenidos .contentEquipo{
        background: url("/../img/cms/equipo-small.png") no-repeat !important;
        width:420px !important; 
        padding-top: 223px !important;      
    }
    .contenidos p.encabezado0 {
        font-size: 2.18em !important;            
        line-height: 30px !important;            
    }         
    #acreditaciones .contenidos p.encabezado0 {
        font-size: 2.15em !important;
        padding-right: 0px !important;
    }        
    #equipo .contenidos p {
        padding: 0 0 0 20px !important;
    }       
    .contenidos img.imgEmpresa {
        width: 50% !important;
    }
    #equipo .contenidos .flecha {
        background-position: 325px 8px !important;
    }
    
    .margenizq{
            margin-left: 0px !important;
        }*/
        
      
    
    	
}

@media only screen and (max-width: 480px){
	.cart_navigation {
		text-align: center;
	}
	#menu{
		display: none;
	}
	.cart_total_tax{
		border: 1px solid #E9E9E9 !important;
	}
	#cart_title {
		font-size: 1.6em;
		text-align: center;
		margin-bottom: 8px;
	}
	.puntoBeneficios{
		margin: 110px 0 !important;
	}
	table#cart_summary .cart_product {
		width: 50%;
		text-align: center;
		display: none;
	}
	#cart_summary .cart_description{
		margin: 0;
		padding: 0;
	}
	#cart_summary .cart_description &gt; h5{
		font-size: 20px;
		text-align: left;
		line-height: 20px !important;
	}
	.cart_description h5 a{
		font-weight: 400 !important;
	}
	#cart_summary tr.cart_total_price{
		border: 0;
	}
	#cart_summary tr{
		padding-left: 0;
		padding-right: 0 !important;
	}
	#cart_summary .cart_total .price{
		text-align: left;
		width: 100%;
		display: block;
	}
	.cart_description h5 a{
		font-size: 20px;
	}
	table#cart_summary td.cart_total {
		font-weight: normal !important;
		width: 100%;
		text-align: right !important;
		padding: 8px 0 0 0 !important;
		margin: 0;
		display: block;
	}
	.metodosAceptadosTEXT{
		display: block;
	}
	.cart_delete{
		text-align: right !important;
	}
	/*#2_order_products{ width: 80%;}*/
	#pb-left-column h1.CourseName {
		font-size: 18px !important;
		line-height: 22px;
		font-weight: bold;
		color: black;
		/* border-bottom: 1px solid #D9DAD8; */
		padding-bottom: 22px;
		font-family: 'Open Sans', sans-serif;
		margin-top: -10px;
	}
	.tramitarPedidoBTN{
		float: none !important;

	}
	tfoot tr{ float: left; width: 100%;}
	.cart_total_price{ border: 1px solid #E9E9E9;}
	.cart_voucher{ display: none;}
	#total_price_container{ width: 300px !important;}
	
	.cart_total_tax td { width: 150px !important;}
	.cart_total_voucher { display: none;}
	.cart_total_voucher  { display: none;}
	.cart_total_delivery {display: none;}
	
	.featurescompare .four.columns { width: 55px !important; margin-bottom: 5px !important; }
	.featurescompare .four.columns strong { text-align: center; width: 100%; }
	.featurescompare .four.columns span { text-align: center; width: 100%; }
	
	.compare input{ display: none; }
	.compare label{ display: none; }

	.volverALaTienda{
		margin-bottom: 0;
		float: none !important;
		display: block;
	}
	.new_add_to_cart .on_sale_img{
		display: none;
	}
	.new_add_to_cart span.on_sale{
		display: none;
	}
	
}
.cart_total_price td{ width: 150px; }
#voucher { display: none;}

.compareimg-ie{
	display: none !important;
}
#product_comparison{
	margin-top: 60px;
}


#cursos-portada{
	margin-top:30px;
}

/* Item - Afegit a la pagina dels productes */


.cursos-portada a{
	font-size: 34px;
	color:white;
	width:80%;
	height:100%;
	margin-left:10%;
	margin-right:10%;	
	float:left;
	text-align:left;
	/* line-height:35px; */
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;

	/*
	margin-top:100px;
	margin-left:30px;
	margin-right:30px;
	*/
}




@media only screen and (max-width: 959px) {

	.cursos-portada{
		width: 100%;
		margin-right: 3%;
		float:left;
		margin-bottom: 10px;
		/*
		padding-top:110px;
		*/
	}

	.cursos-portada a{

		font-size: 24px;
		color:white;
		width:80%;
		height:100%;
		margin-left:10%;
		margin-right:10%;	
		float:left;
		text-align:left;
		line-height:35px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 100;
		/*
		margin-top:100px;
		margin-left:30px;
		margin-right:30px;
		*/

	}


	/*480*/
}

@media only screen and (min-width: 959px) {
	.cursos-portada{
		width: 30%;
		margin-right: 3%;
		float: left;
		height: 170px;
		margin-bottom: 40px;
		/*
		padding-top:110px;
		*/
	}
	.cursos-portada a{
		margin-top:45px;
		font-size: 34px;
		margin-left:10%;
		margin-right:10%;	
		float:left;
		text-align:left;
		line-height:35px;
		/*
		margin-top:100px;
		margin-left:30px;
		margin-right:30px;
		*/
	}
}

@media only screen and (min-width: 959px) and (max-width: 1260px) {
	.cursos-portada a, .cursos-portada a.tres_linies{
		font-size: 24px !important;
	}
}



.cursos-portada a.una_linia{
	color:white;
	width:80%;
	height:100%;
	margin-left:10%;
	margin-right:10%;	
	float:left;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}

.cursos-portada a.tres_linies{
	color:white;
	width:80%;
	height:100%;
	margin-left:10%;
	margin-right:10%;	
	float:left;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}


@media only screen and (min-width: 959px) {
	.cursos-portada a.una_linia{
		font-size: 34px;
		line-height:35px;
		margin-top:60px;
	}

	.cursos-portada a.tres_linies{
		font-size: 34px;
		line-height:35px;
		margin-top:30px;
	}
}


/*
@media only screen and (min-width: 768px) and (max-width: 959px) {
@media only screen and (min-width: 480px) and (max-width: 767px) {
*/


@media only screen and (min-width: 959px) {
	.subcats-item{
		width:23%; 
		margin-right:2%;
		float:left; 
		/*height:160px;*/
		margin-bottom: -15px;
	}
}

@media only screen and (max-width: 420px)  {
	.subcats-item{
		width:100%; 
		float:left; 
		/*height:160px;*/
		margin-bottom: -15px;
	}


}

@media only screen and (min-width: 420px) and (max-width: 959px) {
	.subcats-item{
		width:48%; 
		margin-right:1%;
		float:left; 
		/*height:160px;*/
		margin-bottom: -15px;
	}

}

.subcats-item a{

	width:100%;
	float:left;
}

.subcats-item a:hover{
	text-decoration:none;
	font-weight:bold;
}

.subcats-item a img{
	margin-bottom: 5px;
	width:100%;
}

.subcats-item a img:hover{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	z-index:99;

}


.subcats-item a h2{
	margin-left: 20px;
	/* Tony 09/11/2020 */
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	/*End Item*/
	height:20px;
	bottom: 63px;
	height:20px;
	padding: 15px 10px 20px 10px;
	position: relative;
	width:270px;
	z-index: 90;
	color:white;
	margin-left:0px;
	/*Modificat pel responsive*/
	width:90%;
	padding: 15px 5% 20px 5%;
	font-size: 100%;
	line-height: 14px;
	border: 0;
}

.subcats-item a h5{
	margin-left: 20px;
	/*Item*/
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	/*End Item*/


	height:20px;
	/*background-color:#278059;*/
	/*background-color: rgba(255, 102, 0, 0.75);*/
	/*bottom: 179px;*/
	bottom: 63px;
	height: auto;
	height:20px;
	padding: 15px 10px 20px 10px;
	position: relative;
	width:270px;
	z-index: 90;
	color:white;
	margin-left:0px;

	/*Modificat pel responsive*/
	width:90%;
	padding: 15px 5% 20px 5%;

}

/*
.subcat-administracion-gestion{
	background-color:rgba(130,104,151, 0.75);
}*/

.subcat-agraria{
	background-color:rgba(91, 167, 74, 0.75);
}

.subcat-comercio-marketing{
	background-color:rgba(192, 8, 31, 0.75);
}

.subcat-edificacion-obra-civil{
	background-color:rgba(70, 148, 157, 0.75);
}

.subcat-hosteleria-turismo{
	background-color:rgba(255, 102, 0, 0.75);
}

.subcat-imagen-personal{
	background-color:rgba(226, 0, 112, 0.75);
}

.subcat-imagen-sonido{
	background-color:rgba(153, 51, 102, 0.75);
}


.subcat-industria-alimentaria{
	background-color:rgba(255, 165, 0, 0.75);
}

.subcat-informatica-comunicaciones{
	background-color:rgba(126, 126, 126, 0.75);
}

.subcat-instalacion-mantenimiento{
	background-color:rgba(0, 117, 156, 0.75);
}

.subcat-quimica{
	background-color:rgba(188, 181, 148, 0.75);
}

.subcat-sanidad{
	background-color:rgba(0, 159, 238, 0.75);
}

.subcat-servicios-socioculturales{
	background-color:rgba(133, 200, 190, 0.75);
}

.subcat-textil-confeccion-piel{
	background-color:rgba(126, 126, 126, 0.75);
}

.subcat-artes-graficas{
	background-color:rgba(126, 126, 126, 0.75);
}

.subcat-transporte-mantenimiento{
	background-color:rgba(0, 56, 130, 0.75);
}

.subcat-energia-agua{
	background-color:rgba(126, 126, 126, 0.75);
}

.subcat-electricidad-electronica{
	background-color:rgba(126, 126, 126, 0.75);
}

.subcat-edificacion-obra-civil{
	background-color:rgba(70, 148, 157, 0.75);
}

.vimeo{
	/* Item */
	position:relative;
	/* End Item */
}
.vimeo {
    position: relative;
    height: auto;
    display: block;
    padding: 0;
}
.vimeo img{
	/*
	position:absolute; 
	top:0; 
	float:left;
	*/
	display: inline-block;
}

.vimeo .itembigplayvideo{
	z-index:90;
	margin-top: -650px; /* Al loro item */
}
.editable{
	font-size:18px;
}

.item_black_cover{
	/*
	width: 300px;
	height: 397px;
	position: absolute !important;
	background: rgba(0,0,0,0.2);
	float: left;
	bottom: 0;
	z-index: 90;
	*/

	width: 300px;
	height: 397px;
	background: rgba(0,0,0,0.2);
	margin-top: -400px;
	bottom: 0;
	z-index: 90;

}


.item-modalidad{
	width:85%;
	margin-left:0%;
	float:left;
	clear:both;

}

.item-modalidad-elem{
	width:100%;
	margin-right:1%;
	margin-left:4%;
	float:left;
	display:inline; 
	font-family: 'Open Sans', sans-serif;
	background-color:white;
	font-size:12px;
    line-height: 25px;

}

.item-modalidad-elem input{
    margin-right: 8px ;
}

/* Afegim el "borde" a les imatges de la secciÃ³ "imatges destacades" de la portada. */
/*#featured-products_block_center ul li a img{
	 border: 1px solid #ccc !important; 
	 Item, no el possem degut al responsive
	 width: 298px; 
}*/

#opc_new_account h2{
	margin-left:10px;

}


/* ITEM */
/*.cart_total_delivery, .cart_total_tax{
	 display:none; 
}*/




/*#opc_new_account form{


}*/

#opc_new_account form ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#opc_new_account form ul li{
	margin:0;
	/* Item */
	font-size: 1.3em;
	line-height: 1.3em;

}


#opc_account_choice .login-form input{
	width:50%;
}


/* Afegit per a fer el responsive del modul home featured de la portada*/

.home-featured-title-container{
	clear:both; 
	width:100%;
	display:block;
}

#sobreFooter{
	text-align: center;
	background: white;
	background-image: url('/buscador/imgs/logosentidades.jpeg');
	background-repeat: no-repeat;height: 116px;
	background-position: center;
}

.home-grid-container{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 15px;
	justify-items: center;
	align-items: center;
}

.home-grid-container .grid-item1 {
    background: #ececec;
    text-align: center;
    border: #a4a4a4 2px solid;
    width: 95%;
    height: 200px;
    box-shadow: 3px 3px 7px #9c9b9b;
}

#product_reference span.editable{
	font-size: 15px;
    font-family: open sans;
}
.product_reference{
	margin-top:5px; margin-bottom:2px; font-weight:bold;
}

#search_query_top:focus-visible{
	outline: 0;
}

.size100x100{
	width: 100% !important
}
.size100x100 #product_list{
	width: 100% !important
}
.size100x100 h1{
	margin-bottom: 7px;
}
.size100x100 h3{
	font-weight: normal;
}
.size100x100 h3.nbresult{
	margin: 0px 0 10px 0 !important;
}

/*
@media only screen and (min-width: 768px) and (max-width: 959px) {
@media only screen and (min-width: 480px) and (max-width: 767px) {
*/


@media only screen and (min-width: 1280px) {
	.home-featured-title-container span{
		width:100%; 
		float: left; 
		margin-right:3%; 
		margin-top:10px;
	}

	.home-featured-price-container{	
		float:left; 
		width:27%;
	}
}


@media only screen and (min-width: 959px) and (max-width: 1280px){
	/*.home-featured-title-container span{
	}*/
	
}

@media only screen and (max-width: 959px) {

	.home-featured-title-container span{
		width:100%; 
		/* float: left; */
		display:block;
		margin-right:3%; 
		margin-top:10px;
	}

	.home-featured-price-container{	
		display:block;
		width:100%;
	}
}

@media only screen and (min-width: 959px) {

	.responsive-br{
		clear:both;
	}
}

@media only screen and (max-width: 1000px) {
	#sobreFooter{
		background-size: contain;
		height: 250px;
	}
}
@media only screen and (max-width: 620px) {
	#sobreFooter{
		background-image: url('/buscador/imgs/logosentidades_mov.jpeg');
		height: 250px;
	}
	table#cart_summary .cart_description {
		/* Item */
		width:100%;
		/* End Item */
	}
}


#slides_portada_item img{
	width:100% !important;
}

.cartcontainer{
	display: none !important;
}

/*landing page foap193*/

/*stickylogo itemformacion*/
/* Imagen inicialmente oculta */
.stickyIMGLogo {
    opacity: 0;
    transform: translateX(-40px);
    margin-left: -160px !important; 
    transition: opacity 0.3s ease, transform 0.3s ease, margin-left 0.9s ease;
}

/* Imagen visible cuando el contenedor es sticky */
/* Estilo para hacer visible la imagen */
.stickyIMGLogo.visible {
        opacity: 1;
        transform: translateX(0);
        margin-left: 30px !important;
}
</pre></body></html>