/*
	PrestaShop CSS
	18 used colors: 
	10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4
	4 fushias: #f6dce8 #dd2a81 #971d58 #5d0630
	2 yellows: #f8e1a0 #f9e400
	1 green: #488c40
	1 red: #da0f00
*/

* {
	padding: 0;
	margin: 0
}
body {
	background:  url('../img/background.png');
	font-size: 12px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #363636;
	text-align: center
}

/* Useful */
.align_center { text-align: center }
.align_right { text-align: right }
.middle { vertical-align: middle }
.align_justify { text-align: justify }
.uppercase { text-transform: uppercase }
.hidden, .collapsed, .block_hidden_only_for_screen { display: none }
.wrap { white-space: normal }
.bold { font-weight: bold }
.strike { text-decoration: line-through }
.italic { font-style: italic }
.top { vertical-align: top }
.span_link { cursor: pointer }
.span_link:hover { text-decoration: underline }
.clear { clear: both }
br.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0
}
noscript ul { list-style-type: none; background: black; color: white; padding: 10px; border: 1px solid gray }
/* new clearfix */
.clearfix:after { 
	clear: both; 
	display: block; 
	height: 0; 
	font-size: 0; 
	visibility: hidden; 
	content: "."; 
}
* html .clearfix { zoom: 1 }
*:first-child+html .clearfix { zoom: 1 }

/* Footer links */
.footer_links {
	list-style-type: none;
	clear: both;
	height: 2em;
	margin-top: 2em
}
.footer_links li {
	float: left;
	margin-right: 2em;
	height: 2em
}
.footer_links a { text-decoration: none }
.footer_links a:hover { color: black }
.footer_links img.icon { vertical-align: -2px }

/* transfert effect*/
.transferProduct { border: 2px solid #888 }

/* simple list inline */
.inline_list { list-style-type: none; margin-top: 1em }
.inline_list li { float: left; text-align: center }
.inline_list img { display: block }
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left
}

/* Category tree (i.e. in sitemap) */
div.tree_top {
	background: url('../img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left: 24px;
	padding-bottom: 5px;
	padding-top: 3px
}
ul.tree, ul.tree ul { list-style-type: none }
ul.tree li {
	padding-left: 1.2em;
	border-left: 1px gray dotted;
	background: url(../img/sitemap-horizontal.png) no-repeat left 10px;
	margin-left: 1em
}
ul.tree a { padding-left: 0.2em }
ul.tree a.selected { font-weight: bold }
ul.tree li.last {
	background: url(../img/sitemap-last.gif) no-repeat -12px -2px;
	border: none
}
span.grower { cursor: pointer }

/* Tabs */
.idTabs {
	list-style-type: none;
	border-bottom: solid 1px #76839b;
	height: 21px;
	margin-top: 1em
}
ul.idTabs li {
	float: left;
	margin-right: 1px
}
.idTabs a {
	background-image: url('../img/tab_bg.jpg');
	display: block;
	width: 173px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	color: #374853
}
.idTabs .selected {
	background-image: url('../img/tab_bg_selected.jpg');
	color: white
}

/* IdTabs Short*/
.idTabsShort a {
	background-image: url('../img/tab_bg_short.jpg');
	width: 138px
}
.idTabsShort .selected {
	background-image: url('../img/tab_bg_selected_short.jpg');
	color: white
}
div.sheets {
	clear: both;
	padding: 1em
}
#more_info_sheets li {
	background-position: 6px 4px;
	margin-bottom: 0.4em 
}

/* global style */
a {
	color: #5d717e;
	text-decoration: underline;
	outline: none
}
a:hover { text-decoration: none }
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1 {
	font-size: 1.1em;
	line-height: 1.6em;
	padding-left: 0.5em;
	margin: 0.5em 0;
	font-weight: bold;
	color: #374853;
	background: transparent url('../img/title_bg.png') no-repeat top left;
	height: 21px
}
h1 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h2 {
	font-size: 1.1em;
	line-height: 1.6em;
	padding-left: 0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #374853;
	background: transparent url('../img/title_bg.png') no-repeat top left;
	height: 21px
}
h2 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h3 { font-size: 1.1em; margin: 1em 0 }
h4 { font-size: 1em }

/* global layout */
#page {
	width: 980px;
	margin: 0 auto 2px auto;
	text-align: left
}
#header_logo {
	float: left;
	width: 85px;
	display: block;
	margin-left:25px;
}
img.logo {
	float: left;
	margin-top: 37px;
	font-size: 2em;
	font-weight: bold
}

#header_right {
	float: left;
	margin-bottom: 15px;
	width: 88%;
	text-align: right
}
#left_column, #center_column, #right_column { float: left }
#left_column {
        *display:none;
	clear: left;
	width: 220px;
	margin-right: 20px;
}
#columns{ margin: 0 0 30px 0; display:inline-block;}
#center_column {
	width: 700px;
	/*margin: 0 0 30px 0;*/
}
#old_center_column { display: none }

.ac_results_instant {
	display: none;
	visibility: hidden
}
#instant_search_results a.close {
	background: url("../img/nav-logout.gif") no-repeat scroll right 2px transparent;
	float: right;
	margin-right: 7px;
	padding-right: 21px;
	text-transform: none
}
#right_column {
	width: 220px;
	margin-left: 20px;
	overflow: hidden;
	margin-top:38px;
}
#right_column.index {
	width: 310px;
	margin-left: 10px;
	overflow: hidden;
	margin-top:20px;
}
#category #right_column {
	width: 220px;
	margin-left: 20px;
	overflow: hidden;
	margin-top:170px;
}

/* global RTE fields */
.rte,
 .mceContentBody {
	text-align: left;
	background: white;
	color: #363636
}
body.mceContentBody {
	margin: 9px 6px;
	width: 556px
}
.rte html,.rte div,.rte span,.rte applet,.rte object,.rte iframe,.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,.rte p,.rte blockquote,.rte pre,.rte a,.rte abbr,.rte acronym,.rte address,.rte big,.rte cite,.rte code,.rte del, .rte dfn, .rte em,.rte font,.rte img,.rte ins,.rte kbd,.rte q,.rte s,.rte samp,.rte small,.rte strike,.rte strong,.rte sub,.rte sup,.rte tt,.rte var,.rte dl,.rte dt,.rte dd,.rte ol,.rte ul,.rte li,.rte fieldset,.rte form,.rte label,.rte legend,.rte table,.rte caption,.rte tbody,.rte tfoot,.rte thead,.rte tr, .rte th,.rte td,
.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre, .mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code, .mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp, .mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var, .mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li, .mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend, .mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,
 .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853
}
.rte h1,
 .mceContentBody h1 {
	font-size: 25px;
	font-weight: bold;
	background: inherit
}
.rte h2,
 .mceContentBody h2 {
	font-size: 20px;
	background: none;
	text-transform: none;
	height: auto
}
.rte h3, .mceContentBody h3 { font-size: 16px }
.rte h4, .mceContentBody h4 { font-size: 14px }
.rte h5,.mceContentBody h5 { font-size: 12px }
.rte h6, div.rte h6 { font-size: 8px }
.rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { padding-left: 2em }
.rte ul, .mceContentBody ul {
	list-style-type: square;
	margin-left: 10px
}
.rte strong, .mceContentBody strong { font-weight: bold }
.rte em, .mceContentBody em { font-style: italic }

/* tables still need 'cellspacing="0"' in the markup */
.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width: auto
}
.rte caption, .rte th, .rte td, .rte table,
 .mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background: none;
	height: inherit;
	border: 1px #e5e6e7 solid;
	text-align: center
}
.rte th, .mceContentBody th {
	padding-left: 1em;
	padding-right: 1em;
	background: #e5e6e7
}
#center_column .rte p, 
 .mceContentBody p { padding-left: 0; margin: 0.5em 0 }
.rte ol, .mceContentBody ol {
	list-style-type: decimal;
	margin-left: 10px
} 

/* /global RTE fields */

/* global table style */
div.table_block {
	/*background: transparent url('../img/table_footer.gif') no-repeat bottom left;*/
	padding-bottom: 6px;
	margin: 0 auto 2em;
	/*width: 541px;*/
}
.std {font-size: 11px;}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%
}
/*class table.std */
.std td,.std th { padding: 0.4em 0.5em }
.std th { white-space: nowrap }
.std tr.item td,.std .item th { background-color: white }
.std tr.alternate_item td,
.std tr.alternate_item th { background-color: #f1f2f4 }
.std tbody td,.std tfoot td { border-top: 1px solid #bdc2c9 }
.std thead th {
	background-color: transparent;
	height: 24px;
	color: #374853;
	font-weight: bold;
	text-align: left;
	white-space: nowrap
}
.std th.first_item { background-position: top left }
.std th.last_item { background-position: top right }
.std th.item { background-position: -5px 0 }
.std tfoot td {
	color: #374853;
	text-align: right;
	white-space: nowrap
}

/* /global table style */

/* global form style */
form.std { clear: both }
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0
}
form.std fieldset {
	border: 0;
	background: #f3f3f3;
}
form.std legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%
}
form.std p span.like_input {
	width: auto;
	margin-left: 0.7em
}
input, textarea, select, span.editable {
	/*margin-left: 0.7em;*/
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	outline: none
}
input, textarea, select { border: 1px solid #bdc2c9 }
input.text {
	height: 18px;
	padding-left: 2px;
	padding-right: 2px
}
.checkbox input, .radio input { border: none }
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: left;
	text-align: left
}
.required sup { color: #da0f00 }
form.std p.checkbox { padding-left: 30% }
form.std p.submit {
	padding-left: 31%!important;
	margin-bottom: 1.5em
}
#center_column form.std p.submit2 {
	padding-left: 170px;
	margin-bottom: 1.5em
}

/* START OF BUTTONS SECTION
 * -tags: input, a, span
 * -sizes: mini, small, normal, large
 * -types: button, exlusive
 * -status: normal, hover, disabled
 * -rule: the span.button is a a.button disabled
*/

/* global button */
.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 {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color: black!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px
}

/* 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 {
	background-position: left -18px
}

/* 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
}

/* 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, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 120px;
	background-image: url('../img/button-medium.png')
}
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') }

/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display: none }

/* generic style */
ul.bullet li, .block ul.bullet li, li.bullet {
	padding-left: 2em;
	background: transparent url('../img/bullet.gif') no-repeat 6px 6px;
	list-style-type: none
}

