/* —————————————————————————————— clear.css —————————————————————————————— */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    vertical-align: top;
    background: transparent;
    outline: none;
}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, span {
    vertical-align: baseline;
}

img {
    vertical-align: top;
    text-decoration: none;
}

/* —————————————————————————————— general styles —————————————————————————————— */
html, body {
    width: 100%;
    height: 100%;
}

body {
    font: normal 12px "Arial", Arial, Helvetica, sans-serif;
    color: #666666;
    background: #333333;
  text-align:center;
}

.bold {
    font-weight: bold;
}

.strike {
    text-decoration: line-through;
}

.clear {
    clear: both;
}

br.clear {
    height: 0;
    clear: both;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

noscript ul {
    list-style-type: none;
    background: black;
    color: white;
    padding: 10px;
}

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    content: ".";
}

.hidden,
.collapsed,
.block_hidden_only_for_screen {
    display: none;
}

.center_column p {
    padding-top: 12px;
    color: #979696;
}

.center_column a {
    color: #585757;
    text-decoration: underline;
}

.center_column a:hover {
    text-decoration: none;
}

.center_column h2 {
    height: 28px;
    background: url(block_title.png) 0 0 repeat-x;
    border: 1px solid #ececec;
    border-bottom: none;
    font: bold 12px "Arial";
    color: #fff;
}

.center_column h2 span {
    font-weight: normal;
}

.center_column h2 a, .center_column h2 a:hover {
    color: #fff;
}

.center_column h3 {
    padding: 17px 0 0 0;
    font: bold 12px "Arial";
    color: #585757;
    text-transform: uppercase;
}

.center_column h4 {
    padding: 17px 0 0 0;
    font: bold 12px "Arial";
    color: #585757;
    text-transform: uppercase;
}

.center_column span.price {
    font-weight: bold;
    color: #DA5406;
}

p.confirmation {
    padding: 12px 0;
    color: #33a33b;
    font-weight: bold;
}

/* footer links */
ul.footer_links {
    height: 16px;
    clear: both;
    padding: 30px 0 0 0;
}

ul.footer_links li {
    height: 16px;
    float: left;
    margin: 0 25px 0 0;
}

ul.footer_links li a {
    line-height: 17px;
    color: #000;
    text-decoration: none;
}

ul.footer_links li a:hover {
    color: #99c915;
}

ul.footer_links li img.icon {
    margin: 0 5px 0 0;
}

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

/* errors */
div.error {
    border: 2px solid #da0f00;
    background: #f5f5f5;
    margin: 12px 0 0 0;
    padding: 10px;
}

div.error p {
    padding: 0;
    font-weight: bold;
}

div.error ol {
    padding: 0 0 3px 0;
}

div.error li {
    list-style-position: inside;
    list-style-type: decimal;
    margin: 10px 0;
    color: #da0f00;
}

/* warning */
p.warning {
    background: #f8e1a0;
    margin: 12px 0 0 0;
    padding: 10px 13px;
    font-weight: bold;
}

.warning_inline {
    color: #da0f00;
    font-weight: bold;
}

/* success */
p.success {
    border: 2px solid #5eb569;
    background: #f1f2f4;
    margin: 12px 0 0 0;
    padding: 10px 13px;
    font-weight: bold;
    color: #3eab4c;
}

.success_inline {
    color: green;
    font-weight: bold;
}

/* —————————————————————————————— layout —————————————————————————————— */
div#wrapper1 {

    background: #333333;
  text-align:center;
}

div#wrapper2 {
    height: 100%;
}

div#wrapper3 {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    background: #fff;
    padding: 0 8px;
}

#left_column,
#center_column,
#right_column {
    float: left;
}

#left_column {
    clear: left;
    width: 190px;
}

#center_column {
    width: 750px;
    margin: 0 0 0 10px;
    padding: 0 0 10px 0;
}

#right_column {
    width: 190px;
    margin: 0 0 10px 10px;
}

/* ——————————————————————————————————— rte ——————————————————————————————————— */
body#cms div.content_only {
    padding: 0 20px 20px 20px;
    background: #fff;
    color: #000;
    text-align: left;
}

body#cms div.content_only h1 {
    padding: 14px 0 0 0;
    font: normal 18px "Arial";
    color: #777;
    text-transform: uppercase;
}

body#cms div.content_only h2 {
    padding: 14px 0 0 0;
    font: bold 14px "Arial";
    color: #777;
    text-transform: uppercase;
}

body#cms div.content_only h3 {
    padding: 14px 0 0 0;
    font: bold 12px "Arial";
    color: #777;
    text-transform: uppercase;
}

body#cms div.content_only h4,
body#cms div.content_only h5,
body#cms div.content_only h6 {
    padding: 14px 0 0 0;
    font: normal 12px "Arial";
    color: #777;
    text-transform: uppercase;
}

body#cms div.content_only p {
    padding-top: 12px;
    font: normal 12px "Arial";
    color: #000;
}

body#cms div.content_only a {
    font: normal 12px "Arial";
    color: #0753b4;
    text-decoration: none;
}

body#cms div.content_only a:hover {
    color: #000;
}

body#cms div.content_only ul {
    list-style-type: circle;
    list-style-position: inside;
}

body#cms div.content_only ol {
    list-style-type: decimal;
    list-style-position: inside;
}

div.rte strong {
    font-weight: bold;
}

div.rte em {
    font-style: italic;
}

div.rte table {
    border-collapse: separate;
    border-spacing: 1px;
    width: auto;
}

div.rte caption,
div.rte th,
div.rte td,
div.rte table {
    text-align: left;
    font-weight: normal;
    background: none;
    height: inherit;
    border: 1px #eee solid;
    font: normal 12px "Arial";
    color: #000;
    text-align: center;
}

div.rte th {
    height: 24px;
    padding: 0 7px;
    background: #eee;
    font-weight: bold;
}

/* ——————————————————————————————————— mce ——————————————————————————————————— */
.mceContentBody {
    width: 556px;
    margin: 9px 6px;
    background: #fff;
    font: normal 12px "Arial";
    color: #000;
    text-align: left;
}

body.mceContentBody {
    background-image: none;
}

.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe, .mceContentBody h1,
.mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote,
.mceContentBody pre, .mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite,
.mceContentBody code, .mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins,
.mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp, .mceContentBody small, .mceContentBody strike, .mceContentBody strong,
.mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var, .mceContentBody dl, .mceContentBody dt, .mceContentBody dd,
.mceContentBody ol, .mceContentBody ul, .mceContentBody li, .mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend,
.mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th,
.mceContentBody td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

.mceContentBody h1 {
    padding: 14px 0 0 0;
    font: normal 18px "Arial";
    color: #777;
    text-transform: uppercase;
}

.mceContentBody h2 {
    padding: 14px 0 0 0;
    font: bold 14px "Arial";
    color: #777;
    text-transform: uppercase;
}

.mceContentBody h3 {
    padding: 14px 0 0 0;
    font: bold 12px "Arial";
    color: #777;
    text-transform: uppercase;
}

.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
    padding: 14px 0 0 0;
    font: normal 12px "Arial";
    color: #777;
    text-transform: uppercase;
}

.mceContentBody p {
    margin: 7px;
    font: normal 12px "Arial";
    color: #000;
}

.mceContentBody a {
    font: normal 12px "Arial";
    color: #0753b4;
    text-decoration: underline;
}

.mceContentBody ul {
    list-style-type: circle;
    list-style-position: inside;
}

.mceContentBody ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.mceContentBody strong {
    font-weight: bold;
}

.mceContentBody em {
    font-style: italic;
}

.mceContentBody table {
    border-collapse: separate;
    border-spacing: 1px;
    width: auto;
}

.mceContentBody caption,
.mceContentBody th,
.mceContentBody td,
.mceContentBody table {
    text-align: left;
    font-weight: normal;
    background: none;
    height: inherit;
    border: 1px #eee solid;
    font: normal 12px "Arial";
    color: #000;
    text-align: center;
}

.mceContentBody th {
    height: 24px;
    padding: 0 7px;
    background: #eee;
    font-weight: bold;
}

/* —————————————————————————————— buttons —————————————————————————————— */
/*
   -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 {
    height: 25px !important;
    font: bold 11px "Arial" !important;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    float: right;
    display: block;
    padding: 0 3px;
}

/* link/span button */
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 {
    line-height: 25px !important;
}

/* 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 {
    cursor: default;
    color: #bbb !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 {
    height: 27px !important;
    border: none;
    color: #fff !important;
    background: url(btn-add.png) repeat-x;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px; /* KHTML */
    border-radius: 10px; /* CSS3 */
    text-decoration: none;
    float: left;
    padding: 0 5px;
}

a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
    line-height: 27px !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: #555 !important;
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover {
    text-decoration: none !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 {
    text-decoration: none !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: 50px;
}

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: 65px;
}

input.button, input.button_disabled, input.exclusive, input.exclusive_disabled,
a.button, a.exclusive, span.button, span.exclusive {
}

input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled,
a.button_large, a.exclusive_large, span.button_large, span.exclusive_large {
}

/* exclusive button */
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini {
    width: 52px;
}

input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small {
    width: 67px;
}

input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive {
}

input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large {
}

/* —————————————————————————————— global table styles —————————————————————————————— */
div.table_block {
    padding: 17px 0 0 0;
}

table.std {
    width: 100%;
}

table.std td,
table.std th {
    padding: 7px;
    vertical-align: middle;
}

