/*
web-song.com
*/

* {
	padding:0;
	margin:0;
}

body {
	background: #FFF;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #4D4D4D;
	text-align:center;
}
.top_center{width: 168px; margin: 0 auto;}
/* 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;}

/* 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 0px 0px;
	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 {
	list-style-type:none;
	border-bottom:solid 1px #76839b;
	height:21px;
	margin-top:1em;
}
ul.idTabs li {
	float:left;
	margin-right:1px;
}
ul.idTabs li 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;
}
ul.idTabs li a.selected{
	background-image: url('../img/tab_bg_selected.jpg');
	color:white;
}

/* IdTabs Short*/
ul.idTabsShort li a {
	background-image: url('../img/tab_bg_short.jpg');
	width:138px;
}
ul.idTabsShort li a.selected{
	background-image: url('../img/tab_bg_selected_short.jpg');
	color:white;
}

div.sheets{
	clear:both;
	padding:1em;
}
div#more_info_sheets ul li{	margin-bottom:0.4em; }

/* global style */
a {
	color: #5d717e;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
input:focus {
	outline: 0;
	outline-offset: 0;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
h2 span {
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em;
}
h3 { font-size: 1.1em;}
h4 { font-size: 1em; }

/* global layout */
#page {
	margin: 0 auto 2px auto;
	text-align:left;
}
h1#logo {
	float: left;
	width: 29%;
}
#header {
	float: right;
	width: 400px;
	text-align: left;
    margin-top: 10px;
}
#center_contents { width: 980px; margin: 0 auto; background: #FFF; padding-top: 5px;}
#left_column, #center_column, #right_column {
	float:left;    
}
#left_column {
	clear:left;
	width:250px;
	padding-right: 15px;
    margin-left: 5px;
}
#center_column {
	width: 700px;
	margin: 0;
    padding: 1px 1px 10px;
    float: right;
}
#right_column {
	width: 190px;
	padding-left: 15px;
}

/* global RTE fields */

div.rte,
.mceContentBody {
	text-align:left;
	background:white;
	color:black;
}
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6,
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853;
}
div.rte h1,
.mceContentBody h1 {
	font-size: 25px;
	font-weight:bold;
}
div.rte h2,
.mceContentBody h2 {
	font-size: 20px;
	background:none;
	text-transform:none;
}
div.rte h3, .mceContentBody h3 {font-size: 16px;}
div.rte h4, .mceContentBody h4 {font-size: 14px;}
div.rte h5,.mceContentBody h5 {font-size: 12px;}
div.rte h6, div.rte h6 {font-size:  8px;}

div.rte ol, .mceContentBody ul,
div.rte ol, .mceContentBody ul
 {
	padding-left: 2em;
}

div.rte ul, .mceContentBody ul{
	list-style-type:square;
	margin-left:10px;
}

div.rte strong, .mceContentBody strong {
	font-weight:bold;
}

div.rte em, .mceContentBody em {
	font-style:italic;
}

/* tables still need 'cellspacing="0"' in the markup */
div.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width:auto;
}
div.rte caption, div.rte th, div.rte td, div.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;
}

div.rte th,
.mceContentBody th {
	padding-left:1em;
	padding-right:1em;
	background:#e5e6e7;
}