.price-discount { text-decoration: line-through }
.price-pretax { color: gray }
.price-ecotax { color: #488c40 }
img.icon { margin-right: 0.5em; vertical-align: middle }
.weight-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.volume-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.unity-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.price, .price-shipping, .price-wrapping {
	color: #da0f00;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap
}

/* errors */
.error {
	width: 90%;
	color: #ff0000;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em;
        clear:left;
        text-align:center;
}
.error p { font-weight: bold }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em
}

/* warning */
.warning {
	color: black;
	font-size: 1.2em;
	background-color: #F8E1A0;
	border: 1px dashed #F9E400;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 0.6em 1em
}
.warning_inline {
	color: #da0f00;
	font-weight: bold
}

/* success */
.success {
	color: green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em
}
.success_inline {
	color: green;
	font-weight: bold
}

/* breadcrumb.tpl */
.breadcrumb {
	font-size: 1em;
        font-weight: bold;
        color: #015c67;
        margin-top: 5px;
        margin-bottom:10px;
}
.breadcrumb .navigation-pipe { padding: 0 0.6em; color: grey; }
.breadcrumb a {
	text-decoration: none;
        color: grey;
        font-weight: normal;
}
.breadcrumb a:hover { text-decoration: underline }
.breadcrumb #home { vertical-align: middle;
margin-bottom: 3px; }
.breadcrumb span.without-link {
	color: grey;
        font-weight: normal;
}

/* pagination.tpl */
div.pagination { padding: 10px 0px; float:right }
ul.pagination {
	list-style: none;
	float: left
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: bold;
	color: #374853
}
ul.pagination a, ul.pagination span {
	padding: 0em 0.4em;
	display: block;
	line-height: 25px;
	background: #dcdcdc;
        color:#1e6278;
}
ul.pagination a { text-decoration: none }
ul.pagination a:hover { text-decoration: underline }
ul.pagination .current span {
	background-color: transparent;
	color: black;
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none
}
ul.pagination li.truncate_de {
	padding: 0.4em 0.6em;
	background: none
}
#pagination_next {
        margin-right: 0px;
}
#pagination_next a, #pagination_next span {
	background-color:#a5a5a5;
        border: none;
	line-height: 23px;
        margin-left: 7px;
}
#pagination_next a:hover, #pagination_next span:hover {
	background-color:#1e6278;
        border: none;
	line-height: 23px;
}
#pagination_previous a, #pagination_previous span {
        background: transparent url('../img/pagination_previous.png') no-repeat 0px 6px;
        border: none;
	line-height: 23px;
        height: 23px;
        margin-right: 5px;
        margin-top: 1px;
}
#pagination_first a, #pagination_first span {
        background: transparent url('../img/pagination_first.png') no-repeat 0px 6px;
        border: none;
	line-height: 23px;
        height: 23px;
        width: 1px;
        margin-right: 5px;
        margin-top: 1px;
}
#pagination_previous a:hover, #pagination_first a:hover {
        background-position: 0px -12px;
}
#pagination_next img {
	margin-top: 7px;
        padding: 0px 4px 0px 5px;
}
li.disabled span {
	color: #888;
	background-color: #f1f2f4
}
form.pagination { text-align: right }
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float: right;
	margin-left: 0.3em
}
form.pagination select { float: right }
form.pagination select option {
	font-size: 0.9em;
	padding-right: 1em
}
form.pagination input { float: right }

/* steps (like order step) */
ul.step {
	list-style: none;
	margin: 2em auto 2em;
	height: 40px;
	background: transparent url('../img/steps.gif') repeat-x bottom left;
	/*width: 465px;*/
}
ul.step li {
    color:#d3d2d2;
    font-size: 15px;
	height: 40px;
	float: left;
	text-align: center;
	font-weight: bold;
        margin-top:5px;
}
ul.step li.step_current {
    color:#1e6278;
    font-size: 26px;
	background: transparent url('../img/step_current.png') no-repeat bottom center;
	font-weight: bold;
        margin-top:-6px;
        height:46px
}
ul.step li.separator {
    color:#d3d2d2;
    font-size: 18px;
    padding:0px 10px;
	font-weight: bold;
        margin-top:3px;
}
ul.step li.step_done a {
    text-decoration: none;
}
ul.step li#step_end { width: 40px }
ul.step li#step_end.step_current { background: transparent url('../img/step_end_current.gif') no-repeat bottom left }
ul#order_step { background-color: white }

/* product-sort.tpl */
#productsSortForm p {
	height: 1em;
	margin: 0.5em 0 0 0
}
#productsSortForm label, #productsSortForm select { left: 655px; bottom: 85px; position: relative; }
#productsSortForm select { font-size: 1em }

/* Header */
#header{ background:url("../img/menu.png") no-repeat scroll center center transparent; width:980px; height:159px; }
#header_right ul { list-style: none }
#header_right form {
	border: none;
	margin-bottom: 0!important;
	display: inline
}
#header_right label {
	margin: 0;
	float: none
}
div.header_center {
	margin-top:-25px;
}

/* Footer */
#footer {
	border-top: none !important;
	padding:15px;
	clear: both;
	background:url("../img/footer-bg2.png") no-repeat scroll center top transparent;
	width:950px;
	height:149px;
	margin-bottom:15px;
}
#footer #credits {float: left; padding: 60px 0px; clear: both;}
#footer #clivis_music {float: right; padding: 60px 30px;}

/* Default block style */
div.block h4 a { color: #374853 }
div.block ul { list-style: none }
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside
}
div.block a {
	color: #595a5e;
	text-decoration: none
}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {
	background: transparent url('../img/block_exclusive_footer.jpg') no-repeat bottom left
}
div.exclusive h4 {
	background: transparent url('../img/block_header_exclusive.png') no-repeat top left;
	color: white
}
div.exclusive h4 a { color: white }
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a { color: white }
div.exclusive .block_content {
	background: #bdc2c9 url('../img/block_exclusive_bg.jpg') repeat-x bottom left;
	border-left: 1px solid #595a5e;
	border-right: 1px solid #595a5e
}

/* block in the center column */
#center_column p { margin: 0.5em 0; padding-left: 0.7em }
#center_column div.block { width: 536px; margin: auto }
#center_column div.block h4 {
	background: transparent url('../img/block_header_large.png') no-repeat top left;
	height: 17px;
	color: white
}
#center_column #featured-products_block_center h4 {
	margin-bottom:2px
}

/* Styles for products blocks */

/* block products (new, features, viewed, etc...) on left and right column */
.products_block ul{ list-style: none; text-decoration: none; }

.products_block li { margin-top: 0.2em }
.products_block li.item img { margin-right: 5px }
.products_block li.last_item { border: none }
.products_block li img {
	float: left;
	margin-right: 0.2em
}
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em
}
.products_block li h5 {
	display: inline;
	font-size: 0.9em
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em
}
.products_block dl {
	clear: both;
	border-top: 1px solid #374853;
	padding: 0 4px 4px
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #595a5e
}
.products_block a.button_large { margin: 0.4em 0.4em 0 0.4em }
.products_block ul.product_images li {
	border: none;
	float: left;
	clear: none
}

/* Special style for block products in center column */
#center_column .products_block { border: none }
#center_column .products_block { color: #595a5e }
#center_column .products_block h4 { line-height: 1.3em }
#center_column .products_block .block_content {
	background: #d0d3d8 none;
	padding: 0
}
#center_column .products_block ul li:hover { background-color: #f5fff0 }
#center_column .products_block ul li {
	float: left;
	background-color: #d0d3d8;
	margin-top: 0;
	padding: 0 0 1px;
	width: 133px;
	border-right: 1px solid white;
	border-bottom: 1px solid white
}
#center_column .products_block ul .product_accessories_description {
	margin: 0;
	padding: 0;
	height: 280px
}

/*#center_column .products_block li.last_item { float: none; clear: both }*/
#center_column .products_block li.last_item_of_line { border-right: none }
#center_column .products_block li.first_item_of_line { clear: both }
#center_column .products_block li.last_line { border-bottom: none }
#center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em }
#center_column div.products_block h5 {
	display: block;
	margin-top: 8px;
	height: 2.57em
}
#center_column div.products_block h5 a {
	color: #374853;
	font-size: 1.1em
}
#center_column div.products_block ul li p {
	margin: 0;
	padding: 0
}
#center_column div.products_block div.product_desc {
	height: 9em;
	color: #595a5e;
	overflow: hidden
}
#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;
	margin-bottom: 2px;
	margin-left: 2px;
	width: 129px;
	height: 129px
}
#center_column div.products_block .product_accessories_description a.product_image {
	width: 118px;
	height: 85px
}
#center_column div.products_block a.product_description {
	display: block;
	width: 118px;
	height: 50px;
	margin-left: 2px;
	margin-bottom: 8px;
	overflow:hidden
}

#center_column div.products_block a.product_image img {
	float: none;
	margin: 0
}
#center_column div.products_block h5 { margin: 10px 5px 3px 5px }
#center_column div.products_block div.product_desc { margin: 0 5px }
#center_column div.products_block ul li div.product_desc a { font-weight: normal }
#center_column .products_block span.price {
	text-align: center;
	font-size: 1.5em;
	padding: 0.5em 0;
	/*display: block;*/
}
p.price_container { text-align: center }
#center_column .products_block .featured_price { margin-top: 2.5em }
#center_column .products_block a.button,
 #center_column .products_block a.exclusive,
  #center_column .products_block span.exclusive { margin: 0.5em auto }

/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content { background: none }
#center_column div.products_block.accessories_block div.product_desc { 
	margin-right: 0;
	height: 150px; 
	border-right: 1px solid #d0d3d8 
}
#center_column .products_block.accessories_block .block_content li { background: none; text-align: center }
#center_column .products_block.accessories_block .block_content li h5,
 #center_column .products_block.accessories_block .block_content li a.product_description { text-align:left }
 #center_column #more_info_sheets .product_accessories_description {
    height: 315px;
    margin-bottom: 14px;
 }
 #center_column #more_info_sheets .product_accessories_description:hover {
    background-color: #FFFFFF;
 }
 #center_column #more_info_sheets .product_desc {
    height: 190px;
    margin-top: 16px;
    text-align: left;
 }
 #center_column #more_info_sheets .product_image {
    text-align: center;
 }
 #center_column #more_info_sheets .product_description {
    height: 80px;
 }

#center_column div.products_block div.product_desc { margin: 0 5px }

/* discount.tpl */
td.discount_value { white-space: nowrap }