table.std tr.item td,
table.std tr.item th {
}

table.std tr.alternate_item td,
table.std tr.alternate_item th {
}

table.std tbody tr td {
    border-bottom: 1px solid #eee;
}

table.std tfoot tr td {
    border-bottom: 2px solid #eee;
}

table.std th {
    height: 25px;
    padding: 0 7px;
    background: #eee;
    font-weight: bold;
    color: #000;
    text-align: left;
    white-space: nowrap;
}

table.std tfoot td {
    color: #374853;
    text-align: right;
    white-space: nowrap;
}

/* —————————————————————————————— global form styles —————————————————————————————— */
form.std {
    clear: both;
}

form.std h3 {
    padding: 14px 5px 5px 0;
    border-bottom: 2px solid #eee;
}

form.std fieldset {
    border: none;
}

form.std h4,
form.std p {
    padding: 12px 0 0 0;
    clear: both;
}

form.std .text label,
form.std .password label,
form.std .textarea label,
form.std .select label,
form.std .radio span,
form.std .checkbox span {
    float: left;
    text-align: right;
    width: 150px;
    padding: 2px 7px 0 0;
}

input,
textarea,
select,
span.editable {
    font-size: 12px;
    font: normal 12px "Arial";
    color: #555;
}

input,
textarea,
select {
    background: #fff;
    border: 1px solid #bdc2c9;
}

select {
    height: 19px;
}

textarea {
    padding: 1px;
}

input.text {
    height: 15px;
    padding: 1px;
}

.required sup {
    vertical-align: top;
    font: normal 13px "Tahoma";
    color: #da0f00;
}

/* radio & checkboxes */
form.std p.radio,
form.std p.checkbox {
    overflow: hidden;
}

form.std p.checkbox {
    padding-left: 157px;
}

form.std .checkbox input,
form.std .radio input {
    display: block;
    float: left;
    background: none;
    border: none;
    position: relative;
    top: 3px;
    left: 0;
}

*+html .checkbox input {
    margin: -3px 0 0 -4px;
}

*+html .radio input {
    margin: -3px 0 0 -4px;
}

form.std .checkbox label,
form.std .radio label {
    width: auto;
    float: left;
    padding: 2px 15px 0 5px;
}

/* —————————————————————————————— header styles —————————————————————————————— */
div#header {
    height: 160px;
    background: url("bg_header.png") no-repeat scroll 0 100% transparent;
    position: relative;
}

h1#logo {
    position: absolute;
    left: 0;
    top: 10px;
}

h1#logo a {
    display: block;
}

img.header_img {
    position: absolute;
    right: -2px;
    top: 12px;
}

/* ————— blocklanguages.tpl ————— */
div#languages_block_top {
    position: absolute;
    left: 0;
    top: 15px;
}

div#languages_block_top ul#first-languages li {
    width: 20px;
    height: 14px;
    float: left;
    margin: 0 0 0 3px;
    padding: 2px 0 0 2px;
}

div#languages_block_top ul#first-languages li:first-child {
    margin: 0;
}

div#languages_block_top ul#first-languages li.selected_language {
    background: #fff;
}

div#languages_block_top ul#first-languages li img {
    width: 18px;
    height: 12px;
}

/* ————— blockcurrencies.tpl ————— */
div#currencies_block_top {
    position: absolute;
    left: 84px;
    top: 14px;
}

div#currencies_block_top label {
    display: block;
    float: left;
    padding: 2px 10px 0 0;
    color: #8b8989;
}

div#currencies_block_top select {
    width: 92px;
    height: 20px;
    background: #fff;
    border: 1px solid #fff;
    color: #b9b9b9;
}

/* ————— blockuserinfo.tpl ————— */
div#header_user {
    position: absolute;
    right: 20px;
    top: 24px;
}

div#header_user ul {
}

div#header_user ul li {
    float: left;
}

div#header_user ul li#header_user_info {
    height: 27px;
    padding: 16px 23px 0 0;
    color: #fff;
}

div#header_user ul li#header_user_info span {
    font-weight: bold;
    color: #fae433;
}

div#header_user ul li#header_user_info a {
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
}

div#header_user ul li#header_user_info a:hover {
    text-decoration: underline;
}

div#header_user ul li#your_account {
    height: 27px;
    padding: 16px 32px 0 45px;
}

div#header_user ul li#your_account a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

div#header_user ul li#your_account a:hover {
    text-decoration: underline;
}

div#header_user ul li#shopping_cart {

}

div#header_user ul li#shopping_cart a {
    font-weight: bold;
    color: #838282;
    text-decoration: none;
}

div#header_user ul li#shopping_cart a:hover {
    text-decoration: none;
}

div#header_user ul li#shopping_cart div {
    display: inline;
}

/* ————— blockpermanentlinks-header.tpl ————— */
ul#header_links {
    position: absolute;
    left: 0;
    top: 100px;
}

ul#header_links li {
    height: 33px;
    float: left;
    padding: 15px 6px 0;
}

ul#header_links li a {
    font: bold 11px "Arial";
    color: #666666;
    text-decoration: none;
    text-transform: uppercase;
}

ul#header_links li a:hover,
ul#header_links li a.active {
    color: #E26607;
    text-decoration: none;
}

/* ————— blocksearch-top.tpl ————— */
#header_right #search_block_top {
    width: 240px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 108px;
}

#header_right #search_block_top label {
}

#header_right #search_block_top input#search_query {
    width: 158px;
    margin: 4px 0 0 16px;
    float: left;
    background: #fff;
    border: 1px solid #808080;
    height: 19px;
}

#header_right #search_block_top a {
    width: 53px;
    height: 18px;
    display: block;
    overflow: hidden;
    float: right;
    background: url(search.png) no-repeat;
    margin-top: 6px;
    margin: 6px 0 0 3px;
}

/* —————————————————————————————— left && right column blocks styles —————————————————————————————— */
/* ————— general block styles ————— */
div.column a {
    color: #919191;
    text-decoration: none;
}

div.column a:hover {
    color: #99c915;
}

div.column div.block {
    margin: 0 0 10px 0;
}

div.column div.block h4 {
    padding: 12px 0 0 19px;
    font: bold 12px "Arial";
    color: #fff;
    text-transform: uppercase;
    background: url(arr.png) no-repeat 0 100%;
}

div.column div.block h4 a {
    font: bold 12px "Arial";
    color: #fff;
}

div.column div.block h4 a:hover {
    color: #fff;
}

div.column div.block .block_content {
    padding: 0 20px 20px 20px;
}

div.column div.block ul.bullet {
    padding-top: 13px;
}

div.column div.block ul.bullet li {
    padding: 4px 0 0 12px;
    background: url(bullet.gif) 0 8px no-repeat;
}

/* ————— blockcategories.tpl ————— */
div#categories_block_left {
    margin: 0;
    border-bottom: none;
//    background: #647390; /* for non-css3 browsers */
//    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#647390', endColorstr = '#495469'); /* for IE */
//    background: -webkit-gradient(linear, left top, left bottom, from(#647390), to(#495469)); /* for webkit browsers */
//    background: -moz-linear-gradient(top, #647390, #495469); /* for firefox 3.6+ */

    background: #42852a; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#77a625', endColorstr = '#0b622f'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#77a625), to(#0b622f)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #77a625, #0b622f); /* for firefox 3.6+ */


    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px; /* KHTML */
    border-radius: 10px;
    padding-left: 20px; /* CSS3 */
}

div#categories_block_left .block_content {
    padding: 15px 20px 11px 20px;
}

div#categories_block_left ul.tree li {
    position: relative;
}

div#categories_block_left ul.tree li a {
    width: 148px;
    padding: 4px 0;
    display: block;
    color: #fff;
}

div#categories_block_left ul.tree li:first-child a {
    border: none;
    z-index: 1;
    position: relative;
}

div#categories_block_left ul.tree li a:hover {
    color: #fff;
    text-decoration: underline;
}

div#categories_block_left ul.tree a.selected, div#categories_block_left ul.tree a.active {
    color: #fff;
    font-weight: bold;
}

div#categories_block_left ul.tree li ul {
    zoom: 1;
}

div#categories_block_left ul.tree li ul li a,
div#categories_block_left ul.tree li:first-child ul li a {
    width: 118px;
    padding: 4px 0 4px 30px;
    color: #fff;
}

div#categories_block_left ul.tree li ul li:first-child a {
}

div#categories_block_left ul.tree li ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

div#categories_block_left ul.tree li ul li a.selected, div#categories_block_left ul.tree li ul li a.active {
    color: #fff;
    font-weight: bold;
}

div#categories_block_left span.grower {
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
    position: absolute;
    left: -17px;
    top: 4px;
    z-index: 1;
}

div#categories_block_left span.OPEN {
    background: url('sort_asc.gif') 3px 3px no-repeat;
}

div#categories_block_left span.CLOSE {
    background: url('sort_desc.gif') 3px 3px no-repeat;
}

/* ————— blockmanufacturer.tpl ————— */
#manufacturers_block_left .block_content {
    padding: 11px 20px 12px 20px;
}

#manufacturers_block_left ul li a {
    width: 148px;
    height: 19px;
    padding: 4px 0 0 0;
    display: block;
    border-top: 1px dashed #ececec;
    color: #979696;
}

#manufacturers_block_left ul li a:hover {
    color: #99c915;
}

#manufacturers_block_left ul li:first-child a {
    border: none;
}

/* ————— blocktags.tpl ————— */
div#tags_block_left {
    border: none;
}

