﻿html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, .footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

button {
    width: auto;
    overflow: visible;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

/*
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearboth, .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
}

h2 {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 10px;
}

h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

h4 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
}

h5 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
}

h6 {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 3px;
}

body {
    background: #fff;
    padding: 0px;
    margin: 0px;
    font-family: 'normal normal 12px/24px "Microsoft YaHei", Simsun, Arial, Helvetica, sans-serif';
}

body a {
    outline: 0;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

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

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.menu {
    margin: 0 auto;
    float: right;
    padding-top: 65px;
}

.menu ul {
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;

}

.menu ul li {
    color: #000;
    list-style: none;
    float: left;
    font-size: 16px;
}

.menu ul li a {
    color: #000;
    text-decoration: none;
    padding: 32px 23px;
    cursor: pointer;
    border-top: none;
    text-transform: uppercase;
    font-size: 16px;
}

.header .sub {
    width: 100%;
    height: 3px;
    background-color: #028CE8;
}

.linkz ul li a:hover {
    color: #ccc;

}

/* Menu Icons */

.menu ul li a.home {

}

.menu ul li a.wishlist {

}

.menu ul li a.account {

}

.menu ul li a.cart {

}

.menu ul li a.checkout {

}

.menu ul li a.login {

}

.menu ul li a.register {

}

.menu ul li a.wishlist:hover,
.menu ul li a.account:hover,
.menu ul li a.cart:hover,
.menu ul li a.checkout:hover,
.menu ul li a.login:hover,
.menu ul li a.register:hover {
    color: #ccc;
    background-color: #333;
}

.menu ul li.active a {
    color: #fff;
    background-color: #028CE8;
    border-radius: 15px; /* W3C syntax */
}

.container {
    width: 1000px;
    margin: 0 auto;
}

.left_box {
    background: #e7e7e7;
    width: 900px;
    height: 300px;
    float: left;
    padding: 5px;
    color: #777;
    border: solid 1px #ccc;
    font-size: 14px;
    line-height: 20px;
}

.center_box {
    background: #e7e7e7;
    width: 520px;
    height: 300px;
    float: left;
    padding: 5px;
    color: #777;
    border: solid 1px #ccc;
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
}

.right_box {
    background: #e7e7e7;
    width: 200px;
    height: 300px;
    float: left;
    padding: 5px;
    color: #777;
    border: solid 1px #ccc;
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
}

.bottom_box {
    background: #e7e7e7;
    width: 964px;
    height: 100px;
    float: left;
    padding: 5px;
    color: #777;
    border: solid 1px #ccc;
    margin-top: 10px;
}

.text_box_left {
    padding: 6px;
    padding-left: 12px;
    background: #eee;
    border-bottom: solid 1px #ccc;
    width: 994px;
    margin-top: -5px;
    margin-left: -12px;
    margin-bottom: 5px;

}

.text_box_right {
    padding: 6px;
    background: #eee;
    border-bottom: solid 1px #ccc;
    width: 198px;
    margin-top: -5px;
    margin-left: -5px;
    margin-bottom: 5px;

}

.text_box_center {
    padding: 6px;
    background: #eee;
    border-bottom: solid 1px #ccc;
    width: 518px;
    margin-top: -5px;
    margin-left: -5px;
    margin-bottom: 5px;

}

/* Footer */
.icart-footer {
    background-color: #393939;
}

.icart-footer-container {
    width: 1000px;
    margin: 0 auto;
}

.icart-footer h3, icart-footer h3 a {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: normal;
}

.icart-footer {
    color: #777 !important;
}

.icart-footer a {
    color: #777 !important;
    text-decoration: none;
}

.icart-footer a:hover {
    color: #ffffff !important;
}

.icart-footer-top, #icart-footer-base {
    background-color: #444;
    border-top: 1px solid #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
    min-height: 40px;
}

.icart-logo-footer {
    float: left;
}

.icart-footer-container {
    font-size: 12px;
    line-height: 18px;
    width: 1000px;
    margin: 0 auto;
}

.icart-footer-container ul {
    list-style: none;
    margin: 0px;
    line-height: 15px;
}

.icart-footer-container ul li {
    background: url(../images/circle.png) 5px 3px no-repeat;
    padding-left: 17px;
    margin-bottom: 6px;
}

.icart-footer-container ul.social li {
    padding: 5px 0px 5px 20px;
    padding-bottom: 2px;
}

.icart-footer-container ul.social li.twitter {
    background: url(../images/twitter.png) no-repeat left;
}

.icart-footer-container ul.social li.facebook {
    background: url(../images/facebook.png) no-repeat left;
    margin-right: -4px;
}

.icart-footer-container ul.social li.rss {
    background: url(../images/rss.png) no-repeat left
}

.icart-footer-container .footer-container, .footer-container, .footer-container {
    padding: 0px 0px 15px 0px;
}

.icart-footer-container h3 {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    color: #eee;
    background: url(../images/footer_h3.png) no-repeat bottom left;
    padding-bottom: 15px;
    margin-bottom: 5px;
    margin-top: 16px;
}

.icart-footer-top {
    height: 10px;
}

.icart-footer-bottom {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #444;
    border-top: solid 1px #555;
}

.column_footer {
    float: left;
    margin-right: 24px;
    margin-top: -4px;
}

.right_column {
    margin-right: 0px !important;
}

/* End of Footer */

.header {
    width: 100%;
    margin: 0 auto 10px;

    padding-top: 14px;
    background: url('../images/hc_bg.jpg') repeat-x;
}

.logo_img {
    float: left;
    padding-top: 20px;
}

.m1 {
    width: 1000px;
    margin: 0 auto 25px auto;
}

.m_title {
    margin: 35px auto;
    background: url(../images/m1_bg.jpg) repeat-x center;
}

.main_w {
    width: 1000px;
    margin: 0 auto;
}

.m_title em {
    display: block;

    font-size: 24px;
    text-align: center;
    background: url(../images/m1_bg2.png) no-repeat center;
}

.m_title em i {
    color: #2aa7fd;
}

.m_all {
    background: #f8f8f8;
    padding: 10px 0;
}

.m1 ul li .img {
    float: left;
    position: relative;
}

.m1 ul li {
    float: left;
    padding: 27px 0;
}

.m1 ul li .img {
    float: left;
    position: relative;
}

.m1 ul li .text {
    float: left;
    width: 150px;
    padding-left: 20px;
}

.m1 ul li .text h4 {

    font-size: 22px;
    font-weight: 600;
}

.m1 ul li .text h4 a {
    line-height: 160px;
    font-size: 24px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
}

.m1 ul li .text h4 a:hover {
    color: rgb(0, 136, 299);
}

.m3_all {
    width: 1000px;
    height: 235px;
    padding-top: 10px;
    position: relative;
}

.m3_all a.aleft {
    float: left;
}

.m3_all a.abtn {
    _display: inline;
    width: 18px;
    height: 50px;
    margin-top: 90px;
    background: url(../images/arrow6.png) no-repeat;
}

.m3_all a.aleft:hover {
    float: left;
    background-position: 0 -50px;
}

.m3_all a.aright:hover {
    float: right;
    background-position: -18px -50px;
}

.m3_all a.aright {
    float: right;
    background-position: -18px 0;
}

.m3_all .imglist_w {
    width: 900px;
    height: 235px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.m3_all .imglist_w ul {
    width: 20000px;
    position: absolute;
    left: 0;
    top: 0;
}

.m3_all .imglist_w ul li {
    float: left;
    _display: inline;
    width: 155px;
    padding: 0 18px;
}

.m3_all .imglist_w ul li a img {
    padding: 2px;
    border: 1px solid #dbdbdb;
}

.m3_all .imglist_w ul li a em {
    display: block;
    line-height: 30px;
    text-align: center;
}

.m2 {
    width: 1000px;
    margin: 0 auto 25px auto;
}

.m2 ul li {
    float: left;
    width: 45%;
    padding: 10px 0;
    border: none;
    overflow: hidden;
    margin: 0 10px 10px;
}

.m2 ul li .img {
    float: left;
}

.m2 ul li .text {
    float: left;
    width: 285px;
    margin-left: 15px;
    color: #666;
}

.m2 ul li .text_h a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
}

.m2 ul li .text_p {
    line-height: 20px;
    font-size: 12px;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
    position: relative;
    background: #fff url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.theme-default .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.theme-default .nivoSlider a {
    border: 0;
    display: block;
}

.theme-default .nivo-controlNav {
    position: absolute;
    left: 50%;
    bottom: -42px;
    margin-left: -40px; /* Tweak this to center bullets */
}

.theme-default .nivo-controlNav a {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}

.theme-default .nivo-controlNav a.active {
    background-position: 0 -22px;
}

.theme-default .nivo-directionNav a {
    display: block;
    width: 25px;
    height: 200px;
    background: url(../images/arrows.png) no-repeat 0% 50%;
    text-indent: -9999px;
    border: 0;
    top: 40px;
}

.theme-default a.nivo-nextNav {
    background-position: 100% 50%;
    right: -40px;
    padding-right: 20px;
}

.theme-default a.nivo-prevNav {
    left: -40px;
    padding-left: 20px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.theme-default .nivo-caption a:hover {
    color: #fff;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.theme-orman .nivo-caption a:hover {
    color: #fff;
}

.theme-default .ribbon {
    background: url(../images/ribbon.png) no-repeat;
    width: 111px;
    height: 111px;
    position: absolute;
    top: -3px;
    left: 56px;
    z-index: 300;
}

/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * March 2010
 */

/* The Nivo Slider styles */
.nivoSlider {
    position: relative;
}

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

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    opacity: 0.8; /* Overridden by captionOpacity setting */
    width: 100%;
    z-index: 8;
}

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

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

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

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

