﻿/*
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('/App_Themes/Skin_4/fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('/App_Themes/Skin_4/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),
		url('/App_Themes/Skin_4/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),
		url('/App_Themes/Skin_4/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),
		url('/App_Themes/Skin_4/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1);
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-square:before, .fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

/* jQuery UI - v1.9.0 - 2012-10-05
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    zoom: 1;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
    zoom: 1;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

* html .ui-autocomplete {
    width: 1px;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-datepicker-cover {
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}

.ui-dialog {
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 16px .1em 0;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 18px;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
            padding: 0;
        }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
        zoom: 1;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin: .5em 0 0 0;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 3px;
        bottom: 3px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        zoom: 1;
        width: 100%;
    }

    .ui-menu .ui-menu-divider {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        zoom: 1;
        font-weight: normal;
    }

        .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
            font-weight: normal;
            margin: -1px;
        }

    .ui-menu .ui-state-disabled {
        font-weight: normal;
        margin: .4em 0 .2em;
        line-height: 1.5;
    }

        .ui-menu .ui-state-disabled a {
            cursor: default;
        }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em;
    }

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    z-index: 100;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

span.ui-spinner {
    background: none;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom: 0;
            padding: 0;
            white-space: nowrap;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                padding: .5em 1em;
                text-decoration: none;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active {
                margin-bottom: -1px;
                padding-bottom: 1px;
            }

                .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
                    cursor: text;
                }

            .ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
                cursor: pointer;
            }

    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 1em 1.4em;
        background: none;
    }

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    -o-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

* html .ui-tooltip {
    background-image: none;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(/App_Themes/Skin_4/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222;
}

    .ui-widget-content a {
        color: #222;
    }

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(/App_Themes/Skin_4/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url(/App_Themes/Skin_4/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #555;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #555;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #999;
        background: #dadada url(/App_Themes/Skin_4/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-hover a, .ui-state-hover a:hover {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #aaa;
        background: #fff url(/App_Themes/Skin_4/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee url(/App_Themes/Skin_4/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
        color: #363636;
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec url(/App_Themes/Skin_4/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
        color: #cd0a0a;
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #cd0a0a;
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #cd0a0a;
    }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(/App_Themes/Skin_4/images/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(/App_Themes/Skin_4/images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(/App_Themes/Skin_4/images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(/App_Themes/Skin_4/images/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(/App_Themes/Skin_4/images/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(/App_Themes/Skin_4/images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(/App_Themes/Skin_4/images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(/App_Themes/Skin_4/images/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaa url(/App_Themes/Skin_4/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(/App_Themes/Skin_4/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/*
Cloud Zoom CSS. (c)2012-2013 Star Plugins.
*/
.cloudzoom-section-lens, .cloudzoom-lens {
    border: 5px solid #888;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor: crosshair;
    z-index: 10;
}

.cloudzoom-lens {
    height: 150px;
    width: 150px;
}

.cloudzoom-section-lens {
    height: 75px;
    width: 75px;
}

.cloudzoom-zoom {
    border: 1px solid #b7b7b7;
    width: 600px;
    height: 600px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    z-index: 800;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
}

.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none;
    z-index: 9999;
}

.cloudzoom-caption {
    display: none;
    text-align: left;
    background-color: #ddd;
    color: #666;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px;
    width: 600px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cloudzoom-blank {
    background-image: url(/App_Themes/Skin_4/images/blank.png);
}

.cloudzoom-ajax-loader {
    background-image: url(/App_Themes/Skin_4/images/ajax-loader.gif);
    width: 32px;
    height: 32px;
}

/*
Colorbox Style:
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxZoomIn, #cboxZoomOut, #cboxReset, #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: url(/App_Themes/Skin_4/images/colorbox/overlay.png?11172014) repeat 0 0;
    opacity: .9;
    filter: alpha(opacity 90);
}

#colorbox {
    outline: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(/App_Themes/Skin_4/images/colorbox/controls.png?11172014) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(/App_Themes/Skin_4/images/colorbox/controls.png?11172014) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(/App_Themes/Skin_4/images/colorbox/controls.png?11172014) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(/App_Themes/Skin_4/images/colorbox/controls.png?11172014) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(/App_Themes/Skin_4/images/colorbox/controls.png?11172014) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(/App_Themes/Skin_4/images/colorbox/controls.png?11172014) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(/App_Themes/Skin_4/images/colorbox/border.png?11172014) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(/App_Themes/Skin_4/images/colorbox/border.png?11172014) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-top: 28px;
}

#cboxTitle {
    position: absolute;
    top: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    top: 4px;
    left: 0;
    color: #0e5fc1;
    font-weight: bold;
    text-transform: uppercase;
}

#cboxLoadingOverlay {
    background: url(/App_Themes/Skin_4/images/colorbox/loading_background.png?11172014) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(/App_Themes/Skin_4/images/colorbox/loading.gif?11172014) no-repeat center center;
}

#cboxZoomIn, #cboxZoomOut, #cboxReset, #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

    #cboxZoomIn:active, #cboxZoomOut:active, #cboxReset:active, #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    top: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxZoomIn, #cboxZoomOut, #cboxReset {
    position: absolute;
    top: 35px;
}

#cboxZoomIn {
    display: inline-block;
    right: 44px;
    border: 2px solid #0e5fc1;
    border-radius: 5px;
    padding: 5px 5px 2px 5px;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    font-size: 24px;
}

#cboxZoomOut {
    display: inline-block;
    right: 4px;
    border: 2px solid #0e5fc1;
    border-radius: 5px;
    padding: 5px 5px 2px 5px;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    font-size: 24px;
}

#cboxReset {
    display: inline-block;
    right: 4px;
    border: 2px solid #0e5fc1;
    border-radius: 5px;
    padding: 3px 5px 4px 5px;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    font-size: 24px;
}

    #cboxZoomIn:hover, #cboxZoomOut:hover, #cboxReset:hover {
        color: #0e5fc1;
    }

#cboxZoomIn, #cboxZoomOut, #cboxReset {
    display: none;
}

#cboxControlsBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31px;
    background: #fff;
}

#cboxPrevious {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
    text-decoration: none;
    position: absolute;
    top: 45%;
    left: 10px;
    font-size: 40px;
    border: 3px solid #0e5fc1;
    border-radius: 25px;
    padding: 5px;
    background: #fff;
}

#cboxNext {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    box-shadow: -2px 2px 15px rgba(0,0,0,0.5);
    text-decoration: none;
    position: absolute;
    top: 45%;
    right: 10px;
    font-size: 40px;
    border: 3px solid #0e5fc1;
    border-radius: 25px;
    padding: 5px;
    background: #fff;
}

    #cboxNext.showButton, #cboxPrevious.showButton, #cboxContent:hover #cboxNext, #cboxContent:hover #cboxPrevious {
        transition: opacity .2s ease-in;
        opacity: .5;
        filter: alpha(opacity=50);
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    }

        #cboxContent:hover #cboxNext:hover, #cboxContent:hover #cboxPrevious:hover {
            color: #0e5fc1;
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        }

#cboxClose {
    position: absolute;
    top: 0;
    right: 8px;
    background: url(/App_Themes/Skin_4/images/colorbox/controls.png?11172014) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxClose:hover {
        background-position: -25px -25px;
    }

.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
Shadowbox Style:
*/
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
    font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
    color: #fff;
}

#sb-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: left;
    visibility: hidden;
    display: none;
}

#sb-overlay {
    position: relative;
    height: 100%;
    width: 100%;
}

#sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
}

#sb-wrapper-inner {
    position: relative;
    border: 1px solid #303030;
    overflow: hidden;
    height: 100px;
}

#sb-body {
    position: relative;
    height: 100%;
}

#sb-body-inner {
    position: absolute;
    height: 100%;
    width: 100%;
}

#sb-player.html {
    height: 100%;
    overflow: auto;
}

#sb-body img {
    border: none;
}

#sb-loading {
    position: relative;
    height: 100%;
}

#sb-loading-inner {
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    width: 100%;
    text-align: center;
}

    #sb-loading-inner span {
        background: url(loading.gif) no-repeat;
        padding-left: 34px;
        display: inline-block;
    }

#sb-body, #sb-loading {
    background-color: #060606;
}

#sb-title, #sb-info {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#sb-title, #sb-title-inner {
    height: 26px;
    line-height: 26px;
}

#sb-title-inner {
    font-size: 16px;
}

#sb-info, #sb-info-inner {
    height: 20px;
    line-height: 20px;
}

#sb-info-inner {
    font-size: 12px;
}

#sb-nav {
    float: right;
    height: 16px;
    padding: 2px 0;
    width: 45%;
}

    #sb-nav a {
        display: block;
        float: right;
        height: 16px;
        width: 16px;
        margin-left: 3px;
        cursor: pointer;
        background-repeat: no-repeat;
    }

#sb-nav-close {
    background-image: url(close.png);
}

#sb-nav-next {
    background-image: url(next.png);
}

#sb-nav-previous {
    background-image: url(previous.png);
}

#sb-nav-play {
    background-image: url(play.png);
}

#sb-nav-pause {
    background-image: url(pause.png);
}

#sb-counter {
    float: left;
    width: 45%;
}

    #sb-counter a {
        padding: 0 4px 0 0;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
    }

        #sb-counter a.sb-counter-current {
            text-decoration: underline;
        }

