* {
	padding:0;
	margin:0;
}
body {
	background-color: white;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #2d2d2d;
	text-align: left;
}
/* 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;
}
.orange {
	color: #eb7700;
	font-weight: bold;
}
/* Footer links */
ul.footer_links {
	list-style-type:none;
	clear:both;
	height:2em;
	margin-top:2em;
}
ul.footer_links li {
	float:left;
	margin-right:2em;
	height:2em;
}
ul.footer_links li a { text-decoration:none; }
ul.footer_links li a:hover { color:black; }
ul.footer_links li img.icon { vertical-align:-2px; }
/* transfert effect*/
.transferProduct { border: 2px solid #888; }
/* simple list inline */
ul.inline_list { list-style-type:none; margin-top: 1em; }
ul.inline_list li { float:left; text-align:center; }
ul.inline_list li 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.gif) 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 */
ul.idTabs {
	border-bottom:2px solid #3A3A3A;
	height:25px;
	list-style-type:none;
	margin-top:1em;
}
* html ul.idTabs { overflow-y:hidden; }
ul.idTabs li {
	float:left;
}
ul.idtabs2 {
	height:25px;
}
ul.idTabs li a, ul.idTabs li span {
	background-image:url(../img/new_meteorite_link_bg_of.jpg);
	display:block;
	padding-left:15px;
	padding-top:7px;
	width:160px;
	height:18px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
#more_info_sheets {
	background:#CFCFD0 url(../img/meteo/1.jpg) repeat-x scroll left top;
}
/* IdTabs Short*/
ul.idTabsShort li a {
	background-image:url(../img/new_meteorite_link_bg_of2.jpg);
	color:#DBDBDB;
}
ul.idTabsShort li a.selected {
	background-image:url(../img/category_meteorite_default_bg_on2.jpg);
	background-repeat:no-repeat;
	color:#fff;
	padding-top:7px;
	height: 26px;
}
ul.idTabsShort li a.one_tab_only {
	cursor:default;
}
.master_categ_14 ul.idTabsShort li a.selected {
	background-image:url(../img/category_meteorite_sciences_bg.jpg);
}
.master_categ_15 ul.idTabsShort li a.selected {
	background-image:url(../img/category_meteorite_education_bg.jpg);
}
.master_categ_18 ul.idTabsShort li a.selected {
	background-image:url(../img/category_meteorite_collectors_bg.jpg);
}
div.sheets {
	clear:both;
	padding:1em;
}
div#more_info_sheets ul li {
	margin-bottom:0.4em;
}
/* global style */
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
input:focus {
	outline: 0;
	outline-offset: 0;
}
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.gif') no-repeat top left;
	height: 21px;
}
h2 span {
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em;
}
h3 {
}
h4 {
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}
/* global layout */
#page {
	width: 980px;
	text-align:left;
	margin: auto;
}
#header {
	background: transparent url(../img/header_bg.jpg) no-repeat 0 0;
	width: 980px;
	height: 121px;
}
#header h1 {
	padding-left: 13px;
	padding-top: 11px;
	width: 269px;
	height: 74px;
	float: left;
}
#left_column, #center_column {
	float:left;
}
#left_column {
	clear:left;
	width: 201px;
	padding-left: 3px;
}
#center_column {
	width: 522px;
	margin-left: 24px;
}
#right_column {
	float: right;
	width: 201px;
	margin-right: 4px;
}
#footer {
	clear: both;
	float: left;
	margin-top: 12px;
}
/* Center column */
#center_column #blockmultitag .block_content {
	width: 522px;
	margin: auto auto;
	background-color: #FFFFFF;
}
#center_column #blockmultitag #science, #center_column #blockmultitag #edu, #center_column #blockmultitag #collector {
	float: left;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0 157px;
	margin-right: 1px;
	width: 173px;
	height:367px;
	overflow:hidden;
}
#center_column #blockmultitag #science{ background-image:url(../img/science_header_bg.jpg); }
#center_column #blockmultitag #science a { color: #6708C0; }
#center_column #blockmultitag #edu img { padding-top: 26px; }
#center_column #blockmultitag #edu { background-image:url(../img/edu_header_bg.jpg); }
#center_column #blockmultitag #edu a { color: #015AA5; }
#center_column #blockmultitag #collector img { padding-top: 4px; }
#center_column #blockmultitag #collector { background-image:url(../img/collector_header_bg.jpg); }
#center_column #blockmultitag #collector a { color: #C2C701; }
#center_column #blockmultitag #collector h3, #center_column #blockmultitag #edu h3, #center_column #blockmultitag #science h3 {
	background: transparent url(../img/white_arrow.gif) no-repeat 7px 7px;
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
	text-transform: uppercase;
	width: 157px;
	height: 43px;
	padding: 3px 0 0 18px;
	margin: 0px;
}
#center_column #blockmultitag #collector h3 a, #center_column #blockmultitag #edu h3 a, #center_column #blockmultitag #science h3 a {
	color: white;
	display: block;
	width: 141px;
	height: 44px;
}
#center_column #blockmultitag #science p {
	border-left: solid 2px #6708C0;
	border-right: solid 2px #6708C0;
	border-top: solid 2px #6708C0;
	border-bottom: solid 5px #6708C0;
	margin-top:2px;
	height: 154px;
	font-family: arial;
	overflow-y:hidden;
}
#center_column #blockmultitag #edu p {
	border-left: solid 2px #015AA5;
	border-right: solid 2px #015AA5;
	border-top: solid 2px #015AA5;
	border-bottom: solid 5px #015AA5;
	margin-top:2px;
	height: 154px;
	font-family: arial;
	overflow-y:hidden;
}
#center_column #blockmultitag #collector p {
	border-left: solid 2px #C2C701;
	border-right: solid 2px #C2C701;
	border-top: solid 2px #C2C701;
	border-bottom: solid 5px #C2C701;
	margin-top:2px;
	height: 154px;
	font-family: arial;
	overflow-y:hidden;
}
.chrondites {
	color: #0058A2;
	font-weight: bold;
	font-size: 18px;
}
.enstatite {
	color: #0978D4;
	font-size: 12px;
}
.carbonaceous {
	color: #0978D4;
	font-size: 20px;
}
.achondrites {
	color: #0978D4;
	font-weight: bold;
	font-size: 12px;
}
.stony {
	color: #0978D4;
	font-size: 10px;
}
.oriented {
	color: #0978D4;
	font-weight: bold;
	font-size: 16px;
}
.large {
	color: #0978D4;
	font-size: 11px;
}
#science_pallasites {
	color: #5518AE;
	font-weight: bold;
	font-size: 14px;
}
#science_meteorites {
	color: #5518AE;
	font-weight: bold;
	font-size: 14px;
}
#science_pallasites_2 {
	color: #5518AE;
	font-weight: bold;
	font-size: 18px;
}
#edu_pallasites {
	color: #004680;
	font-weight: bold;
	font-size: 14px;
}
#edu_meteorites {
	color: #004680;
	font-weight: bold;
	font-size: 14px;
}
#edu_pallasites_2 {
	color: #004680;
	font-weight: bold;
	font-size: 18px;
}
#collector_pallasites {
	color: #C1C701;
	font-weight: bold;
	font-size: 14px;
}
#collector_meteorites {
	color: #C1C701;
	font-weight: bold;
	font-size: 14px;
}
#collector_pallasites_2 {
	color: #C1C701;
	font-weight: bold;
	font-size: 18px;
}
/*Section block center*/
/* Homefeatured product*/
#featured-products_block_center {
	clear: both;
	background: transparent url('../img/new_meteorite.jpg') no-repeat 0 0;
	width: 522px;
	margin: 16px auto 0px auto;
}
#featured-products_block_center h4 {
	text-transform: uppercase;
	color: #2D2D2D;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	padding-top: 3px;
	padding-left: 9px;
}
#featured-products_block_center ul#categ_meteorites { 
	height: 25px; 
}
#featured-products_block_center #categ_meteorites li.last{
	border: none;
}
#featured-products_block_center ul#categ_meteorites li {
	list-style: none;
	float: left;
	width: 173px;
	border-right:1px solid #FFFFFF;
}
#featured-products_block_center #categ_meteorites li a {
	background: transparent url('../img/new_meteorite_link_bg_of2.jpg') no-repeat 0 0;
	display: block;
	width: 173px;
	height: 33px;
	line-height:27px;
	vertical-align:middle;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#featured-products_block_center #categ_meteorites li a:hover {
	background: transparent url('../img/home_title_bg_on.jpg') no-repeat 0 0;
	border: none;
}
#featured-products_block_center #categ_meteorites li a.meteoForCollector { width: 174px; }
#featured_content ul{
	background: #CFCFD0 url('../img/block_product-list-item.jpg') repeat-x left top ;
	height: auto;
	overflow: hidden;
	display: block;
	width: 522px;
	padding:10px 0;
}
#featured_content li, #center_column div.accessories_block .block_content li {
	display: block;
	float: left;
	padding: 0 4px;
	width: 119px;
	text-align:center;
	list-style: none;
	border-right: 1px solid #333333;
	overflow:hidden;
}
#featured_content li.last_item, #center_column div.accessories_block .block_content li.last_item {
	border: none;
}
#featured_content li h5 a {
	height: 52px;
}
#featured_content li p a {
	color: #666666;
}
#featured_content a.more_details, #center_column .products_block a.more_details {
	display:block;
	background: transparent url('../img/icon/blue_arrow.gif') no-repeat 4px 5px;
	height:18px;
	line-height:18px;
	vertical-align:middle;
	color: #333333;
	text-align:center;
	font-weight: bold;
	font-size: 11px;
}
#featured_content a.exclusive, #center_column div.accessories_block .ajax_add_to_cart_button {
	background: transparent url('../img/icon/add_cart_arrow.jpg') no-repeat 6px 8px;
	background-color:#666666;
	height: 22px;
	line-height:22px;
	vertical-align:middle;
	font-size:11px;
}
#featured-products_block_center #categ_meteorites li a.collect {
	background-image:url(../img/category_meteorite_collectors_bg.jpg)!important;
}
#featured-products_block_center #categ_meteorites li a.education {
	background-image:url(../img/category_meteorite_education_bg.jpg)!important;
}
#featured-products_block_center #categ_meteorites li a.sciences {
	background-image:url(../img/category_meteorite_sciences_bg.jpg)!important;
}
/* */
/* global RTE fields */

