/*
web-song.com
*/

* {
	padding:0;
	margin:0;
}

body {
	background: #E6E6E6;
	font-size: 12px;
	font-family:  Arial, Verdana, Helvetica, Sans-Serif;
	color: #343846;
	text-align:center;
}
#out_bg { }

/* 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 #B2B2B2;
	height:22px;
	margin-top:1em;
}
ul.idTabs li {
	float:left;
	margin-right:1px;
}
ul.idTabs li a {
	display:block;
	width:173px;
	height:18px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:3px;
	color:#000;
}
ul.idTabs li a.selected{
	color:#000;
    border-bottom: 1px solid #FFf;
}

/* IdTabs Short*/
ul.idTabsShort li a {
    background: #E7E7E7;
    border: 1px solid #B2B2B2;
	width:138px;
}
ul.idTabsShort li a.selected{
	color:#0067FF;
    background: none;
}

div.sheets{
	clear:both;
	padding:1em;
}
div#more_info_sheets { border: 1px solid #B2B2B2; border-top: none;}
div#more_info_sheets ul li{	margin-bottom:0.4em; }

/* global style */
a {
	color: #333333;
	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 {
	width: 995px;
	margin: 25px auto 0;
	text-align:left;
    background: url('../img/top_bg.gif') repeat-y left top #FFF;
}
h1#logo {
	float: left;
}
#header {
	text-align: left;
    position: absolute;
    right: 0;
    top: 0;
}
#center_contents { width: 967px; clear: both; margin: 0 auto; padding: 10px 0 10px;}
#left_column {
	float:left;
	width:230px;
}
#center_column {
    float: right;
	width: 725px;
	margin: 0;
    padding: 0px 0px 10px;
    background: #FFF;
}
#center_column .news-list #news-lists{ margin-bottom: 5px;}
#right_column {
	width: 230px;
    float: right;
}

/* 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-collapse: collapse;
	border:1px #e5e6e7 solid;
    padding: 5px;
}

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 form style */
#product_button {
    float: left;
    width: 112px;
}
#products_button {
    background: url("../img/sbttn.png") no-repeat scroll left -34px transparent;
    border: medium none;
    color: #333;
    cursor: pointer;
    height: 32px;
    width: 80px;
}
#inquirys{
    position: relative;
}
#center_column #inquirys p{ padding: 5px 0;}
#inquirys_img {
    position: absolute;
    top: 50px;
}
#product_name{width: 50%; color: red;}
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;
}

/* 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 {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px;
}

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

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

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

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


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

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 30px;
	border: 1px solid #D0D1D5;
}
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.exclusive, span.button, span.exclusive {
	width: 80px;
    height: 34px; line-height: 34px; 
	background: url('../img/sbttn.png') no-repeat left -34px;
}
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: 190px;
    height: 34px;
	background: url('../img/sbttn.png') no-repeat left -102px;
}

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

/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display:none; }

/* generic style */
ul.bullet li, .block ul.bullet li {
	padding-left: 18px;
	background: transparent url('../img/bullet.gif') no-repeat 0.6em center;
	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 {
	color: #da0f00;
	font-size: 1.1em;
	font-weight: bold;
	white-space:nowrap;
}

/* 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;
}

/* 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;
}

/* breadcrumb.tpl */
.breadcrumb {
	font-size: 12px;
	color:#fff;
}
.breadcrumb .navigation-pipe {
	padding: 0 0.6em;
}
.breadcrumb a {
	text-decoration: none;
	color:#656565;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

/* pagination.tpl */
div.pagination { margin: 0 6px; }
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 #888;
	padding: 0em 0.4em;
	display: block;
	line-height: 19px;
}
ul.pagination a { text-decoration: none; }
ul.pagination li.current span, ul.pagination li a:hover {
	background-color: #F1F2F4;
	color: #2165AC;
	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: 19px;
	border:1px solid #d0d1d5;
}
#pagination_previous {
}
#pagination_previous a, #pagination_previous span {

}
#pagination_next {
	padding-right: 6px;
}
#pagination_next a, #pagination_next span { }
li.disabled span {
	color: #888;
}

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: 1.3em;
    padding-right: 5px;
}
form#productsSortForm p label, form#productsSortForm p select{ float:right; }
form#productsSortForm p select{ font-size:1em; }

#more_info_block { padding: 0 5px;}
/* Header */
#header ul { list-style: none; }
#header form {
	border: none;
	margin-bottom: 0!important;
	display: inline;
}
#header label {
	margin: 0;
	float: none;
}

