@charset "utf-8";
.box-brand {
    height: 50px;
    margin: 10px 0;
    width: 210px;
}
.product-view .product-attributes .box-brand {
    border-bottom: 1px solid #f2f2f2;
    margin: 10px 0 15px;
    padding-bottom: 25px;
}
.box-brand img {
    moz-transition: opacity 300ms ease-in-out;
    o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    webkit-transition: opacity 300ms ease-in-out;
}
.box-brand img:hover {
    opacity: .8;
}
.navbar-gray-l .navbar-bg {
    background-image: url(../../../images/navbar-gray-l.png);
}
.navbar-gray-d .navbar-bg {
    background-image: url(../../../images/navbar-gray-d.png);
}
.navbar-green-pea .navbar-bg {
    background-image: url(../../../images/navbar-green-pea.png);
}
.navbar-green-pea-d .navbar-bg {
    background-image: url(../../../images/navbar-green-pea-d.png);
}
.navbar-blue .navbar-bg {
    background-image: url(../../../images/navbar-blue.png);
}

/* changes by Joginder */
.navbar-navy .navbar-bg {
    /* background-image: url(../../../images/navbar-navy.png);
    */
}
.navbar-orange .navbar-bg {
    background-image: url(../../../images/navbar-orange.png);
}
.navbar-crimson .navbar-bg {
    background-image: url(../../../images/navbar-crimson.png);
}
.navbar-red .navbar-bg {
    background-image: url(../../../images/navbar-red.png);
}
.navbar-red-saturated .navbar-bg {
    background-image: url(../../../images/navbar-red-saturated.png);
}
.navbar-red-d .navbar-bg {
    background-image: url(../../../images/navbar-red-d.png);
}
.header-container.header-bg-gray-vl {
    background-image: url(../../../images/header-gray-vl.png);
}

/* changes by Joginder */
.header-container.header-bg-gray-l {
    /* background-image: url(../../../images/header-gray-l-notop.png);
    */
}
.header-container.header-bg-gray {
    background-image: url(../../../images/header-gray.png);
}
.header-container.header-bg-gray-d {
    background-image: url(../../../images/header-gray-d.png);
}
.header-container.header-bg-gray-vd {
    background-image: url(../../../images/header-gray-vd.png);
}
.header-container.header-bg-blue-pale-l {
    background-image: url(../../../images/header-blue-pale-l.png);
}
.header-container.header-bg-navy {
    background-image: url(../../../images/header-navy.png);
}
.header-bg-gray-vd .header-container2, .header-bg-gray-d .header-container2, .header-bg-navy .header-container2 {
    background-image: url(../../../images/top-bg-plus.png);
}
.header-bg-gray-vl .header-container2, .header-bg-gray .header-container2, .header-bg-blue-pale-l .header-container2 {
    background-image: url(../../../images/top-bg-plus-l.png);
}
.header-skin-d .header {
    color: #000;
}
.header-skin-d .header a {
    color: #000;
}
.header-skin-d .header a:hover {
    color: #555;
}
.header-skin-d .header-top-links-wrapper li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.header-skin-d .top-dropdown:hover {
    color: #555;
}
.header-skin-d .top-dropdown ul {
    background: 0;
    background-color: #fff;
}
.header-skin-d .dropdown .text {
    background-image: url(../../../images/arrow-dropdown-gray-d.png);
}
.header-skin-d .header-top .header-top-help-wrapper .phone {
    background-image: url(../../../images/ic-phone-black.png);
}
.header-skin-d .header .form-search .input-text {
    background-color: #f5f5f5;
    color: #555;
}
.header-skin-d .header .form-search .input-text:hover, .header-skin-d .header .form-search .input-text:focus {
    background-color: #fff;
    color: #000;
}
.header-skin-md .header {
    color: #555;
}
.header-skin-md .header a {
    color: #555;
}
.header-skin-md .header a:hover {
    color: #000;
}
.header-skin-md .header-top-links-wrapper li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.header-skin-md .top-dropdown:hover {
    color: #000;
}
.header-skin-md .top-dropdown ul {
    background: 0;
    background-color: #fff;
}
.header-skin-md .dropdown .text {
    background-image: url(../../../images/arrow-dropdown-gray-d.png);
}
.header-skin-md .header-top .header-top-help-wrapper .phone {
    background-image: url(../../../images/ic-phone-gray-d.png);
}
.header-skin-md .header .form-search .input-text {
    background-color: #f5f5f5;
    color: #777;
}
.header-skin-md .header .form-search .input-text:hover, .header-skin-md .header .form-search .input-text:focus {
    background-color: #fff;
    color: #555;
}
.header-skin-l .header {
    color: #bbb;
}
.header-skin-l .header a {
    color: #bbb;
}
.header-skin-l .header a:hover {
    color: #fff;
}
.header-skin-l .header-top-links-wrapper li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.header-skin-l .top-dropdown:hover {
    color: #fff;
}
.header-skin-l .header-top .header-top-help-wrapper .phone {
    background-image: url(../../../images/ic-phone-gray-l.png);
}
.user-menu-skin-b0b .user-menu>ul>li {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: url(../../../images/dark/ic-toplinks-wishlist.png);
}
.user-menu-skin-b0b .user-menu>ul>li:hover {
    background-color: rgba(0, 0, 0, 0.15);
}
.user-menu-skin-b0b .user-menu>ul>li.item-1 {
    background-image: url(../../../images/dark/ic-toplinks-account.png);
}
.user-menu-skin-b0b .user-menu>ul>li.item-2 {
    background-image: url(../../../images/dark/ic-toplinks-wishlist.png);
}
.user-menu-skin-b0b .user-menu>ul>li.item-3 {
    background-image: url(../../../images/dark/ic-toplinks-log.png);
}
.user-menu-skin-b0b .user-menu>ul>li.item-4, .user-menu-skin-b0b .user-menu>ul>li.item-5, .user-menu-skin-b0b .user-menu>ul>li.item-6, .user-menu-skin-b0b .user-menu>ul>li.item-7 {
    background-image: url(../../../images/dark/ic-toplinks-default.png);
}
.user-menu-skin-b0b .user-menu>ul>li.user-menu-signup {
    background-image: url(../../../images/dark/ic-toplinks-signup.png);
}
.user-menu-skin-b0b .user-menu>ul>li.user-menu-custom {
    background-image: url(../../../images/dark/ic-toplinks-custom.png);
}
.user-menu-skin-b0b .user-menu>ul>li.user-menu-cart {
    background-image: none;
}
.user-menu-skin-b0b .user-menu>ul>li>a {
    color: #444;
}
.user-menu-skin-b0b .user-menu>ul>li:hover>a {
    color: #222;
}
.user-menu-skin-b0b .user-menu .user-menu-item {
    color: #444;
}
.user-menu-skin-b0b .user-menu .user-menu-item:hover {
    color: #222;
}
.user-menu-skin-b0b #mini-cart .block-title .heading {
    background-position: -70px -205px;
}
.user-menu-skin-b0b #mini-cart:hover .block-title .heading {
    background-position: -70px -205px;
}
.user-menu-skin-b0b #mini-cart .block-title .summary a {
    color: #555;
}
.user-menu-skin-b0b #mini-cart .block-title .to-checkout a {
    color: #044e8f;
}
.user-menu-skin-b0b #mini-cart .block-title .to-checkout .icon {
    background-position: -27px -177px;
}
.user-menu-skin-w3b .user-menu>ul>li {
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url(../../../images/dark/ic-toplinks-wishlist.png);
}
.user-menu-skin-w3b .user-menu>ul>li:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.user-menu-skin-w3b .user-menu>ul>li.item-1 {
    background-image: url(../../../images/dark/ic-toplinks-account.png);
}
.user-menu-skin-w3b .user-menu>ul>li.item-2 {
    background-image: url(../../../images/dark/ic-toplinks-wishlist.png);
}
.user-menu-skin-w3b .user-menu>ul>li.item-3 {
    background-image: url(../../../images/dark/ic-toplinks-log.png);
}
.user-menu-skin-w3b .user-menu>ul>li.item-4, .user-menu-skin-w3b .user-menu>ul>li.item-5, .user-menu-skin-w3b .user-menu>ul>li.item-6, .user-menu-skin-w3b .user-menu>ul>li.item-7 {
    background-image: url(../../../images/dark/ic-toplinks-default.png);
}
.user-menu-skin-w3b .user-menu>ul>li.user-menu-signup {
    background-image: url(../../../images/dark/ic-toplinks-signup.png);
}
.user-menu-skin-w3b .user-menu>ul>li.user-menu-custom {
    background-image: url(../../../images/dark/ic-toplinks-custom.png);
}
.user-menu-skin-w3b .user-menu>ul>li.user-menu-cart {
    background-image: none;
}
.user-menu-skin-w3b .user-menu>ul>li>a {
    color: #444;
}
.user-menu-skin-w3b .user-menu>ul>li:hover>a {
    color: #222;
}
.user-menu-skin-w3b .user-menu .user-menu-item {
    color: #444;
}
.user-menu-skin-w3b .user-menu .user-menu-item:hover {
    color: #222;
}
.user-menu-skin-w3b #mini-cart .block-title .heading {
    background-position: -70px -205px;
}
.user-menu-skin-w3b #mini-cart:hover .block-title .heading {
    background-position: -70px -205px;
}
.user-menu-skin-w3b #mini-cart .block-title .summary a {
    color: #555;
}
.user-menu-skin-w3b #mini-cart .block-title .to-checkout a {
    color: #044e8f;
}
.user-menu-skin-w3b #mini-cart .block-title .to-checkout .icon {
    background-position: -27px -177px;
}
.footer-container.footer-bg-gray-vl {
    background-image: url(../../../images/footer-gray-vl.png);
}
.footer-container.footer-bg-gray-l {
    background-image: url(../../../images/footer-gray-l.png);
}
.footer-container.footer-bg-gray {
    background-image: url(../../../images/footer-gray.png);
}
.footer-container.footer-bg-gray-d {
    background-image: url(../../../images/footer-gray-d.png);
}
.footer-container.footer-bg-gray-vd {
    background-image: url(../../../images/footer-gray-vd.png);
}
.footer-skin-light .footer {
    color: #999;
}
.footer-skin-light .footer a {
    color: #959595;
}
.footer-skin-light .footer a:hover {
    color: #6099c5;
}
.footer-skin-light .footer .heading {
    color: #ddd;
}
.footer-skin-light .footer-top ul a {
    color: #555;
    font-size: 11px;
}
.footer-skin-light .footer-item {
    background-color: rgba(255, 255, 255, 0.05);
}
.footer-skin-light .footer-company-wrapper .phone {
    color: #6099c5;
}
.footer-skin-light #subscribe-form .input-text {
    color: #000;
}
.product-image img {
    moz-transition: opacity 300ms ease-in-out;
    o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    webkit-transition: opacity 300ms ease-in-out;
}
.product-image img:hover {
    opacity: .8;
}
a:hover {
    moz-transition: opacity 300ms;
    opacity: 1;
    o-transition: opacity 300ms;
    transition: opacity 300ms;
    webkit-transition: opacity 300ms;
}
.user-menu>ul>li {
    moz-transition: background-color 300ms ease-in-out;
    o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    webkit-transition: background-color 300ms ease-in-out;
}

.user-menu>ul>li:hover>a {
    moz-transition: opacity 300ms;
    opacity: 1;
    o-transition: opacity 300ms;
    transition: opacity 300ms;
    webkit-transition: opacity 300ms;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
#wrapper_syst {
    height: 96%;
    height: auto !important;
    margin: 0 auto -30px;
    min-height: 96%;
    padding: 0 10px 0 10px;
    text-align: left;
    width: 1150px;
}
.clearfix_syst {
    clear: both;
    float: none;
}
#bigPic_syst {
    background-color: #FFF;
    height: 393px;
    margin-bottom: 10px;
    padding: 1px;
    width: 983px;
}
#bigPic_syst img {
    display: none;
    margin-left: 48px;
    position: absolute;
    text-decoration: none;
}
ul#thumbs_id_syst li.active {
    background: #fff;
}
ul#thumbs_id_syst, ul#thumbs_id_syst li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#thumbs_id_syst li {
    cursor: pointer;
    float: left;
    margin-bottom: 5px;
}
ul#thumbs_id_syst img {
    float: left;
    height: 140px;
    overflow: hidden;
    position: relative;
    width: 268px;
    z-index: 1;
}
#ctgry_bnr {
    background-color: #f3f5f7;
    border-bottom: #f0f0f0 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100px;
    width: 840px;
}
#ctgry_title {
    color: #f60;
    float: left;
    font-size: 16px;
    padding: 10px;
    position: absolute;
    text-align: left;
    width: 840px;
}
#vdo {
    background: url(../../../images/video_icon.png) no-repeat;
    line-height: 13px;
    text-align: left;
}
#vdo a {
    color: #6d6d6d;
    display: block;
    font-size: 12px;
    height: 90px;
    line-height: 13px;
    padding-left: 20px;
    padding-top: 35px;
    text-align: left;
    text-decoration: none;
    width: 105px;
}
#vdo_txt {
    color: #446cc3;
    font-weight: bold;
}
#prosth_title {
    color: #f60;
    float: left;
    font-size: 20px;
    padding: 10px;
    position: absolute;
    text-align: left;
    width: 840px;
}
#prosth_wrapper01 {
    color: #f60;
    float: left;
    font-size: 12px;
    margin-left: 35px;
    padding: 10px;
    position: absolute;
    text-align: left;
    width: 840px;
}
#prosth_wrapper02 {
    color: #f60;
    float: left;
    font-size: 12px;
    margin-left: 35px;
    margin-top: 220px;
    padding: 10px;
    position: absolute;
    text-align: left;
    width: 840px;
}
#prosth_wrapper03 {
    color: #f60;
    float: left;
    font-size: 12px;
    margin-left: 35px;
    margin-top: 440px;
    padding: 10px;
    position: absolute;
    text-align: left;
    width: 840px;
}
#thumb01 {
    position: absolute;
    text-align: center;
}
#thumb01 a:hover {
    color: #ff6000;
    text-align: center;
    text-decoration: none;
}
#thumb02 {
    left: 220px;
    position: absolute;
    text-align: center;
    top: 10px;
}
#thumb02 a:hover {
    color: #ff6000;
    text-align: center;
    text-decoration: none;
}
#thumb03 {
    left: 420px;
    position: absolute;
    text-align: center;
    top: 10px;
}
#thumb03 a:hover {
    color: #ff6000;
    text-align: center;
    text-decoration: none;
}
#thumb04 {
    left: 620px;
    position: absolute;
    text-align: center;
    top: 10px;
}
#thumb04 a:hover {
    color: #ff6000;
    text-align: center;
    text-decoration: none;
}
#prosth_links {
    display: inline;
    font-size: 11px;
    list-style: none;
    text-align: left;
    width: 840px;
}
#prosth_links01 {
    display: inline;
    margin-right: 20px;
    width: 140px;
}
#prosth_links02 {
    display: inline;
    margin-right: 20px;
    width: 140px;
}
#prosth_links03 {
    display: inline;
    margin-right: 20px;
    width: 140px;
}
#prosth_links04 {
    display: inline;
    margin-right: 41px;
    width: 140px;
}
#prosth_links05 {
    display: inline;
    margin-right: 70px;
    width: 140px;
}
#prosth_links06 {
    display: inline;
    width: 140px;
}
#prosth_links07 {
    display: inline;
    margin-right: 44px;
    width: 140px;
}
#prosth_links08 {
    display: inline;
    margin-right: 40px;
    width: 140px;
}
#prosth_links09 {
    display: inline;
    margin-right: 25px;
    width: 140px;
}
#prosth_links10 {
    display: inline;
    margin-right: 20px;
    width: 140px;
}
#prosth_links11 {
    display: inline;
    margin-right: 20px;
    width: 140px;
}
#prosth_links12 {
    display: inline;
    margin-right: 20px;
    width: 140px;
}
#nav li {
    position: relative;
}
#nav ul, #nav div {
    background-color: #fff;
    border: 0;
    left: -10000px;
    padding: 20px 0;
    position: absolute;
    top: 41px;
    width: 16em;
}
#nav div ul {
    border: 0;
    position: static;
    width: auto;
}
#nav ul li {
    float: none;
}
#nav ul li.parent {
    background: url(../../../images/menu-bullet.gif) 93% 13px no-repeat;
}
#nav ul li a {
    float: none;
    padding: 2px 25px;
}
#nav ul ul, #nav ul div {
    top: 0;
}
#nav li ul.shown-sub, #nav li div.shown-sub {
    left: 3px;
}
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
    left: 80px;
}
* {
    text-align: left;
}
html {
    margin: 0 !important;
    padding: 0 !important;
}
body {
    background: #fff !important;
    /*font-size: 9pt !important;*/
    padding: 0 !important;
}
.page-print .data-table .cart-tax-total {
    background-position: 100% -54px;
}
.sample-class {
    color: #000;
}
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px;
}
body {
    color: #333;
    font: 100% Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 1px 1px #eee;
}
img {
    border: 0;
}
a {
    color: #6F87B2;
    text-decoration: none;
}
a:hover {
    color: #D1D2D4;
    text-decoration: none;
}
:focus {
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px;
}
h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
}
h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.25;
}
h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.25;
}
h4 {
    font-size: 14px;
    font-weight: bold;
}
h5 {
    font-size: 12px;
    font-weight: bold;
}
h6 {
    font-size: 11px;
    font-weight: bold;
}
form {
    display: inline;
}
table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
strong {
    font-weight: bold;
}
address {
    font-style: normal;
}
cite {
    font-style: normal;
}
q, blockquote {
    quotes: none;
}
q:before, q:after {
    content: '';
}
small, big {
    font-size: 1em;
}
sup {
    font-size: 1em;
    vertical-align: top;
}
ul, ol {
    list-style: none;
}
.hidden {
    border: 0 !important;
    display: block !important;
    font-size: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 0 !important;
}
.nobr {
    white-space: nowrap !important;
}
.wrap {
    white-space: normal !important;
}
.a-left {
    text-align: left !important;
}
.a-center {
    text-align: center !important;
}
.a-right {
    text-align: right !important;
}
.v-top {
    vertical-align: top;
}
.v-middle {
    vertical-align: middle;
}
.f-left, .left {
    float: left !important;
}
.f-right, .right {
    float: right !important;
}
.f-none {
    float: none !important;
}
.f-fix {
    float: left;
    min-height: 147px;
    position: relative;
    width: 100%;
}
.no-display {
    display: none;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-bg {
    background: none !important;
}
.page {
    text-align: left;
}
.page-print {
    background: #fff;
    padding: 20px;
    text-align: left;
}
.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}
.page-popup {
    background: #fff;
    padding: 20px;
    text-align: left;
}

/* changes by joginder */
.main-container {
    background: url(../../../images/top-bg-line.gif) 0 0 repeat-x;
    margin-top: 78px;
}
body.cms-index-index .main-container, body.cms-index-defaultindex .main-container {
    background-image: none;
}
.main {
    margin: 0 auto;
    padding: 0;
    padding: 50px 0 30px;
    width: 1080px;
}
body.cms-index-index .main, body.cms-index-defaultindex .main {
    padding: 0;
}
.col-left {
    float: left;
    padding: 0 20px 0 0;
    width: 220px;
}
.col-main {
    float: left;
    padding: 0;
    width: 840px;
}
.col-right {
    float: right;
    padding: 0 0 0 20px;
    width: 220px;
}
.col1-layout .col-main {
    float: none;
    width: auto;
}
.col2-left-layout .col-main {
    float: right;
}
.col3-layout .col-main {
    width: 480px;
}
.col3-layout .col-wrapper {
    float: left;
    width: 720px;
}
.col3-layout .col-wrapper .col-main {
    float: right;
}
.col2-set .col-1 {
    float: left;
    width: 49%;
}
.col2-set .col-2 {
    float: right;
    width: 49%;
}
.col2-set .col-narrow {
    width: 33%;
}
.col2-set .col-wide {
    width: 65%;
}
.col3-set .col-1 {
    float: left;
    width: 32%;
}
.col3-set .col-2 {
    float: left;
    margin-left: 2%;
    width: 32%;
}
.col3-set .col-3 {
    float: right;
    width: 32%;
}
.col4-set .col-1 {
    float: left;
    width: 23.5%;
}
.col4-set .col-2 {
    float: left;
    margin: 0 2%;
    width: 23.5%;
}
.col4-set .col-3 {
    float: left;
    width: 23.5%;
}
.col4-set .col-4 {
    float: right;
    width: 23.5%;
}
input, select, textarea, button {
    color: #000;
    font: 12px Arial, Helvetica, sans-serif;
    vertical-align: middle;
}
input.input-text, select, textarea {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    moz-border-radius: 2px;
    padding: 4px;
    webkit-border-radius: 2px;
}
input.input-text:hover, select:hover, textarea:hover {
    border: 1px solid #ccc;
}
input.input-text:focus, select:focus, textarea:focus {
    border: 1px solid #ccc;
    border-top: 1px solid #bbb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    outline: 0;
    webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
input.input-text.validation-failed, select.validation-failed, textarea.validation-failed {
    padding: 3px;
}
select option {
    padding-right: 10px;
}
select.multiselect option {
    border-bottom: 1px solid #ddd;
    padding: 2px 5px;
}
select.multiselect option:last-child {
    border-bottom: 0;
}
textarea {
    overflow: auto;
}
input.radio {
    margin-right: 3px;
}
input.checkbox {
    margin-right: 3px;
}
input.qty {
    width: 2.5em !important;
}
button.button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button.button {
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    webkit-border-fit: lines;
    width: auto;
}
button.button span {
    background-color: #ddd;
    border-radius: 2px;
    color: #555;
    display: block;
    float: left;
    font-size: 12px;
    height: 35px;
    line-height: 22px;
    moz-border-radius: 2px;
    moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    padding: 0 0 0 8px;
    text-align: center;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    webkit-border-radius: 2px;
    webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    white-space: nowrap;
}
button.button:hover span {
    background-color: #ccc;
    color: #333;
}
button.button span span {
    height: 35px;
    line-height: 35px;
    padding: 0 23px 0 15px;
}
button.button.btn-inline span, .product-view .box-tags .form-add button.button span {
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    padding: 0 0 0 8px;
}
button.button.btn-inline span span, .product-view .box-tags .form-add button.button span span {
    padding: 0 12px 0 4px;
}
button.button.btn-cart:hover span {
    background-color: #d31d2c;
    color: #fff;
}
button.small-button span {
    background: url(../../../images/btn-small-grey.png) no-repeat 0 -20px;
    color: #555;
    float: left;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 8px;
    text-align: center;
    white-space: nowrap;
}
button.small-button:hover span {
    background-position: 0 -60px;
    color: #222;
}
button.small-button span span {
    background-position: 100% 0;
    padding: 0 14px 0 4px;
}
button.small-button:hover span span {
    background-position: 100% -40px;
}
.product-view .btn-cart span, button.btn-checkout span {
    background-color: #bf2330;
    color: #fff;
    height: 35px;
    line-height: 20px;
    padding: 0 0 0 8px;
}
.product-view .btn-cart:hover span, button.btn-checkout:hover span {
    background-color: #d31d2c;
    color: #fff;
}
.product-view .btn-cart span span, button.btn-checkout span span {
    height: 35px;
    line-height: 35px;
    padding: 0 23px 0 15px;
}
.product-view .btn-cart span span .img-cart {
    background: url(../../../images/ic-cart-white.png) no-repeat right;
    float: right;
    height: 21px;
    padding: 0 0 0 10px;
    width: 25px;
}
button.btn-checkout span span .img-checkout {
    background: url(../../../images/ic-checkout-white.png) no-repeat right;
    float: right;
    height: 21px;
    padding: 13px 0 0 7px;
    width: 16px;
}
p.control input.checkbox, p.control input.radio {
    margin-right: 6px;
}
.form-list li {
    margin: 0 0 8px;
}
.form-list label {
    color: #555;
    float: left;
    font-weight: bold;
    margin: 0 0 2px 0;
    position: relative;
    z-index: 0;
}
.form-list label.required em {
    color: #eb340a;
    float: right;
    font-style: normal;
    position: absolute;
    right: -8px;
    top: 0;
}
.form-list li.control label {
    float: none;
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
    margin-right: 6px;
}
.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}
.form-list .input-box {
    clear: both;
    display: block;
}
.form-list .field {
    float: left;
    width: 275px;
}
.form-list input.input-text {
    width: 254px;
}
.form-list textarea {
    height: 10em;
    width: 254px;
}
.form-list select {
    width: 260px;
}
.form-list li.wide .input-box {
    width: 535px;
}
.form-list li.wide input.input-text {
    width: 529px;
}
.form-list li.wide textarea {
    width: 529px;
}
.form-list li.wide select {
    width: 535px;
}
.form-list li.additional-row {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
}
.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}
.form-list .input-range input.input-text {
    width: 74px;
}
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}
.form-list .name-prefix {
    width: 65px;
}
.form-list .name-prefix select {
    width: 55px;
}
.form-list .name-prefix input.input-text {
    width: 49px;
}
.form-list .name-suffix {
    width: 65px;
}
.form-list .name-suffix select {
    width: 55px;
}
.form-list .name-suffix input.input-text {
    width: 49px;
}
.form-list .name-middlename {
    width: 70px;
}
.form-list .name-middlename input.input-text {
    width: 49px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}
.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname {
    width: 210px;
}
.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}
.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}
.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}
.form-list .customer-dob label {
    color: #888;
    font-size: 10px;
    font-weight: normal;
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
    width: 60px;
}
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}
.form-list .customer-dob .dob-year {
    width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}
#oar_widget_orders_and_returns_form ul li {
    height: 30px;
    margin: 0 0 5px;
}
.buttons-set {
    clear: both;
    margin: 5px 0 0;
    padding: 5px;
}
.buttons-set .back-link {
    float: left;
}
.buttons-set .back-link a {
    background: url(../../../images/icons.png) 10px -232px no-repeat #eee;
    border-radius: 3px;
    color: #666;
    display: block;
    moz-border-radius: 3px;
    padding: 8px 15px 8px 32px;
    webkit-border-radius: 3px;
}
.buttons-set .back-link a:hover {
    background-color: #e5e5e5;
    color: #333 !important;
}
.buttons-set .back-link small {
    display: none;
}
.buttons-set button.button {
    float: right;
    margin-left: 3px;
}
.buttons-set p.required {
    margin: 0 0 5px;
}
.buttons-set button.button span span {
    padding-left: 30px;
    padding-right: 38px;
}
.contacts-index-index .buttons-set {
    float: left;
    margin-top: -10px;
}
.contacts-index-index .buttons-set .required {
    text-align: left;
}
.contacts-index-index .buttons-set .button {
    margin-left: 0;
}
.fieldset, .multiple-checkout .col2-set, .multiple-checkout .col3-set, .info-set {
    border: 15px solid #eee;
    margin: 25px 0 20px;
    padding: 30px 20px 20px;
}
.fieldset .legend, .multiple-checkout .col2-set h2.legend, .info-set h2.legend {
    background-color: #fff;
    color: #ce001a;
    float: left;
    font-size: 14px;
    margin: -47px 0 0 1px;
    padding: 0 15px;
}
.validation-advice {
    clear: both;
    color: #ee001c;
    font-size: 10px;
    line-height: 12px;
    margin: 3px 0 0;
    min-height: 12px;
}
.validation-failed {
    background: #fff !important;
    border: 2px solid #ee001c !important;
    border-radius: 4px;
    moz-border-radius: 4px;
    padding: 3px;
    webkit-border-radius: 4px;
}
p.required {
    color: #ee001c;
    font-size: 10px;
    text-align: right;
}
.v-fix {
    float: left;
}
.v-fix .validation-advice {
    display: block;
    margin-right: -12em;
    position: relative;
    width: 12em;
}
.success {
    color: #3d6611;
    font-weight: bold;
}
.error {
    color: #ee001c;
    font-weight: bold;
}
.notice {
    color: #ccc;
}
.messages, .messages ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}
.messages {
    margin: 0 0 10px;
    overflow: hidden;
}
.messages li {
    margin: 0 0 5px;
}
.messages li li {
    margin: 0 0 5px;
}
.messages a {
    text-decoration: underline;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
    background-position: 10px 14px !important;
    background-repeat: no-repeat !important;
    font-size: 12px !important;
    padding: 14px 14px 14px 32px !important;
}
.error-msg {
    background-color: #f5dad3;
    background-image: url(../../../images/i_msg-error.png);
    border-color: #f16048;
    color: #df280a;
}
.success-msg {
    background-color: #e9ffca;
    background-image: url(../../../images/i_msg-success.png);
    border-color: #529327;
    color: #296a23;
}
.note-msg, .notice-msg {
    background-color: #fdeda4;
    background-image: url(../../../images/i_msg-note.gif);
    border-color: #fcd344;
    color: #666;
}
.note-msg.empty-catalog {
    background: #fff;
    background: url(../../../images/ico/empty-catalog.png) 30px 90px no-repeat !important;
    color: #777;
    padding: 140px 30px 150px 170px !important;
}
.breadcrumbs {
    height: 50px;
    margin: -50px 0 0;
}
.breadcrumbs ul {
    padding-top: 29px;
    position: absolute;
}
.breadcrumbs li {
    color: #bbb;
    display: inline;
    font-size: 11px;
}
.breadcrumbs a {
    border-bottom: 0;
    color: #bbb;
    display: block;
    float: left;
}
.breadcrumbs a:hover {
    color: #000;
}
.breadcrumbs li span {
    background: url(../../../images/pix.png) 0 -129px no-repeat;
    display: block;
    float: left;
    height: 5px;
    margin: 6px 4px 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 7px;
}
.breadcrumbs li strong {
    display: block;
    font-weight: normal;
}
.page-title {
    margin: 0 0 15px;
    padding: 0;
}
.page-title h1, .page-title h2 {
    color: #066cc3;
    margin: 0;
}
.page-title .separator {
    margin: 0 3px;
}
.page-title .link-rss {
    float: right;
}
.title-buttons {
    text-align: right;
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
    float: left;
}
.subtitle {
    clear: both;
}
.pager, .sorter {
    background-color: #f5f5f5;
    color: #555;
    line-height: 27px;
    padding: 7px 7px 7px 10px;
}
.sorter .amount, .pager .amount {
    border-right: 1px solid #e5e5e5;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
}
.toolbar .pager {
    margin: 0 0 5px;
}
.toolbar {
    margin-bottom: 5px;
}
.toolbar-bottom {
    margin-top: 5px;
}
.sorter {
    height: 28px;
}
.sorter .view-mode {
    float: left;
}
.sorter .view-mode label {
    float: left;
    margin-right: 4px;
}
.sorter .view-mode .grid, .sorter .view-mode .list {
    background: url(../../../images/pix.png) no-repeat transparent;
    display: block;
    float: left;
    height: 26px;
    margin: 1px 0 0 3px;
    overflow: hidden;
    text-indent: -9999px;
    width: 26px;
}
.sorter .view-mode .grid {
    background-position: 0 -277px;
}
.sorter .view-mode .list {
    background-position: -27px -277px;
}
.sorter .view-mode a.grid:hover {
    background-position: 0 -304px;
}
.sorter .view-mode a.list:hover {
    background-position: -27px -304px;
}
.sorter .view-mode span.grid, .sorter .view-mode span.list {
    background-color: #eaeaea;
}
.sorter .view-mode a:hover {
    background-color: #eaeaea;
}
.sorter .sort-by {
    float: right;
}
.sorter .sort-by .category-asc, .sorter .sort-by .category-desc {
    display: inline-block;
    height: 25px;
    overflow: hidden;
    text-indent: -9999px;
    width: 25px;
}
.sorter .sort-by .category-asc {
    background: url(../../../images/pix.png) 0 -85px no-repeat transparent;
}
.sorter .sort-by .category-desc {
    background: url(../../../images/pix.png) -27px -85px no-repeat transparent;
}
.sorter .sort-by .category-asc:hover {
    background-color: #eaeaea;
    background-position: -81px -85px;
}
.sorter .sort-by .category-desc:hover {
    background-color: #eaeaea;
    background-position: -54px -85px;
}
.sorter .limiter {
    border-right: #e5e5e5 solid 1px;
    float: right;
    margin-right: 10px;
    padding-right: 10px;
}
.pager {
    margin: 10px 0;
}
.pager .limiter {
    border-left: #e5e5e5 solid 1px;
    float: right;
    margin-left: 10px;
    padding-left: 10px;
}
.pager .pages {
    float: right;
    margin-top: 1px;
}
.pager .pages strong, .pager .pages span {
    float: left;
    font-weight: normal;
    line-height: 25px;
    padding: 0 3px 0 0;
}
.pager .pages ol {
    display: inline;
}
.pager .pages li {
    display: block;
    float: left;
    font-family: Tahoma, Geneva, sans-serif;
    height: 25px;
    line-height: 25px;
    margin: 0 0 0 3px;
    text-align: center;
    width: 25px;
}
.pager .pages li a {
    background-color: #eaeaea;
    color: #555;
    display: block;
}
.pager .pages li a:hover {
    background-color: #f5f5f5;
    color: #ce001a;
}
.pager .pages li.current {
    background-color: #ddd;
    background-image: none;
    color: #ce001a;
}
.pager .pages li a.previous {
    background-image: url(../../../images/pix.png);
    background-position: 0 -55px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}
