/*
web-song.com
*/

* {
	padding:0;
	margin:0;
}

body {
	font-size: 12px;
	font-family:  Arial, Verdana, Helvetica, Sans-Serif;
	color: #333333;
	text-align:left;
    background: #fff
}
#out_bg { width: 1007px; margin: 0 auto; background: url('../img/top_bg.gif') repeat-y left top #FFF;}

/* 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 3px #3585CA;
	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 #3585CA;
}

/* IdTabs Short*/
ul.idTabsShort li a {
    background: #E7E7E7;
    border: 1px solid #DCDCDC;
	width:138px;
}
ul.idTabsShort li a.selected{
	color:#fff;
    background: #595959;
}

div.sheets{
	clear:both;
	padding:1em;
}
div#more_info_sheets { border: 1px solid #DCDCDC; 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: 1000px;
	margin: 16px auto;
	text-align:left;
    background: #fff;
}
#indexpage{background: #fff;}
h1#logo {
	float: left;
	width: 50%;
    margin-top: 10px;
    padding: 10px 0 0 10px;
}
#header {
	float: right;
	width: 460px;
	text-align: left;
}
#center_contents { width: 990px; clear: both; margin: 0 auto; padding-bottom: 10px;}
#center_contentes { width: 980px; margin: 0 auto; }
#left_column {
	float:left;
	width:230px;
    background: #F7F7F7;
    margin: 16px 0 10px;
    border: 1px solid #D6D6D6;
}
#center_column, #center_columns  {
    float: right;
	width: 720px;
	margin: 16px 0 0;
    padding: 0px 0px 10px;
    background: #FFF;
}
#center_columns .news-list #news-lists{ margin-bottom: 5px;}
#center_columns { float: left; }
#right_column {
    background: #f7f7f7;
    border: 1px solid #d6d6d6;
    float: right;
    margin: 16px 0 10px;
    width: 230px;
}

/* global RTE fields */

.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 */

#products_button {
    background: url("../img/inqury.jpg") no-repeat;
    border: medium none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    height: 40px;
    width: 168px;
    margin: 5px 0;
}
#inquirys{
    position: relative;
}
#inquirys_img {
    position: absolute;
    bottom: 10px;
}
#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: 14px;
	color: #555555;
}
.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; margin-right: 10px;}
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;
    position: absolute;
    top: 0;
    right: 0;
}
#header #languages_block_top p {
	clear: left;
}
#languages_block_top ul#first-languages {
	float: right;
	height: 1.5em;
    padding: 5px 0 0;
}
#languages_block_top ul#first-languages li {
	float:right;
    padding: 0 10px;
    border-right: 1px solid #C3D2D9;
}

#languages_block_top ul#first-languages li a {
    text-decoration: none;
    color: #000;
    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: #000;
    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: 170px; background: none; border: 1px solid #F1F1F1; height: 22px; font-size: 14px; color: #333; padding-left: 8px; }
#searchbox .button { background: #F1F1F1; float: right; height: 24px; line-height: 24px; font-size: 14px; width: 35px; margin-left: 2px; color: #333;}

/* 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 */
#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 {
    margin: 0 auto;
    background: #F1F1F1;
    border-top: 1px solid #F1F1F1; 
	clear: both;
    text-align: center;
    padding-bottom: 20px;
    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: 5px;
}