/*
Skin Name: Orman Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Image Width: 568
Image Height: 268
Description: A light and green skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Orman Clark
Author URI: http://dev7studios.com
*/

.theme-orman.slider-wrapper {
    background: #333 url(../images/slider_pattern.png) repeat-x;
    border: solid 1px #bbb;
    width: 1000px;
    height: 324px;
    margin: 0 auto;
    padding-top: 18px;
    position: relative;
    border-top: solid 1px #3f3f3f;
}

.theme-orman .nivoSlider {
    position: relative;
    width: 960px;
    height: 302px;
    margin-left: 17px;
    background: url(../images/loading.gif) no-repeat 50% 50%;
}

.theme-orman .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 568px; /* Make sure your images are the same size */
    height: 268px; /* Make sure your images are the same size */
}

.theme-orman .nivoSlider a {
    border: 0;
    display: block;
}

.theme-orman .nivo-controlNav {
    position: absolute;
    left: 43%;
    bottom: -34px;
    margin: 0 auto;
}

.controlNav_box {
    background: url(../images/controlnav.png) no-repeat center;
    width: 251px;
    height: 40px;
    margin: 0 auto;
    margin-top: -17px;
}

.theme-orman .nivo-controlNav a {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 7px;
    float: left;
}

.theme-orman .nivo-controlNav a.active {
    background-position: 0 -22px;
}

.theme-orman .nivo-directionNav a {
    display: block;
    width: 25px;
    height: 200px;
    background: url(../images/arrows.png) no-repeat 0% 50%;
    text-indent: -9999px;
    border: 0;
    top: 40px;
}

.theme-orman a.nivo-nextNav {
    background-position: 100% 50%;
    right: -46px;
    padding-right: 20px;
    margin-top: 5px;
}

.theme-orman a.nivo-prevNav {
    left: -40px;
    padding-left: 20px;
    margin-top: 5px;
}

.theme-orman .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    border-top: solid 1px #333;
}

.theme-orman .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.theme-orman .nivo-caption a:hover {
    color: #fff;
}

.theme-orman .ribbon {
    background: url(../images/ribbon.png) no-repeat;
    width: 111px;
    height: 111px;
    position: absolute;
    top: 13px;
    left: 12px;
    z-index: 70;
}

.nivo-directionNav {
    display: block !important
}

.controlNav_box {
    background: url(../images/controlnav.png) no-repeat center;
    width: 251px;
    height: 40px;
    margin: 0 auto;
    margin-top: -17px;
}

/* box */
.box {
    margin-bottom: 20px;

}

/* box products */
.box-product {
    width: 100%;
    overflow: hidden;
}

.box-product > div {
    width: 135px;
    display: inline-block;
    vertical-align: top;
    margin-right: 90px;
    margin-left: 13.9px;
    margin-top: 10px;

}

.box-product > div:first-child {
    border-left: none;
}

.box-product .image {
    display: block;
    padding: 10px;
    width: 195px;

}

.box-product .image > a {
    text-align: center;
    background: #fff;
    border: 1px solid #efefef;
    border-collapse: separate;
    width: 190px;
    height: 190px;
    margin-bottom: -4px;
    padding: 2px;
    padding-bottom: 30px;
    border: 1px solid #abaaa6;
    background: #fff;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.box-product .image img {

}

.box-product .name a {
    color: #555;
    font-size: 14px;
    text-shadow: 1px 1px 0px #fff;
    text-decoration: none;
    display: block;
    border-bottom: solid 1px #ccc;
    padding: 10px;
    padding-left: 5px;
    margin-top: 4px;
    font-weight: bold;
}

.box-product .name a:hover {
    background: none;
}

.box-product .price {
    color: #fff;
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
    text-decoration: none;
    margin-left: 3px;
    float: left;
    margin-top: -65px;
    background: #e83d02;
    padding: 5px;
    font-weight: bold;

}

.box-product .priced ul {
    overflow: hidden;
    margin-top: -82px;
    background: #555;
    margin-left: 3px;
    width: 190px;
    color: #fff;
    position: absolute;
}

.box-product .priced ul li:first-child {
    background: #e83d02;
}

.box-product .priced ul li {
    padding: 2px;
    padding-left: 7px;
    padding-right: 7px;
    border-left: solid 1px #444;
    float: left;
    list-style: none;
    font-size: 11px;
    font-weight: bold;
    text-shadow: none;
}

.box-product .priced ul li a {
    color: #ccc;
    text-decoration: none;
}

.box-product .priced ul li a:hover {
    color: #fff;
}

.box-product .cart {
    color: #111;
    float: right;
    margin-top: -87px;

}

.box-product .cart a span {
    color: #eee;
    text-indent: -999999;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    text-shadow: 1px 1px 0 #111;
    line-height: 6px;

}

.box-product .cart a:hover {
    background: #fff;
    color: #ffffff !important;
    background: #333;
}

.box-product .price-old {
    color: #880000;
    text-decoration: line-through;
    font-size: 11px;
    margin-left: -10px;
    padding-left: 10px;
    margin-bottom: -2px;
    margin-top: 10px;

}

.box-product .price-new {
    font-weight: bold;
}

.box-product .rating {
    display: block;

    margin-left: 116px;
    margin-top: -50px;
}

.showme {
    display: none;
}

.showhim:hover .showme {
    display: block;
}

.description_featured {
    padding: 8px;
    margin-top: -320px;
    font-size: 12px;
    font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
    color: #626A76;
    line-height: 20px;
    background: #eee;
    height: 174px;
    width: 176px;
    index-z: 99;
    position: absolute;
    margin-left: 2px;

}

.heading {
    float: right;
    margin-top: 40px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    background: #222;
    -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    box-shadow: inset 0px 1px 0px 0px #888;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #444), color-stop(1, #222));
    background: -moz-linear-gradient(center top, #444 5%, #222 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #111;
    position: relative;
    z-index: 1;
    padding-bottom: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;

}

.heading a {
    color: #e7e7e7;
    text-decoration: none;
    text-shadow: 0 1px #111;
}

.heading a span {
    background: url('../images/arrow-down.png') 100% 50% no-repeat;
    padding-right: 15px;

}

#search {
    float: right;
    top: 40px;
    right: -430px;
    width: 180px;
    color: #333;

    position: relative;
}

.button-search {
    position: absolute;
    left: 0px;
    background: url("../images/search.png") no-repeat scroll left transparent;
    display: block;
    height: 31px;
    cursor: pointer;
    width: 36px;
    margin-left: 150px;

}

#search input {
    border: solid 1px #ccc;
    color: #444444;
    height: 28px;
    padding: 0 4px;
    border-radius: 3px;
    padding: 9px;
    width: 150px;
    color: #999;
    padding-left: 15px;
    background-color: #fff;
    height: 13px;

}

#search input:focus {
    background: #ccc;
}

/* box category */
.box-category {
    margin-top: -14px;
}

.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box-category > ul > li {
    padding: 10px;
    font-weight: bold;
    margin-left: -15px;
    background-color: #F4F4F4;
    border: 1px solid #BBBBBB;
    width: 158px;
}

.box-category > ul > li:hover {
    background: #fff;
    border-right: solid 2px #FF6619;
    width: 158px;
}

.box-category > ul > li ul > li:hover {
    border-right: solid 2px #025881;
}

.box-category > ul > li + li {
    border-top: 1px solid #fff;
}

.box-category > ul > li > a {
    text-decoration: none;
    color: #444;
    font-weight: bold;

}

.box-category > ul > li ul {
    display: none;
}

.box-category > ul > li a.active {

    font-size: 11px;

}

.box-category > ul > li a.active + ul {
    display: block;

}

.box-category > ul > li ul > li {
    padding: 5px 5px 0px 10px;
}

.box-category > ul > li ul > li > a {
    text-decoration: none;
    display: block;
    color: #777;
}

.box-category > ul > li ul > li > a.active {
    font-weight: bold;
}

.linktree {
    margin-bottom: 10px;
    margin-left: 3px;
    margin-top: 0;
}

.linktree a {
    color: #666666;
    font-size: 11px;
    text-decoration: none;
}

body a {
    outline: 0;
}

body, td, th, input, textarea, select, a {
    font-size: 14px;
}

#container_bg {

    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;

    margin-bottom: -100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding-top: 17px;
    margin-top: 10px;

}

#column-left {
    float: left;
    width: 180px;
}

#column-right {
    float: right;
    width: 180px;
}

#content {
    min-height: 400px;
    margin-bottom: 125px;

}

#column-left + #column-right + #content, #column-left + #content {
    margin-left: 195px;
}

#column-right + #content {
    margin-right: 195px;
}