.pager .pages li:hover a.previous {
    background-position: -50px -55px;
}
.pager .pages li a.next {
    background-image: url(../../../images/pix.png);
    background-position: -25px -55px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}
.pager .pages li:hover a.next {
    background-position: -75px -55px;
}
.data-table {
    width: 100%;
}
.data-table th, .data-table td {
    padding: 8px;
}
.data-table thead {
    background: 0;
    border-bottom: 1px solid #ccc;
}
.data-table thead th {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    vertical-align: middle;
    white-space: nowrap;
}
.data-table thead th.wrap {
    white-space: normal;
}
.data-table tr.odd td, .data-table tr.odd th {
    border-right: 1px solid #ddd;
}
.data-table tr.odd td.last {
    border-right: 0;
}
.data-table tr.odd.last {
    border-bottom: #eee solid 1px;
}
.data-table tr.even {
    background-color: #eee;
}
.data-table tr.even td, .data-table tr.even th {
    border-right: 1px solid #ddd;
}
.data-table tr.even td.last {
    border-right: 0;
}
.data-table tbody tr.product-shop-row:hover {
    background-color: #FFF;
}
.data-table tbody.odd td {
    border-width: 0 1px;
}
.data-table tbody.odd tr.last {
    border-bottom: #e5e5e5 solid 1px;
}
.data-table tbody.even {
    background-color: #f1f1f1;
}
.data-table tbody.even td {
    border-width: 0 1px;
}
.data-table th .tax-flag {
    font-weight: normal;
    white-space: nowrap;
}
tr.summary-total {
    cursor: pointer;
}
tr.summary-total .summary-collapse {
    background: url(../../../images/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer;
    float: right;
    padding-left: 20px;
    text-align: right;
}
tr.show-details .summary-collapse {
    background-position: 0 -53px;
}
tr.summary-details td {
    background-color: #f5f5f5;
    color: #777;
    font-size: 11px;
    padding: 2px 5px !important;
}
tr.summary-details-first td {
    border-top: 1px solid #d5d5d5;
}
tr.summary-details-excluded {
    font-style: italic;
}
.cart-tax-info {
    display: block;
}
.cart-tax-info, .cart-tax-info .cart-price {
    padding-right: 20px;
}
.cart-tax-total {
    background: url(../../../images/bkg_collapse.gif) 100% 4px no-repeat;
    cursor: pointer;
    display: block;
    padding-right: 20px;
}
.cart-tax-info .price, .cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}
.cart-tax-total-expanded {
    background-position: 100% -53px;
}
.std .subtitle {
    padding: 0;
}
.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}
.std dl dt {
    font-weight: bold;
}
.std dl dd {
    margin: 0 0 10px;
}
.std ul.bullet {
    list-style: none outside none;
    margin: 5px 0;
    padding: 0;
}
.std ul.bullet li {
    background: url(../../../images/bullet.png) 5px 4px no-repeat;
    padding-left: 20px;
}
.std ul.disc, .data-table ul.disc {
    list-style: disc outside none;
    margin: 0 0 0 20px;
    padding: 0;
}
.std p {
    margin: 0 0 10px;
}
.std .products-grid p {
    margin-bottom: 0;
}
.links li {
    display: inline;
}

.link-cart {
    color: #555;
    font-weight: bold;
}
.link-reorder {
    font-weight: bold;
}
.link-print {
    background: url(../../../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
}
.link-rss {
    background: url(../../../images/i_rss.gif) 0 3px no-repeat;
    padding-left: 18px;
    white-space: nowrap;
}
.cards-list dt {
    margin: 5px 0 0;
}
.cards-list .offset {
    padding: 2px 0 2px 20px;
}
.separator {
    color: #ddd;
    font-weight: normal;
    margin: 0 3px;
}
.divider {
    background: url(../../../images/bkg_divider1.gif) 0 50% repeat-x;
    clear: both;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 10px 0;
    overflow: hidden;
    text-indent: -999em;
}
.global-site-notice {
    background: #f5f5f5;
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    color: #2f2f2f;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
}
.global-site-notice .notice-inner {
    background: url(../../../images/i_notice.gif) 20px 25px no-repeat;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    text-align: left;
    width: 860px;
}
.global-site-notice .notice-inner p {
    border: 1px dotted #cccc73;
    margin: 0;
    padding: 10px;
}
.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}
.demo-notice {
    background: #d75f07;
    border: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.15;
    margin: 0;
    padding: 6px 10px;
    text-align: center;
}
.demo-notice .notice-inner {
    background: 0;
    padding: 0;
    text-align: center;
    width: auto;
}
.demo-notice .notice-inner p {
    border: 0;
    padding: 0;
}
.btn-remove, .btn-remove2, .btn-edit, .tool-tip .btn-close a {
    display: block;
    font-size: 0;
    height: 17px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 17px;
}
.btn-remove, .btn-remove2, .tool-tip .btn-close a {
    background: url(../../../images/pix.png) 0 -150px no-repeat;
}
.btn-remove:hover, .btn-remove2:hover, .tool-tip .btn-close a:hover {
    background-position: -17px -150px;
}
.btn-remove:active, .btn-remove2:active, .tool-tip .btn-close a:focus {
    background-position: -34px -150px;
}
.btn-edit {
    background: url(../../../images/pix.png) 0 -250px no-repeat;
    margin: 0 0 0 5px;
}
.btn-edit:hover {
    background-position: -17px -250px;
}
.btn-edit:active {
    background-position: -34px -250px;
}

/* changes by Joginder */
.header-container2 {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-bottom: 4px solid #F68D1E;
    position: fixed;
    z-index: 99;
    height: 75.5px;
    top: 0;
    max-width: 1920px;
}

/* changes by Joginder */
.header {
    color: #888;
    padding: 0;
    position: relative;
    float: left;
}
.nav-container.navbar-navy {
    float: left;
    margin-left: 1.644678%;
    margin-top: 0;
    width: 72%;
    height: 50px;
}
.header a {
    color: #888;
}
.header a:hover {
    color: #bbb;
}
.logo {
    float: left;
}
.header a.logo {
    float: left;
    height: 65px;
    margin: 0;
    width: 145px;
    padding-top: 1px;
    text-decoration: none !important;
}
.header .logo img {
    display: none;
    margin: 0 auto;
}
.header .logo strong {
    font-size: 0;
    height: 0;
    left: -999em;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: -999em;
    width: 0;
}

/* .header h1.logo {
        margin: 0;
}
*/
.header h1.logo {
    background: url("../../../images/IDS-logo.png") scroll 0 0 transparent;
    width: 137px;
    height: 63px;
    margin: 0;
    background-size: 100%;
    margin-top: 15px;
    margin-left: 6px;
    background-repeat: no-repeat;

}
.header .welcome-msg {
    margin-top: 5px;
}
.header .login-msg {
    float: right;
    margin-top: 29px;
}
.header .login-msg a {
    color: #777;
}
.header .login-msg a:hover {
    color: #fff;
}
.header-right {
    float: right;
    height: 1px;
    width: 10%;
    position: relative;
    z-index: 99;
    top: 63px;
}
.header-right > .user-menu {
    display: none;
}
.header-right-secondary {
    font-size: 11px;
    height: 23px;
    padding-top: 1px;
    text-align: right;
}
.header-right-secondary a {
    color: #8baed8;
}
.header-right-secondary a:hover {
    color: #fff;
}
.header-left {
    float: left;
    height: 86px;
    margin-left: 20px;
    display: none;
}
.header-top {
    font-size: 11px;
    height: 40px;
}
.header-top-search-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
/*added by Joginder*/
.nav .header-top-search-wrapper .form-search {
    position: absolute;
    top: -50px;
    right: 0;
    background: green;
    width: 100%;
    height: auto;
}
.header-top .lang-switcher, .header-top .currency-switcher {
    margin-right: 25px;
    margin-top: 7px;
}
.header-top .header-top-links-wrapper {
    float: left;
    margin-top: 13px;
}
.header-top-links-wrapper li {
    border-right: 1px solid rgba(255, 255, 255, 0.075);
    float: left;
    line-height: 12px;
    padding: 0 8px;
}
.header-top-links-wrapper li.first {
    padding-left: 0;
}
.header-top-links-wrapper li.last {
    border-right: 0 !important;
    padding-right: 0;
}
.header-top-help-wrapper {
    float: right;
    margin-right: 10px;
}

/* changes by joginder */
.header-top-help-wrapper .phone {
    background: url(../../../images/ic-toplinks-wishlist.png) no-repeat -215px -22px;
    margin-top: 10px;
    padding: 0 0 0 24px;
    float: right;
    display: none;
}

/* li#menu-385-1 a:hover {
        background: url(../../../images/store-icon-h.png) no-repeat center 24px #fff !important;
        background: url(../../../images/store-icon-h.png) no-repeat 60px 10px #fff !important;
        padding-right: 20px;
        width: 54px;
}
*/
#shp_icon {
    display: none !important;
}

.user-menu>ul>li.user-menu-cart {
    background-image: none;
}

.user-menu>ul>li:hover>a {
    color: #000;
}
.user-menu .user-menu-item {
    color: #aaa;
}
.user-menu .user-menu-item:hover {
    color: #ddd;
}
.user-menu .user-menu-cart {
    height: 42px;
    padding: 0;
}
.user-menu .user-menu-cart:hover {
    background: 0;
}
#search_mini_form {
    clear: both;
    display: block;
}
.quick-search-wrapper {
    float: right;
    margin-left: 10px;
    position: relative;
    width: 255px;
}
.header .advanced-search-link {
    bottom: -2px;
    color: #bcbcbc;
    position: absolute;
    right: 8px;
    visibility: hidden;
}
.header .quick-search-wrapper:hover .advanced-search-link {
    visibility: visible;
}
.header .advanced-search-link:hover {
    color: #fff;
}
.header .form-search {
    height: 30px;
    padding: 0;
    text-align: right;
}
.header .form-search label {
    color: #fff;
    display: none;
    float: left;
    margin: 3px 4px 0 0;
}
.header .form-search .input-text {
    background: url(../../../images/icons.png) 100% -360px no-repeat #fff;
    border: 0;
    border-radius: 2px;
    color: #4b4b4b;
    float: left;
    font-size: 11px;
    height: 19px;
    moz-border-radius: 2px;
    padding: 2px;
    webkit-border-radius: 2px;
    width: 251px;
}
.header .form-search .input-text:hover {
    background-color: #fff;
}
.header .form-search .input-text:focus {
    background-color: #eee;
    box-shadow: none;
    color: #333;
    moz-box-shadow: none;
    webkit-box-shadow: none;
}
.header .form-search .button {
    float: left;
    height: 19px;
    margin: 2px 0 0 -21px;
    width: 19px;
}
.header .form-search .button span {
    background: 0;
    display: none;
}
.header .form-search .search-autocomplete {
    left: 0 !important;
    position: relative;
    top: 29px !important;
    z-index: 2000;
    z-index: 999;
}
.header .form-search .search-autocomplete ul {
    background: #fff;
    border-radius: 2px;
    margin-top: -2px;
    moz-border-radius: 2px;
    text-align: left;
    webkit-border-radius: 2px;
}
.header .form-search .search-autocomplete li {
    border-bottom: 1px solid #eee;
    color: #777;
    cursor: pointer;
    padding: 3px 5px;
}
.header .form-search .search-autocomplete li:hover {
    color: #ce001a;
}
.header .form-search .search-autocomplete li.last {
    border-bottom: 0;
}
.header .form-search .search-autocomplete li.first {
    border-top: 0;
}
.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
    padding-left: 5px;
}
.nav-container .advanced-search-link {
    bottom: -2px;
    color: #bcbcbc;
    position: absolute;
    right: 8px;
    visibility: hidden;
}
.nav-container .quick-search-wrapper:hover .advanced-search-link {
    visibility: visible;
}
.nav-container .advanced-search-link:hover {
    color: #fff;
}
.nav-container .form-search, .container-inline {
    height: 30px;
    padding: 0;
    position: relative;
    text-align: right;
}
.nav-container .form-search label {
    color: #fff;
    display: none;
    float: left;
    margin: 3px 4px 0 0;
}

/* changes by joginder */

#block-search-form
{position: relative;
 float: left;
 width: 100%;}

#block-search-form  .content
{
    position: absolute;
    left: 0;
    top: 128px;
    height: 64px;
    width: 100%;
    background: url("../../../images/searcdhBkgnd2.png") no-repeat scroll 0 0 #FFFFFF;
    border-radius: 0;
    color: #CCCCCC;
    padding: 0px 2%;
}

.nav-container .form-search .form-item-search-block-form /*.input-text*/ {

    float: left;
    font-size: 14px;
    height: 44px;
    line-height: 30px;
    padding: 10px 0px 10px 0px;
    width: 100%;
}
.nav-container .form-search .form-item-search-block-form .input-text {
    text-transform: uppercase;
    padding: 0px;
    float: left;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    padding-left: 0.58741344%;
    font-style: normal;
    background: rgb(255, 255, 255);
    height: 43px;
    border-radius: 5px;
    border: none;
    font-size: 1.3em;
    color: rgb(199, 199, 199);
}
.header-top-search-wrapper .block-search #search-icon {
    position: absolute;
    top: 70px;
    right: 20px;
    display: block;
    font-family: "FontAwesome" !important;
    color: rgb(0, 72, 130);
}
.header-top-search-wrapper .block-search #search-icon::before {
    content: "\f002";
    font-size: 1.8em;
}

.fa-shopping-cart::before, .fa-globe::before {
    font-size: 1.8em;
    color: rgb(0, 72, 130);
    font-family: "FontAwesome" !important;
}

.nav-container .form-search .form-actions {
    text-align: center;
    clear: none;
    border-radius: 5px;
    position: relative !important;
    height: 42px;
    float: right;
    margin-top: 10px;
    background: rgb(255, 141, 18);
    color: rgb(255, 255, 255);
    font-size: 1em;
    width: 63px;
    background-color: rgb(255, 141, 18);
    display: block;
}

.nav-container .form-search .form-item-search-block-form {
    width: 91%;

}

.nav-container .form-search .form-item-search-block-form .input-text {
    width:99%;
}

.nav-container .form-search .form-actions::before {
    content: "GO";
    text-align: center;
    padding: 15px 23px;
    float: left;
    font-family: basic;
    font-weight: normal;
    line-height: 1em;
    color: rgb(255, 255, 255);
}
.nav-container .form-search .form-actions .form-submit{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background: none;
    font-size: 0;
    border: 0;
    height: 42px;
    width: 64px;
    cursor: pointer;
}
.nav-container .form-search .input-text:hover {
    background-color: #fff;
}
.nav-container .form-search .input-text:focus {
    box-shadow: none;
    color: #333;
    moz-box-shadow: none;
    webkit-box-shadow: none;
}
.nav-container .form-search .button {
    float: left;
    height: 19px;
    margin: 2px 0 0 -21px;
    width: 19px;
}
.nav-container .form-search .button span {
    background: 0;
    display: none;
}
.nav-container .form-search .search-autocomplete {
    left: 0 !important;
    position: relative;
    top: 29px !important;
    z-index: 2000;
    z-index: 999;
}
.nav-container .form-search .search-autocomplete ul {
    background: #fff;
    border-radius: 2px;
    margin-top: -2px;
    moz-border-radius: 2px;
    text-align: left;
    webkit-border-radius: 2px;
}
.nav-container .form-search .search-autocomplete li {
    border-bottom: 1px solid #eee;
    color: #777;
    cursor: pointer;
    padding: 3px 5px;
}
.nav-container .form-search .search-autocomplete li:hover {
    color: #ce001a;
}
.nav-container .form-search .search-autocomplete li.last {
    border-bottom: 0;
}
.nav-container .form-search .search-autocomplete li.first {
    border-top: 0;
}
.nav-container .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
    padding-left: 5px;
}
.nav {
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.navbar-bg {
    background: url(../../../images/navbar-red.png) no-repeat;
}
.navbar {
    background-position: top left;
    background-repeat: repeat-x;
    float: none;
    width: 100%;
    height: auto;

}
.responsive-navbar {
    display: none;
}
.mp-menu {
    display: none;
}



@media all and (max-width: 568px) {
    .header-container2 .header h1.logo {
        /*margin-left: 180px;*/
    }
    .mp-menu ul {
        min-height: 80.5em;
    }
    .mp-level h2 {
        padding: 1em;
    }
    .mp-level li a {
        font-size: 18px;
        padding-left: 1.8em;
    }


}


/* Desktop (Responsive menu resizing issue) ------Joginder----- */
@media only screen and (min-width:1024px) and (max-width:1920px) {
    .mp-pusher.mp-pushed {
        -webkit-transform: translate3d(0, 0, 0) !important;
        -moz-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }


}


@media only screen and (max-width: 1478px)
{
    .nav-container .form-search .form-actions::before
    {  font-size: 14px;
       line-height: 1em;
       font-weight: normal;}
}


/* Smartphones (portrait and landscape) ------Joginder----- */
@media only screen and (min-width:319px) and (max-width:1023px) {

    #block-search-form .content
    {top: 123px;}

    .nav-container.navbar-navy {
        width: 0;
    }

    .nav-container .form-search .form-item-search-block-form {
        width: 92%;
    }



    .header-top-search-wrapper .block-search #search-icon {
        top: 71px;
    }
    .responsive-navbar {
        width: 100%;
        position: absolute !important;
        left: 0;
        background: rgb(204, 204, 204);
        padding: 5px 0;
        height: 100%;
    }
    .mp-pusher {
        display: block;
    }
    .menu-trigger {
        position: fixed;
        padding-left: 3px;
    }
    .menu-trigger:before {
        content: "\f0c9";
        font-size: 2.8em;
    }
    .mp-pusher {
        position: relative;
        left: 0;
        height: 100%;
        width:100%;
    }
    .mp-menu {
        position: absolute; /* we can't use fixed here: ( */
        top:0;
        left:0;
        z-index: 1;
        width: 90%;
        height: inherit;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        display: block;
        max-width: 430px;
    }
    .mp-level {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100%;*/
        min-height: 100%;
        background: #ccc;
        z-index: 1;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    /* overlays for pusher and for level that gets covered */
    .mp-pusher::after, .mp-level::after, .mp-level::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        content: '';
        opacity: 0;
    }
    .mp-pusher::after, .mp-level::after {
        background: rgba(0, 0, 0, 0.3);
        -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
        -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
        transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    }
    .mp-level::after {
        z-index: -1;
    }
    .mp-pusher.mp-pushed::after, .mp-level.mp-level-overlay::after {
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .mp-level.mp-level-overlay {
        cursor: pointer;
    }
    .mp-level.mp-level-overlay.mp-level::before {
        width: 100%;
        height: 100%;
        background: transparent;
        opacity: 1;
    }
    .mp-pusher, .mp-level {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        display: inline-block;
    }

    /* overlap */
    .mp-overlap .mp-level.mp-level-open {
        box-shadow: none;
        -webkit-transform: translate3d(-40px, 0, 0);
        -moz-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }

    /* First level */
    .mp-menu > .mp-level, .mp-menu > .mp-level.mp-level-open, .mp-menu.mp-overlap > .mp-level, .mp-menu.mp-overlap > .mp-level.mp-level-open {
        box-shadow: none;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    /* cover */
    .mp-cover .mp-level.mp-level-open {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    /* content style */
    .mp-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background: #ccc;
        z-index: 9999;
        /*position: relative;*/
    }
    .mp-menu h2 {
        margin: 0;
        padding: 1em 2.4em 1em 1em;
        color: rgb(31, 73, 104);
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
        font-weight: 300;
        font-size: 1.1em;
        background: rgba(166, 166, 166, 0.490196);
    }
    .mp-menu.mp-overlap h2::before {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 8px;
        font-size: 1.6em;
        line-height: 1.8;
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
        transition: opacity 0.3s, transform 0.1s 0.3s;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .mp-menu.mp-cover h2 {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 1.3em;
    }
    .mp-overlap .mp-level.mp-level-overlay > h2::before {
        opacity: 1;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    .mp-menu ul li > a {
        display: block;
        padding: 0.7em 1em 0.7em 1.4em;
        outline: none;
        box-shadow: none;
        text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
        font-size: 1.2em;
        -webkit-transition: background 0.3s, box-shadow 0.3s;
        -moz-transition: background 0.3s, box-shadow 0.3s;
        transition: background 0.3s, box-shadow 0.3s;
        border-bottom: 1px solid #eeeeee;
        text-transform: uppercase;
    }
    .mp-menu ul li::before {
        position: absolute;
        left: 5px;
        z-index: 0;
        color: rgb(0, 0, 0);
        line-height: 3em;
    }
    .mp-level > ul > li:first-child > a {
        box-shadow: none;
    }
    .mp-menu ul li a:hover, .mp-level > ul > li:first-child > a:hover {
        background: rgba(0, 0, 0, 0.6);
        box-shadow: none;
        color: #fff;
    }
    .mp-menu .mp-level.mp-level-overlay > ul > li > a, .mp-level.mp-level-overlay > ul > li:first-child > a {
        box-shadow: none;
        color: rgb(0, 72, 130);
    }
    .mp-level > ul > li:first-child > a:hover, .mp-level.mp-level-overlay > ul > li:first-child > a {
        box-shadow: none;
        color: #fff;
    }

    /* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
    .mp-back {
        background: #333;
        outline: none;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        display: block;
        font-size: 1em;
        padding: 1em;
        position: relative;
        box-shadow: none;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        transition: background 0.3s;
    }
    .mp-back:hover {
        background: #ccc;
    }
    .mp-back::after {
        font-family: 'linecons';
        position: absolute;
        content: "\e037";
        right: 10px;
        font-size: 2em;
        color: #fff;
        top: 9px;
    }
    .mp-menu .mp-level.mp-level-overlay > .mp-back, .mp-menu .mp-level.mp-level-overlay > .mp-back::after {
        background: transparent;
        box-shadow: none;
        color: transparent;
    }

    /* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
    /* We'll show the first level only */
    .no-csstransforms3d .mp-pusher, .no-js .mp-pusher {
        padding-left: 300px;
    }
    .no-csstransforms3d .mp-menu .mp-level, .no-js .mp-menu .mp-level {
        display: none;
    }
    .no-csstransforms3d .mp-menu > .mp-level, .no-js .mp-menu > .mp-level {
        display: block;
    }
    .mp-pushed #trigger::before {
        content: "\f112";
    }
    .mp-pusher #trigger {
        z-index: 100;
        display: block;
        height: 37px;
        top: 15px;
        left: 0;
        font-family: "FontAwesome" !important;
        color: rgb(100,101,105);
        width: 42px;
    }
    .responsive-navbar .menu .menu__item {
        padding: 6px 0;
        font-size: 1.2em;
        text-transform: uppercase;
    }
    .responsive-navbar .menu .menu__item .menu__link {
        color: #fff;
        font-weight: bold;
        padding: 5px 8px;
        display: block;
        text-shadow: none;
    }
    .responsive-navbar .menu .menu__item .menu__link:hover {
        background: #fff;
        color: #333;
    }
    .block-superfish {
        display: none;
    }
    .header {
        top: 0;
    }
    .header-container2 {
        height: 70px;
        top: 0;
    }
    .header h1.logo {
        background-repeat: no-repeat;
        width: 140px;
        height: 74px;
        background-size: 100%;
        margin-left: 51px;
    }
    .main-container {
        margin-top: 72px;
    }
}
#trigger {
    display: none;
}
.wrapper {
    max-width: 1920px;
    width:100%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.navbar-left {
    background-position: 0 -51px;
    float: left;
    height: 51px;
    width: 8px;
    display: none;
}
.navbar-right {
    background-position: 100% -51px;
    float: left;
    height: 51px;
    width: 8px;
    display: none;
}
#nav {
    float: left;
    font-size: 12px;
    height: 41px;
    margin: 0;
    position: relative;
    z-index: 2000;
}
#nav li {
    float: left;
    text-align: left;
}
#nav li a {
    border: 0;
    color: #333;
    display: block;
    float: left;
    line-height: 15px;
    text-decoration: none;
}
#nav li a span {
    display: block;
    white-space: nowrap;
}
#nav li ul a span {
    white-space: normal;
}
#nav>li {
    display: inline-block;
    height: 41px;
}
#nav>li>a {
    color: #eee;
    display: block;
    font-size: 13px;
    height: 41px;
    padding: 0 0 0 8px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