div#tags_block_left h4 {
    height: 28px;
    padding: 13px 0 0 19px;
    background: url(block_tags_title.png) 0 0 repeat-x;
    font: bold 12px "Arial";
    color: #fff;
    text-transform: uppercase;
}

div#tags_block_left p.block_content {
    padding: 10px 20px 10px 20px;
    background: url(block_tags_content.png) 0 0 repeat-x #242424;
    text-align: justify;
}

div#tags_block_left a {
    line-height: 20px;
    color: #979696;
    text-decoration: none;
}

div#tags_block_left a:hover {
    color: #99c915 !important;
}

a.tag_level1 {
    font-size: 12px;
}

a.tag_level2 {
    font-size: 15px;
}

a.tag_level3 {
    font-size: 17px;
}

/* ————— tmbanner2.tpl ————— */
div.tmbanner2 {
    width: 190px;
    height: 265px;
    margin: 0 0 10px 0;
}

/* ————— tmbanner3.tpl ————— */
div.tmbanner3 {
    width: 190px;
    height: 265px;
    margin: 0 0 10px 0;
}

/* ————— blocknewsletter.tpl ————— */
div#newsletter_block_left input {
    width: 146px;
    height: 17px;
    margin: 10px 0 0 0;
}

div#newsletter_block_left select {
    width: 148px;
    margin: 10px 0 0 0;
}

div#newsletter_block_left input.button_mini {
    width: 50px;
    text-transform: capitalize;
}

/* ————— blockmyaccount.tpl ————— */
div.column div.myaccount p.logout {
    padding: 4px 0 0 12px;
}

div.column div.myaccount p.logout a {
    font-weight: bold;
}

/* ————— blocklink.tpl ————— */

/* ————— blocksupplier.tpl ————— */
.blocksupplier select {
    width: 148px;
    margin: 8px 0 0 0;
}

/* ————— blockinfos.tpl ————— */
div#informations_block_left ul {
    padding-top: 13px;
}

div#informations_block_left ul li {
    padding: 4px 0 0 12px;
    background: url(bullet.gif) 0 8px no-repeat;
}

/* ————— blockrss.tpl ————— */
div#rss_block_left ul {
    padding-top: 13px;
}

div#rss_block_left ul li {
    padding: 4px 0 0 12px;
    background: url(bullet.gif) 0 8px no-repeat;
}

/* ————— blockadvertising.tpl ————— */
.advertising_block {
    width: 190px;
    margin: 0 0 10px 0;
    text-align: center;
}

/* ————— blockpaymentlogo.tpl ————— */
div.paiement_logo_block {
    width: 190px;
    margin: 0 0 10px 0;
    text-align: center;
}

div.paiement_logo_block a {
    text-decoration: none;
}

div.paiement_logo_block img {
    margin: 0 5px;
}

/* ————— blockcart.tpl ————— */
.transferProduct {
    border: 2px solid #99c915;
}

#cart_block {
    background: url(block_cart.png) 0 bottom repeat-x #fff;
}

#cart_block .block_content {
    padding: 0 20px 19px 20px;
}

#cart_block h4 {
    background: none;
}

#cart_block h4 span {
    margin: 0 0 0 5px;
    padding: 0 0 0 10px;
    cursor: pointer;
}

#cart_block h4 span#block_cart_collapse {
    background: url(sort_asc.gif) 0 3px no-repeat;
}

#cart_block h4 span#block_cart_expand {
    background: url(sort_desc.gif) 0 3px no-repeat;
}

#cart_block #cart_block_no_products {
    padding: 3px 0 7px 0;
    font: bold 12px "Arial";
    color: #99c915;
}

#cart_block #cart_block_summary {
}

#cart_block #cart_block_summary span {
    color: #000;
}

#cart_block #cart_block_summary span.ajax_cart_total {
    margin: 0 0 0 5px;
    font-weight: bold;
}

#cart_block dl {
    padding: 0 0 10px 0;
}

#cart_block dl dt {
    height: 15px;
    padding: 5px 0 0 0;
    clear: both;
}

#cart_block dl dd {
    clear: both;
}

#cart_block span.quantity-formated {
    padding: 0 2px 0 0;
    float: left;
    font: normal 10px/17px "Arial";
    letter-spacing: 1px;
}

#cart_block span.quantity-formated span.quantity {
    font-size: 10px;
}

#cart_block dl a {
    text-decoration: underline;
}

#cart_block dl a:hover {
    text-decoration: none;
}

#cart_block dl dt a {
    float: left;
}

#cart_block dl dt span.price {
    font-weight: bold;
    float: right;
}

#cart_block dl dd a {
    padding: 0 0 0 13px;
    font-style: italic;
}

#cart_block a.ajax_cart_block_remove_link {
    width: 11px;
    height: 13px;
    margin: 0 0 0 5px;
    float: right;
    font-size: 0;
    display: block;
    background: url(delete.gif) 0 bottom no-repeat;
}

#cart_block a.ajax_cart_block_remove_link:hover {
    text-decoration: none;
}

#cart_block table#vouchers {
    width: 100%;
    margin: 0 0 10px 0;
}

#cart_block table#vouchers tr td.price {
    font-weight: bold;
    text-align: right;
}

#cart_block table#vouchers tr td.delete {
    width: 16px;
    text-align: right;
}

#cart_block table#vouchers tr td.delete a {
    width: 11px;
    height: 13px;
    font-size: 0;
    display: block;
    float: right;
    background: url(delete.gif) 0 bottom no-repeat;
}

#cart_block table#vouchers tr td.delete a img {
    display: none;
}

#cart_block ul.cart_block_customizations {
    padding: 0 0 0 13px;
}

#cart_block ul.cart_block_customizations div.deleteCustomizableProduct {
    width: 11px;
    float: right;
}

#cart_block ul.cart_block_customizations div.deleteCustomizableProduct a {
    float: right;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#cart_block div.cart-prices {
    padding: 3px 0 0 0;
    border-top: 1px dashed #dfdede;
}

#cart_block div.cart-prices div.cart-prices-block {
    height: 15px;
    padding: 4px 0 0 0;
}

#cart_block div.cart-prices span {
    float: left;
    color: #919191;
}

#cart_block div.cart-prices span#cart_block_shipping_cost,
#cart_block div.cart-prices span#cart_block_total {
    float: right;
    font-weight: bold;
    color: #989797;
}

#cart_block p#cart-buttons {
    height: 27px;
    padding: 8px 0 0 0;
}

#cart_block p#cart-buttons a.button_small {
    width: 55px;
    float: left;
}

#cart_block p#cart-buttons a.button {
    width: 85px;
    float: left;
    margin: 0 0 0 1px;
}

/* ————— blockspecials.tpl ————— */
#tmspecials {
}

#tmspecials a.special_image {
    display: block;
    text-align: center;
}

#tmspecials a.special_image img {
    margin: 0 0 0 0;
}

#tmspecials h5 {
    padding: 6px 0 0 0;
    border-top: 1px dashed #ececec;
}

#tmspecials h5 a {
    font: normal 12px "Arial";
    color: #000;
    text-decoration: none;
}

#tmspecials h5 a:hover {
    color: #99c915;
}

#tmspecials p {
}

#tmspecials p span.price {
    font: bold 12px "Arial";
    color: #99c915;
}

#tmspecials p span.price-discount {
    margin: 0 0 0 5px;
    font: normal 14px "Arial";
    color: #ababab;
    text-decoration: line-through;
}

#tmspecials a.exclusive {
    margin: 16px 0 0 0;
}

/* ————— tmbanner4.tpl ————— */
div.tmbanner4 {
    width: 190px;
    height: 189px;
    margin: 0 0 10px 0;
}

/* ————— tmbanner5.tpl ————— */
div.tmbanner5 {
    width: 190px;
    height: 265px;
    margin: 0 0 10px 0;
}

/* ————— tmbanner6.tpl ————— */
div.tmbanner6 {
    width: 190px;
    height: 265px;
    margin: 0 0 10px 0;
}

/* block products (new products, top sellers, viewed products) on left and right column */
.products_block ul li {
    margin: 0 0 10px 0;
}

.products_block dl {
    clear: both;
    padding: 2px 0 0 0;
    border-top: 1px solid #ccc;
}

.products_block dl dt {
    margin: 5px 0 0 0;
}

.products_block dl dt a {
    font-weight: bold;
    color: #000;
}

.products_block dl dd a {
    font-size: 11px;
}

.products_block dl dd a img {
    margin: 5px 0 0 0;
}

.products_block p a.button_large {
    width: 146px;
    margin: 8px 0 0 0;
    color: #fff;
}

/* ————— blocknewproducts.tpl ————— */
div#new-products_block_right .block_content {
    padding-top: 10px;
}

/* ————— blockbestsellers.tpl ————— */
div#best-sellers_block_right .block_content {
    padding-top: 10px;
}

/* ————— blockviewed.tpl ————— */
div#viewed-products_block_left .block_content {
    padding-top: 10px;
}

div#viewed-products_block_left ul li.last_item {
    margin: 0;
}

div#viewed-products_block_left h5 {
    padding: 5px 0 0 0;
}

div#viewed-products_block_left h5 a {
    font-weight: bold;
    color: #000;
}

div#viewed-products_block_left p {
    font-size: 11px;
}

div#viewed-products_block_left p img {
    margin: 4px 0 0 4px;
}

/* —————————————————————————————— center column styles —————————————————————————————— */
/* ————— breadcrumb.tpl ————— */
.breadcrumb {
    height: 31px;
    font: bold 12px "Arial";
    color: #99c915;
}