/* address.tpl */
p.address_navigation { 
	padding: padding: 1em 0!important;
	margin-bottom: 1.5em
}
p.address_navigation a.button { float: left }
p.address_navigation input[type=submit].button { float: right }

/* shopping cart */
.cart_last_product { 
	width: 300px;
	margin: 0 auto 12px
}
.cart_last_product_header,
.cart_last_product_header .left {
	background: url('../img/table_header.gif') right 0;
}
.cart_last_product_header .left {
	background-color:#fff;
	background-position:0 0;
	margin-bottom:5px;
	padding-left: 27px;
	width: 249px;
	height: 24px;
	line-height: 24px;
	color: #374853;
	font-weight: bold
}
.cart_last_product_img { float:left }
.cart_last_product_img img {
	margin:0 6px;
	border:1px solid #D0D1D5;
	width: 45px;
	height: 45px
}
 .cart_last_product_content { 
	float:right; 
	width:241px 
}
.cart_last_product_content a { text-decoration:none }
.cart_last_product_content h5 { font-size:9px }
.cart_last_product_content h5 a { color:#595A5E }

.cart_navigation { padding: 3em 0 1em 0!important }
.cart_navigation .button,
.cart_navigation .button_large { float: left }
.cart_navigation .exclusive,
.cart_navigation .exclusive_large,
.cart_navigation .exclusive_large_disabled { float: right }
.cart_navigation_extra {
	text-align: center;
	width: auto
}
form.std .cart_navigation span {
	float: none;
	text-align: left;
	width: auto
}
#cart_summary tfoot td {
	border-top: none;
	line-height: 1.5em
}
#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #bdc2c9 }
#cart_summary tfoot tr.cart_total_price td { /*border-bottom: 2px solid #bdc2c9*/ }
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none
}
#cart_summary .pages {
	font-weight:normal;
}
#cart_summary .price .price_without_reduction {
	text-decoration: line-through;
}
#cart_summary .price .price_with_reduction {
	color: #595A5E;
}
#cart_summary .price .reduction_type {
	font-weight:normal;
}
tr.cart_item td { padding: 0.5em 0 }
td.cart_product a { margin: 0 0.6em }
td.cart_product a img {	border: 0;}
td.cart_description a { text-decoration: none }
td.cart_description a:hover { text-decoration: underline }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right }
td.cart_availability, td.cart_ref { text-align: center }
td.cart_total .price { font-weight: bold }
tr.cart_item td.cart_unit { padding-right: 1em }
td.cart_quantity {
	width: 7.5em;
	text-align: right
}
.cart_quantity_input { float: right; margin: 5px 10px 0 0; }
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline
}
td.cart_quantity p { padding-right: 0.3em }
td.cart_quantity .icon { margin-top: 0.6em }
td.cart_quantity a.cart_quantity_up,
 td.cart_quantity a.cart_quantity_down { display: block }
tr.cart_free_shipping { white-space: normal }
tr.cart_total_price { font-weight: bold }
#order tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order #voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em
}
#order form#voucher fieldset #display_cart_vouchers {
	margin-top:35px;
	clear:both;
	float:left;
}
#order form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#ff2a00;
	font-weight:bold;
	cursor:pointer;
}
#order form#voucher h4 {
	float: left;
}
#order form#voucher p#input_voucher {
	float: left;
        clear: left;
        padding: 0;
}
#order form#voucher p#submit_voucher {
	float: left;
}
#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em
}
#order #order_carrier h4 {
	width: 50%;
	display: inline
}
#order #order_carrier img { vertical-align: middle }
#order #order_carrier span { margin: 0 0.2em }
#order #gift_div { display: none }
#order #gift_div label, #order #gift_div textarea {
	display: block;
	width: 100%;
	margin: 1em 0
}

/*facturacio*/
#order p#introduction{
    width: 300px;
    padding: 40px 80px;
}
#order ul#address_invoice{
    list-style: none;
    line-height: 20px;
    padding: 0px 80px 40px 80px;
}
#order ul#address_invoice li.address_title{
    font-size: 16px;
    color: #1e6278;
    margin-bottom: 15px;
}
#order ul#address_invoice li.address_update{
    margin-top: 15px;
}
#order ul#address_invoice li.address_update a{
    text-decoration: none;
    color: #1e6278;
    font-weight: bold;
}

#order-opc tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order-opc tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order-opc #voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em
}
#order-opc form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#order-opc form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#DD2A81;
	font-weight:bold;
	cursor:pointer;
}
#order-opc form#voucher h4,
 #order-opc form#voucher p,
 #order-opc form#voucher .button { display: inline }
#order-opc form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em
}
#order-opc #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em
}
#order-opc #order_carrier h4 {
	width: 50%;
	display: inline
}
#order-opc #order_carrier img { vertical-align: middle }
#order-opc #order_carrier span { margin: 0 0.2em }
#order-opc #gift_div label, #order #gift_div textarea {
	display: block;
	width: 100%;
	margin: 1em 0
}

/* views block */
#views_block {
	margin: 0 auto;
	width: 290px
}
#thumbs_list {
	overflow: hidden;
	float: left;
	width: 255px
}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin-right: 5px
}
#view_scroll_left, #view_scroll_right {
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 30px;
	padding-right: 4px;
	padding-left: 4px
}
#view_scroll_right { background-image: url('../img/thumbs_right.gif') }
span.view_scroll_spacer {
	float: left;
	width: 17px;
	height: 80px
}

/* manufacturers-list.tpl && suppliers-list.tpl */
#manufacturers_list, #suppliers_list {
	margin-top: 5em;
	list-style-type: none
}
#suppliers_list li.item, #manufacturers_list li.item,
#suppliers_list li.first_item, #manufacturers_list li.first_item,
#suppliers_list li.last_item, #manufacturers_list li.last_item {
	width: 275px;
        height: 280px;
        float: left;
        padding: 20px 20px 0px 15px;
}
#suppliers_list  li:hover, #manufacturers_list  li:hover{ background: #F5FFF0 !important }
#suppliers_list li a, #manufacturers_list li a{
	text-decoration: none;
}

#suppliers_list .logo, #manufacturers_list .logo {
	float: left;
	margin: 0px 15px 15px 0px;
}

#suppliers_list h3.name, #manufacturers_list h3.name {
        margin: 0px;
        font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
        font-style: italic;
        font-size: 13px;
}
#suppliers_list h3.name a, #manufacturers_list h3.name a {
	color: #2d6c81
}

#suppliers_list div.description, #manufacturers_list div.description {
    margin: 40px 0px;
    height: 70px;
}
#suppliers_list div.description p, #manufacturers_list div.description p {
    color: #363636;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
#suppliers_list div.description a, #manufacturers_list div.description a {
    color: #0485fd;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#suppliers_list p.products, #manufacturers_list p.products {
	font-size: 13px;
        font-weight: bold;
	color: #FF0000 !important;
}
#suppliers_list p.products a, #manufacturers_list p.products a{
	color: #FF0000;
}

#suppliers_list li a.button,
#manufacturers_list li a.button { 
    background-image: url('../img/button-little.png');
    background-position: 0px 0px;
    width: 143px;
    height: 25px;
    color: white !important;
    padding-top: 3px;
    font-size: 12px !important;
    font-weight: normal;
}

#supplier #clear, #manufacturer #clear { clear:both }

/* conditions & legal */
ul.shop_info {
	list-style-type: square!important;
	list-style-position: inside;
	padding: 0.6em;
	margin-top: 0.6em;
	margin-left: 2em;
	border: 1px solid #888
}
ul.shop_info li {
	padding-left: 0.5em!important;
	padding-bottom: 0.5em!important
}

/* conditions.tpl */
#conditions #right_column { display: none }
#conditions h2 { background: transparent url('../img/title_bg_large.gif') no-repeat top left }
#conditions #center_column {
	width: 730px;
	text-align: justify
}
#conditions #center_column ul,
 #conditions #center_column ol {
	margin-left: 2em;
	padding: 0.6em
}
#conditions #center_column ul { list-style-type: circle }
#conditions #center_column li { padding-bottom: 0.5em }
#conditions #center_column { line-height: 1.3em }

/* order step 3: PAYMENT */
.payment_module { display: block }
.payment_module img {
	vertical-align: middle;
	margin-right: 1em
}
.payment_module a {
	display: block;
	border: 1px solid #595a5e;
	padding: 0.6em;
	text-decoration: none
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border: 1px solid #488c40;
	background-color: #e5e6e7;
	color: #374853
}

/* Printable version */
@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display: none
	}
	div#center_column { width: 100% }
	input.text { border: 1px solid gray }
	.block_hidden_only_for_screen { 
		display: block; 
		margin-top: 1em 
	}
	#more_info_sheets #idTab1 { width: 530px }
	* { 
		background: none!important; 
		background-color: white!important; 
	}
}

/* Customizable product */
#customization_block { width: 556px }
.customization_block_title { margin: 4px 4px 4px 2px }
#customization_block ul { margin: 6px 6px 0 6px }
.customization_block_input { vertical-align: inherit }
img.customization_delete_icon { margin: 2px }
li.customizationUploadLine {
	text-align: right;
	margin-right: 40px;
	clear: left;
	padding: 4px;
	display: block
}
div.customizationUploadBrowse { float: left }
div.customizationUploadBrowseDescription { padding: 6px }
img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888
}
ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px
}
ul.customizationUploaded li { display: inline }
ul.customizationUploaded a { text-decoration: none }
div.customizationUploaded { clear: left }
div.deletePictureUploaded { float: right }
div.deleteCustomizableProduct { float: right }
ul.typedText {
	padding-left: 6px;
	list-style-type: none
}
/* mywishlist */
#mywishlist div#block-order-detail form.wl_send fieldset p input { margin-left: 60px }
#mywishlist div#block-order-detail {
	margin-top: 10px; 
	display: block
}
#mywishlist form.std fieldset label { width: 30px }
#mywishlist form.std fieldset input#submitWishlist { display: inline }
#mywishlist table.std thead th.mywishlist_first {
	text-align: center;
	width: 40px
}
#mywishlist table.std thead th.mywishlist_second {
	text-align: center;
	width: 80px
}
#mywishlist table.std thead th.first_item,
#mywishlist table.std tbody tr td { width: 200px }
#mywishlist div#block-order-detail ul li span.wishlist_product_detail select { margin: 0 }
#mywishlist div#block-order-detail { margin-top: 10px }
#mywishlist #hideBoughtProducts,
#mywishlist #showBoughtProducts {
	float: left;
	margin: -18px 0 0 5px
}
#mywishlist #showBoughtProducts,
#mywishlist #hideBoughtProductsInfos,
#mywishlist #hideSendWishlist { display: none }
#mywishlist #showBoughtProductsInfos,
#mywishlist #hideBoughtProductsInfos { margin-left: 5px }
#mywishlist #showSendWishlist,
#mywishlist #hideSendWishlist,
#mywishlist div#block-order-detail ul li a.exclusive {
	float: right;
	margin: -18px 0 0 0
}
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th { text-align: center }
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item { width: 300px }
#mywishlist div#block-order-detail table.wlp_bought_infos { margin: 0 0 0 10px }
#mywishlist div#block-order-detail ul li img { float: left }