#nav>li.parent:hover>a, #nav>li.parent.active>a {
    background: url(../../../images/menu-tabs_id.png) 0 -41px no-repeat;
    padding-top: 0;
}
#nav>li.parent:hover>a, #nav>li.parent.product-list-active>a {
    background: url(../../../images/menu-tabs_id.png) 0 -41px no-repeat;
    color: #066cc3;
    padding-top: 0;
}
#nav>li:hover>a, #nav>li.active>a {
    background: url(../../../images/menu-tabs_id.png) 0 -123px no-repeat;
    padding-top: 0;
}
#nav>li:hover>a {
    position: relative;
    z-index: 2001;
}
#nav>li.parent.active>a {
    color: #555;
}
#nav>li>a span {
    padding: 7px 13px 0 5px;
}
#nav>li.parent:hover>a span, #nav>li.parent.active>a span {
    background: url(../../../images/menu-tabs_id.png) 100% 0 no-repeat;
    display: block;
    height: 28px;
    padding-top: 13px;
    text-shadow: none;
}
#nav>li.parent:hover>a span, #nav>li.parent.product-list-active>a span {
    background: url(../../../images/menu-tabs_id.png) 100% 0 no-repeat;
    display: block;
    height: 28px;
    padding-top: 13px;
    text-shadow: none;
}
#nav>li:hover>a span, #nav>li.active>a span {
    background: url(../../../images/menu-tabs_id.png) 100% -82px no-repeat;
    display: block;
    height: 28px;
}
#nav>li.parent:hover>a span {
    color: #066cc3;
}
#nav ul li.active>a {
    color: #ce001a;
}
#nav ul li a:hover {
    color: #066cc3;
}
#nav li ul.shown-sub, #nav li div.shown-sub {
    z-index: 2000;
}
#nav .nav-custom-link>a {
    cursor: default;
}
#nav li.nav-custom-link {
    position: static;
}
#nav .nav-custom-link ul.level0 {
    background-color: #fff;
    display: block;
    left: -10000px;
    padding: 25px 21px 5px;
    position: absolute;
    top: 41px;
    width: 1038px;
}
#nav .nav-custom-link ul.level0.shown-sub {
    display: block;
    left: -8px;
}
#nav .header-nav-dropdown-wrapper {
    display: block;
    margin: 0 !important;
    padding: 0 0 20px !important;
    position: static;
}
#nav .header-nav-dropdown-wrapper * {
    border: 0;
    margin: 0;
    padding: 0;
}
#nav .header-nav-dropdown-wrapper li {
    float: left;
    margin-right: 2.5%;
    width: 23.125%;
}
#nav .header-nav-dropdown-wrapper li.last {
    margin-right: 0;
}
#nav .header-nav-dropdown-wrapper p {
    color: #555;
    margin: 10px 0;
}
#nav .header-nav-dropdown-wrapper .heading {
    margin: 10px 0;
}
#nav .header-nav-dropdown-wrapper a {
    color: #066cc3;
    display: inline;
}
#nav .header-nav-dropdown-wrapper a:hover {
    color: #ce001a;
}
#nav #nav-home-link .show-home-img {
    background: url(../../../images/pix.png) 0 -335px no-repeat;
    height: 41px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 40px;
}
#nav #nav-home-link .show-home-img:hover {
    background-position: -46px -335px;
}
.dropdown {
    float: right;
    height: 23px;
    position: relative;
}
.dropdown p {
    display: block;
    float: left;
}
.dropdown .label {
    padding: 3px 4px;
    position: relative;
    z-index: 4001;
}
.dropdown .text {
    background: url(../../../images/arrow-dropdown-gray.png) 100% 9px no-repeat;
    padding: 3px 13px 3px 0;
}
.dropdown ul {
    display: block;
    left: 0;
    padding: 17px 20px;
    position: absolute;
    top: 22px;
    z-index: 4000;
}
.dropdown:hover ul {
    display: block;
}
.dropdown.hover:hover ul {
    display: none;
}
.top-dropdown p {
    height: 18px;
}
.top-dropdown:hover {
    color: #bbb;
}
.top-dropdown ul {
    background: url(../../../images/transp-bg.png) 0 0 repeat #222;
    border-radius: 0 2px 2px 2px;
    moz-border-radius: 0 2px 2px 2px;
    webkit-border-radius: 0 2px 2px 2px;
}
.top-dropdown li {
    color: #bbb;
    line-height: 16px;
    text-transform: capitalize;
    white-space: nowrap;
}
.top-dropdown a {
    color: #666;
}
.top-dropdown a:hover {
    color: #bbb;
}
.lang-switcher {
    background-position: 5px 7px;
    background-repeat: no-repeat;
    padding-left: 24px;
}
.lang-switcher ul {
    min-width: 80px;
}
.lang-switcher li {
    background-position: 0 3px;
    background-repeat: no-repeat;
    line-height: 18px;
    padding-left: 25px;
}
#mini-cart {
    position: relative;
}
#mini-cart .block-cart {
    float: none;
    font-size: 11px;
    margin: 0;
}
#mini-cart .block-title {
    background: 0;
    border: 0;
    height: 32px;
    padding: 5px 13px;
}
#mini-cart .block-title .heading {
    background: url(../../../images/pix.png) 0 -205px no-repeat;
    float: left;
    height: 32px;
    margin: 0 2px 0 3px;
    overflow: hidden;
    text-indent: -9999px;
    width: 35px;
}
#mini-cart .block-title .empty {
    margin-right: 5px;
}
#mini-cart .block-title .summary {
    float: left;
    font-size: 11px;
    line-height: 20px;
    margin-top: 6px;
}
#mini-cart .block-title .summary a {
    color: #aaa;
}
#mini-cart .block-title .amount {
    float: left;
}
#mini-cart .block-title .subtotal {
    float: left;
    margin-left: 5px;
}
#mini-cart .block-title .subtotal .incl-tax {
    display: none;
}
#mini-cart .block-title:hover .subtotal .incl-tax {
    background-color: #fff;
    border-radius: 2px;
    display: block;
    moz-border-radius: 2px;
    padding: 3px 7px;
    position: absolute;
    top: -16px;
    webkit-border-radius: 2px;
}
#mini-cart .block-title .to-checkout {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
    float: left;
    margin: 0 5px 0 4px;
    padding-left: 5px;
}
#mini-cart .block-title .to-checkout a {
    color: #8baed8;
}
#mini-cart .block-title .to-checkout .icon {
    background: url(../../../images/pix.png) 0 -177px no-repeat;
    display: inline-block;
    height: 9px;
    margin-left: 5px;
    width: 9px;
}
#mini-cart .block-content {
    background-color: #fff;
    border-radius: 2px;
    color: #555;
    display: none;
    moz-border-radius: 2px;
    padding: 25px;
    position: absolute;
    right: 0;
    top: 52px;
    webkit-border-radius: 2px;
    width: 234px;
    z-index: 3000;
}
#mini-cart .mini-cart-above-products-wrapper {
    margin: 0 0 5px;
}
#mini-cart .mini-cart-above-products-wrapper a {
    color: #ce001a;
}
#mini-cart .mini-cart-above-products-wrapper a:hover {
    color: #000;
}
#mini-cart .block-subtitle {
    font-weight: normal;
    margin: 0 0 5px;
    padding: 0;
}
#mini-cart .block-content .empty {
    padding: 2px 0;
    text-align: center;
}
#mini-cart .block-content .item {
    padding: 5px;
}
#mini-cart .block-content .item:hover {
    background-color: #f5f5f5;
}
#mini-cart .product-details {
    line-height: 13px;
}
#mini-cart .product-name {
    line-height: 13px;
    margin-bottom: 3px;
}
#mini-cart .actions {
    border: 0;
    margin: 5px 0 0;
    padding: 0;
    text-align: left;
}
#mini-cart:hover .block-content {
    display: block;
}
#mini-cart.hover:hover .block-content {
    display: none;
}
#mini-cart:hover .block-title {
    background-color: #fff;
    color: #333;
    position: relative;
    z-index: 3001;
}
#mini-cart:hover .block-title .heading {
    background-position: -35px -205px;
}
#mini-cart:hover .block-title .summary a {
    color: #333;
}
#mini-cart:hover .block-title .subtotal {
    border-left-color: #e5e5e5;
}
#mini-cart:hover .block-title .to-checkout {
    border-left: 1px solid #e5e5e5;
}
#mini-cart:hover .block-title .to-checkout a {
    color: #066cc3;
}
#mini-cart:hover .block-title .to-checkout a:hover {
    color: #ce001a;
}
#mini-cart:hover .block-title .to-checkout a .icon {
    background-position: -9px -177px;
}
#mini-cart:hover .block-title .to-checkout a:hover .icon {
    background-position: -18px -177px;
}
.block-cart .block-content {
    background-color: #eee;
}
.block .block-title {
    background: url(../../../images/pix.png) -93px 0 no-repeat #f5f5f5;
    border-radius: 2px;
    line-height: 15px;
    moz-border-radius: 2px;
    padding: 10px 5px 10px 26px;
    webkit-border-radius: 2px;
}
.block .block-title strong {
    color: #555;
    font-size: 13px;
    text-transform: uppercase;
}
.block .block-title a {
    text-decoration: none !important;
}
.block .block-subtitle {
    color: #555;
    font-size: 1em;
    font-weight: bold;
    line-height: 15px;
    margin: 0;
    padding: 0 0 5px;
}
.block .block-content {
    padding: 10px;
}
.block .block-content li.item {
    padding: 2px 0;
}
.block .btn-remove {
    float: right;
}
.block .btn-edit {
    float: right;
}
.block .actions {
    border-top: 1px dotted #e5e5e5;
    margin: 5px 0 0 0;
    padding: 5px 0 0;
    text-align: right;
}
.block .actions a {
    float: left;
}
.mini-products-list li {
    color: #444;
    padding: 0;
}
.mini-products-list .product-image {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    float: left;
    padding: 5px;
    width: 50px;
}
.mini-products-list .product-image:hover {
    border-color: #999;
}
.mini-products-list .product-details {
    margin-left: 69px;
}
.mini-products-list .product-details h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}
.block-account .block-title {
    background: url(../../../images/ic-account.png) 5px 2px no-repeat;
    border-bottom: 1px solid #eee;
    padding-left: 42px;
}
.block-account .block-content {
    padding: 10px 0 0 10px;
}
.block-account li.current {
    background: url(../../../images/arrow-menu.png) 2px -48px no-repeat;
    color: #000;
    padding: 4px 2px 4px 33px;
}
.block-account li.current strong {
    font-weight: normal;
}
.block-account li.last {
    border-bottom: 0;
}
.block-account li a {
    background: url(../../../images/arrow-menu.png) 2px 1px no-repeat;
    color: #555;
    display: block;
    padding: 3px 2px 3px 33px;
}
.block-account li a:hover {
    background-position: 2px -48px;
    color: #ce001a;
}
.block-layered-nav {
    margin-top: 2px;
}
.block-layered-nav .block-title {
    background: 0;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 10px;
}
.block-layered-nav .block-content {
    padding: 0;
}
.block-layered-nav .block-title strong {
    color: #ce001a;
    font-size: 13px;
    font-weight: normal;
}
.block-layered-nav .block-subtitle {
    display: none;
}
.block-layered-nav dt {
    color: #555;
    font-weight: bold;
    padding: 10px 10px 2px;
}
.block-layered-nav dd {
    border-bottom: #f5f5f5 solid 1px;
    padding: 0 10px 10px 14px;
}
.block-layered-nav dd.last {
    border-bottom: 0;
}
.block-layered-nav dd li {
    color: #888;
}
.block-layered-nav .bullet {
    background: url(../../../images/ic-layered.png) 0 -44px no-repeat;
    float: left;
    height: 11px;
    margin: 3px 3px 0 0;
    width: 11px;
}
.block-layered-nav dd a .bullet {
    background-position: 0 0;
}
.block-layered-nav dd a:hover .bullet {
    background-position: 0 -22px;
}
.block-layered-nav .currently {
    background-color: #f5f5f5;
}
.block-layered-nav .currently .block-subtitle {
    display: block;
    font-weight: bold;
    padding: 15px 10px 0;
}
.block-layered-nav .currently ol {
    padding: 10px 10px 15px 15px;
}
.block-layered-nav .currently .bullet {
    background-position: 0 -22px;
}
.block-layered-nav .currently .label {
    color: #ce001a;
    padding: 0 2px 0 0;
}
.block-layered-nav .currently .btn-remove {
    float: right;
    margin-left: 5px;
}
.block-layered-nav .currently li:hover {
    color: #777;
}
.block-layered-nav .currently li:hover .btn-remove {
    background-position: -51px -150px;
}
.block-layered-nav .currently li:hover .btn-remove:hover, .block-layered-nav .currently li:hover .btn-remove:focus {
    background-position: -17px -150px;
}
.block-layered-nav .currently li:hover .btn-remove:active {
    background-position: -34px -150px;
}
.block-layered-nav .currently .block-subtitle .btn-remove {
    background-position: -51px -150px;
    margin-top: -42px;
}
.block-layered-nav .currently .block-subtitle .btn-remove:hover, .block-layered-nav .currently .block-subtitle .btn-remove:focus {
    background-position: -17px -150px;
}
.block-layered-nav .currently .block-subtitle .btn-remove:active {
    background-position: -34px -150px;
}
.filter-cat {
    background-color: #f9f9f9;
}
.block-wishlist li.item .btn-remove {
    margin: -3px -3px 0 0;
    visibility: hidden;
}
.block-wishlist li.item:hover .btn-remove {
    visibility: visible;
}
.block-wishlist .actions {
    text-align: right;
}
.block-wishlist .actions a {
    float: none;
}
.block-related-wrapper {
    float: right;
    height: 225px;
    margin: 10px 0;
    overflow: hidden;
    width: 308px;
}
.no-alternate-product {
    float: right;
    height: 225px;
    margin: 10px 0;
    overflow: hidden;
    width: 308px;
}
.block-related {
    padding-right: 4px;
}
.block-related .block-title {
    background: url(../../../images/block-related-title.png) center 0 no-repeat;
    border: 0;
    padding: 0 0 0 10px;
}
.block-related .block-title strong {
    color: #eee;
    font-weight: normal;
    line-height: 40px;
    text-transform: none;
}
.block-related .block-content li.item {
    padding: 9px;
    position: relative;
}
.block-related input.checkbox {
    float: left;
}
.block-related .product {
    margin-left: 20px;
}
.block-related-tabbed .tabs {
    display: none;
}
.block-related-tabbed .pane {
    padding: 0;
}
.block-related-tabbed .forward {
    float: right;
    margin: -32px 6px 10px 0;
}
.block-related-tabbed .backward {
    float: right;
    margin: -32px 3px 10px 0;
}
.block-related-tabbed .block-content {
    padding: 0;
}
.block-related-tabbed .block-subtitle {
    background-color: #f8f8f8;
    clear: both;
    font-weight: normal;
    padding: 10px;
}
.block-related-tabbed .block-content li.item {
    border-top: 1px solid #e5e5e5;
    padding: 12px 0;
}
.block-related-tabbed input.checkbox {
    clear: left;
    margin-top: 5px;
}
.block-related-tabbed .product {
    margin-left: 0;
}
.block-related-tabbed .mini-products-list .product-image {
    width: 56px;
}
.block-related-tabbed .mini-products-list .product-details {
    margin-left: 78px;
}
.block-related-tabbed .mini-products-list .link-wishlist {
    float: none;
    margin-top: 3px;
}
.compare-table {
    border: 0;
}
.compare-table .btn-remove {
    float: right;
}
.compare-table tbody tr:hover {
    background-color: #e5e5e5;
}
.compare-table .product-shop-row {
    border-bottom: 1px solid #ccc;
}
.compare-table .product-shop-row th, .compare-table .product-shop-row td {
    border-color: #eee !important;
}
.compare-table tr.add-to-row {
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.compare-table tr.add-to-row:hover {
    background-color: #fff;
}
.compare-table tr.add-to-row td {
    text-align: left;
}
.compare-table tr.first td {
    text-align: left;
}
.compare-table tr.first td .product-name {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
}
.compare-table tr.first td .ratings {
    margin: 10px 0;
    width: 145px;
}
.compare-table .price-box {
    line-height: 15px;
    margin: 10px 0;
}
.compare-table .product-name a {
    color: #333;
}
.compare-table .product-image img {
    display: block;
    margin: 0 auto;
}
.compare-table .add-to-links {
    margin-top: 5px;
}
.compare-table .add-to-links li {
    float: none;
}
.compare-table a.link-wishlist {
    background: 0;
    display: inline;
    overflow: visible;
    text-indent: 0;
}
.block-viewed .block-content li.item {
    background: url(../../../images/menu-bullet.gif) no-repeat 0 8px;
    padding-left: 10px;
}
.block-poll .block-subtitle {
    font-weight: normal;
}
.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}
.block-poll .label {
    display: block;
    margin-left: 18px;
}
.block-poll li {
    padding: 3px 9px;
}
.block-poll .answer {
    font-weight: bold;
}
.block-poll .votes {
    float: right;
    margin-left: 10px;
}
.block-tags .block-content .tags-list {
    background: 0;
    border: 0;
    font-size: 12px;
}
.block-tags .tags-list a {
    color: #555;
}
.block-tags .tags-list a:hover {
    color: #ce001a;
}
.block-tags .actions {
    text-align: right;
}
.block-tags .actions a {
    float: none;
}
.block-subscribe .input-box {
    margin-top: 5px;
}
.block-subscribe input {
    width: 155px;
}
.block-subscribe .actions button.button {
    float: none;
}
.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}
.block-reorder .product-name {
    margin-left: 20px;
}
.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}
.block-banner .block-content {
    text-align: center;
}
.block-login label {
    color: #666;
    font-weight: bold;
}
.block-login input.input-text {
    display: block;
    margin: 3px 0;
    width: 167px;
}
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}
.sidebar .paypal-logo a {
    float: none;
}
.category-title {
    border: 0;
    margin: 0;
}
.category-image {
    margin: 0 0 10px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.category-description {
    margin: 0 0 15px;
}
.category-products {
    margin: 0;
}
.category-above-collection-wrapper, .category-above-empty-collection-wrapper, .category-below-collection-wrapper {
    margin: 10px 0;
}
.products-list .price-box, .products-grid .price-box {
    font-size: 12px;
    line-height: 15px;
}
.products-list .product-name a, .products-grid .product-name a {
    color: #555;
}
.products-list .ratings, .products-grid .ratings, .products-list .ratings a, .products-grid .ratings a, .products-list .desc .link-learn {
    color: #bbb;
}
.products-list .product-name a:hover, .products-grid .product-name a:hover, .products-list .ratings a:hover, .products-grid .ratings a:hover, .products-list .desc .link-learn:hover {
    color: #ce001a;
}
.products-list {
    border-radius: 2px;
    moz-border-radius: 2px;
    webkit-border-radius: 2px;
}
.products-list li.item {
    margin-bottom: 8px;
    padding: 0 7px 7px 0;
}
.products-list li.item.last {
    margin-bottom: 0;
}
.products-list .item-inner {
    background-color: #fff;
    position: relative;
}
.products-list .product-image {
    float: left;
    width: 190px;
}
.products-list .product-shop {
    float: left;
    min-height: 190px;
    padding-right: 15px;
    width: 420px;
}
.products-list .right-column {
    float: right;
    width: 130px;
}
.products-list .product-name {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 15px;
}
.products-list .desc {
    clear: both;
    line-height: 15px;
    margin: 15px 0;
}
.products-list .price-box {
    margin: 0 0 10px;
}
.products-list .button {
    width: 100%;
}
.products-list .button span {
    float: none;
}
.products-list .availability {
    float: left;
    margin: 3px 0 0;
}
.products-list .add-to-links {
    bottom: 14px;
    position: absolute;
    right: 14px;
}
.products-list .add-to-links li {
    display: inline;
}
.products-list .add-to-links .separator {
    display: none;
}
.products-grid {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    position: relative;
    width: 718px;
}
.products-grid.last {
    border-bottom: 1px solid #e5e5e5;
}
.products-grid .item {
    border-right: 1px solid #e5e5e5;
    float: left;
    margin: 0;
    padding: 10px;
    position: relative;
    width: 218px;
}
.products-grid .item.last {
    border-right: 0;
}
.products-grid .product-name {
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: 15px 0 0;
}
.product-code {
    color: #555;
    font-weight: bold;
}
.grid-standtabs.products-grid .product-name {
    height: 45px;
    margin: 0;
}
.products-grid .product-image {
    display: block;
    margin: 0 auto;
}
.products-grid .price-box {
    margin: 10px 0;
}
.products-grid .price-box .price-label {
    color: #777;
}
.products-grid .ratings {
    margin: 7px 0;
}
.products-grid .btn-cart {
    float: left;
    margin-right: 10px;
}
.products-grid .add-to-links {
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 0;
}
.products-grid .availability {
    float: left;
    line-height: 27px;
}
.grid3col .item {
    min-height: 310px;
    padding: 15px;
    width: 208px;
}
.grid3col .product-image {
    height: 190px;
    margin-top: 14px;
    width: 190px;
}
.grid3col.grid-actions-absolute .item {
    padding-bottom: 42px;
}
.grid3col.grid-actions-absolute .actions {
    bottom: 15px;
    position: absolute;
    width: 208px;
}
.grid4col .item {
    min-height: 258px;
    padding: 10px;
    width: 158px;
}
.grid4col .product-image {
    height: 150px;
    width: 150px;
}
.grid4col.grid-actions-absolute .item {
    padding-bottom: 37px;
}
.grid4col.grid-actions-absolute .actions {
    bottom: 10px;
    position: absolute;
    width: 158px;
}
.grid5col .item {
    min-height: 260px;
    padding: 10px;
    width: 123px;
}
.grid5col .product-image {
    height: 123px;
    width: 123px;
}
.grid-standalone {
    border-bottom: 1px solid #e5e5e5;
}
.grid-wide.products-grid {
    width: 1078px;
}
.grid-wide.grid4col .item {
    padding: 15px;
    width: 208px;
}
.grid-wide.grid4col .product-image {
    height: 180px;
    width: 180px;
}
.grid-wide.grid4col.grid-actions-absolute .item {
    padding-bottom: 40px;
}
.grid-wide.grid4col.grid-actions-absolute .actions {
    bottom: 12px;
    position: absolute;
    width: 209px;
}
.spec-grid {
    background-color: #eee;
    border: 0;
    padding: 8px 8px 0 15px;
    width: 697px;
}
.spec-grid.first {
    border-radius: 2px 2px 0 0;
    moz-border-radius: 2px 2px 0 0;
    padding-top: 15px;
    webkit-border-radius: 2px 2px 0 0;
}
.spec-grid.last {
    border-bottom: 8px solid #eee;
    border-radius: 0 0 2px 2px;
    moz-border-radius: 0 0 2px 2px;
    webkit-border-radius: 0 0 2px 2px;
}
.spec-grid .item {
    background: url(../../../images/grid-item-shadow.png) right bottom no-repeat;
    border: 0;
    margin: 0 8px 0 0;
    padding: 15px 22px 22px 15px;
    width: 190px;
}
.spec-grid .item.last {
    margin-right: 0;
}
.spec-grid .item .sticker-top-right {
    right: 5px;
}
.spec-grid .item .sticker-bottom-right {
    right: 5px;
}
.spec-grid3col .item {
    min-height: 333px;
}
.spec-grid3col .product-image {
    width: 190px;
}
.spec-grid3col.grid-actions-absolute .item {
    min-height: 307px;
    padding-bottom: 59px;
}
.spec-grid3col.grid-actions-absolute .actions {
    bottom: 22px;
    position: absolute;
    width: 192px;
}
.spec-grid4col .item {
    min-height: 302px;
    padding: 10px 17px 17px 10px;
    width: 141px;
}
.spec-grid4col .product-image {
    width: 141px;
}
.spec-grid4col .add-to-links {
    visibility: hidden;
}
.spec-grid4col .item:hover .add-to-links {
    visibility: visible;
}
.spec-grid4col .add-to-links li {
    float: none;
}
.spec-grid4col .add-to-links a.link-compare {
    margin-left: 0;
    margin-top: 3px;
}
.spec-grid4col.grid-actions-absolute .item {
    min-height: 243px;
    padding-bottom: 78px;
}
.spec-grid4col.grid-actions-absolute .actions {
    bottom: 17px;
    position: absolute;
}
.spec-grid.grid-standalone {
    border-bottom: 8px solid #eee;
    border-radius: 2px;
    moz-border-radius: 2px;
    padding-top: 15px;
    webkit-border-radius: 2px;
}
.spec-grid.grid-standtabs {
    border-radius: 2px;
    moz-border-radius: 2px;
    padding: 0;
    webkit-border-radius: 2px;
}
.product-overview-tabs.grid-wide.spec-grid {
    width: 1057px;
}
.grid-wide.spec-grid {
    width: 1033px;
}
.grid-wide.spec-grid4col .item {
    min-height: 319px;
    padding: 15px 21px 22px 15px;
    width: 212px;
}
.grid-wide.spec-grid4col .product-image {
    width: 190px;
}
.grid-wide.spec-grid4col.grid-standtabs .product-image {
    width: 141px;
}
.grid-wide.spec-grid4col .add-to-links {
    visibility: visible;
}
.grid-wide.spec-grid4col .add-to-links li {
    float: left;
}
.grid-wide.spec-grid4col .add-to-links a.link-compare {
    margin-left: 3px;
    margin-top: 0;
}
.grid-wide.spec-grid4col.grid-actions-absolute.grid-standtabs .item {
    margin-bottom: 10px;
    min-height: 263px;
    padding: 15px 22px 22px;
    text-align: center;
    width: 214px;
}
.grid-wide.spec-grid4col.grid-actions-absolute .item {
    min-height: 310px;
    padding-bottom: 59px;
}
.grid-wide.spec-grid4col.grid-actions-absolute .actions {
    bottom: 22px;
    position: absolute;
}
.grid-wide.spec-grid5col .item {
    min-height: 319px;
    padding: 10px 17px 17px 10px;
    width: 154px;
}
.grid-wide.spec-grid5col .product-image {
    height: 154px;
    width: 154px;
}
.grid-wide.spec-grid5col .add-to-links {
    visibility: hidden;
}
.grid-wide.spec-grid5col .item:hover .add-to-links {
    visibility: visible;
}
.grid-wide.spec-grid5col .add-to-links li {
    float: none;
}
.grid-wide.spec-grid5col .add-to-links a.link-compare {
    margin-left: 0;
    margin-top: 3px;
}
.grid-wide.spec-grid5col.grid-actions-absolute .item {
    min-height: 260px;
    padding-bottom: 54px;
}
.grid-wide.spec-grid5col.grid-actions-absolute .actions {
    bottom: 17px;
    position: absolute;
    width: 154px;
}
.tabs {
    list-style: none outside none;
}
.tabs a {
    float: left;
    margin-right: 3px;
}
.tabs a.current {
    color: #ce001a;
}
.tabs-panes {
    clear: both;
}
.tabs-wrapper .browse-button {
    background-color: #ddd;
    cursor: pointer;
    display: block;
    height: 25px;
    overflow: hidden;
    text-indent: -999px;
    width: 25px;
}
.tabs-wrapper .disabled {
    cursor: auto;
}
.tabs-wrapper .backward {
    background: url(../../../images/tabs-arrows.png) 0 0 no-repeat;
}
.tabs-wrapper .backward:hover {
    background-position: 0 -25px;
}
.tabs-wrapper .backward:active {
    background-position: 0 -50px;
}
.tabs-wrapper .backward.disabled {
    background-position: 0 -75px;
}
.tabs-wrapper .forward {
    background: url(../../../images/tabs-arrows.png) -25px 0 no-repeat;
}
.tabs-wrapper .forward:hover {
    background-position: -25px -25px;
}
.tabs-wrapper .forward:active {
    background-position: -25px -50px;
}
.tabs-wrapper .forward.disabled {
    background-position: -25px -75px;
}
.tabs-wrapper .category-block {
    float: left;
    margin: 0 15px 15px;
    min-height: 228px;
    width: 235px;
}
.tabs-wrapper .category-block {
    background: url("../../../images/grid-item-shadow.png") no-repeat scroll right bottom transparent;
    border: medium none;
}
.tabs-wrapper .category-block .block-image {
    margin-top: 10px;
    width: 228px;
}
.tabs-wrapper .category-block .block-image a {
    display: block;
    margin: 0 auto;
    width: 210px;
}
.tabs-wrapper .category-block .block-image img {
    display: block;
    margin: 0 auto;
}
.tabs-wrapper .category-name {
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}
.tabs-wrapper .category-name a {
    color: #555;
}
.category-top-line a {
    color: #555;
    cursor: pointer;
    text-decoration: underline;
}
.category-top-line {
    font-size: 14px;
    margin-bottom: 15px;
}
.category-top-line .top-left {
    float: left;
}
.category-top-line .top-right {
    float: right;
}
.itemslider-wrapper {
    margin: 0 auto;
    position: relative;
    width: 1040px;
}
.itemslider {
    position: relative;
    width: 1040px;
}
.itemslider .slide {
    display: block;
    left: 0;
    top: 0;
    width: 1040px;
}
.itemslider-wrapper .browse-button {
    overflow: hidden;
    text-decoration: none;
    text-indent: -999px;
    visibility: hidden;
}
.itemslider-wrapper:hover .browse-button {
    visibility: visible;
}
.itemslider-wrapper .backward {
    background: url(../../../images/slideshow-arrows.png) 0 0 no-repeat;
    height: 50px;
    left: 20px;
    position: absolute;
    top: 45%;
    width: 50px;
}
.itemslider-wrapper .backward:hover {
    background-position: 0 -50px;
}
.itemslider-wrapper .forward {
    background: url(../../../images/slideshow-arrows.png) -50px 0 no-repeat;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 45%;
    width: 50px;
}
.itemslider-wrapper .forward:hover {
    background-position: -50px -50px;
}
.itemslider-wrapper .browse-button, .itemslider-wrapper .tab-pager {
    z-index: 50;
}
.large-tabs-bg {
    background-image: url(../../../images/large-tabs-bg.png);
}
.large-tabs {
    background-color: #555;
    background-position: 0 0;
    background-repeat: repeat-x;
    float: left;
    height: 31px;
    padding: 9px 0 0;
}
.large-tabs-left {
    background-position: 0 -40px;
    background-repeat: no-repeat;
    float: left;
    height: 40px;
    width: 8px;
}
.large-tabs-right {
    background-position: 100% -40px;
    background-repeat: no-repeat;
    float: left;
    height: 40px;
    width: 8px;
}
.large-tabs li {
    height: 31px;
    margin: 0 1px 0 0;
}
.large-tabs a {
    background: url(../../../images/large-tabs.png) 0 -31px no-repeat;
    color: #555;
    display: block;
    float: left;
    font-size: 12px;
    height: 31px;
    margin: 0 1px 0 0;
    outline: 0;
    padding: 0 0 0 9px;
    text-decoration: none;
}
.large-tabs a span {
    background: url(../../../images/large-tabs.png) 100% 0 no-repeat;
    display: block;
    height: 24px;
    padding: 7px 14px 0 5px;
}
.large-tabs a:hover, .large-tabs a:focus {
    background-position: 0 -93px;
    color: #333;
}
.large-tabs a:hover span, .large-tabs a:focus span {
    background-position: 100% -62px;
}
.large-tabs a.current {
    background-position: 0 -155px;
    color: #333;
}
.large-tabs a.current span {
    background-position: 100% -124px;
}
.ratings, .no-rating {
    font-size: 11px;
    line-height: 13px;
    margin: 15px 0 15px;
}
.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}
.ratings .rating-links .separator {
    background: url(../../../images/bg-separator1.gif) no-repeat;
    display: inline-block;
    text-indent: -9999px;
    width: 1px;
}
.rating-box {
    background: url(../../../images/bkg_rating.gif) 0 0 repeat-x;
    font-size: 0;
    height: 13px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 69px;
}
.rating-box .rating {
    background: url(../../../images/bkg_rating.gif) 0 100% repeat-x;
    float: left;
    height: 13px;
}
.ratings .rating-box {
    float: left;
    margin-right: 8px;
}
.ratings-table th, .ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}
.ratings-table th {
    padding-right: 8px;
}
.availability {
    margin: 0;
}
.products-grid .availability.out-of-stock span, .products-list .availability.out-of-stock span {
    color: #777;
}
.availability-only {
    background: url(../../../images/icons.png) 0 -160px no-repeat;
    float: left;
    line-height: 15px;
    margin: 0;
    padding: 2px 10px 2px 24px;
}
.availability-only a {
    background: url(../../../images/bullet.png) 100% 4px no-repeat;
    border-bottom: 1px dotted #bbb;
    cursor: pointer;
    padding-right: 11px;
    text-decoration: none;
}
.availability-only strong {
    font-weight: normal;
}
.availability-only-details {
    margin: 30px auto 0;
    width: 100%;
}
.availability-only-details thead tr {
    border-bottom: 1px solid #d5d5d5;
}
.availability-only-details th {
    font-size: 11px;
    font-weight: bold;
    padding: 4px 12px;
}
.availability-only-details td {
    border-right: 1px solid #e5e5e5;
    font-size: 11px;
    padding: 2px 12px;
}
.availability-only-details td.last {
    border-right: 0;
}
.availability-only-details tr.even {
    background-color: #fbfbfb;
}
.product-pricing {
    line-height: 15px;
}
.extrahint-wrapper .product-pricing {
    background: url(../../../images/bullet.png) 0 4px no-repeat;
    padding-left: 11px;
}
.product-options-bottom .product-pricing {
    clear: left;
    color: #777;
}
.alert-price, .alert-stock {
    line-height: 15px;
    padding: 2px 0 2px 21px;
}
.alert-price {
    background: url(../../../images/icons.png) 0 -80px no-repeat;
}
.alert-stock {
    background: url(../../../images/icons.png) 0 -120px no-repeat;
}
.price {
    white-space: nowrap !important;
}
.price-box {
    margin: 0;
}
.price-box .price {
    color: #777;
}
.price-box .price-label {
    color: #777;
}
.old-price .price-label, .special-price .price-label {
    white-space: nowrap;
}
.old-price .price-label {
    text-decoration: line-through;
}
.block .regular-price, .block .regular-price .price {
    color: #777;
}
.old-price {
    margin: 3px 0;
}
.product-attributes .old-price {
    font-size: 20px;
    margin: 10px 0;
}
.special-price {
    margin: 3px 0;
    padding: 0;
}
.special-price .price {
    color: #ee001c;
}
.special-price .price-excluding-tax .price {
    color: #777;
}
.product-attributes .special-price {
    font-size: 22px;
    margin: 10px 0;
    padding: 0;
}
.save-price {
    margin: 3px 0;
    padding: 0;
}
.product-attributes .save-price {
    font-size: 20px;
    margin: 10px 0;
    padding: 0;
}
.minimal-price {
    margin: 0 0 5px;
}
.minimal-price .price-label {
    white-space: nowrap;
}
.minimal-price-link {
    display: block;
}
.minimal-price-link .label, .minimal-price-link .price {
    color: #4b6aac;
}
.price-excluding-tax {
    color: #777;
    display: block;
}
.price-excluding-tax .label {
    color: #777;
    white-space: nowrap;
}
.price-excluding-tax .price {
    font-weight: normal;
}
.price-including-tax {
    color: #777;
    display: block;
}
.price-including-tax .label {
    color: #777;
    white-space: nowrap;
}
.price-including-tax .price {
    color: #777;
}
.configured-price {
    margin: 0;
}
.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}
.configured-price .price {
    font-weight: bold;
}
.weee {
    display: block;
    font-size: 11px;
}
.weee .price {
    font-size: 11px;
    font-weight: normal;
}
.price-excl-tax {
    display: block;
}
.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}
.price-excl-tax .price {
    display: block;
}
.price-incl-tax {
    display: block;
}
.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}
.price-incl-tax .price {
    display: block;
    font-weight: bold;
}
.price-from {
    margin: 0;
}
.price-from .price-label {
    white-space: nowrap;
}
.price-to {
    margin: 0;
}
.price-to .price-label {
    white-space: nowrap;
}
.price-notice {
    color: #aaa;
    margin-left: 5px;
}
.price-notice .price {
    padding-left: 3px;
}
.price-as-configured .price-label {
    color: inherit;
    font-weight: bold;
    white-space: nowrap;
}
.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}
.tier-prices {
    background-color: #f5f5f5;
    border-radius: 3px;
    color: #555;
    margin: 10px 0;
    moz-border-radius: 3px;
    padding: 10px 15px;
    webkit-border-radius: 3px;
}
.tier-prices li {
    background: url(../../../images/bullet.png) 0 4px no-repeat;
    color: #777;
    line-height: 15px;
    margin: 3px 0;
    padding: 0 0 0 11px;
}
.tier-prices .benefit {
    color: #000;
    font-weight: normal;
}
.tier-prices .price {
    color: #ce001a;
}
.tier-prices-grouped li {
    padding: 2px 0;
}
.tier-prices-grouped li .price {
    font-weight: bold;
}
.add-to-links .separator {
    display: none;
}
.add-to-links li {
    float: left;
}
.add-to-links a.link-compare {
    margin-left: 3px;
}
a.link-compare, a.link-wishlist, a.email2friend {
    background: url(../../../images/pix.png) no-repeat;
    display: block;
    height: 27px;
    overflow: hidden;
    text-indent: -9999em;
    width: 27px;
}
a.link-compare {
    background-position: 0 0;
}
a.link-compare:hover {
    background-position: 0 -27px;
}
a.link-wishlist {
    background-position: -27px 0;
}
a.link-wishlist:hover {
    background-position: -27px -27px;
}
a.email2friend {
    background-position: -54px 0;
}
a.email2friend:hover {
    background-position: -54px -27px;
}
.product-shop a.link-wishlist, .product-shop a.link-compare {
    background: url(../../../images/icons.png) no-repeat;
    display: block;
    height: auto;
    line-height: 15px;
    margin-right: 10px;
    overflow: visible;
    padding: 2px 0 2px 21px;
    text-indent: 0;
    width: auto;
}
.product-shop a.link-wishlist {
    background-position: 0 0;
}
.product-shop a.link-compare {
    background-position: 0 -40px;
}
.product-attributes a.link-wishlist, .product-attributes a.link-compare {
    background: url(../../../images/icons.png) no-repeat;
    display: block;
    height: auto;
    line-height: 15px;
    margin-right: 10px;
    overflow: visible;
    padding: 2px 0 2px 21px;
    text-indent: 0;
    width: auto;
}
.product-attributes a.link-wishlist {
    background-position: 0 0;
}
.product-attributes a.link-compare {
    background-position: 0 -40px;
}
.add-to-cart label {
    color: #666;
    float: left;
    font-weight: bold;
    margin: 8px 5px 0 0;
}
.add-to-cart .qty {
    float: left;
    margin: 5px 5px 0 0;
}
.add-to-cart button.button {
    float: left;
}
.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    padding: 10px 0 0;
    text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}