#left_column div.block, #right_column div.block {
    padding: 10px 10px 5px;
}
div.block h4 {
    color: #3e3e3e;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
}
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-left:0.7em;}
#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;
}
/* 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;
}
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}
ul.tags { margin-top: 5px;}
ul.tags li { float: left; padding: 0 10px 0 0; list-style: none;}
ul.tags li a{ color: #fff; text-decoration: none;}
ul.tags li a:hover{ text-decoration: underline;}
ul.tags li a.tag_level1 {color: #fff;}
/* 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 { padding: 0; *margin: 0 14px 0 7px; _margin: 0 14px 0 8px; margin: 0 14px 0 15px; float: left; width: 300px;}
.editorial_block div.rte p { padding: 0; line-height: 1.5; color: #333;}
.editorial_block div.rte p a { color: #333; text-decoration: none;}
.editorial_block div.rte p a:hover{ text-decoration: underline;}
#categories_block_home h2.editorial_title, .editorial_block h2.editorial_title{ font-size: 18px; color: #333; height: 30px; line-height: 30px; padding-top: 8px; border-bottom: 1px solid #333;}
#categories_block_home h2.editorial_title b, .editorial_block h2.editorial_title b{border-bottom: 2px solid #333; padding: 0 10px 3px 5px; font-weight: normal;}
/* Block categories */
div#categories_block_left { padding: 10px !important; width: auto;}
div#categories_block_left h4{ height: 32px; line-height: 32px; font-size: 16px; color: #3e3e3e;}
div#categories_block_left .block_content{padding: 0;}
div#categories_block_left ul.tree {/* padding-left:0.5em; */}
div#categories_block_left ul.tree li {
    padding: 0 5px;
	border:none;
	background: none;
	font-size:13px;
	line-height:16px;
	margin: 6px 0 0 0;
}
div#categories_block_left ul.tree li a{ color: #3e3e3e;}
div#categories_block_left ul.tree li ul li{
    margin: 0 0 0 15px;
	background:none;
	font-size:12px;
	font-weight:normal;
}
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;
    display: block;
	color: #3e3e3e;
    height: 22px;
    line-height: 22px;
}
div#categories_block_left ul.tree li ul li a {background: url('../img/cat_li.jpg') no-repeat left center; padding-left: 8px; color: #333;}
div#categories_block_left ul.tree a:hover{
	text-decoration:underline;
    color: #006;
}
div#categories_block_left ul.tree a.selected{
	color: #006;
	font-weight: bold;
}
div#categories_block_left span.grower{
	display:block;
	float:right;
	background-position: center 2px;
	background-repeat: no-repeat;
	width:16px;
	height:22px;
	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:246px;
	float: left;
	margin:5px 6px 0;
    width: 205px;
}
ul#product_list li.alternate_item{ margin-left: 25px;}
ul#product_list li a {
	text-decoration:none;
	color: #777777;
    font-size: 13px;
}

