@charset "utf-8";
input {
    margin-top: 0
}

.Field200 {
    margin-top: 0
}

#HeaderTitleSection {
    margin-left: -20px;
    width: 100%
}

#headerSlogan {
    width: 604px;
    margin-top: 10px;
    display: table-cell
}

#headerSlogan .lifetimeSupport {
    font-size: 16px;
    text-align: center;
    margin: 15px 0 5px 0;
    line-height: 14px;
    font-weight: 700
}

#headerSlogan .lifetimeSupport a {
    text-decoration: underline;
    color: #000;
    padding: 0
}

#headerSlogan .lifetimeSupport a:hover {
    color: blue
}

#headerSlogan .bizName {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 5px 0;
    text-align: center;
    padding: 0
}

#headerSlogan .bizName em {
    font-weight: 700;
    font-size: 28px
}

#headerSlogan .contactPhone {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: 0;
    color: #060;
    padding: 0
}

#talkToPro {
    width: 170px;
    background-color: #c31c24;
    min-height: 36px;
    float: right;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .7);
    margin: 3px -50px 0 0
}

#talkToPro p {
    margin: 8px 0;
    line-height: 14px;
    font-size: 12px;
    padding: 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-shadow: #434343 4px 4px 3px
}

#talkToPro a {
    text-decoration: underline;
    color: white
}

#talkToPro a:hover {
    color: #fdef80
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

#topBarContainer {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    height: 50px
}

#topBarShoppingCart {
    float: right;
    background-image: -moz-linear-gradient(90deg, rgb(85, 178, 48) 0, rgb(148, 214, 122) 67%, rgb(211, 250, 195) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(85, 178, 48) 0, rgb(148, 214, 122) 67%, rgb(211, 250, 195) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(85, 178, 48) 0, rgb(148, 214, 122) 67%, rgb(211, 250, 195) 100%);
    box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, .51);
    top: 0;
    width: 260px;
    height: 45px;
    z-index: 99;
    border-radius: 0 0 10px 10px;
    margin-top: -2px
}

#TopBarSCF {
    width: 55%;
    line-height: 5px;
    font-size: 12px;
    font-weight: 500;
    padding-left: 8px;
    padding-top: 15px;
    float: left
}

#TopBarSCF p {
    line-height: 2px
}

#TopBarSCF a {
    text-decoration: underline;
    color: blue;
    font-weight: 500
}

#TopBarSCIcon {
    float: left;
    margin-top: 4px;
    margin-left: 0
}

#TopBarSCText {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    float: left;
    padding-top: 12px
}

#TopBarSCText p {
    text-transform: uppercase;
    line-height: 12px
}

#TopBarSCText a {
    text-decoration: none;
    color: #00503c;
    font-weight: 600
}

#TopBarSCText a:hover {
    text-decoration: underline;
    color: blue
}

#headerRedesign {
    width: 1020px;
    line-height: 12pt;
    height: 130px;
    margin-left: auto;
    margin-right: auto
}

#reLeftHeaderColumn {
    width: 176px;
    height: 130px;
    float: left
}

#reRightHeaderColumn {
    width: 170px;
    float: right;
    height: 130px
}

#reRightHeaderColumn .liveSalesButton {
    width: 170px;
    height: 36px;
    float: left;
    margin-bottom: 5px
}

#reRightHeaderColumn .testimonialFF {
    width: 170px;
    float: left;
    font-size: 9pt
}

#reRightHeaderColumn .testimonialFF img {
    float: left
}

#reRightHeaderColumn .hoursOp {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #1f497d;
    font-style: italic
}

#reRightHeaderColumn .hoursOp a {
    text-decoration: underline;
    font-weight: 500
}

#reRightHeaderColumn .hoursOp a:hover {
    color: blue
}

#reCenterHeaderColumn {
    width: 674px;
    height: 130px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

#reCenterHeaderRow1 {
    width: 100%
}

#reCenterHeaderRow1 .lifetimeSupport {
    font-size: 16px;
    text-align: center;
    margin: 15px 0 5px 0;
    line-height: 14px;
    font-weight: 700
}

#reCenterHeaderRow1 .lifetimeSupport a {
    text-decoration: underline;
    color: #000;
    padding: 0
}

#reCenterHeaderRow1 .lifetimeSupport a:hover {
    color: blue
}

#reCenterHeaderRow1 .bizName {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 5px 0;
    text-align: center;
    padding: 0
}

#reCenterHeaderRow1 .bizName em {
    font-weight: 700;
    font-size: 28px
}

#reCenterHeaderRow1 .contactPhone {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: 0;
    color: #060;
    padding: 0
}

#reCenterHeaderRow2 {
    width: 320px;
    margin-right: auto;
    margin-left: auto
}

#reCenterHeaderRow2 .beeBrands {
    float: left;
    width: 140px;
    height: 50px;
    margin-bottom: -10px;
    margin-top: 15px;
    text-align: left;
    margin-left: 0
}

#reCenterHeaderRow2 a {
    text-decoration: underline
}

#reCenterHeaderRow2 a:hover {
    color: blue
}

#reCenterHeaderRow2 .chickProducts {
    float: left;
    width: 140px;
    height: 50px;
    margin-bottom: -10px;
    margin-top: 15px;
    text-align: left;
    margin-left: 37px
}

#reCenterHeaderRow2 .salesAnnouncements {
    float: left;
    width: 350px;
    height: 50px;
    margin-top: 15px;
    margin-left: 5px
}

#headerRedesign2 {
    width: 1020px;
    line-height: 12pt;
    height: 136px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    font-family: 'Montserrat'
}

#reLeftHeaderColumn2 {
    width: 176px;
    height: 130px;
    float: left;
    margin-right: 30px;
    font-weight: 700
}

#reLeftHeaderColumn2 a {
    text-decoration: underline;
    color: brown;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700
}

#reRightHeaderColumn2 {
    width: 249px;
    float: right;
    height: 130px
}

#reRightHeaderColumn2 .liveSalesButton2 {
    width: 249px;
}

#reRightHeaderColumn2 .liveSalesButton2 img {
    float: right
}

#reRightHeaderColumn2 .search2 {
    width: 249px;
    font-size: 9pt
}

#reRightHeaderColumn2 .search2 img {
    float: left
}

#reRightHeaderColumn2 .govPO2 {
    width: 249px;
    border-width: 1.333px;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-color: rgb(125, 167, 217);
    text-align: center;
    font-size: 11px
}

#reRightHeaderColumn2 .hoursOp2 {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: center
}

#reRightHeaderColumn2 .hoursOp2 a {
    text-decoration: underline;
    font-weight: 500
}

#reRightHeaderColumn2 .hoursOp2 a:hover {
    color: blue
}

#reCenterHeaderColumn2 {
    width: 560px;
    text-align: left;
    float: left
}

#reCenterHeaderRow1b {
    width: 100%;
    float: left
}

#reCenterHeaderRow1b .lifetimeSupport2 {
    font-size: 19px;
    margin: 10px 0 5px 0;
    line-height: 14px;
    color: seagreen;
    padding: 0
}

#reCenterHeaderRow1b .bizName2 {
    font-size: 22px;
    font-weight: 800;
    line-height: 25px;
    margin: 0 0 5px 0;
    text-align: left;
    padding: 0;
    color: #1e1e98
}

#reCenterHeaderRow1b .contactPhone2 {
    font-size: 18px;
    line-height: 14px;
    margin: 0;
    color: seagreen;
    padding: 0
}

#reCenterHeaderRow1b .contactPhone2 span {
    font-size: 1.8em;
    color: #000;
    font-weight: 800;
    line-height: .8em
}

#reCenterHeaderRow1b .contactPhone2 a {
    font-size: 1.8em;
    color: #000;
    font-weight: 800;
    line-height: .8em;
    text-decoration: none
}

#reCenterHeaderRow1b .hoursop {
    font-size: 15px;
    line-height: 15px;
    margin-top: 7px;
    color: #1f497d;
    padding: 0;
    font-style: italic
}

#reCenterHeaderRow1b .hoursop .red {
    color: red
}

#reCenterHeaderRow1b .advice {
    font-size: 13px;
    line-height: 14px;
    margin-top: 15px;
    margin-bottom: 0
}

#reCenterHeaderColumn3 {
    width: 95px;
    float: left;
    font-size: 9px
}

#reCenterHeaderColumn3 .socialButtons2 {
    height: 31px;
    margin-bottom: 8px
}

#reCenterHeaderColumn3 .beeBrands2 {
    float: left;
    text-align: left;
    margin-bottom: 0;
    line-height: 12px
}

#reCenterHeaderColumn3 .beeBrands2 img {
    float: left
}

#reCenterHeaderColumn3 a {
    text-decoration: underline
}

#reCenterHeaderColumn3 a:hover {
    color: blue
}

#reCenterHeaderColumn3 .chickProducts2 {
    text-align: left;
    line-height: 12px
}

#reCenterHeaderColumn3 .chickProducts2 img {
    float: left
}

#salesbannerheader2 {
    float: left;
    width: 561px;
    margin: 10px 0 0 0;
    padding: 0
}

#reCenterHeaderRow2c .salesAnnouncements2 {
    float: left;
    width: 350px;
    height: 50px;
    margin-top: 15px;
    margin-left: 5px
}

#subNavBar1 {
    background-color: #fff;
    width: 1020px;
    display: inline-block;
    position: relative;
    left: -19px;
    height: 38px;
    margin: 3px 0
}

#subNavBar1 #custRating {
    width: 213px;
    margin-right: 6px;
    float: left;
    padding-left: 5px
}

#subNavBar1 #custRating a {
    color: blue;
    font-weight: 400;
    text-decoration: underline
}

#subNavBar1 #custRating img {
    float: right
}

#subNavBar1 #custSolution {
    border-width: 1px;
    border-color: rgb(0, 0, 255);
    border-style: solid;
    background-image: -moz-linear-gradient(90deg, rgb(255, 252, 0) 0, rgb(252, 253, 94) 27%, rgb(248, 253, 187) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 252, 0) 0, rgb(252, 253, 94) 27%, rgb(248, 253, 187) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 252, 0) 0, rgb(252, 253, 94) 27%, rgb(248, 253, 187) 100%);
    box-shadow: inset 0 7px 8px 0 rgba(10, 11, 11, .46);
    width: 235px;
    height: 25px;
    float: left;
    text-align: center;
    padding-top: 10px
}

#subNavBar1 #custSolution a {
    text-decoration: underline;
    color: blue
}

#subNavBar1 #custSolution a:hover {
    font-weight: 700
}

#subNavBar1 #digitalGuide {
    float: left;
    margin: 0 5px
}

#subNavBar1 #custQuote2 {
    border-width: 1px;
    border-color: rgb(0, 0, 255);
    border-style: solid;
    background-image: -moz-linear-gradient(90deg, rgb(255, 252, 0) 0, rgb(252, 253, 94) 27%, rgb(248, 253, 187) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 252, 0) 0, rgb(252, 253, 94) 27%, rgb(248, 253, 187) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 252, 0) 0, rgb(252, 253, 94) 27%, rgb(248, 253, 187) 100%);
    box-shadow: inset 0 7px 8px 0 rgba(10, 11, 11, .46);
    width: 235px;
    height: 25px;
    float: left;
    text-align: center;
    padding-top: 10px
}

#subNavBar1 #custQuote2 a {
    text-decoration: underline;
    color: blue
}

#subNavBar1 #custQuote2 a:hover {
    font-weight: 700
}

#subNavBar1 #custQuote2 ul {
    margin: 0;
    padding: 0
}

#subNavBar1 #custQuote2 li {
    list-style: none
}

#subNavBar1 #techQuestion2 {
    border-width: 1px;
    border-color: rgb(0, 0, 255);
    border-style: solid;
    background-image: -moz-linear-gradient(90deg, rgb(136, 187, 251) 0, rgb(232, 242, 254) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(136, 187, 251) 0, rgb(232, 242, 254) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(136, 187, 251) 0, rgb(232, 242, 254) 100%);
    width: 235px;
    height: 25px;
    float: right;
    text-align: center;
    padding-top: 10px;
    margin-right: 1px
}

#subNavBar1 #techQuestion2 a {
    color: #000;
    text-decoration: underline
}

#subNavBar1 #techQuestion2 a:hover {
    color: #fff;
    font-weight: 700
}

#subNavBar2 {
    width: 100%;
    height: 23px;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    background-image: -moz-linear-gradient(-90deg, rgba(76, 105, 140, 1) 0, rgba(26, 68, 119, 1) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(76, 105, 140, 1) 0, rgba(26, 68, 119, 1) 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(76, 105, 140, 1) 0, rgba(26, 68, 119, 1) 100%);
    position: relative;
    display: inline-block
}

#subNavBar2 ul {
    padding-left: 0
}

#subNavBar2 li {
    display: inline
}

#subNavBar2 li + li:before {
    content: '|';
    padding: 1px;
    margin-left: 15px;
    margin-right: 15px
}

#subNavBar2 li a {
    color: #FFF;
    text-decoration: none
}

#subNavBar2 li a:hover {
    text-decoration: underline
}

#blueMenu {
    margin: 0 auto !important;
    width: 920px;
}

#blueMenu ul {
    margin: 0;
    padding: 0
}

#HeaderLower {
    background-color: #215f2c
}

.sf-vertical, .sf-vertical li {
    width: auto !important
}

.col1 .li_group, .col2 .li_group, .col3 .li_group {
    display: block;
    float: left
}

.col1 .li_group a {
    font-weight: normal !important;
    font-size: 1.2em !important;
    text-shadow: none
}

.sf-menu li.level1 > ul, .sf-menu li.level2 > ul, .sf-menu li.level3 > ul, .sf-menu li.level4 > ul {
    position: absolute !important;
    width: 230px !important;
    box-shadow: 0 0 7px #ccc
}

.PageMenu .sf-menu li ul {
    z-index: 150 !important
}

.PageMenu .sf-menu ul > li > ul > li {
    position: relative !important;
    z-index: 9999 !important
}

.PageMenu .sf-menu > ul > div.li_group > li {
    position: relative !important;
    z-index: 99 !important
}

.col1 ul {
    width: 227px !important
}

.col2 ul {
    width: 454px !important
}

.col3 ul {
    width: 681px !important
}

.col1 {
    background: url(../images/catDownButtonBlue.png) right no-repeat;
    padding-right: 40px !important
}

.col1 a {
    font-family: 'Hind Siliguri', sans-serif;
    text-transform: none !important;
    font-size: 18px !important;
    text-shadow: 1.67px 1.678px 4px rgba(0, 0, 0, .45)
}

.level1, .level2, .level3 {
    width: 255px !important
}

.level1 a, .level2 a, .level3 a {
    width: inherit !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important
}

.sfHover a:hover {
    text-decoration: underline !important
}

#SubNav {
    background-image: -moz-linear-gradient(-90deg, rgba(76, 105, 140, 1) 0, rgba(26, 68, 119, 1) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(76, 105, 140, 1) 0, rgba(26, 68, 119, 1) 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(76, 105, 140, 1) 0, rgba(26, 68, 119, 1) 100%)
}

#uniform-checkout_provider_checkout_authorizenet {
    padding: 20px 0
}

.ProviderNamecheckout_authorizenet {
    background: url(/templates/__custom/images/cardlogos.jpg) no-repeat top left;
    padding: 10px 75px;
    color: transparent
}

.paymentbox {
    margin-top: 40px;
    padding: 10px;
    width: 40%;
    border-top: 4px solid silver
}

.HorizontalFormContainer dt {
    margin-top: 10px
}

#TopMenu li {
    margin-right: 5px
}

#TopDownloads {
    background: url(../images/bg-TopIcon-DownloadsRed2.png) no-repeat
}

#TopFAQ {
    background: url(../images/bg-TopIcon-FAQRed2.png) no-repeat
}

#SecondTopNavContainer {
    width: 100%;
    position: relative;
    z-index: 9999
}

.SecondMenuLine {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    align-content: center;
    align-self: center;
    text-align: center;
    padding-top: 4px
}

.SecondMenuSpan {
    margin-right: 50px
}

.SecondMenuSpan a:hover {
    text-decoration: underline;
    color: blue
}

.BuyNowButtons {
    float: right;
    margin-top: 2px;
    margin-left: 10px
}

a.hth_diff {
    display: block;
    background-image: url(/product_images/import/new-diff-button.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 50px;
    width: 420px;
    float: right;
    margin: 0;
    text-decoration: none !important
}

a.hth_diff:hover {
    background-position: bottom
}

a.hth_diff span {
    visibility: hidden
}

#ProductDetails .ProductThumbImage {
    margin-top: 20px
}

#ProductDetails .ProductTinyImageList ul li div {
    display: block
}

.AddThisButtonBox {
    margin: 5px auto 0 !important
}

.liveChatButton {
    margin-bottom: 10px
}

#goodness {
    width: 740px;
    margin: 10px 0;
    clear: both
}

#goodness .good {
    width: 142px;
    float: left;
    margin: 0 3px
}

#goodness p {
    font-size: 8pt;
    line-height: 10pt;
    padding: 2px
}

.shadowHalCenter {
    text-shadow: #cecece 4px 3px 4px;
    text-align: center
}

.shadowHal {
    text-shadow: #cecece 4px 3px 4px;
    text-align: left
}

#ds7k-tech h4 {
    margin: 10px 0 0 0
}

#ds7k-tech p {
    margin: 0 0 5px 5px
}

#ds7k-tech ul {
    margin: 0 0 0 25px
}

#ds7k-tech li {
    padding: 5px 0
}

#ds7k-tech table {
    font-size: 10pt;
    border-collapse: collapse;
    margin: 5px;
    border: 1px solid black
}

#ds7k-tech th {
    background: black;
    color: white;
    padding: 2px 10px
}

#ds7k-tech td {
    padding: 2px 15px;
    border: solid black 1px
}

#ds7k-info {
    border: solid black 1px;
    background: #f9f7d2;
    padding: 10px
}