.breadcrumb .navigation_page,
.breadcrumb .navigation_end,
.breadcrumb .navigation_product {
    font: bold 12px "Arial";
    color: #99c915;
}

.breadcrumb .navigation-pipe {
    padding: 0 6px;
    font: normal 9px "Arial";
    color: #959595;
}

.breadcrumb a {
    font: normal 12px "Arial";
    color: #959595;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #99c915;
}

/* —————————————————————————————— product pages —————————————————————————————— */
/* ————— carouselnc.tpl ————— */
.loading {
    position: absolute;
    left: 165px;
    top: 170px;
}

#slide_holder {
    width: 750px;
    height: 359px;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

#slide_holder_inner {
    width: 550px;
    height: 359px;
    z-index: 2000;
}

#slide_holder div.slide {
    width: 550px;
    height: 359px;
}

#intro,
.intro {
    position: absolute;
    z-index: 9000;
}

#slide_holder_inner div {
    position: absolute;
}

div#slide_holder_inner div.slide div {
    position: relative;
}

div#carousel_controls {
    position: absolute;
    right: 40px;
    bottom: 35px;
    z-index: 9000;
}

div#carousel_controls ul#slide_buttons {
}

div#carousel_controls ul#slide_buttons li {
    float: left;
    margin: 0 0 0 6px;
}

div#carousel_controls ul#slide_buttons li:first-child {
    margin: 0;
}

div#carousel_controls ul#slide_buttons li span {
    display: block;
    font: bold 18px "Arial";
    color: #585757;
    cursor: pointer;
}

div#carousel_controls ul#slide_buttons li#button_selected span {
    color: #8cb126;
}

/* ————— tmbanner1.tpl ————— */
div.tmbanner1 {
    width: 550px;
    height: 62px;
    margin: 10px 0 0 0;
}

/* ——— homecarousel.tpl ——— */
div#homecarousel {
    width: 748px;
    height: 230px;
    margin: 10px 0 0 0;
    border: 1px solid #ececec;
}

div#homecarousel h4 {
    height: 28px;
    padding: 12px 0 0 19px;
    background: url(block_title.png) 0 0 repeat-x;
    font: bold 12px "Arial";
    color: #585757;
    text-transform: uppercase;
}

div.jcarousel-clip {
    width: 680px !important;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

div#homecarousel ul {
    height: 180px !important;
    padding: 5px 0 0 0;
    overflow: hidden !important;
}

div#homecarousel ul li {
    width: 120px !important;
    height: 180px;
    float: left;
    position: relative;
}

div#homecarousel ul li a.product_image {
    width: 80px;
    height: 110px;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

div#homecarousel ul li h5 {
    height: 30px;
    margin: 0 auto;
    padding: 5px 10px 0 35px;
    overflow: hidden;
}

div#homecarousel ul li h5 a {
    font: normal 12px "Arial";
    color: #585757;
    text-decoration: none;
}

div#homecarousel ul li h5 a:hover {
    text-decoration: underline;
}

div#homecarousel ul li span.price {
    display: block;
    padding: 7px 0 0 35px;
    font: bold 12px "Arial";
    color: #99c915;
}

div.jcarousel-prev {
    width: 30px;
    height: 31px;
    background: url(carousel_prev.png) 0 0 no-repeat;
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: 75px;
    cursor: pointer;
}

div.jcarousel-next {
    width: 30px;
    height: 31px;
    background: url(carousel_next.png) 0 0 no-repeat;
    overflow: hidden;
    position: absolute;
    right: -1px;
    top: 75px;
    cursor: pointer;
}

div.jcarousel-prev:hover {
    background: url(carousel_prev_hover.png) 0 0 no-repeat;
}

div.jcarousel-next:hover {
    background: url(carousel_next_hover.png) 0 0 no-repeat;
}

div.jcarousel-prev-disabled {
    background: url(carousel_prev.png) 0 0 no-repeat !important;
    cursor: default;
}

div.jcarousel-next-disabled {
    background: url(carousel_next.png) 0 0 no-repeat !important;
    cursor: default;
}

/* ————— homefeatured.tpl ————— */
div#featured-products_block_center {
    margin: 10px 0 0 0;
    border: 0px solid #ececec;
}

div#featured-products_block_center h4 {
    height: 28px;
    padding: 12px 0 0 19px;
    background: url(block_title.png) 0 0 repeat-x;
    font: bold 12px "Arial";
    color: #585757;
    text-transform: uppercase;
}

div#featured-products_block_center ul {
    padding: 0;
}

div#featured-products_block_center ul li {
    margin: 0;
    border-top: 1px dotted #ECECEC;
}

div#featured-products_block_center ul li:first-child {
}

div#featured-products_block_center ul li a.product_image {
    width: 80px;
    height: 110px;
    display: block;
    float: left;
}

div#featured-products_block_center ul li a.product_image img {
    margin: 24px 0 0 0;
}

div.feat_center {
    width: 250px;
    float: left;
    margin: 0 0 0 20px;
}

div.feat_center h5 {
    padding: 38px 0 0 0;
}

div.feat_center h5 a {
    font: bold 12px "Arial";
    color: #000;
    text-decoration: none;
}

div.feat_center h5 a:hover {
    color: #99c915;
}

div.feat_center p.product_desc {
    padding: 5px 0 0 0;
}

div.feat_center p.product_desc a {
    color: #999;
    text-decoration: none;
}

div.feat_center p.product_desc a:hover {
    color: #99c915;
}

div.feat_right {
    width: 117px;
    float: right;
    margin: 28px 0 0 0;
    padding: 0 0 0 20px;
    border-left: 1px dashed #ececec;
}

div.feat_right span.price {
    display: block;
    padding: 7px 0;
    font: normal 18px "Arial";
    color: #99c915;
}

div.feat_right .exclusive {
    margin: 0 0 7px 0;
}

/* ————— category.tpl ————— */
body#category #center_column {
    width: 708px;
    margin: 0 0 0 10px;
    padding: 0 0 20px;
    position: relative;
}

body#category #center_column .breadcrumb {
    position: absolute;
}

body#category #center_column h2 {
    width: 708px;
    border: none;
    background: url("catalog-titl.png") no-repeat scroll 0 0 transparent;
    height: 60px;
    padding-left: 40px;
}

h2.category_title {
    width: 690px;
    border: none;
    background: url("catalog-titl.png") no-repeat scroll 0 0 transparent;
    height: 60px;
    padding-left: 40px;
  padding-right: 40px;
    padding: 16px 40px 0 40px;
}

div#subcategories ul.inline_list {
    padding: 17px 0 0 0;
}

div#subcategories ul.inline_list li {
    float: left;
    margin-right: 20px;
}

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

img#categoryImage {
    margin: 14px 0 0 0;
}

div.cat_desc {
    padding: 15px 0 0 0;
}

/* ————— product-sort.tpl ————— */
form#order_form p {
    height: 20px;
    padding: 16px 0 0 0;
}

form#order_form p label,
form#order_form p select {
    float: right;
}

form#order_form p label {
    display: block;
    padding: 2px 12px 0 0;
    color: #979696;
}

form#order_form p select {
    width: 130px;
    height: 20px;
    padding: 1px;
    background: #fff;
    border: 1px solid #e1e1e1;
    font: normal 11px "Arial";
    color: #979696;
}
form#characteristics p {
    height: 20px;
    padding: 16px 0 0 0;
}

form#characteristics p label,
form#characteristics p select {
    float: right;
}

form#characteristics p label {
    display: block;
    padding: 2px 12px 0 0;
    color: #979696;
}

form#characteristics p select {
    width: 130px;
    height: 20px;
    padding: 1px;
    background: #fff;
    border: 1px solid #e1e1e1;
    font: normal 11px "Arial";
    color: #979696;
}
#order_form{float:right;}
#characteristics{}
/* ————— product-list.tpl ————— */
ul#product_list {
    padding: 16px 0 0 0;
}

ul#product_list li {
    height: 360px;
    border-top: 1px dotted #ECECEC;
    float: left;
    width: 177px;
}

ul#product_list li:first-child {
}

ul#product_list li a.product_img_link {
    width: 130px;
    height: 140px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

ul#product_list li a.product_img_link img {
    margin: 20px 0 0 0;
}

ul#product_list li div.center_block {
    margin: 33px 0 0 14px;
    height: 80px;
    overflow: hidden;
}

ul#product_list li div.center_block div.product_flags {
}

ul#product_list li div.center_block div.product_flags span.new {
    margin: 0 12px 0 0;
    font: bold 12px "Arial";
    color: #99c915;
    text-transform: capitalize;
}

ul#product_list li div.center_block div.product_flags span.availability {
    color: #000;
    text-transform: capitalize;
}

ul#product_list li div.center_block h3 {
    padding: 19px 0 0 0;
}

ul#product_list li div.center_block h3 a {
    font: bold 12px "Arial";
    color: #666666;
    text-decoration: none;
    text-transform: none;
}

ul#product_list li div.center_block h3 a:hover {
    color: #666666;
    text-decoration: underline;
}

ul#product_list li div.center_block div.product_desc {
    padding: 5px 0 0 0;
}

ul#product_list li div.center_block div.product_desc a {
    color: #979696;
    text-decoration: none;
}

ul#product_list li div.center_block div.product_desc a:hover {
    color: #99c915;
}