div.rte html, div.rte div, div.rte span, div.rte applet, div.rte object, div.rte iframe,
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6, div.rte p, div.rte blockquote, div.rte pre,
div.rte a, div.rte abbr, div.rte acronym, div.rte address, div.rte big, div.rte cite, div.rte code,
div.rte del, div.rte dfn, div.rte em, div.rte font, div.rte img, div.rte ins, div.rte kbd, div.rte q, div.rte s, div.rte samp,
div.rte small, div.rte strike, div.rte strong, div.rte sub, div.rte sup, div.rte tt, div.rte var,
div.rte dl, div.rte dt, div.rte dd, div.rte ol, div.rte ul, div.rte li,
div.rte fieldset, div.rte form, div.rte label, div.rte legend,
div.rte table, div.rte caption, div.rte tbody, div.rte tfoot, div.rte thead, div.rte tr, div.rte th, div.rte td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853;
}
div.rte h1 {
	font-size: 25px;
	font-weight:bold;
}
div.rte h2 {
	font-size: 20px;
	background:none;
	text-transform:none;
}
div.rte h3 {font-size: 16px;}
div.rte h4 {font-size: 14px;}
div.rte h5 {font-size: 12px;}
div.rte h6 {font-size: 8px;}
div.rte ol, div.rte ul {
	padding-left: 2em;
}
div.rte ul {
	list-style-type:square;
}
div.rte strong {
	font-weight:bold;
}
div.rte em {
	font-style:italic;
}
/* tables still need 'cellspacing="0"' in the markup */
div.rte table {
	border-collapse: separate;
	border-spacing: 1px;
	width:auto;
}
div.rte caption, div.rte th, div.rte td, div.rte table {
	text-align: left;
	font-weight: normal;
	background:none;
	height:inherit;
	border:1px #e5e6e7 solid;
	text-align:center;
}
div.rte th {
	padding-left:1em;
	padding-right:1em;
	background:#e5e6e7;
}
div.rte p {
	margin:0.5em 0pt;
	padding-left:0.7em;
}
/* /global RTE fields */