/* 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;
	min-width: 1em;
	padding: 0px 2px 0px 3px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
}
#header #currencies_block_top ul li a:hover {
	background-color:white;
	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;
	border:1px solid white;
}
#header #currencies_block_top p {
	clear: left;
}

/* block top languages */
#header #languages_block_top {
	margin: 0px;
	float: right;
    padding-right: 10px;
}
#header #languages_block_top p {
	clear: left;
}
#languages_block_top ul#first-languages {
	float: right;
	height: 1.5em;
    padding: 0;
}
#languages_block_top ul#first-languages li {
	float:right;
    padding: 0 10px;
    border-right: 1px solid #AFB0B0;
}

#languages_block_top ul#first-languages li a {
    text-decoration: none;
    color: #AFB0B0;
    font-size: 14px;
}

#languages_block_top ul#first-languages li a:hover {
    text-decoration: underline;
}

#languages_block_top ul#first-languages li.selected_language {
	float:right;
    color: #EF8100;
    font-size: 14px;
}

/* 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 {
	width: 420px;
	float: right;
    padding-right: 10px;
}
#header #search_block_top p { padding: 1em 0 1em 1em; }
#header #search_block_top label, #header #search_block_top input{ float:right; }
#header #search_block_top label {
	background: transparent url('../img/icon/search.gif') no-repeat 0 2px;
	float: left;
	width: 19px;
	height: 18px;
	display: block;
}
#header #search_block_top input#search_query { width: 200px; background: #FFF; border: none; height: 22px; font-size: 14px; color: #555; padding-left: 8px; }
#searchbox .button { background: #008DFF; float: right; height: 22px; line-height: 22px; font-size: 14px; width: 72px; margin-left: 2px; color: #FFF;}
#searchbox a:hover{background: #ED6011;}
/* block left column "Quick search" */
#search_block_left input {
	margin: 2px 0px 0px 0px;
}
#search_block_left #search_query {
	width: 190px;
    height: 26px;
    font-size: 14px;
    background: #E6E6E6;
    color: #999999;
}
#search_block_left #search_button {
	display: block;
    background: #2983DB;
    height: 24px;
    width: 47px;
    float: right;
    margin:5px 8px 0 0;
    border: none;
    color: #fff;
}

/* 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 */
#gotopbotton { 
    background: url('../img/gotops_bg.png') no-repeat center center; 
    bottom: 55px;
    cursor: pointer;
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    position: fixed;
    right: 88px;
    text-align: center;
    width: 31px;
}
#footer {
    width: 995px;
    margin: 8px auto;
    background:url('../img/top_bg.gif') repeat-y scroll left top #FFFFFF;
	clear: both;
    text-align: center;
    color: #333;
}
#footer .block_various_links { list-style: none; height: 35px; line-height: 35px;}
#footer .block_various_links li a{ text-decoration:none; color: #333;}
#footer .block_various_links li {
	display: inline;
	border-left: 1px solid #333;
	padding: 0px 5px;
}
#footer .block_various_links li.first_item {
	border: none;
	padding-left: 0px;
}

/* Default block style */
div.block {
	margin-bottom: 10px;
	width: 230px;
}

#left_column div.block {
    padding: 0px 0px 5px;
}
div.block h4 {
	font-weight: normal;
	font-size: 14px;
	line-height:30px;
	color: #fff;
	height: 30px;
    padding-left: 10px;
    background: #E3781A;
    overflow: hidden;
}
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 {
	padding:5px 3px;
	min-height:20px;
}

div.block li {
	padding: 3px;
	list-style-position: outside;
}
div.block a {
	color: #333;
	text-decoration: none;
}