ul#product_list li div.right_block {
    height: 133px;
    margin: 13px 0 0;
    padding: 0 0 0 14px;
}

ul#product_list li div.right_block span.on_sale,
ul#product_list li div.right_block span.discount {
    display: block;
    padding: 0 0 8px 0;
    font: bold 12px "Arial";
    color: #000;
    text-transform: uppercase;
}

ul#product_list li div.right_block span.price {
    display: block;
    padding: 0 0 7px 0;
    font: 12px "Arial";
    color: #DA5406;
    font-weight: bold;
}

ul#product_list li div.right_block .exclusive {
}

/* ————— pagination.tpl ————— */
div.pagination {
    height: 20px;
    padding: 19px 0 0 0;
    border-top: 1px dashed #ececec;
}

ul.pagination {
    float: left;
    padding: 2px 0 0 0;
}

ul.pagination li {
    float: left;
    margin: 0 4px;
}

ul.pagination li a {
    color: #979696;
    text-decoration: none;
}

ul.pagination li a:hover {
    color: #000;
}

ul.pagination li.disabled span {
    color: #ccc;
    cursor: default;
}

ul.pagination li.current span {
    font-weight: bold;
    color: #000;
}

ul.pagination li#pagination_previous {
    text-transform: lowercase;
    margin: 0 10px 0 0;
}

ul.pagination li#pagination_next {
    text-transform: lowercase;
    margin: 0 0 0 10px;
}

form.pagination select {
    width: 45px;
    height: 20px;
    float: right;
    border: 1px solid #e1e1e1;
    font: normal 11px "Arial";
    color: #c8c7c7;
}

form.pagination label {
    display: block;
    float: right;
    padding: 2px 10px 0 10px;
    color: #979696;
}

form.pagination a {
    width: 30px;
    height: 18px;
    display: block;
    padding: 2px 0 0 0;
    float: right;
    background: #2b2b2b;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: lowercase;
}

form.pagination a:hover {
    background: #82a621;
}

form.pagination input {
    display: none;
}

/* ————— product.tpl ————— */
#primary_block {
    margin: 0;
    padding: 0 20px 36px;
    zoom: 1;
    float: left;
}

#primary_block #pb-right-column {
    width: 237px;
    float: left;
}

/* product img */
#primary_block #image-block {
    width: 237px;
    height: 237px;
}

#primary_block #image-block img#bigpic {
    width: 235px;
    height: 235px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

#primary_block #image-block img#bigpic.jqzoom {
    cursor: crosshair;
    position: relative;
}

/* views block */
#views_block {
    width: 230px;
}

#thumbs_list {
}

#thumbs_list ul {
    width: 250px;
    overflow: hidden;
}

#thumbs_list li {
    width: 75px;
    height: 76px;
    float: left;
    cursor: pointer;
    margin: 19px 6px 0 0;
}

#thumbs_list li a img {
    width: 73px;
    height: 74px;
    border: 1px solid #e1e1e1;
}

/* usefull links */
#primary_block ul#usefull_link_block {
    padding: 17px 0 0 0;
    clear: both;
    overflow: hidden;
}

#primary_block ul#usefull_link_block li {
    padding: 1px 0 0 10px;
    background: url(bullet_alt.gif) 0 5px no-repeat;
}

#primary_block ul#usefull_link_block li a,
#primary_block ul#usefull_link_block span.span_link {
    font: bold 12px "Arial";
    color: #000;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

#primary_block ul#usefull_link_block li a:hover,
#primary_block ul#usefull_link_block span.span_link:hover {
    color: #99c915;
}

#primary_block #pb-left-column {
    width: 439px;
    float: left;
    padding: 0px 0 0 32px;
}

/* short description */
#primary_block #short_description_block {
}

#primary_block #short_description_content {
    font-size: 12px;
    color: #979696;
}

#primary_block p.buttons_bottom_block {
    padding: 0;
}

#primary_block p.buttons_bottom_block a,
#primary_block p.buttons_bottom_block input {
    margin: 18px 0 0 0;
}

/* pack items */
#primary_block #short_description_block h3 {
    padding: 17px 0 3px 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#primary_block #short_description_block .pack_content {
    padding: 7px 0 0 0;
    font-size: 10px;
    color: #777;
}

#primary_block #short_description_block .pack_content a {
}

#primary_block #short_description_block .pack_content p {
    padding: 0;
}

/* buy block */
#primary_block form#buy_block {
    padding: 3px 0 0 0;
}

#primary_block form#buy_block p {
    padding: 0;
}

#primary_block form#buy_block p.price {
    padding: 0;
}

#primary_block form#buy_block span.on_sale,
#primary_block form#buy_block span.discount {
    display: block;
    margin: 16px 0 0 0;
    font: bold 12px "Arial";
    color: #000;
    text-transform: uppercase;
}

#primary_block form#buy_block span.our_price_display {
    display: block;
    margin: 14px 0;
}

#primary_block form#order span.our_price_display {
    margin: 0 3px 0 0;
    font: normal 18px "Arial";
    color: #DA5406;
}

#primary_block form#buy_block div#other_prices {
    margin: 12px 0;
}

#primary_block form#buy_block div#other_prices p {
    margin: 2px 0 0 0;
}

#primary_block form#buy_block p#old_price {
    color: #777;
    text-decoration: line-through;
}

#primary_block form#buy_block p#reduction_percent {
    color: #777;
}

#primary_block form#buy_block p.pack_price {
    color: #777;
}

#primary_block form#buy_block p.price-ecotax {
    color: #229922;
}

#primary_block form#buy_block p#quantity_wanted_p {
    margin: 14px 0 0 0;
}

#primary_block form#buy_block p#quantity_wanted_p label {
    display: block;
    float: left;
    padding: 2px 7px 0 0;
}

#primary_block form#buy_block p#availability_statut {
    margin: 14px 0 0 0;
}

#primary_block form#buy_block p#availability_statut span#availability_value {
    font-weight: bold;
}

#primary_block form#buy_block p#pQuantityAvailable {
    margin: 14px 0 0 0;
}

#primary_block form#buy_block p#last_quantities {
    margin: 14px 0 0 0;
    font: bold 12px "Arial";
    color: #000;
}

/* tabs */
ul.idTabs {
    height: 35px;
    padding: 10px 0 0 0;
    clear: both;
}

ul.idTabs li {
    float: left;
    margin: 0 0 0 2px;
}

ul.idTabs li:first-child {
    margin: 0;
}

ul.idTabs li a {
    width: 235px;
    height: 25px;
    display: block;
    padding: 9px 0 0 0;
    background: #313131;
    border: 1px solid #313131;
    border-bottom: none;
    font: bold 12px "Arial";
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

ul.idTabs li a.selected {
    background: #fff;
    border: 1px solid #ececec;
    border-bottom-color: #fff;
    color: #333;
}

/* tabs short */
ul.idTabsShort li a {
    width: 105px;
}

ul.idTabsShort li a.selected {
}

/* quantity discount */
div#quantityDiscount {
    background: #fff;
    border: 1px solid #ececec;
    padding: 14px 20px;
}

div#quantityDiscount td {
    padding-top: 3px;
    border: none;
    border-top: 2px solid #ccc;
}

div#quantityDiscount th,
div#quantityDiscount td {
    height: auto;
    padding: 5px;
    background: none;
    border: none;
}

div#quantityDiscount td {
    border-top: 2px solid #ccc;
}

/* tabs contents */
div#more_info_sheets {
    background: #fff;
    border: 1px solid #ececec;
    padding: 12px 20px;
}

/* idTab1 (product description) */
div#idTab1 {
    padding: 5px 0;
    color: #979696;
}

div#idTab1 p {
    padding: 0;
    color: #979696;
}

/* idTab2 (data sheet) */
ul#idTab2 li {
    margin: 5px 0;
    padding: 0 0 0 10px;
    background: url(bullet_alt.gif) 0 4px no-repeat;
}

ul#idTab2 li span {
    font-weight: bold;
}

/* idTab9 (attachments) */
ul#idTab9 li {
    margin: 5px 0;
    padding: 0 0 0 10px;
    background: url(bullet_alt.gif) 0 4px no-repeat;
}

ul#idTab9 li a {
    font-weight: bold;
    color: #99c915;
}

/* idTab4 (accessories) */
ul#idTab4 {
    padding: 8px 0;
}

ul#idTab4 li {
    height: 76px;
    margin: 20px 0 0 0;
}

ul#idTab4 li:first-child {
    margin: 0;
}

ul#idTab4 li div.accessories_desc {
    width: 355px;
    float: left;
}

ul#idTab4 li div.accessories_desc a.product_image {
    width: 75px;
    height: 76px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

ul#idTab4 li div.accessories_desc a.product_image img {
    border: 1px solid #e1e1e1;
}

ul#idTab4 li div.accessories_desc a {
    color: #000;
    text-decoration: none;
}

ul#idTab4 li div.accessories_desc a:hover {
    color: #99c915;
}

ul#idTab4 li div.accessories_desc h5 {
    margin: 0 0 4px 0;
    text-transform: uppercase;
}

ul#idTab4 li div.accessories_desc h5 a {
    font-weight: bold;
}

ul#idTab4 li div.accessories_desc a.product_description {
}

ul#idTab4 li div.accessories_price {
    width: 117px;
    float: right;
}

ul#idTab4 li div.accessories_price span.price {
    display: block;
    margin: 0 0 2px 0;
    font: bold 12px "Arial";
    color: #000;
}

ul#idTab4 li div.accessories_price a {
    margin: 0 0 5px 0;
}