.product-view .add-to-cart .paypal-logo {
    margin: 0;
}
.add-to-box .add-to-cart {
    float: right;
}
.add-to-box .or  {
    color: #666;
    float: left;
    font-weight: bold;
    margin: 0 7px;
}
.product-view {
    margin-top: 10px;
}
.product-collateral {
    float: left;
    margin: 20px 0 0;
}
.product-collateral h2 {
    margin: 0 0 10px;
}
.product-collateral .box-collateral {
    margin: 0;
}
.product-collateral .product-tabs-wrapper {
    margin-top: 0;
}
.product-collateral .pane>h2:first-child {
    display: none;
}
.tabs-wrapper .box-collateral>h2:first-child {
    display: none;
}
.product-view .product-img-box {
    float: left;
    margin-top: -2px;
    position: relative;
    width: 277px;
}
.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}
.product-view .product-img-box .product-image {
    border: #e5e5e5 1px solid;
    padding: 5px;
    position: relative;
}
.product-view .product-img-box .product-image img {
    display: block;
    margin: 0 auto;
}
.product-view .product-img-box .product-image.product-image-zoom {
    z-index: 9;
}
.product-view .product-img-box .zoom {
    display: none;
}
.product-view .product-img-box .zoom-notice {
    display: none;
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
}
.product-view .product-img-box .more-views h2 {
    border-bottom: 1px solid #ccc;
    display: none;
    margin: 0 0 8px;
}
.product-view .product-img-box .more-views li {
    float: left;
    margin: 10px -1px 0 0;
}
.product-view .product-img-box .more-views li.last {
    margin-right: 0;
}
.product-view .product-img-box .more-views li a {
    border: #e5e5e5 solid 1px;
    display: block;
    overflow: hidden;
    padding: 6px;
    text-decoration: none;
}
.product-view .product-img-box .more-views li a:hover {
    border-color: #999;
    position: relative;
    z-index: 1000;
}
.product-image-popup {
    margin: 0 auto;
}
.product-image-popup .nav {
    font-weight: bold;
    text-align: center;
}
.product-image-popup .image {
    display: block;
    margin: 10px 0;
}
.product-image-popup .image-label {
    color: #2f2f2f;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}
.sticker {
    border: 0;
    position: absolute;
    z-index: 99;
}
.sticker-top-right {
    right: -2px;
    top: -2px;
}
.sticker-bottom-right {
    bottom: -2px;
    right: -2px;
}
.sticker-bottom-left {
    bottom: -2px;
    left: -2px;
}
.sticker-top-left {
    left: -2px;
    top: -2px;
}
.product-top-wrapper {
    background: url(../../../images/prod-bg-right.jpg) 100% 0 repeat-y;
}
.product-top {
    background: url(../../../images/prod-bg-bottom.jpg) 100% 100% no-repeat;
}
.product-top-inner {
    background: url(../../../images/prod-bg-top.jpg) 100% 0 no-repeat;
    min-height: 279px;
    padding: 6px 5px 5px 0;
}
.product-view .product-shop {
    float: right;
    padding: 10px 20px 20px;
    width: 397px;
}
.product-view .product-shop.no-right-border {
    border-right: 0;
}
.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}
.product-view .product-shop .product-name {
    margin: 0 0 5px;
}
.product-view .product-shop .product-name h1 {
    color: #555;
    font-size: 20px;
    margin: 0;
}
.product-view .product-shop .ratings-table {
    margin: 15px 0 5px;
}
.product-view .short-description {
    line-height: 15px;
    margin: 15px 0;
}
.product-view .backorder-text {
    color: #ee001c;
    line-height: 15px;
    margin: 0;
}
.product-view .price-box, .map-popup-price, .map-popup-msrp {
    font-family: Verdana, Geneva, sans-serif;
}
.product-view .product-shop .price-box {
    margin: 5px 0 10px;
}
.product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
}
.product-view .product-shop .price-box .price-excluding-tax .price {
    font-size: inherit;
}
.product-view .product-shop .price-box .regular-price .price, .product-view .product-options-bottom .price-box .regular-price .price, .product-view .product-shop .price-box .price-including-tax .price, .product-view .price-as-configured .price, .map-popup-price .regular-price .price {
    color: #ce001a;
    font-size: 18px;
}
.product-view .product-shop .price-box .old-price .price-label {
    white-space: nowrap;
}
.product-view .product-shop .price-box .old-price .price-label {
    display: none;
}
.product-view .product-shop .price-box .old-price {
    margin: -7px 0 0;
}
.product-view .product-shop .price-box .old-price .price, .map-popup-msrp .price {
    color: #aaa;
}
.price-box.map-info .old-price .price, .map-popup-msrp .price {
    display: block;
    text-decoration: line-through;
}
.product-view .product-shop .price-box.map-info .old-price .price {
    font-size: 18px;
}
.product-view .product-shop .price-box.map-info .old-price {
    display: block;
}
.product-view .product-shop .price-box .special-price {
    margin: -4px 0 0;
    white-space: nowrap;
}
.product-view .product-shop .price-box .special-price .price {
    font-size: 18px;
}
.product-view .product-shop .price-box .special-price .price-label {
    white-space: nowrap;
}
.product-view .product-shop .price-box .special-price .price-including-tax, .product-view .product-shop .price-box .special-price .price-excluding-tax {
    padding: 0 0 0 15px;
}
.product-view .add-to-box, .product-view .product-type-data {
    margin: 0;
    padding: 15px;
}
.product-view .add-to-box .price-box {
    float: left;
    margin: 7px 0 0;
    width: 250px;
}
.product-view .product-type-data .price-box {
    margin: 0;
}
.product-view .out-of-stock {
    float: right;
    margin: 0 0 5px 10px;
}
.product-view .product-shop a, .product-attributes a {
    color: #888;
}
.product-view .product-shop a:hover, .product-attributes a:hover {
    color: #ce001a;
}
.product-attributes .add-to-box {
    padding: 2px 30px 5px;
}
.product-attributes .add-to-box .add-to-cart {
    float: left;
    margin: 5px 0;
}
.product-attributes .action-box {
    float: left;
}
.action-box {
    margin: 10px 0 5px;
}
.action-box .add-to-links li {
    float: left;
}
.extrahint-wrapper {
    margin: 0 0 15px;
}
#messages_product_view {
    margin-top: 5px;
}
.product-view .product-type-data.is-grouped {
    background-color: transparent;
    padding: 0;
}
.product-view .product-type-data.is-grouped .out-of-stock {
    float: none;
    text-align: right;
}
.product-type-data.is-downloadable .price-box {
    margin: 0 0 10px;
}
.product-type-data .item-options dt {
    float: none;
    margin: 0 0 5px;
}
.product-type-data .item-options dd {
    background: url(../../../images/bullet.png) 3px 4px no-repeat;
    padding-left: 15px;
}
.product-view .data-table th {
    font-weight: bold;
}
.product-view .data-table tr.even {
    background-color: #f5f5f5;
}
.product-view .data-table tr td, .product-view .data-table tr th {
    border-right-color: #e5e5e5;
}
.product-attributes {
    float: right;
    min-height: 233px;
    padding: 0 5px;
    width: 310px;
}
.product-attributes .item {
    margin: 2px 0;
}
.product-attributes .item img {
    float: left;
}
.product-attributes .item .heading {
    display: block;
    line-height: 15px;
    margin-left: 25px;
}
.product-attributes .other-attributes {
    border-bottom: 1px solid #f2f2f2;
    margin: 0 0 15px;
    padding: 0 0 10px;
}
.product-attributes .item.box-delivery .heading {
    line-height: 18px;
}
.product-attributes .item.box-delivery img {
    margin-right: 3px;
}
.container1-wrapper {
    margin: 10px 0 10px;
}
.container2-wrapper {
    float: left;
    margin: 20px 0 0;
    width: 720px;
}
.product-view .add-to-box, .product-view .product-type-data, .container1-wrapper, .container2-wrapper {
    background-color: #f5f5f5;
    border-radius: 3px;
    moz-border-radius: 3px;
    webkit-border-radius: 3px;
}
.product-options {
    padding: 10px;
    position: relative;
}
.product-options dt {
    font-weight: normal;
}
.product-options dt label {
    font-weight: bold;
}
.product-options dt label.required em {
    color: #eb340a;
    margin-left: 5px;
}
.product-options dd .qty-holder {
    display: block;
    padding: 5px 0 0;
}
.product-options dd .qty-holder label {
    vertical-align: middle;
}
.product-options dt .qty-disabled {
    background: 0;
    border: 0;
    padding: 3px;
}
.product-options dd {
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 10px;
    padding: 5px 10px 10px;
}
.product-options dl.last dd.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.product-options dd input.input-text {
    width: 98%;
}
.product-options dd input.datetime-picker {
    width: 150px;
}
.product-options dd .time-picker {
    display: inline-block;
    display: -moz-inline-box;
    padding: 2px 0;
    vertical-align: middle;
}
.product-options dd textarea {
    height: 8em;
    width: 98%;
}
.product-options dd select {
    width: 99%;
}
.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}
.product-options ul.options-list {
    margin-right: 5px;
}
.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
}
.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}
.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px;
}
.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}
.product-options ul.options-list label {
    font-weight: normal;
}
.product-options ul.validation-failed {
    padding: 0 7px;
}
.product-options p.note {
    font-size: 11px;
    margin: 0;
}
.product-options p.required {
    position: absolute;
    right: 30px;
    top: 10px;
    visibility: hidden;
}
.container1-wrapper:hover .required, .container2-wrapper:hover .required {
    visibility: visible;
}
.product-options-bottom {
    padding: 0 15px 15px;
}
.product-options-bottom .tier-prices {
    background: 0;
    border: 0;
    margin: 0;
    padding: 0 0 10px;
}
.product-options-bottom .tier-prices li {
    background: 0;
    color: #e26703;
    padding: 2px 0;
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
    color: #e26703;
}
.product-options-bottom .price-box {
    float: left;
    margin: 7px 0 0;
    padding: 0;
}
.product-options-bottom .price-box .price-as-configured {
    margin: 5px 0 0;
}
.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px;
}
.product-options-bottom .price-tax {
    float: left;
}
.product-options-bottom .add-to-cart {
    float: right;
}
.product-shop .product-options-bottom .price-box {
    margin: 7px 0 0;
}
.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
    float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}
.product-tabs-wrapper .tabs {
    width: 1064px;
}
.product-tabs-wrapper .tabs-panes {
    clear: both;
    width: 100%;
}
.product-tabs-wrapper .tabs-panes .littletitle {
    margin-bottom: 10px;
}
.product-tabs-wrapper .tabs-panes .pane {
    background-color: #eee;
    min-height: 100px;
    padding: 10px;
}
.product-view .product-right-bottom-wrapper {
    margin: 15px 0 4px;
}
.product-view .product-main-bottom-wrapper {
    border-top: 1px solid #eee;
    margin: 20px 0 0;
    padding: 17px 0 0;
}
.product-replace-upsell-wrapper {
    margin: 20px 0 0;
}
.product-view .grouped-items-table {
    margin: 0 0 -5px;
}
.product-view .grouped-items-table thead th {
    font-weight: bold;
}
.product-view .grouped-items-table tbody tr.last {
    border-bottom: 0;
}
.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}
.product-view .grouped-items-table .price-box .price-including-tax .price {
    font-size: 15px;
}
.product-view .grouped-items-table td {
    vertical-align: middle;
}
.product-view .grouped-items-table .price-box .regular-price .price {
    font-size: 14px;
}
.product-collateral .box-up-sell {
    margin: 15px 0 0;
}
.box-up-sell .item {
    min-height: 277px;
}
.box-up-sell h2 {
    float: left;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;
}
.box-up-sell .tabs {
    display: none;
}
.box-up-sell .tabs-panes {
    clear: none;
    float: left;
}
.box-up-sell .browse-button {
    float: left;
    margin: 0 3px 10px 0;
}
.box-up-sell .browse-button.forward {
    margin-right: 15px;
}
.box-up-sell .ratings {
    font-size: 10px;
    margin: 10px 0;
}
.box-up-sell .spec-grid4col .item {
    min-height: 265px;
}
.product-view .box-tags {
    margin: 0;
}
.product-view .box-tags h3 {
    color: #222;
    font-size: 13px;
}
.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px;
}
.product-view .box-tags .product-tags li {
    background: url(../../../images/bkg_pipe3.gif) 100% 4px no-repeat;
    display: inline;
    padding: 0 7px 0 4px;
}
.product-view .box-tags .product-tags li.first {
    padding-left: 0;
}
.product-view .box-tags .product-tags li.last {
    background: 0;
    padding-right: 0;
}
.product-view .box-tags .form-add label {
    color: #0a263c;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}
.product-view .box-tags .form-add .input-box {
    background: url(../../../images/i_tag_add.gif) 0 5px no-repeat;
    float: left;
    margin: 0 5px 0 0;
    padding: 0 0 0 23px;
    width: 305px;
}
.product-view .box-tags .form-add input.input-text {
    height: 17px;
    padding: 4px;
    width: 299px;
}
.product-view .box-tags .form-add .button {
    margin-left: 5px;
}
.product-view .box-tags .note {
    font-size: 11px;
    margin: 3px 0 0;
    padding: 0 0 0 23px;
}
.product-view .box-reviews dl {
    margin: 0 0 15px;
}
.product-view .box-reviews dt {
    color: #999;
}
.product-view .box-reviews dt .heading {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    margin-right: 8px;
}
.product-view .box-reviews dt span {
    font-weight: bold;
}
.product-view .box-reviews dt a {
    font-size: 18px;
    margin-right: 8px;
}
.product-view .box-reviews dd {
    margin: 0 0 15px 15px;
}
.product-view .box-reviews dd .date {
    color: #999;
    display: block;
    margin-top: 3px;
}
.product-view .box-reviews .ratings-table {
    margin: 5px 0;
}
.product-view .box-reviews .form-add {
    background-color: #f5f5f5;
    padding: 15px;
}
.product-view .box-reviews .form-add h2 {
    color: #066cc3;
    margin-top: 0;
}
.product-view .box-reviews .form-add h3 {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
}
.product-view .box-reviews .form-add h3 span {
    font-weight: bold;
}
.product-view .box-reviews .form-add h4 {
    font-size: 12px;
    font-weight: normal;
}
.product-view .box-reviews .form-add .data-table td {
    text-align: center;
}
.product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0;
}
.product-view .box-reviews .form-add .form-list .input-box {
    width: 360px;
}
.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {
    width: 354px;
}
.product-view .box-reviews #review-form {
    display: block;
    margin: 0;
}
.send-friend .form-list {
    overflow: hidden;
}
.send-friend .form-list li {
    margin-right: -15px;
}
.send-friend .form-list li p {
    margin: 0 15px 0 0;
}
.send-friend .form-list .field {
    width: 315px;
}
.send-friend .form-list .input-box {
    width: 300px;
}
.send-friend .form-list input.input-text, .send-friend .form-list textarea {
    width: 294px;
}
.send-friend .form-list li.wide .input-box {
    width: 612px;
}
.send-friend .form-list li.wide textarea {
    max-width: 660px;
    width: 609px;
}
.send-friend .buttons-set .limit {
    float: right;
    font-size: 11px;
    line-height: 21px;
    margin: 0 7px 0 0;
}
.product-name {
    font-size: 1em;
    font-weight: normal;
    line-height: 15px;
    margin: 5px 0 15px;
}
.block-related-wrapper .product-name {
    margin: 5px 0;
}
.block-related-wrapper .prodcut-controller {
    float: left;
}
.block-related-wrapper .prodcut-controller .add-cart-label {
    float: left;
    height: 22px;
    line-height: 22px;
}
.block-related-wrapper .prodcut-controller .qty {
    float: left;
}
.block-related-wrapper .prodcut-controller input.checkbox {
    clear: none;
    margin-left: 10px;
}
.product-tabs-content .prodcut-controller {
    float: left;
    width: 216px;
}
.product-tabs-content .prodcut-controller .item-row {
    float: left;
    margin: 0 0 0 18px;
    width: 80px;
}
.product-tabs-content .prodcut-controller label {
    float: left;
    margin: 4px 10px 0 2px;
}
.product-tabs-content .prodcut-controller .add-cart-label {
    float: left;
    height: 22px;
    line-height: 22px;
}
.product-tabs-content .prodcut-controller .qty {
    float: left;
}
.product-tabs-content .prodcut-controller input.checkbox {
    clear: none;
    float: left;
    margin: 4px 5px 0 0;
}
.tags-list li {
    display: inline;
}
.advanced-search-summary {
    background-color: #f5f5f5;
    margin: 10px 0;
    padding: 15px;
}
.advanced-search-summary ul {
    float: left;
    margin: 0 15px 10px 0;
    width: 46%;
}
.advanced-search-summary li {
    color: #ce001a;
    font-size: 16px;
    margin: 0 0 2px 0;
}
.advanced-search-summary strong {
    color: #000;
    margin: 0 5px 0 0;
}
.advanced-search-summary p {
    clear: both;
    margin: 10px 0 0;
}
.advanced-search .form-list label {
    padding-right: 10px;
    width: 140px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
    clear: none;
    float: left;
}
.catalogsearch-advanced-index .fieldset {
    margin-bottom: 3px;
}
.catalogsearch-advanced-index .buttons-set {
    padding-left: 0;
}
.catalogsearch-advanced-index .buttons-set button.button {
    float: left;
    margin: 0;
}
.catalogsearch-advanced-index .buttons-set button.button span span {
    padding-left: 60px;
    padding-right: 68px;
}
.page-sitemap .links {
    margin: 0;
    text-align: center;
}
.page-sitemap .links a {
    position: relative;
    text-decoration: none;
}
.page-sitemap .sitemap {
    margin: 12px;
}
.page-sitemap .sitemap li {
    margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
    font-weight: bold;
    margin: 10px 0 0;
}
.rss-title h1 {
    background: url(../../../images/i_rss-big.png) 0 4px no-repeat;
    line-height: 24px;
    padding-left: 27px;
}
.rss-table .link-rss {
    background-position: 0 2px;
    display: block;
    line-height: 1.35;
}
.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
    float: right;
}
.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}
.cart fieldset {
    background-color: #eee;
    border-radius: 2px 2px 0 2px;
    moz-border-radius: 2px 2px 0 2px;
    padding: 20px 13px 13px 20px;
    webkit-border-radius: 2px 2px 0 2px;
}
.cart-table-wrapper {
    background: url(../../../images/cart-shadow.png) right bottom no-repeat;
    padding: 0 7px 7px 0;
}
.cart-table {
    background-color: #fff;
}
.cart-table thead th {
    font-weight: normal;
    padding: 10px;
}
.cart-table th.last {
    border-right: 0;
}
.cart-table tr.odd td, .cart-table tr.even td {
    border-right: 1px solid #eee;
    padding: 10px;
}
.cart-table tr {
    border-bottom: #eee solid 1px;
}
.cart-table thead tr {
    border-bottom: 1px solid #ddd;
}
.cart-table tr.even {
    background: 0;
}
.cart-table .product-name {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
}
.cart-table .item-msg {
    color: #df280a;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0;
}
.cart-table tfoot td {
    border: 0;
    padding: 5px 10px;
}
.cart-table .btn-continue, .cart-table .btn-update a {
    color: #888;
    display: block;
    line-height: 15px;
    margin: 12px 10px;
    padding: 2px 0 2px 21px;
}
.cart-table .btn-continue:hover, .cart-table .btn-update:hover a {
    color: #ce001a;
}
.cart-table .btn-continue {
    background: url(../../../images/icons.png) 0 -240px no-repeat;
    float: left;
}
.cart-table .btn-update a {
    background: url(../../../images/icons.png) 0 -200px no-repeat;
    float: right;
}
.cart-table .btn-update {
    background: 0;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.cart .cart-right-column {
    float: right;
    width: 306px;
}
.cart .cart-left-column {
    float: left;
    margin-top: 20px;
    width: 632px;
}
.cart .cart-left-column .cart-bottom-box {
    margin-top: 20px;
}
.cart .cart-collaterals .col2-set .col-1, .cart .cart-collaterals .col2-set .col-2 {
    width: 306px;
}
.cart .cart-collaterals .col2-set .col-1 {
    margin-right: 20px;
}
.cart .crosssell {
    border: 15px solid #f5f5f5;
    padding: 15px;
}
.cart .crosssell h2 {
    font-weight: normal !important;
}
.cart .crosssell .product-image {
    border: 1px solid #d0cdc9;
    float: left;
    height: 75px;
    width: 75px;
}
.cart .crosssell .product-details {
    margin-left: 90px;
}
.cart .crosssell .product-name a:hover {
    border: 0;
}
.cart .crosssell li.item {
    border-bottom: #eee 1px solid;
    padding: 20px 0;
}
.cart .crosssell .btn-cart {
    float: left;
}
.cart .crosssell .add-to-links {
    float: right;
    margin-left: 5px;
}
.cart .crosssell .price-box {
    line-height: 15px;
    margin: 7px 0;
}
.cart .crosssell:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.cart-wide-box .crosssell li.item {
    float: left;
    min-height: 109px;
    width: 265px;
}
.cart-wide-box .crosssell li.item.odd {
    border-right: 1px solid #eee;
    padding-right: 20px;
}
.cart-wide-box .crosssell li.item.even {
    padding-left: 20px;
}
.cart .discount, .cart .shipping {
    background-color: #f5f5f5;
    padding: 15px;
}
.cart .crosssell h2, .cart .discount h2, .cart .shipping h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set {
    border: 0;
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}
.cart .discount {
    min-height: 257px;
}
.cart .discount label {
    display: block;
    margin: 0 0 5px;
}
.cart .discount .input-box {
    margin: 0 9px 0 0;
}
.cart .discount input.input-text {
    height: 16px;
    width: 250px;
}
.cart .discount .buttons-set {
    margin: 10px 0 0;
}
.cart .shipping input.input-text {
    width: 254px;
}
.cart .shipping select {
    width: 264px;
}
.cart .shipping p {
    margin-bottom: 10px;
}
.cart .shipping .sp-methods {
    background: url(../../../images/bkg_divider1.gif) 0 0 repeat-x;
    margin: 10px 0 0;
    padding: 5px 0 0;
}
.shipping-form button.button span {
    color: #222;
}
.cart .totals {
    background-color: #eee;
    border-radius: 0 0 2px 2px;
    margin: 0 0 20px;
    moz-border-radius: 0 0 2px 2px;
    padding: 0 20px 20px;
    webkit-border-radius: 0 0 2px 2px;
}
.cart .totals table {
    width: 100%;
}
.cart .totals td {
    padding: 1px 0 1px 7px;
}
.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
    padding-bottom: 5px;
}
.cart .totals tfoot th strong, .cart .totals tfoot td strong {
    font-size: 15px;
}
.cart .totals .checkout-types {
    font-size: 13px;
    text-align: right;
}
.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
}
.cart-below-table-wrapper, .cart-above-crosssell-wrapper, .cart-replace-crosssell-wrapper, .cart-below-totals-wrapper {
    margin: 20px 0;
}
.cart-below-table-wrapper, .cart-above-crosssell-wrapper {
    margin-top: 0;
}
.item-options {
    line-height: 15px;
}
.item-options dt {
    color: #333;
    float: left;
    margin-right: 7px;
    white-space: nowrap;
}
.item-options dd {
    color: #999;
    margin: 0 0 2px;
    padding-left: 11px;
}
.data-table .item-options dt {
    background: url(../../../images/bullet.png) 0 4px no-repeat;
    padding-left: 10px;
}
.data-table .item-options {
    margin: 0 0 0 10px;
}
.truncated {
    cursor: help;
    display: inline-block;
    margin-left: 3px;
}
.truncated a.dots {
    cursor: help;
}
.truncated a.details {
    border-bottom: 1px dotted #ccc;
    color: #999;
    cursor: help;
    text-decoration: none;
}
.truncated a.details:hover {
    color: #333;
}
.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}
.truncated .truncated_full_value .item-options {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    left: -99999em;
    padding: 8px;
    position: absolute;
    top: -99999em;
    z-index: 999;
}
.truncated .truncated_full_value .item-options>p {
    font-weight: bold;
    text-transform: uppercase;
}
.truncated .show .item-options {
    left: 50%;
    top: -20px;
}
.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}
.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}
.sp-methods dt {
    font-weight: bold;
    margin: 13px 0 5px;
}
.sp-methods dd li {
    margin: 5px 0;
}
.sp-methods .price {
    font-weight: bold;
}
.sp-methods .form-list {
    padding-left: 30px;
}
.sp-methods select.month {
    margin-right: 10px;
    width: 150px;
}
.sp-methods select.year {
    width: 96px;
}
.sp-methods input.cvv {
    width: 3em !important;
}
.sp-methods .checkmo-list li {
    margin: 0 0 10px;
}
.sp-methods .checkmo-list label {
    color: #b31f5a;
    padding-right: 10px;
    width: 135px;
}
.sp-methods .checkmo-list address {
    float: left;
    padding: 5px 0 10px;
}
.sp-methods .centinel-logos a {
    margin-right: 3px;
}
.sp-methods .centinel-logos img {
    vertical-align: middle;
}
.please-wait {
    float: right;
    margin-right: 5px;
}
.please-wait img {
    vertical-align: middle;
}
.cvv-what-is-this {
    cursor: help;
    margin-left: 5px;
}
.tool-tip {
    background-color: #fff;
    padding: 10px;
    position: absolute;
    z-index: 9999;
}
.tool-tip .btn-close a {
    margin: 0 0 0 auto;
}
.tool-tip .tool-tip-content {
    padding: 5px;
}
.gift-messages {
    margin: 15px 0;
}
.gift-messages-form {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
}
.gift-messages-form p {
    margin-bottom: 10px;
}
.gift-messages-form label {
    float: none !important;
    position: static !important;
}
.gift-messages-form .item {
    margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}