/* button */
a.button {
    -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
    background: -moz-linear-gradient(center top, #3d94f6 5%, #1e62d0 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
    background-color: #3d94f6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #337fed;
    font-weight: bold;
    height: 20px;
    padding: 4px;
    text-align: center;
    width: 90px;
    margin-right: -0px;
    color: #FFFFFF !important;
    display: inline-block;
    font-family: arial;
    text-decoration: none;
    text-shadow: 1px 1px 0 #1570CD;
    line-height: 20px;

}

a.button span {
    color: #eee;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 6px 12px 8px 5px;
    text-shadow: 0 1px 0 #111;
    line-height: 6px;

}

.buttons {

    overflow: auto;
    padding: 6px;
    margin-bottom: 20px;
}

.buttons .left {
    float: left;
    text-align: left;
}

.buttons .right {
    float: right;
    text-align: right;
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.htabs {
    height: 30px;
    line-height: 16px;
    border-bottom: 1px solid #DDDDDD;
}

.htabs a {
    background-color: #E0E0E0;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    border-bottom: none;
    padding: 7px 15px 6px 15px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #000000;
    margin-right: 2px;
    display: none;
}

.htabs a.selected {
    padding-bottom: 7px;
    background: #eee;
}

.tab-content {
    background-color: #fff;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    padding: 10px;
    margin-bottom: 20px;
    z-index: 2;
    overflow: auto;
    color: #333;
    font-size: 12px;
    line-height: 1.9;

}

/* box */
.box {
    margin-bottom: 20px;

}

.box .box-heading {

    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #edece8 url(../images/featured_bg.gif);
    border: 1px solid #c6c6c3;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    padding: 12px 12px 5px;
    text-shadow: 0 1px #FFFFFF;
}

.box .box-heading_left {

    background: none repeat scroll 0 0 #FAFAFA;
    padding: 12px 10px 12px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #444;
    width: 158px;
    margin-left: -4px;
    height: 15px;
    border: solid 1px #BBBBBB;

}

.box .box-heading_center {

    background: url(../images/box_heading_center.png) no-repeat left;
    padding: 8px 10px 7px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    margin-left: -8px;
    height: 25px;
    width: 971px;
}

.box .box-content {
    border: 1px solid #c6c6c3;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    border-top: none;
    padding: 10px;

}

/* Product */
.product-info {
    overflow: auto;
    margin-bottom: 20px;
    padding: 5px;
}

.product-info > .left {
    float: left;
    margin-right: 13px

}

.product-info > .left + .right {
    margin-left: 255px;
}

.product-info .image {
    padding: 3px;
    float: left;
    margin: -1px;
    margin-bottom: 12px;
    text-align: center;
}

.product-info .image img {
    display: block;
}

.product-info .image-additional {
    width: 257px;
    margin-left: -15px;
    padding-top: 2px;
    clear: both;
    overflow: hidden;

}

.product-info .image-additional img {
    display: block;
}

.product-info .image-additional a {
    border: 1px solid #ededed;
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.02);
    margin: -1px;
    float: left;
    display: block;
    margin-left: 20px;
    margin-bottom: 14px;

    background: #fff;
}

.product-info .image-additional a:hover {

    opacity: 0.6;
}

.product-info .image-additional a:hover img {
    border-radius: 3px;
}

.product-info .description {
    border-bottom: 1px solid #e7e7e7;
    padding: 2px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #025881;
    font-weight: bold;
    line-height: 25px;
}

.product-info .description span {
    color: #333;
}

.product-info .description a {
    color: #025881;
    text-decoration: none;
    font-weight: bold;
}

.product-info .price {
    overflow: auto;

    padding: 0px 10px 10px 10px;
    font-size: 12px;
    color: #333333;
    background: none;
}

.product-info .price-old {
    color: #cc2929;
    text-decoration: line-through;
    font: 16px;
}

.product-info .price-new {
    font: 20px;
    color: #5c94cc;
    font-weight: bold;
}

.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    margin-top: -10px;
}

.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
}

.product-info .options {
    border-bottom: 1px solid #e7e7e7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
}

.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}

.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}

.product-info .option-image img {
    margin-right: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.product-info .cart {
    border-bottom: 1px solid #e7e7e7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 20px;
    color: #4D4D4D;
    overflow: auto;
}

.product-info .cart .quantity {
    width: 40px;
    text-align: center;
}

.product-info .cart .wishlist,
.product-info .cart .compare {
    color: #444;
    cursor: pointer;
    background: url('../images/plus.png') 0px center no-repeat;
    padding-left: 10px;
}

.product-info .cart div {
    float: left;
    vertical-align: middle;
}

.product-info .cart div > span {
    padding-top: 7px;
    display: block;
    color: #999;
}

.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
    clear: both;
}

.product-info .review {
    color: #4d4d4d;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.product-info .review > div {
    padding: 8px;
    border-bottom: 1px solid #e7e7e7;
    line-height: 20px;
}

.product-info .review > div > span {
    color: #38B0E3;
}

.product-info .review .share {
    overflow: auto;
    line-height: normal;
}

.product-info .review > div a {
    color: #444;
    text-decoration: none;
}

.product-info .review .share a {
    text-decoration: none;
}

.tabs {
    display: block;
    height: 36px;
    background: #fafafa;
    border: 1px solid #ccc;

    margin-bottom: 0px;
    border-radius: 3px;

}

.tabs a {
    float: left;
    padding: 0px 10px;
    height: 35px;
    font: 14px;
    line-height: 28px;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    cursor: pointer;
    color: #444;
    font-weight: bold;
    text-decoration: none;
    line-height: 35px;
}

.tabs a.selected {
    height: 34px;
    position: relative;
    line-height: 35px;
    top: 0px;
    border: solid 1px #ccc;
    padding: 0px 11px;
    margin-left: -1px;
    margin-right: -1px;
    -moz-box-shadow: 0px -1px 0px #f5f5f5;
    -webkit-box-shadow: 0px -1px 0px #f5f5f5;
    box-shadow: 0px -1px 0px #f5f5f5;
    background: #eee;
    text-decoration: none;
    border-top: solid 2px #ff6619;

}

.tabs a + a.selected {
    margin-left: -2px;
}

.tabs a:hover {
    color: #ff6619;
    text-decoration: none;
}

.product-info .cart .wishlist, .product-info .cart .compare {
    text-decoration: none;
    color: #555;
}

.name a {
    text-decoration: none;
    color: #333;
}

input[type="text"], input[type="password"], textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    padding: 6px;
}

input[type="text"], input[type="password"], textarea {
    background-color: #EEEEEE;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    padding: 8px;
}

input[type="text"], input[type="password"], textarea {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CCCCCC;
    margin-left: 0;
    margin-right: 0;
    padding: 6px;
}

/* wishlist */
.wishlist-product table {
    width: 100%;
    border-collapse: collapse;
    background-color: #F4F4F4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    margin-bottom: 20px;
}

.wishlist-product td {
    padding: 7px;
}

.wishlist-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
    text-align: center;
}

.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
    text-align: left;
}

.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
    text-align: right;
}

.wishlist-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.wishlist-product tbody .remove {
    vertical-align: middle;
}

.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
    text-align: center;
}

.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
    text-align: left;
}

.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
    text-align: right;
}

.wishlist-product tbody .price s {
    color: #F00;
}

/* content */
#content .content {

    overflow: auto;
    margin-bottom: 20px;

}

form h2 {
    color: #444;
    padding: 10px;
}

#content .content .left {
    float: left;
    width: 49%;
}

#content .content p {

    padding: 2px;

}

#content .content li {
    background-color: #e0e0e0;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    list-style: none;
    padding: 10px;

    margin-right: 5px;
    margin-bottom: 5px;
}

#content .content li:hover {
    background: #eee;
}

#content .content li a {
    color: #444;
    text-shadow: 0 1px #fff;
    font-weight: bold;
    text-decoration: none;
}

#content .content .right {
    float: right;
    width: 49%;
}

/* cart */
.cart-info table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;

}

.cart-info td {
    background-color: #F4F4F4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    padding: 3px;

    padding: 7px;
}

.cart-info td a {
    color: #444;
    line-height: 19px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 1px #fff;
    padding: 3px;
}

.cart-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F4F4F4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
}

.cart-info thead .remove, .cart-info thead .image {
    text-align: center;
}

.cart-info thead .name, .cart-info thead .model {
    text-align: left;
}

.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
    text-align: right;
}

.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.cart-info tbody .remove {
    vertical-align: middle;
}

.cart-info tbody .remove, .cart-info tbody .image {
    text-align: center;
}

.cart-info tbody .name, .cart-info tbody .model {
    text-align: left;
}

.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}

.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
}

.login-content {
    margin-bottom: 20px;
    overflow: auto;
}

.login-content .left {
    float: left;
    width: 48%;
}

.login-content .right {
    float: right;
    width: 48%
}

.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}

.tabs {
    display: block;
    height: 36px;
    background: #fafafa;
    border: 1px solid #ccc;

    margin-bottom: 0px;
    border-radius: 3px;

}

.tabs a {
    float: left;
    padding: 0px 10px;
    height: 35px;
    font: 14px;
    line-height: 28px;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    cursor: pointer;
    color: #444;
    font-weight: bold;
    text-decoration: none;
    line-height: 35px;
}

.tabs a.selected {
    height: 34px;
    position: relative;
    line-height: 35px;
    top: 0px;
    border: solid 1px #ccc;
    padding: 0px 11px;
    margin-left: -1px;
    margin-right: -1px;
    -moz-box-shadow: 0px -1px 0px #f5f5f5;
    -webkit-box-shadow: 0px -1px 0px #f5f5f5;
    box-shadow: 0px -1px 0px #f5f5f5;
    background: #eee;
    text-decoration: none;
    border-top: solid 2px #ff6619;

}

.tabs a + a.selected {
    margin-left: -2px;
}

.tabs a:hover {
    color: #ff6619;
    text-decoration: none;
}

.product-info .cart .wishlist, .product-info .cart .compare {
    text-decoration: none;
    color: #555;
}

.name a {
    text-decoration: none;
    color: #333;
}

.slide_bg {
    background: url(../images/slide_bg.png);
}

.grid2column, .grid3column, .grid3columnbigcolumn, .grid4column, .grid4columnbig, .grid5column, .grid5columnsmall, .grid5columnmedium, .grid5columnbig, .grid6columnsmall, .grid6column, .grid6columnmedium, .grid6columnbig {
    float: left;
    margin-right: 24px;
}