div.rte p,
.mceContentBody p {
	margin:0.5em 0pt;
	padding-left:0.7em;
}
/* /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;
}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
}
table.std td, table.std th {
	padding: 0.4em 0.5em;
}
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 {
	background-color: #f1f2f4;
}
table.std tbody tr td, table.std tfoot tr td {
	border-top: 1px solid #bdc2c9;
}
table.std thead th {
	background-color: transparent;
	background-image: url('../img/table_header.gif');
	background-repeat: no-repeat;
	height:24px;
	color: #374853;
	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 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;
}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
}
table.std td, table.std th {
	padding: 0.4em 0.5em;
}
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 {
	background-color: #f1f2f4;
}
table.std tbody tr td, table.std tfoot tr td {
	border-top: 1px solid #bdc2c9;
}
table.std thead th {
	background-color: transparent;
	background-image: url('../img/table_header.gif');
	background-repeat: no-repeat;
	height:24px;
	color: #374853;
	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 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: 1px solid #d0d3d8;
	margin: 10px;
	padding-bottom: 1em;
}
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, form.std p {
	padding: 0.3em 1em;
	clear: both;
}
form.std label{
	float: left;
	text-align: right;
	width: 30%;
}
form.std p span {
color: red;
}
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;
	vertical-align: top;
	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: none;
	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;
}

/* 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 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;
}
/* 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: none;
    border: 1px solid #D0D3D8;
}
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.gif');
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.pinquiry, a.exclusive, span.button, span.exclusive {
background: url("../img/sbttn.png") no-repeat scroll left -34px transparent;
    height: 34px;
    line-height: 34px;
    width: 80px;
    float: left;
}
a.pinquiry{margin-left: 15px;}
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 {
	width: 180px;
    cursor: pointer;
}
/* 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;
}

/* pagination.tpl */
div.pagination { margin: 1em 0; padding:0 10px 0 3px;}
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 {
	border: 1px solid #D0D1D5;
	padding: 0em 0.4em;
	display: block;
	line-height: 17px;
}
ul.pagination a { text-decoration: none; }
ul.pagination li.current span {
	background-color: #595a5e;
	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 {
	line-height: 17px;
	background-color: #f1f2f4; 
}
#pagination_previous {
	padding-left: 6px;
}
#pagination_previous a, #pagination_previous span {}
#pagination_next {
	padding-right: 6px;
}
#pagination_next a, #pagination_next span {}
#pagination_next.disabled span, #pagination_previous.disabled span  {
	color: #888;
    background: none;
}

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; }

/* product-sort.tpl */
form#productsSortForm p{
	height: 1em;
	margin: 0.5em 0 0 0;
    padding-right: 10px;
}
form#productsSortForm p label, form#productsSortForm p select{ float:right; }
form#productsSortForm p select{ font-size:1em; }

/* Header */
#header ul { list-style: none; }
#header form {
	border: none;
	margin-bottom: 0!important;
	display: inline;
}
#header label {
	margin: 0;
	float: none;
}


/* block top languages */
#header #languages_block_top {
	margin: 0.2em 0.1em 0 0;
	float: right;
}
#header #languages_block_top p {
	clear: left;
}
#languages_block_top ul#first-languages {
	float: right;
	height: 1.5em;
    padding-right: 5px;
}
#languages_block_top ul#first-languages li {
	float:left;
	margin-right: 0.3em;
    margin-left: 3px;
}

#languages_block_top ul#first-languages li a {
    text-decoration: none;
}

#languages_block_top ul#first-languages li a:hover {
    text-decoration: underline;
}

#languages_block_top ul#first-languages li.selected_language {
	float:left;
	margin-right: 0.3em;
}

/* top links */
ul#header_links {
	margin: 0.4em 0.3em 0 0;
	list-style-type: none;
	float: left;
}
#header_links li {
	float:left;
	width: 66px;
}
#header_links a {
	display: block;
	height: 15px;
	color: #595a5e;
	padding-top: 19px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
}
#header_links #header_link_sitemap a {
	background-image: url('../img/icon/sitemap.gif');
}
#header_links #header_link_contact a {
	background-image: url('../img/icon/contact.gif');
}
#header_links #header_link_bookmark a {
	background-image: url('../img/icon/star.gif');
}

/* block top search */
#header #search_block_top {
	height: 28px;
	width: 265px;
	float: right;
    margin-top: 5px;
    clear: both;
}
#header #search_block_top p { padding: 0.4em 0 0.4em 1em; }
#header #search_block_top label, #header #search_block_top input{ float:left; }
#header #search_block_top .button {
    background: #252525;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    width: 36px;
    color: #FFF;
    border: none;
    cursor: pointer;
}
#header #search_block_top input#search_query { 
    background: #FFF;
    color: #5794BF;
    border: 1px solid #5794BF;
    font-size: 14px;
    height: 19px;
    padding-left: 8px;
    width: 180px;
}

/* block left column "Quick search" */
#search_block_left input {
	margin: 2px 0px 0px 0px;
}
#search_block_left #search_query {
	width: 190px;
    height: 20px;
    font-size: 14px;
}
#search_button {
	display: inline;
}