.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}
.gift-messages-form .item .number {
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.gift-messages-form .item .details {
    margin-left: 90px;
}
#allow-gift-message-container .measure ul {
    list-style: inside disc none;
    margin: 0 0 5px 15px;
}
#allow-gift-message-container .form-list {
    margin: 8px 0 0;
}
#allow-gift-message-container .form-list .input-box {
    margin: 5px 0 0;
}
.gift-message-link {
    background: url(../../../images/bkg_collapse.gif) 0 4px no-repeat;
    display: block;
    padding-left: 20px;
}
.gift-message-link.expanded {
    background-position: 0 -53px;
}
.gift-message-row .btn-close {
    float: right;
    padding: 0 7px 0;
}
.gift-message dt strong {
    color: #666;
    font-weight: bold;
}
.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}
.order-gift-message {
    margin: 15px 0;
}
.checkout-agreements {
    padding: 0 60px 20px;
}
.checkout-agreements li {
    margin: 0 0 20px;
}
.checkout-agreements .agree {
    margin-top: 5px;
}
.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}
.checkout-agreements .agree label {
    font-weight: bold;
}
.opc .checkout-agreements {
    padding: 20px 40px;
}
.checkout-agreements .agreement-content {
    height: 250px;
    overflow: auto;
}
.centinel .authentication {
    background: #fff;
    border: 1px solid #ddd;
}
.centinel .authentication iframe {
    background: transparent !important;
    border: 0 !important;
    height: 400px;
    margin: 0 !important;
    padding: 0 !important;
    width: 99%;
}
.info-set .data-table .item-options {
    margin: 5px 0 0;
}
.block-progress {
    border: 0;
    margin: 7px 0 0;
}
.block-progress .block-title {
    background: 0;
    border: 0;
    line-height: 15px;
    padding: 10px 0 10px 5px;
}
.block-progress .block-title strong {
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
}
.block-progress .block-content {
    background: 0;
    border: 0;
    padding: 0;
}
.block-progress .block-title strong {
    color: #222;
}
.block-progress dt {
    background: url(../../../images/icons.png) 0 -280px no-repeat #f5f5f5;
    color: #555;
    line-height: 18px;
    margin: 0 0 5px;
    padding: 6px 10px 6px 30px;
}
.block-progress dd {
    border-top: 0 none;
    line-height: 15px;
    margin: 0 0 6px;
    padding: 8px 10px;
}
.block-progress dt.complete {
    background-position: 0 -320px;
}
.block-progress dt.complete .separator {
    display: none;
}
.block-progress dt.complete a {
    float: right;
    text-transform: none;
}
.block-progress p {
    margin: 0;
}
.opc .buttons-set {
    margin-top: 0;
    padding-top: 2em;
}
.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}
.opc .buttons-set.disabled button.button {
    display: none;
}
.opc .buttons-set .please-wait {
    height: 28px;
    line-height: 28px;
}
.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}
.opc {
    position: relative;
}
.opc .section {
    margin: 0 0 10px;
}
.opc .section.allow {
    cursor: pointer;
}
.opc .section.allow.active {
    cursor: auto;
}
.opc .allow .step-title h2 {
    color: #555;
}
.opc .allow .step-title a {
    display: block;
}
.opc .step-title {
    background: #f5f5f5;
    border-radius: 2px;
    moz-border-radius: 2px;
    padding: 10px;
    text-align: right;
    webkit-border-radius: 2px;
}
.opc .allow .step-title {
    background: #e5e5e5;
}
.opc .step-title .number {
    background: #fff;
    border-radius: 2px;
    color: #555;
    float: left;
    font: normal 15px/15px arial, helvetica, sans-serif;
    margin: 0 8px 0 0;
    moz-border-radius: 2px;
    padding: 8px 12px;
    webkit-border-radius: 2px;
}
.opc .step-title h2 {
    color: #999;
    float: left;
    font-size: 15px;
    line-height: 18px;
    margin: 6px 0 0;
}
.opc .step-title a {
    display: none;
    float: right;
    margin-top: 6px;
}
.opc .active .step-title {
    background-color: #ddd;
    cursor: default;
}
.opc .active .step-title .number {
    background-color: #bf2330;
    color: #fff;
}
.opc .active .step-title h2 {
    font-weight: bold;
}
.opc .active .step-title a {
    display: none;
}
.opc .step {
    background-color: #f9f9f9;
    padding: 15px 30px;
    position: relative;
}
.opc .step .tool-tip {
    right: 30px;
}
#opc-login .col-1 {
    padding: 0 15px 0 0;
    width: 48%;
}
#opc-login .col-2 {
    border-left: #e5e5e5 1px solid;
    padding: 0 0 0 15px;
    width: 47%;
}
#opc-login h3 {
    border-bottom: 1px solid #e5e5e5;
    margin: 10px 0 20px;
    padding-bottom: 2px;
}
#opc-login h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}
#opc-login .form-list {
    margin: 15px 0 15px;
}
#opc-login .form-list li {
    margin: 0 0 3px;
}
#opc-login .buttons-set {
    padding: 0;
}
#opc-shipping_method .buttons-set {
    border-top: 0;
}
.opc .gift-messages-form {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-width: 1px 0;
    margin: 2px -30px;
    padding: 22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
    overflow: visible;
    padding: 5px;
}
#opc-review .step {
    padding: 0;
}
#opc-review .product-name {
    color: #222;
}
#opc-review .item-options {
    margin: 5px 0 0;
}
#opc-review .buttons-set {
    border: 0;
    padding: 15px 30px;
}
#opc-review .buttons-set p {
    line-height: 28px;
    margin: 0;
}
#opc-review .buttons-set .please-wait {
    height: 28px;
    line-height: 28px;
}
#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}
#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    padding: 10px 10px 0;
    text-align: center;
}
.opc-above-steps-wrapper, .opc-below-steps-wrapper {
    margin: 20px 0;
}
.opc-below-progress-wrapper {
    margin: 15px 0;
}
.multiple-checkout h2, .info-set h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
}
.multiple-checkout h3, .multiple-checkout h4, .info-set h3, .info-set h4 {
    font-size: 15px;
    font-weight: bold;
}
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a, .info-set h2 a, .info-set h3 a, .info-set h4 a {
    font-size: 12px;
    font-weight: normal;
}
.multiple-checkout .data-table .product-name, .info-set .data-table .product-name {
    font-size: 13px;
    margin: 0 0 5px;
}
.multiple-checkout .col2-set h2.legend, .info-set h2.legend {
    font-weight: normal;
}
.multiple-checkout .col2-set h3.legend, .info-set h3.legend {
    color: #ce001a;
    margin: 0 0 10px;
}
.multiple-checkout .col2-set .divider, .info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}
.multiple-checkout .box, .info-set .box {
    margin: 0 0 15px;
}
.checkout-progress {
    margin: -11px 0 25px;
    padding: 0 110px;
}
.checkout-progress li {
    border-top: 10px solid #d5d5d5;
    color: #bbb;
    float: left;
    margin: 0 1px 0 0;
    padding-top: 5px;
    text-align: center;
    width: 19%;
}
.checkout-progress li.active {
    border-top-color: #ce001a;
    color: #ce001a;
}
.multiple-checkout .page-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}
.multiple-checkout .buttons-set {
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
    padding-top: 15px;
}
.multiple-checkout .data-table thead tr {
    border-bottom: 1px solid #bbb;
}
.multiple-checkout .data-table thead th {
    font-weight: normal;
    padding: 10px;
}
.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
    margin-top: -120px;
    right: 10px;
    top: 50%;
}
.multiple-checkout .col2-set .col-1 {
    width: 32%;
}
.multiple-checkout p.actions {
    margin-bottom: 10px;
}
.multiple-checkout .place-order .please-wait {
    margin-top: 10px;
}
.multiple-checkout .place-order .grand-total {
    font-size: 1.5em;
    text-align: right;
}
.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}
.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 20px;
}
.multiple-checkout .place-order .grand-total .price {
    color: #ce001a;
}
.multiple-checkout .title-buttons button.button span, #multiship-addresses-table tfoot button.button span {
    color: #555;
}
#multiship-addresses-table td {
    padding: 10px;
}
.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #e5e5e5;
    margin-bottom: 0;
    padding: 15px;
    position: relative;
}
.account-login {
    margin-bottom: 20px;
}
.account-login h2 {
    font-size: 15px;
    font-weight: bold;
}
.account-login .col2-set .col-1, .account-login .col2-set .col-2 {
    background-color: #f5f5f5;
    height: auto;
    width: 475px;
}
.account-login .content {
    min-height: 215px;
    padding: 20px;
}
.account-login p {
    margin-bottom: 15px;
}
.account-login p.required {
    margin: 0 10px 0 0;
}
.account-login .buttons-set {
    margin: 0;
    padding: 0 20px 20px;
}
.account-login .buttons-set button, #opc-login .buttons-set button {
    float: left;
    margin-left: 0;
}
.account-login .buttons-set a, #opc-login .buttons-set a {
    float: right !important;
    margin: 4px 0 0;
}
.my-account {
    padding-left: 20px;
}
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}
.my-account .title-buttons button {
    margin-bottom: -140px;
}
#action-buttons {
    float: right;
    margin: 0 0 5px;
}
#action-buttons .link-reorder, #action-buttons .link-rss, #action-buttons .link-print {
    font-weight: normal;
}
.dashboard .welcome-msg {
    margin: 0 0 1.5em 0;
}
.dashboard .welcome-msg p {
    margin: 0;
}
.dashboard .welcome-msg strong {
    font-size: 15px;
}
.dashboard .col2-set {
    margin: 0 0 15px;
}
.box-account {
    border: #eee 15px solid;
    border-radius: 3px;
    margin: 0 0 15px;
    moz-border-radius: 3px;
    padding: 15px;
    webkit-border-radius: 3px;
}
.box-account:hover {
    border-color: #e5e5e5;
}
.box-account .box-head {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 10px;
    text-align: right;
}
.box-account .box-head h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #066cc3;
    float: left;
    margin: 0 0 5px;
    padding: 0 0 0 30px;
    text-transform: uppercase;
}
.box-info .col-1 {
    border-right: 1px solid #e5e5e5;
}
.box-info .col-1 .box {
    padding-right: 10px;
}
.dashboard .box .box-title {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 8px;
    padding: 0 0 2px;
    text-align: right;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
    float: left;
    margin: 0;
}
.dashboard .box-recent .box-head h2 {
    background-image: url(../../../images/i_folder-table.gif);
}
.dashboard .box-info .box-head h2 {
    background-image: url(../../../images/i_ma-info.gif);
}
.dashboard .box-info h4 {
    font-weight: normal;
    text-transform: uppercase;
}
.dashboard .box-reviews .box-head h2 {
    background-image: url(../../../images/i_ma-reviews.gif);
}
.dashboard .box-reviews .number {
    float: left;
    font-size: 12px;
    line-height: 1;
    padding: 2px 5px;
}
.dashboard .box-reviews .details {
    margin-left: 23px;
}
.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
    margin: 0;
}
.dashboard .box-reviews .ratings {
    margin: 5px 0 0;
}
.dashboard .box-tags .box-head h2 {
    background-image: url(../../../images/i_ma-tags.gif);
}
.dashboard .box-tags .number {
    float: left;
    font-size: 12px;
    line-height: 1;
    padding: 2px 5px;
}
.dashboard .box-tags .details {
    margin-left: 20px;
}
.dashboard .box-tags .tags {
    margin: 5px 0 0;
}
.dashboard .box-tags li.item {
    margin: 0 0 7px;
}
.dashboard .box-tags li.item.last {
    margin: 0;
}
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
    display: inline;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4, .order-info-box h2 {
    font-size: 15px;
    font-weight: bold;
}
.box-account .box-head h2, .order-items h2.table-caption, .order-items h2.sub-title, .order-items .order-comments h2 {
    color: #ce001a;
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 0 38px;
    text-transform: uppercase;
}
.addresses-list.col2-set .col-1, .addresses-list.col2-set .col-2 {
    width: 49.3%;
}
.addresses-list h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.addresses-list h3 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.addresses-list address {
    margin-bottom: 10px;
}
.addresses-list p {
    margin: 0;
}
.addresses-list .link-remove {
    color: #333;
}
.addresses-list .link-remove:hover {
    color: #ce001a;
}
.addresses-list .separator {
    margin: 0 3px;
}
.addresses-list .addresses-primary .item {
    border: #eee 15px solid;
    border-radius: 3px;
    margin: 0 0 10px;
    moz-border-radius: 3px;
    padding: 10px 13px;
    webkit-border-radius: 3px;
}
.addresses-list .addresses-primary .item:hover {
    border-color: #e5e5e5;
}
.addresses-list .addresses-primary .item.empty:hover {
    border-color: #eee;
}
.addresses-list li.empty {
    background: 0;
    border: 0;
    padding: 0;
}
.addresses-list li.empty p {
    color: #555;
}
.addresses-list .addresses-additional .item {
    background-color: #f5f5f5;
    margin: 0 0 10px;
    padding: 15px;
}
.addresses-list .addresses-additional {
    margin-top: 40px;
}
.my-account .pager {
    margin: 20px 0;
}
.order-info {
    width: 803px;
}
.order-info dt {
    color: #fff;
    float: left;
    font-weight: bold;
    padding: 3px 15px 0 3px;
}
.order-info dd {
    float: left;
}
.order-date {
    color: #ce001a;
    margin: 12px 0;
}
.order-info-box {
    border: #eee 15px solid;
    margin: 0 0 10px;
    padding: 15px;
}
.order-info-box .col-1 {
    border-right: #e5e5e5 solid 1px;
}
.order-info-box .box-payment p {
    margin: 0 0 3px;
}
.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}
.order-items .data-table {
    margin-bottom: 20px;
}
.order-items .data-table td {
    padding: 5px 9px;
}
.order-items .data-table .grand_total {
    font-size: 15px;
}
.order-items .data-table .grand_total .last, .order-items .data-table .grand_total_incl .last {
    color: #ce001a;
}
.order-items {
    overflow-x: auto;
    width: 100%;
}
.order-items .product-name {
    font-size: 12px;
    margin: 0 0 3px;
}
.order-items .link-print {
    font-weight: normal;
}
.order-items p .link-print {
    float: none;
}
.order-items h2, .order-about h2 {
    margin: 15px 0;
}
.order-items h3.table-caption {
    font-size: 13px;
    font-weight: bold;
}
.order-items h2.table-caption a, .order-items h2.sub-title a {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}
.order-items .order-links {
    text-align: right;
}
.order-items .order-comments h2 {
    background: url(../../../images/ic-order-comment.gif) 0 0 no-repeat;
}
.order-details h2 {
    background: url(../../../images/ic-order-item.gif) 0 0 no-repeat;
}
.order-details h2 .separator {
    color: #999;
    font-size: 12px;
}
.order-about {
    margin: 0 0 15px;
    padding: 5px 30px;
}
.order-about dt {
    font-weight: bold;
}
.order-about dd {
    font-size: 12px;
    margin-bottom: 15px;
}
.tracking-table {
    margin: 0 0 15px;
}
.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
    width: 20%;
}
.tracking-table th, .tracking-table td {
    padding: 5px 9px;
}
.tracking-table-popup {
    width: 100%;
}
.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
    padding: 1px 8px;
}
.page-print .print-head {
    margin: 0 0 15px;
}
.page-print .print-head .logo {
    float: left;
}
.page-print .print-head address {
    float: left;
    margin-left: 15px;
}
.page-print h1 {
    font-size: 16px;
    font-weight: bold;
}
.page-print h2, .page-print h3 {
    font-size: 13px;
    font-weight: bold;
}
.page-print h2.h2 {
    font-size: 16px;
    font-weight: bold;
}
.page-print .order-date {
    background: url(../../../images/bkg_divider1.gif) 0 100% repeat-x;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.page-print .col2-set {
    margin: 0 0 10px;
}
.page-print .gift-message-link {
    display: none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
    display: inline;
}
.my-wishlist .data-table td {
    padding: 10px;
}
.my-wishlist .product-image {
    display: block;
    height: 113px;
    margin: 0 0 5px;
    width: 113px;
}
.my-wishlist textarea {
    border: 1px solid #e5e5e5;
    display: block;
    height: 109px;
    width: 97%;
}
.my-wishlist .buttons-set {
    margin-top: 2em;
}
.my-wishlist .buttons-set button.button {
    float: none;
}
#wishlist-table .add-to-links {
    white-space: nowrap;
}
.my-wishlist .data-table tr.even {
    background: #f5f5f5;
}
.my-wishlist .btn-cart {
    margin: 10px 0 5px;
}
.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}
.my-tag-edit .btn-remove {
    float: right;
    margin: 5px 0 0 5px;
}
#my-tags-table {
    clear: both;
}
#my-tags-table td {
    padding: 10px;
}
#my-tags-table .add-to-links {
    white-space: nowrap;
}
#my-reviews-table td {
    padding: 10px;
}
.product-review .product-img-box {
    float: left;
    width: 140px;
}
.product-review .product-img-box .product-image {
    display: block;
    height: 125px;
    width: 125px;
}
.product-review .product-img-box .label {
    margin: 0 0 8px;
}
.product-review .product-img-box .ratings .rating-box {
    display: block;
    float: none;
    margin: 0 0 10px;
}
.product-review .product-details {
    margin: 0 20px 20px 155px;
}
.product-review .product-name {
    font-size: 18px;
    margin: 0 0 18px;
}
.product-review h3 {
    font-size: 12px;
    margin: 15px 0 5px;
}
.product-review .ratings-table {
    margin: 0 0 15px;
}
.product-review dt {
    font-weight: bold;
}
.product-review dd {
    font-size: 12px;
    margin: 5px 0 0;
}
.billing-agreements .form-list li select {
    float: left;
}
.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}
.billing-agreements .table-caption {
    font-size: 13px;
    font-weight: bold;
}
.window-overlay {
    background: rgba(0, 0, 0, 0.35);
    background: url(../../../images/window_overlay.png) repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 990;
}
.remember-me label {
    float: none;
    margin: 0 6px;
}
.remember-me-popup {
    left: 50%;
    margin: -85px 0 0 -200px;
    position: absolute;
    top: 50%;
    width: 400px;
    z-index: 1000;
}
.remember-me-popup .remember-me-popup-head {
    position: relative;
}
.remember-me-popup .remember-me-popup-close-button {
    display: none;
}
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    text-align: right;
    text-transform: uppercase;
}
.map-cart-sidebar-total {
    color: red;
    display: block;
    line-height: 15px;
    overflow: hidden;
    padding: 2px 8px;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: lowercase;
    white-space: nowrap;
    width: 55px;
}
.map-cart-sidebar-total:hover {
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    overflow: visible;
    white-space: normal;
}
.map-popup {
    margin: 10px 0 0;
    position: absolute;
    width: 300px;
    z-index: 100;
}
.map-popup-heading {
    width: 240px;
}
.map-popup-heading h2 {
    margin: 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}