/* global table style */
div.table_block {
}
table.std {
	border-collapse:collapse;
	border-spacing: 0;
	padding: 0px;
	margin: ;
}
table.std td {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}
table.std th {
	padding: 0.4em 0.5em;
}
table.std tfoot td {
	height: 20px;
}
table.std th {
	white-space:nowrap;
}
table.std tr.item td, table.std tr.item th {
	background-color: white;
}
table.std tr.alternate_item td, table.std tr.alternate_item th {
}
table.std tbody tr td, table.std tfoot tr td {
}
table.std thead th {
	background-color: transparent;
	background-image: url('../img/cart_summary.gif');
	background-repeat: repeat-x;
	height:30px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
table.std thead th.first_item {
	background-position: top left;
}
table.std thead th.last_item {
	background-position: top right;
}
table.std thead th.item {
	background-position: -5px 0;
}
table.std tfoot td {
	color: #374853;
	text-align: right;
	white-space: nowrap;
}
/* /global table style */
/* global form style */
form.std {
	clear: both;
}
form.std h3, h3.light {
	background: transparent url('../img/title-h3.jpg') repeat-x 0px 0px;
	color: #FFFFFF;
	font-size: 18px;
	border-bottom: 1px solid #d1d4db;
	padding-left: 8px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}
h3.light {
	background: transparent url('../img/title-h3-light.jpg') repeat-x 0px 0px!important;
}
form.std fieldset {
	border: none;
}
form.std fieldset 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 h4 {
	clear: both;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 11px;
	padding-left: 9px;
	padding-right: 15px;
	font-size: 11px;
}
form.std h5 {
	clear: both;
	color: #323437;
	font-weight: bold;
	font-size: 12px;
	padding-top: 16px;
	padding-bottom: 12px;
	padding-left: 10px;
}
form.std label, form.std p span {
	float: left;
	text-align: right;
}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
input, textarea, select, span.editable {
}
input, textarea, select {
	border: 1px solid #acacac;
}
input.text {
	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: none;
	text-align: left;
}
.required sup {
	color: #2d2d2d;
}
/* 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 */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	font-family: Verdana;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #656870;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: block;
	line-height: 23px;
	height: 22px;
	padding-left: 9px;
	padding-right: 9px;
}
/* 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 {
}
*/
/* 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 {
} 
*/
/* 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 {
} 
*/
/* 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 {
}
*/
/* 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 {
} 
*/
/* 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 {
}
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 {
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
}
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 {
}
*/
/* exclusive button 
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive {
}
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini {
}
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small {
}
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large {
}
*/
/* 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 {
	padding-left: 2em;
	background: transparent url('../img/icon/bullet.gif') no-repeat 0.6em 0.5em;
	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; }
.price, .price-shipping, .price-wrapping {
	white-space:nowrap;
	text-align: right;
}
/* errors */
.error {
	width: 90%;
	border: 1px solid #da0f00;
	background-color: #f1f2f4;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em;
}
.error p { font-weight: bold; }
.error p a.button_small {
	width: 100px;
	margin-top: 10px;
}
.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;
	background-color: #d0d3d8;
	border: 1px dashed green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em;
}
.success_inline {
	color:green;
	font-weight:bold;
}
.success_inline a {
	color:green;
	font-weight:bold;
	text-decoration: underline;
}
/* breadcrumb.tpl */
.breadcrumb {
	margin-top: 11px;
	color: #676767;
	font-size: 10px;
}
.breadcrumb .navigation-pipe {
	color: #afb0b0;
	padding-left: 5px;
	padding-right: 5px;
}
.breadcrumb a {
	text-decoration: none;
	color: #afb0b0;
	font-size: 10px;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
/* pagination.tpl */
div.pagination { 
	clear: both;
	float: left;
	padding-right: 8px;
}
form.pagination {
	float: right;
}
ul.pagination {
	list-style: none;
	float: left;
	margin-top: 1px;
}
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 {
	border: 1px solid #888;
	padding: 0em 0.4em;
	display: block;
	line-height: 17px;
	background: #2d2d2d url('../img/pagination_bg.gif') repeat-x top right;
}
ul.pagination a { text-decoration: none; }
ul.pagination li.current span {
	background-color: #595a5e;
	background-image: url('../img/pagination-bg-current.gif');
	color: white;
	border: 1px solid #595a5e;
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none;
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	background-image: url('../img/pagination-prevnext-bg.gif');
	border: none;
	line-height: 19px;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 0 1px;
}
#pagination_previous {
	background: transparent url('../img/pagination-prev-border.gif') no-repeat top left;
	padding-left: 6px;
}
#pagination_previous a, #pagination_previous span {
	border-left: none;
}
#pagination_next {
	background: transparent url('../img/pagination-next-border.gif') no-repeat top right;
	padding-right: 6px;
}
#pagination_next a, #pagination_next span { border-right: none; }
li.disabled span {
	color: #888;
	background-color: #f1f2f4;
}
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float:left;
	margin-left: 0.3em;
	margin-right: 10px;
	margin-top: 2px;	
}
form.pagination select { 
	float:left;
	margin-right: 7px;
	height: 20px;
	line-height: 20px;	
}
form.pagination select option {
	font-size: 0.9em;
	padding-right: 1em;
}
form.pagination input { float: left; }
div.pagination form p {
	line-height: 17px;	
}
/* product-sort.tpl */
#productsSortForm {
	float: left;
}
form#productsSortForm p {
	margin: 0.5em 0 0 0;
}
form#productsSortForm p label, form#productsSortForm p select { float:right; }
form#productsSortForm p select { 
	font-size:1em;
}
form#productsSortForm p select option {
	padding-left: 5px;
	padding-bottom: 3px;
}
/* Header */
#header ul { list-style: none; }
#header form {
	border: none;
	margin-bottom: 0!important;
	display: inline;
}
#header label {
	margin: 0;
	float: none;
}
#header img {
	border: none;
}
#header #header_main-links {
	float: left;
	padding-left: 223px;
}
* html #header #header_main-links {
	padding-left: 218px;
}
#header #main-links {
	background: url('../img/bg_main-links.gif') no-repeat scroll top left;
	display: block;
	width: 527px;
	height:23px;
	margin-top: 4px;
}
#header #main-links li {
	float: left;
	display: block;
	width: 175px;
	text-align: center;
}
#header #main-links li a {
	color: #fff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
}
#header #main-links li a:hover { color: #ea8e2f; }
#header #main-links li a.selected { color: #ea8e2f; }
/* block top currencies */
#header #currencies_block_top {
	margin: 0.4em 0.5em 0 0;
	float: left;
}
#header #currencies_block_top ul {
	float: left;
	height: 1.5em;
}
#header #currencies_block_top ul li {
	float:left;
	margin-right:0.2em;
}
#header #currencies_block_top ul li a {
	display:block;
	font-size:0.8em;
	background-color:#f1f2f4;
	border:#595a5e 1px solid;
	text-decoration:none;
	width: 1.6em;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
}
#header #currencies_block_top ul li a:hover {
	background-color:white;
	border: #7C8187 1px solid;
	color: black;
}
#header #currencies_block_top ul li.selected a {
	border: none;
	background-color: transparent;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color: black;
}
#header #currencies_block_top p {
	clear: left;
}
/* block top languages */
#header #languages_block_top {
	margin: 0.4em 0.3em 0 0;
	float: left;
}
#header #languages_block_top p { clear: left; }
#languages_block_top ul#first-languages {
	float: left;
	height: 1.5em;
	width: 8.6em;
}
#languages_block_top ul#first-languages li {
	float:left;
	margin-right: 0.3em;
}
#languages_block_top ul#first-languages li.selected_language {
	float:left;
	margin-right: 0.3em;
}
/* top links */
ul#header_links {
	float: left;
	padding-left: 106px;
	padding-top: 2px;
	width: 247px;
	height: 20px;
}
#header_links li {
	list-style: none;
	float: left;
	height: 20px;
}
#header_links li a {
	float: left;
	height: 17px;
	color: #FFFFFF;
	padding-top: 5px;
	font-size: 10px;
}
#header_links li#header_link_contact a {
	background: transparent url('../img/icon/logo_contact.gif') no-repeat 0 5px;
	padding-left: 28px;
	width: 53px;
}
#header_links li#header_link_sitemap a {
	background: transparent url('../img/icon/logo_sitemap.gif') no-repeat 0 5px;
	padding-left: 23px;
	width: 57px;
}
#header_links li#header_link_bookmark a {
	background: transparent url('../img/icon/logo_bookmark.gif') no-repeat 0 2px;
	padding-left: 24px;
	width: 57px;
}
#header ul#header_menu {
	background: transparent url('../img/header_bg_sub_menu.jpg') no-repeat 0 2px;
	float: right;
	width: 527px;
	height: 23px;
	margin-top: 4px;
}
#header ul#header_menu li {
	float: left;
	padding: 3px 10px 0 10px;
}
#header ul#header_menu li a {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
/* block top search */
#search_block_top {
	float: left;
	width: 330px;
	height: 26px;
	margin-bottom: 27px;
}
#search_block_top p {
	background:transparent url(../img/logo_search.jpg) no-repeat scroll 5px 3px;
	float:left;
	padding-left:32px;
	padding-top:3px;
	width:301px;
}
#search_block_top input#search_query {
	float: left;
	width: 200px;
	border: 1px solid #afb6c4;
	height: 16px;
}
#searchbox input.searchbox_button {
	background: transparent url('../img/search_bg.jpg') no-repeat 0 0;
	border: none;
	color: #FFFFFF;
	margin-left: 6px;
	width: 90px;
	height: 18px;
	line-height:18px;
	float: left;
	padding-bottom: 4px;
	font-size:11px;
	font-weight: bold;
}
/* block left column "Quick search" */
#search_block_left input { margin: 2px 0px 0px 0px; }
#search_block_left #search_query { width: 11em; }
#search_button { display: inline; }
/* E-book */
#left_column #ebook_block_left h4 {
	text-transform: none;
	font-size: 14px;
}
#left_column #ebook_block_left h4 #block_left_free_ebook { 
	color: #FF6600; 
	text-transform: uppercase;
}
#left_column #ebook_block_left .block_content {
	padding: 8px 6px 0px 10px;	
}
#ebook_block_left p {
	font-weight: bold;
	color: #2d2d2d;
}
#ebook_block_left p.teaser {
	padding-bottom: 6px;
}
#ebook_block_left form p.input {
	background-color: #666666;
	margin-top: 4px;
	font-weight: normal;
	height: 23px;
	line-height: 23px;
}
#ebook_block_left form p.input label {
	float: left;
	color: #FFFFFF;
	padding-left: 4px;
	line-height: 21px;
	font-size: 10px;
}
#ebook_block_left input.text {
	float: right;
	width: 104px;
	height: 14px;
	padding: 0px;
	margin-right: 4px;
	border: 1px solid #afb5c5;
	margin-top: 3px;
	font-size: 11px;
	padding-top: 1px;
	padding-left: 4px;
}
#ebook_block_left form p .button {
	float: right;
	background-color:#666666;
	color: #FFFFFF !important;
	width: 127px;
	height: 21px;
	padding: 0px 0px 2px 0px;
	margin-top: 9px;
}
#ebook_block_left .warning_inline {
	padding-top: 3px;
	color: red;
}
#ebook_block_left .success_inline {
	padding-top: 3px;
	color: green;
}
/* block top user information */
#header_user_info {
	float: right;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 5px;
	min-width: 235px;
}
#header_user_info a {
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
}
ul#header_nav {
	float: right;
	list-style: none;
	font-size: 11px;
	height: 59px;
	width: 201px;
	padding-left: 5px;
	margin-left: 22px;
}
ul#header_nav li#shopping_cart {
	white-space: nowrap;
}
ul#header_nav li#shopping_cart a {
	display: block;
	height: 18px;
	background: transparent url('../img/icon/logo_cart.gif') no-repeat 2px 5px;
	color: #FFFFFF;
	padding-left: 32px;
	padding-top: 5px;
	margin-top: 1px;
	float: left;
	white-space: nowrap;
	cursor: pointer;
}
ul#header_nav li#shopping_cart a span {
	float: left;
	margin-left: 2px;
}
ul#header_nav li#shopping_cart a span.ajax_cart_total {
	margin-left: 4px;
}
ul#header_nav li#your_account a {
	display: block;
	height: 18px;
	background: transparent url('../img/icon/logo_account.gif') no-repeat 3px 3px;
	color: #FFFFFF;
	padding-left: 32px;
	width: 158px;
	padding-top: 7px;
	margin-top:5px;
}
/* Footer */
#footer {
	clear: both;
	background: transparent url('../img/footer_bg.jpg') no-repeat 0 0;
	width: 980px;
	height: 66px;
}
#footer p {
	float: left;
	color: #FFFFFF;
	padding: 16px 0 0 24px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}