/* block in the center column */
#center_column p { margin: 0; padding: 0 0.7em 0 0; color: #5E5E5E;}
#center_column div.block {}
#center_column div.block h4 {
	background: transparent url('../img/block_header_large.gif') no-repeat top left;
	height: 17px;
	color: white;
}
##heditorial_block_left{ }
#h#heditorial_block_left{ width: 260px; float: right;}
#h#heditorial_block_left h4.t{ height: 30px; line-height: 30px; font-weight: normal; border-bottom: 1px dotted #CCCCCC; font-size: 18px; color: #000;}
#h#heditorial_block_left .block_content{ padding: 5px 0;}
/* 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.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: #000 !important;
	text-decoration:none;
    text-decoration: underline;
}
a.tag_level3 { font-size: 1.8em; font-weight:bold;}
a.tag_level2 { font-size: 1.4em;}
a.tag_level1 { font-size: 1em; color:#333!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: 0;}
.editorial_block .editorial_img{ width: 249px; float: right; margin: 0 0 0 8px;}
.editorial_block .editorial_img img{ width: 247px;}
.editorial_block .rte{
	background:transparent none repeat scroll 0 0;
}
.editorial_block h2.editorial_title {
    height: 25px;
    line-height: 25px;
	margin: 0px auto 5px;
    color: #2983DB;
    font-size: 14px;
    padding-left: 5px;
    border-bottom:4px solid #2983DB;
}
.editorial_block h2.editorial_title a, #featured-products_block_center h4.featured a{ float: right; width: 42px; height: 30px; background: url('../img/h_more.gif') no-repeat left center;}
.editorial_block h2.editorial_title a:hover{ text-decoration: underline; color: #004483;}
.editorial_block p { text-align: justify; padding-top: 0.4em; line-height: 1.8}

##heditorial_block_left p { padding-left:0px; font-size: 14px; color: #333333; font-family: Trebuchet MS;}
#page ##heditorial_block_left .rte{ padding: 0 5px; line-height: 1.5;}

/* 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 {
    color: #5D717E;
    font-size: 16px;
    padding: 0;
    border-top: 3px solid #2983DB;
}

#new-products_block_home h4{ padding-left: 10px; font-weight: normal; margin: 0px auto; height: 30px; line-height: 30px; color: #004483; border-bottom: 3px solid #004483;}
#new-products_block_home h4 a{  float: right; width: 42px; height: 32px; background: url('../img/h_more.gif') no-repeat left center;}
#new-products_block_home .block_content .product_images li{ float: left; width: 162px; border: 1px solid #DEDEDE; text-align: center; display: inline-block; margin: 10px 8px 0}
#new-products_block_home .block_content .product_images li h2{ font-size: 12px; height: 35px; overflow: hidden; border-top: 1px solid #DEDEDE; padding-top: 5px;}
#new-products_block_home .block_content .product_images li h2 a{text-decoration: none;}
#new-products_block_home  .block_content .product_images li h2 a:hover{ color: #004483;}

/* Block categories */
div#categories_block_left{ background: #E6E6E6; margin-bottom: 0px;}
div#categories_block_left h4{ background: #E3781A; height: 27px; line-height: 27px; font-size: 12px; padding-left: 10px;}
div#categories_block_left .block_content{padding: 10px 10px 0;}
div#categories_block_left ul.tree {/* padding-left:0.5em; */}
div#categories_block_left ul.tree li {
	border:none;
	padding: 0 0 0 5px;
	background: url('../img/cate_bg.gif') repeat-x left top;
	margin-left:0;
	font-weight:bold;
	font-size:13px;
	line-height:16px;
	margin-top:1px;
}
div#categories_block_left ul.tree li ul li{
	padding-left:20px;
	background:none;
    padding: 0 0 0 10px;
	font-size:12px;
	font-weight:normal;
}
div#categories_block_left ul.tree li ul li ul li{
	padding: 0 0 0 20px;
	font-size:9px;
}
div#categories_block_left ul.tree a{
	padding-left:6px;
    height: 27px;
    line-height: 27px;
    display: block;
	color: #fff;
}
div#categories_block_left ul.tree li ul li a {background: url('../img/cat_li.jpg') no-repeat left center; padding-left: 8px; color: #010101;}
div#categories_block_left ul.tree a:hover{
	text-decoration:none;
    color: #000;
}
div#categories_block_left ul.tree a.selected{
	color: #000;
	font-weight: bold;
}
div#categories_block_left span.grower{
	display:block;
	float:left;
	background-position: left 6px;
	background-repeat: no-repeat;
	width:20px;
	height:27px;
	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; height: 30px; line-height: 30px; padding-left: 20px;}
#subcategories{ padding: 0 20px;}
body#category #subcategories li {
	margin-right:10px;
}
body#category #subcategories li a{ font-size: 10px; text-decoration: none;}
div.cat_desc { margin:0 20px; }

body#category  div#subcategories ul.inline_list  li a img {
	display:inline;
}

/* product-list.tpl */
ul#product_list{ margin:10px 0px; list-style-type:none; }
ul#product_list li {
	height:210px;
	float: left;
	margin:5px 6px 0;
    width: 162px;
}
ul#product_list li.alternate_item{ margin-left: 10px;}
ul#product_list li a {
	text-decoration:none;
	color: #979797;
    font-size: 13px;
}