.map-popup-arrow {
    display: none;
}
.map-popup-content {
    overflow: hidden;
    text-align: left;
    width: 270px;
}
.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}
.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}
.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}
.map-popup-price .price-box, .map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}
.map-popup-price {
    margin: 5px 0 0;
}
.map-popup-text {
    clear: right;
    margin: 0 15px;
    padding: 15px 0;
    text-align: left;
    word-wrap: break-word;
}
.map-popup-only-text {
    border-top: 1px solid #eee;
}
.remember-me-popup, .map-popup {
    background: #fff;
    border-radius: 2px;
    moz-border-radius: 2px;
    text-align: left;
    webkit-border-radius: 2px;
}
.remember-me-popup h3, .map-popup-heading {
    border-bottom: 1px solid #eee;
    padding: 12px 45px 12px 15px;
}
.remember-me-popup h3, .map-popup-heading h2 {
    font-size: 14px;
    font-weight: bold;
}
.remember-me-popup .remember-me-popup-body, .map-popup-content {
    padding: 15px;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close, .map-popup-close {
    background: url(../../../images/pix.png) 0 -150px no-repeat;
    display: block;
    height: 17px;
    position: absolute;
    right: 15px;
    text-indent: -9999em;
    top: 11px;
    width: 17px;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close:hover, .map-popup-close:hover {
    background-position: -17px -150px;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close:active, .map-popup-close:active {
    background-position: -34px -150px;
}
.footer-container {
    background: url(../../../images/footer-gray.png) center 0 repeat;
}
.footer-container2 {
    background: url("../../../images/sprite-arrow.png") repeat-x scroll 0 -55px transparent;
}
.footer {
    background: url(../../../images/footer-bg-plus.png) center 50px no-repeat;
    color: #555;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 1080px;
}
.footer a {
    color: #555;
}
.footer a:hover {
    color: #a60404;
}
.footer .heading {
    color: #333;
}
.footer-top {
    clear: both;
    height: 50px;
}
.footer-top .links {
    float: left;
}
.footer-top ul {
    margin-top: 15px;
}
.footer-top ul li.last {
    border: 0;
}
.footer-top ul a:hover {
    color: #066cc3;
}
.footer-top .links-float-right {
    float: right;
}
.footer-main-top {
    margin: 20px 0;
}
.footer-main-top-left {
    float: left;
}
.footer-main-top-right {
    float: right;
}
.footer-main-bottom .heading {
    font-size: 14px;
    margin-bottom: 9px;
}
.footer-item {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    moz-border-radius: 2px;
    padding: 20px;
    webkit-border-radius: 2px;
}
.footer-item.last {
    margin-right: 0;
}
.footer-item.wide {
    width: 690px;
}
.footer-item.narrow {
    width: 180px;
}
.footer-links-column-wrapper {
    float: left;
    margin-right: 2%;
    width: 18%;
}
.footer-links-column-wrapper.last {
    margin-right: 0;
}
.footer-links-column-wrapper li {
    line-height: 16px;
}
.footer-company-wrapper .phone {
    color: #a60404;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}
.footer-company-wrapper address {
    font-style: italic;
    line-height: 15px;
}
.footer-bottom {
    font-size: 11px;
    min-height: 27px;
    padding: 0 12px;
}
.footer-below-bottom-wrapper {
    padding: 0 0 20px;
}
#subscribe-form {
    float: right;
}
#subscribe-form form {
    display: block;
}
#subscribe-form label {
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 27px;
    margin: 0 5px 0 0;
    position: relative;
}
#subscribe-form .input-box {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
}
#subscribe-form .input-box .validation-advice {
    background-color: #e5e5e5;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    left: -15px;
    moz-border-radius: 2px;
    padding: 12px 15px;
    position: absolute;
    text-align: center;
    top: 28px;
    webkit-border-radius: 2px;
    width: 194px;
}
#subscribe-form .input-text {
    background: 0;
    background-color: rgba(255, 255, 255, 0.25);
    border: 0;
    border-radius: 2px;
    color: #555;
    float: left;
    height: 17px;
    moz-border-radius: 2px;
    padding: 5px;
    webkit-border-radius: 2px;
    width: 180px;
}
#subscribe-form .input-text.validation-failed {
    padding: 3px;
}
#subscribe-form .input-text:hover {
    background-color: rgba(255, 255, 255, 0.35);
}
#subscribe-form .input-text:focus {
    background-color: rgba(255, 255, 255, 0.5);
}
#subscribe-form .button {
    float: left;
}
.footer-social-wrapper {
    float: left;
    line-height: 25px;
    margin-right: 20px;
}
.footer-social-wrapper .custom-content a {
    display: block;
    float: left;
    margin-right: 10px;
}
.footer-social-wrapper .custom-content.image-hover a {
    height: 40px;
    overflow: hidden;
    width: 40px;
}
.footer-social-wrapper .custom-content.image-hover a:hover img {
    margin-top: -40px;
}
.footer-payment-wrapper {
    float: right;
    width: 220px;
}
.footer-payment-wrapper img {
    display: block;
    margin: 0 auto;
}
.footer-copyright {
    float: left;
    line-height: 15px;
    margin-right: 15px;
    width: 505px;
}
.store-switcher {
    float: left;
    margin-right: 15px;
    width: 205px;
}
.store-switcher label {
    vertical-align: middle;
}
.store-switcher select {
    background: 0;
    background-color: rgba(255, 255, 255, 0.25);
    border: 0;
    vertical-align: middle;
}
.store-switcher select:hover, .store-switcher select:focus {
    border: 0;
}
.tooltip {
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 2px;
    color: #bbb;
    max-width: 250px;
    moz-border-radius: 2px;
    padding: 8px 12px;
    webkit-border-radius: 2px;
    z-index: 11000;
}
.home-banner-wrapper {
    clear: both;
    padding: 20px 0;
}
.home-banner-wrapper .item {
    height: 60px;
    overflow: hidden;
    padding-top: 1px;
}
.home-banner-wrapper .item:hover .image-hover {
    margin-top: -60px;
}
.col-1-4 {
    float: left;
    margin-right: 2%;
    padding: 0;
    width: 23.5%;
}
.col-1-4.last {
    margin-right: 0;
}
.col-2-4 {
    float: left;
    margin-right: 2%;
    width: 49%;
}
.col-2-4.last {
    margin-right: 0;
}
.edgebox {
    position: fixed;
    z-index: 2000;
}
.side-edgebox {
    width: 250px;
}
.right-edgebox {
    right: -252px;
    top: 190px;
}
.right-edgebox:hover {
    right: -1px;
}
.right-edgebox.hover:hover {
    right: -252px;
}
.left-edgebox {
    left: -252px;
    top: 190px;
}
.left-edgebox:hover {
    color: #000;
    left: -1px;
}
.left-edgebox.hover:hover {
    left: -252px;
}
.side-edgebox-title {
    cursor: pointer;
    min-height: 40px;
    position: absolute;
    top: 10px;
    width: 45px;
}
.right-edgebox .side-edgebox-title {
    left: -45px;
}
.left-edgebox .side-edgebox-title {
    right: -45px;
}
.bottom-right-edgebox {
    bottom: 0;
    right: 0;
}
.bottom-right-edgebox .custom-content {
    max-width: 220px;
}
.edgebox-content {
    min-height: 30px;
}
.edgebox-content .custom-content {
    background-color: #fff;
    padding: 15px;
}
.edgebox-content .custom-content .heading {
    margin: 10px 0;
}
.cms-page-top-wrapper {
    margin: 5px 0 15px;
}
.cms-page-bottom-wrapper {
    margin: 15px 0 0;
}
.cms-index-noroute .col-main .std {
    background: url(../../../images/magnifier.jpg) 40px 40px no-repeat;
    padding: 10px 0 0 270px;
}
#nav ul.level0, #nav div.level0, .nav-standard #nav ul, #mini-cart .block-content, .header .form-search .search-autocomplete ul, .remember-me-popup, .map-popup, .tool-tip, .top-dropdown ul, .edgebox-content .custom-content, #subscribe-form .input-box .validation-advice, #mini-cart .block-title:hover .subtotal .incl-tax {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
h1, .page-title h2, .fieldset .legend, .multiple-checkout .col2-set h2.legend, .info-set h2.legend, #nav>li>a, .block .block-title strong, .box-account .box-head h2, .order-items h2.table-caption, .order-items h2.sub-title, .order-items .order-comments h2, .footer-main-bottom .heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.mclear {
    clear: both;
}
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.guest-select {
    width: 305px !important;
}
.full {
    width: 100%;
}
#navigation .selector {
    display: none;
}
#navigation {
    display: none;
}
#navigation .selector {
    border: medium none;
    margin: 0;
    padding: 0;
}
#navigation .selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#navigation .selector select {
    background: none repeat scroll 0 0 transparent;
    color: #666 !important;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#navigation .selector {
    color: #fff;
    font-weight: bold;
    line-height: 70px;
    text-indent: 40px;
    width: 100%;
}
#navigation .selector option {
    background: none repeat scroll 0 0 #eaeaea;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    moz-border-bottom-colors: none;
    moz-border-left-colors: none;
    moz-border-right-colors: none;
    moz-border-top-colors: none;
    padding: 10px 40px;
}
#navigation {
    background: url(../../../images/responsive-nav.png) no-repeat scroll right center #174264;
    height: 70px;
    left: auto;
    margin-top: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
}
.manu-main2-li a.highlighted {
    color: red !important;
}
.slider-positions {
    display: none;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 5;
}
.relative {
    position: relative;
}
.no-rightmargin {
    margin-right: 0 !important;
}
.up-bx {
    height: 438px;
    left: 0;
    padding: 15px 0 0 15px;
    position: absolute;
    top: 0;
    width: 278px;
    z-index: 999;
}
.up-bx h2 {
    color: #103f64 !important;
    font-size: 28px;
}
.up-bx h2 span {
    color: #ff951c;
}
.up-bx ul {
    float: left;
    margin: 80px 0 0 0;
}
.up-bx ul li {
    clear: both;
    float: left;
}
.up-bx ul li a {
    color: #103f64;
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 8px 0;
    text-transform: uppercase;
}
.up-bx ul li a:hover {
    color: #ff951c;
}
.mid-boxs {
    clear: both;
    margin: -48px 0 0 0;
}
.mid-boxs .big-boxxs {
    background: url(../../../images/thumbnail_hover_video.png) no-repeat;
    float: left;
    margin: 0 5px 0 0;
    min-height: 127px;
    width: 266px;
}
.mid-boxs .big-boxxs h2 {
    color: #f60;
    font-size: 11px;
    font-weight: bold;
}
.mid-boxs .big-boxxs p {
    color: #7e7e7e;
    font-size: 11px;
    margin-right: 5px;
}
.mid-boxs .big-boxxs-video {
    background: url(../../../images/thumbnail_hover_video.png) no-repeat;
    float: left;
    height: 127px;
    margin: 0 5px 0 0;
    width: 266px;
}
.mid-boxs .big-boxxs-video img:hover {
    filter: alpha(opacity=20);
    height: 127px;
    opacity: .2;
    width: 266px;
}
.mid-boxs .big-boxxs-doc {
    background: url(../../../images/thumbnail_hover_doc.png) no-repeat;
    float: left;
    height: 127px;
    margin: 0 5px 0 0;
    width: 266px;
}
.mid-boxs .big-boxxs-doc img:hover {
    filter: alpha(opacity=20);
    height: 127px;
    opacity: .2;
    width: 266px;
}
.mid-boxs .sml-boxxs {
    border-bottom: 3px solid #103f64;
    color: #567fb2;
    float: left;
    font-size: 11px;
    height: 15px;
    margin: 5px 0 0 0;
    width: 1080px;
}
.banner-new {
    clear: both;
    position: relative;
    width: 100%;
}
.banner-new img {
    float: left;
}
.banner-new .captn {
    left: 340px;
    position: absolute;
    top: 100px;
}
.banner-new h2 {
    color: #103f64 !important;
    font-size: 40px;
}
.banner-new h2 span {
    color: #ff951c;
}
.up-bx-middle {
    height: 438px;
    left: 0;
    padding: 100px 0 0 400px;
    position: absolute;
    top: 0;
    width: 278px;
    z-index: 99;
}
.up-bx-middle h2 {
    color: #103f64 !important;
    font-size: 28px;
}
.up-bx-middle h2 span {
    color: #ff951c;
}
.up-bx-middle ul {
    float: left;
    margin: 80px 0 0 0;
}
.up-bx-middle ul li {
    clear: both;
    float: left;
}
.up-bx-middle ul li a {
    color: #103f64;
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 8px 0;
    text-transform: uppercase;
}
.up-bx-middle ul li a:hover {
    color: #ff951c;
}
.block-show {
    display: block;
}
.block-hide {
    display: none;
}
.cont-color {
    color: #ff951c;
}
.col-mn-new {
    width: 100%;
}
.panel-2col .panel-col-first {
    width: 25%;
}
.panel-2col .panel-col-last {
    width: 75%;
}
.middle-top {
    float: left;
    width: 1065px;
}
.middle-top ul {
    float: left;
    margin: 0;
    padding: 0;
}
.middle-top li {
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
}
.middle-top li a {
    color: #bbb;
    font-size: 12px;
    text-transform: uppercase;
}
.middle-top li a:hover {
    color: #000;
}
.middle-top li {
    color: #0a3553;
    font-size: 12px;
    text-transform: uppercase;
}
.middle-cont {
    float: left;
    margin: 0;
    width: 1065px;
}
.middle-left {
    float: left;
    width: 220px;
}
.mid-list {
    float: left;
    width: 220px;
}
.mid-list h2 {
    background: #f5f5f5;
    color: #565555;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 0 0 20px;
    padding: 0;
    width: 200px;
}
.mid-list h2 img {
    padding: 0 10px 0 0;
}
.mid-list h4 img {
    padding: 0 10px 0 0;
}
.mid-list h4 {
    color: #103f64;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 24px;
    padding: 5px 0 0 30px;
}
.mid-list ul {
    float: left;
    margin: 0;
    padding: 0 0 8px 50px;
    width: 170px;
}
.mid-list li.first ul.menu {
    float: left;
    margin: 0;
    padding: 0 0 8px 0;
    width: 200px;
}
.mid-list li {
    margin: 0;
    padding: 0;
}
.mid-list li a {
    color: #346a98;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
}
.mid-list li a:hover {
    color: #103f64;
}
.mid-list1 {
    float: left;
    margin: 5px 0 0 0;
    width: 220px;
}
.mid-list1 ul {
    float: left;
    margin: 0;
    padding: 0;
}
.mid-list1 ul li {
    background: #f5f5f5;
    display: block;
    height: 35px;
    margin: 0 0 10px 0;
    padding: 0;
    width: 220px;
}
.mid-list1 ul li a {
    color: #565555;
    font-size: 12px;
    font-weight: normal;
    line-height: 35px;
    padding: 0 0 0 20px;
}
.mid-list1 li a img {
    padding: 0 10px 0 0;
}
.middle-right {
    float: left;
    margin: 0 0 0 25px;
    width: 820px;
}
.middle-right h2 {
    color: #ff9418;
    font-size: 27px;
    font-weight: normal;
}
.middle-right ul {
    border-bottom: 1px solid #0a3553;
    float: left;
    margin: 0;
    padding: 8px 0 3px 0;
    width: 835px;
}
.middle-right li {
    float: left;
    margin: 0;
    padding: 0;
}
.middle-right li a {
    color: #4d87b8;
    font-size: 11px;
    font-weight: normal;
}
.middle-right li a:hover {
    color: #0a3553;
}
.middle-right li span {
    color: #0a3553;
    padding: 0;
}
.middle-right li a.first {
    color: #0a3553;
    font-size: 12px;
    font-weight: normal;
}
.middle-right li a.last {
    color: #ff9418;
    font-size: 12px;
    font-weight: normal;
}
.mid-right-cont {
    float: left;
    margin: 10px 0 0 0;
    width: 835px;
}
.mid-right-cont-fullpage {
    float: left;
    margin: 15px 0 0 0;
    width: 835px;
}
.mid-right1 {
    float: left;
    width: 429px;
}
.mid-right1 h3 {
    color: #ff9418;
    font-size: 19px;
    font-weight: normal;
}
.mid-right1 h5 {
    color: #1f6aa9;
    font-size: 13px;
    font-weight: normal;
}
.mid-right1 p {
    color: #716766;
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 25px 0;
}
.boxes {
    float: left;
    margin: 0;
    padding: 0;
    width: 429px;
}
.boxes ul {
    border: 0;
    float: left;
    margin: 0;
    padding: 0;
}
.boxes li {
    background: #0a3553;
    display: inline-block;
    float: left;
    height: 37px;
    line-height: 37px;
    margin: 0 7px 0 0;
    padding: 0;
    text-align: center !important;
    width: 135px;
}
.boxes li a {
    color: #fff;
    font-size: 11px;
    font-weight: normal;
}
.boxes li a:hover {
    color: #ff951c;
}
.mid-right2 {
    float: left;
    margin: 0 0 0 10px;
    width: 396px;
}
.mid-right2 h3 {
    color: #ff9418;
    font-size: 19px;
    font-weight: normal;
    padding: 0 0 23px 0;
}
.mid-right2 h5 {
    color: #1f6aa9;
    font-size: 13px;
    font-weight: normal;
}
.mid-right2 p {
    color: #716766;
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 25px 0;
}
.ads {
    background: none repeat-x scroll 0 0 #FFFFFF;
    float: left;
    height: 200px;
    margin: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
    width: 220px;
}
.add p {
    float: left;
    padding: 0;
}
.mid-right-cont1 {
    float: left;
    margin: -50px 0 0 0;
    width: 835px;
}
.mid-right3 {
    float: left;
    width: 200px;
}
.mid-right3 h3 {
    color: #ff9418;
    font-size: 19px;
    font-weight: normal;
}
.mid-right3 h5 {
    color: #1f6aa9;
    font-size: 13px;
    font-weight: normal;
}
.mid-right3 p {
    color: #716766;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
}
.sbm {
    float: left;
    margin: 0 18px 0 0;
    width: 155px;
}
.sbm h3 {
    color: #ff9418;
    font-size: 17px;
    font-weight: normal;
}
.sbm h3 a {
    color: #ff9418;
}
.sbm p {
    color: #716766;
    font-size: 13px;
    font-weight: normal;
}
.mid-right4 {
    float: left;
    margin: 10px 0 0 0;
    width: 260px;
}
.mid-right4 h3 {
    color: #ff9418;
    font-size: 19px;
    font-weight: normal;
}
.mid-right4 h5 {
    color: #1f6aa9;
    font-size: 13px;
    font-weight: normal;
}
.mid-right4 p {
    color: #716766;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
}
.video2 {
    float: left;
    width: 187px;
}
.mid-right4 img {
    float: left;
    padding: 15px 0 0 0;
}
.mid-right5 {
    float: left;
    margin: 45px 0 0 0;
    width: 365px;
}
.package {
    float: left;
    margin: 0 0 0 10px;
    width: 227px;
}
.mid-right-cont-prosth {
    float: left;
    margin: 0;
    width: 835px;
}
.mid-prosth1 {
    float: left;
    width: 339px;
}
.mid-prosth1 h3 {
    color: #ff9418;
    font-size: 19px;
    font-weight: normal;
}
.mid-prosth1 h5 {
    color: #1f6aa9;
    font-size: 13px;
    font-weight: normal;
}
.mid-prosth1 img {
    margin: 10px;
}
.mid-prosth1 p {
    color: #716766;
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 25px 0;
}
.mid-prosth2 {
    float: left;
    width: 496px;
}
.mid-right-cont-surg {
    float: left;
    margin: 0;
    width: 835px;
}
.mid-surg1 {
    float: left;
    width: 305px;
}
.mid-surg1 h3 {
    color: #ff9418;
    font-size: 19px;
    font-weight: normal;
}
.mid-surg1 h5 {
    color: #1f6aa9;
    font-size: 13px;
    font-weight: normal;
}
.mid-surg1 p {
    color: #716766;
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 25px 0;
}
.mid-surg2 {
    float: left;
    width: 530px;
}
.mid-right-cont-compr {
    float: left;
    margin: 0;
    width: 835px;
}
.mid-compr1 {
    float: left;
    width: 835px;
}
.mid-compr1 h3 {
    color: #ff9418;
    font-size: 19px;
    font-weight: normal;
}
.mid-compr1 h5 {
    color: #1f6aa9;
    font-size: 13px;
    font-weight: normal;
}
.mid-compr1 p {
    color: #716766;
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 25px 0;
}
.mid-compr2 {
    float: left;
    width: 835px;
}
.mid-right-cont-ta {
    float: left;
    margin: 0;
    width: 835px;
}
.mid-ta1 {
    float: left;
    width: 835px;
}
.mid-ta1 h3 {
    color: #ff9418;
    font-size: 19px;
    font-weight: normal;
}
.mid-ta1 h5 {
    color: #1f6aa9;
    font-size: 13px;
    font-weight: normal;
}
.mid-ta1 p {
    color: #716766;
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 7px 0;
}
.mid-ta1 a {
    color: #5183b6;
    font-size: 11px;
    font-weight: normal;
}
.mid-ta2 {
    float: left;
    width: 600px;
}
.mid-ta2 a {
    color: #5183b6;
    font-size: 11px;
    font-weight: normal;
}
.mid-ta2 p {
    color: #716766;
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 7px 0;
}
.mid-ta3 {
    float: left;
    width: 235px;
}
.mid-right-cont-offers {
    float: left;
    margin: 0;
    width: 835px;
}
.mid-offers1 {
    float: left;
    width: 835px;
}
.mid-offers1 h3 {
    color: #ff9418;
    font-size: 19px;
    font-weight: normal;
}
.mid-offers1 h5 {
    color: #1f6aa9;
    font-size: 13px;
    font-weight: normal;
}
.mid-offers1 p {
    color: #716766;
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 7px 0;
}
.mid-offers1 a {
    color: #5183b6;
    font-size: 11px;
    font-weight: normal;
}
.mid-right-cont-vdo {
    float: left;
    margin: 0;
    width: 835px;
}
.mid-vdo1 {
    float: left;
    width: 835px;
}
.mid-vdo1 h3 {
    color: #ff9418;
    font-size: 19px;
    font-weight: normal;
}
.mid-vdo1 h5 {
    color: #1f6aa9;
    font-size: 13px;
    font-weight: normal;
}
.mid-vdo1 img {
    margin-right: 25px;
}
.mid-vdo1 p {
    color: #716766;
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 15px 0;
}
.mid-right-cont-doc {
    float: left;
    margin: 0;
    width: 835px;
}
.mid-doc1 {
    float: left;
    width: 835px;
}
.mid-doc1 h3 {
    color: #ff9418;
    font-size: 19px;
    font-weight: normal;
}
.mid-doc1 h5 {
    color: #1f6aa9;
    font-size: 13px;
    font-weight: normal;
}
.mid-doc1 p {
    color: #716766;
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 7px 0;
}
.mid-doc1 a {
    color: #f60;
    font-size: 11px;
    font-weight: normal;
}
.package h3 {
    color: #ff9418;
    font-size: 19px;
    font-weight: normal;
}
.package p {
    color: #716766;
    font-size: 13px;
    font-weight: normal;
}
.package p.special {
    color: #9e9e9e;
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 10px 0;
}
.package h5 {
    color: #1f6aa9;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
}
a.video {
    background: #0a3553;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 37px;
    line-height: 37px;
    margin: 19px 0 0 0;
    padding: 0;
    text-align: center !important;
    width: 135px;
}
a.video:hover {
    color: #ff9418;
}
.footer-top {
    float: left;
    margin-bottom: 15px;
    padding: 13px 0;
    width: 100%;
}
.bot-top ul {
    float: left;
    margin: 0;
    padding: 5px 0;
}
.bot-top li {
    border-right: 1px solid #D9D9D9;
    float: left;
    margin: 0;
    padding: 0 12px;
}
.bot-top.footer-top {
    height: auto;
}
.bot-top li span {
    color: #4f5050;
    font-size: 11px;
    font-weight: normal;
}
.footer-main-top-left.bot-top li span {
    color: #575656;
    font-size: 10px;
}
.bot-top li span:hover {
    color: #ff9418;
}
.bot-mid {
    float: left;
    margin: 15px 0 0 0;
    padding: 0 0 8px 0;
    width: 1080px;
}
.list1 {
    float: left;
    margin: 7px 0 0 0;
    width: 650px;
}
.list1 ul {
    float: left;
    margin: 0;
    padding: 0;
}
.list1 li {
    float: left;
    margin: 0;
    padding: 0;
}
.list1 li a {
    color: #457eaa;
    font-size: 10px;
    font-weight: normal;
}
.list1 li a:hover {
    color: #103f64;
}
.list1 li span {
    color: #457eaa;
    float: none;
    font-size: 10px;
    font-weight: normal;
    padding: 0 8px;
}
.copy {
    float: left;
    padding: 7px 0 0 0;
}
.copy span {
    color: #5e5e5f;
    float: left;
    font-size: 10px;
    font-weight: normal;
}
.social {
    float: right;
}
.social span {
    color: #5e5e5f;
    float: left;
    font-size: 10px;
    font-weight: normal;
    padding: 7px 0 0 0;
}
.social a {
    float: left;
    padding: 0 3px;
}
#block-menu-menu-screwplant-menu .block-title {
    display: none;
}
.product-top-menu .block-title {
    border-bottom: 1px double #0a3553;
    display: none;
}
#block-menu-menu-screwplant-menu .menu li .menu {
    display: none;
}
#block-menu-menu-screwplant-menu .menu li .menu ul {
    display: none;
}
.product-top-menu ul li {
    border-left: 1px solid #4d87b8;
    padding: 0 16px;
    text-transform: uppercase;
}
.middle-right li.first {
    border: none !important;
}
.panel-col-first {
    width: 100% !important;
}
.panel-col-last {
    width: 0 !important;
}
.pane-menu-menu-recent-posting h2 {
    color: #ff9418;
    font-size: 27px;
    font-weight: normal;
}
.pane-content {
    float: left;
    margin: 24px 0 0 0;
    width: 100%;
}
.pane-content ul.menu {
    border-bottom: 1px solid #0a3553;
    float: left;
    margin: 0;
    padding: 0 0 3px;
    width: 100%;
}
.pane-content ul.menu li {
    border-left: 1px solid #4d87b8;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0 16px;
    text-transform: uppercase;
}
.pane-content ul.menu li a {
    color: #4d87b8;
}
.pane-content ul.menu li a:hover {
    color: #0a3553;
}
.pane-content ul.menu li.first {
    border: 0;
    float: left;
    margin: 0;
    padding: 0 16px;
}
.pane-content ul.menu li.first a {
    color: #0a3553;
}
.view-resent-posting-videos .view-content {
    float: left;
    margin: 0 0 70px 0;
    width: 75%;
}
table.cols-2 {
    width: 100%;
}
table.cols-2 th.views-field-timestamp {
    color: #888;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 23px;
    text-transform: uppercase;
    width: 123px;
}
table.cols-2 th.views-field-php {
    color: #888;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
th.views-field {
    border-bottom: 2px dotted #888;
}
table.cols-2 tr.odd, table.cols-2 tr.even {
    background: 0;
    border-bottom: 0;
    height: 24px;
    padding: .1em .6em;
}
table.cols-2 tr.views-row-first {
    background: 0;
    border-bottom: 0;
    height: 33px;
    padding: .1em .6em;
}
tr.views-row-first td {
    vertical-align: bottom !important;
}
.views-field-timestamp {
    color: #333;
}
.views-field-php {
    color: #076dc3;
}
table.cols-2 td {
    color: #333;
    vertical-align: middle;
}
td.views-field-php pre {
    padding: 5px 0 0 0;
}
.view-resent-posting-videos .item-list {
    float: left;
    width: 75%;
}
#block-menu-menu-screwplant-menu ul.menu {
    float: left;
    margin: 0;
    padding: 0 0 8px 0;
    width: 200px;
}
#block-menu-menu-screwplant-menu ul.menu li.main-ul {
    background: url(../../../images/arrow-big.png) no-repeat 6px center #f5f5f5;
    clear: both;
    color: #565555;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin: 0 0 5px 0;
    padding: 0 0 0 20px;
    padding: 0;
    width: 200px;
}
#block-menu-menu-screwplant-menu li.leaf {
    background: url(../../../images/arrow-small.png) no-repeat 6px center;
    color: #565555;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 0 20px;
    width: 180px;
}
#middle-wrapper {
    border-bottom: 3px solid #144367;
    float: left;
    width: 1080px;
}
#bot-mid {
    float: left;
    width: 1080px;
}
.main-cont {
    float: left;
    width: 1080px;
}
.special-right {
    float: left;
    width: 230px;
}
.archieves {
    float: left;
    width: 230px;
}
.archieves fieldset {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 20px 0 0 17px;
}
.archieves legend {
    color: #ff9418;
    margin: 0;
    padding: 0;
}
.archieves fieldset p {
    border-bottom: 1px dashed #cccdcd;
    color: #103f64;
    padding: 0 0 10px 5px;
    width: 174px;
}
.archieves fieldset p.old {
    border-bottom: 0;
    color: #103f64;
    padding: 12px 0 33px 5px;
}
.help {
    float: left;
    margin: 17px 0 0 0;
    width: 230px;
}
.help fieldset {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 20px 0 0 17px;
}
.help fieldset img {
    padding: 0 10px 0 17px;
    vertical-align: middle;
}
.help legend {
    color: #ff9418;
    margin: 0;
    padding: 0 8px 0;
}
.help fieldset p {
    color: #010101;
    line-height: 18px;
    padding: 0 0 0 5px;
}
.help fieldset p a {
    color: #0156bb;
}
.help fieldset p a:hover {
    color: #0156bb;
    text-decoration: none;
}
.help fieldset p.date {
    color: red;
    line-height: 18px;
    padding: 0 0 17px 5px;
}
.archives-filedset {
    border: auto;
}
.archives-legend {
    display: block;
}
.pane-views {
    float: left;
    width: 75%;
}
.pane-block-6 {
    float: left;
    width: 25%;
}
.footer-border {
    border-bottom: 3px solid #103f64;
    float: left;
    margin: 0;
    margin-bottom: 5px;
    width: 1080px;
}
#block-block-2 {
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 1080px;
}
.child-class {
    height: auto;
}
#block-menu-menu-screwplant-menu .menu li .menu li .menu {
    display: none;
}
#block-menu-menu-screwplant-menu li.click-sub-menu {
    background: url(../../../images/arrow-small.png) no-repeat 6px center;
    clear: both;
    color: #565555;
    display: block;
    float: none;
    font-size: 12px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 0 20px;
    width: 180px;
}
ul.manu-main {
    float: left;
    padding: 0;
    width: 220px;
}
ul.manu-main li.manu-main-li {
    background: url("../../../images/sprite-arrow.png") no-repeat scroll 15px -17px #f5f5f5;
    clear: both;
    color: #565555;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin: 0 0 5px 0;
    margin: 0;
    padding: 0 0 0 30px;
    width: 190px;
}
ul.manu-main1 {
    float: left;
    padding: 0;
    width: 190px;
}
ul.manu-main1 li.manu-main1-li {
    background: url("../../../images/sprite-arrow.png") no-repeat scroll 7px 0 transparent;
    clear: both;
    color: #103f64;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    margin: 0 0 5px 0;
    margin: 0;
    padding: 0 0 0 20px;
    width: 170px;
}
ul.manu-main2 {
    float: left;
    padding: 0;
    width: 170px;
}
ul.manu-main2 li.manu-main2-li {
    color: #565555;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    margin: 0 0 3px 0;
    margin: 0;
    padding: 0 0 0 20px;
    width: 150px;
}
.manu-main-li a {
    color: #565555 !important;
}
.manu-main1-li a {
    color: #103f64 !important;
}
.manu-main2-li a {
    color: #346a98 !important;
}
.manu-main2-li a:hover {
    color: #103f64 !important;
}
.product-top-menu li {
    font-size: 11px;
}
.mid-list2 {
    float: left;
    width: 220px;
}
.middle-main {
    float: left;
    padding: 0 0 54px 0;
    width: 1065px;
}
.middle-cont-top {
    float: left;
    margin: 0 0 25px 0;
    width: 1065px;
}
.middle-cont-top h2 {
    color: #ff9418;
    font-size: 27px;
    font-weight: normal;
}
.middle-cont-top ul {
    border-bottom: 1px solid #0a3553;
    float: left;
    margin: 0;
    padding: 11px 0 3px 0;
    text-transform: uppercase;
    width: 100%;
}
.middle-cont-top li {
    float: left;
    margin: 0;
    padding: 0;
}
.middle-cont-top li a {
    color: #4d87b8;
    font-size: 11px;
    font-weight: normal;
}
.middle-cont-top li a:hover {
    color: #0a3553;
}
.middle-cont-top li span {
    color: #4d87b8;
    padding: 0 16px;
}
.middle-cont-top li a.first {
    color: #0a3553;
    font-size: 11px;
    font-weight: normal;
    padding: 0 0 0 15px;
}
.middle-cont-top li a.last {
    color: #ff9418;
    font-size: 11px;
    font-weight: normal;
}
.middle-left-main {
    float: left;
    width: 780px;
}
.middle-right-main {
    float: left;
    width: 285px;
}
.mid-list2 ul {
    float: left;
    margin: 0;
    padding: 0;
}
.mid-list2 li {
    background: url(../../../images/arrow-big.png) no-repeat 6px center #f5f5f5;
    color: #565555;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    width: 200px;
}
.mid-list2 li a {
    color: #346a98;
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
}
.mid-list2 li.blue {
    background: url(../../../images/arrow-big.png) no-repeat 6px center #103f64;
    clear: both;
    color: #565555;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    width: 200px;
}
.mid-list2 li.blue a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
}
.mid-list2 li.blue a:hover {
    color: #fff;
}
.mid-list2 li a:hover {
    color: #103f64;
}
.middle-left2 {
    float: left;
    margin: 0 0 0 28px;
    width: 505px;
}
.middle-left2 h3 {
    color: #103f64;
    font-size: 16px;
    font-weight: normal;
}
.middle-left2 p {
    color: #787674;
    font-size: 13px;
    font-weight: normal;
    padding: 11px 0 0 0;
}
.middle-left2 ul {
    float: left;
    margin: 33px 0 0 0;
    padding: 0;
}
.middle-left2 li {
    float: left;
    margin: 0 62px 12px 0;
    padding: 0;
}
.middle-left2 li.no-marg {
    float: left;
    margin: 0 0 12px 0;
    padding: 0;
}
.special-right1 {
    float: right;
    width: 230px;
}
.archieves1 {
    float: left;
    margin: 0 0 30px 0;
    width: 230px;
}
.archieves1 fieldset {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 20px 0 0 17px;
}
.archieves1 legend {
    color: #ff9418;
    margin: 0;
    padding: 0 7px;
}
.archieves1 fieldset ul {
    float: left;
    margin: 0;
    padding: 0;
}
.archieves1 fieldset li {
    border-bottom: 1px dashed #cccdcd;
    color: #103f64;
    font-size: 11px;
    padding: 8px 0 14px 5px;
    width: 174px;
}
.archieves1 fieldset li.old {
    border-bottom: 0;
}
.archieves1 fieldset li a {
    color: #103f64;
}
.archieves1 fieldset li a:hover {
    color: #0a3553;
}
.archieves1 fieldset p {
    border-bottom: 1px dashed #cccdcd;
    color: #103f64;
    font-size: 11px;
    padding: 8px 0 14px 5px;
    width: 174px;
}
.archieves1 fieldset p.old {
    border-bottom: 0;
}
.five {
    margin: 0;
}
.middle-desc {
    float: left;
    width: 780px;
}
.gerald-img {
    float: left;
}
.gerald-cont {
    float: left;
    margin: 38px 0 0 33px;
}
.gerald-cont h4 {
    color: #ff9418;
    font-size: 16px;
    font-weight: normal;
}
.gerald-cont p {
    color: #3e3635;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 0 0 0;
}
.gerald-cont p.pioner {
    color: #4d87b8;
    font-size: 13px;
    font-weight: normal;
    padding: 18px 0 0 0;
}
.gerald-desc {
    float: left;
    margin: 14px 0 0 0;
    width: 780px;
}
.gerald-desc p {
    color: #3e3635;
    font-size: 13px;
    font-weight: normal;
}
.help1 {
    float: left;
    margin: 19px 0 0 0;
    width: 230px;
}
.help1 fieldset {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 17px;
}
.help1 fieldset img {
    padding: 0;
    vertical-align: middle;
}
.help1 legend {
    color: #ff9418;
    margin: 0;
    padding: 0 8px 0 64px;
}
.help1 fieldset p {
    color: #010101;
    color: #103f64;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 0 5px;
}
.help1 fieldset p img {
    float: left;
    margin: -25px 0 0 0;
}
.help1 fieldset p span {
    float: left;
    padding: 6px 0 0 10px;
    width: 130px;
}
.view-news-letter .view-content {
    float: left;
    width: 75%;
}
.view-news-letter .view-footer {
    float: left;
    width: 25%;
}
.view-news-letter .views-table {
    width: 75%;
}
.view-news-letter table.views-table th.views-field-created {
    color: #888;
    width: 120px;
}
.view-news-letter table.views-table th.views-field-nothing {
    color: #888;
}
.news-title {
    float: left;
    margin: 0;
    width: 820px;
}
.news-title h2 {
    color: #ff9418;
    font-size: 27px;
    font-weight: normal;
}
.mid-right-cont-left {
    float: left;
    width: 540px;
}
.middle-left2 ul {
    border-bottom: 0;
    float: left;
    margin: 33px 0 0;
    padding: 0;
}
.mid-right-cont-right {
    float: left;
    width: 285px;
}
.archieves1 fieldset ul {
    border-bottom: 0;
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}
.help {
    float: left;
    margin: 17px 0 0 0;
    width: 230px;
}
.help fieldset {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 20px 0 0 17px;
}
.help fieldset img {
    padding: 0 10px 0 17px;
    vertical-align: middle;
}
.help legend {
    color: #ff9418;
    margin: 0;
    padding: 0 8px 0;
}
.help fieldset p {
    color: #010101;
    font-size: 11px;
    line-height: 18px;
    padding: 0 0 0 5px;
}
.help fieldset p a {
    color: #0156bb;
    padding: 0 0 0 3px;
    text-decoration: underline;
}
.help fieldset p a:hover {
    color: #0156bb;
    text-decoration: none;
}
.help fieldset p.date {
    color: red;
    line-height: 18px;
    padding: 0 0 17px 5px;
}
.addbg {
    background: url(../images/add-bg4.gif) repeat-x;
    float: left;
    height: 110px;
    margin: 0;
    padding: 0;
    width: 220px;
}
.addbg p {
    color: #85898b;
    float: left;
    font-size: 12px;
    font-weight: normal;
    padding: 23px 16px 0 16px;
}
#middle-wrapper1 {
    float: left;
    margin: 18px 0 40px 15px;
    width: 1065px;
}
.middle-main1 {
    float: left;
    padding: 5px 0 37px 0;
    width: 1065px;
}
.middle-top1 {
    float: left;
    width: 1065px;
}
.middle-top1 h4 {
    color: #103f64;
    font-size: 19px;
    font-weight: normal;
}
.middle-top1 p.yellow {
    color: #ff9418;
    font-size: 13px;
    font-weight: normal;
    padding: 23px 0 0 0;
}
.middle-top1 p {
    color: #817f7f;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 0 11px 0;
}
.middle-top1-cont {
    float: left;
    width: 1065px;
}
.bord-yellow {
    border: 1px solid #ffb764;
    float: left;
    height: 3px;
    width: 1065px;
}
.middle-top1-cont p {
    color: #817f7f;
    font-size: 13px;
    font-weight: normal;
    padding: 15px 0 0 0;
}
.middle-top1-cont p span {
    color: #fd0303;
    font-size: 11px;
    font-weight: bold;
}
.middle-top1-cont p.yellow {
    color: #ff9418;
    font-size: 11px;
    font-weight: normal;
    padding: 6px 0 25px 0;
}
.middle-top1-left {
    float: left;
    margin: 0 0 18px 0;
    width: 1065px;
}
.form1 {
    float: left;
    margin: 0 80px 12px 0;
    width: 405px;
}
.form1 label {
    color: #1f6aa9;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 0 0 0;
    text-transform: uppercase;
    width: 167px;
}
.form1 input[type="text"] {
    border: 1px solid #d1d1d1;
    height: 28px;
    width: 228px;
}
.form1 span {
    color: #1f6aa9;
    font-size: 11px;
    font-weight: normal;
    padding: 0 30px 0 0;
}
.middle-top1-cont1 {
    float: left;
    width: 1065px;
}
.middle-top1-cont1 p {
    color: #817f7f;
    font-size: 13px;
    font-weight: normal;
    padding: 21px 0 28px 0;
}
.form1 label.long {
    color: #1f6aa9;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding: 8px 0 0 0;
    text-transform: uppercase;
    width: 255px;
}
.form2 {
    float: left;
    margin: 0 0 12px 0;
    width: 1065px;
}
.form2 label {
    color: #1f6aa9;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding: 8px 0 0 0;
    text-transform: uppercase;
    width: 304px;
}
.form2 input[type="text"] {
    border: 1px solid #d1d1d1;
    height: 43px;
    width: 490px;
}
a.submit {
    background: #103f64;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0 0 0 83px;
    text-align: center;
    width: 107px;
}
a.reset {
    background: #103f64;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0 0 0 28px;
    text-align: center;
    width: 107px;
}
a.submit:hover {
    color: #ff9418;
}
a.reset:hover {
    color: #ff9418;
}
.pcir {
    color: red;
    display: none;
    font-weight: bold;
    padding: 0 0 18px 400px;
}
.reqfiled {
    border: 1px solid red !important;
}
.form-item, .form-actions {
    margin-bottom: 0;
    margin-top: 0;
}
.ndr-span input {
    border: 1px solid red;
}
.form2 input.form-submit {
    background: none repeat scroll 0 0 #0a3553;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    margin: 0 7px 0 0;
    padding: 0 0 0 16px;
    padding: 0;
    text-align: center;
    width: 75px;
}
.form2 input.reset {
    background: none repeat scroll 0 0 #0a3553;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    margin: 0 7px 0 0;
    padding: 0 0 0 16px;
    padding: 0;
    text-align: center;
    width: 75px;
}
.national-desc p {
    color: #39566f;
    font-size: 13px;
    margin-bottom: 20px;
}
.chat-img {
    left: 0;
    position: absolute;
    top: 0;
}
.relative {
    position: relative;
}
.archieves1 fieldset p {
    border-bottom: 0;
}
.right-section-national {
    float: right;
    width: 824px;
}
.right-hd {
    float: left;
    width: 100%;
}
.right-hd h2 {
    color: #103f64;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}
.right-hd p {
    color: #787674;
    font-size: 14px;
}
.astra-table {
    float: left;
    padding-top: 15px;
    width: 100%;
}
.bot-line-th {
    background: url(../../../images/bot-line.gif) no-repeat bottom;
    height: 4px;
}
.astra-table table th {
    color: #f67809;
    font-size: 12px;
    font-weight: normal;
}
.astra-table table th a {
    color: #103f64;
    font-size: 12px;
    margin-left: 10px;
    text-decoration: none;
}
.astra-table table th a:hover {
    color: #f67809;
}
.astra-table table th a span {
    font-size: 16px;
}
.astra-table table td {
    color: #39566f;
    font-size: 15px;
    line-height: 35px;
}
a.readmore {
    color: #4d87b8;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
a:hover.readmore {
    color: #103f64;
    text-decoration: none;
}
.astra-table table tr.selectrow {
    background: #f3f6f8;
}
.chat legend {
    padding: 0 8px 0 85px;
}
.chat p span {
    margin: -19px 0 0 0;
    padding: 0 0 0 78px !important;
    width: auto !important;
}
.chat fieldset {
    padding: 0 0 18px 17px;
}
.add-your-exp {
    color: #4d87b8;
    font-size: 11px;
    font-weight: normal;
}
.astra-table tbody {
    border: 0;
}
#ndr-page ul.pager {
    background: 0;
    margin: 0;
}
#ndr-page .pager li {
    padding: 0;
    text-transform: uppercase;
}
#ndr-page {
    float: right;
}
.radio-div {
    float: right;
}
.resizable-textarea textarea {
    width: 629px !important;
}
.slideshow-wrapper {
    margin: 0 auto 20px;
    position: relative;
    width: 1080px;
}
ul.slideshow {
    height: 420px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 1080px;
}
.slideshow .slide {
    display: block;
    height: 420px;
    left: 0;
    top: 0;
    width: 1080px;
}
.slideshow-wrapper .browse-button {
    overflow: hidden;
    text-decoration: none;
    text-indent: -999px;
    visibility: hidden;
}
.slideshow-wrapper:hover .browse-button {
    visibility: visible;
}
.slideshow-wrapper .backward {
    background: url(../../../images/slideshow-arrows.png) 0 0 no-repeat;
    height: 50px;
    left: 10px;
    position: absolute;
    top: 45%;
    width: 50px;
}
.slideshow-wrapper .backward:hover {
    background-position: 0 -50px;
}
.slideshow-wrapper .forward {
    background: url(../../../images/slideshow-arrows.png) -50px 0 no-repeat;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 45%;
    width: 50px;
}
.slideshow-wrapper .forward:hover {
    background-position: -50px -50px;
}
.slideshow-wrapper .browse-button, .slideshow-wrapper .tab-pager {
    z-index: 50;
}
.the-slideshow .tab-pager {
    bottom: 15px;
    position: absolute;
    right: 15px;
}
.the-slideshow .slideshow {
    background-color: #fff;
}
.the-slideshow .slideshow .slide {
    display: none;
    overflow: hidden;
}
.the-slideshow .slideshow .slide.first {
    display: block;
}
.the-slideshow {
    color: #333;
}
.the-slideshow h2, .the-slideshow h3, .the-slideshow h4, .the-slideshow h5, .the-slideshow h6, .the-slideshow a {
    color: #333;
}
.tab-pager a {
    float: left;
    height: 20px;
    margin-right: 3px;
    overflow: hidden;
    text-align: center;
    text-indent: -999px;
    width: 20px;
}
.tab-pager.tab-pager-simple a {
    background-color: #eee;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #777;
    moz-border-radius: 2px;
    moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    webkit-border-radius: 2px;
    webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
.tab-pager.tab-pager-simple a.current, .tab-pager.tab-pager-simple a.activeSlide, .tab-pager.tab-pager-simple a:hover {
    background-color: #ccc;
}
.tab-pager.tab-pager-img a {
    background: 0 0 no-repeat transparent;
}
.tab-pager.tab-pager-img a.current, .tab-pager.tab-pager-img a.activeSlide {
    background-position: 0 -30px;
}
.tab-pager.tab-pager-img a:hover {
    background-position: 0 -60px;
}
.tab-pager.tab-pager-rounded-lgray a {
    background: url(../../../images/tab-pager-rounded-lgray.png) 0 0 no-repeat transparent;
}
.tab-pager.tab-pager-circle-lgray a {
    background: url(../../../images/tab-pager-circle-lgray.png) 0 0 no-repeat transparent;
}
.tab-pager.tab-pager-ring-lgray a {
    background: url(../../../images/tab-pager-ring-lgray.png) 0 0 no-repeat transparent;
}
.widget {
    display: inline;
}
.widget .widget-title {
    clear: both;
    margin: 0 0 7px;
    padding: 15px 0 0;
}
.widget .widget-title h2 {
    color: #e25203;
    font-size: 15px;
    font-weight: bold;
}
.widget .mini-products-images-list .product-image {
    border: 1px solid #a9a9a9;
    display: block;
    height: 76px;
    margin: 0 auto;
    width: 76px;
}
.widget .mini-products-images-list li.item {
    float: left;
    height: 77px;
    width: 77px;
}
.widget-new-products {
    display: block;
}
.col-main .widget-new-products {
    margin: 7px 0;
}
.widget-new-products .products-grid .product-image, .widget-new-products .products-list .product-image {
    height: 85px;
    width: 85px;
}
.widget-new-products .products-list .product-shop {
    margin-left: 100px;
}
.sidebar .widget-new-products .block {
    font-size: 11px;
    line-height: 1.25;
}
.sidebar .widget-new-products .block-title strong {
    background: url(../../../images/widgets/i_widget-new.gif) 0 1px no-repeat;
    color: #dc5033;
    padding-left: 21px;
}
.widget-viewed {
    display: block;
}
.col-main .widget-viewed {
    margin: 7px 0;
}
.widget-viewed .products-grid .product-image, .widget-viewed .products-list .product-image {
    height: 85px;
    width: 85px;
}
.widget-viewed .products-list .product-shop {
    margin-left: 100px;
}
.sidebar .widget-viewed .block {
    font-size: 11px;
    line-height: 1.25;
}
.sidebar .widget-viewed .block-title strong {
    background: url(../../../images/widgets/i_block-list.gif) 0 0 no-repeat;
    padding-left: 21px;
}
.widget-compared {
    display: block;
}
.col-main .widget-compared {
    margin: 7px 0;
}
.widget-compared .products-grid .product-image, .widget-compared .products-list .product-image {
    height: 85px;
    width: 85px;
}
.widget-compared .products-list .product-shop {
    margin-left: 100px;
}
.sidebar .widget-compared .block {
    font-size: 11px;
    line-height: 1.25;
}
.sidebar .widget-compared .block-title strong {
    background: url(../../../images/widgets/i_block-list.gif) 0 0 no-repeat;
    padding-left: 21px;
}
.sidebar .widget-static-block {
    display: block;
    margin: 0 0 15px;
}
.top-container .widget a {
    padding: 0 0 0 7px;
}
.bottom-container .widget a {
    padding: 0 3px;
}
.widget-product-link-inline {
    display: inline;
}
.col-main .widget-product-link {
    display: block;
    margin: 7px 0;
    text-align: right;
}
.col-main .widget-product-link a {
    background: url(../../../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding-right: 15px;
}
.sidebar .widget-product-link {
    display: block;
    margin: 0 0 15px;
    padding: 0 10px;
}
.sidebar .widget-product-link a {
    background: url(../../../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding: 0 15px 0 0;
}
.widget-category-link-inline {
    display: inline;
}
.col-main .widget-category-link {
    display: block;
    margin: 7px 0;
    text-align: right;
}
.col-main .widget-category-link a {
    background: url(../../../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding-right: 15px;
}
.sidebar .widget-category-link {
    display: block;
    margin: 0 0 15px;
    padding: 0 10px;
}
.sidebar .widget-category-link a {
    background: url(../../../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding: 0 15px 0 0;
}
.widget-cms-link-inline {
    display: inline;
}
.col-main .widget-cms-link {
    display: block;
    margin: 7px 0;
    text-align: right;
}
.col-main .widget-cms-link a {
    background: url(../../../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding-right: 15px;
}
.sidebar .widget-cms-link {
    display: block;
    margin: 0 0 15px;
    padding: 0 10px;
}
.sidebar .widget-cms-link a {
    background: url(../../../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding: 0 15px 0 0;
}
.sh-popup h2 {
    color: #faae3c;
    font: bold 22px arial;
}
.sh-popup label {
    color: #b8b8b8;
    font: bold 18px arial;
    padding-top: 12px;
}
#cboxClose {
    font: normal 14px arial;
    text-transform: capitalize;
}
.download-left {
    float: left;
    width: 665px;
}
.download-right {
    background: url(../../../images/divider.gif) no-repeat 0 40px;
    float: right;
    margin: 40px 0 0 20px;
    padding-left: 40px;
    width: 354px;
}
.download-page-title {
    color: #ff951d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20pt;
    font-weight: normal;
}
.video-title {
    color: #514e4e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    margin: 0 0 8px;
}
.video-container {
    margin: 5px 0 25px 0;
}
.video-description {
    color: #7a7878;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.related-video-title {
    color: #4b87a0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.related-video {
    height: 30px;
    vertical-align: middle;
}
.see-video-btn {
    background: #98c5da;
    color: #fff;
    float: right;
    font-size: 8.5pt;
    padding: 6px 10px;
}
.related-video-container {
    /* height: 80px;
    */
    margin: 15px 5px 0 0;
    min-height: 130px;
    position: relative;
}
.related-video-container .video {
    float: left;
    width: 131px;
}
.related-video-container .related-video-detail {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 12ptpx;
    margin: 15px 0 0 10px;
    width: 180px;
}
.related-video-container .related-video-detail a {
    color: #ff9703;
}
.related-video-container .related-video-detail .publisg-date {
    color: #7a7878;
    margin-top: 5px;
}
.video-form-container {
    margin-top: 20px;
}
.video-form-container .share-link {
    color: #fb6e06;
    font-size: 12pt;
    font-style: italic;
}
.video-form-container .publish-date {
    float: right;
}
.video-form-container .video-form {
    background: url(../../../images/form-bg.gif) repeat-y top left;
    width: 673px;
}
.video-form-container .video-form .top-row {
    background: url(../../../images/form-bg.png) no-repeat;
    height: 30px;
    padding: 20px;
}
.video-form-container .video-form input[type=text], .video-form-container .video-form textarea {
    border: 1px solid #ccc;
    padding: 2px;
}
.video-form-container .video-form select {
    margin: 0 5px 0 0;
    padding: 5px 2px;
}
.video-form-container .video-form .permanent-link {
    border-right: 1px solid #ccc;
    color: #a9a8a8;
    float: left;
    font-size: 8pt;
    padding: 5px 0;
    width: 270px;
}
.video-form-container .video-form .permanent-link input[type=text] {
    width: 176px;
}
.video-form-container .video-form .button-container {
    border-right: 1px solid #ccc;
    float: left;
    padding: 7px 10px;
    width: 240px;
}
.video-form-container .video-form .button-container a {
    background: #0f395b;
    color: #fff;
    font-size: 10pt;
    margin-right: 2px;
    padding: 6px 10px;
}
.video-form-container .video-form .social-icn {
    float: left;
    padding: 2px 10px;
}
.video-form-container .video-form .bottom-row {
    color: #6d6d6d;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px 20px;
}
.video-form-container .video-form .bottom-row-top {
    text-align: right;
}
.video-form-container .video-form .bottom-row-top input[type=text] {
    height: 22px;
    width: 70px;
}
.video-form-container .video-form textarea {
    height: 90px;
    width: 627px;
}
.video-form-container .video-form .copy-code {
    float: left;
    font-size: 8pt;
    font-weight: normal;
    width: 100%;
}
#customOption {
    float: right;
}
.video-form-container .video-form .add-to-blog {
    float: left;
}
.video-form-container .video-form .video-size {
    float: right;
    width: 345px;
}
.no-padding {
    margin: 0 !important;
}
.video-form-container .video-form .last {
    background: url(../../../images/form-bg.png) no-repeat bottom left;
    float: left;
    height: 20px;
    width: 100%;
}
.video-form-container .form-item input.error, .video-form-container .form-item textarea.error, .video-form-container .form-item select.error {
    border: 1px solid red;
}
.sf-menu.sf-style-none li.sf-depth-1.first:hover a {
    background: url(../../../images/pix.png) no-repeat scroll -46px -335px transparent;
}

/* changes by Joginder */
.sf-menu.sf-style-none li.sf-depth-1 a.show-home-img {
    display: none;
}
.sf-menu.sf-style-none {
    margin-bottom: 0;
    float: none;
}
.block-superfish.contextual-links-region {
    position: inherit;
}
.sf-menu.sf-style-none li.sf-depth-1:hover > a,
.sf-menu.sf-style-none li.sf-depth-1:hover .sf-depth-1.nolink, .sf-menu.sf-style-none li.sf-depth-1:hover > span {
    border-bottom: 7px solid rgb(246, 142, 30);
    border-radius: 0;
    color: #004882 !important;
    height: 42px;
    padding: 30px 0 0;
    margin-right: 0;
    background: none;
}

.sf-menu.sf-style-none li.active-trail a.sf-depth-1,
.sf-menu.sf-style-none li.active-trail .sf-depth-1.nolink,
.sf-menu.sf-style-none li.active-trail span.trail{
    height: 42px;
    background: none;
    padding: 30px 0 0;
    border-bottom: 7px solid rgb(246, 142, 30);
    /*color: #004882 !important;*/
}

.sf-menu.sf-style-none li > a, .sf-menu.sf-style-none li .sf-depth-1.nolink, .sf-menu.sf-style-none li > span {
    color: #004882;
    font-size: 1.3em;
    text-shadow: none;
    height: 20px;
    padding: 30px 0 0;
    margin-right: 0;
    cursor: pointer;
    display: block;
}
.sf-menu.sf-style-none li > a.sf-depth-1 {
    font-weight: normal;
}
.sf-menu.sf-style-none li.active-trail {
    background: none;
    border-radius: 0;
    padding-top: 0;
    height: auto;
    color: inherit !important;
    text-shadow: none;
    margin:0 1%;
}
.sf-menu.sf-style-none > li.sf-depth-1 {
    margin:0 1%;
}
.sf-menu.sf-style-none > li {
    position: inherit !important;
}
.sf-menu.sf-style-none li > ul {
    width: 99.5% !important;
    position: absolute;
    border-radius: 0;
    box-shadow: none;
    background: rgb(226, 226, 226);
    top: 79px;
    padding: 20px 5px 20px 10px;
    left: 0;
}
.sf-menu.sf-style-none li ul li a {
    color: #fff;
    font-size: 1em;
    line-height: 1em;
    text-align: left;
}
.sf-menu.sf-style-none li > ul > li.sf-depth-2 {
    width: 16% !important;
    margin-left: 40px;
    min-height: 85px;
}
.sf-menu.sf-style-none li > ul > li.sf-depth-2 > ul {
    display: block !important;
    background: none;
    left: 0 !important;
    top: 0;
    padding: 0;
    visibility: visible !important;
    position: inherit;
    margin-top: 5px;
    width: auto !important;
}
.sf-menu.sf-style-none li > ul > li.sf-depth-2 > ul li a, .sf-menu.sf-style-none li ul li ul li a {
    padding: 0;
    font-size: 1em;
    line-height: normal;
    color: rgb(31, 73, 104);
    background: none;
}
.sf-menu.sf-style-none li > ul > li.sf-depth-2 > ul li a:hover {
    color: rgb(31, 73, 104) !important;
}
.sf-menu.sf-style-none li > ul > li.sf-depth-2.sfHover ul {
    opacity: inherit !important;
}
.sf-menu.sf-style-none li > ul > li.sf-depth-2 .nolink,
.sf-menu.sf-style-none li > ul > li.sf-depth-2 a.sf-depth-2, .sf-menu.sf-style-none li ul li span {
    color: rgb(255, 141, 18);
    font-weight: normal;
    font-size: 1em;
    line-height: normal;
    text-shadow: none;
    background: none;
    padding: 0;
    text-transform: uppercase;
    white-space: normal;
}
.sf-menu.sf-style-none li > ul > li.sf-depth-2 a.sf-depth-2:hover {
    color: rgb(255, 141, 18) !important;
}
.sf-menu.sf-style-none li:hover ul li a {
    color: #fff;
    font-size: 1em;
}
.product-box {
    width: 1080px;
}
.product-box .pro-pro-box {
    width: 1080px;
}
.pro-listing {
    background: url(../../../images/bor-bt.jpg) bottom left repeat-x;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 2.3% 0;
    padding-bottom: 20px;
    float: left;
}
.pro-listing.last {
    float: right;
}
.pro-listing .thumbbox {
    float: left;
    width: 135px;
}
.pro-listing .thumbbox .thumbnail {
    display: block;
    margin: 0;
    padding: 0;
}
.pro-listing .thumbbox .thumbnail a {
    display: block;
    margin: 0;
    padding: 0;
}
.pro-listing .thumbbox .thumbnail a img {
    /* border: 1px solid #ccc;
    */
    margin: 0;
    padding: 0;
}
.pro-listing .thumb-details {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
    width: 370px;
}
.pro-listing .thumb-details h1 {
    color: #2c6e9f;
    font-size: 15px;
    line-height: none;
    margin: 0;
    padding: 0;
}
.pro-listing .thumb-details p {
    color: #020202;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}
.pro-listing .thumb-details p span {
    color: #989797;
    font-size: 11px;
    line-height: 12px;
    overflow: hidden;
    text-transform: uppercase;
}
.pro-listing .thumb-details p span a {
    color: #fd660b;
    line-height: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.pro-listing .thumb-details p span a:hover {
    color: #999;
}
.pro-tab {
    float: left;
    padding-bottom: 0;
    width: 1080px;
}
.pro-tab ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 655px;
}
.pro-tab li a {
    background: #184566;
    color: #fff;
    float: left;
    font-size: 10px;
    margin-right: 7px;
    padding: 5px 30px;
    text-align: center;
    text-transform: uppercase;
}
.pro-tab li a:hover {
    background: #ff9721;
}
.pro-tab li a.last {
    margin-right: 0;
}
.protab-title {
    color: #5082a7;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    text-align: left;
    width: 1080px;
}
.right-next {
    color: #aaabac;
    float: right;
    font-size: 12px;
    line-height: 12px;
    line-height: 34px;
    text-transform: uppercase;
}
.right-next a {
    color: #fb6602;
    font-size: 12px;
    line-height: 12px;
    padding: 0 5px;
    text-decoration: underline;
    text-transform: uppercase;
}
.right-next a:hover {
    text-decoration: none;
}
.left-pre {
    color: #aaabac;
    float: left;
    font-size: 12px;
    line-height: 12px;
    line-height: 34px;
    text-transform: uppercase;
    width: 700px;
}
.left-pre a {
    color: #184466;
    font-size: 12px;
    line-height: 12px;
    padding: 0 5px;
    text-decoration: underline;
    text-transform: uppercase;
}
.left-pre a:hover {
    text-decoration: none;
}
.footer-shadow {
    background: url(../../../images/footer-shadow.jpg) top left no-repeat;
    clear: both;
    display: block;
    height: 94px;
}
.title-new {
    color: #ff9721;
    display: inline-block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    text-align: left;
}
.title-new h1 {
    color: #ff9721;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 10px;
}
.down-box {
    width: 1080px;
}
.down-list {
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
}
.down-list.last {
    background: none;
    padding-bottom: 0px;
}
.down-list ul li h3 {
    color: #2c6e9f;
    display: block;
    font-size: 15px;
    line-height: none;
    margin-top: 0px;
    padding: 0;
}
.down-list ul li h3 a {
    color: #2c6e9f;
    font-size: 15px;
    line-height: none;
    margin: 15px 0 0px 0;
    padding: 0;
}
.down-list h3 span {
    color: #989797;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    overflow: hidden;
    text-transform: uppercase;
}
.down-list ul.first {
    background: url(../../../images/bor-bt.jpg) bottom left repeat-x;
    float: left;
    margin: 0px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0px;
    padding-bottom: 20px;
    width: 100%;
}
.down-list ul li {
    float: left;
    width: 290px;
}
.down-list ul.last {
    width: 200px;
}
.down-list li {
    margin: 0px;
    padding: 0px;
}
.down-list li a {
    color: #020202;
    font-size: 15px;
    line-height: 18px;
}
.clear {
    clear: both;
}
.links-float-right.links-border-left li {
    border: medium none;
    padding: 0;
}
.blue_globe {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../../../images/ic-toplinks-wishlist.png);
    background-position: -217px 292px;
    vertical-align: middle;
}
a.pic_1 {
    width: 266px;
    height: 127px;
    background-image: url(../../../images/ic-toplinks-wishlist.png);
    background-position: -10px 263px;
    vertical-align: middle;
    display: block;
}
a.pic_2 {
    width: 266px;
    height: 127px;
    background-image: url(../../../images/ic-toplinks-wishlist.png);
    background-position: -276px 263px;
    vertical-align: middle;
    display: block;
}
a.pic_3 {
    width: 266px;
    height: 127px;
    background-image: url(../../../images/ic-toplinks-wishlist.png);
    background-position: -10px 136px;
    vertical-align: middle;
    display: block;
}
a.pic_4 {
    width: 266px;
    height: 127px;
    background-image: url(../../../images/ic-toplinks-wishlist.png);
    background-position: -276px 136px;
    vertical-align: middle;
    display: block;
}
a.pic_1:hover, a.pic_2:hover, a.pic_3:hover, a.pic_4:hover {
    opacity: 0.2;
}
ul.socialnetwork_icons {
    padding-top: 0;
}
ul.socialnetwork_icons li {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 3px;
    background-image: url(../../../images/ic-toplinks-wishlist.png);
}
ul.socialnetwork_icons li.twitter {
    background-position: -10px -87px;
}
ul.socialnetwork_icons li.facebook {
    background-position: -43px -87px;
}
ul.socialnetwork_icons li.issuu {
    background-position: -76px -87px;
}
ul.socialnetwork_icons li.youtube {
    background-position: -108px -87px;
}
ul.socialnetwork_icons li.appstore {
    background-position: -141px -87px;
}
ul.socialnetwork_icons li.googleplay {
    background-position: -174px -87px;
}
ul.socialnetwork_icons li a {
    display: block;
    height: 20px;
    width: 20px;
}
.user-cart-links {
    float: right;
}
.user-cart-links .user-menu > .links {
    display: none;
}

.breadcrumb ol {
    padding-top: 29px;
}
.breadcrumb ol li a {
    float: none;
    display: inline;
}
.pro-tab ul li {
    padding: 0 0 2px 0;
}
.pane-menu-menu-recent-posting-menu ul.menu li {
    display: inline-block;
    padding-bottom: 0px;
    padding: 0 30px;
    border-right: 1px solid #fff;
    line-height: 85px;
    display: inline-block;
}


/* .pane-menu-menu-recent-posting-menu ul.menu li:last-child {
        border-right: none;
}
*/
.pane-menu-menu-recent-posting-menu ul.menu li a {
    margin-right: 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}
.pane-menu-menu-recent-posting-menu ul.menu li:last-child {
    border-right: none;
}

/* Css added on 13-11-2013-------------------------------- */
.section-recent-posting .pane-menu-menu-recent-posting-menu ul {
    float: left;
    background: url(../../../images/nav-tab.jpg) repeat-x;
    height: 85px;
    width: 1080px;
}
.section-recent-posting .view-resent-posting-videos .view-content {
    width: 100%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 15px;
}
.section-recent-posting th.views-field {
    height: 28px;
    background: #c7c6c6;
    color: #fff;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    border-bottom: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center !important;
    text-shadow: none !important;
    font-weight: bold;
}
.section-recent-posting th.views-field-timestamp {
    width: 255px;
    vertical-align: middle;
    text-align: center !important;
}
.section-recent-posting th.views-field-php {
    width: 302px;
    vertical-align: middle;
    text-align: center;
}
.section-recent-posting th.views-field-body {
    width: 540px;
    vertical-align: middle;
    text-align: center;
    border-right: none;
}
.section-recent-posting tr td.views-field {
    height: 38px;
    color: #134267;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
}
.section-recent-posting tr.recent-videos {
    background: #fff;
}
.section-recent-posting tr.recent-videos:hover {
    background: #F4F4F4;
}
.section-recent-posting td.views-field-body {
    text-transform: inherit !important;
    text-align: left !important;
    padding: 0 0 0 20px;
}
.section-recent-posting tr td.views-field {
    border-bottom: 1px solid #c7c6c6;
    font-size: 12px;
}
.section-recent-posting tr td.views-field a {
    color: #134267;
    font-size: 12px;
}
.section-recent-posting .view-resent-posting-videos .item-list {
    width: 100%;
}
.section-recent-posting td.views-field-php {
    text-align: left !important;
    padding: 0 0 0 20px;
}
.section-recent-posting td.views-field-timestamp {
    text-align: center !important;
}
.section-recent-posting .pane-views {
    margin-top: 6px;
    width: 1080px;
}
.section-recent-posting .item-list .pager {
    background: #fff;
    border: 1px solid #dedede;
    text-align: center !important;
}
.section-recent-posting .item-list .pager li a {
    text-transform: uppercase;
}
.section-recent-posting .item-list .pager li {
    margin: 0 0 0.25em 1.2em;
}
.section-recent-posting .item-list .pager li a:hover {
    /* text-decoration: underline;
    */ color: #fe7b3b;
}
.section-recent-posting .rss-feed {
    background: #e6e6e6;
    height: 48px;
    line-height: 45px;
    display: inline-block;
    width: 1056px;
    padding: 0 0 0 24px;
    margin-top: 6px;
}
.section-recent-posting .rss-feed p img {
    vertical-align: middle;
}
.section-recent-posting .rss-feed p a {
    text-shadow: none !important;
    font-size: 15px;
    color: #fd803f;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    padding: 0 0 0 10px;
}
.section-recent-posting .rss-feed p a:hover {
    text-decoration: none;
}
.section-recent-posting .panel-panel h2.pane-title {
    color: #066CC3;
    font-size: 22px;
    font-weight: 600;
    text-shadow: none;
}
.pro-listing .thumb-details p:last-child {
    padding-top: 15px;
}
.sf-menu.sf-style-none li.active-trail ul li.active-trail {
    padding-top: 0px;
    height: auto;
}
.pro-main {
    float: left;
    min-height: 200px;
}

/* Css  added on 20-11-2013--------------------------- */
table.resourcemedia {
    float: left;
    width: 100%;
}
table.resourcemedia td.pro-listing {
    width: 48%;
    margin: 0 1% 0 0;
    border-bottom: 2px dotted #b8b8b8;
    height: auto;
    background: none !important;
}
table.resourcemedia tr {
    float: left;
    width: 100%;
}
table.resourcemedia td.space {
    width: 20px;
}

/* Css  added on 21-04-2014--------------------------- */
/* ------------All Media Page css Start here------------ */
#all-media {
    float: left;
    width: 100%;
}
.left-section {
    float: left;
    width: 18%!important;
}
.video-category {
    float: left;
    width: 100%;
    background: #f7f9f9;
}
.video-category ul {
    margin: 0;
    padding: 0;
}
.video-category li {
    border-bottom: 1px solid #dee0e1;
}
.video-category li i {
    float: left;
    margin-right: 12px;
}
.video-category li a {
    padding: 12px 0;
    margin: 0 18px;
    display: block;
    background: url(../../../images/close-cate.png) no-repeat right center;
    color: #426bb4;
    font-size: 14px;
    text-transform: uppercase;
}
.video-category li a:hover {
    color: #939598;
}
.video-category li.open-tab a {
    color: #939598;
    background: url(../../../images/open-cate.jpg) no-repeat right center;
}
.video-category li ul {
    margin-left: 35px;
}
.video-category li ul li {
    border: none;
}
.video-category li.open-tab li a {
    padding: 0 0 2px;
    background: none;
    color: #426bb4;
}
.add-banner {
    margin: 10px 0 0;
    float: left;
    width: 194px;
}
.add-banner img {
    width: 100%;
}
.right-section {
    float: left;
    width: 80%;
    margin-left: 10px;
}
.search-top {
    margin: 0 0 12px;
    float: left;
    width: 480px;
    clear: both;
    position: relative;
}
.search-top input[type="search"] {
    float: left;
    border: 1px solid #a0a2a5;
    background: #fff;
    height: 28px;
    width: 96%;
    padding: 0 2%;
    font-size: 15px;
    color: #555;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .search-top input[type="search"] {
        width: 100%;
    }
}
.search-top .search-btn {
    background: url(../../../images/video-search.jpg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    right: 7px;
    border: none;
    cursor: pointer;
    font-size: 0;
}
.videsomain-div {
    margin: 0 0 12px;
    padding: 20px 0 8px 20px;
    float: left;
    background: #f1f1f1;
}
.videsomain-div:after {
    display: block;
    content: "";
    clear: both;
}
.videsomain-div ul, .pagination ul {
    margin: 0;
    padding: 0;
}
.videsomain-div li {
    padding: 5px;
    margin-right: 12px;
    margin-bottom: 12px;
    width: 182px;
    height: 245px;
    float: left;
    background: #fff url(../../../images/box-shadow.jpg) no-repeat right top;
}
.video-img {
    margin-bottom: 20px;
    float: left;
    display: block;
    position: relative;
    width: 100%;
    text-align: center !important;
    height: 135px;
}
.video-img img {
    max-height: 175x;
    max-width: 163px;
}
.videsomain-div li h4, .videsomain-div li h4 a {
    font-size: 14px;
    color: #426bb4;
    line-height: 20px;
    font-weight: normal;
}
.videsomain-div li p {
    font-size: 12px;
    color: #404041;
    line-height: 20px;
    font-weight: normal;
    word-break: break-all;
}
.cont-video {
    padding: 0 15px;
}
.pdf-img {
    position: absolute;
    /* left: -8px;
    */
    top: 15px;
}
.pagination {
    float: left;
    width: 100%;
    background: #f7f9f9;
    height: 38px;
}
.pagination li {
    float: left;
    margin: 0 5px;
}
.pagination li a {
    float: left;
    padding: 0 5px;
    display: block;
    font-size: 15px;
    color: #4e74b9;
    font-weight: 700;
    line-height: 38px;
}
.pagination li a:hover, .pagination li a.active {
    color: #4c4c4d;
}
.pagination li.prev a {
    background: url(../../../images/prev-page.jpg) no-repeat left center;
    padding-left: 16px;
    margin-left: 20px;
}
.pagination li.next a {
    background: url(../../../images/next-page.jpg) no-repeat right center;
    padding-right: 16px;
    margin-left: 20px;
}

/* ------------All Media Page css End here------------ */
/* ------------Resource Page css Start here------------ */
.resource-page {
    float: left;
    width: 100%;
}
.resource-banner {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    background: url(../../../images/resource-banner-bg.jpg) repeat;
}
.resource-banner img {
    float: left;
    margin-right: 33px;
}
.resource-banner h1 {
    padding: 52px 0 32px;
    font-size: 55px;
    color: #1a4764;
    line-height: 40px;
    font-weight: bold;
}
.resource-banner p {
    font-size: 22px;
    color: #000;
    line-height: 24px;
    font-weight: bold;
}
.three-box-video {
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 15px;
    border-bottom: 2px solid #0f4368;
}
.galley-box {
    margin-right: 20px;
    padding: 5px 10px;
    float: left;
    background: url(../../../images/gall-bg.jpg) no-repeat;
    width: 323px;
    background-size: 100%;
}
.galley-box a img {
    float: left;
    margin-right: 40px;
}
a.gall-txt {
    padding: 30px 0 0;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #1c4767;
}
.three-box-video .last {
    margin-right: 0;
    float: right;
}
.interactive-box {
    margin: 10px 20px 0;
    padding: 8px;
    background: #f3f3f4;
}
#frm_search .pager {
    background-color: #FFFFFF;
    color: #555555;
    line-height: 27px;
}
.prosthetic-main .pro-tab ul {
    width: 100%;
}
.prosthetic-main .pro-tab li a {
    margin-bottom: 7px;
}
.prosthetic-main .pro-left {
    float: left;
    width: 100%;
    clear: both;
}
.prosthetic-main .pro-listing {
    height: 130px;
}
.mad-top {
    margin-top: 5px;
}

/* ------------Resource Page css End here------------ */
/* Search Page CSS 23 Apr 2014 */
.video-category li a.noabg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0)
}
.search-top #edit-keys {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A0A2A5;
    color: #555555;
    float: left;
    font-size: 15px;
    height: 28px;
    padding: 0 2%;
    width: 96%;
}
.search-top #edit-keys--2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A0A2A5;
    color: #555555;
    float: left;
    font-size: 15px;
    height: 28px;
    padding: 0 2%;
    width: 96%;
}
#search-form--2 .form-item-store {
    display: none;
}
#search-form {
    display: none;
}
#search-form #edit-advanced {
    display: none;
}