/* block top user information */
#header #header_user {
	width: 99%;
	text-align: right;
	clear: left;
	margin:0.6em 0.6em 0 0;
}
#header_user p { color: #595a5e; }
#header_user span { font-weight: bold; }
#header_user ul { margin-top: 0.3em; }
#header_user li {
	float: right;
	line-height: 2em;
	margin-left: 0.5em;
	white-space: nowrap;
}
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em; }
#header_user #shopping_cart a, #header_user #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 4px 26px;
	height: 20px;
	text-decoration: none;
}
#header_user #shopping_cart a { background-image: url('../img/icon/cart.gif'); }
#header_user #shopping_cart span.ajax_cart_quantity { padding-right:0.5em; }
#header_user #your_account a { background-image: url('../img/icon/my-account.gif'); }

/* Footer */
#footer {
	border-top: 1px solid #d0d3d8;
	padding: 0.5em 0;
	clear: both;
    text-align: center;
}

/* Default block style */
div.block {
	margin-bottom: 1em;
	width: 250px;
}
#left_column div.block, #right_column div.block {
    background: transparent url('../img/left_content.gif') no-repeat -500px bottom;
    padding-bottom: 38px;
}
div.block h4 {
	text-transform: capitalize;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	line-height:38px;
	color: #fff;
	height: 38px;
	background: transparent url('../img/left_content.gif') no-repeat left top;
}
div.block h4 a { color: #374853; }
div.block ul { list-style: none; }
div.block ul.tree li { padding-left:15px; }
div.block a:hover { text-decoration: underline; }
#left_column div.block .block_content a.button_large, #right_column div.block .block_content a.button_large { margin:0 0 0 -3px; }
div.block .block_content {
    background: transparent url('../img/left_content.gif') repeat-y -250px top;
	padding:5px;
	min-height:20px;
    line-height: 22px;
}
div.block li {
	padding: 3px;
	list-style-position: outside;
}
div.block a {
	color: #595a5e;
	text-decoration: none;
}

/* block in the center column */
#center_column p { margin: 0.5em 0; padding-left:0.7em; line-height: 22px;}
#center_column div.block { background: url('../img/left_contents.gif') no-repeat scroll left top transparent;}
#center_column div.block h4 {
	background: transparent url('../img/left_titlebg.png') no-repeat 5px center;
	height: 26px;
    line-height: 26px;
	color: #675D5A;
    padding-left: 30px;
}

#center_column div#home_block_center, #center_column div#h_informations_block{width: 320px; float: left;}

#center_column div#h_informations_block{ margin-left: 15px;}

#h_informations_block li, div.news-list #news-lists li { background: url('../img/dian_b.gif') no-repeat left center; height: 24px; line-height: 24px; padding-left: 10px; border-bottom: 1px solid #BFBFBF;}

/* Styles for products blocks */
/* block products (new, features, viewed, etc...) on left and right column */
.products_block li {
	clear: left;
	margin-top: 0.2em;
}
.products_block li.item img {
	margin-right: 5px;
}
.products_block li.last_item {
	border: none;
}
.products_block li img {
	vertical-align: top;
	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 p {
	margin-top: 0.4em;
}
.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:0pt;
}
#center_column .products_block ul li:hover { background-color: #bdc2c9; }
#center_column .products_block ul li {
	border-right: 1px solid white;
	border-bottom:1px solid white;
	float: left;
	clear: none;
	width:133px;
/*	height:375px;*/

	background-color: #d0d3d8;
	padding: 0;
	margin-top:0;
}

#center_column .products_block ul .product_accessories_description  {
	margin:0;
	padding:0;
}
#center_column .products_block ul .product_accessories_description .product_accessories_price{
	margin-top:75px !important;
	margin-top:0px;
}
#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;
	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 p.product_desc {
	height:9.5em;
	color: #595a5e;
}
#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;
	width: 129px;
	height: 129px;
	margin-left:2px;
}
#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;	
}

#center_column div.products_block a.product_image img{
	float:none;
	margin:0;
}
#center_column div.products_block p.product_desc, #center_column div.products_block h5 {
	margin-left:0.5em;
	margin-right:0.5em;
}
#center_column div.products_block ul li p.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 p.product_desc { height:6.5em; }
#center_column .products_block.accessories_block .block_content li{ background:none;  }
#center_column .products_block.accessories_block .block_content li a.product_image, #center_column .products_block.accessories_block .block_content li a.product_description { border-right:1px solid #d0d3d8; font-weight:bolder; }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image{ border:none; }