/* View wishlish */
#view_wishlist #featured-products_block_center ul div li a img { float: left }
#view_wishlist #featured-products_block_center ul div li a,
 #view_wishlist #featured-products_block_center ul div li span {
	text-decoration: none;
	float: left
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail,
 div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-left: 30px;
	float: left
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail { margin-bottom: 5px } 
#view_wishlist #featured-products_block_center ul div li a.exclusive,
 #view_wishlist #featured-products_block_center ul div li span.exclusive {
	margin-left: 55px
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	border: 0
}

/* module reversoform*/
.account_creation #reverso-form { width: 100% }
.account_creation #reverso-form label {
	width: 250px;
	text-align: left;
	margin-left: 10px
}
.account_creation #reverso-form label#legend_reverso {
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: left
}
.account_creation #reverso-form input#reverso_form { margin-top: 20px }

/* module productcomments */
.rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px }
.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
}
.confirmation { 
	color: #808000; 
	font-weight: bold 
}
#page .rte { background: transparent none repeat scroll 0 0 }

/* module paypalapi */
.paypalapi_about { text-align: justify }
.paypalapi_about ul { padding-left: 20px }

/* cms pages */
#cms div.content_only { 
	text-align: left; 
	padding: 10px 
}
.live_edit_feed_back_ok {
    color: #374853; 
    background-color: #DFFAD3; 
    padding: 4px; 
    border: 2px solid #72CB67
}
.live_edit_feed_back_ko {
    color: #374853; 
    background-color: #FAE2E3; 
    padding: 4px; 
    border: 2px solid #EC9B9B
}
.add_module_live_edit {
    background-color: #F1F2F4; 
    padding: 4px; 
    border: 2px solid #D0D3D8;
}

#header_right #permanent_links_header{ width: 574px; }
#header_right .sf-contener{ clear:none; float:none; margin:0px; width:auto;}
#header_right .sf-contener ul{
    display: inline-block;
    float: left;
    margin-left: 30px;
    margin-right: 21px;
    margin-top: 43px;
    padding: 0 !important;
}
#header_right .sf-contener ul li{ display:inline-block; float:left !important; }

#header_right .sf-contener ul li a{ 
        color: #588A9A;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-left: -25px;
    padding: 1px 28px;
    text-decoration: none;}

#header_right .sf-contener ul li a:hover,#header_right .sf-contener ul li a.selected{ background:url("../img/autores-BG.png") no-repeat scroll center center transparent; padding:14px 28px; color:#588A9A; font-size:12px; text-decoration:none;}
#header_right .sf-contener ul li a:hover,#header_right .sf-contener ul li a.selected4{ background:url("../img/autores-BG3.png") no-repeat scroll center center transparent; padding:14px 28px; color:#588A9A; font-size:12px; text-decoration:none;}
#header_right .sf-contener ul li a.selected2:hover { background:url("../img/autores-BG2.png") no-repeat scroll center center transparent; padding:14px 28px; color:#588A9A; font-size:12px; text-decoration:none;}
#header_right .sf-contener ul li a.selected3 { background:url("../img/autores-BG2.png") no-repeat scroll center center transparent; padding:14px 28px; color:#588A9A; font-size:12px; text-decoration:none;}
#header_right .sf-contener .petit:hover{ background:url("../img/autores-BG.png") no-repeat scroll center center transparent; padding:14px 28px; color:#588A9A; font-size:12px; text-decoration:none;}

/*#header_right .sf-contener ul li a:hover,#header_right .sf-contener ul li a.selected2{ background:url("../img/autores-BG2.png") no-repeat scroll center center transparent; padding:14px 30px; color:#588A9A; font-size:12px; text-decoration:none;}*/
#header_right .sf-search{ margin-left:0px; margin-right:5px;}
#header_right .sf-search input{ background:url("../img/search.png") no-repeat scroll left center transparent; border:none; width:160px; height:28px; margin-top:-7px; padding-left:10px; padding-right:16px;}
#header_right .sf-contener ul.cart_ul{ margin-left:0px !important; margin-top:10px !important; }
#header_right .sf-cart{ background:url("../img/menu-spctr.png") no-repeat scroll left center transparent; width:2px; height:59px;}
#header_right .sf-cart a{ margin-left:16px !important; padding:0px !important;}
#header_right .sf-cart a img{ margin-top:18px;}