ul#product_list a.product_img_link{
    display: block;
    height: 155px;
    padding-top: 6px;
    border: 1px solid #DCDCDC;
}
ul#product_list a.product_img_link:hover{ border: 1px solid #FF6600; }
ul#product_list a.product_img_link img{
	vertical-align:bottom;
}
ul#product_list li h3{ padding:5px 5px 0; }
ul#product_list li h3 a{ color: #3D3D3D;}
ul#product_list li h3 a:hover{color:#004483}
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:0.92em; }
ul#product_list li div.center_block{
    text-align: center;
}
ul#product_list li div.right_block{
	float:left;
	width: 11em;
	text-align:right;
	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{
	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:370px;
	float:left;
    margin-left: 15px;
}
#primary_block #image-block{
    border:#d0d1d5 solid 1px;
	height:362px;
	width:360px;
}
#primary_block #image-block img#bigpic{ 
	cursor:pointer; 
	height:360px;
	width:360px;
}
#primary_block ul#usefull_link_block{
	list-style-type:none;
	margin-top:1em;
    clear: both;
}
#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:330px;
}
#primary_block #short_description_block{
	padding: 0 0 0 0.7em;
	margin:0;
}
#primary_block #short_description_block table{
 border: medium none;
 border-collapse: collapse;
}
#primary_block #short_description_content table tr{
background: url("../img/short_table_bg.jpg") repeat-x scroll left bottom transparent;
}
#primary_block #short_description_content table tr td{border: none; padding: 5px 0 3px;}
#primary_block #color_picker p {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 0;
}
#primary_block #color_picker {
	padding: 0.6em 0;
	margin: 0 0 1.5em 0.7em;
}
#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; float: left;}
#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input { }
#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;
}
#thumbs_list li a img{ border: 1px solid #D0D1D5;}
#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: 5px 0;
}