.grid2column {
    width: 428px;
}

.grid3column {
    width: 277px;
}

.grid3columnbigcolumn {
    width: 578px;
}

.grid4column {
    width: 180px;
}

.grid4columnbig {
    width: 654px;
}

.grid5column {
    width: 156px;
}

.grid5columnsmall {
    width: 336px;
}

.grid5columnmedium {
    width: 516px;
}

.grid5columnbig {
    width: 696px;
}

.grid6column {
    width: 126px;
}

.grid6columnsmall {
    width: 276px;
}

.grid6columnmedium {
    width: 576px;
}

.grid6columnbig {
    width: 726px;
}

body .lastcolumn, #sidebar-container .lastcolumn {
    margin-right: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
}

h2 {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 10px;
}

h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

h4 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
}

h5 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
}

h6 {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 3px;
}

iframe, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

button {
    width: auto;
    overflow: visible;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    display: block;
    overflow: hidden;
}

.clearboth, .clearfix {
    clear: both;
    display: block;
    overflow: hidden;

}

.showme {
    display: none;
}

.showhim:hover .showme {
    display: block;
}

.description_featured {
    padding: 8px;
    font-size: 12px;
    font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
    color: #626A76;
    line-height: 20px;
    background: #eee;
    height: 176px;
    width: 176px;
    index-z: 99;
    position: absolute;
    top: 0;
    margin-left: 1px;
}

/* Combo button */
.combo a {
    position: relative;
    background-color: #222;
    height: 30px;
    display: inline-block;
    color: #fff !important;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 2px rgba(255, 255, 255, 0.1);
    background-image: url('../images/bgradient.png');
    line-height: 30px;
    cursor: pointer;
}

.combo a:hover {
    z-index: 2;
    background-color: #333;
    text-decoration: none !important;
}

.combo a.active,
.combo a:active {
    position: relative;
    z-index: 2;
    background-color: #111;
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.combo a + a {
    margin-left: -1px;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 2px rgba(255, 255, 255, 0.1), inset 2px 0px 0px 0px rgba(255, 255, 255, 0.05);
}

.combo a:first-child {
    border-radius: 3px 0px 0px 3px;
}

.combo a:last-child {
    border-radius: 0px 3px 3px 0px;
}

.combo span {
    margin-right: 10px;
    font-weight: bold;
}

.combo .icon {
    position: relative;
    top: 3px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0px 8px;
    background-image: url('../images/icons24x24.png');
}

.combo .icon-wish {
    background-position: -48px 0px;
}

.combo .icon-basket {
    background-position: -24px 0px;
}

.combo .icon-list {
    background-position: -72px 0px;
}

.combo .icon-grid {
    background-position: -96px 0px;
}

/* end Combo button */

/* Button */
.btn {
    background-color: #0080ff;
    height: 26px;
    display: inline-block;
    color: #fff !important;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 2px rgba(255, 255, 255, 0.1);
    background-image: url('../images/bgradient2.png');
    cursor: pointer;
    border-radius: 3px;
    padding: 0px 14px;
    font: bold 12px Arial;
    line-height: 26px !important;
}

.btn:hover {
    background-color: #006cd9;
    text-decoration: none !important;
}

.btn:active {
    position: relative;
    background-color: #006cd9;
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.3);
}

/* end Button */

/* Button drop */
.btn-drop {
    background-color: #333;
    height: 26px;
    display: block;
    float: left;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), inset 0px 2px rgba(255, 255, 255, 0.1);
    background-image: url('../images/bgradient2.png');
    line-height: 26px;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
}

.btn-drop:focus,
.btn-drop:hover {
    background-color: #444;
}

.btn-drop:active {
    background-color: #444;
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 3px 3px 0px 0px;
}

.btn-drop dt {
    display: block;
    position: absolute;
    border: 3px solid transparent;
    border-top-color: #fff;
    width: 0px;
    height: 0px;
    right: 11px;
    top: 11px;
}

.btn-drop dd {
    display: block;
    padding: 0px 10px;
    padding-right: 26px;
    font-weight: bold;
    color: #fff !important;
    text-align: left;
}

.btn-drop select {
    width: 100%;
    height: 25px;
    position: relative;
    top: -26px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    background: #333;
    color: #fff;
}

/* end Button drop */

dl, dd, dt {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    border: none;
    border-collapse: collapse;
    border-spacing: 0px;
}

form h2 {
    color: #444;
    padding: 10px;
}

#content .content .left {
    float: left;
    width: 49%;
}

#content .content p {

    padding: 2px;

}

/*
#content .content li {
    background-color: #e0e0e0;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    list-style: none;
    padding: 10px;
    margin-left: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}

#content .content li:hover {
    background: #eee;
}

#content .content li a {
    color: #444;
    text-shadow: 0 1px #fff;
    font-weight: bold;
    text-decoration: none;
}
*/
#content .content .right {
    float: right;
    width: 49%;
}

/* category */
.category-info {
    overflow: auto;
    margin-bottom: 20px;

    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    padding: 12px 15px 11px;
    text-shadow: 0 0 0 transparent, 0 1px rgba(29, 29, 29, 0.2);
    z-index: 6;
    color: #4D4D4D;

}

.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;

}

.category-list {
    overflow: auto;
    margin-bottom: 20px;
}

.category-list ul {
    float: left;
    width: 18%;
    margin-left: 0px;
}

.category-list ul li {
    background-color: #F4F4F4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    padding: 5px;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;

}

.category-list ul li a {
    color: #555;
    text-decoration: none;
    font-weight: bold;

}

.category-list .div a {
    text-decoration: underline;
    font-weight: bold;
}

/* manufacturer */
.manufacturer-list {
    background-color: #F4F4F4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
}

.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}

.manufacturer-content {
    padding: 8px;
}

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.manufacturer-list ul li a {
    color: #444;
    text-decoration: none;
    font-weight: bold;
}

/* product */
.product-filter {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 14px 10px;
    line-height: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.product-filter .display {
    margin-right: 15px;
    float: left;
}

.product-filter .display .combo {
    float: right;
    margin-left: 4px;
}

.grid {
    background: #333;
}

.product-filter .sort {
    float: right;
    color: #333;
    text-align: left;
}

.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: #333;
}

.product-filter .sort .btn-drop,
.product-filter .limit .btn-drop {
    margin-left: 4px;
    position: relative;
    top: 2px;
    float: right;
}

.product-compare {
    margin-bottom: 25px;
    font-weight: bold;
}

.product-compare a {
    text-decoration: none;
    font-weight: bold;
    float: left;
    color: #666;
}

.product-list {
    margin-bottom: 20px;
    background: #f4f4f4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
}

.product-list .struct {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.product-list .struct:first-child {
    padding-top: 15px;
}

.product-list .struct:hover {
    background: #eee;
}

.product-list > div {
    overflow: auto;
    padding: 7px;

}

.product-list .right {
    float: right;
    margin-left: 15px;
}

.product-list > div + div {

    padding-top: 16px;
}

.product-list .image {
    margin-right: 15px;
    padding-right: 10px;
    float: left;
}

.product-list .image img {
    display: block;

}

.product-list .name {
    padding-top: 6px;
    display: block;
    padding-bottom: 12px;
    font-size: 14px;
}

.product-list .name a {
    color: #222;
    font-weight: bold;
    text-decoration: none;
}

.product-list .description {
    line-height: 15px;
    margin-bottom: 5px;
    color: #444;

}

.product-list .rating {
    color: #7B7B7B;
}

.product-list .price {
    font: 15px Arial;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #444;
}

.product-list .price-old {
    color: #F00;
    text-decoration: line-through;
}

.product-list .price-new {
    font-weight: bold;
}

.product-list .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #BBBBBB;
}

.product-list .cart {
    margin-bottom: 3px;
}

.product-list .wishlist, .product-list .compare {
    margin-bottom: 3px;
}

.product-list .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../images/add.png') left center no-repeat;
}

.product-list .compare a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../images/add.png') left 60% no-repeat;
}

.product-grid {
    overflow: auto;

}

#column-left + #content .product-grid {
    width: 800px !important;
    overflow: auto;

}

.product-grid > div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    border: 1px solid #eeeeee;
    background-color: #fafafa;
    margin: 0px 7px 15px 0px;
    padding: 14px;
    overflow: auto;
    margin-bottom: 15px;
    background: #f4f4f4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    margin-right: 20px;

}

#column-left + #column-right + #content .product-grid > div {
    width: 125px;
}

.product-grid .image {
    display: block;
    margin-bottom: 0px;
}

.product-grid .image img {
    padding: 34px;
    background: #fff;
}

.product-grid .name a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    width: 150px;
}

.product-grid .description {
    display: none;
}

.product-grid .rating {
    display: block;
    margin-bottom: 4px;
}

.product-grid .price {
    display: block;
    font-weight: bold;
    color: #333333;
    margin-bottom: 4px;
}

.product-grid .price-old {
    color: #F00;
    text-decoration: line-through;
}

.product-grid .price-new {
    font-weight: bold;
}

.product-grid .price .price-tax {
    display: none;
}

.product-grid .cart {
    margin-bottom: 3px;
}

.product-grid .wishlist, .product-grid .compare {
    margin-bottom: 3px;
}

.product-grid .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../images/add.png') left center no-repeat;
}

.product-grid .compare a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../images/add.png') left center no-repeat;
}

.product-grid .description {
    display: none;
}

/* Product */
.product-info {
    overflow: auto;
    margin-bottom: 20px;
    padding: 5px;
}