/* idTab5 (product comments) */
div#idTab5 p {
    margin: 5px 0 !important;
    padding: 0;
}

div#idTab5 p.align_center {
    text-align: center;
}

div#idTab5 p.align_right {
    height: 11px;
}

div#idTab5 p.align_right a {
    width: 11px;
    height: 0;
    padding: 11px 0 0 0;
    overflow: hidden;
    display: block;
    float: right;
    background: url(delete.gif) 0 0 no-repeat;
}

div#idTab5 fieldset {
    margin: 0;
    padding: 0 0 3px 0;
}

div#idTab5 textarea#content {
    width: 504px;
    height: 120px;
    margin: 2px 0 5px 0;
}

div#idTab5 div.table_block {
    padding: 0;
}

div#idTab5 div.table_block th,
div#idTab5 div.table_block td {
    height: auto;
    padding: 5px;
    background: none;
    border: none;
}

div#idTab5 div.table_block td {
    border-top: 2px solid #ccc;
}

/* customizable products */
div.customization_block {
    background: #fff;
    border: 1px solid #ececec;
    padding: 12px 20px;
}

div.customization_block p,
div.customizationUploadBrowseDescription {
    margin: 5px 0;
    padding: 0;
}

div.customization_block p img {
    margin: 0 2px 0 0;
}

div.customization_block h5 {
    margin: 15px 0 5px 0;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

div.customization_block ul li div.customizationUploadBrowse {
    margin: 0 0 7px 0;
}

div.customization_block ul li div.customizationUploadBrowse img {
    margin: 0 7px 0 0;
}

div.customization_block p#customizedDatas {
    margin: 9px 0 15px 0;
}

/* pack products list */
div#pack_product_list {
    padding: 9px 0 0 0;
}

/* ————— manufacturers-list.tpl && suppliers-list.tpl ————— */
ul#manufacturers_list,
ul#suppliers_list {
    padding: 17px 0 0 0;
}

ul#suppliers_list li,
ul#manufacturers_list li {
    height: 76px;
    clear: both;
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
    border-top: 2px solid #eee;
}

ul#suppliers_list li:first-child,
ul#manufacturers_list li:first-child {
    padding: 0;
    border: none;
}

ul#suppliers_list li div.left_side,
ul#manufacturers_list li div.left_side {
    width: 395px;
    float: left;
}

ul#suppliers_list li div.right_side,
ul#manufacturers_list li div.right_side {
    width: 117px;
    height: 76px;
    float: right;
    position: relative;
}

ul#suppliers_list li div.logo,
ul#manufacturers_list li div.logo {
    float: left;
    margin: 0 10px 0 0;
}

ul#suppliers_list li div.logo img,
ul#manufacturers_list li div.logo img {
    border: 1px solid #eee;
}

ul#suppliers_list li h3,
ul#manufacturers_list li h3 {
    padding: 0;
    color: #979696;
}

ul#suppliers_list li h3 a,
ul#manufacturers_list li h3 a {
    font: bold 12px "Arial";
    color: #000;
}

ul#suppliers_list li div.right_side a.button,
ul#manufacturers_list li div.right_side a.button {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* —————————————————————————————— info pages —————————————————————————————— */
/* ————— sitemap.tpl ————— */
div.sitemap_block {
    width: 30%;
    float: left;
    padding: 0 3% 0 0;
}

div.sitemap_block ul {
    padding-top: 5px;
}

div.sitemap_block ul li {
    padding: 4px 0 0 10px;
    background: url(sitemap-bullet.gif) 0 10px no-repeat;
}

div.categTree {
    clear: both;
    overflow: hidden;
    padding: 3px 0 0 0;
}

div.tree_top {
    height: 14px;
    margin: 7px 0 0 0;
    padding: 3px 0 0 28px;
    background: url(sitemap-top.gif) -1px -1px no-repeat;
}

div.tree_top a {
    font-weight: bold;
    text-transform: uppercase;
}

div#center_column ul.tree li {
    border-left: solid 1px #a1a1a1;
    background: url(sitemap-horizontal.gif) 0 12px no-repeat;
    margin: 0 0 0 11px;
    padding: 5px 0 0 16px;
}

div#center_column ul.tree li ul {
    padding: 2px 0 4px 0;
}

div#center_column ul.tree li ul li {
    margin: 0;
}

div#center_column ul.tree a {
    padding-left: 0;
}

div#center_column ul.tree a.selected {
    font-weight: bold;
}

div#center_column ul.tree li.last {
    background: url(sitemap-last.gif) 0 0 no-repeat;
    border: none;
    padding: 5px 0 0 17px;
}

/* ————— contact-form.tpl ————— */
p#desc_contact0,
p#desc_contact1,
p#desc_contact2 {
    height: 15px;
    padding: 11px 0 0 157px;
}

body#contact-form div#center_column form input#email {
    width: 216px;
}

body#contact-form div#center_column form textarea#message {
    width: 330px;
}

body#contact-form div#center_column form select#id_contact {
    width: 220px;
}

body#contact-form div#center_column form p.submit {
    padding-left: 157px;
}

/* —————————————————————————————— account pages —————————————————————————————— */
/* ————— authentication.tpl ————— */
/* login / create account */
body#authentication #create-account_form {
    width: 48%;
    clear: none;
    float: left;
}

body#authentication #login_form {
    width: 47.9%;
    clear: none;
    float: left;
}

body#authentication #create-account_form h3,
body#authentication #login_form h3 {
}

body#authentication #create-account_form h4,
body#authentication #login_form h4 {
    height: 31px;
    padding: 19px 0 0 0;
}

body#authentication #create-account_form p.text,
body#authentication #login_form p.text,
body#authentication #create-account_form p.submit,
body#authentication #login_form p.submit {
    width: 220px;
    height: 38px;
    padding: 12px 0 0 0;
}

body#authentication #create-account_form label,
body#authentication #login_form label {
    display: block;
    clear: both;
    text-align: left;
}

body#authentication #create-account_form input.text,
body#authentication #login_form input.text {
    width: 190px;
}

#authentication #create-account_form {
    margin: 0 4% 0 0;
}

body#authentication #login_form p.lost_password {
    padding: 3px 0 0 0;
}

/* account creation form */
body#authentication form#account-creation_form input.text,
body#authentication form#account-creation_form textarea {
    width: 206px;
}

body#authentication form#account-creation_form #id_country,
body#authentication form#account-creation_form #id_state {
    width: 210px;
}

body#authentication form#account-creation_form p.required_desc {
    padding-left: 157px;
}

body#authentication form#account-creation_form p.submit {
    padding: 20px 0 0 157px;
}

body#authentication form#account-creation_form select#days {
    width: 45px;
    margin: 0 8px 0 0;
}

body#authentication form#account-creation_form select#months {
    width: 85px;
    margin: 0 8px 0 0;
}

body#authentication form#account-creation_form select#years {
    width: 58px;
    margin: 0 8px 0 0;
}

body#authentication form#account-creation_form span.form_info {
    line-height: 19px;
}

/* ————— password.tpl ————— */
body#password div#center_column form.std label {
    text-align: left;
}

body#password div#center_column form.std input.text {
    width: 216px;
}

body#password div#center_column form.std p.submit {
    padding-left: 157px;
}

/* ————— my-account.tpl ————— */
body#my-account div#center_column ul#my_account_links {
    padding: 3px 0 0 0;
}

body#my-account div#center_column ul#my_account_links li {
    padding: 12px 0 0 0;
}

body#my-account div#center_column ul#my_account_links li img {
    margin: 0 5px 0 0;
    display: inline-block;
}

/* ————— addresses.tpl ————— */
ul.address {
    float: left;
}

ul.item {
    width: 48%;
    margin: 17px 4% 0 0;
}

ul.alternate_item {
    width: 47.9%;
    margin: 17px 0 0 0;
}

ul.address li {
    padding: 5px 0 0 8px;
}

ul.address li.address_title {
    height: 20px;
    padding: 5px 0 0 8px;
    background: #eee;
    font: bold 12px "Arial";
    color: #000;
}

ul.address li.address_name {
    padding: 8px 0 0 8px;
    font-weight: bold;
    color: #99c915;
}

ul.address li.address_update,
ul.address li.address_delete {
}

body#addresses div.address_add {
    clear: both;
    padding: 20px 0 0 0;
}

/* ————— address.tpl ————— */
body#address div#center_column form.std p.text input,
body#address div#center_column form.std p.textarea textarea {
    width: 216px;
}

body#address div#center_column form.std p.select select {
    width: 220px;
}

body#address div#center_column form.std p#required_desc2 {
    padding-left: 157px;
}

body#address div#center_column form.std p.submit2 {
    padding: 20px 0 0 157px;
}

/* ————— identity.tpl ————— */
body#identity form.std input.text {
    width: 206px;
}

body#identity form.std select#days {
    width: 45px;
    margin: 0 8px 0 0;
}

body#identity form.std select#months {
    width: 85px;
    margin: 0 8px 0 0;
}

body#identity form.std select#years {
    width: 58px;
}

body#identity form.std p.required_desc {
    padding: 20px 0 0 157px;
}

body#identity form.std p.submit {
    padding: 20px 0 0 157px;
}

p#security_informations {
    padding: 20px 0 0 157px;
    font-size: 11px;
}