ul#block_various_links_footer {
	float: left;
	padding: 16px 20px 0 115px;
}
#block_various_links_footer li {
	float: left;
	color: #FFFFFF;
	padding-left: 9px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	list-style: none;
}
#footer p a { color: #FFFFFF; }
#block_various_links_footer li a {
	background: transparent url('../img/icon/blue_arrow.gif') no-repeat 0 3px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	padding-left:10px;
}
/* Default block style */
#left_column div.block, #right_column div.block {
	background: #e7e8e9 url('../img/block_footer.gif') no-repeat bottom left;
	margin-top: 5px;
	padding-bottom: 7px;
	width: 201px;
}
div.block h4 {
	background: transparent url('../img/categ_header_bg.jpg') no-repeat 0 0;
	text-transform: uppercase;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	width: 192px;
	padding: 0px 0px 0px 9px;
	color: #333333;
}
/*div.block ul { list-style: none; }
div.block ul.tree li { padding-left:1.2em; }
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside;
}
*/
/* 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.gif') 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: #2d2d2d url('../img/block_exclusive_bg.jpg') repeat-x bottom left;
	border-left: 1px solid #595a5e;
	border-right: 1px solid #595a5e;
}
/* block myaccount */
/*#left_column div.myaccount,#right_column div.myaccount { background: #f6dce8 url('../img/block_footer_myaccount.jpg') no-repeat bottom left; }*/
/*div.myaccount h4 { background: #971d58 url('../img/block_header_myaccount.jpg') no-repeat top left; }*/
div.myaccount h4 a, div.myaccount h4 {
}
div.myaccount, div.myaccount a { color: #5d0630; }
div.myaccount ul.bullet { margin-top: 0.6em; }
div.myaccount ul.bullet li { background-image: url('../img/icon/bullet_myaccount.gif'); }
div.myaccount ul.bullet .icon { display: none; }
div.myaccount p.logout { padding: 0.3em 0 0.3em 2em; }
/*div.myaccount p.logout, div.myaccount p.logout a { color: #dd2a81; }*/
div.myaccount p.logout a { text-decoration: underline; }
div.myaccount p.logout a:hover { text-decoration: none; }
/*div.myaccount .block_content {
	background: #f6dce8 url('../img/block_bg_myaccount.jpg') repeat-x bottom left;
	border-left: 1px solid #f6dce8;
	border-right: 1px solid #f6dce8;
}*/
.account_input {
	width: 162px;
	height:15px;
	font-size: 11px;
}
/* Styles for products blocks */
/* block products (new, features, viewed, etc...) on left and right column */
.products_block li.item img { margin-right: 5px; }
.products_block li.last_item { border: none; }
.products_block li img {
	vertical-align: top;
	float: left;
}
.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.2em 0.4em;
}
.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 { color: #595a5e; border: none;}
#center_column .products_block h4 { line-height: 1.3em; }
#center_column .products_block .block_content {
	padding:0;
	clear: both;
}
/*#center_column .products_block li.last_item { float:none; clear:both; }*/
#center_column .products_block li.last_item_of_line {
	border-right:none;
	padding-right: 0px;
	width: 132px;
	}
#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; }
#center_column .products_block p.product_desc,
	#center_column .products_block h5 {
	text-align:left;
}
#center_column div.products_block h5 {
	display: block;
	margin-left:0.5em;
	height: 45px;
	overflow:hidden;
}
#center_column div.products_block h5 a {
	color:#000;
	font-size:9pt;
}
#center_column div.products_block ul li p {
	margin:0;
	padding:0;
}
#center_column div.products_block p.product_desc {
	padding: 10px 0;
	height:70px;
	color: #595a5e;
	overflow:hidden;
}
#center_column div.products_block ul li p.product_desc a {
	display: block;
	font-weight:normal;
	width: 120px;
	/*height: 59px;*/
}
#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;
	height: 80px;
}
#center_column div.products_block a.product_image img {
	float:none;
	margin:0;
	height: 80px;
	width: 117px;
}
#center_column .products_block span.price {
	color:#E2001A;
	display:block;
	float:none !important;
	font-size:14px;
	font-weight:bold;
	padding:0 0 8px;
	text-align:center;
}
#center_column span.old_price_display {
	text-decoration: line-through;
	color:#e2001a;
	font-size:12px;
}
#center_column .products_block span.old_price_display {
	display: block;
	padding: 6px 0 8px 0;
	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 0.5em 0 0.5em;
}
/* Special style for block accessories in center column (product page) */
#center_column div.accessories_block .block_content { background:#cfcfcf url('../img/featured_product_li_bg.jpg') left top repeat-x; }
#center_column div.accessories_block .block_content, #center_column div.accessories_block .block_content ul { width:522px; }
#center_column div.accessories_block .block_content ul { padding:9px 0; height:310px; }
#center_column div.accessories_block .block_content ul li { background:none; }
#center_column div.accessories_block p.product_desc { height:55px; }
#center_column div.accessories_block p.product_desc a.product_description {
	display: block;
	height: 50px;
	margin-left:2px;
}
#center_column div.accessories_block a.product_image {
	height:115px;
	line-height:115px;
	vertical-align:middle;
	text-align:center;
}
#center_column div.accessories_block a.product_image img { width:115px; height:115px; }
#center_column div.accessories_block .block_content ul li a.product_image, #center_column div.accessories_block .block_content li a.product_description {
	margin-bottom:6px;
	color:#666;
	font-size:0.8em;
	font-weight:normal;
}
#center_column div.accessories_block .block_content ul li.last_item a.product_image { border:none; }
#center_column div.accessories_block .product_accessories_price a.button { margin:0.5em 0 0; padding:0 12px; }
/* Block tags */
div.tags_block .block_content {
	padding: 0.2em 0.6em;
}
div.tags_block p {
	text-align: justify;
	font-size:0.9em;
}
div.tags_block p a {
	margin: 0 0.1em;
	line-height: 1.5em;
}
div.tags_block p a:hover {
	color:white!important;
	background-color:#5D717E;
	text-decoration:none;
}
a.tag_level3 { font-size: 1.6em; font-weight:bold;}
a.tag_level2 { font-size: 1.4em; }
a.tag_level1 { font-size: 1em;}
a.tag_level {}
/* Block manufacturer */
.blockmanufacturer ul, .blocksupplier ul {
	margin-bottom: 0.6em;
}
.blockmanufacturer select, .blocksupplier select {
	width: 100%;
	margin: 0;
}
/* Block specials */
.blockspecials ul {
	height: 8em;
}
.blockspecials li {
	float: left;
	clear: none;
	width: 48%;
}
.blockspecials span {
	display: block;
}
.blockspecials p.product_image {
	margin-right: 0.3em;
}
.blockspecials p {
	padding: 0.3em 0 0 0;
	margin: 0;
	text-align: center;
	clear: both;
}
.blockspecials p a {
	margin: 0 auto;
}
/* Block Viewed Products */
div#viewed-products_block_left div.block_content ul.products li { height:85px; }
div#viewed-products_block_left div.block_content ul.products li img { margin-right:7px; }
/* Block newsletter */
div#newsletter_block_left div.block_content { padding:0 0 0 0; text-align:center; }
div#newsletter_block_left div.block_content p { padding:0.3em 0; text-align:center; }
div#newsletter_block_left div.block_content input.button_mini { margin:1em auto 0em auto;}
div#newsletter_block_left h4 span { color: #eb7700;}
div#newsletter_block_left h4 {
	color:#333333;
	font-family:Helvetica,Sans-Serif;
	font-size:14px;
	font-weight:bold;
	height:20px;
	line-height:14px;
	padding:5px 0 0 7px;
	width:194px;
}
div#newsletter_block_left p#freebook {
	color:#2d2d2d;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-left :9px;
	padding-bottom: 8px;
	padding-top: 7px;
}
div#newsletter_block_left p.freebook {
	background-color: #656870;
	margin-bottom: 4px;
	margin-left: 9px;
	width: 186px;
	color: #fff;
}
div#newsletter_block_left p.freebook input {
	width: 109px;
}
div#newsletter_block_left p.freebook label {
	float: left;
	color: #fff;
	font-family: arial;
	font-size: 10px;
	width: 60px;
	text-align: right;
	padding-top: 2px;
}
div#newsletter_block_left .button1 {
	float: right;
	background-color:#656870;
	color: #fff;
	font-weight: bold;
	width: 130px;
	font-size: 12px;
	height: 22px;
	padding-bottom: 5px;
	cursor: pointer;
}
/* Block RSS */
div#rss_block_left p { margin:0.5em 0; text-align:center; }
/* Block logo payment */
div.paiement_logo_block { width: 191px; text-align: center; margin-bottom: 1.5em; }
div.paiement_logo_block a { text-decoration: none; }
div.paiement_logo_block img { margin: 0 0.5em; }
/* Block editorial */
.editorial_block {
}
.editorial_block h2 {
	background: none;
	padding: 0;
	margin-bottom: 1em;
}
.editorial_block p { text-align: justify; padding-top: 0.4em;}
#editorial_block_center p { padding-left:0px; }
/* Block advertising */
#left_column div.advertising_block {
	overflow: hidden;
	width: 201px;
	margin-bottom: 1em;
	text-align: left;
}
#left_column div.advertising_block h5 {
	background: transparent url('../img/categ_header_bg.jpg') no-repeat 0 0;
	display: block;
	width: 191px;
	height: 23px;
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding: 4px 0 0 10px;
	font-weight: bold;
}
#left_column div.advertising_block img {
	float: left;
	padding: 7px 10px 0 10px;
}
#left_column div.advertising_block #text_anim {
	float: left;
	width: 134px;
	padding-top: 4px;
}
#left_column div.advertising_block a {
	color: #333333;
}
#left_column div.advertising_block #text_anim #text_anim_bold {
	font-weight: bold;
}
/* Block new products */
#new-products_block_right dt a { font-size:0.8em; font-weight:bold; }