.product-info > .left {
    float: left;
    margin-right: 13px

}

.product-info > .left + .right {
    margin-left: 255px;
}

.product-info .image {
    padding: 3px;
    float: left;
    margin: -1px;
    margin-bottom: 12px;
    text-align: center;
}

.product-info .image img {
    display: block;
}

.product-info .image-additional {
    width: 257px;
    margin-left: -15px;
    padding-top: 2px;
    clear: both;
    overflow: hidden;

}

.product-info .image-additional img {
    display: block;
}

.product-info .image-additional a {
    border: 1px solid #ededed;
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.02);
    margin: -1px;
    float: left;
    display: block;
    margin-left: 14px;
    margin-bottom: 14px;
    padding: 7px;
    background: #fff;
}

.product-info .image-additional a:hover {

    opacity: 0.6;
}

.product-info .image-additional a:hover img {
    border-radius: 3px;
}

.product-info .description {
    border-bottom: 1px solid #e7e7e7;
    padding: 2px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #025881;
    font-weight: bold;
    line-height: 25px;
}

.product-info .description span {
    color: #333;
}

.product-info .description a {
    color: #025881;
    text-decoration: none;
    font-weight: bold;
}

.product-info .price {
    overflow: auto;

    padding: 0px 10px 10px 10px;
    font-size: 12px;
    color: #333333;
    background: none;
}

.product-info .price-old {
    color: #cc2929;
    text-decoration: line-through;
    font: 16px;
}

.product-info .price-new {
    font: 20px;
    color: #5c94cc;
    font-weight: bold;
}

.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    margin-top: -10px;
}

.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
}

.product-info .options {
    border-bottom: 1px solid #e7e7e7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
}

.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}

.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}

.product-info .option-image img {
    margin-right: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.product-info .cart {
    border-bottom: 1px solid #e7e7e7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 20px;
    color: #4D4D4D;
    overflow: auto;
}

.product-info .cart .quantity {
    width: 40px;
    text-align: center;
}

.product-info .cart .wishlist,
.product-info .cart .compare {
    color: #444;
    cursor: pointer;
    background: url('../images/plus.png') 0px center no-repeat;
    padding-left: 10px;
}

.product-info .cart div {
    float: left;
    vertical-align: middle;
}

.product-info .cart div > span {
    padding-top: 7px;
    display: block;
    color: #999;
}

.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
    clear: both;
}

.product-info .review {
    color: #4d4d4d;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.product-info .review > div {
    padding: 8px;
    border-bottom: 1px solid #e7e7e7;
    line-height: 20px;
}

.product-info .review > div > span {
    color: #38B0E3;
}

.product-info .review .share {
    overflow: auto;
    line-height: normal;
}

.product-info .review > div a {
    color: #444;
    text-decoration: none;
}

.product-info .review .share a {
    text-decoration: none;
}

.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.attribute thead td, .attribute thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}

.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}

.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}

.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
}

.compare-info td {
    float: left;
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.compare-info .name a {
    font-weight: bold;
    color: #444;
    text-decoration: none;
}

.compare-info .price-old {
    font-weight: bold;
    color: #F00;
    text-decoration: line-through;
}

.compare-info .price-new {
    font-weight: bold;
}

/* orders */
.order-list {
    margin-bottom: 10px;
    background-color: #e0e0e0;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    padding: 10px;

}

.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;

    color: #444444;
    line-height: 19px;
}

.order-list .order-content div {
    float: left;
    width: 33.3%;
}

.order-list .order-info {
    text-align: right;
}

.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}

/* returns */
.return-list {
    margin-bottom: 10px;
}

.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.return-list .return-content div {
    float: left;
    width: 33.3%;
}

.return-list .return-info {
    text-align: right;
}

.return-product {
    overflow: auto;
    margin-bottom: 20px;
}

.return-name {
    float: left;
    width: 33.3%;
}

.return-model {
    float: left;
    width: 33.3%;
}

.return-quantity {
    float: left;
    width: 33.3%;
}

.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}

.return-reason {
    float: left;
    width: 33.3%;
}

.return-opened {
    float: left;
    width: 33.3%;
}

.return-opened textarea {
    width: 98%;
    vertical-align: top;
}

.return-remove {
    float: left;
    width: 33.3%;
    padding-top: 90px;
    text-align: center;
    vertical-align: middle;
}

.return-additional {
    overflow: auto;
    margin-bottom: 20px;
}

.return-comment {
    float: left;
    width: 49%;
}

.return-captcha {
    float: right;
    width: 49%;
}

.download-list {
    margin-bottom: 10px;
    background-color: #e0e0e0;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    padding: 10px;
}

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;

}

.download-list .download-content div {
    float: left;
    width: 33.3%;
}

.download-list .download-info {
    text-align: right;
}

/* cart */
.cart-info table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;

}

.cart-info td {
    background-color: #F4F4F4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    padding: 3px;

    padding: 7px;
}

.cart-info td a {
    color: #444;
    line-height: 19px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 1px #fff;
    padding: 3px;
}

.cart-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F4F4F4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
}

.cart-info thead .remove, .cart-info thead .image {
    text-align: center;
}

.cart-info thead .name, .cart-info thead .model {
    text-align: left;
}

.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
    text-align: right;
}

.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.cart-info tbody .remove {
    vertical-align: middle;
}

.cart-info tbody .remove, .cart-info tbody .image {
    text-align: center;
}

.cart-info tbody .name, .cart-info tbody .model {
    text-align: left;
}

.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}

.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
}

.cart-module .cart-heading {
    padding: 8px 8px 8px 22px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
    cursor: pointer;
    background: url('../images/arrow-right.png') 10px 50% no-repeat;
    background-color: #F4F4F4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
}

.cart-module .active {
    background: #F8F8F8 url('../images/arrow-down.png') 7px 50% no-repeat;
}

.cart-module .cart-content {
    padding: 0px 0px 15px 0px;
    display: none;
    overflow: auto;
}

.cart-total {
    border-top: 1px solid #DDDDDD;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
}

.cart-total table {
    float: right;
}

.cart-total td {
    padding: 3px;
    text-align: right;
}

/* checkout */
.checkout-heading {
    background-color: #F4F4F4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
}

.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}

.checkout-content {
    padding: 0px 0px 15px 0px;
    display: none;
    overflow: auto;
}

.checkout-content .left {
    float: left;
    width: 48%;
    background-color: #F4F4F4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    padding: 6px;
}

.checkout-content .right {
    float: right;
    width: 48%;
    font-weight: bold;
    line-height: 10px;
    background-color: #F4F4F4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    padding: 6px;
}

.checkout-content .right a {
    color: #444;
}

.checkout-content .buttons {
    clear: both;
}

.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.checkout-product td {
    background-color: #F4F4F4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    padding: 8px;
}

.checkout-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F4F4F4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    padding: 8px;
}

.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}

.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
}

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}

.checkout-product tfoot td {
    text-align: right;
    background-color: #F4F4F4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    padding: 8px;
}

.contact-info {
    overflow: auto;
}

.contact-info .left {
    float: left;
    width: 48%;
}

.contact-info .right {
    float: left;
    width: 48%;
}

.sitemap-info {
    background-color: #F4F4F4;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    overflow: auto;
    margin-bottom: 40px;
}

.sitemap-info .left {
    float: left;
    width: 48%;
}

.sitemap-info .left li a, .sitemap-info .right li a {
    color: #444;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
}

.sitemap-info .right {
    float: left;
    width: 48%;
}

/* footer */
#footer {
    clear: both;
    overflow: auto;
    min-height: 100px;
    padding-top: 20px;
    border-top: 1px solid #111;
    background: #212121;

}

#footer_bg {
    width: 1000px;
    margin: 0 auto;
}

#footer h3 {

    color: #999;
    font-size: 14px;
    margin-bottom: 8px;
    margin-left: 20px;
    margin-top: 0;
    padding: 7px;
    text-transform: uppercase;
    text-shadow: 0 1px #111;

}

#footer .column {

    float: left;
    width: 25%;
    min-height: 100px;
    background: url(../images/separator.png) no-repeat left top;
    margin-bottom: 12px;

}

#footer .column ul {
    margin-top: -6px;
    margin-left: 8px;
    padding-left: 15px;

}

#footer .column ul li {
    color: #ccc;
    font: 13px Tahoma, Geneva, sans-serif;
    text-shadow: 0 1px #111;
    padding: 4px;
    margin-left: 0px;
    list-style: none;
}

#footer .column a {
    text-decoration: none;
    color: #999;

}

#footer .column a:hover {
    text-decoration: none;
}

#powered {
    margin-top: 5px;
    text-align: right;
    clear: both;
    font-weight: bold;
    background: #191919;
    padding: 10px;
    border-top: solid 2px #111;
    margin: 0 auto;

}

#powered_bg {
    margin-top: 5px;
    text-align: right;
    clear: both;
    font-weight: bold;
    background: #191919;
    margin: 0 auto;
    width: 990px;
    color: #eee;
}

#powered_bg a {
    color: #fff;
    text-decoration: none;
}

.links_menu a {
    color: #fff;
}

.jcarousel-skin-opencart {
    padding: 10px;
    padding-bottom: 0px;
    margin-left: 0;
    margin-right: 10px;

}

div#featured {
    background: url("../images/featured_ribbon.png") no-repeat scroll 0 0 transparent;
    height: 112px;
    margin: -18px 0 0 -18px;
    position: absolute;
    width: 131px;
    z-index: 19;
}

div#slide_left_arrow {
    background: url("../images/slide_left_arrow.png") no-repeat scroll 0 0 transparent;
    height: 52px;
    height: 50px;
    margin: 120px 0 0 -24px;
    position: relative;
    width: 131px;
    float: left;
    z-index: 19;
}