/* Block tags */
div.tags_block .block_content {
	padding: 0.5em 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: 14px; font-weight:normal;}
a.tag_level2 { font-size: 12px;}
a.tag_level1 { font-size: 10px; color:#888!important;}

/* 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 RSS */
div#rss_block_left p { margin:0.5em 0; text-align:center; }

/* Block editorial */
.editorial_block { margin-bottom: 10px; background: url("../img/left_contents.gif") repeat-x scroll left top transparent; padding:1px;}
.editorial_block .editorial_img{ width: 192px; float: left; margin: 0 5px;}
.editorial_block .editorial_img img{ width: 188px; padding: 1px; border: 1px solid #E3E3E3;}
.editorial_block .rte{
	background:transparent none repeat scroll 0 0;
}
.editorial_block h2.editorial_title {
	background: url('../img/left_titlebg.png') no-repeat 8px center;
    height: 24px;
    line-height: 24px;
	padding-left: 35px;
	margin-bottom: 10px;
    color: #616169;
    font-size: 14px;
    font-weight: normal;
}
.editorial_block h2.editorial_title a{ float: right; text-decoration: none; padding-right: 10px; color: #616169; font-weight: normal;}
.editorial_block h2.editorial_title a:hover{ text-decoration: underline; font-weight: bold;}
.editorial_block p { text-align: justify; padding-top: 0.4em;}

#editorial_block_center p { padding-left:0px; }
#editorial_block_center .rte{ padding: 5px;}

/* Block new products */
#new-products_block_right ul.product_images li img{}
#new-products_block_right dt a { font-size:0.8em; font-weight:bold; }
/*Block new products in home*/
#new-products_block_home .block_content .product_images li{ float: left; width: 130px; text-align: center; display: inline-block; padding:5px 10px; border: 1px solid #6F7072;  margin: 0 0 15px 17px}
#new-products_block_home .block_content .product_images li h2{ font-size: 12px; height: 35px; overflow: hidden; }

/* Block categories */
div#categories_block_left ul.tree {/* padding-left:0.5em; */}
div#categories_block_left ul.tree li {
	border:none;
	padding-left:10px;
	background: none;
	margin-left:0;
	font-weight:bold;
	font-size:13px;
	line-height:13px;
	margin-top:2px;
}
div#categories_block_left ul.tree li ul li{
	padding:0 0 0 15px;
	background:none;
	font-size:11px;
	font-weight:normal;
}
div#categories_block_left ul.tree li ul li a{ background: url('../img/left_column.gif') no-repeat left center; border: none; padding: 0 0 0 8px;}
div#categories_block_left ul.tree li ul li ul li{
	padding-left:15px;
	font-size:9px;
}
div#categories_block_left ul.tree a{
	padding-left:3px;
	color:#374853;
    display: block;
    border-bottom: 1px dashed #CCCCCC;
    line-height: 25px;
    font-size: 12px;
}
div#categories_block_left ul.tree a:hover{
	text-decoration:none;
    color: red;
}
div#categories_block_left ul.tree a.selected{
	color: #488c40;
	font-weight: bold;
}
div#categories_block_left span.grower{
	display:block;
	float:left;
	background-position: 0px 7px;
	background-repeat: no-repeat;
	width:16px;
	height:16px;
	margin: 0 0 0 -10px!important;
	margin: 0 0 0 -6px;
	padding: 0;
}
div#categories_block_left span.OPEN { background-image: url('../img/icon/lesses.gif'); }
div#categories_block_left span.CLOSE{ background-image: url('../img/icon/mores.gif'); }

/* authentication.tpl */
#authentication #create-account_form, #authentication #login_form {
	width: 49%;
	height: 25em;
	clear: none;
	float: left;
}
#authentication #create-account_form h4 {
	height: 3.4em;
	padding:0.3em 3em 0 4em;
}

#authentication #create-account_form p.text, #authentication #login_form p.text{
	height: 3.4em;
	margin-left:4em;
	padding-left:0;
	padding-right:0;
}