/* Block categories Bloc infos CMS */
#left_column #categories_block_left.block, #right_column #informations_block_right.block {
	background: none;
	padding-bottom: 4px;
	background:#E7E8E9 url(../img/block_footer_dark.gif) no-repeat bottom left;	
}
#categories_block_left .block_content {
	width: 201px;
	padding: 0px;
	background-color: #656870;
}
#categories_block_left ul, #informations_block_right ul {
	clear: both;
	width: 201px;
	list-style: none;
}
#categories_block_left ul.tree li, #informations_block_right ul li {
	clear: both;
	display: block;
	background-color: #656870;
	background-image: none;
	margin: 0px!important;
	padding: 0px!important;
	border-bottom: 1px solid #575757;
	min-height: 23px;
	float: left;
	width: 201px;
	border-left: 0px;
}
#informations_block_right ul li {
	float: left; /* IE 6 ? */
}
#categories_block_left ul.tree li.last, #informations_block_right li.last {
	border-bottom: none;
}
#categories_block_left ul.tree li.dark, #informations_block_right ul.tree li.dark {
	background: transparent url('../img/categ_list_items.jpg') repeat-x 0px 0px;
}
#categories_block_left ul.tree li a.first,#informations_block_right li a {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	padding: 0px;
	white-space: nowrap;
	width: 180px;
}
#categories_block_left ul.tree li ul {
	float: left;
	padding-top: 7px;
	padding-bottom: 4px;
	background-color: #E7E8EA;
	display: none;
}
#categories_block_left ul.tree li li {
	background-color: transparent;
	display: block;
	font-weight:bold;
	font-size:13px;
	border: none;
	height: auto;
	min-height: 20px;
}
#categories_block_left ul.tree li li:hover {
	background-image: none;
}
#categories_block_left ul.tree ul li a {
	float: left;
	color: #2d2d2d;
	background: none;
	font-size: 11px;
	font-weight: normal;
	padding-right: 10px;
	line-height: 13px;
	width: 165px;
	padding-bottom: 7px;
	font-weight: bold;	
}
#categories_block_left ul.tree li li a:hover {
	background-image: none;
	color: #eb7700;
	font-weight: bold;
}
#categories_block_left ul.tree ul li a.selected {
	color: #eb7700;
	font-weight: bold;
}
#categories_block_left ul.tree li li.last ul {
	padding-bottom: 0px;
}
#categories_block_left span.grower {
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#categories_block_left span.open { 
	background-image: url('../img/icon/less.gif');
	background-position: 4px 10px;
	width: 20px;
	height: 23px;			
}
#categories_block_left span.close { 
	background-image: url('../img/icon/more.gif');
	background-position: 8px 5px;	
	width: 20px;
	height: 23px;
	cursor: pointer;
}
#categories_block_left ul.tree li li span.open { 
	background-image: url('../img/icon/less_blue.gif');
	background-position: 6px 5px;
	width: 21px;
	height: 12px;			
}
#categories_block_left ul.tree li li span.close { 
	background-image: url('../img/icon/blue_arrow.gif');
	background-position: 9px 3px;	
	width: 21px;
	height: 12px;
}
#categories_block_left span.grower.spacer {
	background-image: none!important;
}
#categories_block_left ul.tree li li ul {
	padding-left: 26px;
	width: 175px!important;
	padding-top: 0px;
	padding-bottom: 0px;
}
#categories_block_left ul.tree li li li {
	height: auto;
	width: auto;
}
#categories_block_left ul.tree li li li a {
	font-weight: normal;
	width: 161px;
}
#categories_block_left ul.tree li li li a:hover, div#categories_block_left ul.tree li li li a.selected {
	font-weight: normal!important;
	height: auto;
}
#informations_block_right li a {
	float: left;
	background-image:url(../img/icon/more.gif);
	background-repeat: no-repeat;
	background-position:8px 5px;
	padding-left: 20px;
}
/*#right_column*/
#catalog .block_content {
	padding-left: 5px;
	padding-top:5px;
}
#catalog .block_content ul, #guide .block_content ul {
	padding-left: 4px;
	padding-top: 5px;
}
#catalog .block_content ul li, #guide .block_content ul li {
	float: left;
	font-size: 11px;
	font-weight: bold;
	width: 185px;
	padding-bottom: 8px;
	list-style: none;
}
.meteorite_catalog, .guide_text {
	background: transparent url('../img/icon/blue_arrow.gif') no-repeat 0 3px;
	float: left;
	padding-left: 8px;
	color: #333333;
}
.download_button {
	float: right;
	height: 23px;
	width: 83px;
	text-align: center;
}
.download_button a {
	display: block;
	height: 19px;
	padding-top: 4px;
	width: 83px;
	color: #FFFFFF;
	background-color: #666666;
}
/* steps (like order step) */
ul.step {
	list-style: none;
	height: 25px;
	width:500px;
	margin-top: 43px;
	margin-bottom: 35px;
}
ul.step li {
	height: 25px;
	float: left;
	width: 100px;
	text-align: center;
	background: transparent url('../img/step_standard.gif') no-repeat bottom left;
}
ul.step li.step_first {
	background: transparent url('../img/step_start.gif') no-repeat bottom left;
}
ul.step li.step_first.step_current {
	font-weight:bold;
	color: #eb7700;
	background: transparent url('../img/step_first_curent.gif') no-repeat bottom left;	
}
ul.step li.step_current {
	font-weight:bold;
	color: #eb7700;
	background: transparent url('../img/step_current.gif') no-repeat bottom left;	
}
ul.step li.step_todo, ul.step li.step_done a {
	color: #898989;
}
ul.step li#step_end { 
	background: transparent url('../img/step_end.gif') no-repeat bottom left; 
}
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;
}
/* Block cart */
#cart_block_list span.quantity-formated {
	float: left;
	clear: both;
}
#right_column #cart_block {
	margin-bottom:7px;
	padding-bottom: 5px;
	color: #2d2d2d;
}
#right_column #cart_block a {
	color: #2d2d2d;
	float: left;
	white-space: nowrap;
}
#cart_block_list dl.products a {
	font-weight: bold;
	float: left;
	width: 109px;
}
#cart_block_list #cart_info {
	padding: 8px 9px 0px 11px;
	font-size: 10px;
	letter-spacing: -0.8px;
}
#right_column #cart_block .ajax_cart_no_product {
	display: block;
}
#cart_block_no_products {
	padding: 10px 10px;
}
div#cart_block h4 {
	background: transparent url('../img/categ_header_bg_cart.jpg') no-repeat 0px 0px;
}
#cart_block h4 span  {
	background-position: 8px 4px;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 9px;
	padding-left: 8px;
	text-transform: none;
	float: left;
}
#block_cart_expand {
	background-image: url('../img/icon/sort_desc.gif') ;
}
#block_cart_collapse {
	background-image: url('../img/icon/up.gif');
}
#cart_block_list .price {
	float: right;
}
#cart_block_list .remove_link {
	float: right;
	width: 0px;
	height: 0px;
	display: none;
}
.cart_block_product_name {
	float: left;
}
.price_list_item {
	float: right;
}
.cart_block_product_name {
	float: left;
	font-weight: bold;
}
#cart_block_summary {
	padding-bottom: 6px;
	padding-left: 10px;
	padding-top: 6px;
}
#cart_block dt, #cart_block dd {
	clear:both;
	margin-top:0.2em;
}
dl.products{
	padding: 12px 9px 7px 11px;
}
dl.products dt {
	padding-bottom: 5px;
	display: block;
	height: 14px;
}
#cart-prices {
	clear:both;
	border-top: 1px solid #666666;
	font-weight: bold;
	height: 28px;
	padding: 10px 9px 14px 11px;
}
#shipping_text {
	float: left;
}
#cart_block_shipping_cost {
	font-weight: normal;
	font-size: 11px;
}
#total_text {
	float: left;
	padding-top: 5px;
}
#cart_block_total {
	font-weight: bold;
	float: right;
	font-size: 11px;
	padding-top: 5px;
}
#cart-buttons {
	color: #333333;
	font-weight: bold;
	text-align: center;
	padding-left: 8px;
}
#right_column #cart-buttons a {
	color:#FFFFFF;
	float: left;
	text-align: center;
	height: 19px;
	padding-top: 4px;	
}
#cart-buttons #button_view_cart {
	background-color:#666666;
	width: 98px;
}
#cart-buttons #button_order_cart {
	background-color:#FF6600;
	height: 19px;
	width: 82px;
	margin-left: 5px;
}
/* authentication.tpl */
#authentication #create-account_form, #authentication #login_form {
	clear: none;
	float: left;
}
#authentication #login_form a {
	float: left; 
	color:#9ea5b2;
	padding-left: 10px;
	clear: both;
}
#authentication #create-account_form {
	margin-right: 6px;
}
#authentication #create-account_form p.text, #authentication #login_form p.text {
	color: #9ea5b2;
	padding-left: 9px;
}
#authentication #create-account_form fieldset, #authentication #login_form fieldset {
	height: 220px;
	width: 258px;
	background: #e2e2e3 url('../img/form_bg.jpg') repeat-x 0px 31px;
}
#authentication p.submit {
	text-align:left;
	padding-left: 10px;
	margin-top: 13px;
}
#authentication #create-account_form label, #authentication #login_form label {
	float: none;
	clear: both;
	display: block;
	text-align: left;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 8px;
}
#authentication #login_form #passwd_label {
	margin-bottom: 6px;
}
#authentication #login_form p.submit {
	margin-top: 10px;
	margin-bottom: 9px;
}
#authentication #SubmitCreate {
	background-color: #3a3a3a;
	width: 147px;
}
#authentication #alias, #address #alias {
	width: 388px;
}
#authentication p.padded, #address p.padded {
	margin-top: 21px;
}
#authentication #id_gender1, #authentication #id_gender2 {
	margin-bottom: -2px;
}
#authentication #alias_label, #address #alias_label {
	width: 454px;	
}
#authentication #address_alias, #address #address_alias {
	text-align: right;
	padding-right:104px;
}
#address form.std p.required span {
	font-size: 11px;
	text-align: left;
}
#authentication #submitAccount {
	float: right;
}
#authentication p.checkbox {
	padding-left: 164px;
}
#account-creation_form, #address form.std {
	margin-bottom: 11px;
	width: 522px;
}
#account-creation_form h3 {
	margin-bottom: 25px;
}
#account-creation_form fieldset.address {
	margin-top: 25px;
}
#account-creation_form p, #address form.std p {
	height: 17px;
	line-height: 17px;
	margin-bottom: 7px;
	clear: both;
}
#account-creation_form p.submit, #address form.std p.submit {
	padding: 0px;
	margin: 0px;
	margin-top: 19px;
	height:22px;
}
#account-creation_form input.text, #address form.std input.text {
	height: 15px;
	line-height: 15px;
	font-size: 11px;
	width: 248px;
}
#account-creation_form label, #account-creation_form span, #address form.std label {
	width: 147px;
	padding-right: 17px;
	font-size: 12px;
	line-height: 17px;
}
#account-creation_form textarea, #address form.std textarea {
	height: 50px;
	width: 252px;
}
#account-creation_form p.textarea, #address form.std p.textarea {
	height: 52px;
}
#account-creation_form p.select, #address form.std p.select {
	height: 20px;
}
#account-creation_form input.text, form#account-creation_form #id_country, form#account-creation_form #id_state {
}
/* address.tpl */
#address .breadcrumb {
	margin-bottom: 25px;
}
#address h3 {
	margin-bottom: 28px;
}
#address #submitAddress {
	float: right;
}
/* my-account.tpl */
#my-account #center_column ul { margin: 2em 0; }
#my-account #center_column li { list-style: none; margin: 2em 1.5em; }
/* discount.tpl */
td.discount_value {
	white-space: nowrap;
}
/* category.tpl */
h2.category_title {
	font-size: 15px;
	height: 28px;
	color: #fff;
	line-height: 20px;
	width: 510px;
	margin: -2px 0 14px 0;
	padding-left:12px;
}
body#category h2.category_title.purple {
	background: transparent url(../img/category_bg_titleScience.jpg) repeat-x scroll left top;
}
body#category h2.category_title.yellow {
	background: transparent url(../img/category_bg_titleCollectors.jpg) repeat-x scroll left top;
}
body#category h2.category_title.blue {
	background: transparent url(../img/category_bg_titleEdu.jpg) repeat-x scroll left top;
}
body#category h2.category_title.grey {
	color: #374853;
}
#category #subcategories li {
	margin-right:10px;
	margin-left: 10px;
	width: 80px;
}
#category #center_column {
	padding-top:7px;
}
#subcategories {
	margin-top: 30px;
}
#subcategories a {
	color: #2D2D2D;
	width: 80px;
}
#subcategories h3 {
	font-size: 12px;
	font-weight: bold;
}
div.cat_desc {
}
#category div#subcategories ul.inline_list li a img {
	display:inline;
}
form.pagination input.button_mini {
	background:#666666 url(../img/icon/add_cart_arrow.jpg) no-repeat scroll 6px 8px;
	padding-left: 7px;
	padding-right: 0px;
	width: 40px;
	height: 22px;
	line-height:22px;
	vertical-align:middle;
	color: #fff ! important;
	font-size: 12px;
}
/* product-list.tpl */
span.list_block_product {
	background: transparent url('../img/product-list_ul_bg.jpg') no-repeat left bottom;
	display: block;
}
ul#product_list {
	margin:10px 0;
	list-style-type:none;
	width: 522px;
}
ul#product_list li {
	background: transparent url('../img/block_product-list-item.jpg') repeat-x bottom left;
	margin-bottom: 10px;
	padding: 8px 8px 8px 3px;
	display: block;
	height: auto;
	width: 511px;
	margin-top: 0;
}
ul#product_list li a {
	text-decoration:none;
	color:#374853;
}
ul#product_list li p.product_desc a {
	display: block;
	width: 277px;
	margin-left: 95px;
}
ul#product_list a.product_img_link {
	float:left;
	margin-right:0.8em;
	margin-left: 0.3em;
}
ul#product_list a.exclusive {
	float: right;
	background: #666 url('../img/icon/add_cart_arrow.jpg') no-repeat 6px 8px;
	padding-left: 15px;
	padding-right: 5px;
	width: 96px;
	height: 22px;
	line-height:22px;
	vertical-align:middle;
	text-align: left;
}
ul#product_list a.button {
	clear: both;
	color:#fff;
	text-align: right;
}
ul#product_list li h3 { margin:0.4em 0; }
ul#product_list li .new {
	background: transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0 0;
	border:1px solid #488C40;
	color:white;
	font-size:0.6em;
	font-weight:bold;
	margin:0px;
	padding:0 0.4em;
	text-transform:uppercase;
	vertical-align:0.3em;
}
ul#product_list li p.product_desc { font-size:0.92em; }
ul#product_list li div.center_block {
	float:left;
	width:72%;
}
ul#product_list li div.right_block {
	float:left;
	width: 28%;
	text-align: right;
	/*margin-left: 0.5em;*/
}
ul#product_list li.discount {
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li span.orange {
	display: block;
	margin-bottom:6px;
	text-transform:uppercase;
	font-weight:bold;
}
ul#product_list li span.delivery {
	color:#1b1d21;
	font-size: 10px;
	display: block;
	margin-bottom: 15px;
}
ul#product_list span.price {
	display: block;
	font-size: 11pt;
	margin-bottom: 0.2em;
	color: #d90f01;
	font-weight: bold;
	width: auto;
	float: right;
}
ul#product_list li span.availability {
	color:#129848;
	font-size:0.9em;
	font-weight: bold;
	float: right;
	width: 120px;
}
ul#product_list li a.button {
	margin-top:0.5em;
	float: right;
}
/* shopping cart */
#order div#cart_summary_last_title {
	background: transparent url('../img/last_title.gif') repeat-x 0px 0px;
	width: 514px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 8px;
}
#order #cart_summary_last {
	font-size: 11px;
}
#order #cart_summary_last td.cart_product {
	padding-left: 166px;
}
#order #cart_summary_last td.cart_description {
	width: 120px;
}
p#contain {
	color: #f7922e;
	font-weight: bold;
	margin-top: 25px;
}
.title {
	color: #656870;
	font-size: 11px;
	font-weight: bold;
	padding-left: 8px;
}
.cart_product a, .cart_product img {
	display: block;
	width: 69px;
	height: 69px;
}
p.cart_navigation {
	padding-bottom: 88px;
}
p.cart_navigation .button, p.cart_navigation .button_large {
	float: left;
}
p.cart_navigation .exclusive, p.cart_navigation .exclusive_large {
	float: right;
	background:#eb7700 url(../img/white-arrow.gif) no-repeat scroll 6px 8px;
	padding-left: 15px;
}
form.std p.cart_navigation span {
	float:none;
	text-align:left;
	width:auto;
}
#cart_summary {
	width: 522px;
	color: #2d2d2d;
}
#cart_summary tbody {
	background: url('../img/cart_summary_tr.jpg') repeat-x bottom;
}
#cart_summary tbody td {
	height: 89px;
}
#cart_summary tbody td.cart_discount_name {
	padding-left: 10px;
	font-weight: bold;
}
#cart_summary tbody td.cart_total, #cart_summary tbody td.cart_discount_price {
	padding-right: 6px;
}
#cart_summary tbody td.cart_quantity p {
	height: 14px;
	margin-top: 6px;
}
#cart_summary tfoot tr td {
	border-top: none;
}
#cart_summary tfoot tr td.price {
	padding-right: 6px;
	padding-left: 6px;
}
#cart_summary tfoot tr.cart_free_shipping td.price {
	padding-left: 0px;
}
#cart_summary tfoot tr.cart_total_product td {
	padding-top: 10px;
	height: 30px;
}
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none;
}
tr.cart_item td { padding: 0.5em 0; }
td.cart_product a {
	padding-left: 7px;
	padding-right: 11px;
}
td.cart_product a img {
	width: 69px;
	height: 69px;
}
td.cart_product a:hover img { border: 1px solid #888; }
td.cart_description a {
	text-decoration: none;
	color: #2d2d2d;
	font-size: 11px;
	font-weight: normal;
}
td.cart_description a:hover { text-decoration: underline; }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #2d2d2d; }
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: 30px;
}
td.cart_quantity {
	width: 5.5em;
	text-align: right;
}
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;
}
#order tfoot p {
	margin: 0;
	float: left;
	width: 85%;
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block;
}
tr.cart_total_price { font-weight: bold; }
#order form#voucher fieldset {
	background-color: #d1d2d3;
	padding: 0.7em;
	border: none;
	color: #2D2D2D;
	margin-bottom: 18px;
	margin-top: 15px;
}
#order form#voucher #discount_name {
	width: 125px;
}
#order #cart_voucher p.submit input.button {
	background: #656870 url('../img/white-arrow.gif') no-repeat 6px 5px;
	color: #FFFFFF;
	height: 18px;
	line-height: 17px;
	margin-right: 3px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Verdana;
	text-align: left;
	padding-left: 12px;
}
#order form#voucher p {
	float: left;
}
#order form#voucher p.submit {
	float: right;
}
#order form#voucher h4 {
	float: left;
	height: 18px;
	line-height: 18px;
	margin-right: 118px;
	font-size: 11px;
}
/* Order Carrier */
#order #gift_div { 
	display:none;
}
#order #gift_div label {
	clear: both;
	text-align: left;
	padding-left: 28px;
}
#order #gift_div label, #order #gift_div textarea {
	clear: both;
	display:block;
	width:100%;
	margin:1em 0;
}
#order .carrier_form p.checkbox {
	padding-left: 11px;
}
#order .carrier_form p.checkbox a {
	color: #2D2D2D;
	text-decoration: underline;
}
#order .carrier_form table {
	margin-top: 13px;
	width: 520px;
	border-left: 1px solid #d6d7e1;
	border-right: 1px solid #d6d7e1;	
}
#order .carrier_form table thead th {
	font-size: 12px;
	font-weight: bold;
}
#order .carrier_form table tbody td {
	height: 100px;
	border-bottom: 1px solid #d6d7e1;
}
#order td.carrier_action {
	padding-left: 10px;
}
#order p.cart_navigation {
	margin-top: 25px;
}
/* Order payment */
.payment_module {
	display: block;
}
.payment_module img {
	vertical-align: middle;
	margin-right: 1em;
}
#hook_payment {
}
.payment_module a {
	display: block;
	border: 1px solid #d6d7e1;
	padding: 0.6em;
	margin-top: 10px;
	text-decoration: none;
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border: 1px solid #488c40;
	background-color: #e5e6e7;
	color: #374853;
}
#order #payment h4 {
	margin-top: 17px;
	margin-bottom: 28px;
	word-spacing: -1px;
	letter-spacing: -0.2px;
}
#order #payment h4 span.price {
}
/* Block logo payment */
div.paiement_logo_block { width: 191px; text-align: center; margin-bottom: 1.5em; }
div.paiement_logo_block a { text-decoration: none; }
div.paiement_logo_block img { margin: 0 0.5em; }
/* contact-form.tpl */
body#contact-form div#center_column form input#email, body#contact-form div#center_column form select#id_contact, body#contact-form div#center_column form textarea#message {
	width: 50%;
}
/* history.tpl*/
#block-history { color:#374853; }
.color-myaccount { color: #dd2a81; }
#block-history table#order-list {
	border:none;
}
#block-history table#order-list thead th {
	background-image: url('../img/block_myaccount_header_large.gif');
}
#block-history table#order-list thead th {
	color:white;
}
#block-history table#order-list tbody {
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
}
#block-history table#order-list tbody tr td {
	background-color:white;
}
#block-history table#order-list td.history_link {
	white-space: nowrap;
	text-align: right;
}
#block-history #block-order-detail {
	border-top:2px #dd2a81 solid;
	border-bottom:2px #dd2a81 solid;
	padding:0.5em;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
}
#block-history #block-order-detail p {
	padding-left :0;
	padding-right :0;
}
#order-detail-content {
	clear:both;
	margin-top: 12px;
}
#order-detail-content tbody tr {
	height:3em;
}
#order-detail-content tfoot td {
	border:none;
}
#order-detail-content table td input.order_qte_input {
	display:none;
}
#order-detail-content table td.order_cb input {
	border: none;
}
#order-detail-content table td span.order_qte_span {
	width: 100%;
	display:block;
}
#block-history #block-order-detail h4 { font-size:1.4em; }