.header_video_block{ background:url("../img/strp.png") no-repeat scroll left center transparent !important; width:980px !important; height:84px !important; margin-top:2px !important; display:inline-block !important;}
.header_video_block_title{ float:left !important; padding:25px 35px !important; color:#15627C !important; font-size:25px !important; font-family: Georgia !important;}
.header_video_block_button{ float:right; padding:20px 30px 20px 20px !important;}
.header_video_block_button a{ background:url("../img/home_button_deunvistazo.png"); display:block; width: 230px; height: 31px; padding-top:12px; text-align:center; color:#a0714a; font-weight: bold; text-decoration: none; letter-spacing: 1px;}
.ver_video{ background:url("../img/ver-video-btn.png") no-repeat scroll left center transparent !important; width:228px !important; height:45px !important; text-indent:-9999px;}

.home_register_block{ overflow:hidden; margin: 25px 0px !important;float:left;padding-left:45px !important}
.left_register_block{ float:left; width:500px; padding-top:6px !important;}
.left_register_block_img{ float:left; width:150px;}
.left_register_block_detail{ float:left; width:275px; padding-top:5px; padding-right:15px;}
.left_register_block_detail h2{ background:none; color:#004151; font-size:16px; margin:0px; padding:0px 0px 2px 0px; font-family:Georgia; height:21px; line-height:1.6em; }
.left_register_block_detail span{ color:#363B3E; font-family:Georgia; font-size:11px;}
.left_register_block_detail .left_pdf_block_content span{ font-size:10px }
.left_reg_block_content{ padding: 18px 0px !important; color:#15627C; font-family:Georgia !important; font-size:16px !important;}
.left_pdf_block_content{ padding-left:8px !important;}
.left_pdf_block_content img{ float:left; padding-right:18px;}
.left_pdf_block_content_link{ padding-top:2px; }
.left_pdf_block_content_link a{ text-decoration:none; color:#426DE0; font-family:Georgia; font-size:12px; font-style: italic }
.left_pdf_block_content_link span{ font-style: italic }
.left_reg_block_content img#author_image {
        float: left;
        margin-right: 10px;
        margin-bottom: 13px;
}
.left_reg_block_content span#label {
        display: block;
}
.left_reg_block_content a#author_name {
        font-size:12px;
        font-family: Georgia;
        text-decoration: none;
}
.right_register_block{ float:left; width:280px;margin-top:30px!important; margin-left:95px !important}
.right_register_block_img{ float:left; width:150px;}
.right_register_block_detail{ float:left; width:275px; color:#004151; padding-right:15px !important; font-family:Georgia !important; font-size:16px !important; margin-top:-6px !important;}
.right_register_block_detail .right_reg_block_title{ font-style:italic; padding-top:10px;}
.right_register_block_detail .right_reg_block_title #una{ font-size:40px; }
.right_register_block_detail .right_reg_block_title #partitura{ font-size:25px; }
.right_register_block_detail .right_reg_block_title #gratis{ font-size:28px; }
.right_register_block_detail strong{ color:#15627C; font-size:44px; padding-right:5px; font-family:Georgia;}
.right_reg_block_content{ font-size:14px !important; padding-top:10px !important;}
.right_register_block_detail_button{ padding-top:20px !important;}
.right_register_block_detail_button a {
    background: url("../img/home_button_register.png");
    display: block;
    width: 228px;
    height: 25px;
    padding-top: 10px;
    text-align: center;
    color: #FBF2EF;
    font-size: 11px;
    text-decoration: none;
}

.middle_home_bg{ /*background:url("../img/bg.png") no-repeat scroll 0 0 transparent; width:980px; height:796px;*/}

#featured-products_block_center{ float:left; width:660px !important;}
#featured-products_block_center h4{ background:none !important; height:36px !important; padding-top:20px !important; padding-left:15px; color:#588A9A !important; font-weight:normal !important; border:none;}
#featured-products_block_center .block_content{ background:none !important;}
#featured-products_block_center .block_content ul li .global_link{ height: 100%; width: 100%; position: absolute; margin-left: -15px; margin-top: -25px; z-index:0}
#featured-products_block_center .block_content ul li{ background:none; width:309px !important; padding:25px 5px 40px 15px; border:transparent !important; position:relative; *padding:25px 5px 5px 15px}
#featured-products_block_center .block_content ul li .name_price_block{ margin-bottom: 6px; height:110px; float:left;}
#featured-products_block_center .block_content ul li h5{ color:#ED2124; margin:0px !important; height:auto; width:200px; font-size:16px;}
#featured-products_block_center .block_content ul li h6{ color: #363636;font-family: Georgia;font-size: 13px;font-style: italic;font-weight: normal; width:200px}
#featured-products_block_center .block_content ul li h6:first-letter{ text-transform:capitalize; }
#featured-products_block_center .block_content ul li p.manufacturer{ font-weight:bold;}
#featured-products_block_center .block_content ul li p.manufacturer span{ font-weight:normal;color:#007DEE;}
#featured-products_block_center .block_content ul li .price_container{ text-align:left; margin-top:2px}
#featured-products_block_center .block_content ul li .price_container span.price{ color:#144554; font-size:16px;}
#featured-products_block_center .block_content ul li .home_pdf{ float:left; margin-left:40px;}
#featured-products_block_center .block_content ul li .home_pdf a{background:url("../img/pdf-big-1.png") no-repeat scroll left top transparent !important; width:53px; height:63px; text-indent:-9999px; position:absolute; z-index:0}
#featured-products_block_center .block_content ul li .product_desc{ height:130px !important; float:left; margin-right: 35px; margin-left: 0px; clear:left; width:274px; padding-bottom: 10px;}
#featured-products_block_center .block_content ul li .product_desc a:hover{ text-decoration:none;}
#featured-products_block_center .block_content ul li .home_sound_button{ clear:both; height:24px; }
#featured-products_block_center .block_content ul li .home_sound_button object{ position:relative; z-index:1; }
#featured-products_block_center .block_content ul li .home_buy_button{ float:right;}
#featured-products_block_center .block_content ul li .home_buy_button a, .home_buy_button a:hover{ background:none !important;}
#featured-products_block_center .block_content ul li .home_line_seprator{ border-top:1px solid #DFDFDF !important; clear:both;}

#best-sellers_block_center{ width:290px !important; float:left; padding-left:15px; padding-right:10px;}
#best-sellers_block_center h4{ background:none !important; height:36px !important; padding-top:20px !important; color:#15627C !important; font-weight:normal !important; border:none;}
#best-sellers_block_center .bestseller_block{ margin-left:15px; width:245px;}
#best-sellers_block_center .bestseller_block .bestseller_manu_image{ width:70px; height:107px; float:left;}
#best-sellers_block_center .block_content{ background:none !important; border:none !important;}
#best-sellers_block_center .block_content ul li{ width:283px !important; height:117px; background:none !important; border:none !important; padding-top:15px; margin-top:25px;}
#best-sellers_block_center .block_content ul li:hover{ width:283px !important; height:117px; background:url("../img/pics-BG.png") no-repeat scroll left top transparent !important; border:none !important; padding-top:15px; margin-top:25px;}
#best-sellers_block_center .block_content ul li .bestseller_title{ padding-top:5px; height:45px;}
#best-sellers_block_center .block_content ul li .bestseller_title a{ font-family:Georgia; font-size:13px; font-style:italic;}
#best-sellers_block_center .block_content ul li .bestseller_title a:hover{ text-decoration:none;}
#best-sellers_block_center .block_content ul li .bestseller_sales{ font-family:Myriad Pro; font-size:16px; margin-top:15px;}
#best-sellers_block_center .block_content ul li .bestseller_all_scor img{ padding-top:5px; padding-right:5px;}
#best-sellers_block_center .block_content ul li .bestseller_all_scor a{ color:#007DEE;}

#manufacturers_block_left{ width:290px !important; margin-left:7px; }
#manufacturers_block_left h4{ background:none !important; height:36px !important; padding-left:15px; color:#588A9A !important; font-weight:normal !important; border:none; text-transform: uppercase;}
#manufacturers_block_left .bestseller_block{ margin-left:15px; width:245px;}
#manufacturers_block_left .bestseller_block .bestseller_manu_image{ width:70px; float:left;}
#manufacturers_block_left .block_content{ background:none !important; border:none !important;}
#manufacturers_block_left .block_content ul li{ width:283px !important; background:none !important; border:none !important; padding:15px 0; margin-top:35px;}
#manufacturers_block_left .block_content ul li:hover{ width:283px !important; background:#f5fff0 !important; border:none !important; padding:15px 0; margin-top:35px;}
#manufacturers_block_left .block_content ul li.first_item{ margin-top:25px !important;}
#manufacturers_block_left .block_content ul li.first_item:hover{ margin-top:25px !important;}
#manufacturers_block_left .block_content ul li .bestseller_title{ padding-top:2px; height:25px;}
#manufacturers_block_left .block_content ul li .bestseller_title a{ font-family:Georgia; font-size:13px; font-style:italic;}
#manufacturers_block_left .block_content ul li .bestseller_title a:hover{ text-decoration:none;}
#manufacturers_block_left .block_content ul li .bestseller_sales{ font-size:16px; }
#manufacturers_block_left .block_content ul li .bestseller_all_scor img{ padding-top:5px; padding-right:5px;}
#manufacturers_block_left .block_content ul li .bestseller_all_scor a{ color:#007DEE;}
#manufacturers_block_left .block_content ul li a.global_link{
    height: 95px;
    width: 283px;
    position: absolute;
    margin-left: -15px;
    margin-top: -80px;
    z-index: 0;
}

.footer_class ul li{ height:32px;}
.footer_class ul li a{ color:#1E6278; font-size:13px;}
.footer_class ul li a:hover{ text-decoration:none; font-size:13px;}

#newsletter_block_left{ 
    margin-left: -15px;
    padding-left: 0;
    padding-top: 7px;
    position: absolute;
    width: 440px;
    z-index: 2;
}
#newsletter_block_left h4{ background:none; border-bottom:none; color:#1E6278; font-size:13px; font-weight:normal; padding-left:0px; text-transform: uppercase; }
#newsletter_block_left .block_content{ background:none; border:none; padding:0px;}
#newsletter_block_left .block_content .newsletter_textbox{ float:left; padding-right:10px;}
#newsletter_block_left .block_content .newsletter_textbox .text_field{ background:url("../img/mail-box-footer.png") no-repeat scroll 0 0 transparent; width:145px; height:24px; margin-left:0px; padding-left:7px;}
#newsletter_block_left .block_content .newsletter_textbox span{ color:#1E6278; font-size:13px; padding-right:10px;}
#newsletter_block_left .block_content .submit_button .button_mini{ 
    background:url("../img/enviar-btn.png") no-repeat scroll 0 0 transparent;
    color: #1E6278 !important;
    width:92px;
    height:29px;
    padding:5px 0 0;
    margin:0px;}
#newsletter_block_left .block_content .submit_button{ float:left; margin-top:-2px;}
#newsletter_block_left .Newsletter_text{ font-size:13px; padding-top:15px; padding-bottom:15px; padding-right:70px;}

.breadcrumb .navigation_page{ color:#1E6278;}
body#category #category_page h1{ font-size: 40px;font-weight:normal;line-height: 0em;margin-bottom: 30px; }
body#category #category_page #product_list li#first_line{ border:none; }
#category_page h1, #category_page h2{ float: left; background:none !important; padding-left:0px; color:#1E6278; font-size:25px; line-height: 0.8em}
#category_page #product_list li{ background:none !important; border:none; height: 155px; border-bottom:1px solid #DCDCDD; margin-bottom:0px !important;}
#category_page #product_list li:hover{ background-color:#F5FFF0 !important; border:none; height: 155px; border-bottom:1px solid #DCDCDD; margin-bottom:0px !important;}
#category_page #product_list li.last_item{ border-bottom: 0px; }
#category_page #product_list li .center_block{ width:100% !important; }
#category_page #product_list li .cat_pro_left_box{ float:left; width:235px;}
#category_page #product_list li .cat_pro_left_box h3{ margin:0px !important;clear:left; }
#category_page #product_list li .cat_pro_left_box h3 a{ color:#ff2c2d; font-size:17px;}
#category_page #product_list li .cat_pro_left_box h4{ color:#363636; font-family:Georgia; margin-top:0px; }
#category_page #product_list li .cat_pro_left_box h4 span{ font-style:italic; font-weight:normal; }
#category_page #product_list li .cat_pro_left_box h4:first-letter{ text-transform:capitalize; }
#category_page #product_list li .cat_pro_left_box .blank_div{ height:5px }
#category_page #product_list li .cat_pro_right_box{ float:right; width:415px;}
#category_page #product_list li .cat_pro_left_box .price{ color:#1e6278; font-size:17px }
#category_page #product_list li .cat_pro_right_box .manufacturer_name{ float:left; width:100%; color:#0575F3;}
#category_page #product_list li .cat_pro_right_box .manufacturer_name img{ float:left; margin-right:10px;}
#category_page #product_list li .cat_pro_right_box .manufacturer_name label{ float:left; color:#1f1f1f; font-weight:bold}
#category_page #product_list li .cat_pro_right_box .product_desc{ clear:left; height:60px;}
#category_page #product_list li .cat_pro_right_box .cat_button .cat_sound_button{ float:left; padding-left:0.7em; padding-top:23px;}
#category_page #product_list li .cat_pro_right_box .cat_button .cat_sound_button object{ position:relative; z-index:1}
#category_page #product_list li .cat_pro_right_box .cat_button .cat_buy_button{ float:right; padding-right:14px;}
#category_page #product_list li .cat_pro_right_box .cat_button .cat_buy_button a{ background:url("../img/pdf-little.png") no-repeat scroll center top transparent; width:53px; height:63px; text-indent:-9999px; z-index:0; position:relative}
#category_page #product_list li .cat_pro_right_box .cat_button .cat_buy_button a.llibre{ background:url("../img/llibre-little.png") no-repeat scroll center top transparent;}


#order-detail-content thead th{ background:none !important; padding:0.4em 1.5em;}
#order-detail-content thead th.cart_total{float: right; text-align: right; padding: 8px 12px 0px 0px;}
#order-detail-content thead th.cart_quantity{ text-align:right;}
#order-detail-content tbody td{ border:none !important; vertical-align:top; padding-top:20px; height:45px}
#order-detail-content tbody td.cart_product img{ margin-top: -5px;}
#order-detail-content tbody td.cart_unit{ text-align:left;}
#order-detail-content tbody td.cart_total{ text-align:right; float:right}
#order-detail-content tbody td.cart_quantity .cart_delete{ float: right;margin-right: 10px;margin-top: 5px;}
#order-detail-content tbody td.cart_quantity .cart_quantity_delete{ display:block; background: url("../img/icon/delete.png") 0px 0px; height:19px; width:20px;}
#order-detail-content tbody td.cart_quantity .cart_quantity_delete:hover{ background-position: 0px 19px}
#order-detail-content tbody td.cart_description span{ font-family:Georgia;}
#order-detail-content tbody td.cart_description h5{ padding-top:0px; padding-bottom:4px;}
#order-detail-content tbody td.cart_description h5 a{ color:#ED2124; font-size:14px;}
#order-detail-content tbody td.cart_description h5 a:hover{ text-decoration:none;}
#order-detail-content tbody tr{ background-color:#F3F3F3; border-top:10px solid #FFFFFF;}
#cart_summary td, #cart_summary th{ padding:8px 1.5em;}
#cart_summary .cart_total_price #total_price{ color:#363636; padding-left:0px; font-size:14px;}
.cart_availability item, .cart_ref item, .cart_ref, .cart_availability{ display:none;}
#cart_summary tbody tr td.cart_product{ width:50px; padding-right:5px;}
#cart_summary tbody tr td.cart_description{ padding-left:5px;}
.order_delivery{ display:none;}
#cart_voucher{ float:left;}
#cart_voucher #voucher fieldset{ border:none !important;}

#cart_voucher{ margin:0px; padding: 0px;}
#cart_voucher #voucher h4{ margin-right:0px !important; line-height:27px !important;}
#cart_voucher #voucher input#discount_name{ background:url("../img/input-box.png") no-repeat scroll center top transparent; width:140px; height:24px; border:none;}
#cart_voucher #voucher p.submit{ margin:0px; padding:0px;}
#cart_voucher #voucher p.submit input.button{ background:url("../img/recalcular-btn.png") no-repeat scroll center top transparent; width:102px; height:32px; padding-bottom:0px; text-indent:-9999px;margin-top: 3px;margin-left: 5px;}
.cart_navigation a.continue_shopping{ background:url("../img/Continue shopping-arrowfinl.png") no-repeat scroll center top transparent !important; width:252px !important; height:95px !important; text-indent:-9999px;}
.cart_navigation a.continue_shopping:hover{ background:url("../img/Continue shopping-arrowfinl.png") no-repeat scroll center top transparent !important; width:252px !important; height:95px !important; text-indent:-9999px;}
 /*total amount*/
div#total_amount fieldset#price{
    height:auto;
    width: auto;
    margin: 0;
    padding: 0px 15px;
    border: 0;
}
div#total_amount fieldset#button{
    height:auto;
    width: auto;
    margin: 0;
    padding: 0px 15px 25px 0px;
    border: 0;
}
div#total_amount p.text{
    float:right;
    clear:both;
    font-weight: bold;
    color:#363636;
}
div#total_amount p.text-discount{
    float:right;
    clear:both;
    font-weight: bold;
    margin-bottom:5px
}
div#total_amount p.text-subtotal{
    float:right;
    clear:both;
    font-weight: bold;
    font-size: 10px;
    margin-bottom:5px
}
div#total_amount a#deleteDiscount {
    display: block;
    background: url("../img/icon/delete.png") 0px 0px;
    height: 19px;
    width: 20px;
    float:left;
    margin: -3px 10px 0px 0px;
}
div#total_amount a#deleteDiscount:hover { background-position: 0px 19px; }
div#total_amount span{
    margin-left:50px;
 }
 div#total_amount span#total_price{
    font-size:26px;
 }