/* —————————————————————————————— order pages —————————————————————————————— */
/* ————— order-steps.tpl ————— */
ul#order_step {
    width: 435px;
    height: 27px;
    margin: 20px auto 15px auto;
    padding: 0 0 0 40px;
    background: url(step_start.png) 0 bottom no-repeat;
}

ul#order_step li {
    width: 90px;
    height: 27px;
    float: left;
    background: url(step_standard.png) 50% bottom no-repeat;
    text-align: center;
}

ul#order_step li.step_current {
    background: url(step_current.png) 50% bottom no-repeat;
    font-weight: bold;
    color: #99c915;
}

ul#order_step li.step_todo {
    color: #777;
}

ul#order_step li#step_end {
    width: 70px;
}

ul#order_step li#step_end {
    background: url(step_end.png) left bottom no-repeat;
}

ul#order_step li#step_end.step_current {
    background: transparent url(step_end_current.png) left bottom no-repeat;
}

/* ————— Order step 1: summary (shopping-cart.tpl) ————— */
table.cart_last_product {
    width: 350px;
    margin: 0 auto;
}

table.cart_last_product tr th {
    background: #99c915;
    color: #fff;
}

table.cart_last_product tr td {
    border: none;
}

table.cart_last_product tr td.cart_product {
    width: 45px;
    padding-right: 14px;
}

table.std td:first-child a img {
    border: 1px solid #e1e1e1;
}

table.std h5 a {
    font: bold 12px "Arial";
    color: #000;
    text-decoration: none;
}

table.std h5 a:hover {
    color: #DA5406;
}

body#order table#cart_summary {
}

body#order table#cart_summary tr td.cart_product {
    width: 45px;
}

body#order table#cart_summary tr td.cart_quantity p {
    padding: 3px 0;
    font-weight: bold;
    text-align: center;
}

body#order table#cart_summary tr td.cart_quantity a {
    height: 9px;
    display: block;
    text-align: center;
}

body#order table#cart_summary tr.customized_products td:first-child {
}

body#order table#cart_summary tr.customized_products td ul.typedText li {
    padding: 10px 0 0 0;
}

body#order table#cart_summary tr th.cart_total,
body#order table#cart_summary tr td.cart_total {
    text-align: right;
}

body#order table#cart_summary tr td.price,
body#order table#cart_summary td.cart_discount_price,
body#order table#cart_summary td.cart_discount_price span.price-discount,
body#order table#cart_summary td.price-discount {
    font-weight: bold;
    color: #99c915;
    text-align: right;
}

/* voucher form */
body#order form#voucher fieldset {
    border: 1px solid #eee;
    padding: 10px;
}

body#order form#voucher fieldset h4 {
    float: left;
    padding: 5px 20px 0 0;
}

body#order form#voucher fieldset p {
    float: left;
    padding: 3px 20px 0 0;
}

body#order form#voucher fieldset p.submit {
    padding: 0;
}

body#order form#voucher fieldset label {
    float: left;
    text-align: right;
    padding: 2px 7px 0 0;
}

/* order carrier */
body#order div#order_carrier {
    border: 1px solid #eee;
    margin: 17px 0 0 0;
    padding: 10px;
}

body#order div#order_carrier h4 {
    float: left;
    padding: 0 10px 0 0;
}

/* cart navigation */
p.cart_navigation {
    height: 27px;
    clear: both;
    padding: 17px 0 0 0;
}

p.cart_navigation .button,
p.cart_navigation .button_large {
    float: left;
}

p.cart_navigation .exclusive,
p.cart_navigation .exclusive_large {
    float: right;
}

/* ————— Order step 2: log in (authentication.tpl) ————— */

/* ————— Order step 3: addresses (order-address.tpl) ————— */
form#order_address {
}

form#order_address p.select label {
    float: left;
    text-align: right;
    padding: 2px 7px 0 0;
}

form#order_address p.checkbox input {
    display: block;
    float: left;
    background: none;
    border: none;
    position: relative;
    top: 1px;
    left: 0;
}

*+html form#order_address p.checkbox input {
    margin: -4px 0 0 -4px;
}

form#order_address p.checkbox label {
    width: auto;
    padding: 2px 15px 0 5px;
}

form#order_address p#address_invoice_form a.button_large {
    margin: 0 auto;
}

form#order_address p.address_add {
    padding: 17px 0 0 0;
}

form#order_address div#ordermsg textarea {
    width: 546px;
}

/* ————— Order step 4: shipping (order-carrier.tpl) ————— */
form#form p.checkbox input {
    display: block;
    float: left;
    background: none;
    border: none;
    position: relative;
    top: 1px;
    left: 0;
}

*+html form#form p.checkbox input {
    margin: -4px 0 0 -4px;
}

form#form p.checkbox label {
    padding: 2px 0 0 5px;
}

form#form td.radio input {
    background: none;
    border: none;
}

form#form #gift_div {
    display: none;
    clear: both;
}

form#form #gift_div label {
    display: block;
}

form#form #gift_div textarea {
    width: 546px;
    margin: 12px 0 0 0;
}

/* ————— Order step 5: payment (order-payment.tpl) ————— */
p.payment_module {
    display: block;
    padding: 17px 0 0 0;
}

.payment_module img {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.payment_module a {
    display: block;
    background: #fafafa;
    border: 2px solid #ddd;
    padding: 7px;
    color: #777;
    text-decoration: none;
}

.payment_module a:hover,
.payment_module a:focus,
.payment_module a:active {
    background: #fff;
    border: 2px solid #99c915;
    color: #000;
}

/* ————— history.tpl ————— */
.color-myaccount,
a.color-myaccount {
    color: #99c915;
}

body#history textarea {
    width: 546px;
}

body#history #block-history #block-order-detail table.std td.inputs input.order_qte_input {
    height: 15px;
    padding: 1px;
    float: left;
}

body#history #block-history #block-order-detail table.std td.inputs label {
    display: block;
    float: left;
    padding: 2px 0 0 7px;
    font-weight: bold;
}

body#history #block-history h3 {
    padding: 17px 0 0 0;
}

body#history #block-history #block-order-detail {
    padding: 0 0 12px 0;
    border-top: 2px solid #99c915;
    border-bottom: 2px solid #99c915;
}

body#history div#order-detail-content table.std th.last_item {
    text-align: right;
}

body#history form#sendOrderMessage {
    padding: 3px 0 0 0;
}

/* ————— order-slip.tpl ————— */
body#order-slip textarea {
    width: 546px;
}

body#order-slip #block-history #block-order-detail table.std td.inputs input.order_qte_input {
    height: 15px;
    padding: 1px;
    float: left;
}

body#order-slip #block-history #block-order-detail table.std td.inputs label {
    display: block;
    float: left;
    padding: 2px 0 0 7px;
    font-weight: bold;
}

body#order-slip #block-history h3 {
    padding: 17px 0 0 0;
}

body#order-slip #block-history #block-order-detail {
    padding: 0 0 12px 0;
    border-top: 2px solid #99c915;
    border-bottom: 2px solid #99c915;
}

body#order-slip div#order-detail-content table.std td.last_item {
    text-align: right;
}

body#order-slip form#sendOrderMessage {
    padding: 3px 0 0 0;
}

/* ————— discount.tpl ————— */
td.discount_value {
    white-space: nowrap;
}

body#discount div.center_column sup {
    vertical-align: top;
    font: normal 13px "Tahoma";
    color: #da0f00;
}

/* ————— 404.tpl ————— */
body#page_404 p.error {
    border: 2px solid #da0f00;
    background: #f5f5f5;
    margin: 12px 0 0 0;
    padding: 10px;
    line-height: 32px;
}

body#page_404 p.error img {
    margin: 0 10px 0 0;
}

body#page_404 p.text input.text {
    width: 206px;
}

body#page_404 p.submit {
    padding-left: 157px;
}

/* conditions & legal */
ul.shop_info {
    list-style-type: square !important;
    list-style-position: inside;
    padding: 0.6em;
    margin-top: 0.6em;
    margin-left: 2em;
    border: 1px solid #888;
}

ul.shop_info li {
    padding-left: 0.5em !important;
    padding-bottom: 0.5em !important;
}

/* module reversoform */
.account_creation #reverso-form {
    width: 100%;
}

.account_creation #reverso-form label {
    width: 250px;
    text-align: left;
    margin-left: 10px;
}

.account_creation #reverso-form label#legend_reverso {
    clear: both;
    width: 100%;
    font-size: 10px;
    text-align: left;
}

.account_creation #reverso-form input#reverso_form {
    margin-top: 20px;
}

/* module paypalapi */
.paypalapi_about {
    text-align: justify;
}

.paypalapi_about ul {
    padding-left: 20px;
}

/* —————————————————————————————— footer styles —————————————————————————————— */
#footer_wrapper {
    clear: both;
    overflow: hidden;
    border-top: 3px solid #E1E1E1;
    text-align: right;
}

#footer {
    width: 950px;
    height: 87px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

body#index #footer {
    padding: 0;
}

*+html body#index #footer {
    padding: 10px 0 0 0;
}

/* ————— blockvariouslinks.tpl ————— */
#footer .block_various_links {
    padding: 18px 0 0 0;
}

#footer .block_various_links li {
    display: inline;
    border-left: 1px solid #999;
    padding: 0 7px 0 10px;
}

#footer .block_various_links li.first_item {
    border: none;
    padding-left: 0;
}

#footer .block_various_links li a {
    color: #999;
    text-decoration: none;
}

#footer .block_various_links li a:hover {
    text-decoration: underline;
}

#footer .block_various_links li.last_item {
    display: block;
    border: none;
    padding: 7px 0 0 0;
    color: #666666;
}