#ds7k-info ul {
    width: 299px;
    float: left;
    font-size: 10pt
}

#ds7k-info li {
    list-style-type: none;
    padding: 5px
}

#ds7k-info a {
    text-decoration: underline
}

#ds7k-info a:hover {
    color: blue
}

#ds7k-info .ds7kInner {
    float: left;
    width: 305px;
    margin-right: 10px
}

#ds7k-info .ds7kInner ul {
    width: 299px;
    float: left;
    font-size: 10pt;
    padding-left: 0
}

#ds7k-main-buy {
    border: solid black 2px;
    background: #e7f5fc;
    padding: 0 0 10px 0;
    margin: 10px 0
}

#ds7k-main-buy h3 {
    background: #595959;
    padding: 5px 0;
    margin: 0;
    color: white;
    text-align: center
}

#ds7k-main-buy h4 {
    background: #595959;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    text-align: center;
    font-size: 12pt;
    color: white
}

#ds7k-main-buy img {
    display: block;
    margin: 0 auto
}

#ds7k-main-buy p {
    margin: 5px
}

#ds7k-main-buy ul {
    padding: 0 0 0 25px
}

#ds7k-main-buy span {
    display: block;
    text-align: center;
    margin: 15px 0;
    font-weight: 700;
    font-size: 12pt
}

#ds7k-main-buy span strong {
    color: #3f8c41
}

#ds7k-so {
    width: 350px;
    text-align: center;
    color: #3f8c41;
    float: right;
    padding: 5px 0 0 0;
    margin: 0 20px 0 0
}

#ds7k-so h4 {
    color: #3f8c41;
    background: none;
    font-size: 14pt;
    margin: 0;
    padding: 0;
    font-family: Verdana
}

#ds7k-so p {
    margin: 0;
    padding: 0
}

#ds7k .ds7k-features-box {
    width: 750px;
    min-height: 225px;
    margin-left: auto;
    margin-right: auto
}

#ds7k #ds7k-features {
    margin: 10px auto;
    width: 100%
}

#ds7k-features li {
    list-style-position: inside;
    padding: 5px;
    font-size: 10pt
}

#ds7k .ds7k-center-feature {
    width: 746px;
    margin: 0 auto;
}

#ds7k .ds7k-feature {
    width: 48%;
    min-height: 182px;
    border: solid #cacaca 1px;
    margin: 3px;
    float: left;
    background-color: #f4f3f5
}

#ds7k .ds7k-feature h4 {
    margin: 0 0 5px 5px
}

#ds7k .ds7k-feature p {
    margin: 0 0 5px 5px
}

#ds7k .ds7k-feature img {
    float: left;
    display: block;
    padding: 0 10px 0 0
}

#ds7k table {
    font-size: 10pt;
    border-collapse: collapse;
    margin: 5px;
    border: 1px solid black
}

#ds7k th {
    background: black;
    color: white;
    padding: 2px 10px
}

#ds7k td {
    padding: 2px 15px;
    border: solid black 1px
}

#ds7k-tech h4 {
    margin: 10px 0 0 0
}

#ds7k-tech p {
    margin: 0 0 5px 5px
}

#ds7k-tech ul {
    margin: 0 0 0 25px
}

#ds7k-tech li {
    padding: 5px 0
}

#ds7k-users {
    width: 475px;
    margin: 8px auto;
}

#ds7k div.ds7k-user {
    width: 142px;
    margin: 5px;
    float: left;
    border: solid #868686 1px
}

#ds7k div.ds7k-user p {
    font-size: 8pt;
    text-align: center;
    margin: 3px 0
}

#four-buy {
    padding: 10px 20px;
    margin: 30px 0;
    border: solid black 1px
}

#four-buy-col1 {
    float: left;
    width: 360px;
    margin-left: 10px
}

#four-buy-col2 {
    float: right;
    width: 360px;
    margin-right: 10px
}

#hthBenefits {
    margin: 20px 0 0
}

#hthBenefits div {
    margin: 5px 10px 10px 0
}

.benefit {
    border: solid #9A9A9A 2px
}

.benefit img {
    float: left;
    position: relative;
    top: -6px;
    left: -6px
}

#purchase {
    margin: 0 0 30px;
    clear: both
}

#purchase h3 {
    background: green;
    color: white;
    padding: 5px;
    margin: 25px 0 10px
}

.included {
    float: left;
    width: 325px
}

#included-img {
    width: 260px
}

.included h5 {
    font-size: 10pt
}

#bundle .package {
    width: 360px;
    float: left;
    margin: 5px 0 10px 15px;
    clear: right
}

#bundle .package h3 {
    background: green;
    font-size: 10pt;
    color: white;
    padding: 3px
}

#bundle .package ul {
    list-style-image: url(../images/grey_arrow_bullet.jpg)
}

#bundle .included {
    float: none;
    width: 100%;
    font-size: 9pt
}

#technical {
    border-top: solid black 1px;
    clear: both;
    margin-top: 20px
}

#technical .techIndent {
    padding: 0 15px
}

#technical h4 {
    margin: 10px 0 0 0
}

#technical table {
    font-size: 9pt;
    margin: 0 10px 0;
    border-collapse: collapse
}

#technical td {
    padding: 0 15px 0 2px;
    border: solid #ADADAD 1px
}

#drag-more-info {
    border-bottom: solid black 1px;
    text-align: center;
    background-color: #D2F1FF
}

#drag-more-info ul {
    list-style-type: none;
    margin: 5px;
    padding: 0
}

#drag-more-info li {
    display: inline
}

#drag-more-info li a {
    font-weight: 700;
    padding: 0 5px;
    font-size: 9pt;
    white-space: nowrap
}

#hardware-col {
    width: 450px;
    float: left;
    border-right: solid black 1px
}

#upgrade-col {
    width: 300px;
    float: left;
    padding: 0 0 0 10px
}

#keeperhal {
    font-family: Verdana, sans;
    width: 100%;
    font-size: 10pt
}

#keeperhal h3, #keeperhal h4, #keeperhal ul, #keeperhal p {
    margin: 0;
    padding: 5px
}

#keeperhal ul {
    list-style-position: inside;
    font-size: 9pt;
    margin: 5px 0
}

#keeperhal li {
    margin-top: 5px
}

#keeperhal h3 {
    font-family: Georgia;
    font-size: 14pt;
    color: #193e45;
    margin: 15px 0 0 0
}

#keeperhal h4 {
    font-size: 10pt;
    color: #48852a
}

#keeperhal h4.quote {
    float: right;
    border: solid black 1px;
    padding: 5px;
    width: 220px;
    font-size: 8pt;
    font-style: italic;
    margin: 10px;
    text-align: justify
}

#keeperhal p {
    margin: 5px 0;
    font-size: 10pt
}

.sidebarhal {
    border: solid black 1px;
    padding: 5px;
    width: 220px;
    float: right;
    background: #cdcdcd;
    margin: 10px;
    color: #193e45
}

.subjecthal {
    float: left;
    width: 210px;
    margin: 5px;
    padding: 5px
}

#keeperhal .subjecthal h4 {
    text-align: center;
    font-size: 10pt;
    margin: 0 0 3px 0
}

#keeperhal .subjecthal p {
    text-align: justify;
    font-size: 8pt
}

.instructorhal {
    width: 300px;
    float: left;
    margin: 5px;
    padding: 5px
}

#keeperhal .instructorhal p {
    font-size: 8pt
}

.keeper-col-1hal, .keeper-col-2hal {
    width: 340px;
    text-align: justify;
    margin: 20px 0 0 0
}

.keeper-col-1hal {
    float: left
}

.keeper-col-2hal {
    float: right
}

.keeper-3col-1, .keeper-3col-2, .keeper-3col-3 {
    width: 245px;
    text-align: left;
    margin: 20px 0 0 0;
    float: left
}

#relatedProductsBottom {
    display: block;
    clear: both
}

#relatedProductsBottom #SideProductRelated li {
    width: 146px !important;
    min-height: 330px;
    text-align: center;
    margin-top: 20px;
    height: 330px;
    overflow: hidden
}

#relatedProductsBottom #SideProductRelated li img {
    max-width: 100%;
    height: auto
}

#relatedProductsBottom #SideProductRelated li strong a {
    font-size: 12px
}

.productOptionsBox {
    border: solid #b8380c 3px;
    padding: 5px 10px;
    margin-top: 20px
}

.productOptionsBox .leftImage {
    float: left;
    display: block;
    margin: 0 20px 0 0;
    text-align: center
}

.productOptionsBox .gray {
    background-color: lightgray;
    padding: 10px;
    color: darkblue;
}

.productOptionsBox .gray .ourPrice {
    color: #d0451b;
    font-size: 1.2em
}

.productOptionsBox img {
    float: left;
    display: block;
    margin: 0 20px 0 0
}

.productOptionsBox .productOptionsBox img {
    float: right;
    margin-top: 2px;
    margin-left: 8px;
    margin-bottom: 5px
}

#VideoList ul {
    width: 465px
}

.videoRowDescription {
    overflow: hidden
}

p.ourPrice {
    font-weight: 700;
    font-size: 1.25em;
    font-style: italic;
    color: black;
    margin: 0;
    padding: 0
}

p.ourPrice strong {
    color: red
}

.ProductDescriptionContainer a {
    color: blue;
    text-decoration: underline
}

.ProductDescriptionContainer a:hover {
    color: green;
    text-decoration: underline
}

.ProductDescriptionContainer a.clicked {
    color: gray;
    text-decoration: underline
}

.topFloatList {
    margin-left: 10px;
    float: left;
    width: 615px
}

.pedal3 {
    float: left;
    width: 225px;
    text-align: center;
    margin: 10px 5px;
    border: solid #b8380c 1px;
    padding: 5px
}

.pedal3 p {
    text-align: left
}

.pedal3 a {
    display: block;
    font-weight: 700;
    text-align: center
}

.pedal3 form {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0
}

.pedal3 span {
    font-size: 12pt;
    font-weight: 700;
    margin: 0 5px
}

.pedal3 span strong {
    color: green;
    margin: 0 5px
}

.twoBoxColsLeft {
    width: 458px;
    border-style: solid;
    border-color: red;
    border-width: 1px;
    padding: 10px;
    float: left;
    margin-right: 10px
}

.twoBoxColsRight {
    width: 458px;
    border-style: solid;
    border-color: red;
    border-width: 1px;
    padding: 10px;
    float: left;
    margin-left: 10px
}

.twoBoxColsLeft img {
    float: left;
    margin: 5px
}

.twoBoxColsRight img {
    float: left;
    margin: 5px
}

.rightCallBox {
    width: 250px;
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    padding: 5px
}

.rightCallBox img {
    margin: 5px auto;
}

.VetButton {
    -moz-box-shadow: 0 10px 32px -7px #3dc21b;
    -webkit-box-shadow: 0 10px 32px -7px #3dc21b;
    box-shadow: 0 10px 32px -7px #3dc21b;
    background-color: #44c767;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 17px;
    padding: 8px 31px;
    text-decoration: none;
    text-shadow: 4px 4px 4px #2f6627
}

.VetButton:hover {
    background-color: #5cbf2a
}

.VetButton:active {
    position: relative;
    top: 1px
}

.boxed.lightBlue {
    background: #dbeef8 url(/images/bg-boxed-top.gif) no-repeat;
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 0
}

.boxed.lightBlue h2 {
    color: #023154;
    font-size: 24px
}

.boxed.darkBlue {
    background-color: #2786bd;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.boxed.darkBlue h3, .boxed.darkBlue p, .boxed.darkBlue a {
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px
}

.boxed.darkBlue h3 {
    font-size: 24px;
    margin-bottom: 10px
}

.boxedBlueBottom {
    text-align: center
}

#imgshadow img {
    box-shadow: 5px 5px 5px #888;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888
}

#imgshadow .imgFlRt {
    float: right;
    margin-left: 5px;
    margin-bottom: 10px
}

#imgshadow .imgFlLt {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px
}

.omniBoxPoints {
    border: solid black 1px;
    border-radius: 10px;
    background-color: #edf0d2;
    text-align: left;
    padding: 5px 10px 5px 10px;
    color: #000032;
    margin: 5px 0 5px 0
}

.omniBoxPoints .list {
    float: left;
    width: 40%;
    margin-left: 10%
}

#imapOmni {
    display: block;
    width: 626px;
    height: 424px;
    background: url(/product_images/import/omniInterface.jpg) no-repeat;
    position: relative;
    margin: 10px 10px 10px 10px
}

#imapOmni a#graphicInterface {
    display: block;
    width: 626px;
    height: 0;
    padding-top: 424px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url(/product_images/import/omniInterfaceBack.jpg) no-repeat 626px 424px;
    cursor: default
}

#imapOmni a#graphicInterface:hover {
    background-position: 0 0;
    z-index: 10
}

#imapOmni dd {
    position: absolute;
    padding: 0;
    margin: 0
}

#imapOmni #elapsed {
    left: 77px;
    top: 56px;
    z-index: 20
}

#imapOmni #remaining {
    left: 232px;
    top: 54px;
    z-index: 20
}

#imapOmni #jobs {
    left: 324px;
    top: 54px;
    z-index: 20
}

#imapOmni #bookmarks {
    left: 412px;
    top: 55px;
    z-index: 20
}

#imapOmni #playurl {
    left: 492px;
    top: 57px;
    z-index: 20
}

#imapOmni #audio {
    left: 571px;
    top: 56px;
    z-index: 20
}

#imapOmni #realtime {
    left: 21px;
    top: 162px;
    z-index: 20
}

#imapOmni #speed {
    left: 12px;
    top: 207px;
    z-index: 20
}

#imapOmni #magnifier {
    left: 219px;
    top: 122px;
    z-index: 20
}

#imapOmni #voice {
    left: 328px;
    top: 135px;
    z-index: 20
}

#imapOmni #split {
    left: 380px;
    top: 134px;
    z-index: 20
}

#imapOmni #equalizer {
    left: 430px;
    top: 134px;
    z-index: 20
}

#imapOmni #rip {
    left: 492px;
    top: 132px;
    z-index: 20
}

#imapOmni a#link_elapsed {
    display: block;
    width: 75px;
    height: 21px;
    text-decoration: none;
    z-index: 20
}

#imapOmni a#link_remaining {
    display: block;
    width: 79px;
    height: 24px;
    text-decoration: none;
    z-index: 20
}

#imapOmni a#link_jobs {
    display: block;
    width: 81px;
    height: 27px;
    text-decoration: none;
    z-index: 20
}

#imapOmni a#link_bookmarks {
    display: block;
    width: 77px;
    height: 26px;
    text-decoration: none;
    z-index: 20
}

#imapOmni a#link_playurl {
    display: block;
    width: 77px;
    height: 26px;
    text-decoration: none;
    z-index: 20
}

#imapOmni a#link_audio {
    display: block;
    width: 39px;
    height: 59px;
    text-decoration: none;
    z-index: 20
}

#imapOmni a#link_realtime {
    display: block;
    width: 268px;
    height: 39px;
    text-decoration: none;
    z-index: 20
}

#imapOmni a#link_speed {
    display: block;
    width: 295px;
    height: 45px;
    text-decoration: none;
    z-index: 20
}

#imapOmni a#link_magnifier {
    display: block;
    width: 106px;
    height: 36px;
    text-decoration: none;
    z-index: 20
}

#imapOmni a#link_voice {
    display: block;
    width: 55px;
    height: 62px;
    text-decoration: none;
    z-index: 20
}

#imapOmni a#link_split {
    display: block;
    width: 47px;
    height: 61px;
    text-decoration: none;
    z-index: 20
}

#imapOmni a#link_equalizer {
    display: block;
    width: 50px;
    height: 60px;
    text-decoration: none;
    z-index: 20
}

#imapOmni a#link_rip {
    display: block;
    width: 39px;
    height: 61px;
    text-decoration: none;
    z-index: 20
}

#imapOmni a em {
    display: none
}

#imapOmni a span, #imapOmni a:visited span {
    display: none
}

#imapOmni a#link_elapsed:hover, #imapOmni a#link_remaining:hover, #imapOmni a#link_jobs:hover, #imapOmni a#link_bookmarks:hover, #imapOmni a#link_playurl:hover, #imapOmni a#link_audio:hover, #imapOmni a#link_realtime:hover, #imapOmni a#link_speed:hover, #imapOmni a#link_magnifier:hover, #imapOmni a#link_voice:hover, #imapOmni a#link_split:hover, #imapOmni a#link_equalizer:hover, #imapOmni a#link_rip:hover {
    border: 4px solid red
}

#imapOmni a:hover span {
    position: absolute;
    display: block;
    background-color: #FFF;
    color: #000;
    width: 506px;
    height: 100px;
    line-height: 1.8em;
    font-size: .9em;
    text-align: left;
    border-width: 3.5px;
    border-color: rgb(255, 0, 0);
    border-style: solid;
    box-shadow: 2.5px 4.33px 5px 0 rgb(0, 0, 0)
}

#imapOmni a#link_elapsed:hover span {
    left: -17px;
    top: 228px
}

#imapOmni a#link_elapsed:hover em {
    position: absolute;
    display: block;
    left: 37px;
    top: 28px;
    width: 4px;
    height: 210px;
    overflow: hidden;
    font-size: 1px;
    background: red
}

#imapOmni a#link_remaining:hover span {
    left: -172px;
    top: 228px
}

#imapOmni a#link_remaining:hover em {
    position: absolute;
    display: block;
    left: 37px;
    top: 28px;
    width: 4px;
    height: 210px;
    overflow: hidden;
    font-size: 1px;
    background: red
}

#imapOmni a#link_jobs:hover span {
    left: -264px;
    top: 228px
}

#imapOmni a#link_jobs:hover em {
    position: absolute;
    display: block;
    left: 37px;
    top: 32px;
    width: 4px;
    height: 210px;
    overflow: hidden;
    font-size: 1px;
    background: red
}

#imapOmni a#link_bookmarks:hover span {
    left: -352px;
    top: 228px
}