div#slide_right_arrow {
    background: url("../images/slide_right_arrow.png") no-repeat scroll 0 0 transparent;
    height: 52px;
    height: 50px;
    margin: 120px 0 0 -24px;
    position: relative;
    width: 131px;
    float: right;
    z-index: 19;
    margin-right: -100px;

}

input[type="text"], input[type="password"], textarea {
    padding: 8px;
    background-color: #eee;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
}

body#home a#home_link {
    color: #000;
    background: #fff;
}

#navbar a:active {
    color: #fff;
    background: #333;
}

#navbar a:hover {
    color: #888;
    height: 31px;
    background: url(../images/active.png) no-repeat bottom;

}

.footer_description {
    background: #353535;
    padding: 6px;
    border: solid 1px #303030;
    border-radius: 3px;
}

/*分页*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/*rise add*/
/*产品展示*/
.box-show {
    width: 800px;
    margin: 10px auto;
}

.box-show h1 {
    text-align: center;
    font-family: "Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti;
}

.box-show .col, .box-show li {
    padding: 10px 0;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px 20px;
}

.box-show .detail {
    line-height: 1.5;
}

.box-show .img {
    padding: 20px;
    border: 1px solid #ddd;
}

.box-show .date {
    font-style: italic;
    font-size: 12px;
    color: #666;
}

/*招聘*/
.box-job {

}

.box-job > div {
    margin-bottom: 20px;
}

.box-job .title {
    background-color: #e0e0e0;
    border: 1px solid #BBBBBB;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    list-style: none;
    padding: 10px;
    margin-left: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.box-job table {
    border: 2px solid #ccc;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    list-style: none;
    padding: 10px;
    margin-left: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
}

.box-job th {
    border-right: solid 1px #ccc;
}

.box-job th, .box-job td {
    border-bottom: solid 1px #ccc;
    padding: 10px;
}

/* banner */
/*.banner div {*/
/*text-align: center;*/
/*width: 100%;*/
/*}*/

/*.banner div img {*/
/*margin-bottom: 20px;*/
/*}*/
.banner {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 94;
}

.banner .banner_box {
    width: 1220px;
    position: absolute;
    left: 50%;
    margin-left: -610px;
    z-index: 95;
}

.banner .m_banner {
    background: #fff;
    height: 550px;
    position: relative;
    z-index: 96;
}

.banner .m_banner ul li {
    display: none;
    height: 550px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center top;
    overflow: hidden;
    z-index: 97;
}

.banner .m_banner ul li img {
    height: 600px;
    z-index: 98;
    min-width: 1220px;
}

.banner .m_banner ul li.show {
    display: block;
    z-index: 99;
}

.banner .m_banner .banner_ctrl {
    height: 100px;
    width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -550px;
    z-index: 100;
}

.banner .m_banner .banner_ctrl a {
    display: block;
    width: 30px;
    height: 100px;
    background: url(../images/banner_ctrl.png) no-repeat;
    position: absolute;
    opacity: .4;
    filter: alpha(opacity=10);
    -moz-opacity: 0.4;
    z-index: 100;
}

.banner .m_banner .banner_ctrl a.prev {
    left: -30px;
    z-index: 100;
}

.banner .m_banner .banner_ctrl a.next {
    right: -30px;
    background-position: -30px 0;
    z-index: 100;
}

/*end banner*/

/*left*/
.left {
    float: left;
}

.left-box {
    width: 270px;
}

/*.left-box .bd{background-color:#2AA7FD;}*/
.left-box .bd li {
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 95%;
    border-bottom: 2px solid #73FFFF;
}

.left-box .bd li a {
    font-size: 16px;
    font-weight: 700;
}

.left-contact {
    width: 270px;
    margin: 20px 0;
    font-size: 14px;
}

.left-contact .title, .left-box .title {
    font-size: 18px;
    font-family: 'Microsoft Yahei';
    font-weight: bold;
    width: 270px;
    height: 46px;
    background: url('../images/titleBg.png') no-repeat;
    line-height: 46px;
    padding-left: 50px;
    color: #fff;
    text-shadow: 2px 1px 0 #2AA7FD;
}

.left-contact .bd, .left-box .bd {
    border: 1px solid #5BADFF;
    border-top: none;
}

.left-contact .bd li {
    padding: 5px;
    margin: 2px auto;
}

/*end left*/

/*right*/
.right {
    margin-left: 280px;
}

/*path*/
.path {
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
    text-align: left;
}

.breadcrumb {
    padding-left: 10px;
    color: #333;
}

.breadcrumb a {
    line-height: 35px;
    color: #333;
}

/*end right*/
/*show */
#show {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 50px;
}

#show .bd, #news .bd, #product .bd {
    min-height: 800px;
}

#show h1 {
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 30px;
}

#show .info {
    color: #999;
    line-height: 2;
    padding-bottom: 10px;
}

#show .body {
    text-align: left;
    text-indent: 20px;
    font-size: 15px;
    line-height: 2.5;
}

#show .body img {
    margin: 10px;
}

#show .bd .attachment ul{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    background-color: #fbf7e6;
    border-radius: 10px;
    flex-wrap: wrap;
}
#show .bd .attachment ul li{
    padding:10px;
     color:#0980d5;
     display: flex;
    justify-content: center;
    align-items: center;
}

#show .bd .attachment ul li a{
    color:#0980d5;
    padding-left:5px;
    font-size:15px;
}
/*show end*/

/*news list*/

.container .hd {
    text-align: center;
    background: url('../images/xxxn.jpg') no-repeat center bottom;
    padding: 10px 0;
    margin-bottom: 20px;
}

.container .hd h1 {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999;
    word-break-wrap: 10px;
}

.container .hd em {
    font-family: "Arial";
    color: #999;
}

.container .category {
    width: 100%;
    float: none;
    overflow: hidden;
    margin: 0 auto;
}

.container .category ol {
    float: right;
}

.container .category ol > li {
    padding: 10px 20px;
    background-color: #028CE8;
    border: none;
    margin-right: 10px;
    display: inline-block;
}

.container ol > li:hover {
    background-color: #2aa7fd;
}

.container .category ol > li.selected {
    background-color: #002b36;
}

.container .category a {
    font-size: 16px;
    color: #fff;
}

#news .bd ul > li {
    padding-top: 12px;
    padding-bottom: 12px;
    overflow: hidden;
    margin: 10px 0;
    border-bottom: 1px dotted #dbd4cd;
    list-style: none;
}

.container .list {
    padding-top: 15px;
    overflow: hidden;
    margin: 0 auto;
}

#product .bd .list ul li {
    float: left;
    margin: 10px;
    padding: 5px;
    border: 1px solid #eee;
    width: 460px;
}

#product .bd .list ul li:hover {
    border: 1px solid #0088ff;
    box-shadow: 0 0 2px #08f;
}

#product .bd .list img {
    width: 100%;height:249px;
}

#product .bd .list ul li .text {
    background-color: #eee;
    text-align: center;

}

#product .bd .list ul li .text a {
    line-height: 2;
}

#news .bd h2 a {
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #5A5A5A;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

#news .bd h2 a:hover {
    color: #2aa7fd;
}

#news .bd span {
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #858585;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

#news .bd .text {
    margin-left: 120px;
}

#news .bd .time {
    background: #198ede;
    width: 62px;
    height: 62px;
    display: inline-block;
    font-family: arial, sans-serif;
    font-size: 27px;
    color: #929292;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    float: left;
}

#news .bd .time .day {
    line-height: 41px;
    color: #fff;
    font-size: 27px;
}

#news .bd .time .date {
    color: #fff;
    font-size: 13px;
    display: block;
}

#page-left {
    width: 23%;
    float: left;
    margin-top: 120px;
}

#page-left .category li {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 10px;
}

#page-right {
    width: 70%;
    float: left;
    margin-left: 3%;
}

#contact {
}

#contact ul {
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

#contact li {
    text-align: left;
    font-size: 36px;
    margin-bottom: 20px;
    color: #428bca;
    font-family: "Arial Black", arial-black;
}
#contact li a{
    display: block;
    float: left;
}
#contact li span{
    width: 600px;
    display: block;
    float: left;
    margin-left: 15px;
}
/*QRC*/
.qrc-right {
    position: fixed;
    right: 10px;
    top: 200px;
    width: 120px;
    text-align: center;
    z-index:9999;
}

.qrc-right img {
    width: 120px;
}

.qrc-right span {
    display: inline-block;
    overflow: hidden;
    margin: 2px auto;
}

.qrc-right span.en {
    font-family: arial-black;
    font-weight: bold;
    color: #006699;
}

/*Myico*/
.myIcon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    /* Effect 1 */
    /* Effect 2 */
    /* Effect 3 */
    /* Effect 4 */
    /* Effect 5 */
    /* Effect 6 */
    /* Effect 7 */
    /* Effect 8 */
    /* Effect 9 */
}

.myIcon:hover {
    text-decoration: none;
}

.myIcon > .fa {
    speak: none;
    font-size: 26px;
    line-height: 50px;
    display: block;
}

.myIcon:after,
.myIcon:before {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.myIcon:before {
    display: none;
}

.myIcon.icon-ef-1 {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    /* Effect 1a */
    /* Effect 1b */
}

.myIcon.icon-ef-1:after {
    top: -5px;
    left: -5px;
    padding: 5px;
    box-shadow: 0 0 0 3px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    filter: alpha(opacity=0);
    opacity: 0;
}

.myIcon.icon-ef-1:before {
    display: none;
}

.myIcon.icon-ef-1.icon-ef-1a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100);
    opacity: 1;
}