#block-history #block-order-detail #sendOrderMessage p {
	padding:0 4px 0 1px;
}
#block-history #block-order-detail textarea {
	margin:0 auto;
	width:100%;
}
#ordermsg textarea {
	margin:0;
	padding:0;
	width:520px;
	height: 84px;
}
/* sitemap.tpl */
#sitemap_content { margin-left:5em; }
div.sitemap_block {
	padding:0;
	float:left;
	width:30%;
}
div.sitemap_block ul { text-align:left; }
div.sitemap_block h3, .categTree h3 {
	margin-top:1em;
	margin-bottom:1em;
}
div.categTree {
	margin-top:25px;
	margin-bottom:1em;
	margin-left:5em;
}
div.sitemap_block a, div.categTree a {
	color: #2d2d2d;
}
div.sitemap_block a:hover, div.categTree a:hover {
	text-decoration: underline;
}
/* product.tpl */
#primary_block #pb-left-column, #primary_block #pb-right-column { float:left; *margin-top:1px; }
#primary_block #pb-left-column { width:303px; }
#primary_block #pb-right-column {
	margin-left:9px;
	width:210px;
}
* html #primary_block #pb-right-column { width:208px; }
#primary_block #image-block {
	padding:6px 0;
	width:300px;
	height:300px;
	border:#d0d1d5 solid 1px;
	border-top:none;
}
#primary_block #image-block img#bigpic { cursor:pointer; }
ul#usefull_link_block {
	list-style-type:none;
	margin:15px 0;
}
ul#usefull_link_block li {
	float:right;
}
ul#usefull_link_block li.view_full_size {
	float:left;
	width:170px;
}
ul#usefull_link_block li.more_details {
	float:left;
	width:100px;
}
ul#usefull_link_block li.print {
	float:left;
	width:65px;
}
ul#usefull_link_block li a, ul#usefull_link_block span.span_link, ul#usefull_link_block span.span_link:hover {
	text-decoration:none;
	color:#76839b;
	font-size:0.9em;
	background: white url('../img/icon/bullet_alt.jpg') no-repeat top left;
	padding-left:15px;
	display:block;
	height:15px;
	white-space:nowrap;
}
#primary_block #short_description_block {
	background: #CFCFD0 url('../img/product_block_desc.jpg') repeat-x scroll left top;
	padding:6px 6px 35px 6px;
}
#primary_block #color_picker p {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 0;
}
#primary_block #color_picker {
	padding: 0.7em;
	background: transparent url('../img/product-short-desc-bg.gif') repeat-x left bottom;
	height: 42px;
	margin-bottom: 1.5em;
}
#primary_block a.color_pick {
	width: 20px;
	height: 20px;
	float: left;
	border: 1px solid #666;
	margin: 0 0.5em 0 0;
	cursor: pointer;
}
#primary_block a.color_pick:hover {
	border: 1px solid #000;
}
#primary_block p.buttons_bottom_block { margin:0; }
#primary_block p.buttons_bottom_block a,
	#primary_block p.buttons_bottom_block input {
	float:right;
	background:#656870 none repeat scroll 0 0;
	width:95px;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	color:#fff;
}
#primary_block p.buttons_bottom_block a {
	margin-top:9px;
}
#primary_block #short_description_content { margin-bottom:0.5em; }
#primary_block form#buy_block {
	background: #CFCFD0 url('../img/product_block_price.jpg') repeat-x scroll left top;
	padding:12px 6px 6px;
	font-size:8pt;
	color:#374853;
	overflow:hidden;
}
#primary_block form#buy_block p,#primary_block form#buy_block span {
	clear:both;
	padding-bottom:6px;
	text-align:right;
}
#primary_block form#buy_block img.on_sale_img {
	float:left;
}
#primary_block #add_to_cart input {
	background:#eb7700;
	width:130px;
}