#authentication #login_form a{ color:#374853; }
#authentication #create-account_form { margin-right: 7px; }
#authentication #create-account_form p.text {
text-align:left;
width:100px;
}
#authentication #create-account_form p.text label{
	width:100px;
}
#authentication input#SubmitCreate, #authentication input#SubmitLogin{ margin:0; }
#authentication p.submit {
	margin-right: 0;
	text-align:left;
	padding-left:17% !important;
}
#authentication p.lost_password {
	padding-left:4em;
}

#authentication #create-account_form fieldset, #authentication #login_form fieldset {
	height:18em;
}
#authentication p.submit span { padding-right:0.5em; }
#authentication #create-account_form label, #authentication #login_form label {
	float: none;
	clear: both;
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 0.3em;
}
form#account-creation_form input.text, form#account-creation_form #id_country, form#account-creation_form #id_state, #authentication textarea { width:17em; }

/* category.tpl */
h2.category_title { font-size: 1.3em; }
body#category #subcategories li {
	margin-right:10px;
} 	  
div.cat_desc { margin:0 1em; }

body#category  div#subcategories ul.inline_list  li a img {
	display:inline;
}

/* product-list.tpl */
ul#product_list{ margin:20px 10px; list-style-type:none; }
ul#product_list li {
	border: solid 1px #d0d3d8;
	padding: 6px;
	height:130px;
	clear:both;
	margin-bottom:0.3em;
}
ul#product_list li a {
	text-decoration:none;
	color:#374853;
}

ul#product_list a.product_img_link{
	border: solid 1px #d0d3d8;
	float:left;
	margin-right:0.6em;
}

ul#product_list a.product_img_link img{
	vertical-align:bottom;
}
ul#product_list li h3{ margin:0.6em 0; }
ul#product_list li h3 a{font-size: 14px;}
ul#product_list li .new{
	background:transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
	border:1px solid #488C40;
	color:white;
	font-size:0.6em;
	font-weight:bold;
	margin:0pt 1em 0pt 0pt;
	padding:0pt 0.4em;
	text-transform:uppercase;
	vertical-align:0.3em;
}
ul#product_list li p.product_desc{ font-size: 12px; margin:0.6em 0; }
ul#product_list li div.center_block{
	float:left;
	width:74%;
}
ul#product_list li div.right_block{
	float:right;
	width: 11em;
	text-align:center;
	margin-left:1em;
	margin-top:0;
}
ul#product_list li .discount{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .on_sale{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em;
}
ul#product_list li .price{
	display: block;
	font-size: 1.5em;
	margin-bottom: 0.2em;
}
ul#product_list li span.availability{
	float: right;
	color:#488c40;
	font-size:0.9em;
}
ul#product_list li a.button{ margin-top: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, #country, #subject{
	width: 50%;
}

form.std p.desc_contact span.like_input {
	width: 366px;
	text-align: left;
}


/*  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:5px;
	margin-bottom:1em;
	margin-left:0;
}

/* product.tpl */
#primary_block #pb-right-column{
	width:310px;
	float:left;
    margin-left: 15px;
}
#primary_block #image-block{
    border:#d0d1d5 solid 1px;
	height:302px;
	width:300px;
}
#primary_block #image-block img#bigpic{ 
	cursor:pointer; 
	height:300px;
	width:300px;
}
#primary_block ul#usefull_link_block{
	list-style-type:none;
	margin-top:1em;
}
#primary_block ul#usefull_link_block li{ margin:0.5em 1em 0.5em 0; display: block; }
#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover{
	text-decoration:none;
	color:#76839b;
	font-size:0.9em;
	background: white url('../img/bullet_alt.jpg') no-repeat top left;
	padding-left:15px;
	height:15px;
}
#primary_block #pb-left-column{
	float:left;
	margin-left:0.5em;
	width:233px;
}
#primary_block #short_description_block{
	background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left;
	border: 1px #d0d3d8 solid;
	padding:0.7em;
	margin-bottom:1.5em;
}
#primary_block #color_picker p {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 0;
}
#primary_block #color_picker {
	padding: 0.7em;
	background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left;
	border: 1px #d0d3d8 solid;
	margin-bottom: 1.5em;
}
#primary_block #color_to_pick_list {

}
#primary_block #color_to_pick_list li {
	display: inline;
	float: left;
	margin: 0 0.4em 0.4em 0;
}
#primary_block a.color_pick {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #666;
	cursor: pointer;
}
#primary_block a.color_pick:hover {
	border: 1px solid #000;
}