.myIcon.icon-ef-1.icon-ef-1b:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.myIcon.icon-ef-1.icon-ef-1b:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100);
    opacity: 1;
}

.myIcon.icon-ef-2 {
    background-color: transparent !important;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    /* Effect 2a */
    /* Effect 2b */
}

.myIcon.icon-ef-2:after {
    box-shadow: 0 0 0 3px;
    left: 0;
    top: 0;
}

.myIcon.icon-ef-2:before {
    display: block;
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.myIcon.icon-ef-2.icon-ef-2a:hover:before {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}

.myIcon.icon-ef-2.icon-ef-2b:hover:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
    -moz-transition: -moz-transform 0.4s, opacity 0.2s;
    transition: transform 0.4s, opacity 0.2s;
    opacity: 0;
}

.myIcon.icon-ef-3 {
    background-color: transparent !important;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    /* Effect 3a */
    /* Effect 3b */
}

.myIcon.icon-ef-3:after {
    box-shadow: 0 0 0 3px;
    left: 0;
    top: 0;
}

.myIcon.icon-ef-3:before {
    display: block;
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}

.myIcon.icon-ef-3.icon-ef-3a:hover:before {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    filter: alpha(opacity=0);
    opacity: 0;
}

.myIcon.icon-ef-3.icon-ef-3b:before {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    filter: alpha(opacity=0);
    opacity: 0;
}

.myIcon.icon-ef-3.icon-ef-3b:hover {
    color: white !important;
}

.myIcon.icon-ef-3.icon-ef-3b:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100);
    opacity: 1;
}

.myIcon.icon-ef-4 {
    background-color: transparent !important;
    box-shadow: 0 0 0 3px;
    /* Effect 4a */
    /* Effect 4b */
}

.myIcon.icon-ef-4:after {
    top: -3px;
    left: -3px;
    padding: 0;
    z-index: 10;
    border: 3px dashed;
}

.myIcon.icon-ef-4:before {
    display: none;
}