.cart_navigation #attention { float:left; width:470px; padding:5px; background-color:#feffcd; }
.cart_navigation #attention img{ float:left; }
.cart_navigation #attention p{ float:left; margin: 20px 10px; color: #ff2a00; font-size: 9px; }
.cart_navigation #attention a{ float:right; margin: 50px 10px 10px 10px; color: #0575f3; }
.cart_navigation{ clear:left; background: transparent url('../img/steps.gif') repeat-x top left; overflow: hidden; margin-top:55px;}
.cart_navigation a#payNow{ background:url("../img/cont.png") no-repeat scroll center top transparent; width: 197px;
    height: 60px;
    padding-top: 35px;
    font-size: 20px !important;
    text-align: left;
    padding-left: 30px;
}
.cart_navigation a#payNow:hover{
    background:url("../img/cont.png") no-repeat scroll center top transparent;
    width: 197px; height: 60px;
    padding-top: 35px;
    font-size: 20px !important;
    text-align: left;
    padding-left: 30px;
}
.cart_navigation input#next{
    background:url("../img/next.png") no-repeat scroll center top transparent;
    width:154px; height:79px;
    font-size: 18px !important;
    text-align: left;
    padding-left: 25px;
}
.cart_navigation a#previous{
    background:url("../img/previous.png") no-repeat scroll left top transparent;
    width:120px; height:49px;
    padding-top: 30px;
    padding-left: 9px;
    font-size: 18px !important;
    text-align: right;
    color: white !important;
    padding-right: 25px
}
.cart_navigation a#previous:hover{ background:url("../img/previous_active.png") no-repeat scroll left top transparent; width:120px; height:49px;}
.cart_navigation a#previous.seguirComprando{
    font-size: 14px !important;
    padding-top: 20px;
    height: 59px;
}

table#carrierTable{ background:url("../img/form_bg.jpg") repeat-x scroll left top #D0D1D5;}
table#carrierTable tr, table#carrierTable td{ background:none !important;}
#gift_div textarea{ width:99% !important;}
.cart_navigation input.exclusive_large{ background:url("../img/btn-blank.png") no-repeat scroll 0 0 transparent; width:180px; height:30px; font-size:13px !important; padding-bottom:6px !important;}
.cart_navigation a.button_large{ background:url("../img/btn-blank.png") no-repeat scroll 0 0 transparent; color:#FFFFFF !important; font-size:12px !important; width:180px; height:30px; padding-top:3px;}
#account-creation_form label, #account-creation_form p.select span, #account-creation_form p.radio span, form.std fieldset label, form.std fieldset p.radio span{ padding-right:7px !important;}

#search_query_top{ background:url("../img/search.png") no-repeat scroll left center transparent; border:none; width:135px !important; height:28px; margin-top:-7px; padding-left:35px; padding-right:16px;}
ul.cart_ul{ float: right; margin-top: 19px; margin-right: 48px; }


/*PRINCIPAL MENU*/
.sf-sub-indicator{ display:none;}
.cat_top_bg ul.sf-menu li a.parent_cat_link{ float:none; /*margin-left:525px !important; margin-top:-55px !important;*/}
.cat_top_bg ul li ul{ padding-top:10px; padding-bottom:10px; /*display:block !important; visibility:visible !important;*/ }
.cat_top_bg ul ul.submenu{ clear:left; padding-top:10px; padding-bottom:10px;}

.cat_top_bg{ background:url("../img/top_cat_bg.png") no-repeat scroll center transparent; width:980px; height:92px;}
.cat_top_bg ul{ margin:0px !important; padding:0px !important;}
.cat_top_bg ul li.cat_top_bg_block1{ float:left; width:175px !important; height:80px !important; list-style:none; text-align:center; padding-top:10px !important; cursor:pointer;}
.cat_top_bg ul li.cat_top_bg_block1 a{ font-size:18px; text-decoration:none; color:#588A9A; padding:0px !important; float:none !important; font-weight:normal;}
.cat_top_bg ul li a .first_label{ font-size:14px;}
.cat_top_bg ul li a span.second_label{text-align: center !important; margin:auto;}
.cat_middle_repeat_bg{ background:url("../img/middle_repeat_cat_bg.png") repeat-y scroll center transparent; width:980px;}
body#addresses .cat_middle_repeat_bg, body#address .cat_middle_repeat_bg, body#identity .cat_middle_repeat_bg,
body#my-account .cat_middle_repeat_bg, body#discount .cat_middle_repeat_bg, body#history .cat_middle_repeat_bg,
body#order-confirmation .cat_middle_repeat_bg,
body.page404 .cat_middle_repeat_bg,
body#cms .cat_middle_repeat_bg,
body#authentication .cat_middle_repeat_bg,
body#contact-form .cat_middle_repeat_bg,
body#order .cat_middle_repeat_bg{
    padding-top: 10px;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    -webkit-border-top-right-radius: 1em;
    -webkit-border-top-left-radius: 1em;
    -moz-border-radius-topright: 1em;
    -moz-border-radius-topleft: 1em;}
.cat_middle_bg{ background:url("../img/middle_cat_bg.png") no-repeat scroll bottom transparent; width:940px; padding:0px 20px; overflow: hidden;}
.cat_bottom_bg{ background:url("../img/bottom_cat_bg.png") no-repeat scroll center transparent; width:980px; height:25px;}

.home_middle_repeat_bg{ background:url("../img/middle_repeat_home_bg.png") repeat-y scroll center transparent; width:980px;}
.home_middle_bg{ background:url("../img/middle_home_bg.png") no-repeat scroll top transparent; width:980px; overflow: hidden;}
.home_bottom_bg{ background:url("../img/bottom_home_bg.png") no-repeat scroll center transparent; width:980px; height:25px;}

#principalmenu #separator.cat_top_bg_block1{background:url("../img/menu-spctr-big.png") repeat-y transparent; height:89px; width:2px; float:left;margin-top:2px}
#principalmenu #separator{background:url("../img/menu-spctr-big.png") repeat-y transparent; height:40px; width:2px; float:left; margin-top:25px}

#principalmenu #autores_id.sfHover,
#principalmenu #instrument_id.sfHover{
    background:url("../img/menu1_option_selected.png") no-repeat scroll center transparent; }