#imapOmni a#link_bookmarks:hover em {
    position: absolute;
    display: block;
    left: 37px;
    top: 30px;
    width: 4px;
    height: 210px;
    overflow: hidden;
    font-size: 1px;
    background: red
}

#imapOmni a#link_playurl:hover span {
    left: -432px;
    top: 228px
}

#imapOmni a#link_playurl:hover em {
    position: absolute;
    display: block;
    left: 37px;
    top: 30px;
    width: 4px;
    height: 210px;
    overflow: hidden;
    font-size: 1px;
    background: red
}

#imapOmni a#link_audio:hover span {
    left: -511px;
    top: 228px
}

#imapOmni a#link_audio:hover em {
    position: absolute;
    display: block;
    left: 0;
    top: 64px;
    width: 4px;
    height: 170px;
    overflow: hidden;
    font-size: 1px;
    background: red
}

#imapOmni a#link_realtime:hover span {
    left: 39px;
    top: 122px
}

#imapOmni a#link_realtime:hover em {
    position: absolute;
    display: block;
    left: 75px;
    top: 44px;
    width: 4px;
    height: 95px;
    overflow: hidden;
    font-size: 1px;
    background: red
}

#imapOmni a#link_speed:hover span {
    left: 48px;
    top: 77px
}

#imapOmni a#link_speed:hover em {
    position: absolute;
    display: block;
    left: 65px;
    top: 50px;
    width: 4px;
    height: 45px;
    overflow: hidden;
    font-size: 1px;
    background: red
}

#imapOmni a#link_magnifier:hover span {
    left: -150px;
    top: 161px
}

#imapOmni a#link_magnifier:hover em {
    position: absolute;
    display: block;
    left: 25px;
    top: 40px;
    width: 4px;
    height: 201px;
    overflow: hidden;
    font-size: 1px;
    background: red
}

#imapOmni a#link_voice:hover span {
    left: -263px;
    top: 151px
}

#imapOmni a#link_voice:hover em {
    position: absolute;
    display: block;
    left: 25px;
    top: 67px;
    width: 4px;
    height: 105px;
    overflow: hidden;
    font-size: 1px;
    background: red
}

#imapOmni a#link_split:hover span {
    left: -320px;
    top: 151px
}

#imapOmni a#link_split:hover em {
    position: absolute;
    display: block;
    left: 25px;
    top: 67px;
    width: 4px;
    height: 95px;
    overflow: hidden;
    font-size: 1px;
    background: red
}

#imapOmni a#link_equalizer:hover span {
    left: -370px;
    top: 151px
}

#imapOmni a#link_equalizer:hover em {
    position: absolute;
    display: block;
    left: 25px;
    top: 65px;
    width: 4px;
    height: 95px;
    overflow: hidden;
    font-size: 1px;
    background: red
}

#imapOmni a#link_rip:hover span {
    left: -432px;
    top: 151px
}

#imapOmni a#link_rip:hover em {
    position: absolute;
    display: block;
    left: 25px;
    top: 66px;
    width: 4px;
    height: 95px;
    overflow: hidden;
    font-size: 1px;
    background: red
}

#imapOmni a:hover span img {
    float: left;
    margin-right: 1em;
    margin-bottom: .5em;
    border: 1px solid #000
}

#imapOmni a span:first-line {
    font-weight: 700;
    font-style: italic
}

#imapManager {
    display: block;
    width: 745px;
    height: 300px;
    background: url(/product_images/import/omniJobsManager.jpg) no-repeat;
    position: relative;
    margin: 10px 10px 25px 10px
}

#imapManager a#graphicInterface {
    display: block;
    width: 745px;
    height: 0;
    padding-top: 300px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url(/product_images/import/omniJobBoxes.jpg) no-repeat 745px 300px;
    cursor: default
}

#imapManager a#graphicInterface:hover {
    background-position: 0 0;
    z-index: 10
}

#imapManager dd {
    position: absolute;
    padding: 0;
    margin: 0
}

#imapManager #queue {
    left: 14px;
    top: 35px;
    z-index: 20
}

#imapManager #duration {
    left: 347px;
    top: 32px;
    z-index: 20
}

#imapManager #stat {
    left: 446px;
    top: 36px;
    z-index: 20
}

#imapManager #status {
    left: 487px;
    top: 31px;
    z-index: 20
}

#imapManager #notes {
    left: 549px;
    top: 35px;
    z-index: 20
}

#imapManager a#link_queue {
    display: block;
    width: 325px;
    height: 117px;
    text-decoration: none;
    z-index: 20
}

#imapManager a#link_duration {
    display: block;
    width: 50px;
    height: 117px;
    text-decoration: none;
    z-index: 20
}

#imapManager a#link_stat {
    display: block;
    width: 34px;
    height: 83px;
    text-decoration: none;
    z-index: 20
}

#imapManager a#link_status {
    display: block;
    width: 55px;
    height: 55px;
    text-decoration: none;
    z-index: 20
}

#imapManager a#link_notes {
    display: block;
    width: 154px;
    height: 115px;
    text-decoration: none;
    z-index: 20
}

#imapManager a em {
    display: none
}

#imapManager a span, #imapManager a:visited span {
    display: none
}

#imapManager a#link_queue:hover, #imapManager a#link_duration:hover, #imapManager a#link_stat:hover, #imapManager a#link_status:hover, #imapManager a#link_notes:hover {
    border: 4px solid red
}

#imapManager a:hover span {
    display: block;
    border-width: 3.5px;
    border-color: rgb(255, 0, 0);
    border-style: solid;
    box-shadow: 2.5px 4.33px 5px 0 rgb(0, 0, 0);
    position: absolute;
    left: 84px;
    top: 175px;
    width: 558px;
    height: 75px;
    line-height: 1.8em;
    font-size: .9em;
    text-align: left;
    background-color: #FFF
}

#imapManager a#link_queue:hover em {
    display: block;
    border-width: 2px;
    border-color: rgb(255, 0, 0);
    border-style: solid;
    position: absolute;
    left: 167px;
    top: 122px;
    width: 0;
    height: 93px
}

#imapManager a#link_duration:hover span {
    left: -255px;
    top: 179px
}

#imapManager a#link_duration:hover em {
    display: block;
    border-width: 2px;
    border-color: rgb(255, 0, 0);
    border-style: solid;
    position: absolute;
    left: 10px;
    top: 122px;
    width: 0;
    height: 53px
}

#imapManager a#link_stat:hover span {
    left: -350px;
    top: 175px
}

#imapManager a#link_stat:hover em {
    display: block;
    border-width: 2px;
    border-color: rgb(255, 0, 0);
    border-style: solid;
    position: absolute;
    left: 15px;
    top: 90px;
    width: 0;
    height: 82px
}

#imapManager a#link_status:hover span {
    left: -395px;
    top: 179px
}

#imapManager a#link_status:hover em {
    display: block;
    border-width: 2px;
    border-color: rgb(255, 0, 0);
    border-style: solid;
    position: absolute;
    left: 15px;
    top: 62px;
    width: 0;
    height: 114px
}

#imapManager a#link_notes:hover span {
    left: -445px;
    top: 175px
}

#imapManager a#link_notes:hover em {
    display: block;
    border-width: 2px;
    border-color: rgb(255, 0, 0);
    border-style: solid;
    position: absolute;
    left: 45px;
    top: 122px;
    width: 0;
    height: 50px
}

#imapManager a:hover span img {
    float: left;
    margin-right: 1em;
    margin-bottom: .5em;
    border: 1px solid #000
}

#imapManager a span:first-line {
    font-weight: 700;
    font-style: italic
}

.omnibutton {
    border-top: 1px solid #96d1f8;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    padding: 9px 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
    color: white;
    font-size: 12px;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle
}

.omnibutton:hover {
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc
}

.omnibutton:active {
    border-top-color: #1b435e;
    background: #1b435e
}

.omniBlueBar {
    color: #fff;
    font: 18pt verdana, arial;
    background-color: #0a2b72;
    text-shadow: #9c9c9c 4px 4px 4px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

#downloads {
    font-family: Verdana
}

#downloads h2 {
    font-size: 12pt
}

#downloads h3 {
    font-size: 14pt;
    margin: 15px 0 0 0;
    padding: 0 30px 0 0;
    background: #3764ae;
    color: white;
    text-align: right
}

#downloads h4 {
    font-size: 12pt;
    clear: both;
    margin: 15px 0 0 2px
}

#downloads h5 {
    font-size: 9pt;
    margin: 15px 0 0 3px;
    padding: 0
}

#downloads a {
    clear: both;
    text-decoration: underline;
    color: #3764ae
}

#downloads ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 8px
}

#downloads li {
    font-size: 9pt
}

#downloads li li a {
    font-weight: 400;
    font-size: 9pt
}

#downloads-nav ul {
    width: 430px;
    float: left;
    padding: 5px;
    margin: 0 25px
}

#downloads-nav li {
    padding: 5px 0 0 0;
    margin-top: 15px;
    font-weight: 700
}

#downloads-nav ul ul {
    margin: 0;
    padding: 0 0 0 5px;
    float: none
}

#downloads-nav ul li ul li {
    padding: 0;
    margin: 5px 0
}

.down-docs {
    width: 430px;
    float: left;
    margin: 5px 25px
}

.down-down {
    width: 430px;
    float: left;
    margin: 5px 25px
}

#winterIntro p {
    padding: 5px;
    font-weight: 700
}

#winter #group1 {
    width: 400px;
    float: left
}

#winter #group2 {
    width: 250px;
    float: left;
    border: solid black 1px;
    font-size: 10pt;
    margin-right: 30px;
    margin-left: 10px
}

#winter #group3 {
    width: 200px;
    float: left;
    font-size: 10pt
}

#winter h3 {
    text-align: center;
    font-size: 12pt
}

#winter .specItem {
    width: 390px;
    height: 100px;
    background: url(/images/bg_w_special.jpg) top left no-repeat;
    text-align: center;
    margin: 0 0 20px 0
}

#winter .priceOff {
    width: 125px;
    float: left;
    height: 100px;
    font-size: 18pt
}

#winter .priceOff p {
    margin: 10px 0 0;
}

#winter .priceOff span {
    font-size: 30pt
}

#winter .specProduct {
    height: 65px;
    width: 264px;
    float: right
}

#winter .specItem h4 {
    font-size: 14pt;
    margin: 0;
    padding: 10px 0 0
}

#winter .specItem h5 {
    font-size: 13pt;
    margin: 0
}

#winter .specItem a {
    color: black
}

#winter .specModel {
    float: right;
    height: 35px;
    width: 264px
}

#winter .specModel h6 {
    margin: 0;
    font-size: 10pt;
    color: white;
    padding: 5px 20px 0 0
}

#winter #group2 h3 {
    background: #14456B;
    color: white;
    font-size: 10pt;
    margin: 0;
    padding: 3px 0
}

#winter #group2 p {
    font-size: 8pt;
    font-weight: 700;
    padding: 0 5px
}

#winter ul {
    list-style-type: none;
    padding: 10px 5px;
    font-weight: 700;
    margin: 0
}

#winter li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#winter ul a {
    color: #14456B
}

#winter .specials {
    width: 192px;
    height: 116px;
    background: url(/images/bg_w_special_2.jpg) top left no-repeat;
    text-align: center;
    margin: 0 0 15px 0
}

#winter .specials a {
    color: white
}

#winter .specials h3 {
    color: white;
    padding: 5px 0 0;
    font-size: 9pt;
    margin: 0
}

#winter .specials p {
    padding: 5px;
    font-size: 9pt
}

.strik {
    color: red;
    text-decoration: line-through
}

.holiday {
    color: green;
    font-weight: 700
}

#salegroup1 {
    float: left;
    width: 400px
}

.salestitle {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.75em;
    font-weight: 700;
    text-shadow: #CCC 3px 3px 2px;
    text-align: center;
    float: left;
    width: 200px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-color: #060;
    border-right-color: #060;
    border-bottom-color: #060;
    border-left-color: #060;
    padding: 10px 20px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    color: red;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    box-shadow: 5px 0 5px #888;
    -moz-box-shadow: 5px 0 5px #888;
    -webkit-box-shadow: 5px 0 5px #888
}

.salesbox {
    font-family: Verdana, Geneva, sans-serif;
    float: left;
    width: 375px;
    border: 2px solid #060;
    border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    box-shadow: 5px 5px 5px #888;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    margin-bottom: 30px
}

.salesbox img {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    margin-left: 5px
}

.salesbox .salesitem {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 20px
}

.salesbox .salesdescription {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #933
}

.salesbox .salesfooter {
    text-align: center;
    padding: 10px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #060;
    font-weight: 700;
    font-size: 12px
}

#salesgroup3 {
    float: left;
    width: 250px
}

.group3box {
    font-family: Verdana, Geneva, sans-serif;
    color: #666;
    background-color: #FC3;
    float: left;
    width: 250px;
    margin-bottom: 30px;
    border: thin dashed #060;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 5px 5px 5px #888;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    height: auto
}

.group3box p {
    line-height: 1em;
    font-size: 10pt;
    font-weight: 700;
    padding: 5px 3px 0 3px
}

.group3box .descript {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10pt;
    font-weight: 400;
    color: #000;
    background-color: #FFF;
    text-align: center;
    padding: 5px;
    float: left;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 240px;
    height: auto
}

span.catPrice {
    font-size: 12pt;
    color: #346433;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 8px
}

span.catProd-os {
    display: block;
    color: blue;
    text-align: center;
    font-size: 10pt;
    font-weight: 700;
    margin-bottom: 8px
}

.homeFeatured {
    border-width: 2px;
    border-color: rgb(0, 84, 166);
    border-style: solid;
    background-color: rgb(1, 150, 207);
    width: 235px;
    height: 40px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #fff;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.5em;
    line-height: 1.1em;
    text-transform: initial;
    text-shadow: 1.753px 3.595px 5.22px rgba(0, 0, 0, .95);
    margin: -17px 0 5px -17px;
}

.homeFeatured h2 {
    color: #fff;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.5em;
    line-height: 1.1em;
    text-shadow: 1.753px 3.595px 5.22px rgba(0, 0, 0, .95)
}

.homeFeatured2 {
    border-width: 2px;
    border-color: rgb(7, 161, 119);
    border-style: solid;
    background-color: rgb(10, 220, 163);
    width: 235px;
    height: 40px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #fff;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.5em;
    line-height: 1.1em;
    text-transform: initial;
    text-shadow: 1.753px 3.595px 5.22px rgba(0, 0, 0, .95);
    margin: -17px 0 5px -17px;
}

.homeFeatured2 h2 {
    color: #fff;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.5em;
    line-height: 1.1em;
    text-shadow: 1.753px 3.595px 5.22px rgba(0, 0, 0, .95)
}

.homeMoreInfo {
    text-align: center;
    margin: 0 0
}

.homeProductBox {
    height: 494px;
    width: 205px;
    margin: 8px 2px 15px;
    border: #BCBCBC solid 1px;
    padding: 16px;
    float: left
}

.homeProductBoxDiv {
    height: 110px;
    width: 100%;
    margin-bottom: 5px;
    position: relative
}

.homeProductBoxDiv img {
    position: absolute;
    left: 0;
    bottom: 0
}

.homeProductBoxDivPic {
    height: 215px;
    width: 100%;
    margin-bottom: 5px;
    position: relative
}

.homeProductBoxDivPic img {
    position: absolute;
    left: 0;
    bottom: 0
}

.homeProductBoxText {
    width: 200px;
    min-height: 175px;
    max-height: 175px;
    background-color: #FFEDF6;
    border-style: dotted;
    border-color: #FF004A;
    margin-top: 15px
}

.homeProductBoxText p {
    text-align: left;
    padding: 3px;
    margin: 0 0;
    line-height: 1.2em
}

.homeProductBox .ProductActionAdd {
    margin: 20px 0 0 0 !important
}

.homeProductBox .ProductActionAdd a {
    float: none;
    cursor: pointer;
    font-size: 14px !important;
    padding: 7px 10px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    background: url(../images/bg-addtocart-sprite.jpg) repeat-x 0 -32px;
    border: none !important;
    border-radius: 4px;
    color: white;
    text-shadow: 0 0 1px transparent
}

.homeProductBox .ProductActionAdd a:hover, .btn:hover {
    background: url(../images/bg-addtocart-sprite.jpg) repeat-x 0 0;
    color: white
}

.homeProductBox .ProductActionAdd a {
    letter-spacing: -1px !important
}

.halster {
    background-color: red
}

#snapPop {
    position: fixed;
    top: 35%;
    left: 20px;
    width: 282px;
    display: none;
    z-index: 99
}

.lounge-prod {
    width: 48%;
    min-height: 490px;
    margin: 5px;
    float: left;
    text-align: center;
    border-width: 1px;
    border-color: rgb(0, 84, 166);
    border-style: solid;
    position: relative;
    padding-bottom: 5px;
    line-height: 12pt
}

.lounge-prod-heading {
    color: #fff;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1em;
    line-height: 1.1em;
    text-shadow: 1.753px 3.595px 5.22px rgba(0, 0, 0, .95);
    background-color: rgb(56, 164, 27);
    padding: 8px;
    text-decoration: none;
    margin-bottom: 5px
}

.lounge-prod-heading h4 a {
    color: #fff;
    text-decoration: none !important;
    font-weight: 700;
    font-family: 'Hind Siliguri', sans-serif
}

.lounge-prod-heading a:hover {
    text-decoration: underline !important
}

.lounge-prod p {
    font-size: 1em;
    text-align: left;
    margin: 8px 10px
}

.lounge-prod img {
    margin-bottom: 5px
}

.lounge-prod span.price {
    font-size: 12pt;
    color: #346433;
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}

.lounge-prod span.prod-os {
    font-weight: 700;
    font-size: 8pt;
    margin-top: 5px
}

.lounge-prod ul {
    text-align: left;
    font-size: 10pt;
    margin: 0
}

