@import "common.css";
@import "form.css";
@import "reset.css";

@font-face {
    font-family: 'Ruble';
    src: url('rouble/rouble.eot');
    src: local('ALS Ruble'), url('rouble/rouble.woff') format('woff'), url('rouble/rouble.svg') format('svg'), url('rouble/rouble.otf') format('opentype');
}

.rouble {
    font-family: 'Ruble';
}

h1,
h2,
ul,
li {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0 auto;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
}

html {
    height: 100%;
    overflow: auto;
}

a:hover {
    text-decoration: none;
}

body {
    min-height: 100%;
    position: relative;
    overflow: auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    text-decoration: underline;
    color: #4c4c4c;
}

a:hover {
    color: #c32328;
    text-decoration: none;
}

a.dashed {
    border-bottom: 1px dashed;
    text-decoration: none;
}

a.dashed:hover {
    border: 0;
}

a img {
    border: 0;
}

div.main-container {
    padding-bottom: 88px;
}

div.content {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

input[type="text"],
input[type="password"],
textarea {
    padding: 0 0 0 5px;
    border-top: 2px solid #9e9eb9;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-bottom: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    behavior: url(/style/PIE.htc);
}

footer {
    position: absolute;
    bottom: 0;
    height: 88px;
    width: 100%;
}

/******************************************
              Header
******************************************/
button,
div.button {
    text-align: center;
    margin-bottom: 10px;
    color: white;
    background: #c32328;
    border: 0;
    height: 27px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    cursor: pointer;
    behavior: url(/style/PIE.htc);
}

button.orange{
    background:#f19607;
}

button.green{
    background:#8db742;
}

button {
    font-size:16px;
    height:auto;
    padding:7px 20px;
    width:213px;
}

div.button {
    padding-top: 7px;
}

div.main-container > header {
    min-width: 980px;
}

div.main-container > header nav ul {
    list-style-position: inside;
    list-style: none;
    overflow: hidden;
}

div.main-container > header nav ul li {
    float: left;
}

div.main-container > header h1 {
    font-size: 25px;
    font-weight: normal;
    margin: 0 auto;
    position: relative;
    top: 48px;
    left:-80px;
    text-align: left;
    width: 275px;
    padding: 0 25px;
    border: 1px solid #fff;
    border-left-color: #C5C6C6;
    font-style: italic;
}

div.main-container > header h1 a {
    color: #C5C6C6;
    text-decoration: none;
    font-family: georgia, sans-serif;
}

div.main-container > header nav,
div.main-container > header h1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.header-info {
    float: right;
    margin: 24px 0 0 0;
}

.header-tel {
    text-align: right;
    color: #10498A;
    margin:0 22px 13px 0;
}.header-tel a{
    color: #10498A;
    text-decoration: none;
}

.header-tel span {
    font-size: 42px;
}

.header-cart {
    margin-top:17px;
    float:right;
    text-align:center;
    padding:60px 5px 7px;
    min-width:94px;
    background:url('../images/cart.png') 50% 7px no-repeat #f19b00;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    display:block;
    text-decoration:none;
}

.header-cart,
.header-cart *{
    font-size:14px;
    color:#fff;
}

.header-cart div.big,
.header-cart div.big *{
    font-size:18px;
}

.header-cart b{
    display:block;
}

.header-sub-menu {
    background: #F7F7F7;
    height: 80px;
}

.header-sub-menu > span {
    float: left;
    font-size: 18px;
    line-height: 80px;
    color: #353535;
    margin: 0 0 0 10px;
    vertical-align: top;
}

.menu-content {

}

.menu-content > ul {
    display: table;
    width: 100%;
}

.menu-content > ul > li {
    display: table-cell;
    *float: left;
    position: relative;
    z-index: 10;
    vertical-align: middle;
    max-width: 200px;
}
.menu-content > ul > li.paradnie-viveski{
    max-width: 150px;
}

.menu-content > ul > li > a {
    color: #375576;
    display: table-cell;
    *display: block;
    vertical-align: middle;
    padding: 20px 20px 20px 80px;
    height: 40px;
    min-height: 40px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.menu-content > ul > li:hover {
    background-color: #EDEDED;
}

.header-sub-menu ul li:hover ul {
    display: block;
    *display: none;
}

.header-sub-menu ul ul {
    position: absolute;
    width: 100%;
    display: none;
    top: 80px;
    left: 0;
    right: 0;
    background: #EDEDED;
    z-index: 10;
    zoom:1;
    padding: 0;
}

.header-sub-menu ul ul li a {
    padding: 5px 10px;
    display: block;
    color: #000;
    margin: 0;
    text-decoration: none;
}

.header-sub-menu ul ul li a:hover {
    background: #F7F7F7;
}

.stendi > a {
    background-image: url(../images/item-1.png);
}

.tablichki > a {
    background-image: url(../images/item-2.png);
}

.paradnie-viveski > a {
    background-image: url(../images/item-3.png);
}

.ukazateli-na-doma > a {
    background-image: url(../images/item-4.png);
}

.banneri > a {
    background-image: url(../images/item-5.png);
}

.content-stat {
    padding: 55px 0 0 0;
    width: 340px;
    margin: 0 0 0 640px;
}

.stat-parametr {
    color: #3A3A3A;
    margin: 5px 0 5px 0;
}
.stat-parametr p {
    margin: 5px 0 5px 0;
}

.stat-parametr span {
    color: #000;
    font-weight: 600;
}

.content-stat p a {
    display: inline-block;
}

.stat-link {
    display: block;
    text-decoration: none;
    border-bottom: dashed 1px;
    width: 175px;
    margin: 10px auto 0 auto;
    cursor: pointer;
}

.content-stat span {
    margin: 0 5px 0 0;
}

.content-description {
    color: #4F5A6B;
    font-size: 12px;
    font-family: arial;
    margin: 30px 0 0 0;
    width: 300px;
}

.price-title {
    font-size: 24px;
    color: #000;
    margin-bottom:5px;
}

.price {
    font-size: 60px;
    font-weight: normal;
    line-height:1;
    margin-bottom:15px;
}

.price form {
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    top: -20px;
    right: 70px;
}

.colomn-stat {
    width: 256px;
    background: #D6DADB;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    color: #313232;
    padding: 10px 10px 20px 10px;
    display: inline-block;
    margin: 0 0 0 35px;
    vertical-align: top;
    behavior: url(/style/PIE.htc);
}

.colomn-stat input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    behavior: url(/style/PIE.htc);
}

.stat-size p {
    margin: 17px 0 0 0;
}

.stat-size-1 span {
    margin: 0 64px 0 0;
}

.stat-size-2 span {
    margin: 0 68px 0 0;
}

.stat-size input {
    width: 100px;
    height: 18px;
    border: none;
    padding: 0 0 0 5px;
}

.stat-base {
    margin: 25px 0 0 0;
}

.stat-base-variant {
    float: right;
    margin: 0 50px 0 0;
}

.stat-base-input label {
    margin: 0 0 0 10px;
}

.stat-sticking {
    margin: 30px 0 0 0;
}

.stat-sticking-variant {
    width: 140px;
    float: right;
}

.stat-sticking-lable {
    display: block;
    margin: 0 0 0 20px;
}

.base-input-radio {
    float: left;
    margin: 8px 0 0 0;
}

.stat-design {
    margin: 20px 0 0 30px;
}

.type-variant {
    float: right;
}

.type-variant input {
    width: 100px;
    height: 19px;
    border: none;
    margin: 0 0 0 10px;
    padding: 0 0 0 5px;
}

.type-variant p {
    margin: 20px 0 0 0;
}

.type-variant-title {
    margin: 20px 0 0 0;
    float: left;
}

.type-2 {
    margin: 20px 0 0 0;
}

.sub-description {
    margin: 0 0 0 35px;
    float: left;
    width: 270px;
}

.sub-comments {
    margin: 0 0 0 50px;
    float: left;
}

.sub-comments textarea {
    width: 260px;
    margin: 5px 0 0 0;
}

.sub-price {
    width: 260px;
    float: left;
    margin: 0 0 0 50px;
    position: relative;
    top: -50px;
}

.sub-price button {
    position: absolute;
    right: 0;
}

.calculator {
    width: 1000px;
    margin: 0 auto;
    margin: 20px auto 0 auto;
}

.top-headings p {
    font-size: 18px;
    color: #2E2E2E;
    text-align: center;
    margin: 20px 0 0 0;
}

.top-headings h1 {
    font-size: 20px;
    color: #2E2E2E;
    text-align: center;
    margin: 10px 0;
    font-weight: 400;
}

div.main-container > header nav.top{
    position:relative;
    z-index:10;
    padding:0;
    margin:0;
}

div.main-container > header nav.top ul {
    text-align: center;
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    position:absolute;
    z-index:10;
    left:95px;
    top:20px;
}

div.main-container > header nav.top ul li {
    margin-right: 25px;
}

div.main-container > header nav.top ul li:last-child {
    margin: 0;
}

div.main-container > header nav.bottom {
    text-transform: lowercase;
    padding-bottom: 11px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
}

div.main-container > header nav.bottom a {
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.main-container > header nav.bottom ul {
    overflow: visible;
}

div.main-container > header nav.bottom li.active a {
    width: 327px;
    behavior: url(/style/PIE.htc);
}

div.main-container > header nav.bottom li.blue a {
    background: #008ccf;
}

div.main-container > header nav.bottom li.red a {
    background: #c32328;
}

div.main-container > header nav.bottom li.green a {
    background: #8db742;
}

div.main-container > header nav.bottom li a {
    display: block;
    color: white;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 10px;
    position: relative;
    width: 326px;
    font-size: 18px;
}

div.main-container > header nav.bottom li span.arrow {
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -5px;
    display: block;
    width: 24px;
    height: 13px;
}

div.main-container > header nav.bottom li span.arrow.red {
    background: url(../images/data/red-arrow-down.png);
}

div.main-container > header nav.bottom li span.arrow.green {
    background: url(../images/data/green-arrow-down.png);
}

div.main-container > header nav.bottom li span.arrow.blue {
    background: url(/images/data/blue-arrow-down.png);
}

div.main-container > header a.logo {
    display: block;
    margin:5px 0 0;
    position: relative;
    left:-18px;
    float: left;
}

div.main-container > header div.search {
    float: left;
    position: relative;
    padding-left:0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url(/style/PIE.htc);
}

div.main-container > header div.search input {
    width: 185px;
    height: 25px;
    padding: 0px 5px;
    border: 1px solid #9D9E9E;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url(/style/PIE.htc);
    float: left;
}

div.main-container > header div.search input:focus {
    outline: none;
}

div.main-container > header div.search button {
    float: left;
    margin: 0 0 0 5px;
    width: 27px;
    height: 27px;
    padding: 0;
    background: url(../images/ico_search2.png) no-repeat;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    behavior: url(/style/PIE.htc);
}
section.products {
    display: none;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 980px;
    padding-top: 30px;
    height: 181px;
    background: url(../images/data/products-background.png) left no-repeat;
    text-align: left;
    position: relative;
}

section.products div.products-control {
    float: left;
    width: 195px;
    padding-left: 85px;
}

section.products div.products-control ul li {
    margin-top: 18px;
}

section.products div.products-control ul li a {
    font-weight: bold;
    text-decoration: none;
}

section.products div.products-control ul li a:hover {
    color: #c32328;
}

section.products div.products-control ul li:first-child {
    margin-top: 0;
}

section.products li.active a {
    color: #c32328;
    text-decoration: none;
}

section.products div.products-list {
    float: left;
}

section.products div.slide-up-control {
    text-align: center;
    position: absolute;
    cursor: pointer;
    bottom: 10px;
    right: 10px;
}

section.products div.slide-up-control a {
    text-decoration: none;
}

/******************************************
              Main page
******************************************/
section.main-content {
    margin-top: 15px;
    margin-bottom: 30px;
}

.breadcrumbs, .breadcrumbs a {
    color: #000;
}

section.main-content header.top-headings h1 {
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    padding-right: 25px;
    font-size: 20px;
    color: #1B1B1B;
    margin: 10px 0;
}

.top-headings h1 a {
    color: #1B1B1B;
    font-weight: normal;
}

section.main-content aside {
    height: 100%;
}

section.main-content aside.right {
    float: right;
}

section.products-display div.display-content {
    text-align: center
}

section.products-display div.display-content .price {
    font-size: 16px;
    text-align: center;
    display: block;
    color: #219ab6 !important;
    line-height: 1.4;
    margin-top: 3px;
}

section.products-display div.display-content li {
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 10px 0;
    padding: 0 8px;
}

section.products-display div.display-content li a {
    text-decoration: none;
}

section.products-display div.display-content li a img {
    padding: 8px;
    vertical-align: bottom;
}

section.products-display div.display-content li a span.image {
    display: block;
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    behavior: url(/style/PIE.htc);
}

section.products-display div.display-content li a:hover {
    border-color: white;
    color: #c32328;
}

section.products-display div.display-content li a:hover span.image {
    border-color: #bababa;
    -webkit-box-shadow: #969696 0 0 10px 1px;
    -moz-box-shadow: #969696 0 0 10px 1px;
    box-shadow: #969696 0 0 10px 1px;
    behavior: url(/style/PIE.htc);
}

section.products-display div.display-content li p.title {
    font-size: 12px;
    height: 14px;
    text-align: center;
    margin-bottom: 7px;
    line-height: 1;
    color: #000;
}

.card {
    overflow: hidden;
}

.products-display {
    clear: both;
    margin: 10px 0;
}
.frame .products-display{
    margin: 0;
}

.display-content {
    margin: auto;
    text-align: center;
}

.display-content ul {
    text-align: center;
    margin: auto;
}

.title-more {
    font-size: 18px;
}

/******************************************
              Footer
******************************************/
body > footer {
    font-size: 11px;
    color: white;
}

body > footer div.content {
    height: 100%;
    background: url("../images/data/footer-background-c32328.png") #7f7f7f left no-repeat;
}

body > footer div.sitemap {
    float: left;
    width: 250px;
    padding-top: 33px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

body > footer div.sitemap a {
    color: white;
    text-decoration: none;
}

body > footer div.contacts {
    float: left;
    margin-left: 60px;
    width: 660px;
    padding-top: 10px;
    overflow:hidden;
}

body > footer div.contacts div.contacts-instance {
    float:left;
    margin-right:2%;
    width:48%;
}

body > footer div.contacts div.contacts-instance p.title {
    font-weight: bold;
}

/******************************************
              Sprites
******************************************/

span.big-arrow-up {
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 32px;
    height: 10px;
    background: url("../images/data/big-arrow-up-c32328.png") no-repeat;
}

span.big-arrow-down {
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 32px;
    height: 10px;
    background: url("../images/data/big-arrow-down-c32328.png") no-repeat;
}

span.basket-circle {
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 30px;
    height: 26px;
    padding-top: 4px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: white;
    background: url("../images/data/basket-items-counter-c32328.png") no-repeat;
}

a.arrow-left,
a.arrow-right {
    width: 17px;
    height: 52px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -26px;
}

a.arrow-left {
    background: url("../images/data/arrow-left.png") no-repeat;
}

a.arrow-left:hover {
    background: url("../images/data/arrow-left-hover-c32328.png") no-repeat;
}

a.arrow-right {
    background: url(../images/data/arrow-right.png) no-repeat;
}

a.arrow-right:hover {
    background: url("../images/data/arrow-right-hover-c32328.png") no-repeat;
}

span.question-mark {
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 16px;
    height: 15px;
    background: url("../images/data/question-mark.png") no-repeat;
    margin: 0 0 3px 3px;
}

span.double-arrow-down {
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 14px;
    height: 10px;
    background: url("../images/data/double-arrow-down.png") no-repeat;
    vertical-align: baseline;
    margin-left: 7px;
}

div.frame {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div.frame .content {
    width: 700px;
}

div.frame h1 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

div.select {
    text-align: center;
}

div.select a {
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    padding: 50px 0;
    color: #FFFFFF;
    text-decoration: none;
    width: 130px;
    margin: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior: url(/style/PIE.htc);
}

.list {
    margin: 20px 85px;
    color: #333333;
    overflow: auto;
}

.list a {
    display: block;
    text-decoration: none;
}

.list span {
    float: left;
    margin-right: 50px;
}

.list h2 {
    font-size: 18px;
}

.list p {
    margin: 10px 0;
}

.order-table {
    width: 100%;
    background: #E5E5E5;
    border-spacing: 5px;
    border-collapse: separate;
}

.order-table thead th {
    background: #B2B2B2;
    padding: 3px;
    color: #fff;
    font-weight: 400;
}

.order-table td {
    padding: 5px 10px;
}

.order-table td p {
    margin: 5px;
}

.order-table input[type="text"] {
    width: 30px;
}

.order-table .summ {
    font-size: 40px;
}

.order-table .rubl {
    font-size: 30px;
}

.order-del {
    display: block;
}

.order-create {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
    behavior: url(/style/PIE.htc);
    background: #c32328;
    color: #fff;
    padding: 5px 10px;
    border: none;
    font-size: 20px;
    width: auto;
}

.form h2 {
    font-weight: 400;
    font-size: 18px;
}

.form h2 b {
    font-size: 200%;
    font-weight: 400;
}

.form h2 span {
    font-size: 90%;
}

div.text p,
div.text h1,
div.text h2,
div.text h3,
div.text h4,
div.text h5,
div.text h6,
div.text ul,
div.text ol {
    margin: 10px 0;
}

div.text h1 {
    font-size: 20px;
}

div.text h2 {
    font-size: 18px;
}

div.text h3 {
    font-size: 16px;
}

div.text h4 {
    font-size: 14px;
}

div.text {
    font-size: 12px;
}

div.text ul {
    list-style: disc;
}

div.text ul,
div.text ol {
    padding-left: 20px;
}

.window,
.characters {
    display: none;
    width: 980px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -490px;
    background: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-box-shadow: #000 0 0 10px;
    -moz-box-shadow: #000 0 0 10px;
    box-shadow: #000 0 0 10px;
    background: rgb(250, 250, 250);
    background: rgba(250, 250, 250, 0.9);
    z-index: 100;
    behavior: url(/style/PIE.htc);
}

div.window {
    position: fixed;
    top: 50%;
    width: 800px;
    height: 500px;
    margin-left: -400px;
    margin-top: -250px;
}

.frame .close,
.characters .close {
    float: right;
    width: 22px;
    height: 22px;
    background: url("/images/ico_close.png") no-repeat;
    margin: 16px 20px 0 0;
}

.frame .close {
    float: right;
}

div.modal,
.characters-close {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

#Stend_file {
}

.colomn-stat > div > span.question-mark {
    float: none;
    width: 16px;
}

.colomn-stat div.optional-variant p input,
.colomn-stat > div > input {
    width: 180px;
    float: right;
    height: 19px;
    border: none;
    padding: 0 0 0 5px;
    position: relative;
    top: -2px;
}

.colomn-stat > div > span {
    float: right;
    width: 150px;
}

.colomn-stat > div > label {
}

.colomn-stat > div {
    clear: both;
    padding: 15px 0;
}

#Stend_array_design {
    width: 180px;
}

.colomn-stat input[type="file"] {
    width: 150px;
    overflow: hidden;
}

.colomn-stat > div.type-1 {
    margin-top: 0;
}

.optional-variant p {
    clear: both;
    padding: 5px 0;
}

.colomn-stat input[type="radio"] {
    margin-bottom: 2px;
}

.colomn-stat input[type="checkbox"] {
    margin-bottom: 3px;
}

.form input[type="text"],
.form textarea {
    background: #eee;
    padding: 2px 5px 4px;
}

div.form label {
    font-weight: 400;
    margin-left: 10px;
    font-size: 14px;
}

.errorMessage {
    margin-left: 10px;
    line-height: 1;
    position: relative;
    top: -2px;
}

div.form .checkbox input {
    top: 1px;
    vertical-align: baseline;
}

div.form .row {
    width: 265px;

}

div.form .order-buttons {
    text-align: right;
}

div.form .order-buttons input {
    width: auto;
    font-weight: 700;
    padding: 2px 8px;
    cursor: pointer;
}

.card h2 {
    font-weight: 400;
    font-size: 18px;
}

.site-map {
    font-size: 20px;
}

.site-map ul {
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 85%;
}

.site-map >ul {
    padding-top: 20px;
}

.consult {
    position: absolute;
    width: 300px;
    left: 400px;
    margin-top: 20px;
    color: #777;
}
.blocks-icos{
    position: absolute;
    margin-left: 30px;
    margin-top: -22px;
}
.blocks-icos > span{
    display: block;
    float: left;
    width: 14px!important;
    height: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    behavior: url(/style/PIE.htc);
}
.blocks-icos > span.active{
    background-color:  #eee;
}
.set-block{
    background: url("/images/ico_block.png") no-repeat center;
}
.set-unblock{
    background: url("/images/ico_unblock.png") no-repeat center;
}
.top_menu{
    padding: 5px 9px;
    overflow: hidden;
}
.slider ul li{
    float: left;
}
.slider ul img{
    width: 980px;
    height: 329px;
    display: block;
}

@-moz-document url-prefix() {
   .menu-content > ul > li {
    float: left;
}
.menu-content > ul > li > a {
    display: block;
}
}

.product-animation{
    position:absolute;
}

.nc{
    margin-top:13px;
}

.nc a{
    color:#fff;
}