/*SUBMENU*/
/* A */
/*(niveles 1,2 y 3) va a parte*/
.cat_top_bg ul.sf-shadow li.children a{
    margin-top:0px !important;
    font-family: Georgia;
    text-transform: capitalize;
    letter-spacing: 0;
}
/*      nivel 3 (hacia abajo)*/
.cat_top_bg .sf-shadow ul li ul li ul li a:hover, .cat_top_bg .sf-shadow ul li ul li ul li a:hover{color:#2b2a28 !important}
.cat_top_bg .sf-shadow ul li ul li ul li a{
    color:#636363 !important;
}
/*      niveles 2 y 3 (hacia abajo)*/
.cat_top_bg .sf-shadow ul li.sfHover ul li a:hover, .cat_top_bg .sf-shadow ul li:hover ul li.sfHover a{color:#2b2a28}
.cat_top_bg .sf-shadow ul li.sfHover ul li a, .cat_top_bg .sf-shadow ul li:hover ul li a{color:#636363}
.cat_top_bg .sf-shadow ul li ul li a{
    padding: 8px 0px 0px 25px !important;
    font-size:11px !important; color:#636363; text-align:left;
    background:none !important;
    height:22px; width:140px;
}
/*      nivel 1 (hacia abajo)*/
.cat_top_bg .sf-shadow ul li.sfHover a, .cat_top_bg .sf-shadow ul li a:hover{color:white}
.cat_top_bg .sf-shadow ul li a{ 
    color:#A7A6A3;
    font-size:11px !important;
    height: 25px;
    padding-top: 10px !important;
    width: 135px !important;
}
/*      nivel 0*/
.cat_top_bg .sf-shadow li a{ 
    font-weight:normal; color:#588A9A; font-size:13px; letter-spacing: 1px;
    float:none; text-decoration:none;
    height:62px;
    width: 157px;
    margin-top:5px
}
.cat_top_bg .sf-menu li a{ float:left;}
.cat_top_bg ul li a{ padding:0px !important;}

/* LI */
/*(niveles 1,2 y 3) Va a parte*/
.cat_top_bg ul.sf-shadow li.children:hover{cursor:pointer}
.cat_top_bg ul.sf-shadow li.children {background:none;z-index:99999}
/*      niveles 2 y 3 (hacia abajo)*/
.cat_top_bg .sf-shadow ul li ul li:hover{background-color:#cdc3a7 !important;}
.cat_top_bg .sf-shadow ul li ul li{
    background-color:#ebe5d3 !important; text-align:left; border: none !important;
    width: 165px; height: 30px
}
/*      nivel 1 (hacia abajo)*/
.cat_top_bg .sf-shadow ul li:hover{background-color:#013541; border-right: 1px solid #1b5562; border-left: 1px solid #1b5562}
.cat_top_bg .sf-shadow ul li{ 
    width: 113px; height:35px;
    border-right: 1px solid #014250;
    border-left: 1px solid #014250;
}
/*      nivel 0*/
.cat_top_bg .sf-menu li{ 
    height:65px;
    text-align:center;
    width: 147px;
}
.cat_top_bg ul.sf-shadow li.parent_class1,
.cat_top_bg ul.sf-shadow li.parent_class2,
.cat_top_bg ul.sf-shadow li.parent_class3{ padding-top:25px; cursor:pointer;}
.cat_top_bg ul.sf-shadow li.parent_class.sfHover{
    background:url("../img/menu_option_selected.png") no-repeat scroll center transparent; padding-top:25px;}

.cat_top_bg ul.sf-shadow li.id189.sfHover{
    background: url("../img/menu1_option_selected.png") no-repeat scroll center center transparent; 
}

/* UL */
/*      (nivel 3) Va a parte*/
.cat_top_bg ul.sf-shadow li.children li.children ul{
    left:165px !important; top: 0px !important;
    width: 165px; height: 30px}
/*      nivel 2 (hacia abajo)*/
.cat_top_bg ul.sf-shadow li.parent_class1 ul li ul,
.cat_top_bg ul.sf-shadow li.parent_class2 ul li ul,
.cat_top_bg ul.sf-shadow li.parent_class3 ul li ul{
    left:-1px !important;
    width: 165px; height: 30px
}
/*      nivel 1 (hacia abajo)*/
.cat_top_bg ul.sf-shadow li.parent_class1 ul{ left: -353px !important;display:none;}
.cat_top_bg ul.sf-shadow li.parent_class2 ul{  left: -530px !important;display:none;}
.cat_top_bg ul.sf-shadow li.parent_class3 ul{  left: -679px !important;display:none;}

.id190, .id191 {width:135px !important}

div ul li a.id189 {
    line-height:20px !important;
    font-size:18px !important;
    left:8px !important;
    
   }
   
   div ul li.id10 {
    cursor: pointer;
    padding-top: 25px !important;
   }
   
   div ul li.id189 {
       
       padding-top: 18px !important;
       width:175px !important;
       left:8px !important;
       margin-left: -9px !important;
       margin-right: 8px !important;
       text-align:center !important;
       height:80px !important;
      
   }
   div ul li.id1890 :hover {
       background: url("../img/menu1_option_selected.png") no-repeat scroll center center transparent; 

   }
   
       
    

div ul li a.id189:first-line {
    font-size: 14px !important;
    margin-top: 0 !important;
    
   }

.cat_top_bg .sf-shadow ul li ul{
    z-index:99999;
    width:120px;
    left:0px !important;  top:35px !important;
    background-color:#ebe5d3;
    display:inline-table;
}
.cat_top_bg .sf-shadow ul{
    background:none;
    clear:none;
    padding:0px;
    top:92px !important;
    width:979px; height:35px;
    background-color:#014250;
    left: -828px !important;
}


/*otros*/
.cat_top_bg .sf-shadow a.arrel{
    width: 107px;
    margin-left: 23px;
}
.cat_top_bg .sf-shadow .parent_class2 ul li.first_level, .cat_top_bg .sf-shadow .parent_class2 ul li.first_level a{
    width: 135px;
}
.cat_top_bg .sf-shadow .parent_class2 ul li.first_level ul, .cat_top_bg .sf-shadow .parent_class2 ul li.first_level ul li,
.cat_top_bg .sf-shadow .parent_class2 ul li.first_level ul li a{
   width: 165px;
}
.cat_top_bg .sf-shadow .parent_class3 ul li.first_level, .cat_top_bg .sf-shadow .parent_class3 ul li.first_level a{
    width: 165px;
}
.cat_top_bg .sf-shadow .parent_class3 ul li.first_level ul, .cat_top_bg .sf-shadow .parent_class3 ul li.first_level ul li,
.cat_top_bg .sf-shadow .parent_class3 ul li.first_level ul li a{
    width: 168px;
}
.cat_top_bg .sf-shadow ul .id8{ width:170px }
.cat_top_bg ul.sf-shadow li div.cat_header_menu a{ margin-top:12px !important; letter-spacing: 1px; width:auto !important}
.cat_top_bg ul.sf-shadow li a .sf-sub-indicator{ background:none !important;}
/*instrumentos*/
#instrument_id a{ width: auto; }
#instrument_id ul{ left: 0 !important;
    top: 92px !important;
    width: 979px;
    display:none;
} 
#instrument_id .contingut{ 
    background:#781D07; 
    background: -webkit-linear-gradient(#7d1e07, #4a0f01);
    background: -moz-linear-gradient(#7d1e07, #4a0f01);
    background: -o-linear-gradient(#7d1e07, #4a0f01);
    background: linear-gradient(#7d1e07, #4a0f01);
    padding:25px 15px; overflow:hidden; box-shadow: 0px 1px 1px grey;}
#instrument_id .contingut .element{ width:185px; height:65px; float:left; margin: 5px 2px}
#instrument_id .contingut .element a{ text-transform:none;}
#instrument_id .contingut .element:hover{ background:url("../img/menu_instrument_selected.png") no-repeat scroll center transparent;}
#instrument_id .contingut .element .image{ float:left; width:70px; height:70px; padding-right:5px; padding-left:15px;}
#instrument_id .contingut .element#conjunts .image{ margin-top:-5px;}
#instrument_id .contingut .element#tradicionals .image{ padding-left:5px;}
#instrument_id .contingut .element#tradicionals .name{ width:190px;}
#instrument_id .contingut .element .name{ width:170px; padding-right: 15px; }
#instrument_id .contingut .element:hover .name a{ color:white; }
#instrument_id .contingut .element .name a{
    padding-top:5px;
    font-family: Georgia;
    font-size:13px; color:white; text-align:left;}
#instrument_id .contingut #separator, #autores_id .contingut #separator{
    border-bottom:1px dotted #7c4440;
    clear: both;
    height: 0px;
    width: 100%;
    margin: 10px 0px;
    background:transparent;
}
/*autores*/
#autores_id a{ width: auto;}
#autores_id ul{left: -177px !important;
    top: 92px !important;
    width: 979px;
    display:none;}
#autores_id .contingut{ background:#014250;  
    background: -webkit-linear-gradient(#014959, #002A33);
    background: -moz-linear-gradient(#014959, #002A33);
    background: -o-linear-gradient(#014959, #002A33);
    background: linear-gradient(#014959, #002A33);
    padding:25px 15px; overflow:hidden; box-shadow: 0px 1px 1px grey;}
#autores_id .contingut .element{ width:154px; height:50px; float:left; margin: 5px 2px}
#autores_id .contingut .element a{ text-transform:none;}
#autores_id .contingut .element:hover{ cursor:pointer}
#autores_id .contingut .element .image{ float:left; width: 30px; height: 30px; margin: 0px 10px 20px 0px;}
#autores_id .contingut .element:hover .name a{color:#f07778 !important}
#autores_id .contingut .element .name a{
    font-family: Georgia;
    font-size:12px !important; color:white !important; text-align:left; height:auto !important}
#autores_id .contingut .element .partituras a{
    font-family: Helvetica;
    font-size:11px !important; color:#9b9a97 !important; text-align:left; height:auto !important; margin-top:0px !important}
#instrument_id .contingut #separator, #autores_id .contingut #separator{
    border-bottom:1px dotted #1a6b7d;
    clear: both;
    height: 0px;
    width: 100%;
    margin: 5px 0px;
    background:transparent;
}
#instrument_id .contingut #separator{
    border-bottom:1px dotted #8A402D;
    margin: 10px 0px;
}
#autores_id .contingut #separator{
    border-bottom:1px dotted #1a6b7d;}

/*Editorial - Banner Home*/
body#index div#banner_home {
    background: url('../img/imatges/pere_puertolas.jpg');
    width: 979px;
    height: 400px;
}
body#index div#cuadro_naranja {
    position: relative;
    width: 540px;
    height: 335px;
    background: url('../img/home_banner_cuadro_naranja.png');
    /* background-color: #fd5d24; */
    float: right;
    margin-top: 27px;
    margin-right: 1px;
}
body#index div#superior {
    margin: 40px 40px 34px;
    height: 222px;
}
body#index div#superior .banner_titol {
    font-family: georgia;
    font-size: 33px;
    width: 410px;
    margin: 0;
}
body#index div#superior h3.banner_titol {
    color: white;
    font-weight: normal;
}
body#index div#superior h4.banner_titol {
    color: #631D0C;
    font-weight: bold;
    font-style: italic
}
body#index br.normal {
    line-height: 20px;
}
body#index div#superior a#buscar_partitura {
    background-image: url('../img/home_banner_buscar.png');
    width: 269px;
    height: 37px;
    display: block;
    padding-top: 13px;
    text-align: center;
    font-weight: bold;
    color: #ece3e0;
    text-decoration: none;
    font-size: 16px;
}
body#index div#inferior {
    background-color: #fe571c;
    padding: 5px 0px 0px;
    height: 20px;
}
body#index div#inferior img#flecha {
    margin-top: -2px;
    margin-left: -10px;
    position:absolute;
}
body#index div#inferior a {
    color: #631D0C;
    text-decoration: none;
    font-size: 11px;
}
body#index div#inferior a#autor {
    font-style: italic;
    font-size: 14px;
    margin-right: 75px;
    margin-left: 35px;
}
body#index div#inferior a#partituras {
    margin-right: 25px;
}