.lounge-prod span {
    padding-top: 10px
}

.lounge-prod .moreinfo a {
    text-decoration: underline
}

.lounge-prod .prod-feat {
    margin-bottom: 35px
}

.loungeActionAdd {
    margin: 0 0 0 0;
    position: absolute;
    bottom: 15px;
    left: 188px
}

.loungeActionAdd a {
    float: none;
    cursor: pointer;
    font-size: 14px !important;
    padding: 7px 10px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
    background: url(../images/bg-addtocart-sprite.jpg) repeat-x 0 -32px;
    border: none !important;
    border-radius: 4px;
    color: white;
    text-shadow: 0 0 1px transparent
}

.loungeActionAdd a:hover {
    background: url(../images/bg-addtocart-sprite.jpg) repeat-x 0 0;
    color: white
}

.lounge-prod-right {
    width: 477px;
    min-height: 490px;
    margin: 5px;
    float: right;
    text-align: center;
    border-width: 1px;
    border-color: rgb(0, 84, 166);
    border-style: solid;
    position: relative
}

.lounge-prod-right p {
    font-size: 1em;
    text-align: left;
    margin: 8px 5px
}

.lounge-prod-right img {
    margin-bottom: 5px
}

.lounge-prod-right span.price {
    font-size: 12pt;
    color: #346433;
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}

.lounge-prod-right span.prod-os {
    font-weight: 700;
    font-size: 8pt;
    margin-top: 5px
}

.lounge-prod-right ul {
    text-align: left;
    font-size: 10pt;
    margin: 0
}

.lounge-prod-full {
    width: 100%;
    min-height: 350px;
    margin: 5px;
    float: none;
    text-align: center;
    border-width: 1px;
    border-color: rgb(0, 84, 166);
    border-style: solid;
    position: relative
}

.lounge-prod-full .prod-feat {
    margin-bottom: 45px
}

.lounge-prod-full .prod-feat-full {
    margin-bottom: 45px;
    width: 65%;
    margin-left: auto;
    margin-right: auto
}

.lounge-prod-heading-full {
    color: #fff;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.4em;
    line-height: 1.5em;
    background-color: rgb(56, 164, 27);
    padding: 8px;
    text-decoration: none;
    margin-bottom: 5px
}

.lounge-prod-heading-full h4 a, h3 a {
    color: #fff;
    text-decoration: none;
    font-weight: bold
}

.lounge-prod-heading-full h4 a:hover, h3 a:hover {
    color: #fff
}

.lounge-prod-heading-full a:hover {
    text-decoration: underline !important
}

.lounge-prod-full p {
    font-size: 1em;
    text-align: left;
    margin: 8px 5px
}

.lounge-prod-full h3 {
    line-height: 1.2em
}

.lounge-prod-full img {
    margin-bottom: 5px
}

.lounge-prod-full span.price {
    font-size: 12pt;
    color: #346433;
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}

.lounge-prod-full span.prod-os {
    font-weight: 700;
    font-size: 8pt;
    margin-top: 5px
}

.lounge-prod-full ul {
    text-align: left;
    font-size: 10pt;
    margin: 0
}

.lounge-prod-full a {
    text-decoration: underline
}

.loungeActionAdd-full {
    margin: 0 0 0 0;
    position: absolute;
    bottom: 15px;
    left: 444px
}

.loungeActionAdd-full a {
    float: none;
    cursor: pointer;
    font-size: 14px !important;
    padding: 7px 10px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
    background: url(../images/bg-addtocart-sprite.jpg) repeat-x 0 -32px;
    border: none !important;
    border-radius: 4px;
    color: white;
    text-shadow: 0 0 1px transparent
}

.loungeActionAdd-full a:hover {
    background: url(../images/bg-addtocart-sprite.jpg) repeat-x 0 0;
    color: white
}

.categoryMenu {
    margin-left: auto;
    margin-right: auto
}

.categoryMenu li {
    background: #c12124;
    background-image: -webkit-linear-gradient(top, #c12124, #590000);
    background-image: -moz-linear-gradient(top, #c12124, #590000);
    background-image: -ms-linear-gradient(top, #c12124, #590000);
    background-image: -o-linear-gradient(top, #c12124, #590000);
    background-image: linear-gradient(to bottom, #c12124, #590000);
    text-shadow: 2px 2px 3px #666;
    font-family: Arial;
    color: #fff;
    font-size: 1.2em;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    float: left;
    margin: 2px;
    list-style-type: none;
    width: 44%
}

.categoryMenu li:hover {
    background: #f6292c;
    background-image: -webkit-linear-gradient(top, #f6292c, #c50000);
    background-image: -moz-linear-gradient(top, #f6292c, #c50000);
    background-image: -ms-linear-gradient(top, #f6292c, #c50000);
    background-image: -o-linear-gradient(top, #f6292c, #c50000);
    background-image: linear-gradient(to bottom, #f6292c, #c50000);
    text-decoration: none
}

.categoryMenu a {
    text-decoration: none;
    color: #FFF
}

#Slogan #beeChicken {
    float: left;
    text-align: left
}

.all-brands h2 {
    display: none
}

.all-brands ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.all-brands ul li a {
    font-size: 14px;
    border: 1px solid #DDD;
    width: 200px !important;
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: 700
}

.all-brands ul li {
    display: inline-block
}

.all-brands ul li a:hover {
    background: #EFEFEF
}

#accessories {
    border-top: solid black 1px;
    margin-top: 20px
}

#accessories .accCenter {
    width: 75%;
    margin-left: auto;
    margin-right: auto
}

#accessories .acc {
    border: solid #7A7A7A 1px;
    float: left;
    margin: 5px;
    text-align: center;
    padding: 3px;
    width: 165px;
    font-size: .9em;
    line-height: 1.5em;
    height: 150px
}

#accessories .acc a {
    color: black;
    font-weight: 700;
    text-decoration: none;
    display: block
}

#accessories .acc div {
    height: 100px
}

.upgrade ul {
    float: right;
    width: 422px;
    padding-left: 0
}

.upgrade ul li {
    font-size: 16px;
    line-height: 15pt;
    margin-bottom: 7px;
    list-style-position: outside;
    list-style-type: none;
    background: url(/product_images/import/3155-dmpe-upgrade-icon.gif) no-repeat 0 4px;
    padding-left: 39px;
    min-height: 30px;
    color: #555;
    padding-top: 6px
}

.lounge-page-full {
    width: 100%;
    min-height: 200px;
    margin: 5px 0 35px 0;
    float: none;
    text-align: center;
    border-width: 1px;
    border-color: rgb(0, 84, 166);
    border-style: solid;
    position: relative;
    clear: both;
    -webkit-box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .45);
    -moz-box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .45);
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .45)
}

.lounge-page-full a {
    text-decoration: underline
}

.lounge-page-ful a:hover {
    color: #0900ff
}

.lounge-page-heading-full {
    color: #fff;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1em;
    line-height: 1.1em;
    text-shadow: 1.753px 3.595px 5.22px rgba(0, 0, 0, .95);
    background-color: rgb(56, 164, 27);
    padding: 8px;
    text-decoration: none;
    margin-bottom: 12px
}

.lounge-page-heading-full h4 a {
    color: #fff;
    text-decoration: none
}

.lounge-page-heading-full a:hover {
    text-decoration: underline !important
}

.lounge-page-full p {
    font-size: 10pt;
    text-align: left;
    margin: 2px 5px
}

.lounge-page-full img {
    margin: 0 10px 8px 5px;
    float: left
}

.lounge-page-full span.price {
    font-size: 12pt;
    color: #346433;
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}

.lounge-page-full span.prod-os {
    font-weight: 700;
    font-size: 8pt;
    margin-top: 5px
}

.lounge-page-full ul {
    text-align: left;
    font-size: 9pt;
    margin: 0 5px 8px 10px;
    float: right;
    width: 300px
}

#bundle #intro {
    height: 195px
}

.path-intro {
    background: url(/product_images/import/path-header.jpg) bottom left no-repeat
}

#path-intro-text p {
    width: 340px;
    float: right
}

#bundle a.lounge-link {
    text-decoration: underline
}

.product-option-full {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    margin-top: 18px;
    margin-bottom: 18px
}

.product-option-full p {
    font-size: 10pt;
    text-align: left;
    margin: 2px 5px
}

.product-option-full img {
    margin-bottom: 5px
}

.product-option-full .priceRight {
    text-align: right;
    color: #346433;
    font-weight: 700;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 5px
}

.product-option-full span.prod-os {
    font-weight: 700;
    font-size: 8pt;
    margin-top: 5px
}

.product-option-full ul {
    text-align: left;
    font-size: 9pt;
    margin: 0
}

.product-option-full-heading {
    color: #fff;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1em;
    line-height: 1.1em;
    text-shadow: 1.753px 3.595px 5.22px rgba(0, 0, 0, .95);
    background-color: rgb(56, 164, 27);
    padding: 8px;
    text-decoration: none;
    margin-bottom: 5px
}

.product-option-full-heading h3 a {
    color: #fff;
    text-decoration: none
}

.product-option-full-heading a:hover {
    text-decoration: underline !important
}

#dragonMenu {
    height: 20px;
    background-color: #0C7C00;
    width: 1020px;
    margin-left: -20px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative
}

#dragonMenu ul {
    width: 765px;
    margin-left: auto;
    margin-right: auto
}

#dragonMenu li {
    float: left;
    margin-right: 65px;
    margin-top: 3px;
    font-size: 1em;
    list-style: none
}

#dragonMenu a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline
}

#dragonMenu a:hover {
    color: #fdef80
}

#fancy_div #ds3500warranty, #guarantee, #ds7000warranty {
    padding: 15px
}

.fastCartContent h2 {
    text-transform: none
}

.fastCartContent .ProductList .ProductDetails a {
    font-size: 1em
}

.fastCartContent .btn, .ProductList li .ProductActionAdd a {
    margin-right: 0 !important;
    color: #ffffff !important
}

.fastCartContent .ProductActionAdd {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.fastCartContent .ProductDetails {
    height: 90px
}

#SuggestiveCartContent {
    width: 790px
}

.searchModel {
    font-weight: 700;
    margin-top: 8px
}

.floatimgleft {
    float: left;
    margin-left: 8px;
    margin-bottom: 5px
}

.footerCert {
    display: table;
    margin-right: 49px;
    float: left;
    margin-bottom: 15px
}

.footerImgTable {
    display: table-cell;
    vertical-align: middle
}

li.Odd.ListView.QuickView {
    width: 100% !important;
    min-height: 170px !important
}

li.Even.ListView.QuickView {
    width: 100% !important;
    min-height: 170px !important
}

.beeDivider {
    width: 961px;
    margin: 12px auto;
}

.brandBlock {
    float: left;
    font-size: 1em;
    overflow: hidden;
    border: 1px solid silver;
    padding: 16px;
    margin: 0 16px 20px 0;
    width: 28% !important;
    min-height: 318px;
    position: relative;
    display: block
}

.brandBlock img {
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 150px;
    max-width: 100%
}

.brandProdTitle {
    margin: 5px 0;
    text-align: center
}

.brandProdTitle a {
    text-decoration: none;
    color: #575757;
    font-weight: 700;
    font-size: 16px;
    line-height: normal
}

.brandProdTitle a:hover {
    text-decoration: underline
}

.brandProdPrice {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    text-align: center
}

.brandMoreInfo {
    margin: 0 0 0 92px;
    position: absolute;
    bottom: 12px
}

.brandMoreInfo a {
    float: none;
    cursor: pointer;
    font-size: 14px !important;
    padding: 7px 10px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
    background: url(../images/bg-addtocart-sprite.jpg) repeat-x 0 -32px;
    border: none !important;
    border-radius: 4px;
    color: white;
    text-shadow: 0 0 1px transparent
}

.brandMoreInfo a:hover {
    background: url(../images/bg-addtocart-sprite.jpg) repeat-x 0 0;
    color: white
}

#psku {
    display: none
}

.professions {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #e7ffdb;
    border-style: solid;
    border-color: #000;
    border-width: 1px;
    border-radius: 4px
}

.professions p {
    margin-left: 5%;
    margin-right: 5%
}

.professions h3 {
    text-align: center
}

.professLeft {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    margin-left: 5px;
    border-style: solid;
    border-color: #000;
    border-width: 1px;
    background-color: #fff
}

.professLeft p {
    text-align: center;
    margin: 3px
}

.professRight {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 15px
}

#buttonBox {
    float: right;
    margin-left: 10px;
    margin-top: 2px
}

#priceBtnTop {
    align-content: center;
    padding: 4px 10px 3px 10px;
    background-color: #84bb3c;
    border-radius: 10px;
    box-shadow: #000 2px 3px 6px;
    float: right
}

#priceBtnTop:hover {
    background-color: #36C846
}

#priceBtnTop p {
    line-height: 12pt;
    font-size: 12pt;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 700
}

#priceBtnTop a {
    text-decoration: none !important;
    color: #fff;
    text-shadow: #000 2px 2px 4px
}

#priceBtnTop img {
    float: right;
    margin: 0 0 0 5px;
    transition: 1s ease
}

#priceBtnTop img:hover {
    -webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
    transition: 1s ease
}

.CartActions .actionLink a {
    background: #616061;
    background-image: -webkit-linear-gradient(top, #616061, #212121);
    background-image: -moz-linear-gradient(top, #616061, #212121);
    background-image: -ms-linear-gradient(top, #616061, #212121);
    background-image: -o-linear-gradient(top, #616061, #212121);
    background-image: linear-gradient(to bottom, #616061, #212121);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: underline
}

.CartActions .actionLink a:hover {
    background: #212121;
    background-image: -webkit-linear-gradient(top, #212121, #616061);
    background-image: -moz-linear-gradient(top, #212121, #616061);
    background-image: -ms-linear-gradient(top, #212121, #616061);
    background-image: -o-linear-gradient(top, #212121, #616061);
    background-image: linear-gradient(to bottom, #212121, #616061);
    text-decoration: underline
}

.CartActions .actionLink {
    line-height: 30px
}

.indent245 {
    margin-left: 245px;
    line-height: 1.5em
}

.indent245 a {
    text-decoration: underline
}

.indent245 a:hover {
    font-weight: 700
}

#Wrapper a {
    text-decoration: underline
}

#Wrapper a.jQueryTabs_navLink.selected {
    text-decoration: none
}

#newExpressCheckoutHeader {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    height: 170px;
    margin-top: 30px
}

#expressLogo {
    float: left;
    margin-right: 25px
}

#expressBBB {
    float: left
}

#expressContactInfo {
    float: right;
    width: 310px;
    line-height: 1.5em
}

#expressContactInfo p {
    margin: 0;
    text-align: right
}

.expressCreateAccount {
    width: 45%;
    height: 210px;
    padding: 1%;
    float: left;
    background-color: #EFF1FF;
    border-color: #96A4FF;
    border-style: solid;
    border-width: 2px;
    border-radius: 20px
}

.expressCreateAccount h4 {
    text-transform: uppercase
}

.expressAccountLogin {
    display: none;
    width: 45%;
    height: 210px;
    padding: 1%;
    float: right;
    background-color: #fff;
    border-color: #E0E4FF;
    border-style: solid;
    border-width: 2px;
    border-radius: 20px
}

.expressAccountLogin h4 {
    text-transform: uppercase
}

.newExpressCheckoutButton {
    -moz-box-shadow: 0 3px 6px 0 #cf866c;
    -webkit-box-shadow: 0 3px 6px 0 #cf866c;
    box-shadow: 0 3px 6px 0 #cf866c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #d0451b), color-stop(1, #bc3315));
    background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315', GradientType=0);
    background-color: #d0451b;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #942911;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    padding: 8px 24px;
    text-decoration: none;
    text-shadow: 0 2px 1px #854629;
    width: 125px
}

.newExpressCheckoutButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #bc3315), color-stop(1, #d0451b));
    background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b', GradientType=0);
    background-color: #bc3315
}

.newExpressCheckoutButton:active {
    position: relative;
    top: 1px
}

.ExpressCheckoutTitle a {
    color: #000
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    padding: 5px
}

.billingButton {
    -moz-box-shadow: 0 3px 6px 0 #cf866c;
    -webkit-box-shadow: 0 3px 6px 0 #cf866c;
    box-shadow: 0 3px 6px 0 #cf866c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #d0451b), color-stop(1, #bc3315));
    background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315', GradientType=0);
    background-color: #d0451b;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #942911;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    padding: 8px 24px;
    text-decoration: none;
    text-shadow: 0 2px 1px #854629
}

.billingButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #bc3315), color-stop(1, #d0451b));
    background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b', GradientType=0);
    background-color: #bc3315
}

.billingButton:active {
    position: relative;
    top: 1px
}

#bottom_payment_button {
    -moz-box-shadow: 0 3px 6px 0 #cf866c;
    -webkit-box-shadow: 0 3px 6px 0 #cf866c;
    box-shadow: 0 3px 6px 0 #cf866c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #d0451b), color-stop(1, #bc3315));
    background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315', GradientType=0);
    background-color: #d0451b;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #942911;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    padding: 8px 24px;
    text-decoration: none;
    text-shadow: 0 2px 1px #854629
}

#bottom_payment_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #bc3315), color-stop(1, #d0451b));
    background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b', GradientType=0);
    background-color: #bc3315
}

#bottom_payment_button:active {
    position: relative;
    top: 1px
}

#marqueeSliderExtend {
    margin-left: -20px;
    width: 1020px;
    display: inline-block;
    position: relative;
    height: 20px;
    background-color: #00A3D9;
    background-image: url(/templates/__custom/includes/jQuerySlider2/PowerSlider5/pattern_bg.fw.png)
}

#marqueeSliderExtend a {
    text-decoration: underline
}

#loginContainer {
    display: none
}