/*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;
}

.main_nav {width: 980px; margin: 0 auto 5px; height: 32px; line-height: 32px;}
.main_nav ul li { list-style: none; margin-left: 8px; float: left; background: url('../img/nav_left.png') no-repeat left center; position: relative;}
.main_nav ul li  span{ width: 8px; height: 32px; background: url('../img/nav_right.png') no-repeat center center; position: absolute; right: 0; top: 0;}
.main_nav ul li a { display: block; padding: 0 20px; text-decoration: none; font-size: 16px; color: #FFF; height: 32px;}
.main_nav ul li.active a, .main_nav ul li a:hover { padding: 0 20px; color: #FFF;}

/*面包导航屑*/
.paths { color: #5C5C5C; font-size: 14px; height: 27px; margin: 0; padding-left: 10px; line-height: 27px; background: #E3E3E3;}
.paths img {float: left;}
.paths .breadcrumb{ color: #5C5C5C}
.paths a { text-decoration: none;font-size: 12px; color: #5C5C5C}
.paths a:hover { text-decoration: underline;}
.paths img.icon { margin-top: 8px;}
/*cms新闻*/
.news-list #news-lists li{ list-style: none; line-height: 30px; margin: 0 10px; border-bottom: 1px dashed #FF0000;}
.news-list #news-lists li a { text-decoration: none; background: url('../img/icon/slip.gif') no-repeat left center; padding-left: 10px; color: #0E5A8B; font-size: 16px;}
.news-list #news-lists li .cms_content{ width: 655px; padding-left: 10px; line-height: 18px;}
.news-list #news-lists li a:hover { text-decoration: underline; color:#f00;}
.cms_right{font-size:11px; color:#f00; float: right; padding-right: 3px;}

/*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: 108px; background: url('../img/top_logo_bg.gif') repeat-x left top; overflow: hidden;}
#top_page{ width: 1000px; margin: 0 auto;/* background: url('../img/lang_img.gif') no-repeat right top; */position: relative;}
.copys { height: 25px; line-height: 25px; margin: 0 auto; padding-top: 5px; width: 980px; font-size: 14px;}
.copys a{ text-decoration: none;}
#featured-products_block_center{color: #5D717E; font-size: 16px; padding: 0 0px 5px 0; clear: both; margin-top: 10px;}
#featured-products_block_center h4.featured{ border-bottom:4px solid #2983DB; padding-left: 10px; margin: 0 auto; font-size: 14px; color: #2983DB; height: 25px; line-height: 25px;}
#featured-products_block_center ul { list-style: none;}
#featured-products_block_center ul li.ajax_block_product{ width: 162px; text-align: center; float: left; margin: 10px 9px 0; _margin: 10px 8px 0 4px; height: 210px; overflow: hidden;}
#featured-products_block_center ul li.ajax_block_product a{ display: block; border: 1px solid #E6E7E7;}
#featured-products_block_center ul li.ajax_block_product a img{ padding-top: 5px;}
#featured-products_block_center ul li.ajax_block_product a:hover{ color: #004483; border: 1px solid #FF6600;}
#featured-products_block_center ul li.ajax_block_product h5 a{ border: none; background: none; font-size: 13px; padding-top: 5px; text-decoration: none; color: #3D3D3D;}
#featured-products_block_center ul li.ajax_block_product h5 a:hover{ border: none; text-decoration: none;}

.cms_titles{ height: 25px; line-height: 25px; padding: 0 10px;}

#primary_block h2{ padding: 5px 15px;}

.sitemap_block .infoes { list-style: none;}

h4.sitemaps { padding: 5px 10px; line-height: 18px; font-size: 14px;}

#lefteditorial_block_center .block_content{ line-height: 1.6; padding: 10px 0 0 8px;}
#lefteditorial_block_center .neiimg img{ display: none;}
#socialscroll{ border-top: none; background: #E6E6E6;}
#socialscroll ul, #top_lang ul{ list-style: none;}
#socialscroll ul li, #top_lang ul li{ float: left; margin: 0 5px;}
#top_lang{ width: 1000px; margin: 0 auto; height: 25px; line-height: 25px;}
#top_lang img { margin-right: 4px;}
#top_lang ul li a{ color: #333; text-decoration: none;}
#banners{ clear: both; width: 980px; overflow: hidden; padding-top: 6px;}
#footer_into{  margin: 0 0 0 3px; _margin: 0 0 0 2px; padding: 10px 0 20px;}

#simpleslideshow .banner_desc{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    color: #FFF;
    background: #000;
    opacity: 0.6;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#informations_block_left .block_content { padding: 5px 0;}
#informations_block_left .block_content li{color: #5A6167; background: url('../img/bullet.gif') no-repeat 4px 9px transparent; padding: 3px 0 3px 9px;}
#informations_block_left .block_content li a{display: block; color: #7D7D7D;  line-height: 14px; font-size: 11px;}
#informations_block_left .block_content li a:hover{ text-decoration: underline;}
#topphone {text-align: right; clear: both; color: #fff; padding-right: 10px;}
#lefteditorial_block_center{ padding-bottom: 0; margin-bottom: 0; border-bottom: none; background: #E6E6E6;}
#lefteditorial_block_center h4{background: url('../img/contact.jpg') no-repeat left top; color: #AB3B00; padding-left: 99px; text-transform: uppercase; font-weight: bold;}
#informations_block_left h4{ border-bottom: 1px solid #B8B9BB; background: url('../img/news.jpg') no-repeat left top; color: #AB3B00; text-transform: uppercase; font-weight: bold;}
.top_center {
    margin: 5px auto 0;
    width: 16px;
}
.footnews{ width: 170px; float: left;text-align: left; padding-left: 20px; overflow: hidden;}
.footnews h4 { height: 24px; line-height: 24px;}
.footnews ul.block_content li{ line-height: 20px; list-style: none;}
.footnews ul.block_content li a{ text-decoration: none; color: #666666; }
.footnews ul.block_content li a:hover{ text-decoration: underline;}
#footnewsa{ padding-left: 50px;}
#links_block_foot ul.footblock_content{ height: 35px; line-height: 35px; margin: 10px 0; border-top: 1px solid #BFBFBF; border-bottom: 1px solid #BFBFBF; padding-left: 50px;}
#links_block_foot ul.footblock_content { list-style: none;}
#links_block_foot ul.footblock_content li { float: left;}
#links_block_foot ul.footblock_content li a{ padding: 0 10px; color: #666666; text-decoration: none;}
#links_block_foot ul.footblock_content li a:hover{color: #990000;text-decoration: underline;}
.tops_bg {
    background: url("../img/conter_topbg.gif") no-repeat scroll left top transparent;
    height: 6px;
    margin: 0 auto;
    width: 995px;
}

.bots_bg {
    background: url("../img/conter_botbg.gif") no-repeat scroll left bottom transparent;
    height: 13px;
    margin: 0 auto;
    width: 1006px;
}
#left_column #search_block_left { background: #E6E6E6; padding: 0 0 10px;}
#left_column #search_block_left h4{ background: none; color: #2983DB;}
#left_column #search_block_left .block_content{margin-left: 10px; background: #FFF; width: 200px; border: 1px solid #BDBCBD; padding: 5px 0 5px 6px;}
#demo { overflow: hidden; width: 725px; padding-top: 6px;}

#demo img {
border: 3px solid #F2F2F2;
}
#indemo {
float: left;
width: 1800%;
}
#demo1 li, #demo2 li{ float: left; list-style: none;}
#demo1 {
float: left;
}
#demo2 {
float: left;
}
.foot_nav li{ list-style: none; display: inline; border-right: 1px solid #333; padding: 0 15px;}
.foot_nav li a{ text-decoration: none;}