/** SEARCH **/
body#search h3{ float:left; clear:left; margin-top:1.5em }
body#search #product_list_search{ float:left;}
body#search #product_list_search h4{ background:none !important; height:36px !important; padding-top:20px !important; padding-left:15px; color:#15627C !important; font-weight:normal !important; border:none;}
body#search #product_list_search { background:none !important;}
body#search #product_list_search  li .global_link{ height: 100%; width: 100%; position: absolute; margin-left: -15px; margin-top: -25px; z-index:0}
body#search #product_list_search  li{ background:none; width:270px !important; padding:25px 22px 40px 21px; border:none !important; position:relative;}
body#search #product_list_search  li:hover{ background: #F5FFF0 !important }
body#search #product_list_search  li .name_price_block{ height:110px; float:left;width:200px;}
body#search #product_list_search  li h5{ color:#ED2124;  margin:0!important; height:auto; width:200px; font-size:14px;}
body#search #product_list_search  li h6{ color: #363636;font-family: Georgia;font-size: 13px;font-style: italic;font-weight: normal;width: 227px;}
body#search #product_list_search  li h6:first-letter{ text-transform:capitalize; }
body#search #product_list_search  li p.manufacturer{ font-weight:bold;}
body#search #product_list_search  li p.manufacturer span{ font-weight:normal;color:#007DEE;}
body#search #product_list_search  li .price_container{ text-align:left;}
body#search #product_list_search  li .price_container span.price{ color:#144554;}
body#search #product_list_search  li .home_pdf{ float:left;}
body#search #product_list_search  li .home_pdf a{background:url("../img/pdf-big-1.png") no-repeat scroll left top transparent !important; width:53px; height:63px; text-indent:-9999px; position:absolute; z-index:0; margin-left:15px;}
body#search #product_list_search  li .home_pdf a.llibre_gran{background:url("../img/llibre-gran-1.png") no-repeat scroll left top transparent !important; width:53px; height:63px; text-indent:-9999px; position:absolute; z-index:0; margin-left:15px;}
body#search #product_list_search  li .product_desc{ height:130px !important; float:left; width:85%; margin:0px;}
body#search #product_list_search  li .product_desc a{ font-family:LucidaGrande; font-size:13px; text-decoration:none}
body#search #product_list_search  li .product_desc a:hover{ text-decoration:none;}
body#search #product_list_search  li .home_sound_button{ clear:both; height:24px; }
body#search #product_list_search  li .home_sound_button object{ position:relative; z-index:1; }
body#search #product_list_search  li .home_buy_button{ float:right;}
body#search #product_list_search  li .home_buy_button a, .home_buy_button a:hover{ background:none !important;}

body#partitures h3{ float:left; clear:left; margin-top:1.5em }
body#partitures #product_list_search{ float:left;}
body#partitures #product_list_search h4{ background:none !important; height:36px !important; padding-top:20px !important; padding-left:15px; color:#15627C !important; font-weight:normal !important; border:none;}
body#partitures #product_list_search { background:none !important;}
body#partitures #product_list_search  li .global_link{ height: 329px; width: 313px; position: absolute; margin-left: -295px; margin-top: -25px; z-index:0}
body#partitures #product_list_search  li{ background:none; width:270px !important; padding:25px 22px 40px 21px; border:none !important; }
body#partitures #product_list_search  li:hover{ background: #F5FFF0 !important }
body#partitures #product_list_search  li .name_price_block{ height:110px; float:left; width:200px;}
body#partitures #product_list_search  li h6{ color: #363636;font-family: Georgia;font-size: 13px;font-style: italic;font-weight: normal;width:200px;}
body#partitures #product_list_search  li h5{ color:#ED2124; margin:0!important; height:auto; width:200px; font-size:14px;}
body#partitures #product_list_search  li .manufacturer{ font-weight:bold;}
body#partitures #product_list_search  li .manufacturer span{ font-weight: normal;color: #007DEE;}
body#partitures #product_list_search  li .price_container{ text-align:left;}
body#partitures #product_list_search  li .price_container span.price{ color:#144554;}
body#partitures #product_list_search  li .home_pdf{ float:left;}
body#partitures #product_list_search  li .home_pdf a{background:url("../img/pdf-big-1.png") no-repeat scroll left top transparent !important; width:53px; height:63px; text-indent:-9999px; z-index:0; margin-left:15px;}
body#partitures #product_list_search  li .product_desc{ height:130px !important; float:left; width:85%; margin:0px;padding-bottom: 10px;}
body#partitures #product_list_search  li .product_desc a{ font-family:LucidaGrande; font-size:13px; text-decoration:none}
body#partitures #product_list_search  li .product_desc a:hover{ text-decoration:none;}
body#partitures #product_list_search  li .home_sound_button{ clear:both; height:24px; }
body#partitures #product_list_search  li .home_sound_button object{ position:relative; z-index:1; }
body#partitures #product_list_search  li .home_buy_button{ float:right;}
body#partitures #product_list_search  li .home_buy_button a, .home_buy_button a:hover{ background:none !important;}
body#partitures li#first_line .home_line_seprator{ border-top:none !important; clear:both; height:0px;}
body#partitures li#last_line .home_line_seprator{ border-top:none !important; clear:both; height:0px;}

li .home_line_seprator{ border-top:1px solid #DFDFDF !important; clear:both; height:0px;}
li#first_line, li#last_line { width:100% !important; padding:0px !important; height:1px !important; min-height:0px !important; border:0 !important}
li#first_line .home_line_seprator,
li#last_line .home_line_seprator{ border-top:1px solid #809da7 !important; clear:both; height:0px;}
body#category li#first_line .home_line_seprator{ border:none !important; clear:both; height:0px;}

/** MANUFACTURER **/
#author_box{ background-color:#ecffe1; padding:20px; margin: 20px 0px;}
#author_box p{ padding: 5px 0px; color:#000}
#author_box #author_image{ float:left; margin: 0px 20px 30px 0px; }
#author_box #author_name{ float:left; }
#author_box #author_name h1{ background:none; margin:0px; padding:0px; font-size:25px; text-transform:none; font-weight:bold; font-style: italic; font-family: Georgia;}
#author_box #author_products{ float:right; }
#author_box #author_products p{ font-weight: bold; color: #FF0000; font-size:15px; padding: 0; }
#author_box #author_products span a{ text-decoration: underline; color: #FF0000; }
#author_box #author_description{ clear:both; padding-bottom:20px; }
body#manufacturer #link_interview{ padding:2px; color:#0575F3; background:url("../img/interview_closed.png") no-repeat scroll left transparent; }
body#manufacturer #link_interview.opened{ background:url("../img/interview_open.png") no-repeat scroll left transparent; }
body#manufacturer #link_interview a{ cursor:pointer;text-decoration:none; }
body#manufacturer #link_interview p{ padding-left:25px; }
body#manufacturer #line_interview { border-bottom: 1px solid #DCDCDD; margin: 10px 0px 20px 0px; }
body#manufacturer #center_column h4{ float:left; margin-top:1.5em; font-weight: bold; color: #FF0000; font-size:13px; margin-bottom:2px; }
body#manufacturer #center_column h4 span.products a{ text-decoration: underline; color: #FF0000; }
body#manufacturer #center_column h4 span.name{ color:#1e6278; font-weight: bold; font-style: italic; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;}


ul#product_list .cat_sound_button{ clear:both; height:24px; }
ul#product_list .cat_content ul li .home_sound_button object{ position:relative; z-index:1; }

.display{
    display:block;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 940px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    float: left;
    width:  940px;
    height: auto;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 218px;
    height: auto;
}
.jcarousel-skin-tango p {margin-left:15px}
.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 65px;
    right:0;
    width: 23px;
    height: 23px;
    cursor: pointer;
    background: transparent url(../../../modules/productcarousel/jcarousel/skins/tango/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: 0px -23px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 65px;
    left: 0;
    width: 23px;
    height: 23px;
    cursor: pointer;
    background: transparent url(../../../modules/productcarousel/jcarousel/skins/tango/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: 0px -23px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {

}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/*CSS FIREFOX*/
#featured-products_block_center .block_content ul li .global_link, x:-moz-any-link { margin-left: -215px; }
/*body#partitures #product_list_search li .global_link, x:-moz-any-link { margin-left: -215px; }*/

/*CSS OPERA*/
@media not all and (-webkit-min-device-pixel-ratio:0) {
    #featured-products_block_center .block_content ul li .global_link { margin-left: -215px; }
    body#partitures #product_list_search li .global_link { margin-left: -215px; }
}

/*CSS IE*/
#featured-products_block_center .block_content ul li .global_link { #margin-left: -215px; margin-left: -215px\0/; }
ul.cart_ul{ #margin-top: 16px; margin-top: 16px\0/; }
/*body#partitures #product_list_search li .global_link { #margin-left: -250px; #margin-top:-135px; margin-left: -215px\0/; }*/


#display_cart_vouchers{
    background-color: #feffcd;
    padding:15px;
    margin: 25px 0 ;
}
#display_cart_vouchers h4{
     float: none !important;
     color: #ff2c2d;
     font-size: 15px;
}

.strikedprice {text-decoration: line-through; font-size: 9pt!important}

#newsletter_options_box {display:none;clear:left;}

#newsletter_options_box a.close {float: right; margin-left: -14px; margin-top: -11px; }
#newsletter_options_box .cuadro {overflow:hidden;border: 1px solid #868181;padding: 15px 20px;background: #E5E5E5; text-align: left;}
#newsletter_options_box .cuadro p.info {margin-bottom:10px;}
#newsletter_options_box .cuadro p.submit {clear:both;margin-top:10px;}
#newsletter_options_box .cuadro p.checkbox {float:left;width:50%;padding:0;}
#newsletter_options_box .cuadro p input {width:auto;height:auto; vertical-align: middle;}
#newsletter_options_box .cuadro p label {display:inline-block;width:80%;font-size:11px;font-weight:normal;padding-left:10px;margin: 0;}
#newsletter_options_box .cuadro .button_mini {
        background: url("../img/enviar-btn.png") no-repeat scroll 0 0;
        color: #1E6278 !important;
        width: 92px;
        height: 29px;
        padding: 5px 0 0;
        float:right;
        display:block;
}

#fons_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.6);
    top: 0;
    left: 0;
    
}

#popup {
    background: none repeat scroll 0 0 #e5e5e5;
    border: 1px solid #868181;
    left: 40%;
    margin: 0 auto;
    padding: 15px 20px;
    position: fixed;
    text-align: left;
    top: 46%;
    width: 20%;
}

#popup a.close {
    float: right; margin-right: -33px; margin-top: -28px;
}