.chatNowbtn {
    background: #d93434;
    background-image: -webkit-linear-gradient(top, #d93434, #8a0e0e);
    background-image: -moz-linear-gradient(top, #d93434, #8a0e0e);
    background-image: -ms-linear-gradient(top, #d93434, #8a0e0e);
    background-image: -o-linear-gradient(top, #d93434, #8a0e0e);
    background-image: linear-gradient(to bottom, #d93434, #8a0e0e);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    text-shadow: 4px 4px 4px #666;
    font-family: Arial;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    text-decoration: none
}

.chatNowbtn:hover {
    background: #fc3c3c;
    background-image: -webkit-linear-gradient(top, #fc3c3c, #d93434);
    background-image: -moz-linear-gradient(top, #fc3c3c, #d93434);
    background-image: -ms-linear-gradient(top, #fc3c3c, #d93434);
    background-image: -o-linear-gradient(top, #fc3c3c, #d93434);
    background-image: linear-gradient(to bottom, #fc3c3c, #d93434);
    color: #ff0
}

.SnapABug_transcriptLine a {
    color: #00f;
    text-decoration: underline
}

.SnapABug_transcriptLine a:hover {
    color: red
}

.bundlesMainBox, .inStockYellowBox {
    border-width: 2px;
    border-style: solid
}

.bundlesMainBox {
    border-color: #000;
    background-color: #fff;
    box-shadow: 2px 3.46px 4px 0 rgba(0, 0, 0, .5);
    width: 976px
}

.bundlesLeftCol {
    float: left;
    width: 350px
}

.bundlesRightCol {
    float: right;
    width: 620px
}

.inStockYellowBox {
    border-color: red;
    border-radius: 25px;
    background-color: rgba(255, 255, 0, .42);
    width: 331px;
    float: left;
    margin: 25px 0 0 5px;
    text-align: center;
    padding: 3px
}

.inStockYellowBox h4 {
    line-height: 1.2em;
    color: #00f;
    margin: 5px 0;
    font-weight: 700;
    font-size: 1.2em
}

.inStockYellowBox p {
    line-height: 1.1em;
    margin: 0;
    font-size: 1.1em
}

.titleBundlesBackground {
    background-color: #d8f1e4;
    width: 615px;
    height: 90px;
    float: right;
    margin-bottom: 8px;
    border-bottom-left-radius: 40px
}

.titleBundlesBackground h3 {
    text-align: right;
    font-size: 1.5em;
    margin-right: 10px;
    margin-top: 5px
}

.titleBundlesBackground span {
    color: red;
    font-weight: 700
}

.bundlesLeftCol img {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 326px
}

.bundlesTabs {
    width: 99%;
    clear: right
}

.bundlesTabs .bundleModel {
    float: left;
    font-size: 1.2em;
    font-weight: 700;
    margin: 5px
}

.bundlesBuyQuote {
    width: 620px;
    float: right;
    clear: both;
    margin-top: 10px;
    margin-bottom: 5px
}

.bundlesBuyQuote .buyQuoteBox {
    width: 414px;
    margin-left: auto;
    margin-right: auto;
    height: 33px
}

.bundlesBuyQuote .buyQuoteBox img {
    margin: 0
}

.tabcontents * {
    -webkit-animation: scale .7s ease-in-out;
    -moz-animation: scale .7s ease-in-out;
    animation: scale .7s ease-in-out
}

ul.tabsNew li a, ul.tabsNew li.selected a:hover {
    text-decoration: none
}

ul.tabsNew {
    padding: 7px 0;
    font-size: 0;
    margin: 0;
    list-style-type: none;
    text-align: left
}

ul.tabsNew li {
    display: inline;
    margin: 0 3px 0 0
}

ul.tabsNew li a {
    font: 400 12px Verdana;
    position: relative;
    padding: 7px 16px;
    border: 1px solid #CCC;
    border-bottom-color: #B7B7B7;
    color: #000;
    background: url(tabbg.gif) repeat-x #F0F0F0;
    border-radius: 3px 3px 0 0;
    outline: 0
}

ul.tabsNew li a:visited {
    color: #000
}

ul.tabsNew li a:hover {
    border: 1px solid #B7B7B7;
    background: url(tabbg.gif) 0 -36px repeat-x #F0F0F0
}

ul.tabsNew li.selected a, ul.tabsNew li.selected a:hover {
    position: relative;
    top: 0;
    font-weight: 700;
    background: #fff;
    border: 1px solid #B7B7B7;
    border-bottom-color: #fff
}

div.tabcontents {
    border: 1px solid #B7B7B7;
    padding: 20px 30px;
    background-color: #FFF;
    border-radius: 0 3px 3px
}

.dragonPowerMicComboBox {
    padding: 4px;
    width: 100%;
    float: right;
    margin-left: 3px;
    margin-bottom: 5px;
    margin-top: 3px;
    border-width: 3px;
    border-color: rgb(255, 0, 0);
    border-style: solid;
    border-radius: 10px;
    background-color: rgba(163, 211, 156, .5)
}

.wsmenu * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased
}

.wsmain html, .wsmain body, .wsmain iframe, .wsmain h1, .wsmain h2, .wsmain h3, .wsmain h4, .wsmain h5, .wsmain h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}

.wsmenu .cl {
    clear: both
}

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

.wsmenu .clearfixMenu:after {
    clear: both
}

.wsmenu .clearfixMenu {
    zoom: 1
}

.wsmenu img, object, embed, video {
    border: 0 none;
    max-width: 100%
}

.wsmenu a:focus {
    outline: none !important
}

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

.wsmenu:after {
    clear: both
}

.wsmenu textarea {
    font-family: Helvetica, Arial, sans-serif
}

.wsmenu input[type="submit"] {
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif
}

.wsmenu input[type="button"] {
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif
}

.wsmobileheader {
    display: none
}

.overlapblackbg {
    display: none
}

.wsmenu {
    font-family: 'Montserrat';
    color: #fff;
    position: relative;
    font-size: 100%;
    padding: 0;
    margin: 0 0;
    width: 1020px;
    max-width: 1020px;
    left: -20px
}

.wsmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: table;
    padding: 0
}

.wsmenu-list > li {
    text-align: center;
    display: table-cell
}

.wsmenu-list li:first-child a {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0
}

.wsmenu-list li:last-child a {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
    border-right: 0 solid
}

.wsmenu-list > li > a .fa {
    display: inline-block;
    font-size: 14px;
    line-height: inherit;
    margin-right: 0;
    margin-top: 2px
}

.wsmenu-list li ul li a .fa.fa-angle-double-right {
    font-size: 12px;
    margin: 0 3px 0 -4px
}

.wsmenu-list li a .arrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #b3b3b3;
    content: "";
    float: right;
    height: 0;
    margin: 0 0 0 9px;
    position: absolute;
    text-align: right;
    top: 22px;
    width: 0
}

.wsmenu-list > li > a {
    display: block;
    color: #fff;
    text-shadow: 2px 2px 2px #6B6B6B;
    padding: 0 3px;
    border-right: 2px solid rgba(1111, 1111, 1111, .4);
    text-decoration: none;
    position: relative;
    font-weight: 700;
    height: 40px;
    font-size: 11pt;
    text-transform: uppercase;
    background: #24bf29;
    background-image: -webkit-linear-gradient(top, #23d129, #0e7311);
    background-image: -moz-linear-gradient(top, #23d129, #0e7311);
    background-image: -ms-linear-gradient(top, #23d129, #0e7311);
    background-image: -o-linear-gradient(top, #23d129, #0e7311);
    background-image: linear-gradient(to bottom, #24bf29, #0e7311)
}

.wsmenu-list li a:hover .arrow:after {
    border-top-color: #b3b3b3
}

.wsmenu-list li a.active .arrow:after {
    border-top-color: #b3b3b3
}

.wsmenu-list li:hover > a .arrow:after {
    border-top-color: #b3b3b3
}

.megamenu iframe {
    width: 100%;
    margin-top: 10px;
    min-height: 200px
}

.megamenu video {
    width: 100%;
    margin-top: 10px;
    min-height: 200px
}

.megamenu {
    width: 100%;
    left: 0;
    position: absolute;
    top: 43px;
    color: #000;
    z-index: 1000;
    margin: 0;
    text-align: left;
    font-size: 84% !important;
    background-color: #fff;
    display: none;
    -webkit-box-shadow: 0 2px 4px 3px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 2px 4px 3px rgba(0, 0, 0, .22);
    box-shadow: 0 2px 4px 3px rgba(0, 0, 0, .22)
}

.megamenu .title {
    font-size: 125% !important;
    line-height: 125%;
    padding: 4px 0 0 0;
    color: #000;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 700
}

.megamenu .title a {
    font-weight: 700
}

.link-list li {
    display: block;
    white-space: nowrap;
    text-align: left
}

.link-list li a {
    line-height: 18px;
    text-align: left;
    padding: 6px 0;
    background-image: none !important;
    display: block;
    border-right: 1px solid #e7e7e7;
    background-color: #fff;
    color: #000
}

.link-list .fa {
    font-size: 11px
}

.megacollink {
    width: 33%;
    float: left;
    margin-right: 0;
    padding: 0;
    line-height: 100%;
    margin-bottom: 0
}

.megacollink li {
    display: block;
    text-align: left
}

.megacollink li a {
    line-height: 125%;
    text-align: left;
    padding: 2px 0;
    background-image: none !important;
    color: #000;
    display: block;
    text-decoration: none
}

.megacollink .fa {
    font-size: 11px
}

.megacolSpeechLeft {
    width: 49.85%;
    float: left;
    padding: 0;
    line-height: 100%;
    margin-bottom: 0;
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    height: 407px;
    overflow: hidden
}

a.legalGroupHover {
    display: block;
    float: left;
    width: 97px !important;
    height: 92px !important;
    background-image: url(https://www.startstop.com/product_images/import/dragonlegalgroup-menuHover.png);
    background-repeat: no-repeat;
    background-position: top;
    text-decoration: none !important
}

a.legalGroupHover:hover {
    background-position: bottom
}

a.legalAnywhereHover {
    display: block;
    float: right;
    width: 143px !important;
    height: 90px !important;
    background-image: url(https://www.startstop.com/product_images/import/product-dragon-legal-anywhere-menu2.jpg);
    background-repeat: no-repeat;
    background-position: top;
    text-decoration: none !important
}

a.legalAnywhereHover:hover {
    background-position: bottom
}

a.proAnywhereHover {
    display: block;
    float: left;
    width: 143px !important;
    height: 90px !important;
    background-image: url(https://www.startstop.com/product_images/import/product-dragon-professional-anywhere-menu2.jpg);
    background-repeat: no-repeat;
    background-position: top;
    text-decoration: none !important
}

a.proAnywhereHover:hover {
    background-position: bottom
}

.dragLaw {
    width: 338px;
    height: 47px;
    clear: both;
    margin-left: 2.5px
}

a.lawEnHover {
    display: block;
    width: 338px !important;
    height: 47.5px !important;
    background-image: url(https://www.startstop.com/product_images/import/law-enforcement-menu2Hover.png);
    background-repeat: no-repeat;
    background-position: top;
    text-decoration: none !important;
    text-align: center
}

a.lawEnHover:hover {
    background-position: bottom
}

.megacolSpeechLeft li {
    display: block;
    text-align: left
}

.megacolSpeechLeft li a {
    line-height: 125%;
    text-align: left;
    padding: 2px 0;
    background-image: none !important;
    display: block;
    color: #000;
    text-decoration: none
}

.megacolSpeechRight {
    width: 49.85%;
    float: right;
    padding: 0;
    line-height: 100%;
    margin-bottom: 0
}

.megacolSpeechRight li {
    display: block;
    text-align: left
}

.megacolSpeechRight li a {
    line-height: 125%;
    text-align: left;
    padding: 2px 0;
    background-image: none !important;
    display: block;
    color: #000;
    text-decoration: none
}

.megacolSpeechBottom {
    clear: both;
    width: 100%;
    display: block;
    color: #000;
    text-decoration: none;
    margin-top: 409px;
    margin-bottom: 0;
    padding: 0;
    line-height: 125%
}

.megacolSpeechBottom .title {
    margin-bottom: 0;
    font-weight: 700
}

.megacolSpeechBottom .title a {
    font-weight: 700
}

.megacolSpeechBottom li {
    display: block;
    text-align: left;
    padding-left: 15px
}

.megacolSpeechBottom li a {
    line-height: 125%;
    text-align: left;
    padding: 2px 0;
    background-image: none !important;
    color: #000;
    text-decoration: none
}

.megacolSpeechBottom .speechBottomLeft {
    width: 50%;
    float: left;
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(234, 234, 234) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(234, 234, 234) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(234, 234, 234) 100%);
    padding: 4px;
    height: 165px
}

.megacolSpeechBottom .speechBottomRight {
    width: 49.8%;
    padding: 4px;
    height: 165px;
    float: right;
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(234, 234, 234) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(234, 234, 234) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(234, 234, 234) 100%)
}

.megacollink .listBoxProdTranscription {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(218, 237, 254) 35%, rgb(181, 218, 253) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(218, 237, 254) 35%, rgb(181, 218, 253) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(218, 237, 254) 35%, rgb(181, 218, 253) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px
}

.listBoxProdTranscription .dictinline a {
    display: inline
}

.megacollink .listBoxTranscription {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(219, 229, 206) 35%, rgb(183, 203, 156) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(219, 229, 206) 35%, rgb(183, 203, 156) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(219, 229, 206) 35%, rgb(183, 203, 156) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    line-height: 100%;
    min-height: 410px
}

.listBoxTranscription .leftTran {
    width: 25%;
    float: left
}

.listBoxTranscription .leftTran img {
    float: right;
    margin: 0 5px;
    border-color: #000;
    border-style: solid;
    border-width: 1px
}

.listBoxTranscription .leftTran li {
    margin-bottom: 15px
}

.listBoxTranscription .leftTran li a {
    text-align: right;
    line-height: 12pt
}

.listBoxTranscription .rightTran {
    width: 75%;
    float: right;
    border-left-color: darkseagreen;
    border-left-style: solid;
    border-left-width: 2px;
    padding-left: 5px
}

.rightTran .uni {
    float: left;
    width: 48%;
    border-right-color: darkseagreen;
    border-right-style: solid;
    border-right-width: 2px
}

.rightTran .uni img {
    width: 139px;
    height: auto;
    border-color: #000;
    border-style: solid;
    border-width: 1px
}

.rightTran .omni {
    float: right;
    width: 50%
}

.rightTran .omni img {
    width: 139px;
    height: auto;
    margin-right: 5px;
    float: left;
    border-color: #000;
    border-style: solid;
    border-width: 1px
}

.rightTran .omni p {
    color: blue;
    font-weight: 700;
    line-height: 16pt;
    font-size: 10pt
}

.listBoxTranscription .omniversalVersatile {
    width: 50%;
    text-align: center;
    float: right
}

.listBoxTranscription .omniversalVersatile img {
    width: auto
}

.listBoxTranscription .omniversalVersatile p {
    font-weight: 700;
    margin-top: 3px;
    padding-top: 10px;
    margin-bottom: 0
}

.listBoxTranscription .dictinline a {
    display: inline
}

.listBoxEnterprise .dictinline a {
    display: inline
}

.megacollink .listBoxDictBundles {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 239, 192) 35%, rgb(255, 222, 129) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 239, 192) 35%, rgb(255, 222, 129) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 239, 192) 35%, rgb(255, 222, 129) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    margin-top: 3px;
    min-height: 290px
}

.megacollink .listBoxDictBundles .subtitle {
    font-weight: 700;
    color: #0d65cf
}

.megacollink .listTranBoxDictBundles {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 239, 192) 35%, rgb(255, 222, 129) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 239, 192) 35%, rgb(255, 222, 129) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 239, 192) 35%, rgb(255, 222, 129) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    min-height: 397px;
    margin-right: 5px;
    line-height: 100%;
    height: 410px
}

.megacollink .listTranBoxDictBundles .subtitle {
    font-weight: 700;
    color: #0d65cf
}

.megacollink .listDictBoxDictBundles {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(218, 237, 254) 35%, rgb(181, 218, 253) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(218, 237, 254) 35%, rgb(181, 218, 253) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(218, 237, 254) 35%, rgb(181, 218, 253) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    min-height: 335px
}

.megacollink .listDictBoxDictBundles .dictBundles {
    float: right;
    width: 65%
}

.megacollink .listDictBoxDictBundles .subtitle {
    font-weight: 700;
    color: #0d65cf
}

.megacolSpeechLeft .listSpeechBoxDragBundles {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 239, 192) 35%, rgb(255, 222, 129) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 239, 192) 35%, rgb(255, 222, 129) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 239, 192) 35%, rgb(255, 222, 129) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    min-height: 274px
}

.megacolSpeechLeft .listSpeechBoxDragBundles .leftRecorderBox {
    float: left;
    width: 49%;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: darkseagreen;
    padding-right: 8px
}

.megacolSpeechLeft .listSpeechBoxDragBundles .leftRecorderBox a {
    display: inline
}

.megacolSpeechLeft .listSpeechBoxDragBundles .rightMicBox {
    float: right;
    width: 49%;
    padding-left: 4px
}

.megacolSpeechLeft .listSpeechBoxDragBundles .rightMicBox a {
    display: inline
}

.megacolSpeechLeft .listSpeechBoxDragBundles .startstopBox {
    width: 100%;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: darkseagreen;
    clear: both;
    padding-top: 3px
}

.megacolSpeechLeft .listSpeechBoxDictBundles {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(218, 237, 254) 35%, rgb(181, 218, 253) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(218, 237, 254) 35%, rgb(181, 218, 253) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(218, 237, 254) 35%, rgb(181, 218, 253) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    margin-top: 3px;
    min-height: 170px
}

.megacolSpeechLeft .listSpeechBoxDictBundles .subtitle {
    font-weight: 700;
    color: #0d65cf
}

.megacollink .listBoxEnterprise {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(218, 237, 254) 35%, rgb(181, 218, 253) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(218, 237, 254) 35%, rgb(181, 218, 253) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(218, 237, 254) 35%, rgb(181, 218, 253) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    margin-top: 3px;
    height: 78px
}

.megacollink .listBoxDictation {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px
}

.megacollink .listBoxDictation .ddRecorders {
    width: 100%;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 130px
}

.megacollink .listBoxDictation a:hover {
    text-decoration: underline;
    color: red
}

.listBoxDictation .ddRecorders .philipsRecorders {
    width: 52%;
    float: right;
    padding: 0;
    margin: 4px 0
}

.listBoxDictation .philipsRecorders .philipsList {
    width: auto;
    text-align: center;
    float: left
}

.listBoxDictation .ddRecorders .philipsRecorders img {
    width: auto;
    float: right;
    padding: 0;
    margin: 0 19px 0 0
}

.listBoxDictation .ddRecorders .olympusRecorders {
    width: 45%;
    float: left;
    padding: 0;
    margin: 4px 0
}

.listBoxDictation .olympusRecorders .olympuslist {
    width: auto;
    text-align: center;
    float: right
}

.listDictation .ddRecorders .olympusRecorders img {
    width: auto;
    float: left;
    padding: 0;
    margin: 0 0 0 10px
}

.megacollink .listDictBoxDictation {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    min-height: 346px
}

.listDictBoxDictation .dictBoxes {
    width: 100%;
    height: 290px
}

.listDictBoxDictation .leftDictCol {
    width: 52%;
    float: left;
    border-right-color: darkseagreen;
    border-right-style: solid;
    height: 290px
}

.listDictBoxDictation .rightDictCol {
    width: 47%;
    float: left;
    padding-left: 5px
}

.megacollink .listDictBoxDictation .ddRecorders {
    width: 65%;
    float: left;
    margin-right: 0;
    margin-bottom: 5px;
    height: 170px
}

.megacollink .listDictBoxDictation .ddRecorders li {
    font-size: 11pt;
    line-height: 11pt
}

.listDictBoxDictation .ddRecorders .philipsRecorders {
    width: 52%;
    float: left;
    padding: 0;
    margin: 10px 0
}

.listDictBoxDictation .philipsRecorders .philipsList {
    width: auto;
    text-align: center;
    float: left
}

.listDictBoxDictation .philipsRecorders .philipsList span {
    font-size: 12pt;
    margin-bottom: 15px;
    display: inherit
}

.listDictBoxDictation .ddRecorders .philipsRecorders img {
    width: auto;
    float: right;
    padding: 0;
    margin: -10px 15px 0 0
}

.listDictBoxDictation .ddRecorders .olympusRecorders {
    width: 45%;
    float: left;
    padding: 0;
    margin: 10px 0
}

.listDictBoxDictation .olympusRecorders .olympuslist {
    width: auto;
    text-align: center;
    float: right
}

.listDictBoxDictation .olympusRecorders .olympuslist span {
    font-size: 12pt;
    margin-bottom: 15px;
    display: block
}

.listDictBoxDictation .ddRecorders .olympusRecorders img {
    width: auto;
    float: left;
    padding: 0;
    margin: -10px 0 0 0
}

.megacollink .listDictBoxDictation .dSmartPhones {
    width: 22%;
    float: left;
    height: 100px;
    margin-bottom: 3px;
    margin-right: 8px
}

.megacollink .listDictBoxDictation .desktopDict {
    width: 35%;
    float: left;
    margin-bottom: 5px;
    margin-right: 0;
    height: 180px
}

.megacollink .listDictBoxDictation .ssCallin {
    width: 30%;
    float: left;
    height: 100px;
    margin-bottom: 5px;
    margin-right: 10px
}

.megacollink .listDictBoxDictation .handsFree {
    width: 22%;
    float: left;
    margin-bottom: 5px;
    margin-right: 3px
}

.megacollink .listDictBoxDictation .ssPathology {
    width: 22%;
    float: left;
    height: 75px;
    margin-bottom: 5px
}

.megacollink .listBoxCourt {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(239, 241, 233) 35%, rgb(222, 226, 211) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(239, 241, 233) 35%, rgb(222, 226, 211) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(239, 241, 233) 35%, rgb(222, 226, 211) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    margin-top: 3px
}

.megacollink .listConfBoxCourt {
    margin-top: 3px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(239, 241, 233) 35%, rgb(222, 226, 211) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(239, 241, 233) 35%, rgb(222, 226, 211) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(239, 241, 233) 35%, rgb(222, 226, 211) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    height: 107px
}

.megacollink .listBoxLegislate {
    margin-top: 3px;
    background-image: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0, rgb(245, 203, 203) 35%, rgb(235, 151, 151) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0, rgb(245, 203, 203) 35%, rgb(235, 151, 151) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0, rgb(245, 203, 203) 35%, rgb(235, 151, 151) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px
}

.megacollink .listConfBoxLegislate {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    height: 265px
}

.megacollink .listBoxSpeech {
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(219, 229, 206) 35%, rgb(183, 203, 156) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(219, 229, 206) 35%, rgb(183, 203, 156) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(219, 229, 206) 35%, rgb(183, 203, 156) 100%)
}

.megacollink .listBoxSpeech .dictinline {
    margin-left: 25px;
    line-height: 150%
}

.megacollink .listBoxSpeech .dictinline a {
    display: inline
}

.megacolSpeechRight .listSpeechBoxSpeech {
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(219, 229, 206) 35%, rgb(183, 203, 156) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(219, 229, 206) 35%, rgb(183, 203, 156) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(219, 229, 206) 35%, rgb(183, 203, 156) 100%);
    line-height: 100%;
    min-height: 407px
}

.megacolSpeechRight .listSpeechBoxSpeech a {
    display: inline
}

.megacolSpeechRight .listSpeechBoxSpeech .leftRecCol {
    float: left;
    width: 49%
}

.megacolSpeechRight .listSpeechBoxSpeech .rightRecCol {
    float: right;
    width: 50%;
    border-left-style: solid;
    border-color: rgba(38, 151, 127, 1);
    border-left-width: 2px;
    min-height: 300px;
    padding-left: 5px
}

#powerMicMenu {
    text-align: center;
    margin-bottom: 5px
}

#powerMicMenu a {
    font-weight: 700;
    color: blue;
    text-decoration: underline
}