#primary_block form#buy_block span.on_sale {
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block span.discount {
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block span.our_price_display {
	color:red;
	float:right;
	font-size:11pt;
	font-weight:bold;
}
#primary_block form#buy_block span#availability_label {
	margin-right:1em;
}
#pQuantityAvailable {
	display:block;
}
#primary_block form#buy_block label {
	text-align:right;
}
#primary_block div#attributes p, #quantity_wanted_p { height:2em; }
/* prices */
#primary_block form#buy_block p.price {
	font-size:1.05em;
	text-align:right;
}
#primary_block form#buy_block span#pretaxe_price {
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p#old_price {
	padding:0;
	text-align:right;
}
#primary_block form#buy_block p#reduction_percent {
	color:#da0f00;
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p.price-ecotax {
	font-size:0.75em;
	text-align:right;
}
/* views block */
#views_block {
	margin:0 auto;
	width:468px;
}
#views_block div {
	margin:9px 0;
}
#thumbs_list {
	overflow:hidden;
	float:left;
	width:390px;
}
#thumbs_list ul {
	padding-left:0px;
	list-style-type:none;
	margin-top: 5px;
}
#thumbs_list li {
	cursor:pointer;
	float:left;
	margin-right:15px;
	width:93px;
}
#view_scroll_left, #view_scroll_right {
	background: transparent url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	display:block;
	width:36px;
	height:18px;
	float:left;
	margin-top:39px;
}
#view_scroll_right {
	background-image: url('../img/thumbs_right.gif');
}
/* manufacturers-list.tpl && suppliers-list.tpl */
ul#manufacturers_list, ul#suppliers_list {
	margin-top:2em;
	list-style-type:none;
}
ul#suppliers_list li, ul#manufacturers_list li {
	background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;
	border: solid 1px #d0d3d8;
	padding:0.6em;
	margin-bottom:1.5em;
}
ul#suppliers_list li a, ul#manufacturers_list li a {
	text-decoration:none;
	color:#374853;
}
ul#suppliers_list li h3, ul#manufacturers_list li h3 { margin:0.4em 0; }
ul#suppliers_list .left_side, ul#manufacturers_list .left_side {
	float:left;
	width:75%;
}
ul#suppliers_list .logo, ul#manufacturers_list .logo {
	border: solid 1px #d0d3d8;
	float:left;
	margin-right:0.6em;
}
ul#suppliers_list li p.description, ul#manufacturers_list li p.description { font-size:0.92em; }
ul#suppliers_list li .right_side, ul#manufacturers_list li .right_side {
	float:right;
	text-align:right;
}
ul#suppliers_list .right_side span, ul#manufacturers_list .right_side span {
	font-size:1.7em;
	color:#da0f00;
}
ul#suppliers_list li a.button, ul#manufacturers_list li a.button { margin-top: 4em; }
/* category.tpl */
#category img#categoryImage {
	border: none;
	width: 522px;
	height: 160px;
}
div.head_category {
	width: 522px;
	margin: 10px auto 0;
}
/* category.tpl */
/* adresses */
div.addresses {
	position: relative;
	width: 522px;
	font-size: 12px;
}
div.addresses p.select {
	clear: both;
	float: left;
	line-height: 20px;
	padding-top: 15px;
	padding-left: 11px;
}
div.addresses p.select a, div.addresses p.address_add a {
	width: 200px;
}
div.addresses p.checkbox {
	clear: both;
	padding: 0px;
	padding-top: 16px;
	padding-left: 11px;
	height: 14px;
}
div.addresses h3 { margin: 0; }
div.addresses p.checkbox input {
	margin-top:0!important;
	margin-top:-3px;
}
ul.address {
	margin-top: 18px;
	background-color:white;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
	width:258px;
	background:#E2E2E3 url(../img/form_bg.jpg) repeat-x scroll 0 31px;
	padding-bottom: 16px;
}
div.addresses #address_delivery {
	margin-right: 6px;
}
div.addresses #id_address_delivery, div.addresses #id_address_invoice {
	margin-left: 11px;
}
div.addresses #id_address_delivery option, div.addresses #id_address_invoice option {
	padding-right: 7px;
}
ul.address li {
	padding-left: 15px;
}
li.address_title {
	margin-top: 0!important;
	background-color: #d0d1d5;
	color: #374853;
	font-weight: bold;
	height: 27px;
	font-size: 1.2em;
	line-height: 1.9em;
	padding-left: 0px;
	margin-bottom: 14px;
}
ul.item li.address_title, ul.alternate_item li.address_title {
	background: transparent url(../img/title-h3.jpg) repeat-x scroll 0px;
	border-bottom: 1px solid #D1D4DB;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
}