/* .storechecked {
        background: url("../../../images/checked.gif") no-repeat scroll right center rgba(0, 0, 0, 0) !important
}
*/
#search-form .form-item-store {
    display: none;
}

/* Added New CSS 24042014 */
.auction-content li {
    background: url(../../../images/website-icon.png) no-repeat 0 3px;
    padding-left: 20px;
}
.auction-content li.storeicon {
    background: url(../../../images/store-icon.png) no-repeat 0 3px;
    padding-left: 20px;
}
.auction-content li.search-result {
    margin-bottom: 47px;
}
.auction-content li.search-result h3 {
    margin-bottom: 0px;
}
.auction-content li.search-result h3 a {
    font-weight: normal;
    font-size: 15px;
}
.auction-content li.search-result h3 a:hover {
    color: #939598;
}
.auction-content li span {
    color: #939598;
    font-size: 11px;
}
.auction-content li span a {
    color: #939598;
    font-size: 11px;
}
.auction-content li span a:hover {
    color: #939598;
    font-size: 11px;
    text-decoration: underline;
}
.auction-content li.search-result div p {
    font-size: 11px;
    color: #000;
}
.search-count {
    float: right;
    font-weight: bold;
    color: #939598
}

/* --------------Course Calendar page css Start here---------- */
body.node-type-course {
    text-shadow: none;
}
.node-type-course .products-list li.item {
    padding: 0;
}
#course-calendar {
    float: left;
    width: 100%;
}
.calendar-banner {
    margin: 0 0 10px;
    float: left;
    width: 100%;
    position: relative;
}
.calendar-banner h1 {
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 15px;
    text-shadow: 2px 2px 3px rgba(78, 124, 156, 1);
}
.back-cal {
    margin: 0 0 5px 15px;
    display: block;
    background: #fba827;
    clear: both;
    width: 98%;
}
.back-cal a {
    margin-left: 15px;
    padding-left: 10px;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    line-height: 23px;
    display: block;
    text-shadow: none;
    background: url(../../../images/arrow-back-cal.png) no-repeat left center;
}
.course-detail {
    margin-bottom: 20px;
    clear: both;
}
.course-detail a {
    padding-right: 12px;
    font-size: 12px;
    color: #ff9418;
    background: url(../../../images/arrow-course.png) no-repeat right center;
}
.reserve-section {
    margin: 0 0 30px;
    float: left;
    width: 100%;
    clear: both;
}
.reserv-left {
    float: left;
    width: 9%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    text-align: center !important;
}
.reserv-left span {
    font-size: 25px;
    color: #000000;
}
.reserv-midd {
    margin-left: 25px;
    margin-right: 22px;
    float: left;
    width: 18%;
    position: relative;
}
.round-bg {
    /* background: url(../../../images/cal-roundbg.png) no-repeat;
    */ background-size: 100%;
    width: 115px;
    height: 115px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
.creadit {
    padding: 17px 0;
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    background: #fba827;
    width: 59px;
    text-align: center !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    left: -40px;
    top: 20px;
}
.creadit small {
    font-size: 12px;
    font-weight: normal;
    display: block;
    text-align: center !important;
}
.reserve-now-btn {
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center !important;
    background: #2c5372;
    line-height: 31px;
}
a:hover.reserve-now-btn {
    color: #fff;
    opacity: 0.6;
}
.reserv-right {
    float: right;
    width: 800px;
}
.twoday-course {
    margin-bottom: 20px;
    float: left;
    width: 290px;
}
#course-calendar h4 {
    color: #2c5372;
    margin: 10px 0 0 14px
}
#course-calendar .twoday-course h4 {
    margin: 0;
    line-height: 12px;
}
.twoday-course small {
    font-size: 11px;
    line-height: 24px;
    font-weight: normal;
}
.twoday-course.smalldt {
    width: 500px;
}
.educational-center {
    float: right;
}
.cont-course-cal {
    clear: both;
    display: block;
    content: "";
}
.learning-ob-main {
    float: left;
    width: 100%;
    clear: both;
}
#course-calendar .learning-ob-main h4 {
    color: #ff9418;
    text-transform: uppercase;
    font-weight: normal;
}
.learning-ob-main p {
    margin-bottom: 20px;
}
.course-spe-info {
    margin-bottom: 40px;
    float: left;
    width: 100%;
    clear: both;
}
.course-spe-info table {
    border-collapse: separate;
    color: #5a5959;
    font-size: 12px;
    font-weight: normal;
}
.course-spe-info table tr:nth-child(2n+1) {
    background: #f0e7d8;
}
.course-spe-info table td {
    padding: 0 8px;
    line-height: 32px;
}
.course-spe-info table td a {
    color: #fba827;
    text-decoration: underline;
    padding-left: 10px;
    display: inline-block;
}
.blue-color {
    color: #73a9cf;
    text-transform: uppercase;
}
.addbanner-bottom {
    float: left;
    width: 100%;
    clear: both;
}