#powerMicMenu a:hover {
    color: red
}

.megacollink .listBoxConference {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(198, 235, 255) 37%, rgb(141, 214, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(198, 235, 255) 37%, rgb(141, 214, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(198, 235, 255) 37%, rgb(141, 214, 255) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    margin-top: 3px
}

.megacollink .listBoxConference .dictinline {
    line-height: 150%
}

.megacollink .listBoxConference .dictinline a {
    display: inline
}

.megacollink .listTranBoxConference {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(198, 235, 255) 37%, rgb(141, 214, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(198, 235, 255) 37%, rgb(141, 214, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(198, 235, 255) 37%, rgb(141, 214, 255) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    min-height: 336px
}

.megacollink .listConfBoxConference {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(198, 235, 255) 37%, rgb(141, 214, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(198, 235, 255) 37%, rgb(141, 214, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(198, 235, 255) 37%, rgb(141, 214, 255) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    height: 381px
}

.megacollink .listConfBoxConference .column1 {
    width: 37%;
    float: left;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: darkseagreen
}

.megacollink .listConfBoxConference .column2 {
    width: 61%;
    float: right
}

.megacollink .listBoxAccessories {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    margin-top: 3px;
    height: 96px
}

.megacollink .listDictBoxAccessories {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    margin-top: 3px;
    text-align: center
}

.megacollink .listDictBoxAccessories li {
    display: inline-block
}

.megacollink .listDictBoxAccessories li a {
    font-weight: 700
}

.listDictBoxAccessories .accTitle {
    margin: 0 0 5px 0;
    padding-bottom: 3px;
    border-bottom-style: dotted;
    border-bottom-color: darkseagreen;
    font-weight: 700
}

.listDictBoxAccessories .accDictSoft {
    width: 13%;
    float: left;
    margin-right: 3px;
    border-right-style: solid;
    border-right-color: darkseagreen
}

.listDictBoxAccessories .accDictSoft p {
    margin: 0;
    text-align: center
}

.listDictBoxAccessories .accDictSoft img {
    margin-left: auto;
    height: 55px
}

.listDictBoxAccessories .accDictAcc {
    width: 15%;
    float: left;
    margin-right: 3px;
    border-right-style: solid;
    border-right-color: darkseagreen
}

.listDictBoxAccessories .accDictAcc p {
    margin: 0;
    text-align: center
}

.listDictBoxAccessories .accDictAcc img {
    width: auto;
    height: 55px
}

.listDictBoxAccessories .accDictHeadsets {
    width: 8%;
    float: left;
    margin-right: 3px;
    border-right-style: solid;
    border-right-color: darkseagreen
}

.listDictBoxAccessories .accDictHeadsets p {
    margin: 0;
    text-align: center
}

.listDictBoxAccessories .accDictHeadsets img {
    width: auto;
    height: 55px
}

.listDictBoxAccessories .accDictRecAcc {
    width: 20%;
    float: left;
    margin-right: 3px;
    border-right-style: solid;
    border-right-color: darkseagreen
}

.listDictBoxAccessories .accDictRecAcc p {
    margin: 0;
    text-align: center
}

.listDictBoxAccessories .accDictRecAcc img {
    width: auto;
    height: 55px
}

.listDictBoxAccessories .accDictOlyPhi {
    width: 14%;
    float: left;
    margin-right: 3px;
    border-right-style: solid;
    border-right-color: darkseagreen;
    height: 77px
}

.listDictBoxAccessories .accDictOlyPhi p {
    margin: 0;
    text-align: center
}

.listDictBoxAccessories .accDictOlyPhi img {
    width: auto;
    height: 55px
}

.listDictBoxAccessories .accDictPedals {
    width: 12%;
    float: left;
    margin-right: 3px;
    border-right-style: solid;
    border-right-color: darkseagreen
}

.listDictBoxAccessories .accDictPedals p {
    margin: 0;
    text-align: center
}

.listDictBoxAccessories .accDictPedals img {
    width: auto;
    height: 55px
}

.listDictBoxAccessories .accDictMikes {
    width: 8%;
    float: left;
    margin-right: 3px;
    border-right-style: solid;
    border-right-color: darkseagreen
}

.listDictBoxAccessories .accDictMikes p {
    margin: 0;
    text-align: center
}

.listDictBoxAccessories .accDictMikes img {
    width: auto;
    height: 55px
}

.listDictBoxAccessories .accDictCases {
    width: 7%;
    float: left;
    margin-right: 3px
}

.listDictBoxAccessories .accDictCases p {
    margin: 0;
    text-align: center
}

.listDictBoxAccessories .accDictCases img {
    width: auto;
    height: 55px
}

.megacollink .listBoxVet {
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(251, 197, 158) 35%, rgb(246, 138, 61) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(251, 197, 158) 35%, rgb(246, 138, 61) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(251, 197, 158) 35%, rgb(246, 138, 61) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    margin-top: 3px;
    text-align: center
}

.megacollink .listSpeechBoxVet {
    background-image: -webkit-linear-gradient(left, rgb(255, 255, 255) 0, rgb(251, 197, 158) 35%, rgb(246, 138, 61) 100%);
    background-image: -o-linear-gradient(left, rgb(255, 255, 255) 0, rgb(251, 197, 158) 35%, rgb(246, 138, 61) 100%);
    background-image: linear-gradient(to right, rgb(255, 255, 255) 0, rgb(251, 197, 158) 35%, rgb(246, 138, 61) 100%);
    border-style: solid;
    border-width: 2px;
    border-color: #2697ff;
    padding: 4px;
    min-height: 410px;
    text-align: left
}

.megacollink .listSpeechBoxVet p {
    font-size: 1.5em
}

.megacollink .listSpeechBoxVet p a {
    font-size: 1.3em;
    line-height: 1.3em
}

.megacolimage {
    width: 31.33%;
    float: left;
    margin: 0 1%
}

.megacolimageHal {
    width: 95%;
    float: left;
    margin: 15px 0 0 0
}

.megacolimageFlRight {
    width: 45%;
    float: right;
    margin: 5px 0 5px 5px
}

.megacolimageFlLeft {
    width: 45%;
    float: left;
    margin: 5px 5px 5px 0
}

.typographydiv {
    width: 100%;
    margin: 0 0
}

.typographylinks {
    width: 25%;
    float: left;
    margin: 0 0
}

.typographylinks ul {
    padding: 0
}

.mainmapdiv {
    width: 100%;
    display: block;
    margin: 0 0
}

.wsmenu-list .ad-style {
    width: 28%;
    float: right
}

.wsmenu-list .ad-style a {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
    background-image: none !important
}

.mobile-sub .megamenu .ad-style a:hover {
    background-color: transparent !important
}

.wsmenu-list .megamenu li:hover > a {
    background: transparent !important
}

.wsmenu-list .megamenu li a:hover {
    background: transparent !important;
    text-decoration: underline;
    color: red
}

.wsmenu-list .megamenu li .fa {
    text-align: center;
    width: 18px
}

.mrgtop {
    margin-top: 15px
}

.show-grid div {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #dbdbdb;
    border: 1px solid #e7e7e7;
    color: #6a6a6a;
    margin: 2px 0
}

.halfmenu {
    width: 40%;
    right: auto !important;
    left: auto !important
}

.halfmenu .megacollink {
    width: 48%;
    float: left;
    margin: 0 1%
}

.halfdiv {
    width: 35%;
    right: 0 !important;
    left: auto
}

.menu_form {
    width: 100%;
    display: block
}

.menu_form input[type="text"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px
}

.menu_form textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
    min-height: 122px
}

.menu_form input[type="submit"] {
    width: 25%;
    display: block;
    height: 28px;
    float: right;
    border: solid 1px #ccc;
    margin-right: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.menu_form input[type="button"] {
    width: 25%;
    display: block;
    height: 28px;
    float: right;
    border: solid 1px #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.megamenu .left.carousel-control {
    padding-top: 20%
}

.megamenu .right.carousel-control {
    padding-top: 20%
}

.carousel-inner .item img {
    width: 100%
}

.megamenu .carousel-caption {
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%
}

.wsmenu-submenu {
    position: absolute;
    top: 40px;
    z-index: 1000;
    margin: 0;
    padding: 2px;
    border: solid 1px #eee;
    background-color: #fff;
    display: none;
    -webkit-box-shadow: 0 2px 4px 3px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 2px 4px 3px rgba(0, 0, 0, .22);
    box-shadow: 0 2px 4px 3px rgba(0, 0, 0, .22)
}

.wsmenu-submenu li a {
    background: #fff none !important;
    color: #000;
    border-right: 0 none !important;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 6px 12px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal;
    text-decoration: underline
}

.wsmenu-submenu li .subInd {
    font-size: 11px;
    padding: 6px 9px 6px 15px
}

.wsmenu-submenu li {
    position: relative;
    margin: 0;
    padding: 0
}

.wsmenuexpandermain {
    display: none
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    display: none
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
    opacity: 1;
    list-style: none;
    padding: 2px;
    border: solid 1px #eee;
    background-color: #fff
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    display: none
}

.wsmenu-arrow.fa-angle-down {
    display: none !important;
    float: right;
    margin-left: 0
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    opacity: 1;
    list-style: none;
    padding: 2px;
    border: solid 1px #eee;
    background-color: #fff
}

.wsmenu-submenu li {
    position: relative;
    padding: 0;
    margin: 0;
    display: block
}

.wsmenu-click {
    display: none
}

.wsmenu-click02 {
    display: none
}

.wsmenu-list li:hover > a {
    background-color: #c42027 !important;
    text-decoration: none
}

.wsmenu-list > li > a:hover {
    background-color: #c42027 !important;
    text-decoration: none;
    background-image: -webkit-linear-gradient(top, #c42027, #ff5631);
    background-image: -ms-linear-gradient(top, #c42027, #ff5631);
    background-image: -o-linear-gradient(top, #c42027, #ff5631);
    background-image: linear-gradient(to bottom, #c42027, #ff5631)
}

.wsmenu-list > li > a.active {
    background-color: #c42027 !important;
    text-decoration: none;
    background-image: -webkit-linear-gradient(top, #c42027, #ff5631);
    background-image: -ms-linear-gradient(top, #c42027, #ff5631);
    background-image: -o-linear-gradient(top, #c42027, #ff5631);
    background-image: linear-gradient(to bottom, #c42027, #ff5631)
}

.wsmenu-submenu > li > a:hover {
    background-color: rgba(0, 0, 0, .08) !important;
    border-radius: 0 !important;
    text-decoration: underline;
    color: red
}

.typography-text {
    padding: 0 0;
    font-size: 15px
}

.typography-text p {
    text-align: justify;
    line-height: 24px;
    color: #656565
}

.typography-text ul li {
    display: block;
    padding: 2px 0;
    line-height: 22px
}

.typography-text ul li a {
    color: #656565
}

.hometext {
    display: none
}

.wsmenu-submenu .fa {
    margin-right: 7px;
    float: right;
    margin-top: 4px
}

@media only screen and (min-width: 780px) and (max-width: 1023px) {
    .wsmenu-list > li > a > .fa {
        display: none !important
    }

    .hometext {
        display: block !important
    }

    .wsmenu {
        font-size: 13px !important
    }

    .wsmenu-list li a {
        white-space: nowrap !important;
        padding-left: 4px !important;
        padding-right: 4px !important
    }

    .megacollink {
        width: 49%
    }

    .typographylinks {
        width: 49%
    }
}

@media only screen and (min-width: 781px) and (max-width: 1200px) {
    .wsmenu-list li a .arrow:after {
        display: none !important
    }
}

@media only screen and (max-width: 780px) {
    .wsoffcanvasopener .wsmenu {
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    .wsmenucontainer.wsoffcanvasopener {
        display: block;
        width: 1020px;
        margin-left: auto;
        margin-right: auto
    }

    .wsmobileheader {
        display: block !important;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    .wsmenu-list > li:hover > a {
        background-color: rgba(0, 0, 0, .08) !important;
        text-decoration: none
    }

    .hometext {
        display: inline-block !important
    }

    .megacollink {
        width: 100% !important;
        margin: 0 0 !important;
        padding: 5px 9px
    }

    .megacolimage {
        width: 90% !important;
        margin: 0 5% !important
    }

    .typographylinks {
        width: 98% !important;
        margin: 0 1% !important;
        padding: 5px 9px
    }

    .typographydiv {
        width: 86% !important;
        margin: 0 7% !important;
        font-size: 13px
    }

    .mainmapdiv {
        width: 90% !important;
        margin: 0 5% !important
    }

    .overlapblackbg {
        left: 0;
        z-index: 102;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        display: none;
        background-color: rgba(0, 0, 0, .45);
        cursor: pointer
    }

    .wsoffcanvasopener .overlapblackbg {
        display: block !important
    }

    .wsmenu-submenu > li:hover > a {
        background-color: #7b7b7b;
        color: #666
    }

    .wsmenu > .wsmenu-list > li > a.active {
        color: #666;
        background-color: rgba(0, 0, 0, .08)
    }

    .wsmenu > .wsmenu-list > li > a:hover {
        color: #666;
        background-color: rgba(0, 0, 0, .08)
    }

    .wsmenu-list li:hover .wsmenu-submenu {
        display: none
    }

    .wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
        display: none
    }

    .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
        display: none;
        list-style: none;
        padding: 2px;
        border: solid 1px #eee;
        background-color: #fff
    }

    .wsmenu-list li:first-child a {
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0
    }

    .wsmenu-list li:last-child a {
        -webkit-border-radius: 0 4px 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        border-right: 0 solid
    }

    .innerpnd {
        padding: 0 !important
    }

    .typography-text {
        padding: 10px 0
    }

    .wsmenucontainer {
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    .megacollink .listConfBoxConference {
        background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(198, 235, 255) 37%, rgb(141, 214, 255) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(198, 235, 255) 37%, rgb(141, 214, 255) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(198, 235, 255) 37%, rgb(141, 214, 255) 100%);
        border-style: solid;
        border-width: 2px;
        border-color: #2697ff;
        padding: 4px;
        height: 980px
    }

    .megacollink .listConfBoxConference .column1 {
        width: 100%;
        border: none
    }

    .megacollink .listConfBoxConference .column2 {
        width: 100%
    }

    .megacollink .listConfBoxLegislate {
        background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 192) 35%, rgb(255, 255, 128) 100%);
        border-style: solid;
        border-width: 2px;
        border-color: #2697ff;
        padding: 4px;
        height: 300px
    }

    .megacollink .listConfBoxCourt {
        margin-top: 3px;
        background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(239, 241, 233) 35%, rgb(222, 226, 211) 100%);
        background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(239, 241, 233) 35%, rgb(222, 226, 211) 100%);
        background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(239, 241, 233) 35%, rgb(222, 226, 211) 100%);
        border-style: solid;
        border-width: 2px;
        border-color: #2697ff;
        padding: 4px;
        height: 95px
    }

    .wsmenu-click {
        height: 43px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%
    }

    .wsmenu-click i {
        display: block;
        height: 23px;
        width: 25px;
        margin-top: 11px;
        margin-right: 8px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(0, 0, 0, .25);
        float: right
    }

    .wsmenu-click02 {
        height: 43px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%
    }

    .wsmenu-click02 i {
        display: block;
        height: 23px;
        width: 25px;
        margin-top: 11px;
        margin-right: 8px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(0, 0, 0, .25);
        float: right
    }

    .ws-activearrow > i {
        transform: rotate(180deg)
    }

    .wsmenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .wsmenu-submenu-sub {
        width: 100% !important;
        position: static !important;
        left: 100% !important;
        top: 0 !important;
        display: none;
        margin: 0 !important;
        padding: 0 !important;
        border: solid 0 !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important
    }

    .wsmenu-submenu-sub li {
        margin: 0 0 0 0 !important;
        padding: 0;
        position: relative
    }

    .wsmenu-submenu-sub a {
        display: block;
        padding: 10px 25px 10px 25px;
        border-bottom: solid 1px #ccc;
        font-weight: 400
    }

    .wsmenu-submenu-sub li a.active {
        color: #000 !important
    }

    .wsmenu-submenu-sub li:hover > a {
        background-color: #333333 !important;
        color: #fff
    }

    .wsmenu-list > li > a .fa {
        margin-right: 6px
    }

    .wsmenu-submenu-sub-sub {
        width: 100% !important;
        position: static !important;
        left: 100% !important;
        top: 0 !important;
        display: none;
        margin: 0 !important;
        padding: 0 !important;
        border: solid 0 !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important
    }

    .wsmenu-submenu-sub-sub li {
        margin: 0 0 0 0 !important
    }

    .wsmenu-submenu-sub-sub a {
        display: block;
        color: #000;
        padding: 10px 25px;
        background: #000 !important;
        border-bottom: solid 1px #ccc;
        font-weight: 400
    }

    .wsmenu-submenu-sub-sub li a.active {
        color: #000 !important
    }

    .wsmenu-submenu-sub-sub li:hover > a {
        background-color: #606060 !important;
        color: #fff
    }

    .wsmenu {
        position: relative
    }

    .wsmenu .wsmenu-list {
        height: 100%;
        overflow-y: auto;
        display: block !important
    }

    .wsmenu .wsmenu-list > li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
        clear: left
    }

    .wsmenu > .wsmenu-list > li > a {
        padding: 9px 10px 9px 17px;
        font-size: 14px;
        text-align: left;
        border-right: solid 0;
        background-color: transparent;
        color: #666;
        line-height: 25px;
        border-bottom: 1px solid;
        border-bottom-color: rgba(0, 0, 0, .13);
        position: static
    }

    .wsmenu > .wsmenu-list > li > a > .fa {
        font-size: 16px;
        color: #bfbfbf
    }

    .wsmenu .wsmenu-list li a .arrow:after {
        display: none !important
    }

    .wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
        font-size: 12px !important;
        color: #8E8E8E
    }

    .mobile-sub .wsmenu-submenu {
        transform: none !important;
        opacity: 1 !important;
        display: none;
        position: relative !important;
        top: 0;
        background-color: #fff;
        border: solid 1px #ccc;
        padding: 0;
        visibility: visible !important
    }

    .mobile-sub .wsmenu-submenu li a {
        line-height: 20px;
        height: 36px;
        background-color: #e7e7e7 !important;
        font-size: 13px !important;
        padding: 8px 0 8px 18px;
        color: #8E8E8E
    }

    .mobile-sub .wsmenu-submenu li a:hover {
        background-color: #e7e7e7 !important;
        color: #666;
        text-decoration: underline
    }

    .mobile-sub .wsmenu-submenu li:hover > a {
        background-color: #e7e7e7 !important;
        color: #666
    }

    .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
        line-height: 20px;
        height: 36px;
        background-color: #e7e7e7 !important;
        border-bottom: none;
        padding-left: 28px
    }

    .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
        line-height: 20px;
        height: 36px;
        background-color: #e7e7e7 !important;
        border-bottom: none !important;
        padding-left: 38px;
        color: #8e8e8e
    }

    .wsmenu-list .megamenu {
        background-color: #e7e7e7;
        color: #666;
        display: none;
        position: relative !important;
        top: 0;
        padding: 0;
        border: solid 0;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important
    }

    .wsmenu-list li:hover .megamenu {
        display: none;
        position: relative !important;
        top: 0
    }

    .megamenu .title {
        color: #666;
        font-size: 15px !important;
        padding: 10px 8px 10px 0
    }

    .halfdiv .title {
        padding-left: 15px
    }

    .ad-style {
        width: 100% !important
    }

    .megamenu ul li.title {
        line-height: 26px;
        color: #666;
        margin: 0;
        font-size: 15px;
        padding: 7px 13px !important;
        border-bottom: 1px solid #ccc;
        background-color: transparent !important
    }

    .halfdiv {
        width: 100%;
        display: block
    }

    .halfmenu {
        width: 100%;
        display: block
    }

    .menu_form {
        padding: 10px 10px 63px 10px;
        background-color: #e7e7e7
    }

    .menu_form input[type="button"] {
        width: 46%
    }

    .menu_form input[type="submit"] {
        width: 46%
    }

    .menu_form textarea {
        min-height: 100px
    }

    .wsmenu {
        width: 240px;
        left: -240px;
        height: 100%;
        position: fixed;
        top: 0;
        margin: 0;
        border-radius: 0;
        z-index: 103;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border: none !important;
        background-color: #fff !important
    }

    .animated-arrow {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    .callusicon {
        color: #c9c9c9;
        font-size: 25px;
        height: 25px;
        position: fixed;
        right: 15px;
        top: 13px;
        width: 25px;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    .callusicon:focus, .callusicon:hover {
        color: #fff !important
    }

    .wsoffcanvasopener .callusicon {
        display: none !important
    }

    .smallogo {
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 9px;
        position: fixed;
        z-index: 101;
        height: 52px;
        background: #262626;
        background: -moz-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(50%, #1c1c1c), color-stop(100%, #262626));
        background: -webkit-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
        background: -o-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
        background: -ms-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
        background: linear-gradient(to bottom, #262626 0, #1c1c1c 50%, #262626 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=0);
        box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5)
    }

    .wsoffcanvasopener .animated-arrow {
        left: 240px
    }

    .animated-arrow {
        cursor: pointer;
        padding: 13px 35px 16px 0;
        margin: 10px 0 0 15px
    }

    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        cursor: pointer;
        height: 3px;
        width: 23px;
        background: #c9c9c9;
        position: absolute;
        display: block;
        content: ''
    }

    .animated-arrow span:before {
        top: -7px
    }

    .animated-arrow span:after {
        bottom: -7px
    }

    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        transition: all 500ms ease-in-out
    }

    .wsoffcanvasopener .animated-arrow span {
        background-color: transparent
    }

    .wsoffcanvasopener .animated-arrow span:before, .animated-arrow.active span:after {
        top: 7px
    }

    .wsoffcanvasopener .animated-arrow span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 0
    }

    .wsoffcanvasopener .animated-arrow span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .wsmenu-list li > .wsmenu-submenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important
    }

    .wsmenu-list li:hover > .wsmenu-submenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important
    }

    .wsmenu-submenu li > .wsmenu-submenu-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important
    }

    .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important
    }

    .wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important
    }

    .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important
    }

    .wsmenu-list li > .megamenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important
    }

    .wsmenu-list li:hover > .megamenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important
    }
}