li.address_country, li.address_delete {
	margin-bottom: 20px;
}
li.address_update {
	margin-bottom: 8px;
}
li.address_update a, li.address_delete a, li.address_add a {
	color: #323437;
	background: transparent url('../img/icon/orange-arrow.gif') no-repeat 0px 3px;
	padding-left: 16px;
}
li.address_company { font-weight: bold; }
#ordermsg {
	clear: both;
}
#ordermsg p {
	margin-top: 11px;
	clear: both;
	color: #323437;
	font-size: 11px;
	margin-bottom: 7px;
}
#ordermsg p.textarea {
	padding-top: 0px;
}
/* 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; }
/* identity.tpl */
p#security_informations {
	font-size:0.85em;
	margin: 0 3em;
}
/* 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 0px 6px;
}
.customization_block_input {
	vertical-align: inherit;
}
img.customization_delete_icon {
	margin: 2px;
}
li.customizationUploadLine {
	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;
}
/* category Products block */
#productscategory {
	margin:2em auto;
	height:120px;
	width:100%;
}
#productscategory_noscroll {
	margin:2em auto;
	height:120px;
	width:100%;
}
#productscategory_list {
	overflow:hidden;
	float:left;
	width:96%;
}
#productscategory_list ul {
	padding-left:0px;
	list-style-type:none;
}
#productscategory_list li {
	float:left;
	margin:0 3px;
	cursor:pointer;
	text-align:center;
	width:100px;
	overflow:hidden;
}
#productscategory_scroll_left, #productscategory_scroll_right {
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	display:block;
	width:9px;
	height:18px;
	float:left;
	margin-top:30px;
}
#productscategory_scroll_right {
	background-image: url('../img/thumbs_right.gif');
}
/* module blockwishlist */
#wishlist_block #wishlist_block_list dl.products {
	font-size: 10px;
	border-bottom: 1px solid #fff;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
#wishlist_block div.block_content #wishlist_block_list dl.products dt a.cart_block_product_name {
	font-weight:bold;
}
#wishlist_block div.block_content #wishlist_block_list dl.products dt {
	margin: 4px 0 4px 0;
}
#wishlist_block div.block_content #wishlist_block_list dl.products dt a.ajax_cart_block_remove_link {
	float: right;
	margin:-12px 0 0 0;
}
#wishlist_block div.block_content #wishlist_block_list dl.products dd {
	font-style: italic;
	margin: 0 0 0 10px;
}
#wishlist_block div.block_content p select#wishlists {
	width: 140px;
}
#wishlist_block div.block_content p a.exclusive {
	margin: 5px auto 0 auto;
}
/* mywishlist */
div#mywishlist div#block-order-detail form.wl_send fieldset p input {
	margin-left:60px;
}
div#mywishlist div#block-order-detail {
	margin-top: 10px;
	display: block;
}
div#mywishlist form.std fieldset label {
	width: 30px;
}
div#mywishlist form.std fieldset input#submitWishlist {
	display: inline;
}
div#mywishlist table.std thead th.mywishlist_first {
	text-align: center;
	width: 40px;
}
div#mywishlist table.std thead th.mywishlist_second {
	text-align: center;
	width: 80px;
}
div#mywishlist table.std thead th.first_item, div#mywishlist table.std tbody tr td {
	width: 200px;
}
div#mywishlist div#block-order-detail {
	margin-top: 10px;
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail select {
	margin: 0;
}
div#mywishlist #hideBoughtProducts,div#mywishlist #showBoughtProducts {
	float:left;
	margin:-18px 0 0 5px;
}
div#mywishlist #showBoughtProducts, div#mywishlist #hideBoughtProductsInfos, div#mywishlist #hideSendWishlist {
	display:none;
}
div#mywishlist #showBoughtProductsInfos, div#mywishlist #hideBoughtProductsInfos {
	float:right;
	margin:-18px 118px 0 0;
}
div#mywishlist #showSendWishlist, div#mywishlist #hideSendWishlist, div#mywishlist div#block-order-detail ul li a.exclusive {
	float:right;
	margin:-18px 0px 0 0;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th {
	text-align: center;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item {
	width: 300px;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos {
	margin:0 0 0 10px;
}
div#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: 35px;
	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 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 0px; }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
	border: 1px solid #FF0000;
}
div.star_on a {
	background-position: 0 -16px;
}
div.star_hover a, div.star a:hover {
	background-position: 0 -32px;
}
.confirmation { color: forestgreen; font-weight: bold; }

body#category h2, body#product h2{
	background-image:url(../img/default_header_bg.jpg);
	background-repeat:repeat-x;
	color:white;
	font-size:12pt;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	overflow-y:hidden;
}
body#category h2{
	margin-bottom:9px;
}
body#product h2{
	margin-bottom:0;
	text-transform:none;
}
body#category .master_categ_14 h2, body#product .master_categ_14 h2 {
	background-image:url(../img/science_header_bg.jpg);
}
body#category .master_categ_15 h2, body#product .master_categ_15 h2 {
	background-image:url(../img/edu_header_bg.jpg);
}
body#category .master_categ_18 h2, body#product .master_categ_18 h2 {
	background-image:url(../img/collector_header_bg.jpg);
}
#category #pagination input.button_mini {
	text-align: left;
	width: 48px;
}