#primary_block #image-block img#bigpic.jqzoom{
cursor:crosshair;
position:relative;
}

#primary_block p.buttons_bottom_block{ margin:0; }
#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input { display: block;text-align: center; text-decoration: none; }
#primary_block #short_description_content{
	margin-bottom:0.5em;
}
#primary_block form#buy_block{
	background: #f1f2f4 url('../img/product-buy-bg.gif') repeat-x top left;
	font-size:1.1em;
	padding:0.7em;
	color:#374853;
	border: 1px #d0d3d8 solid;
}
#primary_block form#buy_block p{
	padding:0;
	margin-top:0;
}
#primary_block form#buy_block img.on_sale_img{
	float:left;
}
#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{
	float:right;
}
#primary_block form#buy_block span#availability_label{
	float:left;
	margin-right:1em;
}
#primary_block form#buy_block label{
	text-align:right;
}
#primary_block form#buy_block label,#primary_block form#buy_block select{
	display:block;
	width:47%;
	float:left;
}
#primary_block div#attributes p, #quantity_wanted_p{
	clear: left;
	height:2em;
}

/* views block */
#views_block{
	margin:0pt auto;
	width: 274px;
}

#thumbs_list{
	overflow:hidden;
	float:left;
	width: 240px;
}
#thumbs_list ul{
	padding-left:0px;
	list-style-type:none;
	margin-top: 5px;
}
#thumbs_list li{
	float:left;
	cursor:pointer;
	width: 80px;
	height: 80px;
}
#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;
}


/* category.tpl */

#category img#categoryImage {
	margin-top:1em;
}

/* category.tpl */

/* adresses */
div.addresses {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
	padding: 0.6em;
	position:relative;
	width:544px;
}
div.addresses h3 { margin: 0; }
div.addresses p.checkbox input{
	margin-top:0!important;
	margin-top:-3px;
}
ul.address {
	background-color:white;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0.25em;
	padding-bottom:0.6em;
	margin-bottom:1em;
	position:relative;
	width:268px;
}

ul.address li {
	padding-left: 1.4em;
	margin-top: 0.6em;
}
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;
}
ul.item li.address_title { background-image: url('../img/address_alias_left.gif'); }
ul.alternate_item li.address_title { background-image: url('../img/address_alias_right.gif'); }
li.address_name, li.address_update a, li.address_delete a { color: #dd2a81; }
li.address_name, li.address_company { font-weight: bold; }
li.address_update, li.address_delete {
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.5em!important;
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.4em;
	margin-left: 1.4em;
}
#center_column .address_add { padding: 1em 0; }


/* 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;}
}


/* category Products block */
#productscategory{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_noscroll{
	margin:2em auto 0pt;
	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');
}


#page .rte {
	background:transparent none repeat scroll 0 0;
    padding: 0 10px;
    color: #4D4D4D;
}

/*best-sellers_block_right==new-products_block_right*/
#best-sellers_block_right .block_content li, #new-products_block_right .block_content li { text-align: center;}
#best-sellers_block_right .block_content li h2, #new-products_block_right .block_content li h2 { font-size: 12px; text-align:center;}