#footer .block_various_links li.last_item a {
    color: #666666;
}

/* —————————————————————————————— printable version —————————————————————————————— */
@media print {

    * {
        background: none !important;
        background-color: white !important;
    }

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

}

.product-img-box .more-views h4 {
    font-size: 0.95em;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}

.product-img-box .more-views li {
    float: left;
    margin-right: 6px;
    text-align: center;
}

.product-img-box .more-views li.last {
    margin-right: 0;
}

.product-img-box .more-views li img {
    border: medium none;
}

.large-image {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #F0EFF2;
    display: block;
    height: 240px;
    margin-bottom: 7px;
    position: relative;
    width: 240px;
}

.preview-list {
    overflow: hidden;
    width: 280px;
}

.preview-list a {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #F0EFF2;
    display: block;
    float: left;
    height: 48px;
    margin: 6px 10px 6px 0;
    width: 48px;
}

#add_product_notification {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F0EFF2;
    color: #000000;
    padding: 10px;
}

#own_preloader {
    font-weight: bold;
    height: 60px;
    text-align: center;
    width: 200px;
    z-index: 1000;
}

.infoblock {
    clear: both;
}

.product-options {
    padding: 10px 0;
    line-height: 1.5em;
}

.shopping-cart th {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #000000;
    font-weight: bold;
    height: 25px;
    padding: 0 7px;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
}

.shopping-cart td {
    border-bottom: 1px solid #EEEEEE;
    padding: 7px;
    vertical-align: middle;
}

.shopping-cart-totals {
    text-align: right;
}

#shopping-cart-totals-table {
    width: 100%;
    text-align: right;
}

.checkout-types {
    padding: 10px;
    float: right;
}

div#slide_holder {
    height: 300px;
    margin: 0 0 10px 0;
    width: 750px;
}

div#slider {
    height: 300px;
    overflow: hidden;
    width: 750px;
}

.nivoSlider {
    position: relative;
}

.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}

.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 60;
}

.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 50;
}

.nivo-caption {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    z-index: 89;
}

.nivo-caption p {
    margin: 0;
    padding: 5px;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

.nivo-directionNav {
    bottom: 65px;
    height: 42px;
    position: absolute;
    right: 64px;
    width: 82px;
    z-index: 1000;
}

.nivo-prevNav {
}

.nivo-prevNav:hover {
}

.nivo-nextNav {
}

.nivo-nextNav:hover {
}

.one-collection {
    border: 1px dotted #ECECEC;
    float: left;
    height: 272px;
    text-align: center;
    width: 248px;
}

.one-collection a {
    color: #585757;
    font-weight: bold;
    text-transform: uppercase;
}

.one-collection  img {
}

.oc-wrapper-img {
    height: 240px;
    margin: 0 auto;
    text-align: center;
    width: 240px;
}

#feedback_form table {
    width: 100% !important;
}

table.page {
    width: 100% !important;
}

#feed_submit, #feedback_commit, .button_submit {
    height: 27px !important;
    border: none;
    color: #fff !important;
    background: url(btn-add.png) repeat-x;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px; /* KHTML */
    border-radius: 10px; /* CSS3 */
    text-decoration: none;
    padding: 0 5px;
    width: 150px;
    margin: 0 auto;

}

div.contacts {
    font-size: 18px;
    left: 380px;
    line-height: 18px;
    position: absolute;
    top: 10px;
}

div.contacts p {
    color: #495469;
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 7px;
}

#concomitant {
    float: left;
    margin-top: 10px;
    width: 100%;
}

#concomitant .related_products {
    float: left;
    width: 166px;
    height: 270px;
    padding: 0 10px;
}

#concomitant .special_image {
    height: 160px;
    display: block;
}

#concomitant .related_products div h5 {
    height: 20px;
}

#concomitant h2 {
}

/* simplemodal */
#basic-modal-content {
    display: none;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}

/* Container */
#simplemodal-container {
    height: auto;
    width: auto;
    color: #ccc;
    background-color: #fff; /*border:4px solid #444;*/
    padding: 12px;
    border: 3px solid #495469;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
}

#simplemodal-container a.modalCloseImg {
    background: url('x.png') no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
}

#simplemodal-overlay {
    cursor: auto;
}

.block-cart {
    width: 470px;
    padding: 15px;
    color: #000;
}

.block-cart h1 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 14px;
    color: #E26607;
}

.block-cart .summary {
    line-height: 16px;
    margin-bottom: 20px;
}

.block-cart .item {
    border-top: 1px solid #CCC;
    padding: 5px 0;
}

.block-cart .item .product-image {
    float: left;
    width: 60px;
    height: 52px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-right: 14px;
}

.block-cart .item .product-details {
    float: left;
    width: 370px;
}

.block-cart .item .product-details .parse_remove_action {
    float: right;
    display: block;
    width: 9px;
    height: 10px;
    text-decoration: none;
    background: url(del.png) no-repeat;
}

.block-cart  .parse_total_price {
    font-weight: bold;
}

.actions {
    padding: 3px 10px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    background: #F7F7F7;
}

.actions a.button, .actions input.button {
    float: right;
}

.actions a.button {
    background: none;
    text-decoration: underline;
    font-size: 11px;
}

.actions a:hover.button {
    text-decoration: none;
}

.actions input.button {
    border: 0px;
    cursor: pointer;
}

.actions input:hover.button {
    color: #FFF;
}

.block-cart .summary {
    text-align: right;
    padding: 0px 10px 10px 0;
    margin-bottom: 0px !important;
}

.basketIcon {
    width: 28px;
    float: left;
    display: inline;
    margin-left: 12px;
    margin-right: 20px;
    padding-top: 2px;
}

.basket #d1, .basket #d2 {
    float: right;
    background: url('cart.gif') left center no-repeat;
    height: 33px;
    *zoom: 1;
    line-height: 33px;
    float: right;
    display: inline;
    white-space: nowrap;
    padding-right: 15px;
    margin-top: 28px;
}

.product-name:hover {
    color: #666666
}
.callMeForm p {
    text-align: right;
     margin: 0 0 8px;
color:#000;
}
#callme_form input {
    display: inline;
}
input[type="text"], textarea {
    border: 1px solid #808080;
}
.callMeButton{
    float: none !important;
}
#basic-modal{
    position: absolute;
    color: #495469;
    padding-left: 40px;
    left: 380px;
    top: 60px;
    background: url("callme.png") no-repeat;

}
#basic-modal a{
  color: #495469;
}
.nivo-controlNav{ position: absolute; bottom: -20px; right: 30px;}
.nivo-control{ color: #000 !important; background: #000; border: 1px solid #fff; height: 20px; width: 20px; float: left; display: block; margin-right: 5px}
.nivo-controlNav .active{
 color: #fff !important; background: #fff; border: 1px solid #000; height: 20px; width: 20px; float: left; display: block; margin-right: 5px
}
.text-block-bottom{

}
#category_list .ajax_block_product{
height:200px;
}
#category_list h3{
text-align:center;
}
#category_list li{float:left; width:177px; text-align:center;}
#category_list .product_img_link{height:120px; width:177px; display:block; text-align:center;}
.parse_cart{
    width: 179px;
    height: 29px;
    margin: 7px 0 0 0;
    padding: 9px 0 0 52px;
    color: #666666;
    background: url(basket_back.png) no-repeat;
}

.parse_cart {
    display: block;

}
.quantity_wanted_p{
    float:left; margin-right: 20px;
    padding-top: 5px;
}
.category_title_h1{
    color: #ff6600;
    font-size: 18px;
    font-weight: bold;
}
.price-box-left{
width: 50%;
    float: left;
}
.price-box-right{
width: 49%;
    float: left;
}
.price-box-left p{
    padding-top: 6px;
}
.center_column_cart{
    width: 930px !important;
}
.soc-links h1{
    line-height: 1.3em;
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
}
.soc-links{
    padding-bottom: 10px;
text-align: center;
}
.or-link-bg{
    top: 0;
    right: 0;
    background: none repeat scroll 0 0 #ff6600;
    position: absolute;
    height: 40px;
    z-index: 0;
    left: -40px;
    width: 190px;

}
#mygalone ul li {
    float: left;
    height: 350px;
    position: relative;
    width: 750px;
}
#mygalone ul {
    height: 350px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#mygalone {
    overflow: hidden;
}
.stripTransmitter {
    background: url("slider-buttons-bg.png") repeat-x scroll center top transparent;
    height: 27px;
    left: 0;
    margin: 244px 0 0;
    overflow: hidden;
    position: absolute;
    text-align: right;
    top: 0;
}
.stripTransmitter ul {
    margin: 6px 0 0 636px;
    padding: 0;
}
.stripTransmitter li {
    float: left;
    margin-right: 6px;
}
.stripTransmitter ul li a {
    background: url("slider-button.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 15px;
    text-decoration: none;
    width: 15px;
}
.stripTransmitter ul li a:hover, .stripTransmitter ul li a.current {
    background: url("slider-button-act.gif") no-repeat scroll 0 0 transparent;
}
.slider {
    position: relative;
}
#mygalone p{
    padding: 0;
}
#buyMore { color:#f00; } 
.buyMore { clear:both; font-size:1.1em; color:#111!important; }
#mod-popup h3{
padding-bottom:15px;
}

#presence {float: left; padding-left: 110px; color: #32593e; }

.page strong, .page span strong, .page p strong, .page strong span {font-weight: bold;}