ul#product_list a.product_img_link{
    display: block;
    padding: 10px 0;
}
ul#product_list a:hover{}
ul#product_list a.product_img_link span{ display: block; text-align: center; margin-top: 10px;}
ul#product_list a.product_img_link span img{
	vertical-align:bottom;
    padding: 1px;
    border: 1px solid #ccc;
}

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:320px;
    float: right;
    position: relative;
}
#primary_block #image-block{
    border:#d0d1d5 solid 1px;
	height:302px;
	width:300px;
    margin: 0 auto;
}
#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;
    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;
}
#prodct_dec{ border-bottom: 1px solid #ccc; padding-bottom: 10px; line-height: 22px;margin-bottom: 10px;}
#prodct_email a{ background: url('../img/mail.jpg') no-repeat left center; display: block; color: #100964; padding: 20px;}
.prodct_help {padding: 5px 0;}
#prodct_email a:hover{text-decoration: underline;}
#telfax {background: #F7F7F7; border: 1px solid #ccc; padding: 10px 10px 20px; margin-top: 20px;}
#telfax .telfax{padding: 10px 5px;}
#telfax .fax{padding-left: 20px;}
#primary_block #pb-left-column{
	float:left;
	margin-left:0.5em;
	width:390px;
}
#primary_block #short_description_block{
	padding: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.2em 1em;
	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;
}
#primary_block #pb-right-column a#prev_links{ background: url('../img/left-right.png') left top; width: 24px; height: 38px; display: block; position: absolute; left: 0; top: 140px;}
#primary_block #pb-right-column a#next_links{ background: url('../img/left-right.png') -24px top; width: 24px; height: 38px; display: block; position: absolute; right: 0; top: 140px;}
/* 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;
}

/* 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_list li a{ text-decoration: none;}
#productscategory_list li a:hover{ color: #000;}
#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');
}

/*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: #0b0b0b; font-size: 14px; height: 32px; line-height: 32px; margin: 0; margin-bottom: 10px;}
.paths img {float: left;}
.paths .breadcrumb{ color: #0b0b0b; border-bottom: 1px dashed #ccc; padding-left: 8px;}
.paths a { text-decoration: none; font-size: 14px; color: #0b0b0b}
.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 10px 0; border-bottom: 1px solid #ccc;}
.news-list #news-lists li a { text-decoration: none; color: #100964; font-size: 14px;}
.news-list #news-lists li .cms_content{ width: 655px; padding-left: 10px; line-height: 18px;}
.news-list #news-lists li a:hover { text-decoration: none; color:#333;}
.cms_right{font-size:11px; color:#666; 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;}
.toppages{ background: #fff;}
.top_pages {height: 130px; position: relative; margin: 0 auto; width: 990px; overflow: hidden;}
.copys { height: 25px; line-height: 25px; margin: 0 auto; padding-top: 15px; width: 980px; font-size: 14px; color: #333}
.copys a{ text-decoration: none; color: #333;}

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

#primary_block h2{ padding: 5px 0; text-align: center; font-size: 18px;}

.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}
#lefteditorial_block_center h4{ padding: 5px 0 0; font-weight: bold; color:#3e3e3e; height: 22px;}
#socialscroll ul, #top_lang ul{ list-style: none;}
#socialscroll ul li, #top_lang ul li{ float: left; margin: 2px 5px;}
#socialscroll, #lefteditorial_block_center { padding: 8px; }
#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{ width: 1000px; margin: 0 auto; }
#right_column .news-list li{padding:0; margin-top: 6px; border-bottom: 1px solid #ccc;}
#right_column .news-list li a{ font-size: 14px; color: #444444; text-decoration: none; display: block; padding-left: 10px; height: 31px; line-height: 31px; }
#topphone {text-align: right; clear: both; color: #fff; padding:26px 10px 0 0;font-size: 16px;}
#topphone  a{color: #FFF; text-decoration: none;}
#topphone  a:hover{color: #FFF; text-decoration: underline;}
#footnav{ margin: 5px 0;}
#footnav li { display: inline; border-left: 1px solid #333;}
#footnav li a{ padding: 0 10px; text-decoration: none; color: #333;}
.top_center {
    margin: 5px auto 0;
    width: 16px;
}
*{margin: 0; padding: 0;}
.newBanner {
	width: 100%; height: 400px; text-align: center; margin: 0 auto 0px; position: relative; overflow: hidden;
}
.newBanner .imgs {
	height: 400px; font-size: 0; -webkit-text-size-adjust: none; position: relative; white-space: nowrap; z-index: 50;
}
.newBanner .imgs li {
	display: inline-block; *display: inline; *zoom: 1; width: 100%; height: 400px; overflow: hidden; background: url('../img/loading.gif') center center no-repeat; text-align: center; position: absolute; top: 0; left: 0; z-index: 55; opacity: 0;
}
.newBanner .imgs li a { display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center 0;}
.newBanner .imgs img { opacity: 0; filter: alpha(opacity=0);}
.newBanner .label {
	display: inline-block; *display: inline; *zoom: 1; font-size: 0; -webkit-text-size-adjust: none; white-space: nowrap; position: relative; z-index: 100; top: -37px;
}
.newBanner .label li {
	display: inline-block; *display: inline; *zoom: 1; width: 14px; height: 14px; margin-right: 10px; background: url('../img/icon-banner.png') no-repeat 0 0; overflow: hidden; cursor: default;
}
.newBanner .label li.focus {
	background-position: -14px 0;
}
#editoriala_block_center{width: 300px;}
#editoriala_block_center ul.block_content { padding-top: 5px;}
#editoriala_block_center ul.block_content li{ height: 22px; line-height: 22px; list-style: none;}
#editoriala_block_center ul.block_content li .cms_right{ color: #000;}
#editoriala_block_center ul.block_content li a{ text-decoration: none; color: #000;}
div#categories_block_home { float: left; width: 300px; margin: 0 14px 0 15px;}
div#categories_block_home ul li{ background: none; border-left: none; line-height: 22px; padding-left: 0px; margin: 0 0 1px 0;}
div#categories_block_home div.block_contenta {padding-top: 8px;}
div#categories_block_home div.block_contenta ul li{}
div#categories_block_home div.block_contenta ul li ul li {background: none; padding-left: 15px;}
div#categories_block_home ul li a{ color: #000; text-decoration: none;}
div#categories_block_home span.grower{
	display:block;
	float:left;
	background-position: center 6px;
	background-repeat: no-repeat;
	width:16px;
	height:20px;
	padding: 0;
}
div#categories_block_home span.OPEN { background-image: url('../img/icon/less.gif'); }
div#categories_block_home span.CLOSE{ background-image: url('../img/icon/more.gif'); }
#socialscroll-home a{padding: 0 5px;}
#homeservices { padding-left: 10px; margin-top: 10px;}
#homeservices h2.hometitles{ height: 30px; line-height: 30px; padding-left: 5px; font-size: 18px; color:#333}
#homeservice .applications img { display: block;}
#homeservice li { list-style: none; width: 220px; float: left; margin: 0 5px 0 5px; padding: 5px; border: 1px solid #DEDDDB;}
#homeservice .applications h4 a{ color: #212121; font-size: 16px; text-decoration: none;}
#homeservice .applications h4 a img { padding-bottom: 5px; margin: 0 auto;}
#homeservice .applications h4 a img { padding-bottom: 5px; margin: 0 auto;}