.myIcon.icon-ef-4:hover {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.myIcon.icon-ef-4.icon-ef-4a {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.myIcon.icon-ef-4.icon-ef-4b:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.myIcon.icon-ef-4.icon-ef-4b:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}

.myIcon.icon-ef-5 {
    background-color: transparent !important;
    /* Effect 5a */
    /* Effect 5b */
    /* Effect 5c */
    /* Effect 5d */
}

.myIcon.icon-ef-5:after {
    top: 0;
    left: 0;
    box-shadow: 0 0 0 3px;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.myIcon.icon-ef-5:before {
    display: block;
    top: -2px;
    left: -2px;
    padding: 2px;
    display: none;
    z-index: -1;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.myIcon.icon-ef-5:hover > .fa {
    color: white !important;
}

.myIcon.icon-ef-5:hover:before {
    display: block;
}

.myIcon.icon-ef-5:hover:after {
    box-shadow: 0 0 0 6px;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.myIcon.icon-ef-5.icon-ef-5a:hover > .fa {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

.myIcon.icon-ef-5.icon-ef-5b:hover > .fa {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}

.myIcon.icon-ef-5.icon-ef-5c:hover > .fa {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

.myIcon.icon-ef-5.icon-ef-5d:hover > .fa {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    -moz-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards;
}

.myIcon.icon-ef-6 {
    background-color: transparent !important;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}

.myIcon.icon-ef-6:after {
    top: 0;
    left: 0;
    box-shadow: 0 0 0 3px;
}

.myIcon.icon-ef-6:before {
    display: block;
    top: -2px;
    left: -2px;
    padding: 2px;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.myIcon.icon-ef-6:hover {
    color: white !important;
}

.myIcon.icon-ef-6:hover > .fa {
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
}

.myIcon.icon-ef-6:hover:before {
    filter: alpha(opacity=100);
    opacity: 1;
}

.myIcon.icon-ef-7 {
    background-color: transparent !important;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
    box-shadow: 0 0 0 3px;
    /* Effect 7a */
    /* Effect 7b */
}

.myIcon.icon-ef-7:after {
    top: -6px;
    left: -6px;
    padding: 6px;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.myIcon.icon-ef-7:before {
    display: none;
}

.myIcon.icon-ef-7 > .fa {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.myIcon.icon-ef-7:hover > .fa {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100);
    opacity: 1;
}

.myIcon.icon-ef-7.icon-ef-7a:after {
    box-shadow: 0 0 0;
    -webkit-transition: opacity 0.2s, box-shadow 0.2s;
    -moz-transition: opacity 0.2s, box-shadow 0.2s;
    transition: opacity 0.2s, box-shadow 0.2s;
}

.myIcon.icon-ef-7.icon-ef-7a:hover:after {
    filter: alpha(opacity=100);
    opacity: 1;
    box-shadow: 2px 2px 0;
}

.myIcon.icon-ef-7.icon-ef-7b:after {
    box-shadow: 2px 2px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.myIcon.icon-ef-7.icon-ef-7b:hover:after {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.myIcon.icon-ef-8 {
    background: transparent !important;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.myIcon.icon-ef-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px;
    opacity: 0;
}

.myIcon.icon-ef-8:before {
    display: block;
    top: 0;
    left: 0;
    filter: alpha(opacity=10);
    opacity: 0.1;
}

.myIcon.icon-ef-8:hover {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    -o-transform: scale(0.93);
    transform: scale(0.93);
}

.myIcon.icon-ef-8:hover:before {
    filter: alpha(opacity=5);
    opacity: 0.05;
}

.myIcon.icon-ef-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

.myIcon.icon-ef-9 {
    background-color: transparent !important;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.myIcon.icon-ef-9:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 3px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.myIcon.icon-ef-9:before {
    display: none;
}

.myIcon.icon-ef-9:hover {
    box-shadow: 0 0 0 5px;
}

.myIcon.icon-ef-9:hover:after {
    filter: alpha(opacity=30);
    opacity: 0.3;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.myIcon.icon-cyan {
    background-color: #22beef;
    color: white;
}

.myIcon.icon-cyan.transparent {
    background-color: rgba(34, 190, 239, 0.1);
    color: #22beef;
}

.myIcon.icon-cyan.transparent:hover {
    background-color: #22beef;
    color: white;
}

.myIcon.icon-cyan:after,
.myIcon.icon-cyan.hover-color:hover,
.myIcon.icon-cyan.icon-color {
    color: #22beef;
}

.myIcon.icon-cyan:before {
    background-color: #22beef;
}

.myIcon.icon-cyan:hover {
    background-color: #10acdd;
}

.myIcon.icon-cyan:active {
    background-color: #0f9dca;
}

.myIcon.icon-amethyst {
    background-color: #cd97eb;
    color: white;
}

.myIcon.icon-amethyst.transparent {
    background-color: rgba(205, 151, 235, 0.1);
    color: #cd97eb;
}

.myIcon.icon-amethyst.transparent:hover {
    background-color: #cd97eb;
    color: white;
}

.myIcon.icon-amethyst:after,
.myIcon.icon-amethyst.hover-color:hover,
.myIcon.icon-amethyst.icon-color {
    color: #cd97eb;
}

.myIcon.icon-amethyst:before {
    background-color: #cd97eb;
}

.myIcon.icon-amethyst:hover {
    background-color: #c382e7;
}

.myIcon.icon-amethyst:active {
    background-color: #ba71e4;
}

.myIcon.icon-green {
    background-color: #a2d200;
    color: white;
}

.myIcon.icon-green.transparent {
    background-color: rgba(162, 210, 0, 0.1);
    color: #a2d200;
}

.myIcon.icon-green.transparent:hover {
    background-color: #a2d200;
    color: white;
}

.myIcon.icon-green:after,
.myIcon.icon-green.hover-color:hover,
.myIcon.icon-green.icon-color {
    color: #a2d200;
}

.myIcon.icon-green:before {
    background-color: #a2d200;
}

.myIcon.icon-green:hover {
    background-color: #96c300;
}

.myIcon.icon-green:active {
    background-color: #86ae00;
}

.myIcon.icon-orange {
    background-color: #ffc100;
    color: white;
}

.myIcon.icon-orange.transparent {
    background-color: rgba(255, 193, 0, 0.1);
    color: #ffc100;
}

.myIcon.icon-orange.transparent:hover {
    background-color: #ffc100;
    color: white;
}

.myIcon.icon-orange:after,
.myIcon.icon-orange.hover-color:hover,
.myIcon.icon-orange.icon-color {
    color: #ffc100;
}

.myIcon.icon-orange:before {
    background-color: #ffc100;
}

.myIcon.icon-orange:hover {
    background-color: #f0b500;
}

.myIcon.icon-orange:active {
    background-color: #dba600;
}

.myIcon.icon-red {
    background-color: #ff4a43;
    color: white;
}

.myIcon.icon-red.transparent {
    background-color: rgba(255, 74, 67, 0.1);
    color: #ff4a43;
}

.myIcon.icon-red.transparent:hover {
    background-color: #ff4a43;
    color: white;
}

.myIcon.icon-red:after,
.myIcon.icon-red.hover-color:hover,
.myIcon.icon-red.icon-color {
    color: #ff4a43;
}

.myIcon.icon-red:before {
    background-color: #ff4a43;
}

.myIcon.icon-red:hover {
    background-color: #ff1910;
}

.myIcon.icon-red:active {
    background-color: #e60900;
}

.myIcon.icon-greensea {
    background-color: #16a085;
    color: white;
}

.myIcon.icon-greensea.transparent {
    background-color: rgba(22, 160, 133, 0.1);
    color: #16a085;
}

.myIcon.icon-greensea.transparent:hover {
    background-color: #16a085;
    color: white;
}

.myIcon.icon-greensea:after,
.myIcon.icon-greensea.hover-color:hover,
.myIcon.icon-greensea.icon-color {
    color: #16a085;
}

.myIcon.icon-greensea:before {
    background-color: #16a085;
}

.myIcon.icon-greensea:hover {
    background-color: #138a72;
}

.myIcon.icon-greensea:active {
    background-color: #107863;
}

.myIcon.icon-dutch {
    background-color: #1693A5;
    color: white;
}

.myIcon.icon-dutch.transparent {
    background-color: rgba(22, 147, 165, 0.1);
    color: #1693A5;
}

.myIcon.icon-dutch.transparent:hover {
    background-color: #1693A5;
    color: white;
}

.myIcon.icon-dutch:after,
.myIcon.icon-dutch.hover-color:hover,
.myIcon.icon-dutch.icon-color {
    color: #1693A5;
}

.myIcon.icon-dutch:before {
    background-color: #1693A5;
}

.myIcon.icon-dutch:hover {
    background-color: #137f8f;
}

.myIcon.icon-dutch:active {
    background-color: #116f7d;
}

.myIcon.icon-hotpink {
    background-color: #FF0066;
    color: white;
}

.myIcon.icon-hotpink.transparent {
    background-color: rgba(255, 0, 102, 0.1);
    color: #FF0066;
}

.myIcon.icon-hotpink.transparent:hover {
    background-color: #FF0066;
    color: white;
}

.myIcon.icon-hotpink:after,
.myIcon.icon-hotpink.hover-color:hover,
.myIcon.icon-hotpink.icon-color {
    color: #FF0066;
}

.myIcon.icon-hotpink:before {
    background-color: #FF0066;
}

.myIcon.icon-hotpink:hover {
    background-color: #e6005c;
}

.myIcon.icon-hotpink:active {
    background-color: #d10054;
}

.myIcon.icon-drank {
    background-color: #A40778;
    color: white;
}

.myIcon.icon-drank.transparent {
    background-color: rgba(164, 7, 120, 0.1);
    color: #A40778;
}

.myIcon.icon-drank.transparent:hover {
    background-color: #A40778;
    color: white;
}

.myIcon.icon-drank:after,
.myIcon.icon-drank.hover-color:hover,
.myIcon.icon-drank.icon-color {
    color: #A40778;
}

.myIcon.icon-drank:before {
    background-color: #A40778;
}

.myIcon.icon-drank:hover {
    background-color: #8c0666;
}

.myIcon.icon-drank:active {
    background-color: #780558;
}

.myIcon.icon-blue {
    background-color: #418bca;
    color: white;
}

.myIcon.icon-blue.transparent {
    background-color: rgba(65, 139, 202, 0.1);
    color: #418bca;
}

.myIcon.icon-blue.transparent:hover {
    background-color: #418bca;
    color: white;
}

.myIcon.icon-blue:after,
.myIcon.icon-blue.hover-color:hover,
.myIcon.icon-blue.icon-color {
    color: #418bca;
}

.myIcon.icon-blue:before {
    background-color: #418bca;
}

.myIcon.icon-blue:hover {
    background-color: #357ebd;
}

.myIcon.icon-blue:active {
    background-color: #3074ad;
}

.myIcon.icon-lightred {
    background-color: #e05d6f;
    color: white;
}

.myIcon.icon-lightred.transparent {
    background-color: rgba(224, 93, 111, 0.1);
    color: #e05d6f;
}

.myIcon.icon-lightred.transparent:hover {
    background-color: #e05d6f;
    color: white;
}

.myIcon.icon-lightred:after,
.myIcon.icon-lightred.hover-color:hover,
.myIcon.icon-lightred.icon-color {
    color: #e05d6f;
}

.myIcon.icon-lightred:before {
    background-color: #e05d6f;
}

.myIcon.icon-lightred:hover {
    background-color: #dc485c;
}

.myIcon.icon-lightred:active {
    background-color: #d9364d;
}

.myIcon.icon-slategray {
    background-color: #3f4e62;
    color: white;
}

.myIcon.icon-slategray.transparent {
    background-color: rgba(63, 78, 98, 0.1);
    color: #3f4e62;
}

.myIcon.icon-slategray.transparent:hover {
    background-color: #3f4e62;
    color: white;
}

.myIcon.icon-slategray:after,
.myIcon.icon-slategray.hover-color:hover,
.myIcon.icon-slategray.icon-color {
    color: #3f4e62;
}

.myIcon.icon-slategray:before {
    background-color: #3f4e62;
}

.myIcon.icon-slategray:hover {
    background-color: #354252;
}

.myIcon.icon-slategray:active {
    background-color: #2d3846;
}

.myIcon.icon-darkgray {
    background-color: #333;
    color: white;
}

.myIcon.icon-darkgray.transparent {
    background-color: rgba(51, 51, 51, 0.1);
    color: #333;
}

.myIcon.icon-darkgray.transparent:hover {
    background-color: #333;
    color: white;
}

.myIcon.icon-darkgray:after,
.myIcon.icon-darkgray.hover-color:hover,
.myIcon.icon-darkgray.icon-color {
    color: #333;
}

.myIcon.icon-darkgray:before {
    background-color: #333;
}

.myIcon.icon-darkgray:hover {
    background-color: #262626;
}

.myIcon.icon-darkgray:active {
    background-color: #1c1c1c;
}

.myIcon.icon-primary {
    background-color: #428bca;
    color: white;
}

.myIcon.icon-primary.transparent {
    background-color: rgba(66, 139, 202, 0.1);
    color: #428bca;
}

.myIcon.icon-primary.transparent:hover {
    background-color: #428bca;
    color: white;
}

.myIcon.icon-primary:after,
.myIcon.icon-primary.hover-color:hover,
.myIcon.icon-primary.icon-color {
    color: #428bca;
}

.myIcon.icon-primary:before {
    background-color: #428bca;
}

.myIcon.icon-primary:hover {
    background-color: #3071a9;
}

.myIcon.icon-primary:active {
    background-color: #245682;
}

.myIcon.icon-success {
    background-color: #5cb85c;
    color: white;
}

.myIcon.icon-success.transparent {
    background-color: rgba(92, 184, 92, 0.1);
    color: #5cb85c;
}

.myIcon.icon-success.transparent:hover {
    background-color: #5cb85c;
    color: white;
}

.myIcon.icon-success:after,
.myIcon.icon-success.hover-color:hover,
.myIcon.icon-success.icon-color {
    color: #5cb85c;
}

.myIcon.icon-success:before {
    background-color: #5cb85c;
}

.myIcon.icon-success:hover {
    background-color: #449d44;
}

.myIcon.icon-success:active {
    background-color: #357935;
}

.myIcon.icon-warning {
    background-color: #f0ad4e;
    color: white;
}

.myIcon.icon-warning.transparent {
    background-color: rgba(240, 173, 78, 0.1);
    color: #f0ad4e;
}

.myIcon.icon-warning.transparent:hover {
    background-color: #f0ad4e;
    color: white;
}

.myIcon.icon-warning:after,
.myIcon.icon-warning.hover-color:hover,
.myIcon.icon-warning.icon-color {
    color: #f0ad4e;
}

.myIcon.icon-warning:before {
    background-color: #f0ad4e;
}

.myIcon.icon-warning:hover {
    background-color: #ec971f;
}

.myIcon.icon-warning:active {
    background-color: #c77c11;
}

.myIcon.icon-danger {
    background-color: #d9534f;
    color: white;
}

.myIcon.icon-danger.transparent {
    background-color: rgba(217, 83, 79, 0.1);
    color: #d9534f;
}

.myIcon.icon-danger.transparent:hover {
    background-color: #d9534f;
    color: white;
}

.myIcon.icon-danger:after,
.myIcon.icon-danger.hover-color:hover,
.myIcon.icon-danger.icon-color {
    color: #d9534f;
}

.myIcon.icon-danger:before {
    background-color: #d9534f;
}

.myIcon.icon-danger:hover {
    background-color: #c9302c;
}

.myIcon.icon-danger:active {
    background-color: #a02622;
}

.myIcon.icon-info {
    background-color: #5bc0de;
    color: white;
}

.myIcon.icon-info.transparent {
    background-color: rgba(91, 192, 222, 0.1);
    color: #5bc0de;
}

.myIcon.icon-info.transparent:hover {
    background-color: #5bc0de;
    color: white;
}

.myIcon.icon-info:after,
.myIcon.icon-info.hover-color:hover,
.myIcon.icon-info.icon-color {
    color: #5bc0de;
}

.myIcon.icon-info:before {
    background-color: #5bc0de;
}

.myIcon.icon-info:hover {
    background-color: #31b0d5;
}

.myIcon.icon-info:active {
    background-color: #2390b0;
}

.myIcon.icon-default {
    background-color: #616f77;
    color: white;
}

.myIcon.icon-default.transparent {
    background-color: rgba(97, 111, 119, 0.1);
    color: #616f77;
}

.myIcon.icon-default.transparent:hover {
    background-color: #616f77;
    color: white;
}

.myIcon.icon-default:after,
.myIcon.icon-default.hover-color:hover,
.myIcon.icon-default.icon-color {
    color: #616f77;
}

.myIcon.icon-default:before {
    background-color: #616f77;
}

.myIcon.icon-default:hover {
    background-color: #4a555b;
}

.myIcon.icon-default:active {
    background-color: #333b3f;
}