div.sb-message {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

    div.sb-message a:link, div.sb-message a:visited {
        color: #fff;
        text-decoration: underline;
    }

/*
EvoSlider Style:
*/
.evoslider dl {
    position: relative;
    width: 100%;
    list-style: none;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;
}

.evoslider dt {
    position: absolute;
    top: 0;
    border: 0;
    margin: 0;
    padding: 0;
}

    .evoslider dt .ieFix {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }

        .evoslider dt .ieFix .box {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: Gray;
            opacity: 0;
            filter: alpha(opacity=0);
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        }

.evoslider dd {
    position: absolute;
    top: 0;
    border: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.evoslider .outer_control {
    position: relative;
    overflow: hidden;
}

.evoslider .controlNav ul {
    position: relative;
    list-style: none;
}

.evoslider .controlNav li.thumbnails img {
    width: 100%;
    height: 100%;
}

.evoslider .controlNav li.thumbnails .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.evoslider .controlNav li.rotator {
    position: relative;
    float: left;
    cursor: pointer;
    overflow: hidden;
}

    .evoslider .controlNav li.rotator img {
        position: relative;
        display: inline-block;
    }

.evoslider .evoImage {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.evoslider .evoText.partialleft {
    position: relative;
    float: right;
}

.evoslider .evoText.partialright {
    position: relative;
    float: left;
}

.evoslider .outerText ul {
    position: relative;
    list-style: none;
    width: 100%;
    height: 100%;
}

    .evoslider .outerText ul li {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.evoslider .slideWrapper, .evoslider .control_wrapper, .evoslider .controlNav li.rotator p, .evoslider .evoImage a, .evoslider .outerText {
    position: relative;
}

.evoslider dt:hover, .evoslider .controlNav li.bullets:hover, .evoslider .controlNav li.thumbnails:hover, .evoslider .controlNav li.rotator:hover {
    cursor: pointer;
}

.evoslider dt.active, .evoslider .controlNav li.bullets.active, .evoslider .controlNav li.thumbnails.active, .evoslider .controlNav li.rotator.active {
    cursor: default;
}

.evoslider dt .toggle_icon, .evoslider .controlNav, .evoslider .control_autoplay, .evoslider .evoText.overlay {
    position: absolute;
}

    .evoslider .controlNav li.bullets, .evoslider .controlNav li.thumbnails {
        position: relative;
        float: left;
        cursor: pointer;
    }

.evoslider .pause_button, .evoslider .play_button {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: pointer;
}

.evoslider .evoVideo, evoslider .evoEmbed {
    position: relative;
    width: 100%;
    height: 100%;
}

.evoslider.default {
    position: relative;
    width: 655px;
    height: 252px;
    overflow: visible;
    margin: 0 auto;
    background: #fff;
}

    .evoslider.default dl {
        border: 0;
    }

    .evoslider.default dt {
        height: 45px;
        color: #4e4e4e;
        font-family: Arial,Verdana;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 40px;
        text-align: left;
        padding-left: 70px;
        background: #d3d3d3;
        text-shadow: -1px 1px 1px #9f9f9f;
    }

    .evoslider.default dd {
        background: #fff;
    }

    .evoslider.default dt .toggle_icon {
        left: 5px;
        top: 0;
        width: 40px;
        height: 40px;
        font-family: Arial,Verdana;
        font-size: 18px;
        font-weight: 700;
        color: #4e4e4e;
        text-align: center;
        text-shadow: 0 1px 1px #9f9f9f;
    }

        .evoslider.default dt .toggle_icon.ie {
            left: 0;
            top: auto;
            bottom: 5px;
        }

    .evoslider.default .arrow_next {
        display: none !important;
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        text-decoration: underline;
        margin: 0;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        color: #0c51a4;
        background-color: #fff;
        cursor: pointer;
    }

    .evoslider.default .arrow_prev {
        display: none !important;
        position: absolute;
        left: 0;
        top: 0;
        border: 0;
        text-decoration: underline;
        margin: 0;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        color: #0c51a4;
        background-color: #fff;
        cursor: pointer;
    }

    .evoslider.default .outer_control {
        border: 0;
        background: #fafafa;
        margin: 0;
        padding: 0;
    }

    .evoslider.default .controlNav {
        right: 5px;
        bottom: 8px;
        border: 0;
        margin: 0;
    }

    .evoslider.default .control_wrapper {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .evoslider.default .controlNav ul {
        overflow: visible;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .evoslider.default .controlNav li.bullets {
        width: 19px;
        height: 19px;
        border: 0;
        background: url(/App_Themes/Skin_4/images/banners/evobullets.png) no-repeat;
        overflow: visible;
        font-size: 12px;
        text-indent: -9999px;
        line-height: 20px;
        color: #7f7f7f;
        font-weight: 700;
        margin: 3px;
        padding: 0;
    }

    .evoslider.default .controlNav li.thumbnails {
        width: 113px;
        height: 72px;
        border: none;
        background: #eee;
        overflow: visible;
        margin: 5px;
        padding: 0;
    }

        .evoslider.default .controlNav li.thumbnails .overlay {
            background-color: #FFF;
            opacity: .5;
            filter: alpha(opacity=50);
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        }

    .evoslider.default .controlNav li.rotator {
        width: 200px;
        height: 80px;
        border: none;
        background: #eee;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
        color: #4e4e4e;
        margin: 5px;
        padding: 0;
    }

        .evoslider.default .controlNav li.rotator img {
            width: 60px;
            height: 60px;
            float: left;
            margin: 10px;
        }

        .evoslider.default .controlNav li.rotator p {
            margin-top: 5px;
            text-align: left;
        }

            .evoslider.default .controlNav li.rotator p span.title {
                display: block;
                font-weight: 700;
            }

            .evoslider.default .controlNav li.rotator p span.date {
                display: block;
                font-style: italic;
            }

    .evoslider.default .control_autoplay {
        top: 10px;
        right: 10px;
        width: 22px;
        height: 22px;
        background: #fafafa;
        border: solid 1px #d9d9d9;
    }

    .evoslider.default dd .control_autoplay {
        top: 5px;
        right: 5px;
    }

evoslider.default dd .evoEmbed img {
    max-width: 100%;
    height: 100%;
}

.evoslider.default .evoText.overlay {
    left: 0;
    top: 0;
    width: 300px;
    height: 370px;
    color: #fff;
    background: #252525;
    text-align: left;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    padding: 30px;
}

    .evoslider.default .evoText.overlay h3 {
        font-size: 22px;
        padding-bottom: 5px;
        color: #f7f7f7;
        margin-bottom: 0;
        font-weight: 700;
    }

    .evoslider.default .evoText.overlay p {
        padding-bottom: 0;
        padding-top: 5px;
        color: #bcbcbc;
        line-height: 2em;
    }

.evoslider.default .evoText.partialleft {
    width: 300px;
    text-align: left;
    border-right: solid 5px #fff;
    padding: 30px;
}

.evoslider.default .evoText.partialright {
    width: 300px;
    background-color: #eee;
    text-align: left;
    border-left: solid 5px #fafafa;
    padding: 30px;
}

.evoslider.default .outerText {
    width: 250px;
    background-color: #fafafa;
    padding: 20px;
}

    .evoslider.default .outerText h3 {
        font-size: 16px;
        padding-bottom: 5px;
        margin-bottom: 0;
        font-weight: 700;
        color: #4e4e4e;
    }

    .evoslider.default .outerText p {
        padding-bottom: 0;
        padding-top: 5px;
        color: #4e4e4e;
    }

.evoslider.default dt:hover, .evoslider.default .arrow_next:hover, .evoslider.default .arrow_prev:hover, .evoslider.default .controlNav li.rotator:hover {
    cursor: pointer;
}

.evoslider.default dt.active, .evoslider.default .arrow_next.last, .evoslider.default .arrow_prev.first, .evoslider.default .controlNav li.rotator.active {
    cursor: default;
}

    .evoslider.default dt:hover .toggle_icon, .evoslider.default dt.active .toggle_icon {
        color: #4e4e4e;
    }

.evoslider.default .controlNav li.bullets:hover, .evoslider.default .controlNav li.bullets.active {
    background: url(/App_Themes/Skin_4/images/banners/evobullets.png) no-repeat -24px 0;
    color: #fafafa;
}

.evoslider.default .controlNav li.thumbnails:hover, .evoslider.default .controlNav li.thumbnails.active {
    background: #4e4e4e;
}

    .evoslider.default .controlNav li.thumbnails:hover .overlay, .evoslider.default .controlNav li.thumbnails.active .overlay {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }

.evoslider.default .evoImage, .evoslider.default .evoVideo, evoslider.default .evoEmbed {
    background-color: #fff;
}

.evoslider.default .evoText.partialleft h3, .evoslider.default .evoText.partialright h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 17px;
    color: #e0ae1e;
    margin: 0;
}

.evoslider.default .evoText.partialleft p, .evoslider.default .evoText.partialright p {
    padding: 0;
    line-height: 1.5em;
    font-size: 13px;
}

/*
USBFireWire Style:
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio[controls], canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

html {
    font-size: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 13px;
    background: #064792;
    font-size: 14px;
    font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
}

.contentbg {
    background: #fff;
    padding-bottom: 40px;
    margin-top: 5px;
}

body, button, input, select, textarea {
    font-family: sans-serif;
    color: #666;
}

img, object, embed {
    max-width: 100%;
}

img {
    border: 0;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

*:focus, *:hover, *:active {
    outline: 0;
}

*::-moz-focus-inner {
    border: 0;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

a {
    color: #0e5fc1;
    text-decoration: underline;
}

    a:hover {
        color: #149ad9;
        text-decoration: underline;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 10px 0 20px;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace,monospace;
    _font-family: 'courier new',monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

h1, h2, .checkout-header, .group-header.recently-viewed-products-header {
    font-size: 30px;
    margin: 0 0 10px 0;
    color: #064792;
}

h3 {
    font-size: 19px;
    line-height: 25px;
    padding-left: 2px;
    margin: 20px 0 10px;
}

h1, h2, h3 {
    font-weight: normal;
    font-style: normal;
}

h4 {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    margin: 15px 0 20px;
    font-size: 14px;
    color: #666;
    line-height: 23px;
}

.gold {
    font-weight: bold;
    color: #e0ae1e;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0 0 25px 5px;
}

li {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    color: #666;
    list-style-position: inside;
    font-style: italic;
}

.rightcol ul {
    margin: 0;
    padding: 0;
}

.rightcol li {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    color: #666;
    list-style-image: none;
    list-style-type: none;
}

.rightcol h4 {
    padding: 0;
    margin: 5px 0 10px 0;
}

.rightcol li a {
    text-decoration: none;
}

    .rightcol li a:hover {
        text-decoration: underline;
    }

table.comparison {
    width: 660px;
}

.comparison thead, .comparison tbody, .comparison tr, .comparison th, .comparison td {
    margin: 0;
    padding: 0 10px;
    border-right: 1px solid #e0e0e0;
}

.comparison th {
    font-size: 13px;
    color: #aaa;
    padding-bottom: 15px;
    border-right: 1px solid #fff;
    font-style: italic;
}

.comparison td {
    font-size: 12px;
    text-align: center;
}

.comparison tr td {
    background: #fff;
    background: -moz-linear-gradient(top,#e0e0e0 0,#fff 28%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e0e0e0),color-stop(28%,#fff));
    background: -webkit-linear-gradient(top,#e0e0e0 0,#fff 28%);
    background: -o-linear-gradient(top,#e0e0e0 0,#fff 28%);
    background: -ms-linear-gradient(top,#e0e0e0 0,#fff 28%);
    background: linear-gradient(to bottom,#e0e0e0 0,#fff 28%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0',endColorstr='#ffffff',GradientType=0);
    border-bottom: 1px solid #e0e0e0;
}

.comparison tr.alt {
    background: #eee;
    background: -moz-linear-gradient(top,#e0e0e0 0,#fff 28%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e0e0e0),color-stop(28%,#fff));
    background: -webkit-linear-gradient(top,#e0e0e0 0,#fff 28%);
    background: -o-linear-gradient(top,#e0e0e0 0,#fff 28%);
    background: -ms-linear-gradient(top,#e0e0e0 0,#fff 28%);
    background: linear-gradient(to bottom,#e0e0e0 0,#fff 28%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0',endColorstr='#ffffff',GradientType=0);
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.comparison td.image, .comparison td.imageee {
    padding: 0;
    border-right: 1px solid #fff;
}

.comparison .image img {
    width: 70px;
    height: 70px;
}

.comparison .imageee img {
    width: 50px;
    height: 50px;
    -webkit-transition: height 400ms;
    -moz-transition: height 400ms;
    -ms-transition: height 400ms;
    -o-transition: height 400ms;
    transition: height 400ms;
}

.comparison tr:hover .imageee img {
    width: 86px;
    height: 86px;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
}

.comparison .price strong {
    font-size: 13px;
}

.comparison .price a {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: -2px;
    width: 80px;
    padding: 4px;
    font-style: italic;
    font-weight: normal;
}

.clearfix:after, .colwrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix:after, * html .colwrap:after {
    zoom: 1;
}

*:first-child + html .clearfix, *:first-child + html .colwrap {
    zoom: 1;
}

.page-row {
    width: 100%;
}

    .page-row.address-book {
        width: auto;
    }

    .page-row:before, .page-row:after {
        content: " ";
        display: table;
    }

    .page-row:after {
        clear: both;
    }

.one-half {
    width: 50%;
}

.one-third {
    width: 33%;
}

.one-fourth {
    width: 25%;
}

.one-fifth {
    width: 20%;
}

.one-sixth {
    width: 16%;
}

.objectgrid li.one-half {
    width: 320px;
    float: none;
}

.objectgrid li.one-third {
    width: 210px;
    float: none;
}

.objectgrid li.one-fourth {
    width: 154px;
    float: none;
}

.objectgrid li.one-fifth {
    width: 121px;
    float: none;
}

.objectgrid li.one-sixth {
    width: 99px;
    float: none;
}

    .objectgrid li.one-sixth img {
        width: 100%;
        height: auto;
    }

    .connectortypegrid li.one-sixth .imgcontainer, .objectgrid li.one-sixth .imgcontainer {
        width: auto;
    }

    .objectgrid li.one-sixth .price a {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.two-thirds {
    width: 66%;
}

.three-fourths {
    width: 75%;
}

.two-fifths {
    width: 40%;
}

.three-fifths {
    width: 60%;
}

.four-fifths {
    width: 80%;
}

.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .one-sixth, .four-fifths {
    display: inline;
    float: left;
}

.grid-item-image, .list-item-image {
    max-width: 100%;
}

.grid-item-image-wrap, .grid-item-name-wrap, .grid-item-sku-wrap, .grid-item-weight-wrap {
    margin-bottom: 5px;
}

.variant-grid-item .add-to-cart-form {
    text-align: center;
}

.grid-item-inner, .list-item-inner {
    padding: 4px;
}

.grid-item-inner {
    text-align: center;
    padding: 4px;
}

.two-thirds .grid-column-inner {
    padding: 0 0 0 15px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.group-header {
    display: block;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    padding: 0;
    margin: 10px 0 5px 0;
}

.error-wrap {
    width: 100%;
    display: inline-block;
    padding: 6px;
    line-height: normal;
    color: #d8000c !important;
    background: #ffbaba;
    border-radius: 3px;
    box-shadow: 0 0 2px #d8000c;
    margin: 2px 0 6px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.error-large {
    color: #d8000c !important;
}

.error-input {
    color: #d8000c !important;
    font-weight: bold;
}

.notice-wrap {
    width: 100%;
    padding: 6px;
    line-height: normal;
    color: #1d7c3a !important;
    background: #aae2bb;
    border-radius: 3px;
    box-shadow: 0 0 2px #1d7c3a;
    margin-bottom: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.promotionlistitem.notice-wrap {
    word-wrap: break-word;
}

.form {
    width: 100%;
}

.form-group {
    margin-bottom: 15px;
}

    .form-group label {
        display: inline-block;
        margin-bottom: 5px;
        font-weight: 700;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1em;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

form-group .radio, form-group .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.form-text {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    width: 100%;
}

.form-text-wrap input.form-control {
    display: inline;
}

.quantity-field {
    width: 60px;
    display: inline-block;
}

.size-select, .color-select {
    width: auto;
    display: inline;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #eee;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
        cursor: default;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.price-wrap {
    font-weight: bold;
    margin-bottom: 5px;
}

.product-page .price-wrap {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
}

.regular-price {
    color: #888;
    font-weight: normal;
    margin: 0 0 5px 0;
    font-size: 12px;
}

.sale-price {
    color: #902003;
}

.cart-row:before, .cart-row:after {
    content: " ";
    display: table;
}

.cart-row:after {
    clear: both;
}

.cart-row {
    font-size: 13px;
}

    .cart-row a {
        font-weight: bold;
    }

.cart-column {
    float: left;
    width: 100%;
}

.cart-column-description {
    width: 60%;
}

.cart-column-edit {
    width: 15%;
}

.cart-column-subtotal {
    width: 25%;
    text-align: right;
}

.cart-column-option-select {
    width: 50%;
    text-align: left;
}

.cart-column-option-price {
    width: 50%;
    text-align: right;
}

.cart-small {
    color: #666;
    font-size: 12px;
    font-weight: bold;
}

.cart-item-notes .cart-label {
    display: block;
}

.row-separator {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
}

.row-order-notes textarea {
    display: block;
}

.cart-summary-subtotal {
    font-size: 18px;
}

.quantity-box {
    width: 60px;
}

.row-pay-pal-banner {
    text-align: right;
}

.paypal-banner-wrap img {
    max-width: 100%;
    height: auto;
}

.login-layout-table {
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

.register-half .register-form {
    padding: 0 0 0 50px;
}

.register-half .anon-form {
    padding: 25px 0 0 50px;
}

.account-form .form-group {
    width: 85%;
    vertical-align: top;
}

.account-form .first-name, .account-form .last-name, .account-form .password-one, .account-form .password-two, .account-form .bill-to-carrier-info {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

    .account-form .bill-to-carrier-info select.form-control {
        padding: 5px 12px;
    }

.account-form .first-name, .account-form .password-one {
    margin-right: 5%;
}

.address-wrap a {
    font-size: 12px;
}

.address-wrap .address-header {
    font-weight: bold;
}

.address-wrap .address-view {
    font-size: 12px;
}

.address-wrap .address-header, .address-wrap div, .address-edit {
    padding-bottom: 5px;
}

.order-history table td {
    padding: 5px;
    border: 1px solid #999;
}

    .order-history table td.orderNotes div {
        color: #0e5fc1;
        margin-bottom: 5px;
    }

.order-table .table-header th {
    background: #ccc;
    color: #666;
    padding: 5px;
    border: 1px solid #999;
    text-align: left;
    white-space: nowrap;
}

.payment-page .credit-card-form, .signin-page .login-form, .signin-page .forgot-password-email, .advanced-search-form-wrap {
    width: 50%;
}

.payment-page .payment-form {
    font-size: 13px;
}

    .payment-page .payment-form .form-group {
        margin-bottom: 6px;
    }

.payment-page .credit-card-form .month-year .form-control {
    width: 100px;
    margin: 0 10px 0 0;
    display: inline;
}

.payment-page .credit-card-form .month-year label {
    display: block;
}

.payment-page .payment-form {
    margin: 0 0 30px 0;
}

.payment-page .card-ccv {
    width: 100px;
}

.payment-page .card-type {
    width: auto;
}

.payment-page .payment-form .credit-card-group .cc-images {
    display: inline;
    padding: 0 0 0 10px;
}

.final-total .order-summary {
    margin: 0 0 20px 0;
}

.final-total .place-order-wrap {
    text-align: right;
}

.checkout-steps-wrap ul {
    margin: 10px 0 25px 0;
    padding: 0;
}

    .checkout-steps-wrap ul li {
        list-style: none;
        display: inline-block;
        padding-right: 4px;
        line-height: 1.42;
        position: relative;
        top: 1px;
    }

.checkout-tabs {
    border-bottom: 1px solid #ddd;
}

    .checkout-tabs > li > a {
        margin-right: 2px;
        font-size: 12px;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        padding: 10px 15px;
        display: inline-block;
    }

        .checkout-tabs > li > a:hover {
            border-color: #eee #eeeeee #ddd;
            cursor: pointer;
            text-decoration: none;
        }

    .checkout-tabs > li.active > a, .checkout-tabs > li.active > a:hover, .checkout-tabs > li.active > a:focus {
        color: #555;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        cursor: default;
        text-decoration: none;
    }

    .checkout-tabs .no-tab {
        font-weight: bold;
        padding-right: 20px;
    }

    .checkout-tabs .secure-checkout {
        padding-left: 20px;
        background-image: url(/App_Themes/Skin_4/images/SecureLock.gif);
        background-repeat: no-repeat;
        background-position: center left;
    }

    .checkout-tabs > li > a:disabled, .checkout-tabs > li > a[disabled] {
        color: #cecece;
        cursor: default;
    }

.mult-shipping-group-header {
    border-bottom: solid 1px #e4e4e4;
    padding: 5px 0 5px 0;
}

.multi-ship-item-wrap, .multi-ship-address {
    margin-bottom: 10px;
}

.multi-ship-address-header, .multi-ship-method-header {
    font-weight: bold;
}

.wishlist-page .form-submit-wrap {
    text-align: right;
    margin: 10px 0 20px 0;
}

.wish-list-warning {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    color: #b00;
}

.registry-search-page .form-control {
    width: 200px;
}

.registry-search-page .form-control, .registry-search-page .button {
    display: inline;
}

.registry-search-page .form-group label {
    display: block;
}

.registry-page .registry-form {
    border-bottom: solid 1px #e4e4e4;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.page-links {
    margin-bottom: 10px;
}

.form-email-friend {
    margin: 0 0 0 15px;
}

.cart-product-image {
    float: left;
    padding-right: 4px;
    max-width: 100%;
}

    .cart-product-image img {
        max-width: 100%;
    }

.discount-table-tooltip, .card-code-tooltip {
    padding: 8px;
    font-size: 12px;
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.shipping-tax-estimator-address {
    border: solid 1px #aaa;
    width: 100%;
}

    .shipping-tax-estimator-address .header {
        text-align: center;
        font-weight: bold;
        background-color: #ddd;
    }

    .shipping-tax-estimator-address .caption {
        width: 30%;
        text-align: left;
        vertical-align: top;
    }

    .shipping-tax-estimator-address .value {
        width: 70%;
        text-align: left;
        vertical-align: top;
    }

    .shipping-tax-estimator-address .error {
        width: 100%;
        text-align: center;
        vertical-align: middle;
        color: Red;
        font-weight: bold;
    }

.shipping-tax-estimator {
    border: solid 1px #aaa;
}

    .shipping-tax-estimator .header {
        text-align: center;
        font-weight: bold;
        background-color: #ddd;
    }

    .shipping-tax-estimator .caption {
        font-weight: bold;
        width: 30%;
        text-align: left;
        vertical-align: top;
    }

    .shipping-tax-estimator .value {
        width: 70%;
        text-align: right;
        vertical-align: top;
    }

.product-page .stock-hint {
    height: 16px;
}

.searchPartNumber {
    margin-top: 5px;
    font-style: italic;
    font-size: 12px;
}

.out-stock-hint {
    color: #b00;
    font-weight: bold;
}

.cartreminder .out-stock-hint {
    text-align: center;
}

.cartlines li .info .out-stock-hint {
    font-size: 11px;
}

.cartreminder .in-stock-hint {
    font-weight: bold;
    text-align: center;
}

li .cart-text-option {
    line-height: normal;
    padding-top: 8px;
    display: block;
}

.opacity-zero {
    opacity: .0;
}

.opacity-twenty {
    opacity: .20;
}

.mini-cart-wrap {
    width: 15%;
    padding-bottom: 5px;
    font-weight: bold;
}

.mini-cart-wrap {
    background-color: #fff;
    z-index: 999;
}

    .mini-cart-wrap input[type='text'] {
        border: 1px solid #a7a6aa;
    }

.mini-cart-collapse-header {
    text-align: right;
    padding-bottom: 2px;
    width: 300px;
    font-size: 8pt;
}

.mini-cart-collapse-body {
    width: 300px;
    font-size: 8pt;
    height: 0;
    overflow: hidden;
}

a.checkout-minicart {
    color: Blue;
    font-weight: bold;
}

.mini-cart-min-quantity {
    color: #f00;
    font-style: italic;
}

.mini-cart-image img {
    width: 75px;
    height: 75px;
}

.kit-placeholder {
    width: 150px;
}

.kit-groups {
    width: 95%;
}

.kit-sidebar {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    z-index: 99;
    background-color: #fff;
}

.kit-sidebar-content {
    width: 100%;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 5px;
}

.kit-sidebar .kit-sidebar-header {
    text-align: center;
    vertical-align: middle;
    background-color: #efefef;
    padding: 5px 10px 5px 10px;
    border: solid 1px #ccc;
}

.kit-sidebar .kit-add-to-cart {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .kit-sidebar .kit-add-to-cart input.quantity-box {
        display: inline;
    }

    .kit-sidebar .kit-add-to-cart .kit-price-display {
        text-align: left;
        vertical-align: middle;
        padding-bottom: 10px;
    }

        .kit-sidebar .kit-add-to-cart .kit-price-display .kit-regular-base-price {
            text-decoration: line-through;
        }

.kit-sidebar .kit-selected-items {
    border-top: solid 1px #eee;
    text-align: left;
    vertical-align: middle;
}

.kit-selected-items ul {
    padding-left: 20px;
}

.kit-groups input[type='text'] {
    border: 1px solid #a7a6aa;
}

.kit-groups textarea {
    border: 1px solid #a7a6aa;
}

.kit-groups .kit-group {
    margin-bottom: 10px;
}

.kit-groups .kit-group-name {
    background-color: #efefef;
    padding: 5px 10px 5px 10px;
    border: solid 1px #ccc;
    cursor: pointer;
}

.kit-groups .kit-group-content {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle;
}

.kit-group-image {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.kit-group-item-image {
    padding-left: 25px;
}

.kit-group-item-name-label {
    cursor: pointer;
}

kit-group-item-name-label {
    cursor: pointer;
}

.kit-price-display, .kit-customized-price {
    display: block;
}

.kit-add-to-cart span {
    display: block;
}

.kit-add-to-cart input {
    display: block;
}

.watermarked {
    color: #bbb;
}

tr.captchaBox {
    height: 80px;
}

.promo-wrap {
    padding-bottom: 5px;
}

.promotion-call-to-action {
    background: none repeat scroll 0 0 transparent;
    color: #902003;
    font-weight: bold;
    padding: 3px;
}

.actionelement {
    cursor: pointer;
}

.downloads-page .downloads-wrap {
    margin: 0 0 20px 0;
}

.downloads-page .downloads-info {
    margin: 0 0 10px 0;
}

.downloads-page .related-product-wrap {
    border-radius: 0 3px 3px 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
}

.downloads-page .related-product {
    float: left;
    padding: 15px 0 15px 30px;
    text-align: center;
}

    .downloads-page .related-product .related-product {
        width: 150px;
    }

.product-page .product-info-wrap {
    margin: 0 0 0 15px;
}

.product-page .add-to-cart-group {
    margin-bottom: 0;
}

    .product-page .add-to-cart-group .quantity-field {
        padding: 0;
    }

    .product-page .add-to-cart-group .price-field {
        width: 150px;
        display: inline;
        margin-bottom: 15px;
    }

    .product-page .add-to-cart-group .button {
        display: inline;
    }

.product-page .quantity-discount-header {
    font-weight: bold;
}

.product-page .product-image {
    max-width: 100%;
}

.product-page .product-info-wrap .price-wrap {
    font-size: 20px;
    margin: 10px 0 10px 0;
}

.product-page .product-info-wrap .regular-price {
    font-size: 16px;
}

.img-poll-image {
    max-width: 100%;
}

.email-a-friend-wrap, .nav-links-wrap, .product-options, .product-description-wrap {
    margin-bottom: 15px;
}

.optionsDataSize {
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
}

.cartProductDimensions {
    padding-top: 5px;
    display: block;
    font-weight: bold;
}

.product-image-wrap {
    text-align: center;
}

.pop-large-link {
    display: inline-block;
    background: url(/App_Themes/Skin_4/images/magnify.png) no-repeat scroll left center;
    padding-left: 24px;
    line-height: 24px;
}

.medium-image {
    cursor: pointer;
    margin-bottom: 4px;
}

.variant-name-wrap {
    font-size: 24px;
    margin-bottom: 5px;
}

.variant-info-wrap {
    border-top: solid 1px #ddd;
    padding: 10px 0 5px 0;
    margin-top: 10px;
}

.product-options .form-control {
    display: inline-block;
    width: 100%;
}

.product-gallery-items:before, .product-gallery-items:after {
    content: " ";
    display: table;
}

.product-gallery-items:after {
    clear: both;
}

.product-gallery-item {
    float: left;
    width: 25%;
}

.gallery-item-inner {
    padding: 5px;
}

.product-gallery-image {
    max-width: 100%;
}

ul.tabbitTabs, .tabbitTabs li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabbitTabs li {
    display: inline;
    line-height: 24px;
    font-size: 14px;
}

    .tabbitTabs li a {
        text-decoration: none;
        display: inline-block;
        padding: 0 10px;
        background: #ddd;
        border: solid 1px #ccc;
        border-bottom: none;
        margin-bottom: -1px;
        color: #333;
        font-weight: bold;
        outline: none;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .tabbitTabs li a:hover {
            background: #eee;
        }

.tabbitTabs a.state-active, .tabbitTabs a.state-active:hover {
    background: #fff;
    cursor: default;
    border-bottom: solid 1px #fff;
}

.tabbitTabWrap {
    padding: 10px;
    border: solid 1px #ccc;
    margin-bottom: 12px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

    .tabbitTabWrap .group-header {
        display: none;
    }

.list-item-name-wrap, .list-item-sku-wrap {
    margin-bottom: 5px;
}

.list-item {
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.list-item-name-wrap {
    font-size: 1.5em;
    margin-bottom: 5px;
}

.list-item-image-wrap {
    text-align: center;
}

    .list-item-image-wrap .product-image {
        display: inline-block;
    }

.orderconfirmation-page {
    width: 100%;
    text-align: center;
}

    .orderconfirmation-page div {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.orderconfirmation-received {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.orderconfirmation-thanks {
    color: #737373;
}

.orderconfirmation-ordernumber, .orderconfirmation-customerid {
    font-weight: bold;
}

    .orderconfirmation-ordernumber span, .orderconfirmation-customerid span {
        font-weight: normal;
    }

#rightSideFixedElements {
    position: fixed;
    right: 20px;
}

.rightSideFixedElementsBottom {
    display: none;
    bottom: 0;
    top: auto !important;
    right: 0 !important;
    width: 100% !important;
    background: rgba(6,71,146,0.75);
    z-index: 10000;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#topScroller {
    background-attachment: scroll;
    display: none;
    float: right;
    height: 53px;
    width: 45px;
    background: url(/App_Themes/Skin_4/images/usbfirewire/topscroller.png) no-repeat;
    background-color: transparent;
    cursor: pointer;
    outline-style: none;
    z-index: 100;
    margin-left: 15px;
}

    #topScroller.visible {
        display: block;
    }

#expandCollapseAll {
    display: none;
    float: right;
    height: 53px;
    width: 60px;
    cursor: pointer;
    outline-style: none;
    z-index: 101;
}

.expandAllSections {
    background: url(/App_Themes/Skin_4/images/usbfirewire/button-expand-all-2.png) no-repeat;
}

.collapseAllSections {
    background: url(/App_Themes/Skin_4/images/usbfirewire/button-collapse-all-2.png) no-repeat;
}

#container {
    width: 960px;
    margin: 0 auto 0;
}

#logo {
    float: left;
    width: 600px;
    height: 81px;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
}

    #logo span {
        position: absolute;
        top: 65px;
        left: 370px;
        font-size: 11px;
        color: #064792;
    }

        #logo span strong {
            position: relative;
            font-size: 16px;
            color: #064792;
            top: 1px;
            left: 3px;
        }

.logo-location {
    position: relative;
    border-bottom: 1px solid #064792;
}

.location-search {
    position: absolute;
    right: 0;
    top: 12px;
    color: #88b6ed;
    text-align: right;
    font-size: 13px;
}

.breadcrumbs {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0 10px 25px;
    background: url(/App_Themes/Skin_4/images/usbfirewire/icon-breadcrumbs.png) 0 center no-repeat;
    display: inline-block;
}

    .breadcrumbs img {
        padding-right: 6px;
        padding-bottom: 1px;
    }

    .breadcrumbs a {
        margin: 0 5px;
    }

        .breadcrumbs a:first-child {
            margin-left: 0;
        }

        .breadcrumbs a:hover {
            text-decoration: none;
        }

.location-search .location h1 a {
    text-decoration: none;
    color: #064792;
}

    .location-search .location h1 a:hover {
        text-decoration: underline;
    }

.location-search .location {
    position: relative;
    right: 0;
    top: 4px;
    margin: 0;
    padding: 0;
    width: 600px;
}

    .location-search .location img {
        padding-right: 6px;
        padding-bottom: 1px;
    }

    .location-search .location h1 {
        font-weight: bold;
        font-size: 22px;
        color: #064792;
        display: inline;
    }

#header-search-form {
    position: absolute;
    right: 0;
    top: 20px;
}

#search-form {
    background: transparent url(/App_Themes/Skin_4/images/usbfirewire/searchbar2.png) no-repeat;
    height: 27px;
    color: #666;
    vertical-align: middle;
    width: 186px;
}

    #search-form label {
        position: absolute;
        left: -90px;
        top: 6px;
        color: #9baec8;
        font-size: 13px;
    }

    #search-form input#searcher {
        font-size: 13px;
        background: transparent;
        width: 150px;
        padding-left: 7px;
        height: 24px;
        line-height: 26px;
        border: none;
        z-index: 1042;
    }

#search_results {
    padding: 5px;
    min-height: 300px;
}

.search_again {
    margin-top: 10px;
}

#search-form input.search-text {
    font-size: 13px;
    background: transparent;
    width: 150px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 7px;
    height: 27px;
    line-height: 1em;
    border: none;
    display: inline-block;
}

#search-form input.search-button {
    height: 20px;
    width: 28px;
    padding: 0;
    margin: 0 2px 1px 0;
    cursor: pointer;
    border: none;
    background: url(/App_Themes/Skin_4/images/usbfirewire/searchbutton.png) center center no-repeat;
    vertical-align: middle;
}

#headercart {
    font-family: "arial","sans-serif";
    font-weight: bold;
    position: absolute;
    top: 13px;
    right: 290px;
}

    #headercart a.btn {
        position: absolute;
        height: 27px;
        width: 50px;
    }

    #headercart .carticon {
        position: absolute;
        background: url(/App_Themes/Skin_4/images/usbfirewire/icon-cart2.png) no-repeat;
        height: 30px;
        width: 38px;
        overflow: hidden;
        top: 8px;
        left: 8px;
    }

    #headercart .cartcount {
        position: absolute;
        top: 5px;
        left: 21px;
        width: 20px;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        color: #89c100;
    }

    #headercart .carttitle {
        position: absolute;
        top: 19px;
        left: 45px;
        font-size: 12px;
        color: #333;
    }

#cartButtons {
    text-align: center;
}

    a.cartPayPalExpressButton, #cartButtons input {
        width: 200px;
        padding: 10px 0;
        margin: 0;
    }

#top_nav {
    width: 960px;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 99999;
}

#top_nav {
    display: block;
}

    #top_nav ul {
        list-style: none;
        padding-left: 0;
    }

    #top_nav li {
        color: #fff;
        display: block;
        float: left;
        margin: 0;
        position: relative;
        text-decoration: none;
    }

        #top_nav li a {
            display: block;
        }

        #top_nav li:hover {
            cursor: pointer;
        }

    #top_nav ul li ul {
        background: #52a6df;
        visibility: hidden;
        position: absolute;
        transition: visibility 1.65s ease-in;
        left: 0;
        z-index: inherit;
    }

        #top_nav ul li ul.hideTopNavOnClick, #top_nav ul li ul li ul.hideTopNavOnClick {
            transition: none !important;
            visibility: hidden !important;
            display: none !important;
        }

        #top_nav ul li:hover > ul, #top_nav ul li ul:hover {
            display: block;
            visibility: visible;
            transition: visibility 0s ease-in;
        }

        #top_nav ul li ul li {
            clear: both;
            width: 100%;
            top: 0;
        }

            #top_nav ul li ul li ul {
                left: 100%;
            }

.bar_nav ul {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    background-color: transparent;
}

    .bar_nav ul ul {
        border: 1px solid #666;
    }

    .bar_nav ul li a {
        color: #666;
        text-shadow: 0 1px 0 #fff;
    }

    .bar_nav ul li:hover > a {
        color: #fff;
        text-shadow: none;
    }

.bar_nav > ul > li > a {
    border-top: 1px solid #ddd;
    border-right: 1px solid #FFF;
    border-left: 1px solid #ddd;
}

.bar_nav > ul > li.send_right > a {
    border-left: 1px solid #FFF;
    border-right: none;
}

.bar_nav > ul > li.send_right:hover > a {
    border-right: none;
}

.bar_nav > ul > li:hover > a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #888b90;
    border-right: 1px solid #666;
    border-left: 1px solid #666;
    display: block;
}

.bar_nav > ul > li:first-child > a {
    border-left: none;
}

.bar_nav > ul > li:last-child > a {
    border-right: none;
}

.bar_nav ul li a {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
}

.bar_nav ul li.active:last-child > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

li:last-child > div.accordion > a:last-child {
    border-bottom: none;
}

.bar_nav ul li ul li:last-child > a:hover {
    border-bottom: 1px solid #888b90;
}

.bar_nav ul li ul li:first-child > a {
    border-top: 0 solid transparent;
}

.bar_nav ul li ul li:first-child:hover > a {
    border-top: 0 solid #999;
}

.bar_nav ul ul li:hover > a {
    border-bottom: 1px solid #888b90;
    border-top: 1px solid #888;
}

.bar_nav ul li:last-child ul a {
    margin-bottom: 0;
}

.navIconUsb, .navIconHdmi, .navIconFirewire, .navIconEthernet, .navIconPower {
    float: left;
    margin: 5px 5px 0 -10px;
    position: relative;
    top: -2px;
    height: 24px;
    width: 24px;
}

.navIconUsb {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_icon-usb.png) 0 0 no-repeat;
}

.navIconHdmi {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_icon-hdmi.png) 0 0 no-repeat;
}

.navIconFirewire {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_icon-firewire.png) 0 0 no-repeat;
}

.navIconEthernet {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_icon-ethernet.png) 0 0 no-repeat;
}

.navIconPower {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_icon-power.png) 0 0 no-repeat;
}

.drop_box {
    color: #000;
    padding: 10px;
    background-color: #fff;
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 10;
    border: 1px solid #666;
}

    .drop_box fieldset {
        display: block;
        float: none !important;
        clear: both;
    }

.nav_up .drop_box {
    top: auto;
    bottom: 100%;
}

.drop_box.right {
    left: auto;
    right: 0;
}

li:hover .drop_box {
    display: block;
}

.drop_box form input {
    border: 1px solid #ccc;
    padding: 4px;
    margin-bottom: 10px;
}

.drop_box button {
    display: block;
}

li a span.icon {
    right: 5px;
    margin-top: -1px;
}

li span.icon, li a span.icon {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_right.png) no-repeat;
    position: absolute;
    right: 5px;
    width: 12px;
    height: 12px;
    top: 11px;
    display: block;
    cursor: pointer;
}

li span.left.icon {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_left.png) no-repeat;
}

li.openable span.icon, #side_nav ul li.toggle span.icon {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_plus.png) no-repeat;
}

li.openable.active span.icon, li.openable.active span.icon {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_minus.png) no-repeat;
}

.nav_down > ul > li > a > span.icon, .nav_down li.has_mega_menu span.icon {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_down.png) no-repeat;
}

.nav_up > ul > li > a > span.icon, .nav_up li.has_mega_menu span.icon {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_up.png) no-repeat;
}

.round_all {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.round_top {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-radius: 3px 3px 0 0;
}

.round_bottom {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-radius: 0 0 3px 3px;
}

.round_left {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-radius: 3px 0 0 3px;
}

.round_right {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-radius: 0 3px 3px 0;
}

.round_yyny {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-bottomright: 0;
}

.round_nnny {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.text_highlight {
    text-shadow: 0 1px 0 #fff;
}

.text_shadow {
    text-shadow: 0 1px 0 #000;
}

a.minimize {
    background-color: #000;
    display: block;
    height: 20px;
    width: 26px;
    background: black url('/App_Themes/Skin_4/images/open_close_vertical.png') no-repeat top;
}

#top_nav a.minimize {
    position: absolute;
    left: 7px;
    bottom: -20px;
    z-index: 20;
}

    #top_nav a.minimize:hover {
        background-position: right;
    }

#top_nav a.minimize_closed:hover {
    background-position: left;
}

#top_nav a.minimize span, #top_nav a.minimize_closed span, #footer a.minimize span, #footer a.minimize_closed span {
    display: none;
}

#top_nav.closed {
    margin-top: -34px;
}

#footer_wrapper.closed {
    bottom: -34px;
}

#footer a.minimize {
    position: absolute;
    left: 7px;
    top: -18px;
}

    #footer a.minimize:hover {
        background-position: left;
    }

#footer a.minimize_closed:hover {
    background-position: right;
}

.bar_nav {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 20;
    -webkit-transform: translateZ(0);
}

    .bar_nav > ul {
        color: #fff;
    }

    .bar_nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

        .bar_nav ul ul {
            min-width: 160px;
            margin: 0;
            top: 100%;
            padding-top: 0;
            margin-top: 0;
        }

    .bar_nav > ul > li > ul {
        padding-top: 0;
        margin-top: 0;
    }

.nav_up ul ul {
    bottom: 100%;
    top: auto;
    margin-bottom: 0;
}

.nav_up > ul > li > ul {
    padding-bottom: 0;
}

.nav_up ul li ul li:last-child > ul {
    margin-bottom: -1px;
}

.bar_nav ul ul ul, .bar_nav ul ul ul ul, .bar_nav ul ul ul ul ul, .bar_nav ul ul ul ul ul ul {
    top: 0;
    left: 100%;
    padding-left: 0;
}

.nav_up ul ul ul, .nav_up ul ul ul ul, .nav_up ul ul ul ul ul, .nav_up ul ul ul ul ul ul {
    top: auto;
    bottom: 0;
    left: 100%;
}

.bar_nav ul ul ul.slide_left, .bar_nav ul ul ul ul.slide_left, .bar_nav ul ul ul ul ul.slide_left {
    top: 0;
    left: auto;
    right: 100%;
    padding-right: 0;
}

.nav_up ul ul ul.slide_left, .nav_up ul ul ul ul.slide_left, .nav_up ul ul ul ul ul.slide_left {
    bottom: 0;
    top: auto;
    left: auto;
    right: 100%;
}

.bar_nav ul li {
    float: left;
    display: block;
    width: 136px;
    text-align: center;
}

.bar_nav ul ul li {
    width: 100%;
    display: block;
    text-align: left;
}

.bar_nav > ul > li > a {
    height: 30px;
}

.bar_nav ul a {
    padding: 0 20px;
    display: block;
    font: bold 12px sans-serif;
    text-decoration: none;
    white-space: nowrap;
    line-height: 30px;
}

.bar_nav ul li:hover li a, .bar_nav ul li.iehover li a {
    float: none;
}

.bar_nav ul ul {
    z-index: 3;
}

    .bar_nav ul ul ul {
        z-index: 4;
    }

        .bar_nav ul ul ul ul {
            z-index: 5;
        }

            .bar_nav ul ul ul ul ul {
                z-index: 6;
            }

                .bar_nav ul ul ul ul ul ul {
                    z-index: 7;
                }

                    .bar_nav ul ul ul ul ul ul ul {
                        z-index: 8;
                    }

.bar_nav ul, .bar_nav ul ul {
    border-color: #064792;
}

    .bar_nav ul li a {
        color: #fff;
        text-shadow: 0 1px 0 #000;
    }

.bar_nav > ul > li > a {
    border-top-color: #2f7cd3;
    border-right-color: #2f7cd3;
    border-left-color: #063469;
    border-bottom-color: #064792;
}

.bar_nav > ul > li.send_right > a {
    border-left-color: #2f7cd3;
}

.bar_nav > ul > li:hover > a {
    border-top-color: transparent;
    border-bottom-color: #063469;
    border-right-color: #063469;
    border-left-color: #063469;
}

.bar_nav ul ul li a {
    border-top-color: #2f7cd3;
    border-bottom-color: #063469;
}

.bar_nav ul li ul li:hover > a, ul li.openable.active > a {
    border-bottom-color: #063469;
    border-top-color: #063469;
}

.bar_nav ul li ul li a {
    border-bottom-color: #064792;
}

.bar_nav ul li ul li:last-child > a:hover {
    border-bottom-color: #063469;
}

li.openable.active > a {
    color: #fff;
    border-top: 1px solid #888;
    border-bottom: 1px solid #666;
}

a.minimize {
    background-color: #043473;
}

li span.icon, li a span.icon {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_right_white.png) no-repeat;
    position: absolute;
    right: 10px;
    width: 12px;
    top: 11px;
    display: block;
    cursor: pointer;
}

li span.left.icon {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_left_white.png) no-repeat;
}

li.openable span.icon {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_plus_white.png) no-repeat;
}

li.openable.active span.icon, li.openable.active span.icon {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_minus_white.png) no-repeat;
}

.nav_down > ul > li > a > span.icon {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_down_white.png) no-repeat;
}

.nav_up > ul > li > a > span.icon {
    background: url(/App_Themes/Skin_4/images/usbfirewire/nav_up_white.png) no-repeat;
}

.grad_blue, .bar_nav ul a, .bar_nav ul {
    background: #064792;
    background: -moz-linear-gradient(top,#1c5ea0 0,#064792 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1c5ea0),color-stop(100%,#064792));
}

    .grad_blue:hover, .bar_nav ul li:hover > a, .side_nav ul li:hover > a, ul li.openable.active > a {
        background: #10437f;
        background: -moz-linear-gradient(top,#10437f 0,#043473 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#10437f),color-stop(100%,#043473));
    }

li.openable:hover .accordion {
    display: block;
}

a.cartPayPalExpressButton, .button.button-continue-shopping, .btn, .email-a-friend-link, .add-to-cart-button, .button, .btn:visited {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    color: #666;
    text-align: center;
    font-size: 12px;
    background-color: #efefef;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fff),color-stop(1,#d4d4d4));
    background: -moz-linear-gradient(center top,#fff 5%,#d4d4d4 100%);
    background: linear-gradient(center top,#fff 5%,#d4d4d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#d4d4d4');
    background-repeat: repeat-x;
    -moz-box-shadow: inset 0 3px 5px 0 #fff;
    -webkit-box-shadow: inset 0 3px 5px 0 #fff;
    box-shadow: inset 0 -2px 10px 0 #fff;
    text-shadow: 0 1px 1px #fff;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 15px 5px;
    -webkit-transition: background-position 200ms linear;
    -moz-transition: background-position 200ms linear;
    -ms-transition: background-position 200ms linear;
    -o-transition: background-position 200ms linear;
    transition: background-position 200ms linear;
    font-weight: bold;
}

    .button.button-continue-shopping:hover, .btn:hover, .email-a-friend-link:hover, .add-to-cart-button:hover, .button:hover {
        color: #666;
        text-decoration: none;
        background-color: #fff;
        background-position: 0 20px;
        -webkit-transition: background-position 100ms linear;
        -moz-transition: background-position 100ms linear;
        -ms-transition: background-position 100ms linear;
        -o-transition: background-position 100ms linear;
        transition: background-position 100ms linear;
    }

    .button.button-continue-shopping.active, .button.button-continue-shopping:active, .btn.active, .btn:active, .email-a-friend-link.active, .email-a-friend-link:active, .add-to-cart-button.active, .add-to-cart-button:active, .button.active, .button:active {
        -moz-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.5);
        -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.5);
        box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.5);
    }

.btn-large {
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 17px 30px;
}

a.cartPayPalExpressButton {
    display: inline-block;
    text-decoration: none;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 28px;
}

    a.cartPayPalExpressButton span {
        display: block;
        height: 16px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: url(/App_Themes/Skin_4/images/usbfirewire/cart-button-paypal.png) no-repeat right;
    }

    a.cartPayPalExpressButton, a.cartPayPalExpressButton:visited, .btn-blue, .btn-blue:visited {
        color: #3f5a92;
        background-color: #e9f1fd;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#e9f1fd),color-stop(1,#9ebad2));
        background-image: -moz-linear-gradient(center top,#e9f1fd 5%,#9ebad2 100%);
        background-image: linear-gradient(center top,#e9f1fd 5%,#9ebad2 100%);
        background-image: -ms-linear-gradient(top,#e9f1fd 0,#9ebad2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f1fd',endColorstr='#9ebad2');
        background-repeat: repeat-x;
        -moz-box-shadow: inset 0 3px 5px 0 #fff;
        -webkit-box-shadow: inset 0 3px 5px 0 #fff;
        box-shadow: inset 0 -2px 10px 0 #fff;
        text-shadow: 0 1px 1px #fff;
        border: 1px solid #9ebad2;
    }

        a.cartPayPalExpressButton:hover {
            text-decoration: none;
        }

        a.cartPayPalExpressButton:hover, a.cartPayPalExpressButton:active, a.cartPayPalExpressButton.active, .btn-blue:hover, .btn-blue:active, .btn-blue.active {
            color: #3f5a92;
            background-color: #e9f1fd;
        }

.btn-green, .btn-green:visited, .add-to-cart-button, .add-to-cart-button:visited, .button, .button:visited {
    color: #366d24;
    background-color: #eefde7;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#eefde7),color-stop(1,#a8cb8c));
    background-image: -moz-linear-gradient(center top,#eefde7 5%,#a8cb8c 100%);
    background-image: linear-gradient(center top,#eefde7 5%,#a8cb8c 100%);
    background-image: -ms-linear-gradient(top,#eefde7 0,#a8cb8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eefde7',endColorstr='#a8cb8c');
    background-repeat: repeat-x;
    -moz-box-shadow: inset 0 3px 5px 0 #fff;
    -webkit-box-shadow: inset 0 3px 5px 0 #fff;
    box-shadow: inset 0 -2px 10px 0 #fff;
    text-shadow: 0 1px 1px #fff;
    border: 1px solid #b6d7a4;
}

    .btn-green:hover, .btn-green:active, .btn-green.active, .add-to-cart-button:hover, .add-to-cart-button:active, .add-to-cart-button.active, .button, .button:active, .button.active {
        color: #366d24;
        background-color: #eefde7;
    }

    .add-to-cart-button.pre-order-button {
        color: #826500;
        background-color: #fff7d5;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fff7d5),color-stop(1,#f0bd21));
        background-image: -moz-linear-gradient(center top,#fff7d5 5%,#f0bd21 100%);
        background-image: linear-gradient(center top,#fff7d5 5%,#f0bd21 100%);
        background-image: -ms-linear-gradient(top,#fff7d5 0,#f0bd21 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7D5',endColorstr='#F0BD21');
        background-repeat: repeat-x;
        -moz-box-shadow: inset 0 3px 5px 0 #fff;
        -webkit-box-shadow: inset 0 3px 5px 0 #fff;
        box-shadow: inset 0 -2px 10px 0 #fff;
        text-shadow: 0 1px 1px #fff;
        border: 1px solid #ffde50;
    }

        .add-to-cart-button.pre-order-button:hover, .add-to-cart-button.pre-order-button:active, .add-to-cart-button.pre-order-button.active {
            color: #826500;
            background-color: #fff7d5;
        }

.footer {
    width: 920px;
    margin: 0 auto 0;
    position: relative;
    font-size: 13px;
    padding: 20px 0;
}

    .footer a {
        color: #fff;
        text-decoration: none;
        padding: 0;
        margin: 0;
    }

        .footer a:hover {
            color: #fcc310;
            text-decoration: none;
            background: none;
        }

    .footer p {
        margin: 5px 0 0;
        font-size: 11px;
        line-height: 13px;
        color: #8f9abf;
    }

    .footer ul strong {
        color: #567cc5;
        width: 50px;
        display: inline-block;
    }

    .footer ul {
        display: inline-block;
        padding: 0;
        list-style-type: none;
        margin: 0 25px 0 0;
        vertical-align: top;
    }

    .footer li {
        margin: 0;
        padding: 3px 0;
        font-size: 13px;
        line-height: 23px;
        margin: 0;
        padding: 0;
        color: #fff;
        list-style-image: none;
        font-style: normal;
    }

    .footer .links1, .footer .links2, .footer .links3 {
        height: 130px;
        margin-top: 40px;
    }

    .footer .links2, .footer .links3 {
        border-left: 1px solid #2851aa;
        padding-left: 25px;
    }

    .footer .contact {
        position: absolute;
        top: 40px;
        left: 450px;
    }

    .footer .copyright {
        text-align: right;
    }

.footerlogo {
    height: 30px;
    background: url(/App_Themes/Skin_4/images/usbfirewire/footerlogo.png) no-repeat right;
}

.designtoolbanner {
    width: 681px;
    height: 240px;
    margin-top: -15px;
    cursor: pointer;
    background: url(/App_Themes/Skin_4/images/usbfirewire/custom-design-tool-banner.png) no-repeat;
}

.behindthescenes p {
    font-size: .9em;
    line-height: 1.5em;
}

.understandingconnectortable {
    margin-top: 30px;
}

    .understandingconnectortable td {
        width: 161px;
        text-align: center;
    }

    .understandingconnectortable a {
        font-size: 18px;
    }

span.pdflink {
    font-size: 11px;
}

.note {
    margin: 0;
    margin-top: 10px;
    padding: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #effce1;
}

    .note h3 {
        font-size: 15px;
        font-weight: bold;
        font-style: italic;
        padding: 0;
        margin: 0;
        margin-bottom: 3px;
        color: #366d24;
    }

    .note p {
        font-size: 12px;
        font-style: italic;
        margin: 0;
        padding: 0;
        line-height: 18px;
    }

.objectgrid {
    margin-left: -3px;
}

    .objectgrid li {
        list-style-type: none;
        list-style-image: none;
        width: 121px;
        display: inline-block;
        margin: 3px 3px 10px 3px;
        border: 1px solid #ddd;
        -moz-box-shadow: 0 2px 3px #ccc;
        -webkit-box-shadow: 0 2px 3px #ccc;
        box-shadow: 0 2px 3px #ccc;
        -moz-border-radius: 0 0 7px 7px;
        -webkit-border-radius: 0 0 7px 7px;
        border-radius: 0 0 7px 7px;
        vertical-align: bottom;
    }

        .objectgrid li .imgcontainer {
            margin: 0 auto;
            width: 120px;
            height: 125px;
            z-index: 1;
        }

            .objectgrid li .imgcontainer a img {
                -webkit-transition: all 200ms;
                -moz-transition: all 200ms;
                -ms-transition: all 200ms;
                -o-transition: all 200ms;
                transition: all 200ms;
            }

                .objectgrid li .imgcontainer a img:hover {
                    -webkit-transform: scale(1.30);
                    -moz-transform: scale(1.30);
                    -ms-transform: scale(1.30);
                    -o-transform: scale(1.30);
                    transform: scale(1.30);
                    -webkit-transition: all 100ms;
                    -moz-transition: all 100ms;
                    -ms-transition: all 100ms;
                    -o-transition: all 100ms;
                    transition: all 100ms;
                    border: 1px solid #ddd;
                }

        .objectgrid li .info {
            padding: 10px;
            padding-top: 5px;
        }

            .objectgrid li .info h3 {
                font-size: 11px;
                line-height: 11px;
                font-weight: bold;
                margin: 0 0 10px;
                padding: 0;
            }

            .objectgrid li .info p {
                font-size: 11px;
                line-height: 11px;
                margin: 0 0 10px;
                padding: 0;
            }

        .objectgrid li .price strong {
            font-size: 12px;
            padding: 0;
            font-weight: bold;
        }

        .objectgrid li .price a {
            font-size: 10px;
            width: 100%;
            padding: 5px;
            font-weight: normal;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

.connectortypegrid li .imgcontainer {
    width: 120px;
    height: 120px;
    z-index: 1;
}

#upsellItemsContainer table {
    margin: 0 auto;
    width: 450px;
}

#upsellItemsContainer td {
    padding: 0;
}

.upsell-products .objectgrid {
    width: 100% !important;
    display: table;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .upsell-products .objectgrid li {
        width: auto !important;
        display: table-row;
        border: none;
        margin: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        vertical-align: initial;
        border-radius: initial;
        -moz-border-radius: initial;
        -webkit-border-radius: initial;
    }

        .upsell-products .objectgrid li .imgcontainer, .upsell-products .objectgrid li .info, .upsell-item-checkbox-wrap {
            display: table-cell;
            height: auto;
            border: 1px solid #ddd;
            vertical-align: middle;
            padding: 10px;
        }

        .upsell-products .objectgrid li .info {
            width: 100%;
        }

.upsell-item-checkbox-wrap {
    text-align: center;
    width: 22px;
}

.checkboxSquaredFour input {
    visibility: hidden;
}

.ie8 .checkboxSquaredFour input {
    visibility: visible;
}

.checkboxSquaredFour {
    width: 22px;
    position: relative;
}

    .checkboxSquaredFour label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        left: 0;
        color: #3f5a92;
        border-radius: 4px;
        border: 1px solid #9ebad2;
        -moz-box-shadow: inset 0 3px 5px 0 #fff;
        -webkit-box-shadow: inset 0 3px 5px 0 #fff;
        box-shadow: inset 0 -2px 10px 0 #fff;
        text-shadow: 0 1px 1px #fff;
        background-color: #e9f1fd;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#e9f1fd),color-stop(1,#9ebad2));
        background-image: -moz-linear-gradient(center top,#e9f1fd 5%,#9ebad2 100%);
        background-image: linear-gradient(center top,#e9f1fd 5%,#9ebad2 100%);
        background-image: -ms-linear-gradient(top,#e9f1fd 0,#9ebad2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f1fd',endColorstr='#9ebad2');
        background-repeat: repeat-x;
    }

        .checkboxSquaredFour label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 4px;
            left: 4px;
            border: 3px solid #333;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .checkboxSquaredFour label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: .5;
        }

    .checkboxSquaredFour input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

.ie8 label {
    display: none;
}

.ie8 #checkout_wrapper label {
    display: inline;
}

.upsell-products .objectgrid li .imgcontainer a img {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    max-width: none;
    height: auto;
    width: 75px;
}

    .upsell-products .objectgrid li .imgcontainer a img:hover {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        border: none;
    }

#upsell-item-header td {
    padding: 5px;
    background: #064792;
    color: #fff;
}

    #upsell-item-header td#upsell-checkbox-header {
        height: 32px;
        width: 32px;
        background: #064792 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAFmklEQVRYR8WWe0zTVxTHv31RwIlAecg2RnBWsrmghs0HQ1xg3R9TN1yMCipaRQi+hmItUF7ltSI4HyBON3E+xnSLWrc4SHAOCZsP4rYYXFFn4A9QJgwUBuVX2t9vubdrs2L9FWfMTtP013N/53w/99ybc68A/7MJnrF+FYDUURrnAOwHQH7xLAEWBwYGfq1QKBz0u7q6cP78eSK+wDlA6KpouLEKsOKXn6o6t0/FKBSzAv39/e1pLBYL9Ho9GIYh4k4qMCnhg0kzpq2fPW/W9LlTQ2SzJ/tCKiZlIp+xW1PjBWRuXofY2FiHoJaWFrQYOs7C8iDONuCYd7KyarU6Venh7uGeOPt5uLuJIBYIIBBaizVWiLTklTAb++Hn52cHGBgYQF1dHRC69BDaTiY5B5Ara9bnpceTwWWvB8FNLIBYJIBQKARlGINdaryAnC3rEB0d7fB2Q0MDpi1R4Yfvb32J24cTHguwUauiAPNfk0EiEkIitEGMbf4ZG1bDMtgLmUxmB+js7ITJ7xVEJ2aiMq+MH2BTwXYKEDPFhyYQCUgFAKHQNcDPPzagPDMZkZGRdnGz2Ux2PRJ0p+ETHIaK3B38AJsLrQBzQieMoeCOr5SrkyAa6oGPjxWemMFgwNw4JSZGxWOE5bA3xwVAWnEGBZj+wnNPBNBy5SI+1aYiIiLCHtff3w9G4o308iNouTsIM8dht0bHX4H0kiwKEBbg+UQAlZokoL8T3t7eNI5lWTQ3NyMp/yCmRb6N291GsByHnVkl/AAqnYYCBPu4jxnAcPUijhYmIzw83B5DOp48Kg4LlOnU1/GAAcdxKMso5gfYXppNAYwdN3Cl9gSu1tY4gMQs24R316gcfNX5KTD33IGXlxf1m0wmXL9+HZlHmiALeon6ugfNFGCHuogfIKMslwLUH9Cg+0aTvaQ2xdbWVqzUfg75jCjqunmtETUFaxEWFmaHamtrw1uJary5MNHue8hYwHGATlXAD5C1M58CdNz8FUdV70Mul0MsFtsTDQ4Owu3FcCzJ2Ed9J0tSMHL3N4wbN47+NxqN4GSTsDzvsNMlLEnP5wfI/lhLAYhdOnsITcd0CA4OdkhGZhhfdAJmE4NTRUqEhITQcbLx2tvbsVhTjSkzY5wCFG3N4wfI2VVgByAZaj8rxO8NX9nXl/iGhobgP3UeRhgjHt5phoeHBxXr6+vD9IXJeCshzak4cRZuyeUHyNtT5ADwR3srPlkfC3KsikQie+L79+/T54CAAPpLjtru7m5sPf4Lxvtafc5M+2E2P4C2otgBgCRprq3BdxXb4evra89J1pocUlKplPp6e3vxTmox5ixc9VhxMpC3ScMPUFBZ8ggACaw/WoafTuyBp+ejDYphGMij3sNSdQWvOBnM3ZjFD1C4T+cUgBkaQFHcZEgkEjrzfxsBWFOuR2j4HJcAORsy+AGK95c6BSCZDZfrcTx7Od0LNgiy9tErVFAkWjueK9OkqvkBPjpQRgFEQgFEYgFGn8KNp6txZuc2CkA6G/lqvzHASxboVJvlAIuZg4U8AMhMUfEDlB4sj5dKhZC4CSERC2Dd+OQuYE1ATL+/FN9WFdPn1QVVmLtohRNxa4zFAoyYOYyYWDAMC3XyNn6Avcd2UQB3qRBisZBeRhzlrVqX6/Twkvnh1TesLXm02WJYFjCbWQwzVoDNK7fwAExZVbn7sG6Nn2yCh5vEugSify6krtbW+TgpvXUJTCMcev58aExTZlTj1pGNtvdt9yxSaE8ExcUpls5PWb52UYSP93h3sg+sN+L/bhwBYDn0PRgY/uLQmWv1J88dwD39GXJskP5lAyC9NAiADBMVMZB6zYRQ/GRXIleMrPkvMP1X0VV/AUAPgHsAhh0rAJC25vr26UqMf5zs5uHRFXi6lE8R/axn6xLtb9B+Mz9UTnt1AAAAAElFTkSuQmCC) center center no-repeat;
    }

#upsell-checkbox-header-text {
    font-size: 21px;
}

.objectlines, .cartlines, .objectexpand {
    margin-left: 0;
    z-index: 2;
}

    .objectlines li, .cartlines li {
        position: relative;
        list-style-type: none;
        list-style-image: none;
        width: 658px;
        display: inline-block;
        border: 1px solid #ddd;
        -moz-box-shadow: 0 2px 3px #ccc;
        -webkit-box-shadow: 0 2px 3px #ccc;
        box-shadow: 0 2px 3px #ccc;
        -moz-border-radius: 0 7px 7px 0;
        -webkit-border-radius: 0 7px 7px 0;
        border-radius: 0 7px 7px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.cart-summary-total .cart-value {
    color: #902003;
}

#headerCartWidth .cartlines, #headerCartWidth .fieldnames, #headerCartWidth .subtotal, #headerCartWidth .cart-summary-discount, #headerCartWidth .cart-summary-total {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
}

#headerCartWidth .cart-summary-total {
    margin-top: 10px;
    margin-bottom: 10px;
}

.objectlines li .imgcontainer, .objectexpand li .imgcontainer {
    position: absolute;
    z-index: -2;
    left: 500px;
    top: 20px;
    width: 1px;
    height: 1px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    border: 1px solid #fff;
    -moz-box-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}

.objectlines li:hover .imgcontainer, .objectexpand li:hover .imgcontainer {
    z-index: 777;
    left: 430px;
    top: -15px;
    width: 90px;
    height: 90px;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 2px 3px #ccc;
    -webkit-box-shadow: 0 2px 3px #ccc;
    box-shadow: 0 2px 3px #ccc;
}

.objectlines li .info, .objectexpand li .info {
    float: left;
    padding: 10px;
}

    .objectlines li .info h3, .cartlines li .info h3, .objectexpand li .info h3 {
        font-size: 11px;
        line-height: 11px;
        font-weight: bold;
        margin: 0 0 10px;
        padding: 0;
    }

        .objectlines li .info h3 a, .cartlines li .info h3 a, .objectexpand li .info h3 a {
            padding-right: 10px;
        }

    .objectlines li .info p, .cartlines li .info p, .objectexpand li .info p {
        font-size: 11px;
        line-height: 11px;
        margin: 0;
        padding: 0;
    }

        .objectlines li .info p strong, .cartlines li .info p strong, .objectexpand li .info p strong {
            padding-right: 5px;
        }

.objectlines li .price strong, .objectexpand li .price strong {
    font-size: 14px;
    padding-right: 1px;
}

.objectlines li .price, .objectexpand li .price {
    float: right;
}

    .objectlines li .price a, .objectexpand li .price a {
        margin: 5px;
        width: 120px;
        padding: 0;
        padding-top: 9px;
        text-align: center;
        line-height: 13px;
        height: 33px;
        font-weight: normal;
    }

.expand-toggle {
    clear: both;
    cursor: pointer;
    position: relative;
    text-decoration: underline;
    font-size: 15px;
    color: #0e5fc1;
    font-weight: bold;
    padding: 10px;
    padding-top: 13px;
    margin-bottom: 0;
    line-height: 21px;
    border: 1px solid #ddd;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    width: 638px;
    vertical-align: middle;
    z-index: 2;
}

.subcategory-products-grid .expand-toggle {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.alt .expand-toggle {
    border: 1px solid #b7b7b7;
    background: #ccc;
    background: -moz-linear-gradient(left,#fff 30%,#ccc 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(30%,#fff),color-stop(100%,#ccc));
    background: -webkit-linear-gradient(left,#fff 30%,#ccc 100%);
    background: -o-linear-gradient(left,#fff 30%,#ccc 100%);
    background: -ms-linear-gradient(left,#fff 30%,#ccc 100%);
    background: linear-gradient(to right,#fff 30%,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#cccccc',GradientType=1);
}

.alt .objectexpand, .subcategory-products-grid.alt .objectexpand {
    background: #ddd;
    width: 660px;
}

h3.alt {
    color: #999;
}

.h3alt {
    background: #f9f9f9;
    background: -moz-linear-gradient(left,#fff 30%,#ccc 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(30%,#fff),color-stop(100%,#ccc));
    background: -webkit-linear-gradient(left,#fff 30%,#ccc 100%);
    background: -o-linear-gradient(left,#fff 30%,#ccc 100%);
    background: -ms-linear-gradient(left,#fff 30%,#ccc 100%);
    background: linear-gradient(to right,#fff 30%,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#cccccc',GradientType=1);
}

.h3encapsulated {
    padding: 10px;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

    .h3encapsulated.h3alt {
        border: 1px solid #b7b7b7;
    }

    .h3encapsulated h3 {
        font-weight: bold;
        font-size: 19px;
        margin: 0;
        padding-right: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 500px;
    }

    .h3encapsulated ul {
        display: table;
        padding: 0;
        margin: 0;
    }

    .h3encapsulated li {
        display: table-cell;
    }

    .h3encapsulated ul li:nth-child(1), .h3encapsulated ul li {
        white-space: nowrap;
        background: url(/App_Themes/Skin_4/images/usbfirewire/rule-diagonal.png) right center no-repeat;
    }

        .h3encapsulated ul li:nth-child(2) {
            width: 100%;
            background: url(/App_Themes/Skin_4/images/usbfirewire/rule-diagonal-bg.png) left center repeat-x;
        }

        .h3encapsulated ul li + li {
            width: 100%;
            background: url(/App_Themes/Skin_4/images/usbfirewire/rule-diagonal-bg.png) left center repeat-x;
        }

div.expander {
    margin-bottom: 20px;
}

.subcategory-products-grid {
    margin-bottom: 20px;
}

    .subcategory-products-grid div.expander {
        margin-bottom: 5px;
    }

div.expander.encapsulated div.expand-toggle {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.expand-toggle p {
    font-size: 17px;
    color: #0e5fc1;
    font-weight: bold;
    font-style: normal;
    float: left;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 90%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

    .expand-toggle p a {
        text-decoration: none;
    }

        .expand-toggle p a:hover {
            text-decoration: underline;
        }

.expand-toggle span {
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    color: #0e5fc1;
    float: right;
    padding-right: 5px;
    line-height: 21px;
}

.expand-toggle .imgcontainer {
    float: left;
    width: 125px;
    min-height: 125px;
    background-color: white;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.expand-toggle .content-container {
    width: 100%;
}

.expand-toggle a.btn {
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    padding-left: 35px;
    padding-right: 35px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.expand-toggle .clicktoopen {
    z-index: 777;
    position: absolute;
    bottom: 0;
    right: 5px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    width: 185px;
    height: 44px;
    background-image: url(/App_Themes/Skin_4/images/usbfirewire/clicktohideoptions.png);
    background-repeat: no-repeat;
    background-position: 0 44px;
}

.expand-toggle:hover .clicktoopen, .expand-toggle:hover .clicktoopen.clicktohideoptions, .expand-toggle:hover .clicktoopen.clicktoshowoptions {
    background-position: 0 0;
}

.expand-toggle .clicktoopen.clicktohideoptions, .quantityDiscountsContainer .expand-toggle .clicktoopen.clicktohideoptions {
    background-image: url(/App_Themes/Skin_4/images/usbfirewire/clicktohideoptions.png);
}

.expand-toggle .clicktoopen.clicktoshowoptions, .quantityDiscountsContainer .expand-toggle .clicktoopen.clicktoshowoptions {
    background-image: url(/App_Themes/Skin_4/images/usbfirewire/clicktoshowoptions.png);
}

.expand-toggle:hover .span {
    display: none;
}

.expand-toggle-ul {
    display: table;
    padding: 0;
    margin: 0;
}

    .expand-toggle-ul li {
        display: table-cell;
        list-style-type: none;
        vertical-align: middle;
    }

.expand-toggle span.expand-toggle-cable-type {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    float: none;
    display: block;
    line-height: normal;
    padding-top: 5px;
}

.objectexpand {
    background: white;
    z-index: 2;
}

.subcategory-products-grid .objectexpand {
    margin-bottom: 20px;
}

.objectexpand ul {
    display: table;
    margin: 0;
    padding: 0;
    width: 660px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.objectexpand .table-row .table-cell, .objectexpand .table-header div {
    font-size: inherit;
    list-style-type: none;
    list-style-image: none;
    font-weight: bold;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    font-style: italic;
}

.objectexpand .table-header div {
    width: 132px;
    text-align: center;
    color: #fff;
    background: #b7b7b7;
    line-height: 24px;
}

.objectexpand-table {
    display: table;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table-header, .table-row {
    display: table-row;
}

.alt .objectexpand .objectexpand-table {
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
}

.objectexpand .table-row .table-cell {
    width: 122px;
    padding: 8px 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    word-break: break-word;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.objectexpand .table-row .objectexpand-price {
    font-style: normal;
    font-size: 15px;
    color: #558845;
}

.objectexpand .table-row .objectexpand-button .form.add-to-cart-form {
    display: none;
}

.objectexpand-button-container {
    float: left;
    width: 100%;
    text-align: center;
}

.alt .objectexpand .table-row .table-cell, .subcategory-products-grid.alt .objectexpand .table-row .table-cell {
    border-bottom: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
}

    .alt .objectexpand .table-row .table-cell:first-child, .subcategory-products-grid.alt .objectexpand .table-row .table-cell:first-child, .objectexpand .table-row .table-cell:first-child {
        border-left: none;
    }

#flength, #fprice {
    border: 0;
    color: #f6931f;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

form {
    margin: 0;
    padding: 0;
}

.cartlines li .info {
    float: left;
    padding: 0;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 7px;
    margin-left: 45px;
    width: 270px;
    border-left: 1px solid #ddd;
}

    .cartlines li .info h3 {
        margin-bottom: 7px;
    }

.cartlines li .imgcontainer {
    z-index: 700;
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 44px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    -moz-box-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    margin-right: 30px;
    border-right: 1px solid #ddd;
    background-color: white;
}

.cartlines li:hover .imgcontainer {
    z-index: 777;
    left: -40px;
    top: -20px;
    width: 85px;
    height: 85px;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 2px 3px #ccc;
    -webkit-box-shadow: 0 2px 3px #ccc;
    box-shadow: 0 2px 3px #ccc;
}

.cartlines li .price input {
    font-size: 15px;
    color: #444;
    width: 60px;
    height: 30px;
    line-height: 1em;
    padding: 0 5px;
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cartlines li .quantity {
    float: left;
    width: 125px;
    height: 44px;
    line-height: 44px;
    background: transparent url(/App_Themes/Skin_4/images/usbfirewire/cartbar.png) no-repeat 0;
}

    .cartlines li .quantity input {
        font-size: 15px;
        color: #444;
        background: transparent;
        text-align: center;
        width: 30px;
        line-height: 1em;
        padding-left: 5px;
        border: none;
    }

    .cartlines li .quantity a.btn.update {
        margin: 0;
        width: 50px;
        margin-left: 10px;
        margin-top: 5px;
        padding: 4px;
        padding-bottom: 3px;
        line-height: 24px;
    }

.cartlines .quantity-discount-wrap, #OnePageCheckoutWrap .quantity-discount {
    display: none;
}

.cartlines li .price {
    float: left;
    width: 80px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    line-height: 44px;
    color: #999;
}

.cartlines li .priceStrike {
    text-decoration: line-through;
}

.cartlines li .qtyPrice {
    line-height: normal;
    margin-top: -10px;
    margin-bottom: 10px;
}

.cartlines li .total {
    float: left;
    width: 80px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    line-height: 44px;
}

.checkoutlist .cartlines li .total {
    margin: 0 35px 0 0;
}

.cartlines li .remove {
    float: left;
    width: 35px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    font-weight: normal;
}

    .cartlines li .remove.btn {
        position: relative;
        padding: 0;
        width: 32px;
        height: 32px;
    }

        .cartlines li .remove.btn .trashcan {
            position: absolute;
            left: 2px;
            top: 4px;
            width: 28px;
            height: 24px;
            background-image: url(/App_Themes/Skin_4/images/usbfirewire/icon-delete.png);
        }

            .cartlines li .remove.btn .trashcan:hover {
                background-position: 0 24px;
            }

.leftcol .fieldnames .part {
    float: left;
    margin-bottom: 10px;
}

.leftcol .fieldnames .quantity, .leftcol .fieldnames .price, .leftcol .fieldnames .total {
    float: right;
    margin-bottom: 10px;
}

.leftcol .fieldnames .total {
    margin-right: 38px;
}

.leftcol .fieldnames .part {
    width: 319px;
    padding-left: 10px;
}

.leftcol .fieldnames .quantity {
    width: 125px;
}

.leftcol .fieldnames .price, .leftcol .fieldnames .total {
    width: 80px;
}

.checkoutlist {
    width: 660px;
}

.checkoutlist2 {
    width: 800px;
}

.checkoutlist .fieldnames .part {
    margin-bottom: 10px;
    float: left;
}

.checkoutlist .fieldnames .total {
    margin-right: 34px;
}

.checkoutlist .fieldnames .quantity, .checkoutlist .fieldnames .price, .checkoutlist .fieldnames .total {
    float: right;
    margin-bottom: 10px;
}

.checkoutlist .fieldnames .part {
    width: 319px;
    padding-left: 10px;
}

.checkoutlist .fieldnames .quantity {
    width: 125px;
}

.checkoutlist .fieldnames .total, .checkoutlist .fieldnames .price {
    width: 80px;
}

.leftcol .subtotal {
    text-align: right;
    margin-top: 0;
    color: #666;
    font-size: 18px;
}

a.cartPayPalExpressButton {
    font-size: 14px;
}

.button.button-continue-shopping, .btn-checkout {
    font-size: 14px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

#order hr {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.checkouttotal {
    background: #effce1;
    padding: 15px;
    width: 170px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height: 20px;
    font-size: 12px;
}

    .checkouttotal .datablock {
        font-weight: bold;
        float: right;
    }

#order .checkouttotal hr {
    padding: 0;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}

.checkouttotal .discount {
    margin-top: 10px;
}

.checkouttotal .total {
    font-size: 15px;
}

.checkout-address-form-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.checkout-address-form-tr {
    display: table-row;
}

.checkout-address-form-td {
    display: table-cell;
    width: 50%;
}

.checkout-address-form-input-relative {
    position: relative;
}

#checkout_wrapper .fieldvalue input {
    width: 250px;
    margin: 0 0 5px 0;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.checkout-address-form-addy2-suite {
    width: 250px;
}

#checkout_wrapper .fieldvalue input.ShipAddress2,
#checkout_wrapper .fieldvalue input.BillAddress2 {
    width: 74%;
    float: left;
}

#checkout_wrapper .fieldvalue input.ShipSuite,
#checkout_wrapper .fieldvalue input.BillSuite {
    width: 24%;
    float: right;
}

#checkout_wrapper .fieldvalue select {
    width: 250px;
    padding: 5px 0;
    margin: 0 0 5px 0;
}

#checkout_wrapper h2 {
    margin-top: 0;
}

#checkout_wrapper input[type="checkbox"] {
    margin: 0 3px 0 0;
}

.CCNumber {
    width: 170px;
}

.CCSecurityCode {
    width: 50px;
}

.BillSameCheckbox input, .BillSameCheckbox label, #label-ecitycommerce-bill-to-carrier input, #label-ecitycommerce-bill-to-carrier strong {
    vertical-align: middle;
}

#other_wrapper .roundbox, #address_wrapper.roundbox, #shipping_options .roundbox, #shipping_info .roundbox, #login_wrapper .roundbox, #email_preference.roundbox, #create_account.roundbox {
    padding: 10px;
}

#shiptime {
    padding: 5px 0 0 2px;
}

#carrier_pick {
    padding-top: 5px;
    display: none;
}

.carrier_pick_note {
    font-size: 9pt;
    color: #aeacac;
    display: block;
    padding-top: 5px;
    white-space: nowrap;
}

#intlOrdersDisclaimer.error-wrap {
    margin-bottom: 20px;
}

.labelBcError {
    margin-top: 5px;
}

#login_wrapper, #other_wrapper, #address_wrapper, #shipping_options, #billing_info, #billing_info2, #email_preference, #create_account {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 15px;
}

    #shipping_options img {
        padding-top: 10px;
        padding-right: 10px;
    }

    #shipping_options .mapnote {
        padding-top: 25px;
        width: 190px;
    }

.completepayment {
    font-size: 12px;
    color: #aaa;
}

    .completepayment hr {
        width: 100%;
    }

.account-page, .create-account-page, .roundbox, .shopping-cart-page {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 25px;
    border: 1px solid #ddd;
}

.roundboxHighLight {
    border: 2px solid #0e5fc1;
}

.leftcol {
    position: relative;
    float: right;
    width: 660px;
}

    .leftcol.customTool {
        width: 700px;
    }

.roundbox.customTool {
    padding: 25px 10px;
}

#homepageBrowseCompleteRange {
    margin-top: 20px;
}

    #homepageBrowseCompleteRange h3 {
        display: inline-block;
        margin-right: 20px;
        margin-top: 0;
    }

    #homepageBrowseCompleteRange a {
        line-height: 25px;
        margin-right: 7px;
    }

#productPageWrap .leftcol {
    float: left;
}

#productImageLarge {
    padding: 10px 0;
}

#productImageLargeAlt a {
    color: #666;
    text-decoration: none;
}

    #productImageLargeAlt a:hover {
        text-decoration: underline;
    }

#headerCartWidth {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.productheader {
    margin: 0;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    position: relative;
}

    .productheader img {
        float: left;
        margin: 0 15px 0 0;
    }

    .productheader h2 {
        margin-top: 0;
    }

    .productheader .subtitle {
        color: #999;
        font-size: 20px;
        clear: left;
    }

.product-page-header-table {
    display: table;
    width: 100%;
}

.product-page-header-table-row {
    display: table-row;
}

.product-page-header {
    width: 100%;
    display: table-cell;
    vertical-align: top;
}

.product-page-sub-header {
    color: #064792;
    font-weight: bold;
    margin-left: 2px;
}

.productheader .partnumber {
    display: table-cell;
    color: #064792;
    text-align: right;
    font-size: 17px;
    white-space: nowrap;
    vertical-align: top;
}

    .productheader .partnumber span {
        color: #999;
    }

        .productheader .partnumber span.small {
            font-size: 12px;
        }

.detailsheader {
    margin: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .detailsheader .detailsleftcol {
        float: left;
        width: 270px;
    }

    .detailsheader .detailsrightcol {
        float: right;
        width: 350px;
    }

        .detailsheader .detailsrightcol h3 {
            margin: 0;
            margin-bottom: 15px;
        }

        .detailsheader .detailsrightcol p {
            margin: 0;
            margin-bottom: 15px;
            font-size: 12px;
            line-height: 19px;
        }

    #responsiveProductPageRightSide a.btn, .detailsheader .detailsleftcol .toolbar a.btn, .email-a-friend-link {
        margin-top: 5px;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 0;
    }

        #responsiveProductPageRightSide a.btn span, .detailsheader .detailsleftcol .toolbar a.btn span, .email-a-friend-link span {
            display: block;
            padding: 7px 15px 5px;
            height: 28px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

a._3dModel span {
    background: url(/App_Themes/Skin_4/images/usbfirewire/icon_3dmodel.png) left center no-repeat;
}

a.panelCutout span {
    background: url(/App_Themes/Skin_4/images/usbfirewire/icon_panel_cutout.png) left center no-repeat;
}

a.technicalDrawing span {
    background: url(/App_Themes/Skin_4/images/usbfirewire/icon_drawing.png) left center no-repeat;
}

a.requestQuote span {
    background: url(/App_Themes/Skin_4/images/usbfirewire/icon_quote_request.png) left center no-repeat;
}

.email-a-friend-link span {
    background: url(/App_Themes/Skin_4/images/usbfirewire/icon_email.png) left center no-repeat;
}

.detailsheader .detailsleftcol .image {
    width: 275px;
    min-height: 280px;
    position: relative;
    float: left;
    z-index: 1;
    text-align: center;
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

    .detailsheader .detailsleftcol .image .slider-wrapper {
        min-height: 275px;
    }

.detailsheader .image .popupmessage {
    font-size: 11px;
    color: #aaa;
    z-index: 200;
    background: #fff;
    text-align: center;
    margin: 10px 0;
}

.detailsadditional .col {
    float: left;
    width: 220px;
    margin-left: 20px;
}

    .detailsadditional .col:first-child {
        margin-left: 0;
    }

    .detailsadditional .col ul {
        margin: 10px 0;
        padding: 0;
    }

        .detailsadditional .col ul.li {
            font-size: 11px;
        }

        .detailsadditional .col ul li {
            font-size: 13px;
            list-style-position: outside;
            margin-left: 10px;
        }

    .detailsadditional .col.compliance {
        width: 175px;
    }

        .detailsadditional .col.compliance ul li {
            line-height: 30px;
            background: url(/App_Themes/Skin_4/images/usbfirewire/checkmark.png) no-repeat 0 4px;
            list-style-type: none;
            list-style-image: none;
            list-style-position: inside;
            margin-left: -5px;
            padding-left: 30px;
        }

.detailsparts {
    display: table;
    width: 100%;
}

    .detailsparts .col {
        display: table-cell;
        width: 50%;
        padding-left: 20px;
    }

        .detailsparts .col:first-child {
            padding-left: 0;
        }

        .detailsparts .col ul {
            margin: 10px 0;
            padding: 0;
        }

            .detailsparts .col ul li {
                margin-left: 10px;
                list-style-position: outside;
            }

                .detailsparts .col ul li, .detailsparts .col ul li a {
                    font-size: 13px;
                    line-height: 20px;
                }

#availablePartNumbersUlLi li {
    font-weight: bold;
    padding-bottom: 5px;
}

#availablePartNumbersUlLi div, #availablePartNumbersUlLi span {
    font-weight: normal;
    font-size: 12px;
}

#availablePartNumbersUlLi div {
    padding-left: 8px;
}

.rightcol {
    position: relative;
    float: left;
    width: 220px;
    margin: 0;
    padding: 0;
}

#productPageWrap .rightcol {
    float: right;
}

.rightcol .performanceguarantee {
    font-size: 10px;
    margin-top: 20px;
    width: 210px;
}

    .rightcol .performanceguarantee p {
        font-size: 10px;
        line-height: 14px;
        margin: 0;
        margin-top: 5px;
    }

.border {
    margin: 0;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.product-page .cartreminder.border {
    padding-bottom: 0;
}

.testimonials {
    background: url(/App_Themes/Skin_4/images/usbfirewire/testimonials-bg.png) no-repeat;
}

.cartreminder {
    background: url(/App_Themes/Skin_4/images/usbfirewire/cartreminder-bg.png) no-repeat;
}

    .cartreminder .quantity input, .add-to-cart-quantity input {
        position: absolute;
        right: 3px;
        font-size: 15px;
        color: #444;
        background: transparent;
        text-align: center;
        width: 30px;
        line-height: 24px;
        border: none;
    }

.designtool {
    background: url(/App_Themes/Skin_4/images/usbfirewire/designtool-bg.png) no-repeat;
}

    .testimonials p, .designtool p {
        line-height: 16px;
        font-size: 11px;
    }

    .testimonials strong, .designtool strong {
        color: #333;
        font-size: 15px;
    }

.rightcol .cartreminder h4 {
    margin: 0;
    margin-top: 7px;
    margin-bottom: 15px;
}

.cartreminder #sizeselect {
    width: 185px;
}

.cartreminder .tipmeasure {
    width: 189px;
    height: 34px;
    background: url(/App_Themes/Skin_4/images/usbfirewire/tipmeasure.png) no-repeat;
    margin-left: -1px;
    margin-top: 5px;
}

.cartreminder .quantity, .add-to-cart-quantity {
    display: block;
    position: relative;
    height: 34px;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #3f5b38;
    background: url(/App_Themes/Skin_4/images/usbfirewire/cartaddbar.png) no-repeat right 0;
}

.form-group .add-to-cart-quantity label {
    font-weight: normal;
    margin: 0;
}

.compliancebox {
    background: url(/App_Themes/Skin_4/images/usbfirewire/compliance.png) no-repeat;
    height: 71px;
}

ul.smalltext li {
    font-size: 14px;
}

.hidden {
    display: none;
    visibility: hidden;
}

.floatleft, .float_left {
    float: left;
}

.floatright, .float_right {
    float: right;
}

img.float_left {
    margin-right: 10px;
}

img.float_right {
    margin-left: 10px;
}

.send_right {
    float: right !important;
}

.send_left {
    float: left !important;
}

.display_none {
    display: none;
}

.nopadding {
    padding: 0;
}

.centered {
    width: 100%;
    text-align: center;
}

.fullwidth, .add-to-cart-button {
    width: 185px;
    padding-left: 0;
    padding-right: 0;
}

.margintop {
    margin-top: 25px;
}

.marginbottom {
    margin-bottom: 25px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

*.printonly {
    display: none;
}

@media print {
    *.printonly {
        display: block;
    }

    *.noprint {
        display: none;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.deleteme {
    margin-top: 10px;
    height: 20px;
    text-align: center;
}

    .deleteme a {
        padding: 20px;
        color: #fedb27;
        font-style: italic;
    }

.rating {
    unicode-bidi: bidi-override;
}

    .rating > span {
        display: inline-block;
        position: relative;
        width: 1.1em;
    }

        .rating > span:before, .rating > span ~ span:before {
            content: "\2605";
            position: absolute;
            color: gold;
        }

.ui-menu .ui-menu-item {
    list-style: none !important;
    font-size: 11px !important;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: 0 0 0 5px;
    font-size: 15px;
}

.add-to-cart-buttons {
    display: block;
}

.upsell-item-price-wrap {
    text-align: left;
    font-weight: bold;
    color: #558845;
}

.related-products .info {
    text-align: center;
}

.objectgrid li .info h3 {
    line-height: normal;
    font-size: 12px;
}

.upsell-part-number {
    margin: 5px 0;
    font-style: italic;
    font-size: 12px;
    line-height: normal;
}

    .upsell-part-number span {
        padding-bottom: 5px;
    }

.cart-empty {
    text-align: center;
    font-weight: bold;
}

.zoom-desc {
    clear: both;
}

    .zoom-desc img {
        vertical-align: middle;
        margin: 5px 3px 10px 3px;
    }

#userLinks {
    position: absolute;
    top: 70px;
    right: 0;
}

.login-layout-table .form-submit-wrap {
    padding-bottom: 20px;
}

.row-checkout-controls {
    padding-top: 20px;
}

.create-account-page .button {
    margin: 20px 0;
}

.create-account-page table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.create-account-page #orderconfirmation-receipt {
    width: 100%;
    margin: 10px auto 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

    .create-account-page #orderconfirmation-receipt > div {
        margin: 0 auto;
    }

    .create-account-page #orderconfirmation-receipt table {
        border-collapse: separate;
        border-spacing: 1px;
    }

        .create-account-page #orderconfirmation-receipt table td {
            border: none;
            padding: 3px;
        }

.create-account-page table td.edit-item {
    border: none;
}

.create-account-page .edit-item table td {
    border: none;
    padding: 5px 10px 0 0;
}

.create-account-page .alternating-data-item {
    background: #eee;
}

.create-account-page table td * {
    vertical-align: middle;
}

.address-row div {
    padding-bottom: 5px;
}

.account-form .okay-to-email {
    display: none;
}

.ui-autocomplete .ui-menu-item a {
    cursor: pointer;
}

#search-form input.search-button.autocomplete-loading {
    background: url(/App_Themes/Skin_4/images/usbfirewire/loading.gif) center center no-repeat;
}

.cartlines li#quickAddSearch input.autocomplete-loading {
    background: url(/App_Themes/Skin_4/images/usbfirewire/loading.gif) 5px center no-repeat;
}

.pageNotFound {
    font-size: 15px;
    color: #0e5fc1;
    font-weight: bold;
    text-align: center;
}

.rating .fa-star {
    color: gold;
    width: 1.1em;
}

.email-product-page .back-link {
    padding-bottom: 10px;
}

.divPayPalExpressBottom {
    text-align: center;
}

#divPayPalExpressBottomOr {
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    font-style: italic;
    text-transform: uppercase;
}

.opc-page-header {
    font-size: 24px;
    text-align: center;
    margin: 15px;
    clear: both;
}

    .opc-page-header img {
        vertical-align: middle;
    }

.opc-page-left-column {
    width: 660px;
}

.opc-page-right-column {
    width: 250px;
    font-size: 13px;
}

.opc-wrap .checkout-header {
    display: block;
}

.opc-wrap .checkout-block {
    padding-top: 10px;
    padding-bottom: 10px;
}

.opc-page-left-column .active {
    background: #fff;
    padding: 10px;
}

    .opc-page-left-column .active a {
        text-decoration: underline;
    }

.opc-page-right-column .checkout-block {
    background: #fff;
    border: solid 1px #dbdbdb;
    margin-bottom: 10px;
    padding: 10px;
}

.opc-page-left-column .opc-checkout-header {
    font-size: 16px;
}

.opc-container-header {
    font-size: 16px;
    font-weight: bold;
    background: #eee;
    margin: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.opc-container-inner {
    padding-left: 10px;
    padding-right: 10px;
}

.opc-wrap .next-step-wrap {
    text-align: right;
}

.update-progress-bg {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 1px;
    left: 1px;
    position: fixed;
    opacity: .3;
    filter: Alpha(opacity:30);
    background-color: #ddd;
    z-index: 900;
}

.update-progress {
    background: #fff url(/App_Themes/Skin_4/images/ajax-loader.gif) no-repeat 50%;
    background-color: #fff;
    border: solid 1px #c3c3c3;
    padding: 0;
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 35%;
    margin-left: -50px;
    width: 50px;
    height: 50px;
}

.opc-container-inner .form-group {
    width: 100%;
}

    .opc-container-inner .form-group .form-control {
        width: 60%;
        display: inline;
    }

.opc-wrap .form-group {
    width: 90%;
    margin-bottom: 8px;
}

.opc-wrap .zip-code {
    width: 125px;
}

.opc-wrap .cart-item-image-wrap {
    float: left;
    padding: 5px 0;
    text-align: left;
    background: #fff;
    margin: 0 5px 5px 10px;
    display: inline;
}

    .opc-wrap .cart-item-image-wrap img {
        width: 50px;
    }

.opc-wrap .mini-cart-item-row {
    padding: 3px;
    border-bottom: solid 1px #dbdbdb;
}

.opc-wrap .order-options-image {
    display: none;
}

.opc-remove-button, .opc-update-button, .btn-add-gift-card, .add-promotion {
    padding: 5px 10px 5px 10px;
}

.add-promotion-textbox {
    margin: 0 0 5px 0;
    padding: 5px 10px 5px 10px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.disabled input[type=text], .disabled input[type=password], .disabled textarea, .disabled select, input[type=text].disabled, input[type=password].disabled, select.disabled, input.disabled, .btn-green.disabled:hover, .btn-green.disabled:active, .btn:active.disabled {
    background: #ececec;
    text-shadow: none;
    box-shadow: none;
}

.btn-green.disabled {
    border-color: #d4d4d4;
    color: #666;
}

.shippingMethodsDropDown {
    margin: 0;
}

#label-ecitycommerce-bill-to-carrier strong, #label-ecitycommerce-bill-to-carrier-account strong, #label-ecitycommerce-bill-to-carrier-id strong {
    font-weight: normal;
}

#label-ecitycommerce-bill-to-carrier-account strong, #label-ecitycommerce-bill-to-carrier-id strong {
    display: block;
    margin-bottom: 5px;
}

.ecitycommerce-bill-to-carrier-account, .ecitycommerce-bill-to-carrier-id {
    width: 100px;
}

#label-ecitycommerce-bill-to-carrier {
    padding-bottom: 5px;
}

#OnePageCheckoutWrap {
    position: relative;
}

.opc-page-right-column {
    position: absolute;
    right: 25px;
    margin-top: 25px;
    width: 220px;
    z-index: 1000;
}

.opacity25 {
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=25)";
    filter: alpha(opacity=25);
    zoom: 1;
}

.opacity100 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    zoom: 1;
}

.opc-wrap .address-book table {
    margin-bottom: 10px;
}

.address-book-item {
    background-color: #f7f6f3;
    color: #333;
    padding: 20px;
    width: 50%;
    border: 1px solid #dbdbdb;
}

.opc-wrap .address-book-item-alt {
    background-color: White;
    color: #333;
    padding: 20px;
    width: 50%;
    border: 1px solid #dbdbdb;
}

.opc-wrap .address-book {
    display: none;
    position: absolute;
    top: 25%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: #ededed;
    z-index: 2;
    border: 2px solid #064792;
}

.opc-wrap .modal-address-background {
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    background-color: #c0c0c0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 175%;
    z-index: 1;
}

.opc-wrap .login-form .form-group {
    width: 100%;
}

    .opc-wrap .login-form .form-group label {
        display: block;
    }

    .opc-wrap .login-form .form-group .form-control {
        width: 60%;
        display: inline;
    }

.opc-wrap .no-account {
    margin-left: 10px;
    font-size: 9pt;
    font-weight: lighter;
    text-align: left;
}

.opc-wrap .order-total .label, .order-total .value {
    font-weight: bold;
    font-size: 125%;
}

.opc-wrap .month-year .form-control, .security-code .form-control {
    width: 100px;
    margin: 0 10px 0 0;
    display: inline;
}

.opc-wrap .month-year label, .security-code label {
    display: block;
}

.customer-service-links a {
    display: block;
}

.opc-subtotals-wrap .label {
    font-size: 13px;
    font-weight: normal;
}

#OnePageCheckoutWrap .page-row {
    margin: 0 0 10px 0;
}

.billAddressWrap, .shipping-address-form {
    margin-top: 10px;
}

.OPEmphasize {
    padding-right: 10px;
}

#OnePageCheckoutWrap .page-row.order-total {
    margin: 0;
}

.billAddressWrap, .BillingAddressBookBox {
    display: none;
}

.billSameCheckboxFloat {
    margin-top: 10px;
    margin-left: 100px;
}

#OnePageCheckoutWrap .page-row.billing-same-row {
    margin: 0;
}

.billing-address-form {
    margin-top: 10px;
}

.form-submit-wrap-finish-payment ul {
    display: table;
    float: right;
    padding: 0;
    margin: 0;
}

.form-submit-wrap-finish-payment {
    padding-top: 10px;
}

    .form-submit-wrap-finish-payment li {
        display: table-cell;
        vertical-align: middle;
    }

#form-submit-wrap-finish-payment-verify-text {
    color: #c00;
    font-weight: bold;
    margin: 10px 0;
    text-align: right;
    display: none;
}

#form-submit-wrap-finish-payment-btn-checkout {
    text-align: right;
}

.form-submit-wrap-finish-payment-verify-error {
    color: #c00;
    font-weight: bold;
    min-height: 48px;
    font-size: 1em;
    line-height: 18px;
    padding: 0 25px 0 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAJB0lEQVRoQ+2Ze2xT1x3Hv/de+/odJ87LIQlxSEJIeKVQQilIuLTTpI21Yajb/uhE1klbJ8rK1D00Wha3dEyqtCrtqISmqaT7a+tUQdUx1oqRtGWEDgih3ZoXiZ0HecfvXD/u9b07dkaIiR1fO6lKpR0p/8Tn8f38fuf8vufYFL7kjfqS68f/AZJlMDCAMs0aDH7eGV7RDASGFbtpimmmQNXNC5ektggom6Y0+MHnAbNiAKEh7WNkQ56BFJVJpmVMQMQ5r1mU0Kgpm31zpSFWBMDZD6OG0XVSbKUF2gYivviOTqEf4N4Dwv1uTvRZTBXwrCTEigAE7PomsBttItuAwOgF8J6+eY1KYxU0q/aA5v8OhK7YNOX+F+4pgGj01XShQ9IfzPYNnIMYnFqkj1bnw1CxD5T3FVDBoEVT616xw73sDMz2ZTdJaqstFDAjSKKfrKlJFlTqcbKVPmzRVzq/t1JZWBaA82qOUZmtdUTUP8yeHXwXEu9LqouiVdCWPw5l6BTp57EaaqZXpCotC8DXk9ckKnbYQlwBgpPtKYPKmjZBbWTAhN9vM6ybeijlABkdMgaIRl+hNzh4xRPZ3Mg/IAqzKZejaBaa4kfA4jwocbQxq2Z82WU1YwBPl7kpgi22IJcP3nk9pfjbHRhdKVQ5ZrDS3xzG2rFy2QOTdMwIwNVRVEar1I6A1IDQxGVIkUBaOti8bVCxvVBI/TbjxpFlldXMAD4pPSVgfWOQM0HwdsXEC7wCPr9mSRCDPgCFUgCtzAGbsxZq6pxb4r0W0/2ujM0tbQBXR3mZxKgds+GHwLuuAZIQEy2RK4Tfr8WTv+ESQrzxSy30eg7U/1ZUGNZBpZmGguprya0byLispg0w07nmVEjY0Bjy08S0bsWJ5QIqNL6UeDu1PK+BVhOa7x8tq4rsGmgVHyGMkGXVFntG5pYWwCiJvlLSOfzBekS83STskTgAPsLgyMkwhsZjN7r5ttpM4fhTLJRMfH9aswqsVoCK6W7Lv78vo7KaFsD01apTgXBVY4hjIIWmF20Vkfzn2Bs8uhzxADUWCkefVIK+ewRFg9FXQKfpBC1x1vz6m2mbm2yA0X+WlzFKg8Pr3wApMESiH5V7V6NFnDwt4IOOeIDdWyg8tU8BiIsQQCmNUGhYaNW9nYX1XfelVc5IZ9kAE1dqTnNcSUM4oAR4b8J1aIWAt9sE/OV8PMDjj1DYb1UQsyMQCRqlNkOnGwRN+RqLdnSnZW6yAMYurdstUao2j6cCVHiGSEgQffJfhgBc/HcYJ/4cr/LpbwO7NrCIJAEAOdC0SgVi7O6AL2Cp+MqA7LIqD6B9favfb7YKQYZov1NJ7g5mFODmBIejr8dvlWMHRVQWaiFGEmcgOo/I6KHVOaFUemzFOz+TbW4pAYY/3Lhbktg2r6cAjLS049KMgMlZHw6/HC+0+ecCCnSGJQEkcsQlhkWWcczNh8N1ax7uklVWUwKMXNzQ6nPnWiPEaakkW2dhJkxFk9h7UB2XnL++HoRzrCDl+RTBQK3loNHNtpTsuiHL3JYEiEZfENg2j5NUisUFJKGgvOJxfOtZNWYDc1PrNBLe+m0Q07fMKQGiHSLE0o25HjAiby3d82nKsro0wEebW13TeqskqMDQKZMVE2gqmsBzv2PwSe/cNtq0VsCvD0VIBgplAQiiCKUqBF0W12axdqY0t6Sq7BfuI9Fn2lxTOmhUrKzFo53yS0Zw5DUlbvSQckva5moex5/hMTVcImsOiXwvEwzxyM7jyIHmG8r3dL6z1MCkAI7WuutT47o6WlKTiUj1kdmy86dw5iKHN0/rYyMO7POjYZcW7ql8mTMQmxEi5LSFkFfIOcr3dCz5ZkgIYG/deiDIMS1TY1oYs+IPZCoVOeYxvHNxFi1vG2NdG/d78NguHVzjRamGxn3u9QeRkxcgB5q3VTzckbSsJga4sMU+ZNdatCpdWtGPKtAYPJgWBvDjF1bFBL3WNIp8xRpwvjkguY3nI/BzHMrWBNySJBFzu5bQ3BYB3Dy/9YDPrWyZmdTAZFr6gZJIjC7LA6fUh6d/VRr7+MSLwzBRVZj1pgcQHetyBaA3hmDKDTdXffXqTxKttwig//1t9t5utcWYpYNKldw5k0Uy6sa1O9riPv6s3Zr8GrFESiIREVPTPlSuDZPyGrbUfv36InOLA+h5r/6A18m0TE6oUVgwdwi/6OZyB8CqAjAX8Weqv/avfXfriQPoPbfd/p9PlZa83Cyo1XNlMN1GM2EwDHlWUrcvfDSJfvQeJL8UL1xTJL4wPOxBdW2YmGnEWvPolThzmwfoPrv9GecM3Tw+pkZJcXS/xl+J5YAolCTVlAfNf+LRPTgHsK6MxuHvKMk9Kos8/FVyplnUx+kMkC00i4oKsXPd3va4N0MM4OpbW40GncJxvUOZbS4wQqvNLFrG3AnyIgujyx4PX1tO4XnyIvPMyLtOJKLstztRUcnDkCU21uy9PP9miAF0nX2gaewWY5ucUKG8LDujKEUHFZY6sP+nib3x5HMSRH9ZxnO7PUG4PD5s2iQ6ah+9NG9usdVunN5hv/oxY6mqyIWSle+6d6spq+rDNw4lzt67J0IY7F2bMUB04IDdhVXFYeTnRho3fHMuCzGAs6/ulHweLVavTr9WL1RUXt2NI9GLXE98+d1ULeD4IQH2nhrZAFSCM+j3hzF8y4Vt9aJt475LMXeOAfz+ZzulqsoCsGz6dX+hoqwcJ3JLenC0ORudXXMHtq4mhGOH3ZgZqYbPRX43W2br6ZsGTYdsB15aAPDKjx6U6rfduS3KuzgnVmLMnUJJZQ9YTQDjUwxMehYjN6vJAZZ/mVuKcWTUi5ERr+3ZkwsAXv7Bg9KD2+es/15vw7c8GBpy237xh8t3ttDx7z/QurYyz1qYvwLuu5z0pYieIIi4fmMMwYBgPXKqPWZoseVefKJ+MxjqjLnAQFxYi+jfvdSCIQHTMxwGh9zEDCOHj/7x41dv64sC5JI/dn15QcHOWvN3TTqVVc0yW+8lgEgkMsqFhGvtveMnLvU5HQiFbv8YF54HiEKQ62ec1ytF0fBFg/AUFf1OPv5b4QUA/wUwNFmEOGCoCQAAAABJRU5ErkJggg==) left center no-repeat;
}

.shippingOptionsTable, .credit-card-form {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

.shippingOptionsTable {
    width: 100%;
}

.shippingOptionsTableTr, .credit-card-form-tr {
    display: table-row;
}

.credit-card-form-td, .shippingOptionsTableTd {
    display: table-cell;
}

.shippingOptionsTableTd {
    width: 50%;
    vertical-align: top;
}

.credit-card-form-td {
    padding-right: 5px;
}

.shippingOptionsTable .shippingOptionsTableTd:first-child {
    padding-right: 20px;
}

#CCDetailsTable td {
    vertical-align: top;
}

    #CCDetailsTable td select {
        padding: 1px 0;
    }

#OnePageCheckoutWrap input[type="text"], #OnePageCheckoutWrap select, #OnePageCheckoutWrap textarea {
    color: #000;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 14px;
}

.modalAddressBookWindow {
    position: relative;
}

.PaymentMethod input {
    margin-top: 0;
}

.PaymentMethod input, .PaymentMethod img, .PaymentMethod label {
    vertical-align: middle;
}

.fa-asterisk.requiredStar {
    color: #f00;
    font-size: 8px;
    vertical-align: middle;
}

.requiredFieldError {
    border: 2px solid #f00 !important;
}

.promotion-list-item-code, .promotion-list-item-description, .promotioncodeentrylink {
    display: block;
    padding-bottom: 5px;
}

.promotioncodeentrylink {
    padding-bottom: 0;
}

#characterLimit {
    font-size: .8em;
}

.ShipMethodAmountJs {
    display: none;
}

.paymentRadio {
    display: none;
}

.payPalDetails {
    color: #c00;
    font-weight: bold;
}

.impersonateCheckout .shipping-methods-form {
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.impersonateCheckout .payment-form input, .impersonateCheckout .payment-form label, .impersonateCheckout .payment-form img {
    vertical-align: middle;
}

.impersonateCheckout .payment-form .form-group label {
    margin-bottom: 0;
}

.impersonateCheckout .payment-form .form-group input {
    margin-bottom: 0;
    margin-top: 0;
}

.impersonateCheckout .payment-form img {
    margin-left: 5px;
}

.impersonateCheckout .payment-page .payment-form .credit-card-group .cc-images {
    padding: 0;
}

.impersonateCheckout .page-row, .impersonateCheckout .page-row.order-summary .one-third div {
    margin: 10px 0 10px 0;
}

    .impersonateCheckout .page-row.order-summary .one-third div.page-row {
        margin: 0;
    }

        .impersonateCheckout .page-row.order-summary .one-third div.page-row.page-row-custom-fields {
            margin: 10px 0;
        }

.impersonateCheckout .cart-summary-discount, .impersonateCheckout .cart-summary-tax, .impersonateCheckout .cart-summary-shipping, .impersonateCheckout .cart-shipping-cost-caption, .impersonateCheckout .cart-summary-total {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.impersonateCheckout .billToCarrierMessage {
    padding: 6px;
    color: #d8000c !important;
    background: #ffbaba;
    border-radius: 3px;
    box-shadow: 0 0 2px #d8000c;
    margin: 2px 0 6px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.impersonateCheckout .chosenShippingOption {
    color: #1d7c3a !important;
    background: #aae2bb;
    border-radius: 3px;
    box-shadow: 0 0 2px #1d7c3a;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.impersonateCheckout .shipping-methods-form label {
    margin-bottom: 0;
}

.impersonateCheckout .shipping-methods-form input {
    margin-top: 0;
}

.impersonateCheckout .shipping-methods-form label, .impersonateCheckout .shipping-methods-form input {
    vertical-align: middle;
}

.cart-summary-total, .cart-summary-discount, .impersonateCheckout .cart-summary-shipping, .impersonateCheckout .cart-summary-tax {
    font-size: 18px;
}

.impersonateCheckout .cart-summary-shipping, .impersonateCheckout .cart-summary-tax {
    display: block;
}

.impersonateCheckout .row-sub-totals {
    margin: 0;
}

.impersonateCheckout .page-row.order-summary div.one-third {
    float: right;
}

#divShippingAddress {
    padding-top: 27px;
}

#impersonateSaveShipBill, #impersonateShipBillSame {
    font-weight: bold;
    color: #902003;
    padding-bottom: 10px;
}

.impersonateCheckout .page-row.order-summary .one-third div#impersonateSaveShipBill, .impersonateCheckout .page-row.order-summary .one-third div#impersonateShipBillSame {
    margin: 0;
}

#impersonateSaveShipBill input, #impersonateShipBillSame input {
    margin: 0 5px 0 0;
}

#impersonateSaveShipBill *, #impersonateShipBillSame * {
    vertical-align: middle;
}

#headerCartWidth .impersonateCheckout .cartlines {
    margin-bottom: 0;
}

.impersonateCheckout .cartlines li .qtyPrice {
    margin-top: 0;
}

.impersonateCheckout .place-order-wrap {
    text-align: right;
}

.impersonateCheckout .one-third {
    width: 30%;
    padding-right: 45px;
}

    .impersonateCheckout .one-third:nth-child(4n+1) {
        padding-right: 0;
    }

.cartlines li#quickAddSearch {
    margin-top: 20px;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .cartlines li#quickAddSearch input {
        width: 98%;
        margin: 10px auto;
        padding: 6px 25px;
    }

#quickAddContainer {
    display: none;
    margin-top: 20px;
}

.quickAddToCart {
    float: right;
    margin-right: 5px;
    margin-top: 3px;
}

.quantityDiscountsContainer {
    margin-top: 20px;
}

    .quantityDiscountsContainer .alt .expand-toggle, .quantityDiscountsContainer .alt .objectexpand {
        margin: 0 auto;
    }

    .quantityDiscountsContainer .alt .objectexpand {
        display: none;
    }

    .quantityDiscountsContainer .expand-toggle .clicktoopen {
        background: url(/App_Themes/Skin_4/images/usbfirewire/clicktoshowoptions.png) no-repeat 0 44px;
    }

    .quantityDiscountsContainer .expand-toggle:hover .clicktoopen {
        background-position: 0 0;
    }

    .quantityDiscountsContainer .objectexpand .table-header div {
        width: 230px;
        font-size: 15px;
    }

    .quantityDiscountsContainer .objectexpand .table-row .table-cell {
        width: 220px;
        font-size: 15px;
    }

    .quantityDiscountsContainer .expand-toggle a.btn {
        text-transform: uppercase;
    }

    .quantityDiscountsContainer .add-to-cart-group {
        float: right;
        margin: 0;
    }

    .quantityDiscountsContainer .add-to-cart-quantity, .quantityDiscountsContainer .add-to-cart-buttons {
        display: inline-block;
    }

    .quantityDiscountsContainer .add-to-cart-quantity {
        width: 188px;
    }

    .quantityDiscountsContainer .add-to-cart-group .quantity-field {
        padding: 0;
    }

    .quantityDiscountsContainer .add-to-cart-group-bg {
        background: #ccc;
        background: -moz-linear-gradient(left,#fff 30%,#ccc 100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(30%,#fff),color-stop(100%,#ccc));
        background: -webkit-linear-gradient(left,#fff 30%,#ccc 100%);
        background: -o-linear-gradient(left,#fff 30%,#ccc 100%);
        background: -ms-linear-gradient(left,#fff 30%,#ccc 100%);
        background: linear-gradient(to right,#fff 30%,#ccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#cccccc',GradientType=1);
        padding: 0 10px;
        border-right: 1px solid #b7b7b7;
        border-bottom: 1px solid #b7b7b7;
        border-left: 1px solid #b7b7b7;
    }

.quantityDiscountsLink {
    margin-left: 20px;
    border-left: 1px solid #0e5fc1;
    padding-left: 21px;
    display: inline-block;
}

.product-discounttable-wrap {
    margin-bottom: 10px;
}

.quantity-discount-table {
    width: 100%;
}

    .quantity-discount-table td, .quantity-discount-table th {
        border: 1px solid #eee;
        font-size: 12px;
        padding: 5px;
        color: #366d24;
        width: 50%;
    }

    .quantity-discount-table th {
        background: #eefde7;
    }

    .quantity-discount-table td {
        text-align: center;
    }

.quantityDiscountsContainerSpan {
    display: block;
    padding: 10px 0 5px 0;
}

.quantityDiscountsContainerTextArea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 5px;
}

.expand-toggle span.quantityDiscountsContainerSpan {
    float: none;
    font-size: 13px;
}

.quantityDiscountsContainer .text-option-group {
    margin-bottom: 0;
}

.quantityDiscountsContainer .expand-toggle span.expand-toggle-cable-type {
    font-size: 17px;
}

.also-bought-products, .recently-viewed-products {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}

.order-history {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#topNavResponsiveContainer {
    display: none;
}

.contactUsInfo {
    float: left;
    width: 220px;
}

.responsiveLogOut {
    display: none;
}

.imgContainerAndInfo {
    float: left;
}

.shoppingCartInfoRight {
    float: right;
}

h2.upsell-items-header {
    font-size: 21px;
    margin-top: 0;
    padding: 10px 0 0 10px;
}

#upsellItemsContainerAddToCart {
    margin: 10px 10px 0 10px;
}

#upsellItemsContainerNoThanks {
    float: left;
}

#upsellItemsContainerAddToCartButton {
    float: right;
    width: auto;
    padding: 7px 15px 5px;
}

.zoomInOn, .zoomInOff, .zoomOutOn, .zoomOutOff, .closeButton {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zoomInOn, .zoomInOff {
    background-image: url(/App_Themes/Skin_4/images/usbfirewire/pinchzoom-in.png);
    top: 10px;
    right: 10px;
}

.zoomOutOn, .zoomOutOff {
    background-image: url(/App_Themes/Skin_4/images/usbfirewire/pinchzoom-out.png);
    top: 52px;
    right: 10px;
}

.zoomInOn, .zoomOutOn {
    opacity: 1;
    cursor: pointer;
}

.zoomInOff, .zoomOutOff {
    opacity: .3;
    cursor: auto;
}

#checkoutErrorPop {
    background: url(/App_Themes/Skin_4/images/usbfirewire/checkout-error-pop.png) no-repeat;
    width: 270px;
    height: 56px;
    position: absolute;
    bottom: -51px;
    left: 40px;
    padding: 14px 5px 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #000;
    z-index: 100;
}

.checkoutPlaceholder {
    position: relative;
    display: inline-block;
}

.checkoutPlaceholderSpan {
    position: absolute;
    font-style: italic;
    display: block;
    padding: 6px 5px 5px 5px;
}

.checkoutPlaceholder input, .checkoutPlaceholder textarea, .checkoutPlaceholder select {
    position: relative;
    border: 1px solid #999;
}

.checkoutPlaceholder input {
    background: transparent;
}

#siteWideMessage {
    text-align: center;
    background: #e8bd00;
    padding: 10px;
    color: #c00;
    font-size: 16px;
    border-bottom: 1px solid #064792;
    margin-top: -4px;
}

.categoriesTextTop {
    padding-top: 15px;
    margin-bottom: 25px;
}

.categoriesTextBottom {
    margin-bottom: 25px;
}

#conversionTool {
    background: #e6e6e6;
    background: -moz-linear-gradient(top,#e6e6e6 0,#fff 50%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e6e6e6),color-stop(50%,#fff));
    background: -webkit-linear-gradient(top,#e6e6e6 0,#fff 50%);
    background: -o-linear-gradient(top,#e6e6e6 0,#fff 50%);
    background: -ms-linear-gradient(top,#e6e6e6 0,#fff 50%);
    background: linear-gradient(to bottom,#e6e6e6 0,#fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6',endColorstr='#ffffff',GradientType=0);
}

    #conversionTool h4 {
        margin: 0 0 5px 0;
    }

    #conversionTool span {
        font-size: 12px;
        font-weight: bold;
        padding: 5px 0;
        display: block;
    }

    #conversionTool input {
        width: 100%;
        margin: 0;
        padding: 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #d4d4d4;
    }

    #conversionTool select {
        width: 100%;
        margin: 5px 0 0 0;
        padding: 5px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #d4d4d4;
    }

#conversionSelectContainer {
    margin: 5px 0 0 0;
}

.conversionToolUnit {
    margin-top: 15px;
}

    .conversionToolUnit input.disabled {
        background: #ccc;
    }

    .conversionToolUnit span.disabled {
        text-decoration: line-through;
    }

    .conversionToolUnit span.enabled {
        color: #b1880c;
    }

    .conversionToolUnit input.enabled {
        color: #064792;
        font-weight: bold;
    }

#conversionToolButton {
    margin-top: 10px;
}

@media screen and (max-width:1024px) {
    #logo {
        margin-left: 5px;
    }

    #header-search-form,
    #userLinks {
        margin-right: 5px;
    }
}

@media screen and (max-width:980px) {
    .location-search {
        right: 5px;
    }

    #top_nav, #container, .footer {
        width: auto;
    }

        #container #top_nav {
            padding: 0 5px;
        }

        #top_nav ul {
            margin: 0;
        }

    .bar_nav ul li {
        width: 14.28571428571429%;
    }

    .rightcol {
        margin-left: 5px;
        width: 22%;
    }

    .leftcol {
        margin-right: 5px;
        width: 70%;
    }

    #productPageWrap .leftcol {
        width: 68%;
    }

    #productPageWrap .rightcol {
        width: 220px;
    }

    .footerlogo {
        right: 0;
    }

    .footer .links1 {
        padding-left: 20px;
    }

    .footer .copyright {
        right: 20px;
    }

    #ui-id-1 {
        width: 174px !important;
    }

    .expand-toggle, .objectexpand ul, .alt .objectexpand, .subcategory-products-grid.alt .objectexpand {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .objectexpand .table-row .table-cell, .objectexpand .table-header div {
        width: 20%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    #main {
        padding: 0 5px;
    }

    .detailsadditional .col, .detailsadditional .col.compliance {
        width: 31%;
    }

    .leftcol {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        -mox-box-sizing: border-box;
        padding: 19px;
    }

    .row-email-friend .form.form-email-friend {
        width: 95%;
    }
}

@media screen and (max-width:960px) {
    .objectgrid li {
        width: 23% !important;
    }

    .objectgrid {
        margin-left: 0;
    }

        .objectgrid li .price a {
            width: 100%;
        }

    .opc-page-right-column {
        right: 0;
    }
}

@media screen and (max-width:950px) {
    .opc-page-left-column {
        width: 75%;
    }

    #OnePageCheckoutWrap.shopping-cart-page {
        padding: 10px;
    }

    #OnePageCheckoutWrap .checkoutlist {
        width: auto;
    }

    #OnePageCheckoutWrap .cartlines li {
        display: block;
        width: auto;
    }
}

@media screen and (max-width:900px) {
    .leftcol.customTool {
        float: none;
    }

    #logo {
        width: 100%;
    }

        #logo a {
            background: url(/App_Themes/Skin_4/images/usbfirewire/logo2015.png) center center no-repeat;
            display: block;
            height: 81px;
            width: 100%;
        }

        #logo img, #logo span {
            display: none;
        }

    #header-search-form {
        top: 42px;
    }

    #search-form {
        margin-top: 5px;
    }

    #container #top_nav {
        margin-bottom: 10px;
    }

    #topNavResponsiveContainer {
        display: block;
        height: 41px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border: 1px solid #064792;
        background: #064792;
        background: -moz-linear-gradient(top,#1c5ea0 0,#064792 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1c5ea0),color-stop(100%,#064792));
    }

    #topNavResponsiveMenu {
        display: block;
        height: 41px;
        width: 76px;
        padding: 11px 0 0 12px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        #topNavResponsiveMenu span {
            display: block;
            height: 17px;
            width: 76px;
            background: url(/App_Themes/Skin_4/images/usbfirewire/responsive/header-menu-expand-collapse-phone.png) no-repeat;
        }

            #topNavResponsiveMenu span.active {
                background-position: 0 -19px;
            }

    #top_nav ul {
        display: none;
        position: absolute;
        background: #fff;
        left: 5px;
        top: 41px;
    }

        #top_nav ul li ul, #top_nav ul li:hover > ul, #top_nav ul li ul:hover {
            visibility: inherit;
            display: none;
            transition: none;
            position: static;
        }

            #top_nav ul li ul li ul {
                display: none !important;
            }

    #top_nav li {
        float: none;
    }

    .bar_nav ul {
        background: none;
        width: 294px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .bar_nav ul a {
            width: auto;
            background: none;
            padding: 5px 5px 5px 20px;
        }

        .bar_nav ul li a {
            font-size: 16px;
            color: #000;
            text-align: left;
            text-shadow: none;
        }

        .bar_nav ul li ul li a {
            font-size: 14px;
        }

        .bar_nav ul li:hover > a {
            color: #000;
            text-shadow: none;
        }

    .bar_nav ul {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-top: none;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    .bar_nav > ul > li > a, .bar_nav > ul > li:hover > a, .bar_nav > ul > li:first-child > a, .bar_nav > ul > li:last-child > a {
        border-top: 1px solid #ddd;
        border-right: none;
        border-bottom: none;
        border-left: none;
    }

    .bar_nav ul li {
        width: auto;
    }

        .bar_nav ul li a, .bar_nav ul li:hover > a {
            background: #eee;
        }

        .bar_nav ul ul li a, .bar_nav ul li ul li a, .bar_nav ul li ul li a:hover, .bar_nav ul li ul li:last-child > a:hover, .bar_nav ul li ul li:hover > a, .bar_nav ul li:hover > ul li a {
            background-color: #fff;
            border-top: none;
            border-bottom: 1px solid #eee;
        }

    .bar_nav ul ul {
        border: none;
    }

    .bar_nav ul ul {
        width: auto;
    }

    li span.icon, li a span.icon {
        background: none;
    }

    .navIconUsb, .navIconHdmi, .navIconFirewire, .navIconEthernet, .navIconPower {
        margin: 5px 5px 0 0;
    }

    .navIconUsb {
        background: url(/App_Themes/Skin_4/images/usbfirewire/responsive/nav_icon-usb.png) 0 0 no-repeat;
    }

    .navIconHdmi {
        background: url(/App_Themes/Skin_4/images/usbfirewire/responsive/nav_icon-hdmi.png) 0 0 no-repeat;
    }

    .navIconFirewire {
        background: url(/App_Themes/Skin_4/images/usbfirewire/responsive/nav_icon-firewire.png) 0 0 no-repeat;
    }

    .navIconEthernet {
        background: url(/App_Themes/Skin_4/images/usbfirewire/responsive/nav_icon-ethernet.png) 0 0 no-repeat;
    }

    .navIconPower {
        background: url(/App_Themes/Skin_4/images/usbfirewire/responsive/nav_icon-power.png) 0 0 no-repeat;
    }

    .location-search {
        top: 74px;
        z-index: 100000;
    }

    #search-form-icon, #userLinks {
        display: inline-block;
    }

    #headercart .btn, #userLinks, #search-form-icon {
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-shadow: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

        #headercart a.btn, #userLinks .account, #search-form-icon span {
            display: block;
            width: 40px;
            height: 41px;
            border-left: 1px solid #063469;
        }

    #userLinks {
        top: 42px;
        right: 41px;
    }

    #headercart {
        top: 42px;
        right: 88px;
    }

    #userLinks, #headercart, #search-form-icon {
        border-left: 1px solid #2f7cd3;
    }

        #headercart a.btn {
            position: static;
        }

        #search-form-icon span {
            background: url(/App_Themes/Skin_4/images/usbfirewire/responsive/header-search-icon-phone-2.png) center center no-repeat;
        }

        #userLinks .account {
            background: url(/App_Themes/Skin_4/images/usbfirewire/responsive/header-my-account-icon-phone-2.png) center center no-repeat;
        }

        #headercart .btn {
            background: url(/App_Themes/Skin_4/images/usbfirewire/responsive/header-cart-icon-phone-2.png) center center no-repeat;
        }

    .carttitle, .carticon, .cartcount {
        display: none;
    }

    #userLinks span, .signinout-link, #search-form, .rightcol, #homepageBestSellers, #homepageFeaturedArticles h2, #homepageWelcomeText, #homepageFooterText, #productPageWrap .designtool, #productPageWrap .testimonials, #productPageWrap .compliancebox, #productPageWrap .performanceguarantee, #productPageRequestButtons, #productPageLeftColBottom {
        display: none;
    }

    #sectionPageWrap .leftcol.roundbox, #productPageWrap .leftcol.roundbox, #homePageWrap .leftcol.roundbox {
        border: none;
    }

    .footer .contact, .footer .copyright {
        position: static;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .footer {
        display: block;
        padding: 20px;
    }

        .footer .copyright {
            clear: both;
            padding-bottom: 20px;
            text-align: center;
        }

    .footerlogo {
        width: auto;
        background-position: center center;
    }

    .footer .links1, .footer .links2, .footer .links3, .footer .contact {
        margin: 0;
        height: 150px;
        padding: 0 30px 0 0;
    }

    .footer .links2, .footer .links3 {
        border: none;
    }

    .footer .contact {
        margin: 0;
    }

    #productPageWrap .rightcol {
        display: block;
    }

    #productPageWrap {
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        padding: 10px;
        border: 1px solid #ddd;
    }

    .contentbg {
        padding-bottom: 10px;
    }

    .detailsheader .detailsleftcol, .detailsheader .detailsrightcol {
        float: none;
        width: auto;
    }

        .detailsheader .detailsleftcol .image {
            margin: 0 auto;
            float: none;
        }

    #responsiveProductPageRightSide a.btn, .email-a-friend-link {
        width: 100%;
        margin-top: 5px;
        box-sizing: border-box;
        -mox-box-sizing: border-box;
    }

    .cartreminder.marginbottom {
        margin-bottom: 10px;
    }

    #responsiveProductPageBottom {
        padding: 0 20px;
    }

    .zoom-desc {
        text-align: center;
    }

        .detailsheader, .zoom-desc p {
            margin-bottom: 0;
        }

    .signin-page .login-form, .signin-page .forgot-password-email {
        width: auto;
    }

    .responsiveLogOut {
        margin-left: 20px;
        border-left: 1px solid #0e5fc1;
        padding-left: 21px;
        display: inline-block;
    }

    .opc-page-left-column, .opc-page-right-column {
        width: 660px;
    }

    .opc-page-left-column {
        margin: 0 auto;
    }

    .opc-page-right-column {
        margin: 15px auto 0 auto;
    }

    .opc-container-inner {
        padding: 0;
    }

    .checkouttotal {
        width: auto;
        border: 2px solid #366d24;
    }

    .checkouttotal-fixed {
        border-top: none;
        border-right: none;
        border-left: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #OnePageCheckoutWrap {
        position: static;
    }

        .opc-subtotals-wrap .one-half, #OnePageCheckoutWrap .opc-subtotals-wrap .page-row .order-total {
            float: none;
        }

        #OnePageCheckoutWrap .opc-subtotals-wrap .page-row {
            float: left;
            width: 33%;
            text-align: center;
        }

            #OnePageCheckoutWrap .opc-subtotals-wrap .page-row.order-total {
                width: 100%;
            }

        #OnePageCheckoutWrap .opc-subtotals-wrap .discount {
            display: none;
        }

        #OnePageCheckoutWrap .opc-subtotals-wrap .page-row.order-total {
            text-align: center;
        }

        #OnePageCheckoutWrap .opc-subtotals-wrap .discount .add-promotion-textbox, #OnePageCheckoutWrap .opc-subtotals-wrap .discount .centered, #OnePageCheckoutWrap .opc-subtotals-wrap .discount .error-wrap {
            width: auto;
        }

    #rightSideFixedElements.smartCheckout, #rightSideFixedElements.customTool {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    #headerCartWidth .cartlines, #headerCartWidth .fieldnames, #headerCartWidth .subtotal, #headerCartWidth .cart-summary-discount, #headerCartWidth .cart-summary-total, .cartlines li {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    #headerCartWidth.leftcol {
        padding: 5px;
    }

    .shopping-cart-page {
        padding: 15px;
    }

    .checkoutlist .fieldnames .part, .leftcol .fieldnames .part, .cartlines li .info {
        width: auto;
    }

    .imgContainerAndInfo {
        width: 50%;
    }
}

@media screen and (max-width:736px) {
    #productPageWrap .leftcol {
        width: 66%;
    }
}

@media screen and (max-width:719px) {
    .imgContainerAndInfo {
        width: 45%;
    }

    .opc-page-right-column, .opc-page-left-column {
        width: 100%;
    }
}

@media screen and (max-width:667px) {
    .imgContainerAndInfo {
        width: 38%;
    }

    #homepageBrowseCompleteRange h3 {
        display: block;
        font-size: 22px;
        color: #e2ae1c;
        text-align: center;
        margin-bottom: 20px;
        margin-right: 0;
    }

    #homepageBrowseCompleteRange a {
        line-height: normal;
        margin-right: 0;
    }

        #homepageBrowseCompleteRange a span {
            display: none;
        }

    #homepageBrowseCompleteRange:before, #homepageBrowseCompleteRange:after {
        content: "";
        display: table;
    }

    #homepageBrowseCompleteRange:after {
        clear: both;
    }

    #homepageBrowseCompleteRange a {
        width: 276px;
        height: 92px;
        padding: 3px;
        margin-bottom: 20px;
        background-position: center center;
        background-repeat: no-repeat;
    }

    #homepageBrowseCompleteRangeUSB2 {
        float: left;
        background-image: url(/App_Themes/Skin_4/images/usbfirewire/responsive/homepage-usb-2.png);
    }

    #homepageBrowseCompleteRangeUSB3 {
        float: right;
        background-image: url(/App_Themes/Skin_4/images/usbfirewire/responsive/homepage-usb-3.png);
    }

    #homepageBrowseCompleteRangeFirewire {
        float: left;
        background-image: url(/App_Themes/Skin_4/images/usbfirewire/responsive/homepage-firewire.png);
    }

    #homepageBrowseCompleteRangeHDMI {
        float: right;
        background-image: url(/App_Themes/Skin_4/images/usbfirewire/responsive/homepage-hdmi.png);
    }

    #homepageBrowseCompleteRangeEthernet {
        float: left;
        margin-bottom: 0 !important;
        background-image: url(/App_Themes/Skin_4/images/usbfirewire/responsive/homepage-ethernet.png);
    }

    .productheader {
        display: none;
    }

    .product-page .productheader {
        display: block;
    }

    #responsiveProductPageBottom {
        padding: 0 10px;
    }

    #productPageWrap .leftcol {
        width: 60%;
    }

    .contactUsInfo {
        width: auto;
        float: none;
    }

    .googleMap iframe {
        width: 100%;
    }
}

@media screen and (max-width:639px) {
    .shippingOptionsTable, .shippingOptionsTableTr, .shippingOptionsTableTd {
        display: block;
        width: 100%;
    }

        .shippingOptionsTable .shippingOptionsTableTd:first-child {
            padding-right: 0;
            padding-bottom: 10px;
        }

    .labelBcError.error-wrap {
        width: auto;
    }

    .carrier_pick_note {
        white-space: normal;
    }

    #OnePageCheckoutWrap .page-row.shipping-methods-wrap {
        margin-bottom: 0;
    }
}

@media screen and (max-width:604px) {
    #homepageBrowseCompleteRange {
        margin-top: 0;
    }

    #homepageFeaturedArticles {
        display: none;
    }

    .objectgrid li {
        width: 30% !important;
    }

    #homepageBrowseCompleteRange a#homepageBrowseCompleteRangeUSB2, #homepageBrowseCompleteRange a#homepageBrowseCompleteRangeUSB3, #homepageBrowseCompleteRange a#homepageBrowseCompleteRangeFirewire, #homepageBrowseCompleteRange a#homepageBrowseCompleteRangeHDMI, #homepageBrowseCompleteRange a#homepageBrowseCompleteRangeEthernet {
        float: none;
        display: block;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .detailsadditional .col, .detailsadditional .col.compliance {
        width: 47%;
    }

        .detailsadditional .col.compliance {
            margin-left: 0;
            white-space: nowrap;
        }

    .also-bought-item-row .one-fourth {
        width: 50%;
    }

        .also-bought-item-row .one-fourth:nth-child(2n+1) {
            clear: both;
        }

    #productPageWrap .leftcol {
        width: 320px;
        float: none;
        margin: 0 auto;
    }

    .detailsheader .detailsrightcol {
        display: none;
    }

    #productPageWrap .rightcol {
        float: none;
        margin: 15px auto 0 auto;
    }

    #productPageWrap {
        padding: 0;
    }

    #responsiveProductPageBottomCaption {
        padding: 0 10px;
    }

    #responsiveProductPageBottom hr:first-child {
        display: block;
    }

    .product-page-header-table, .product-page-header-table-row, .product-page-header, .productheader .partnumber {
        display: block;
    }

    .productheader .partnumber {
        text-align: left;
        padding-top: 15px;
    }

    .footerLinks {
        width: 320px;
        margin: 0 auto;
    }

    .footer ul {
        float: left;
    }

    .footerLinks:before, .footerLinks:after {
        content: "";
        display: table;
    }

    .footerLinks:after {
        clear: both;
    }

    .footer .links3 {
        clear: both;
    }

    .footer .links1, .footer .links2, .footer .links3, .footer .contact {
        min-height: 130px;
        height: auto;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .footer .links2, .footer .contact {
        padding-right: 0;
    }

    .footer .links1, .footer .links3 {
        width: 125px;
    }

    .checkout-address-form-table, .checkout-address-form-tr, .checkout-address-form-td {
        display: block;
        width: 100%;
    }

    .checkout-address-form-addy2-suite {
        width: 100%;
    }

    #checkout_wrapper .fieldvalue input.ShipSuite,
    #checkout_wrapper .fieldvalue input.BillSuite,
    #checkout_wrapper .fieldvalue input.ShipAddress2,
    #checkout_wrapper .fieldvalue input.BillAddress2 {
        float: none;
    }

    #checkout_wrapper .fieldvalue input.ShipSuite,
    #checkout_wrapper .fieldvalue input.BillSuite,
    #checkout_wrapper .fieldvalue input.ShipAddress2,
    #checkout_wrapper .fieldvalue input.BillAddress2,
    #checkout_wrapper .checkout-address-form-td input,
    #checkout_wrapper .checkout-address-form-td select {
        display: inline-block;
        width: 90%;
    }

        #checkout_wrapper .checkout-address-form-td input[disabled="disabled"], #checkout_wrapper .checkout-address-form-td select[disabled="disabled"] {
            background: #ececec;
        }

    .checkoutPlaceholder {
        display: block;
    }

    #label-ecitycommerce-bill-to-carrier-id .checkoutPlaceholder {
        display: inline-block;
    }

    .billSameCheckboxFloat {
        margin-left: 0;
        float: right;
    }

    .account-form .form-group, .account-form .first-name, .account-form .last-name, .account-form .password-one, .account-form .password-two, .account-form .bill-to-carrier-info {
        width: auto;
        padding-top: 10px;
    }

    .account-form .first-name, .account-form .last-name, .account-form .password-one, .account-form .password-two, .account-form .bill-to-carrier-info {
        margin: 0;
        display: block;
    }
}

@media screen and (max-width:599px) {
    .shopping-cart-page {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media screen and (max-width:569px) {
    .checkoutlist .fieldnames .quantity, .leftcol .fieldnames .quantity, .cartlines li .quantity {
        width: 110px;
    }

        .cartlines li .quantity a.btn.update {
            font-size: 11px;
            width: 40px;
        }

    .checkoutlist .fieldnames .total, .checkoutlist .fieldnames .price, .leftcol .fieldnames .total, .leftcol .fieldnames .price, .cartlines li .total, .cartlines li .price {
        width: 60px;
    }

    .checkoutlist .fieldnames .total, .leftcol .fieldnames .total, .cartlines li .total {
        padding-left: 5px;
    }

    .cartlines li .price input {
        padding: 0;
        text-indent: 5px;
    }

    .cartlines li .remove {
        margin-right: 0;
    }

        .cartlines li .remove.btn {
            margin-right: 5px;
        }

    .imgContainerAndInfo {
        width: 45%;
    }
}

@media screen and (max-width:540px) {
    .objectexpand .table-row .objectexpand-stock.table-cell, .table-header div:nth-child(3), .expand-toggle a.btn {
        display: none;
    }

    .quantityDiscountsContainer .table-header div:nth-child(3) {
        display: table-cell;
    }
}

@media screen and (max-width:532px) {
    .imgContainerAndInfo {
        width: 38%;
    }
}

@media screen and (max-width:480px) {
    .quantityDiscountsContainer .add-to-cart-quantity {
        height: auto;
        margin: 0;
    }

    .quantityDiscountsContainer .add-to-cart-group {
        padding-bottom: 20px;
    }

    .shoppingCartInfoRight {
        float: left;
        padding: 10px;
    }

    .checkoutlist .fieldnames, #headerCartWidth .fieldnames {
        display: none;
    }

    .imgContainerAndInfo {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .cartlines li .imgcontainer, .cartlines li .info {
        border: none;
    }

    .cartlines li .imgcontainer {
        top: 10px;
        left: 10px;
    }

    .cartlines li:hover .imgcontainer {
        top: 0;
        left: 0;
    }

    .cartlines li:hover .info {
        margin-left: 75px;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -ms-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

    #OnePageCheckoutWrap .page-row.billing-same-row .floatleft {
        float: none;
    }

    #OnePageCheckoutWrap .cartlines li .quantity {
        width: 50px;
    }

    #ec-merchant-selected-shipping-methods {
        width: 100%;
    }

    .form-submit-wrap-finish-payment ul {
        float: none;
        display: block;
    }

    .form-submit-wrap-finish-payment li {
        display: block;
        list-style-type: none;
    }

    #form-submit-wrap-finish-payment-btn-checkout {
        text-align: center;
        padding-top: 10px;
    }

    .form-submit-wrap-finish-payment-verify-error {
        background: none;
        padding: 0;
        text-align: center;
        height: auto;
        min-height: 0;
    }

    #upsellItemsContainer table {
        width: 100%;
    }

    .row-email-friend .one-third, .row-email-friend .two-thirds {
        float: none;
        width: auto;
        display: block;
    }

    .row-email-friend .one-third {
        text-align: center;
    }
}

@media screen and (max-width:424px) {
    .quantityDiscountsContainer .add-to-cart-buttons {
        margin-top: 10px;
    }

    .objectgrid li {
        width: 46% !important;
    }

    .leftcol, .footer {
        padding-left: 5px;
        padding-right: 5px;
    }

    .expand-toggle .clicktoopen {
        width: 41px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .quantityDiscountsContainer .expand-toggle-ul {
        display: block;
    }

    .expand-toggle:hover .clicktoopen, .expand-toggle:hover .clicktoopen.clicktohideoptions, .expand-toggle:hover .clicktoopen.clicktoshowoptions, .quantityDiscountsContainer .expand-toggle:hover .clicktoopen {
        background-position: right 0;
    }

    .quantityDiscountsLink, .responsiveLogOut {
        display: block;
        border: none;
        margin-left: 0;
        padding: 10px 0 0 0;
    }

    .account-page {
        padding: 10px;
    }

    .address-row .one-half {
        width: auto;
        float: none;
        display: block;
    }

    .quantityDiscountsContainer .expand-toggle-ul li {
        display: block;
    }

    .quantityDiscountsContainer .expand-toggle p {
        padding-left: 0;
        width: 100%;
    }

    .quantityDiscountsContainer .expand-toggle .imgcontainer {
        float: none;
        margin: 0 auto;
    }

    .quantityDiscountsContainer .expand-toggle .content-container {
        text-align: center;
        padding-top: 10px;
    }

    .quantityDiscountsContainer .expand-toggle .clicktoopen {
        top: 0;
        bottom: auto;
    }

    .also-bought-item-row .one-fourth {
        width: 100%;
    }

    .detailsparts {
        display: block;
    }

        .detailsparts .col {
            display: block;
            width: auto;
            padding-left: 0;
        }

    .detailsadditional .col, .detailsadditional .col.compliance {
        width: auto;
        margin-left: 0;
        float: none;
    }

    #cartButtons input.button.button-continue-shopping {
        margin-bottom: 10px;
    }

    .opc-subtotals-wrap .one-half {
        width: auto;
    }

    .opc-subtotals-wrap .label, .opc-subtotals-wrap .value {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width:384px) {
    .credit-card-form, .credit-card-form-tr, .credit-card-form-td {
        display: block;
    }

    .credit-card-form-td {
        float: left;
        width: 33%;
        padding: 0;
        text-align: center;
    }

    .credit-card-form-td-cc input {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .credit-card-form-td.credit-card-form-td-cc {
        float: none;
        width: 100%;
    }

    .credit-card-form-td .checkoutPlaceholder {
        display: inline-block;
    }

    .credit-card-form-td.credit-card-form-td-cc .checkoutPlaceholder {
        display: block;
    }

    .credit-card-form-tr:before, .credit-card-form-tr:after {
        content: "";
        display: table;
    }

    .credit-card-form-tr:after {
        clear: both;
    }

    #checkoutErrorPop {
        left: 0;
    }
}

@media screen and (max-width:325px) {
    .footerLinks {
        width: 250px;
    }

    .footer .links1, .footer .links2, .footer .links3, .footer .contact {
        width: 50%;
    }

        .footer .contact strong {
            display: block;
        }

    .footer .copyright {
        padding-top: 20px;
    }

    #productPageWrap .leftcol {
        width: 294px;
    }

    .shopping-cart-page {
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .row-sub-totals {
        padding: 0 10px;
        width: auto;
    }

    .cart-row.cart-empty {
        padding-top: 15px;
    }

    .cartlines li .remove.btn {
        margin-right: 0;
    }

    #checkoutErrorPop {
        left: -8px;
    }
}

@media screen and (max-width:319px) {
    .h3encapsulated ul li:nth-child(1) h3, .h3encapsulated ul li h3 {
        max-width: 100%;
        white-space: normal;
    }

    .h3encapsulated ul li:nth-child(1), .h3encapsulated ul li, .h3encapsulated ul li:nth-child(2) {
        background: none;
        width: auto;
    }

    .h3encapsulated h3 {
        padding: 0;
    }

    #logo {
        float: none;
    }

        #logo a {
            width: 100%;
            background-size: contain;
            margin: 0 auto;
        }

    #header-search-form {
        width: 124px;
    }

    #search-form {
        margin-left: -62px;
    }

    #homepageBrowseCompleteRange a {
        background-size: contain;
        border: none;
        width: 100%;
        margin-bottom: 0;
    }

    .objectgrid li {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .footerLinks {
        width: auto;
    }

    .footerlogo {
        background-size: contain;
    }

    .footer .links1, .footer .links2, .footer .links3, .footer .contact {
        float: none;
        display: block;
        width: auto;
    }

    #topNavResponsiveMenu span {
        background-position: -35px 0;
    }

        #topNavResponsiveMenu span.active {
            background-position: -35px -19px;
        }

    .bar_nav ul {
        width: 185px;
    }

    .expand-toggle-ul, .expand-toggle-ul li {
        display: block;
    }

    .expand-toggle .content-container {
        text-align: center;
        padding-top: 10px;
    }

    .expand-toggle .imgcontainer {
        float: none;
        margin: 0 auto;
    }

    #productPageWrap .add-to-cart-quantity {
        height: auto;
    }

    #productPageWrap .add-to-cart-quantity, .quantityDiscountsContainer .add-to-cart-quantity {
        background: none;
        width: auto;
    }

    #productPageWrap .add-to-cart-buttons, #productPageWrap .add-to-cart-button, .quantityDiscountsContainer .add-to-cart-buttons, .quantityDiscountsContainer .add-to-cart-button {
        width: 100%;
    }

    #productPageWrap .add-to-cart-quantity input, .quantityDiscountsContainer .add-to-cart-quantity input {
        position: static;
        background: #fff;
        border: 1px solid #ccc;
    }

    #productPageWrap .rightcol, #productPageWrap .leftcol {
        width: 175px;
    }

    .cartreminder .tipmeasure {
        width: 100%;
        background-size: contain;
    }

    .detailsheader .detailsleftcol .image {
        width: auto;
    }

    .cartlines li .price {
        clear: both;
    }

    .cartlines li .quantity {
        margin-bottom: 5px;
    }

    #responsiveProductPageRightSide a.btn, .email-a-friend-link {
        text-align: right;
    }
}

@media screen and (max-width:245px) {
    #cartButtons input, a.cartPayPalExpressButton {
        width: 98%;
    }

    a.cartPayPalExpressButton {
        padding-left: 23px;
        padding-right: 23px;
    }

    #checkoutErrorPop {
        display: none;
    }

    #OnePageCheckoutWrap .opc-subtotals-wrap .discount .add-promotion-textbox {
        width: 100%;
    }
}

@media screen and (min-width:800px) and (max-width:900px) {
    .h3encapsulated ul li:nth-child(1) h3, .h3encapsulated ul li h3 {
        max-width: 615px;
    }
}

@media screen and (min-width:700px) and (max-width:799px) {
    .h3encapsulated ul li:nth-child(1) h3, .h3encapsulated ul li h3 {
        max-width: 515px;
    }
}

@media screen and (min-width:640px) and (max-width:900px) {
    .footerLinks {
        display: table;
        margin: 0 auto;
    }

    .footer .links1, .footer .links2, .footer .links3, .footer .contact {
        display: table-cell;
    }
}

@media screen and (min-width:600px) and (max-width:699px) {
    .h3encapsulated ul li:nth-child(1) h3, .h3encapsulated ul li h3 {
        max-width: 420px;
    }
}

@media screen and (min-width:500px) and (max-width:599px) {
    .h3encapsulated ul li:nth-child(1) h3, .h3encapsulated ul li h3 {
        max-width: 315px;
    }
}

@media screen and (min-width:400px) and (max-width:499px) {
    .h3encapsulated ul li:nth-child(1) h3, .h3encapsulated ul li h3 {
        max-width: 245px;
    }
}

@media screen and (min-width:320px) and (max-width:399px) {
    .h3encapsulated ul li:nth-child(1) h3, .h3encapsulated ul li h3 {
        max-width: 145px;
    }
}