/* --------------Course Calendar page css End here---------- */
/* --------------Course Calendar page css End here---------- */
.calendar-new {
    margin-top: 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d3d0d0;
}
#course-calendar .right-section .last {
    border: none;
}
.calendar-new .reserv-right {
    width: 68%;
}
.calendar-new .course-detail {
    margin: 10px 0 0;
}
.calendar-new .reserve-section {
    margin: 0 0 20px;
}
.calendar-new .twoday-course {
    margin-bottom: 5px;
}
#course-calendar .right-section .back-cal a {
    background: none;
    padding: 0 10px;
    display: inline-block;
}
.pagination-cal {
    float: right;
    clear: both;
}
.pagination-cal ul {
    margin: 0;
    padding: 0;
}
.pagination-cal li {
    float: left;
    display: block;
    padding: 0 2px;
    color: #056cc1;
}
.pagination-cal li a {
    color: #000000;
}
.page-courselist .pager.last {
    background: url("../../../images/page-next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border: medium none;
    font-size: 0;
    height: 20px;
    margin: 10px 0 0 10px;
    width: 20px;
}
.calendar-date {
    padding: 18px;
}
.calendar-date h4 {
    margin: 0 0 24px;
    color: #5793c0;
    font-weight: normal;
}
.calendar-date span {
    color: #fd7903;
    text-transform: uppercase;
}
.calendar-date small {
    font-size: 12px;
    color: #629cc6;
    display: block;
    margin: -10px 0 0;
}
.calendar-date input {
    float: left;
    border: none;
    background: #3d7aaf;
    height: 20px;
    width: 100%;
}
.calendar-date img {
    position: relative;
    right: -140px;
    top: -18px;
}
#course-calendar div.sdmenu div a {
    color: #fd7903;
}
#course-calendar div.sdmenu div span {
    background: url(../../../images/close-list.jpg) no-repeat right center;
}
#course-calendar div.sdmenu div.collapsed span {
    background: url(../../../images/open-list.jpg) no-repeat right center;
}
#course-calendar div.sdmenu div a.sdsubmenu {
    color: #010101;
    margin: 0 18px 5px;
    padding: 0 5px;
    font-size: 13px;
    text-transform: none;
    line-height: 19px;
}
#course-calendar div.sdmenu div a:hover.sdsubmenu, #course-calendar div.sdmenu div a.active.sdsubmenu {
    background: #9b9b9b;
    color: #fff;
    text-shadow: none;
}
#course-calendar div.sdmenu div .active {
    color: #fff;
    background: #9B9B9B url(../../../images/closeicon.png) no-repeat 144px center !important;
    text-shadow: none;
}
#course-calendar .loca-in {
    background: none !important;
}
#course-calendar .loca-in input {
    background: #3d7aaf;
    height: 20px;
    border: none;
}
#course-calendar .loca-in input#txtlocation {
    width: 126px;
    float: left;
    margin: 2px 0 10px;
}
#course-calendar .loca-in input#btnlocation {
    width: 30px;
    background: #fba827;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 2px 0 10px;
}
.cllendrabg {
    margin: 0 5px 8px 18px !important;
    border-bottom: 0px !important;
    background: none !important;
    text-transform: inherit !important;
}
.cllendrabg small {
    color: #629cc6;
    font-size: 12px !important;
}
.seprator10 {
    height: 10px;
    border-bottom: none !important;
    background: none !important;
}

/* .cllendrabg input {
        background-color: #3d7aaf;
        color: #fff;
        border: none;
        padding: 2px 5px;
        width: 130px;
}
*/
.cllendrabg input {
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    padding: 2px 5px;
    width: 130px;
}
.cllendrabg img {
    float: right;
    margin-right: 20px;
}
#course-calendar div.sdmenu div a.sdsubmenu .active {
    color: #3d7AAF;
    background: url(../../../images/closeicon.png) no-repeat right center !important;
}
.page-courselist .pager, .sorter {
    background: inherit;
    color: #555;
    line-height: inherit;
    padding: 0;
}
.pager-page {
    float: left;
    width: auto;
    color: #000000;
}
.page-courselist .pager-next a, .page-courselist .pager-previous a {
    background: #9B9B9B;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 0 4px;
    text-shadow: none;
}
.page-courselist .item-list {
    float: left;
    text-transform: uppercase;
}
.page-courselist .item-list .pager li {
    padding: 0px;
}
.page-courselist .item-list ul li {
    margin-left: .5em
}
.page-courselist .reserve-now-btn {
    position: absolute;
    top: 120px;
}
.twoday-course a {
    color: #000000;
}
.question {
    background: url("../../../images/arrow-course.png") no-repeat scroll 85px rgba(0, 0, 0, 0);
    color: #FF9418;
    font-size: 12px;
    padding-right: 12px;
    cursor: pointer;
}
.answer {
    display: none;
}
.lbl-orange {
    color: #FF9418;
}
.node-type-course #course-calendar h4 {
    color: #FF6600;
    margin: 0 !important;
}
.course-speak-box {
    display: inline-block;
    margin: 7px 0;
}
.course-speak-left {
    float: left;
    width: 11%;
}
.course-speak-left img {
    border-radius: 10px;
    /* height: 100px;
    width: 100px;
    */
}
.course-speak-right {
    float: left;
    padding: 0 0 0 10px;
    width: 87%;
}
.weather-main {
    font-size: 12px;
    padding: 5px;
}
.weather-main h4 {
    font-size: 18px;
    color: #2C5372;
}
.w-col {
    float: left;
    width: 83px;
    line-height: 18px;
    padding-left: 5px;
    padding-top: 4px;
    vertical-align: middle;
}
.w-row {
    width: 100%;
    clear: both;
    display: inline-block
}
#inline_speakercontent hr {
    border: 1px solid #CCC;
    height: 1px;
}
.w-row:nth-child(odd) {
    background: #E7F0F5;
}
.sorta {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 11px;
    line-height: 23px;
    margin-left: 15px;
    padding: 0 10px;
    text-shadow: none;
}
.page-courselist .view-filters {
    display: none;
}
.reserve-link {
    margin-left: 50px;
}
.reserv-midd-dt {
    margin-left: 0px;
}
.reserv-midd-dt .reserve-link {
    margin-left: 40px;
}
.smalldt .lbl-orange {
    color: #FF9418;
    position: relative;
    top: -7px;
}
#course-calendar .pager-current {
    background: none repeat scroll 0 0 #9B9B9B;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 0 4px;
    text-shadow: none;
}

#passport-holder {
    position: relative;
    float: right;
    display: inline-block;
}
#passport-holder {
    opacity: 1;
}

/* Desktop (main menu) ------Joginder----- */
@media only screen and (min-width:1024px) and (max-width:1180px) {
    .sf-menu.sf-style-none li > a.sf-depth-1, .sf-menu.sf-style-none li .sf-depth-1.nolink {
        font-size: 1.1em;
    }
    .sf-menu.sf-style-none li.sf-depth-1 > ul .sf-depth-2 .sf-depth-3,
    .sf-menu.sf-style-none li.sf-depth-1 > .sf-depth-2 ul .nolink {
        font-size: .9em;
    }

}

/*Mobile fixes*/
@media all and (max-width:330px) {
    /*	.nav-container .header-top-search-wrapper .block-search #search-icon {
                    top: -80%;
                    right: -25px;
            }*/

    .user-cart-links {
        right: 10px !important;
    }

    .region .block.cart_link {
        right: 12%;
        top: 75px;
    }
    .region .block.country_list {
        right: 80px;
        top: 76px;
    }
    .header-top-search-wrapper .block-search #search-icon
    {top:78px;}

    .header-top-search-wrapper .block-search #search-icon
    {right: 8px;}
    .header-top-search-wrapper .block-search #search-icon::before
    {font-size: 1.5em;}
}

.section-clinical-cases .field-name-body ul {
    border-top: 8px solid rgb(153, 153, 153);
    display: inline-block;
    margin-top: 110px;
    padding: 0 1.3%;
    width: 98%;
}

.section-clinical-cases .field-name-body ul li{
    background: rgb(239, 239, 239);
    margin: 1.5% 0 0 1.5%;
    width: 18.09%;
    float: left;
    padding-bottom: 3%;
    border-radius: 4px
}

.section-clinical-cases .field-name-body ul li img {
    border: 2px solid rgb(153, 153, 153);
    border-radius: 4px 4px 0 0;
    clear: none;
    height: auto;
    max-width: 98%;
    text-align: center;
    width: 100%;
}

.section-clinical-cases .field-name-body ul li a {
    color: rgb(111, 135, 178);
    float: none;
}

.section-clinical-cases .field-name-body ul li .textspan1 {
    color: rgb(31, 73, 104);
    float: none;
    min-height: 111px;
}

.section-clinical-cases .field-name-body ul li .textspan2 {
    border: 1px solid rgb(247, 143, 30);
    border-radius: 4px;
    color: rgb(247, 143, 30);
    display: block;
    font-size: 1em;
    margin: 3% auto;
    padding: 2.5% 6%;
    text-align: center;
    width: 60%;

}

.section-clinical-cases .field-name-body ul li .textspan2:hover{background-color:rgb(247, 143, 30); color: #fff }

.section-clinical-cases .field-name-body ul li span {
    clear: both;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    height: auto;
    line-height: 1.2em;
    margin-top: 11px;
    padding: 0 10px;
    text-align: center;
    width: 91%;
    text-transform: uppercase;
}

.section-clinical-cases .field-name-body ul li .textspan2 b {
    font-weight: normal;
}

/* ====== Catalogs Page ====== */

.inner_cat_blk {
    padding: 2% 0 0 0;
    border-bottom: solid 16px rgb(246, 140, 31);
}
.image_left_cat {
    margin: 0 15% 0 0;
}
.right_cat_div {
    width: 50%;
    margin-left: 0;
}
.right_cat_div .blue_title_txt {
    margin: 5% 0 3% 0;
}
.right_cat_div .sec_org_txt {
    margin: 0 0 5% 0;
    font-size: 1.2em;
}
.right_cat_div div.nav {
    list-style: none;
    padding: 0;
    width: 30%;
    min-width: 250px;
    margin: 2% 0 0 0;
}
.right_cat_div div.nav a.catalog_drop_title {
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 2.5em;
    width: 100%;
    color: #ffffff;
    background: rgb(31, 73, 104);
}
.right_cat_div div.nav, .right_cat_div div.nav a.catalog_drop_title {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.right_cat_div div.nav:hover {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.right_cat_div div.nav:hover a.catalog_drop_title {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.right_cat_div div.nav div {
    width: 99%;
    height: auto;
    margin: 0;
    text-align: center;
    border:1px solid rgb(231, 231, 231);
    background: #F5F5F5;
}
.right_cat_div div.nav div:hover {
    background: #E8E8E8;
}
.right_cat_div div.nav div a {
    color: #7C7C7C;
    line-height: 2.5em;
    text-align: center;
    display: block;
}
.right_cat_div div.nav div:hover a{
    color: #5E5E5E;
}
.right_cat_div .nav div.n1, .right_cat_div .nav div.n2, .right_cat_div .nav div.n3 {
    display: none;
}
.right_cat_div div.nav:hover .n1, .right_cat_div .nav:hover .n2, .right_cat_div .nav:hover .n3 {
    display: block;
}

@media only screen and (max-width:1280px) {

    .section-clinical-cases .field-name-body ul li {
        font-size: 90%;
        width: 22.9%;
    }
}

@media only screen and (max-width:1024px) {

    .section-clinical-cases .field-name-body ul li {
        min-height: 19em;
        width: 22.9%;
    }

    .inner_cat_blk {
        padding:7% 0 5% 0;
        height: auto;
    }

}

@media only screen and (max-width: 768px){
    .section-clinical-cases .field-name-body ul li{
        width: 30.2%;
        margin: 2% 0 0 2%;
        height: auto;
        font-size: 90%;
        min-height: 19em;
    }

    .blue_btn a {
        font-size: 76%;
        padding: 2% 5% 2% 2%;
    }

}

@media only screen and (max-width:630px) {
    .section-clinical-cases .field-name-body ul li {
        font-size: 90%;
        min-height: 19em;
        width: 46.71%;
    }
}

@media only screen and (max-width: 593px) {
    .image_left_cat {
        width: 70%;
        margin: 10% 0 0 15%;
    }
    .right_cat_div {
        width: 100%;
    }
    .right_cat_div .blue_title_txt {
        margin-top: 0px;
        font-size: 2em;
        text-align: center;
    }
    .right_cat_div .sec_org_txt {
        text-align: center;
        font-size: 1em;
    }
    .last_blue_txt a {
        font-size: 1.2em;
    }
    .right_cat_div .button {
        text-align: center;
        margin: 0 auto 10px auto;
    }
    .right_cat_div div.nav {
        margin: 2% auto 0 auto;
    }
}

@media only screen and (max-width:480px) {
    .section-clinical-cases .field-name-body ul li{
        width: 46.65%;
        min-height: 14em;
    }
}

/*#colorbox .course-speak-right > p {
    font-size: 9pt!important;/*For Course detail page colorbox p tag*/
}*/
.calendar-banner > img {
    width: 100%!important;
}
.view-courselist .view-content{
    width: 98%;
}
.view-courselist .view-empty {
    margin-left: 15px;
}
#user-login > div {
    margin: 20px auto 0;
    padding: 20px;
    width: 40%;
    margin-bottom: 20px;
}
#user-login .form-item{
    padding-bottom: 15px;
}
#user-login .form-submit {
    background: #ff8d12 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    color: #ffeec7;
    font-size: 14px;
    padding: 4px;
    text-align: center;
    width: 81%;
    cursor: pointer;
    font-weight: bold;
}
#user-login .form-item label{
    width: 18%;
    float: left;
    line-height: 2em;
}
#user-login #edit-name,#user-login #edit-pass{
    width: 62%;
    height: 20px;
}
/* Country ajax filter */
#course_province p .no-result {
    margin-left: 20px;
    font-size: 13px;
}
.ajax-progress-throbber {
    background-image: url(../../../images/loader.gif);
    height: 16px;
    width: 16px;
    display: block;
    margin: 0 auto;
}
/*Admin menu fix*/
#admin-menu #admin-menu-wrapper .dropdown {
    float: left;
    height: auto;
}
/*TFA Login form*/
#tfa-form>div,#tfa-basic-setup-form>div,#tfa-basic-overview>div,#tfa-basic-disable-form>div{
    margin: 20px auto 0;
    padding: 20px;
    width: 40%;
    margin-bottom: 20px;
}
#tfa-basic-overview h3 {
    margin-top: 20px;
}
#tfa-form .form-item-code label {
    margin-bottom: 5px;
}
#tfa-form .form-item-trust-browser,#tfa-basic-setup-form .form-item-trust {
    padding: 10px 10px 5px 0px;
}
#tfa-form #edit-login,#tfa-basic-setup-form #edit-save,#tfa-basic-setup-form #edit-submit,
#tfa-basic-setup-form #edit-login,#tfa-basic-disable-form #edit-submit,#tfa-basic-disable-form #edit-cancel
{
    background: #ff8d12 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    color: #ffeec7;
    font-size: 14px;
    padding: 4px;
    text-align: center;
    width: 40%;
    cursor: pointer;
    font-weight: bold;
}
#tfa-basic-setup-form .form-item-current-pass>label,#tfa-basic-disable-form .form-item-current-pass>label{
    float:left;
}
#tfa-basic-setup-form .form-item-current-pass .description{
    margin-bottom: 15px;
}
#tfa-basic-setup-form .form-item-current-pass #edit-current-pass{
    margin-left: 10px;
    width: 53%;
}
#tfa-basic-disable-form .form-item-current-pass #edit-current-pass {
    margin-left: 10px;
    width: 47%;
}
#tfa-form #edit-fallback,#tfa-basic-setup-form #edit-cancel {
    background: #ff8d12 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    color: #ffeec7;
    font-size: 14px;
    padding: 4px;
    text-align: center;
    width: 40%;
    cursor: pointer;
    font-weight: bold;
}
#tfa-form .form-item .description,#tfa-basic-setup-form .form-item .description {
    font-size: 0.75em;
}
#tfa-form .form-item-trust-browser,#tfa-basic-setup-form .form-item-trust-browser {
    margin-top: 10px;
}
#tfa-form #edit-actions,#tfa-basic-setup-form #edit-save, #tfa-basic-setup-form #edit-cancel,
#tfa-basic-setup-form #edit-submit,#tfa-basic-setup-form #edit-login,#tfa-basic-disable-form #edit-cancel,
#tfa-basic-disable-form #edit-submit
{
    margin-top: 20px;
}
#tfa-form #edit-fallback,#tfa-basic-setup-form #edit-cancel,#tfa-basic-disable-form #edit-cancel {
    margin-left: 5%;
}
#tfa-form .form-item-trust-browser label,#tfa-basic-setup-form .form-item-trust label {
    font-size: 0.85em;
}
#tfa-basic-setup-form .item-list ul {
    margin-top: 10px;
}
#tfa-basic-setup-form .item-list ul li{
    margin: 0;
}

.section-contact-info .content h1, .section-contact-info .field-name-body{
    padding: 10px;
}
.section-contact-info .content h1 {
    background-color: #F2F2F2;
}