/*MainNav*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*面包导航屑*/
.paths img {float: left;}
.paths a { text-decoration: none; font-size: 14px; color: #269ACE;}
.paths a:hover { text-decoration: underline;}
.paths { color: #269ACE; font-size: 14px; height: 32px; line-height: 32px; border-bottom:1px solid #C1C1C1; padding-left: 5px;}
.paths img.icon { margin-top: 8px;}
/*cms新闻*/
.news-list #news-lists li{ list-style: none; height: 36px; line-height: 36px; padding: 2px 10px; border-bottom: 1px dashed #BFBFBF;}
.news-list #news-lists li a { text-decoration: none; }
.news-list #news-lists li a:hover { text-decoration: underline; color:#f00;}
.cms_right{font-size:11px; color:#959595; float: right;}

/*cms 广告*/
.cssrigh {float: left; width: 295px; margin: 5px 0;}

/*底部tags滚动*/
#scrolltags{height:25px;line-height:25px;border:#ccc 1px solid;overflow:hidden;}
#scrolltags li{height:25px;padding-left:10px; float: left; width:400px; }
#scrolltags ul { padding: 0; margin: 0; list-style: none;}

.top_pages {height: 120px; overflow: hidden; width: 980px; margin: 0 auto;background: url('../img/top_logo_bg.png') repeat-x left bottom;}
.copys { height: 25px; line-height: 25px;}
.copys a{ text-decoration: none;}

#featured-products_block_center h4.featured{ font-weight: normal; font-size: 14px; color: #616169; background: url("../img/left_titlebg.png") no-repeat scroll 8px center transparent; height: 24px; line-height: 24px; padding-left: 35px;}
#featured-products_block_center h4.featured a{ float: right; color: #616169; font-weight: normal; text-decoration: none; padding-right: 10px;}
#featured-products_block_center h4.featured a:hover{ color: #0000FF; font-weight: bold; text-decoration: underline;}
#featured-products_block_center{ float: right; width: 308px; padding: 1px; background: url("../img/left_contents.gif") repeat-x scroll left top transparent; color: #5D717E; font-size: 16px;}
#featured-products_block_center ul { list-style: none;}
#featured-products_block_center ul li.ajax_block_product{ width: 160px; text-align: center; float: left; margin: 10px 0 0 10px; height: 178px; overflow: hidden;}
#featured-products_block_center ul li.ajax_block_product a{display: block; border: 1px solid #E8E8E8;}
#featured-products_block_center ul li.ajax_block_product a:hover{ border: 1px solid #AFCEFC;}
#featured-products_block_center ul li.ajax_block_product h5 a{ border: none; text-decoration: none;}
#featured-products_block_center ul li.ajax_block_product h5 a:hover{ border: none; text-decoration: underline;}

#featured-products_block_center{}

.cms_titles{ height: 25px; line-height: 25px; padding: 0 10px;}
.cms_titles h2{ float: right;}

#primary_block h2{ padding: 5px 15px;}

.sitemap_block .infoes { list-style: none;}

h4.sitemaps { padding: 5px 10px; line-height: 18px; font-size: 14px;}

/*******************/
#new_products_menu{
margin-top: 5px;
padding-bottom: 5px;
}
#new_products_menu .pcont {
 width:920px;
 float:left;
 overflow:hidden;
 padding-left:5px;
 height: 170px;
 overflow: hidden;
 border-top: 1px solid #DEDEDE;
 border-bottom: 1px solid #DEDEDE;
}
#new_products_menu .ScrCont {
 width:32766px;
 zoom:1;
 margin-left:-5px;
}
#new_products_menu #list1_1, #new_products_menu #list2_1 {
 float:left;
}
#new_products_menu .leftbotton{
 width:22px;
 height:172px;
 float:left;
 background:url('../img/button_l.gif') no-repeat;
 margin-left: 5px;
}

#new_products_menu .rightbottom {
 width:22px;
 height:172px;
 float:left;
 background:url('../img/button_r.gif') no-repeat;
}

#new_products_menu a img {
 display:block;
 cursor:pointer;
 border:none;
 margin:6px auto 1px auto;
}
#new_products_menu ul { list-style: none;}
#new_products_menu ul li {
 width:154px;
 float:left;
 text-align:center;
 line-height:24px;
}
#new_products_menu ul li a.product_image img{
border: 1px dotted #CCC;
border-radius: 2px;
}
#new_products_menu h2{ font-size: 12px; line-height: 16px;}
#new_products_menu h2 a{ text-decoration: none;}

/*首页产品滚动*/
a.abtn {    
    display: block;
    height: 16px;
    margin-right: 5px;
    margin-top: 55px;
    overflow: hidden;
    width: 8px;
}
a.aleft {
    background: url('../img/roll-l.gif') no-repeat scroll 0 0 transparent;
    float: left;
}
a.agrayleft {
    background-position: 0 0;
    cursor: pointer;
    margin-right: 5px;
}
a.aleft:hover {
    background: url('../img/roll-l.gif') no-repeat scroll 0 0 transparent;
    cursor: pointer;
}
a.aright {
    background: url('../img/roll-r.gif') no-repeat scroll 0 0 transparent;
    background-position: 0 0;
    float: left;
    margin-left: 5px;
}