#graphicBar {
    border-width: 1px;
    border-color: rgb(125, 167, 217);
    border-style: solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 1018px;
    height: 35px;
    padding-top: 0;
    color: blue;
    margin-top: 0;
    position: relative;
    left: -20px;
    box-shadow: 0 2px 1px #d0d0d0
}

.graphicBarPics {
    margin-right: 1px;
    float: left
}

#chickProducts {
    margin-right: 20px;
    vertical-align: middle;
    height: 34px;
    line-height: 25pt;
    width: auto;
    float: left
}

#chickProducts a {
    text-decoration: none;
    color: blue
}

#chickProducts a:hover {
    text-decoration: underline
}

#beeProducts {
    margin-right: 20px;
    vertical-align: middle;
    height: 34px;
    line-height: 25pt;
    float: left
}

#beeProducts a {
    text-decoration: none;
    color: blue
}

#beeProducts a:hover {
    text-decoration: underline
}

#digGuide {
    margin-right: 20px;
    vertical-align: middle;
    height: 34px;
    line-height: 25pt;
    float: left
}

#digGuide a {
    text-decoration: none;
    color: blue
}

#digGuide a:hover {
    text-decoration: underline
}

#videosYoutube {
    margin-right: 20px;
    margin-left: 5px;
    vertical-align: middle;
    height: 34px;
    line-height: 25pt;
    float: left
}

#videosYoutube a {
    text-decoration: none;
    color: blue
}

#videosYoutube a:hover {
    text-decoration: underline
}

#downloadsBar {
    margin-right: 20px;
    margin-left: 0;
    vertical-align: middle;
    height: 34px;
    line-height: 25pt;
    float: left
}

#downloadsBar a {
    text-decoration: none;
    color: blue
}

#downloadsBar a:hover {
    text-decoration: underline
}

#accountsBar {
    margin-right: 0;
    margin-left: 5px;
    vertical-align: middle;
    height: 34px;
    line-height: 25pt;
    float: left
}

#accountsBar a {
    text-decoration: none;
    color: blue
}

#accountsBar a:hover {
    text-decoration: underline
}

#socialLinks {
    float: right;
    margin: 3px 5px 0 0
}

#requestQuoteBt {
    margin-right: 0;
    vertical-align: middle
}

#requestQuoteBt a {
    color: #fff;
    font-weight: 700;
    height: 28px;
    line-height: 23pt;
    float: left;
    border-style: solid;
    border-color: darkblue;
    border-width: 2px;
    border-radius: 10px;
    padding: 0 15px;
    margin-left: 9px;
    margin-top: 1px;
    font-size: 1.2em;
    background-image: -moz-linear-gradient(-90deg, rgba(60, 117, 185, 1) 0, rgba(44, 88, 140, 1) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(60, 117, 185, 1) 0, rgba(44, 88, 140, 1) 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(60, 117, 185, 1) 0, rgba(44, 88, 140, 1) 100%)
}

#requestQuoteBt a:hover {
-moz-linear-gradient(- 90 deg, rgba(44, 88, 140, 1) 0 %, rgba(60, 117, 185, 1) 100 %);
    background-image: -webkit-linear-gradient(-90deg, rgba(44, 88, 140, 1) 0, rgba(60, 117, 185, 1) 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(44, 88, 140, 1) 0, rgba(60, 117, 185, 1) 100%);
    text-decoration: underline
}

.dmpeTemplateListsLeft {
    background: rgba(216, 216, 216, 1);
    float: left;
    width: 46%;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 40px;
    padding: 15px 5px 5px 15px
}

.dmpeTemplateListsRight {
    background: rgba(216, 216, 216, 1);
    float: right;
    width: 46%;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 40px;
    padding: 15px 5px 5px 15px
}

#browseCategoryList {
    background-color: lightgray;
    padding: 0 0;
    border-bottom: #000 solid 2px;
    border-top: #000 solid 2px;
    margin: 0 0 10px 0;
    font-size: 9pt;
    line-height: 9pt
}

#browseCategoryList ul li {
    list-style: none;
    margin: 0 0;
    padding-left: 3px
}

#browseCategoryList ul li a {
    text-decoration: none;
    color: #000
}

#browseCategoryList ul li a:hover {
    text-decoration: underline;
    color: blue
}

#browseCategoryList .browseCategoryTitle {
    background-color: #215f2c;
    text-align: center;
    padding-left: 0
}

#browseCategoryList .browseCategoryTitle a {
    color: #fff;
    text-decoration: none;
    font-weight: 700
}

#browseCategoryList .browseCategoryTitle a:hover {
    color: lightgoldenrodyellow;
    text-decoration: underline
}

#browseCategoryList span {
    color: red;
    font-weight: 700
}

.ShipperName {
    font-size: 12pt;
    line-height: 14pt;
    font-weight: 700;
    background-color: red;
    padding: 3px 20px;
    margin: 0 0 15px 0;
    color: white
}

#SearchPageHeader {
    margin-bottom: 25px
}

#fancy_left_ico {
    display: none
}

#fancy_right_ico {
    display: none
}

a#fancy_left, a#fancy_right {
    cursor: default !important
}

.halfVids {
    float: left;
    width: 490px
}

#prodAccordion h1 {
    font-weight: 400
}

.ProductDescriptionContainer h2, h3 {
    font-weight: 400
}

.digitalUSB {
    float: right;
    width: 26%;
    height: auto;
    border-style: solid;
    border-color: red;
    border-width: 2px;
    box-shadow: #B7B7B7 4px 4px 4px;
    padding: 8px;
    margin: 0 0 5px 11px;
    font-size: 11px;
    background-color: #FCFCFC;
    border-radius: 10px
}

#dmpe4TopBoxArt {
    float: right;
    width: 26%;
    margin: 0 0 8px 10px
}

#dmpe4TopBoxArt img {
    width: 100%
}

#dmpe4TopText {
    width: 100%
}

.callOut1 {
    width: 80%;
    margin-right: auto;
    margin-left: auto
}

.callOut2 {
    width: 93%;
    margin-right: auto;
    margin-left: auto
}

.callOut2 .call2Contact {
    float: left;
    width: 30.75%
}

.callOut1 .hTwoCol {
    float: left;
    width: 48%;
    max-width: 373px;
    margin-right: 2%
}

.blueBoxBar {
    width: 100%;
    min-height: 3px;
    border-bottom-color: #f8ebdb;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    margin: 0 0 15px 0;
    clear: both
}

.hprovidesImg {
    float: left;
    margin-right: 15px;
    width: 162px
}

.hprovidesText {
    width: auto
}

.justifyText {
    text-align: justify
}

.dmpeSupport {
    float: right;
    width: 26%;
    height: auto;
    border-style: solid;
    border-color: red;
    border-width: 2px;
    box-shadow: #B7B7B7 4px 4px 4px;
    padding: 8px;
    margin: 0 0 5px 11px;
    background-color: #FCFCFC;
    border-radius: 10px;
    font-size: 1.2em;
    color: #b11c3a;
    font-weight: 700;
    text-align: justify
}

.accSlick {
    text-align: center;
    max-height: 250px
}

.accImg {
    min-height: 157px;
    text-align: center
}

.accImg img {
    width: 100%;
    height: auto;
    max-height: 157px
}

.accLink {
    background: #9B0000;
    min-height: 60px;
    padding: 3px
}

.accLink a {
    color: #FFF
}

.ds7000-carousel {
    border-color: darkcyan;
    border-style: solid;
    border-width: 1px;
    background-color: #fff
}

.ds7000-carousel .carousel-item {
    border-style: solid;
    border-color: darkcyan;
    border-width: 1px;
    margin: 2px;
    min-height: 223px;
    background-color: #fff
}