a.aright:hover {
    background: url('../img/roll-r.gif') no-repeat scroll 0 0 transparent;
    cursor: pointer;
}
.scrolllist {
    height: 145px;
    margin: 0 auto;
    width: 307px;
    padding: 15px 0;
}
.scrolllist .imglist_w {
    float: left;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 272px;
}
.scrolllist .imglist_w ul {
    left: 0;
    position: absolute;
    top: 0;
    width: 20000px;
}
.scrolllist .imglist_w li {
    float: left;
    padding: 0 6px;
    width: 123px;
}
.scrolllist .imglist_w li a:hover {
    border: 1px solid #D1D1D1;
}
.scrolllist .imglist_w li>a {
    border: 1px solid #E7E7E7;
    color: #3366CC;
    display: table-cell;
    height: 143px;
    line-height: 145px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 121px;
}
.scrolllist .imglist_w li h5 a{height: 18px; font-size: 12px; font-weight: normal; text-decoration: none; line-height: 18px; color: #8A8A8A; text-align: center;}
.scrolllist .imglist_w li img {
    max-height: 145px;
    max-width: 123px;
    overflow: hidden;
    vertical-align: middle;
}
#s2 {
    height: 408px;
    width: 214px;
}
#s2 .imglist_w {
    height: 408px;
    width: 176px;
}
#s2 .imglist_w ul {
    height: 20000px;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
}
#s2 .imglist_w li {
    float: none;
}

/*neibanner*/
.neibanner{height: 220px; width: 100%;}
#top_lang { height: 26px; line-height: 26px;}
#top_lang li{ display: inline;}
#top_lang li a{ text-decoration: none; }
#top_lang li, #top_lang li a img{ padding-right: 3px;}

#home_img_left{margin-right: 10px;}
#home_img_left ul.sub, #home_img_mid ul.block_content, #home_img_right ul{list-style: none; padding: 0 10px; height: 105px; overflow: hidden;}
#home_img_left ul.sub li ul{display: none;}
#home_img_right{float: right;}
.home_img{width: 300px; padding: 10px; height: 282px; background: url('../img/case_list_bg.gif') no-repeat left top; float: left; overflow: hidden; line-height: 25px;}
.home_img a{ text-decoration: none; color: #000;}
.home_img ul li{background: url('../img/dian_b.gif') no-repeat left center; padding-left: 16px;}
.home_img ul li a:hover{color: #1893CB;}
.home_img img {display: block; margin: 0 auto;}
.home_img h2{line-height: 15px; padding-bottom:5px;font-size: 16px; color: #474747;}
.home_img h2 a{font-size: 16px; color: #474747; text-decoration: none; }
.home_img .pmore_bottom{text-align: right;}
.home_img .pmore_bottom a{ color: blue;}
.home_img .pmore_bottom a:hover{color: #1893CB;}
#foot_nav { margin-bottom: 5px;}
#foot_nav li{display: inline; padding: 0 12px; border-left: 1px solid #888;}
#foot_nav li a{ text-decoration: none;}
#leftcolumn-news ul.block_content{ padding: 0;}
#leftcolumn-news li{ border-bottom: 1px solid #D8D8D8; padding: 0;}
#leftcolumn-news li a{ background: url('../img/left_column.gif') no-repeat 24px center; height: 30px; line-height: 30px; display: block; padding-left: 32px; text-decoration: none;}
#leftcolumn-news li a:hover, #leftcolumn-news li.newsacive a{ background: url('../img/left_column_h.gif') repeat-x left center; height: 30px; line-height: 30px; }
#links_block_left ul.block_content{ padding: 0;}
#links_block_left ul.block_content li { border-bottom: 1px solid #D8D8D8; padding: 0;}
#links_block_left ul.block_content li  a{ height: 30px; line-height: 30px; display: block; background: url('../img/left_column.gif') no-repeat scroll 24px center transparent; padding-left: 32px;}
#links_block_left ul.block_content li  a:hover{background: url("../img/left_column_h.gif") repeat-x scroll left center transparent; text-decoration: none;}
#phone {clear: both; height: 22px; line-height: 22px; text-align: right;font-size: 16px;}
#phone span, #phone a{ font-size: 16px; text-decoration: none; padding: 5px 12px;}