.shinyStarLeft {
    margin-bottom: -1px;
    margin-right: 2px
}

.shinyStarRight {
    margin-bottom: -1px;
    margin-left: 2px
}

.occupationList1 {
    width: 20%;
    float: left;
    margin-top: 10px
}

.occupationList2 {
    width: 20%;
    float: left;
    margin-left: 1%;
    margin-top: 10px
}

.dmpeTestimonial {
    margin: 10px 0;
    border-color: rgb(158, 11, 15);
    border-style: solid;
    border-width: 2px;
    background-image: -moz-linear-gradient(97deg, rgb(192, 234, 253) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(97deg, rgb(192, 234, 253) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(97deg, rgb(192, 234, 253) 0, rgba(255, 255, 255, 0) 100%);
    padding: 16px 5px 5px 5px;
    box-shadow: 0 4px 8px 0 #d3d3d3
}

.dmpeTestimonial img {
    float: left;
    margin-right: 10px;
    width: auto;
    height: 155px
}

.travelMic {
    float: right;
    padding: 5px;
    width: 350px;
    margin: 10px 20px 10px 10px;
    border-color: rgb(158, 11, 15);
    border-style: solid;
    border-width: 2px;
    background-color: cornsilk
}

.travelMic h4 {
    text-align: center
}

.travelMic p {
    text-align: center
}

#dragonProGroupAd {
    width: 100%;
    min-height: 185px;
    background-color: rgba(237, 236, 236, 1);
    padding: 5px 0 5px 20px
}

#dragonProGroupAd img {
    float: right;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
    box-shadow: #9C9C9C 4px 4px 4px
}

#bbbAd {
    float: left;
    margin-right: 25px;
    width: 230px
}

#bbbAd img {
    width: 225px;
    height: 133px
}

#hthAddedValue {
    margin-left: 25px;
    width: 675px;
    float: right;
    margin-right: 13px
}

.subscribeBtn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -webkit-box-shadow: 0 3px 9px #666;
    -moz-box-shadow: 0 3px 9px #666;
    box-shadow: 0 3px 9px #666;
    font-family: Arial;
    color: #ffffff !important;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none
}

.subscribeBtn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none
}

.faqOrderList {
    padding-left: 40px
}

.faqlink {
    color: darkblue;
    cursor: pointer;
    font-size: 1.3em;
    line-height: 1.8em;
    text-decoration: underline;
    text-decoration-color: forestgreen;
    margin-bottom: 15px
}

.faqlink:hover {
    text-decoration: underline;
    color: #9E0000
}

.answer {
    display: none;
    width: 80%;
    background-color: rgba(188, 231, 255, .75);
    border-radius: 30px;
    padding: 10px 30px;
    margin-top: 10px;
    margin-bottom: 10px
}

.answer li {
    list-style: none;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 8px
}

#expandAll {
    -moz-box-shadow: 0 10px 14px -7px #276873;
    -webkit-box-shadow: 0 10px 14px -7px #276873;
    box-shadow: 0 10px 14px -7px #276873;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #599bb3), color-stop(1, #408c99));
    background: -moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -o-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99', GradientType=0);
    background-color: #599bb3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #3d768a
}

#expandAll:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #408c99), color-stop(1, #599bb3));
    background: -moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background: -webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background: -o-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background: -ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3', GradientType=0);
    background-color: #408c99
}

#printScreen {
    -moz-box-shadow: 0 10px 14px -7px #3dc21b;
    -webkit-box-shadow: 0 10px 14px -7px #3dc21b;
    box-shadow: 0 10px 14px -7px #3dc21b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #44c767), color-stop(1, #5cbf2a));
    background: -moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a', GradientType=0);
    background-color: #44c767;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #2f6627;
    margin-left: 50px
}

#printScreen:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #5cbf2a), color-stop(1, #44c767));
    background: -moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767', GradientType=0);
    background-color: #5cbf2a
}

#printScreen img {
    float: left;
    margin-right: 5px
}

@media print {
    * {
        transition: none !important
    }

    body {
        background: #fff;
        color: #000;
        margin: 10px
    }

    body, td, th {
        font-family: Verdana;
        font-size: 12px
    }

    #Logo {
        margin-bottom: 10px
    }

    h1, h1 a {
        color: #000;
        text-decoration: none
    }

    .faqOrderList {
        padding-left: 40px
    }

    .faqlink {
        color: black;
        font-size: 1.3em;
        line-height: 1.8em;
        text-decoration: none;
        margin-bottom: 15px
    }

    .answer {
        display: block;
        width: 80%;
        background-color: rgba(237, 237, 237, .75);
        border-radius: 30px;
        padding: 10px 30px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .answer li {
        list-style: none;
        font-size: 1.2em;
        line-height: 1.5em;
        margin-bottom: 8px
    }

    #expandAll, #TopNavContainer, #reRightHeaderColumn2, #SubNav, #PageMenu, #subNavBar2, #graphicBar, #PageBreadcrumb, #printScreen, #designstudio-button, #designstudio, #FooterUpper, .wsmenu, .clearfixMenu, .dm1Videoleft, .dm1VideoRight {
        display: none
    }

    .PageBreak {
        page-break-after: always
    }

    #Outer, #Wrapper, #Header {
        clear: none
    }

    .Content {
        float: none
    }
}

#faastrak-page {
    max-width: 1080px !important;
    margin: auto !important;
    padding: 5px 0 !important;
    text-align: center !important;
    font: 400 25px/30px Arial !important
}

#faastrak-page a {
    text-decoration: none !important
}

#faastrak-page .bottom-section, #faastrak-page .top-section {
    background-color: #000 !important;
    color: #fff !important;
    padding-bottom: 15px
}

#faastrak-page .may-section, #faastrak-page .steps-section {
    background-color: #f1f1f1 !important
}

#faastrak-page .apply-section, #faastrak-page .why-section {
    background-color: #fff !important;
    margin-bottom: 15px
}

#faastrak-page section h2 {
    font: 700 44px/46px Arial !important;
    text-align: center !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important
}

#faastrak-page .may-section ul {
    display: inline-block !important;
    text-align: center !important;
    margin-top: 20px !important;
    list-style-image: url(https://secure.faastrak.com/widgetFiles/images/blueROIlanding/img/list-style-blue.png) !important;
    margin-bottom: 0 !important;
    font-size: 25px !important;
    line-height: 45px !important
}

#faastrak-page .may-section li {
    text-align: left !important
}

#faastrak-page .may-section li span {
    top: -10px !important;
    left: 15px !important;
    position: relative !important
}

#faastrak-page .apply-section p, #faastrak-page .top-section p {
    max-width: 880px !important;
    margin: auto !important
}

#faastrak-page .why-section .column {
    width: 23% !important;
    display: inline-table !important;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 25px !important
}

#faastrak-page .bottom-section .button, #faastrak-page .top-section .button {
    display: inline-block !important;
    box-shadow: none !important;
    text-shadow: none !important
}

#faastrak-page .why-section h3 {
    font: 700 22px/24px Arial !important;
    background-color: #5dc8ff !important;
    width: 103% !important;
    padding: 15px !important
}

#faastrak-page .why-section .column p {
    padding: 25px 25px 0 !important
}

#faastrak-page .top-section .button {
    font: 700 20px Arial !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 5px !important;
    padding: 12px !important;
    background-color: #5dc8ff !important
}

#faastrak-page .top-section .button:hover {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
}

#faastrak-page h1 {
    color: #5dc8ff !important;
    font: 700 58px/66px Arial !important;
    text-align: center !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important
}

#faastrak-page .top-section p {
    padding-bottom: 40px !important;
    font-size: 32px !important;
    line-height: 38px !important
}

#faastrak-page .bottom-section .button {
    font: 700 23px Arial !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 15px !important;
    background-color: #5dc8ff !important;
    margin-top: 60px !important
}

#faastrak-page .bottom-section .button:hover {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
}

#faastrak-page .bottom-section .column {
    width: 32% !important;
    display: inline-table !important;
    text-align: center !important
}

#faastrak-page .bottom-section .column p {
    display: inline-block !important;
    margin: auto !important;
    text-align: left !important;
    text-indent: -27px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    padding-top: 20px !important
}

#faastrak-page .bottom-section .column span {
    color: #5dc8ff !important;
    font-size: 25px !important
}

#faastrak-page .steps-section .column {
    width: 23% !important;
    display: inline-table !important;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 25px !important
}

#faastrak-page .steps-section h3 {
    font: 400 26px/30px Arial !important;
    background-color: #272727 !important;
    width: 103% !important;
    padding: 15px !important;
    color: #fff !important;
    position: relative !important
}

#faastrak-page .steps-section .column p {
    padding: 25px 25px 0 !important
}

#faastrak-page .steps-section .column p span {
    color: #5dc8ff !important;
    font-weight: 700 !important
}

#faastrak-page .icon {
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin: auto !important
}

#faastrak-page .icon.earn, #faastrak-page .icon.equip, #faastrak-page .icon.pay, #faastrak-page .icon.profit {
    width: 155px !important;
    height: 144px !important
}

#faastrak-page .icon.credit, #faastrak-page .icon.prepare, #faastrak-page .icon.sign {
    width: 123px !important;
    height: 137px !important
}

#faastrak-page .icon.equip {
    background-image: url(https://secure.faastrak.com/widgetFiles/images/blueROIlanding/img/equip-blue.png) !important
}

#faastrak-page .icon.pay {
    background-image: url(https://secure.faastrak.com/widgetFiles/images/blueROIlanding/img/pay-blue.png) !important
}

#faastrak-page .icon.earn {
    background-image: url(https://secure.faastrak.com/widgetFiles/images/blueROIlanding/img/earn-blue.png) !important
}

#faastrak-page .icon.profit {
    background-image: url(https://secure.faastrak.com/widgetFiles/images/blueROIlanding/img/profit-blue.png) !important
}

#faastrak-page .icon.credit {
    background-image: url(https://secure.faastrak.com/widgetFiles/images/blueROIlanding/img/credit-blue.png) !important
}

#faastrak-page .icon.sign {
    background-image: url(https://secure.faastrak.com/widgetFiles/images/blueROIlanding/img/sign-blue.png) !important
}

#faastrak-page .icon.prepare {
    background-image: url(https://secure.faastrak.com/widgetFiles/images/blueROIlanding/img/prepare-blue.png) !important
}

#faastrak-page .steps-section h3.arrow:after {
    content: "" !important;
    background-image: url(img/arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    width: 62px !important;
    height: 60px !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: -35px !important;
    z-index: 999 !important
}

@media (max-width: 1080px) {
    #faastrak-page .why-section .column {
        width: 90% !important;
        margin: auto !important;
        display: block !important
    }

    #faastrak-page .steps-section {
        display: none !important
    }

    #faastrak-page .apply-section h2, #faastrak-page .apply-section p, #faastrak-page .may-section h2, #faastrak-page .may-section ul, #faastrak-page .top-section h1, #faastrak-page .top-section p {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

@media (max-width: 845px) {
    #faastrak-page .why-section .column p {
        display: none !important
    }

    #faastrak-page .why-section h3 {
        margin: 2px 0 0 !important;
        width: 90% !important
    }

    #faastrak-page .bottom-section .column {
        width: 80% !important;
        margin: auto !important
    }

    #faastrak-page .bottom-section .column p {
        display: block !important;
        width: 70% !important;
        text-align: center !important
    }

    #faastrak-page .bottom-section .icon {
        margin-top: 30px !important
    }
}

@media (max-width: 568px) {
    #faastrak-page h1 {
        font: 700 46px/49px Arial !important
    }

    #faastrak-page .may-section ul {
        line-height: 25px !important
    }

    #faastrak-page .may-section li {
        text-align: left !important;
        width: 80% !important;
        margin: auto !important
    }

    #faastrak-page .may-section li span {
        top: -13px !important;
        left: 15px !important;
        position: relative !important
    }
}

.firstBlock {
    clear: left
}

#dm1PowermicPromo {
    border-style: solid;
    border-color: orange;
    border-width: 2px;
    padding: 10px;
    color: blue;
    height: 115px
}

.davitaVideo {
    float: right;
    width: 560px;
    height: 315px;
    margin: 0 0 5px 10px
}

.pumaFloatRightBox {
    float: right;
    margin: 0 0 10px 10px;
    border: 2px solid red;
    box-shadow: 4px 4px 5px #888888;
    text-align: center;
    width: 410px;
    padding: 2px;
    color: blue;
    font-weight: bold
}

.pumaFloatLeftBox {
    float: left;
    margin: 0 25px 10px 0;
    box-shadow: 4px 4px 5px #888888;
    border: 2px solid red;
    text-align: center
}

.ssredictation {
    width: auto;
    margin: 15px auto;
    padding: 10px;
    min-height: 240px;
    background-color: #f0f0f0;
    border: 2px dashed #000000;
    clear: both
}

.ssredictation .flRt {
    float: right;
    margin: 0 0 5px 10px
}

.ssredictation .flLT {
    float: left;
    margin: 0 10px 20px 0
}

#ssn .pumaH3 {
    font-size: 26px
}

.pumah4 {
    font-size: 22px;
    clear: both;
    border-bottom: #d0451b solid 5px;
    margin: 10px 0 25px 0
}

#setApart {
    background: #f9f9f9;
    color: #000;
    padding: 5px;
    border: 4px solid #000
}

#setApart h3 a {
    color: blue;
}

.dm1ToolsBox {
    border: 1px solid red;
    padding: 3px;
    clear: both;
    min-height: 295px
}

.dm1ToolsBox img {
    float: left;
    margin: 0 8px 8px 0
}

.dm1ToolsBox .included {
    width: 395px;
    margin: 0 8px
}

.prodSpecDL div {
    width: 45%;
    float: left;
    margin-right: 4%
}

.prodSpecDL h5 {
    font-weight: bold;
    color: #050396
}

.prodSpecDL dt {
    border-top: 2px solid #cecece;
    margin-bottom: 15px;
    float: left;
    clear: both;
    box-sizing: border-box;
    width: 175px;
    height: 32px
}

.prodSpecDL dd {
    float: left;
    border-top: 2px solid #cecece;
    box-sizing: border-box;
    width: 175px;
    height: 32px
}

.blueRtBox {
    float: right;
    width: 250px;
    margin: 5px 0 0 12px;
    border: thin solid #84EEFF;
    border-radius: 10px;
    text-align: center;
    background-color: #e8f8ff;
    padding: 5px 10px;
    clear: right
}

.speechExecFeatures {
    clear: right
}

.speechExecFeatures img {
    float: right;
    margin: 0 0 8px 10px;
    width: 125px;
    height: auto
}

.flRt {
    float: right;
    margin: 0 0 5px 10px
}

.flLt {
    float: left;
    margin: 0 10px 5px 0
}

.hListBox {
    width: 100%;
    clear: both;
    max-width: 980px
}

.hListBox .topfeatureList {
    width: 40%;
    background-color: #f1f1f1;
    padding: 1em 16px;
    margin: 20px 3%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
    float: left;
    min-height: 190px
}

.hListBox .bottomfeatureList {
    width: 40%;
    background-color: #f1f1f1;
    padding: 1em 16px;
    margin: 20px 3%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
    float: left;
    min-height: 175px
}

.imgPopBox {
    width: 150px;
    float: left;
    text-align: center;
    margin: 0 8px 5px 0
}

.optionProdBox {
    width: 95.5%;
    max-width: 980px;
    height: auto;
    border-color: #20b2aa;
    border-width: 4px;
    border-radius: 10px;
    background-color: #dafff4;
    border-style: solid;
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto
}

#multipleOptions {
    width: 100%;
    clear: both
}

#multipleOptions .multProdOptionCol {
    width: 31%;
    float: left;
    border: 2px solid #0003B8;
    padding: 5px;
    margin: 0 .5% 0 0
}

#multipleOptions .multProdOptionCol img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#multipleOptions .multProdOptionCol .travelMic {
    border-color: rgb(158, 11, 15);
    border-style: solid;
    border-width: 2px;
    background-color: cornsilk;
    width: 95%;
    float: none;
    padding: 0
}

#multipleOptions .multProdOptionCol .travelMic img {
    width: 90%
}

.butnLive {
    width: 125px;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    text-shadow: 1px 1px 3px #666;
    -webkit-box-shadow: 0 1px 3px #666;
    -moz-box-shadow: 0 1px 3px #666;
    box-shadow: 0 1px 3px #666;
    font-family: Arial;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px 5px 20px;
    border: solid #1f628d 2px;
    text-decoration: none
}

.butnLive:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none
}

.dm1SubButton {
    box-shadow: 0 10px 14px -7px #3e7327;
    background: #77b55a linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    border-radius: 4px;
    border: 1px solid #4b8f29;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    padding: 17px 19px;
    text-decoration: none;
    text-shadow: 0 1px 0 #5b8a3c;
    margin: 0 30px 15px 0
}

.dm1SubButton:hover {
    background: #72b352 linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
}

.dm1SubButton:active {
    position: relative;
    top: 1px
}

.dm1FormButton {
    box-shadow: 0 10px 14px -7px #277073;
    background: #59b3b3 linear-gradient(to bottom, #59b3b3 5%, #52b0b3 100%);
    border-radius: 4px;
    border: 1px solid #298c8f;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    padding: 17px 75px;
    text-decoration: none;
    text-shadow: 0 1px 0 #3d878a;
    margin: 0 0 10px 0
}

.dm1FormButton:hover {
    background: #52b0b3 linear-gradient(to bottom, #52b0b3 5%, #59b3b3 100%);
}

.dm1FormButton:active {
    position: relative;
    top: 1px
}

.dmpe4Goodness2021 {
    float: right;
    margin: 5px;
    padding: 3px 15px;
    border-width: 2px;
    border-color: darkblue;
    border-radius: 20px;
    background-color: #3063A8;
    color: white;
    width: 400px;
    clear: right;
}