/*********** CSS RESET **********/

* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}
ol,
ul {
    list-style: none;
}
a img {
    border: none;
}
a:active {
    outline: none;
}
label, label + * { vertical-align: middle; }
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner { margin: 0; border: 0; padding: 0; }
input[type="checkbox"], input[type="radio"], input[type="checkbox"] + *, input[type="radio"] + * { vertical-align: middle; }
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
    border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
 .inputs label{text-align:right;}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}

label {margin:auto !important;}
input[type="text"], input[type="password"], textarea, select {
    height: 36px;
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
}

.fieldset .title, .section .title {
    margin: 0 0 15px;
    font-size: 18px;
    color: #444;
}
/*********** GLOBAL STYLES **********/
.inputs { position: relative; margin: 0 0 15px; text-align: center; white-space: nowrap; /*font-size: 0;*/ }
.inputs:after { content: ""; display: block; clear: both; }
body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    font: 400 14px ariel, 'Open Sans', Myriad Pro Regular, sans-serif;
    color: #777;
    line-height: 2em;
}
p {
    margin: 10px 0;
}
a {
    color: inherit;
    cursor: pointer;
}
a img {
    opacity: 0.99;
    /*firefox scale bug fix*/
}
table {
    width: 100%;
    border-collapse: collapse;
}
select {
    padding: 5px;
    border: 1px solid #dddddd;
    margin: 3px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: #333333;
    padding: 15px 0;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 20px;
}
.message-error, .field-validation-error, .username-not-available-status, .poll-vote-error, .password-error {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #e4434b;
    /*margin-top: 5px;*/
}
input[type="text"],
input[type="password"],
textarea {
    border: 1px solid #dddddd;
    padding: 6px 8px;
    font-size: 13px;
    margin: 3px;
    color: #777;
}
input[type="checkbox"] {
    margin: 3px;
}
::-webkit-input-placeholder {
    color: #aaaaaa;
}
::-moz-placeholder {
    color: #aaaaaa;
}
:-moz-placeholder {
    color: #aaaaaa;
}
:-ms-input-placeholder {
    color: #aaaaaa;
}
.fieldset, .section {
    position: relative;
    margin: 0 0 40px;
}
.form-fields {
    position: relative;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
}
/*** COMMON ***/
.buttons{text-align:center;}
.bar-notification{display:none;}
.bar-notification .content { background: yellow; color: red; text-align: center; font-weight: 700; }

a { font-weight: 400; /*color: #0856A5;*/ color: #4ab2f1; }

.button-green,
.button-blue {
    color: #fff;
    text-transform: uppercase;
    padding: 7px 18px;
    display: inline-block;
    border: 1px solid;
    font-size: 13px;
    font-weight: 400;
}
.button-green {
    background: #31bfad;
    border-color: #1f9f8f;
}
.button-blue { cursor:pointer;
    background: #4ab2f1;
    border-color: #3698d3;
}
.ads-blocks a {
    margin: 0 auto;
    display: table;
}
.box-shadow {
    box-shadow: 0px 0px 6px 3px #eaeff2;
    border: 1px solid #E0E5E8;
}
.message-error {
    font-family: Verdana, Arial, sans-serif;
    color: red;
}
/*** MASTER PAGE WRAPPERS ***/

.master-wrapper-page {} .master-wrapper-content {
    width: 1080px;
    margin: 0 auto;
}
.master-wrapper-content:after {
    content: "";
    display: block;
    clear: both;
}
.page {} .page-title {
    min-height: 50px;
    border: 1px solid #eeeeee;
    background: #f9f9f9;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
}
.page-title h1 {
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2em;margin:0;
}
.page-title:after {
    content: "";
    display: block;
    clear: both;
}
.page-description {
    color: #888;
    margin-top: 25px;
}
.page-body {
    padding-top: 20px;
}
.page-bottom {
    margin-top: 60px;
    border-spacing: 10px;
}
.page-bottom .ads-blocks {
    display: none;
}
.page-bottom .block {
    display: table-cell;
}
.master-column-wrapper {
    position: relative;
    z-index: 0;
}
.center-1 {
    margin: 0 0 100px;
}
.center-1 .page-title, .center-1 .title {
    text-align: center;
}
.center-2 {
    width: 840px;
    float: left;
}
.side-2 {
    width: 220px;
    float: right;
    padding-top: 45px;
}
.inputs input[type="text"], .inputs input[type="password"], .inputs select, .inputs textarea {
    width: 400px;
    max-width: 100%;
    background-color: #fff;
}

/*** HEADER ***/

.header {
    width: 1080px;
    margin: 0 auto;
    padding: 25px 0;
    display: table;
    position: relative;
    z-index: 0;
}
.header-logo {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 0;
}
.header-logo a {
    display: block;
    max-width: 100%;
    line-height: 0;
    /*firefox line-height bug fix*/
}
.header-logo a img {
    max-width: 100%;
    opacity: 1;
}
.header-links {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
.header-links > div {
    display: table;
    float: right;
}
.header-links ul {
    font-size: 0;
    display: table-cell;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}
.header-links ul .impersonate{
    font-size: 14px;
}
.header-links li {
    display: inline-block;
    height: 25px;
    zoom: 1;
    *display: inline;
}
.header-links a {
    font-size: 14px;
}
.header-links-account {
    padding-right: 20px;
}
.header-links-account li {
    height: 25px;
    padding: 0 17px;
}
.header-links-account li:last-child {
    border-right: 1px solid #d6e2e8;
    padding-right: 25px;
}
.header-links-account a {
    display: inline-block;
    color: #888888;
}
.header-links-general {} .header-links-general li {
    color: #286893;
}
.header-links-general .users-online {
    font-size: 12px;
    vertical-align: middle;
    line-height: normal;
    height: 48px;
    padding-right: 19px;
}
.header-links-general .users-online div {
    font-size: 18px;
    font-weight: bold;
    display: table;
    margin: 0 auto;
}
.header-links-general .shopping-cart {
    border-left: 1px solid #d6e2e8;
}
.header-links-general .shopping-cart a {
    padding-left: 25px;
    margin-left: 20px;
    background: url("../images/cart.png") left center no-repeat;
    height: 25px;
    line-height: 25px;
    display: block;
    color: #286893;
}
.toggles {
    display: none
}
.header-menu {
    width: 100%;
    position: relative;
    z-index: 5;
    background: #286893;
    margin-bottom: 20px;
}
.header-menu > ul {
    width: 1080px;
    margin: 0 auto;
    text-align: center;
}
.header-menu > ul > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 19px 0;
    zoom: 1;
    *display: inline;
}
.header-menu > ul > li > a {
    display: block;
    padding: 2px 27px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    border-right: 1px solid #22597d;
    font-size:17px;
}
.header-menu > ul > li:last-child a {
    padding-right: 0;
}
.header-menu > ul > li > a.has-sub {
    background: url(../images/sub-menu-arrow.png) no-repeat right 26px center;
    padding: 2px 49px 2px 27px;
}
.header-menu > ul > li:hover > a.has-sub {
    background: url(../images/sub-menu-arrow-hover.png) no-repeat right 26px center;
}
.header-menu > ul > li:last-child > a {
    border-right: none;
}
.header-menu .sublist {
    display: none;
    position: absolute;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 15px 0;
    text-align: left;
    width: 230px;
    margin-left: -46px;
    top: 62px;
}
.header-menu .sublist:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotateX(-30deg) rotateZ(-45deg);
    -moz-transform: rotateX(-30deg) rotateZ(-45deg);
    -ms-transform: rotateX(-30deg) rotateZ(-45deg);
    -o-transform: rotateX(-30deg) rotateZ(-45deg);
    transform: rotateX(-30deg) rotateZ(-45deg);
    top: -5px;
    left: 110px;
}
.header-menu .sublist li {
    position: relative;
}
.header-menu .sublist li a {
    display: block;
    position: relative;
    padding: 10px 20px 10px 30px;
    color: #888888;
}
.header-menu .sublist li:hover a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5px;
    height: 46px;
    background-color: #286893;
}
.header-menu .sublist li:hover > a {
    background-color: #f6f6f6;
}
.header-menu ul li:hover > .sublist {
    display: block;
}
.header-menu .sublist .sublist {
    top: -10px;
    left: 100% !important;
}
.top-menu-mobile-wrapper,
.account-mobile-wrapper {
    display: none;
    margin-top: -50px;
}
.mobile-menu-header {
    height: 50px;
    background: #296893;
}
.mobile-menu-back {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    height: 50px;
    line-height: 50px;
    padding-left: 17px;
    display: table;
    float: left;
    cursor: pointer;
}
.mobile-menu-close {
    float: right;
    background: url("../images/close.jpg") no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.get-sublist {
    float: right;
    font-size: 25px;
    padding-right: 18px;
    color: #b7b7b7;
}

.page { /*min-height: 200px;*/ text-align: center; }
/*** HOME PAGE ***/

.page-content-home-page {
    width: 100%;
    padding: 0;
    margin-top: -20px;
}
.home-page-description strong {
    font-weight: 700;
}
.home-page-trusted strong {
    font-weight: 600;
}
.banner-wrapper {
    color: #fff;
    height: 640px;
    background-color: #738088;
    background-image: url("../images/main-background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 235px;
}
/*.banner-wrapper {
    color: #fff;
    height: 640px;
   background:none;
   margin-top:-222px;
    margin-bottom: 0;
}*/
.conference-banner {
    background-image: url("../images/color-bg-right-bottom.png"),url("../images/color-bg-right-top.png"),url("../images/venue-bg.jpg");
    background-repeat: no-repeat;
    background-position: 0 100%,100% 0,0 0;
    margin-top: 22px;
    padding-top: 55px;
    height: 550px;
    box-shadow: 1px 0px 17px -5px #111111;
}

.conference-banner h1 {
    text-align: left;
    font-size: 48px;
    text-transform: uppercase;
    line-height: normal;
    padding: 0;
    color: #242c38;
}
.conference-banner .conference-info {
    margin: 0 auto;
    width: 1080px;
}
.conference-banner .conference-dates {
    text-align: left;
    font-family: 'Roboto Slab',serif;
    color: #1ba283;
    font-size: 30px;
    margin-top: 7px;
}
.conference-banner .conference-registration {
    text-align: left;
    font-family: 'Roboto Slab',serif;
    color: #000;
    text-transform: uppercase;
    font-size: 21px;
    margin-top: 15px;
}
.conference-buttons {
    text-align: left;
    margin-top: 25px;
}
.conference-buttons a {
    padding: 10px 35px;
    margin-right: 15px;
}
.home-page-banner {
    margin: 0 auto;
    color: #fff;
    height: 795px;
    width: 1080px;
    background: url("../images/devices.png") no-repeat bottom center;
    text-align: center;
    padding-top: 60px;
}
.home-page-banner h1,
.home-page-banner h2 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
}
.home-page-banner h1 {
    font-size: 48px;
    text-transform: uppercase;
    line-height: normal;
    padding: 0;
}
.home-page-banner h2 {
    font-size: 22px;
    padding: 0;
}
.home-page-banner .buttons {
    margin-top: 30px;
}
.home-page-banner .buttons > a {
    margin: 0 30px;
    min-width: 230px;
    padding: 15px 18px;
    font-size: 16px;
}

 .conference-banner+.banner-wrapper .home-page-banner h1 {
    color: #242c38;
}
 .conference-banner+.banner-wrapper .home-page-banner h2 {
    font-size: 26px;
    color: #242c38;
    text-transform: uppercase;
    margin-top: 5px;
}
 .conference-banner+.banner-wrapper .home-page-banner {
    background-position-y: top;
    padding-top: 520px;
}
.home-page-description {
    width: 1080px;
    margin: 80px auto 0 auto;
    text-align: center;
}
.home-page-description h2 {
    padding: 0px 100px;
    margin-left: 20px;
    margin-bottom: 30px;
    line-height: normal;
}
.home-page-description p {
    padding: 0 75px;
}
.home-page-trusted {
    background: #416c87 url("../images/trusted-background.jpg") no-repeat;
    height: 430px;
    margin-top: 85px;
    padding-top: 150px;
}
.home-page-trusted > div {
    margin: 0 auto;
    height: 100px;
    width: 680px;
    border-top: 2px dashed #fff;
    border-left: 2px dashed #fff;
    border-right: 2px dashed #fff;
    text-align: center;
    background: url("../images/trusted-border.png") no-repeat bottom left, url("../images/trusted-border.png") no-repeat bottom right;
    padding-top: 17px;
}
.home-page-trusted p {
    color: #fff;
    font-size: 30px;
    line-height: 38px;
}
.home-page-features {
    width: 1080px;
    margin: 90px auto 0 auto;
    position: relative;
}
.home-page-features {} .home-page-features h2,
.home-page-features h3 {
    font-weight: 400;
}
.home-page-features h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
}
.home-page-features h3 {
    margin-bottom: 10px;
}
.home-page-features .features-left,
.home-page-features .features-right {
    width: 495px;
    display: inline-block;
}
.home-page-features .features-left > div > div,
.home-page-features .features-right > div > div {
    display: table-cell;
    vertical-align: middle;
}
.home-page-features .features-left > div {
    text-align: right;
    padding-right: 40px;
}
.home-page-features .features-right > div {
    text-align: left;
    padding-left: 40px;
}
.home-page-features .features-center {
    display: inline-block;
    width: 38px;
    height: 1525px;
    border-right: 1px dashed #b0b6be;
    margin-right: 40px;
    position: relative;
    *display: none;
    display: none\9;
}
.home-page-features .features-center:after {
    content: "";
    width: 80px;
    position: absolute;
    background: url("../images/features-icon1.gif") no-repeat 0 100px, url("../images/features-icon2.gif") no-repeat 0 400px, url("../images/features-icon3.gif") no-repeat 0 705px, url("../images/features-icon4.gif") no-repeat 0 1005px, url("../images/features-icon5.gif") no-repeat 0 1315px;
    height: 1460px;
}
.home-page-features .features-left > div,
.home-page-features .features-right > div {
    display: table;
    vertical-align: middle;
    height: 305px;
}
/* features items variant */

.feature-item {} .feature-item:after {
    display: block;
    clear: both;
    content: "";
}
.feature-item > div {
    width: 42%;
    display: table;
    vertical-align: middle;
    height: 305px;
    text-align: center;
    *width: 50%;
    width: 50%\9;
}
.feature-item > div:first-child {
    float: left;
}
.feature-item > div:last-child {
    float: right;
    display: table;
    vertical-align: middle;
    height: 305px;
}
.feature-item > div > div {
    display: table-cell;
    vertical-align: middle;
}
.feature-item:nth-child(even) > div:last-child {
    float: left;
}
.feature-item:nth-child(even) > div:first-child {
    float: right;
    text-align: left;
}
.feature-item:nth-child(odd) > div:first-child {
    text-align: right;
}
.home-page-features .features-center {
    position: absolute;
    left: 505px;
}
.home-page-features .box-shadow {
    box-shadow: 0px 0px 23px 5px #eaeff2;
    border: none;
}
.home-page-features .button-features {
    padding: 10px 18px;
    margin: 10px auto 0 auto;
    display: table;
    font-weight: 700;
    font-size: 15px;
}
.home-page-clients {
    width: 1080px;
    margin: 100px auto 0 auto;
}
.home-page-clients h2 {
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
}
.home-page-clients ul {
    display: table-row;
}
.home-page-clients ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 19px;
    *display: inline;
    zoom: 1;
}
.home-page-clients .button-clients {
    padding: 10px 18px;
    margin: 25px auto 0 auto;
    display: table;
    font-weight: 700;
    font-size: 15px;
}
/*** FOOTER ***/

.footer {
    margin-top: 140px;
}
.footer a {
    color: #777;
}
.footer-upper {
    background: #f2f6f8;
    border-top: 1px solid #dfe3e5;
    border-bottom: 1px solid #dfe3e5;
    padding: 100px 0;
}
.footer-upper > div {
    width: 1080px;
    margin: 0 auto;
    zoom: 1;
}
.footer-upper > div:after {
    content: "";
    display: block;
    clear: both;
}
.footer-block {
    width: 240px;
    margin: 0 55px;
    text-align: center;
    float: left;
}
.footer-block .title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}
.footer-block ul li {
    padding: 5px 0;
}
.follow-us {
    padding-top: 36px;
}
.follow-us ul {
    font-size: 0;
}
.follow-us li {
    display: inline-block;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}
.follow-us a {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/social-sprite.png') no-repeat;
    font-size: 0;
    border: 1px solid #d9dddf;
}
.follow-us .facebook a {
    background-position: 0 0;
}
.follow-us .twitter a {
    background-position: -40px 0;
}
.follow-us .google-plus a {
    background-position: -80px 0;
}
.follow-us .youtube a {
    background-position: -120px 0;
}
.footer-lower > div {
    width: 1080px;
    margin: 0 auto;
    padding: 37px 0;
    display: table;
}
.footer-lower a {
    font-weight: 700;
}
.footer-disclaimer {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.footer .recommended-hosting {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
.footer .recommended-hosting .title {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.footer .recommended-hosting > div {
    display: table;
    float: right;
}
.footer .recommended-hosting ul {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.footer .recommended-hosting ul li {
    display: inline-block;
    margin: 0 1px;
    *display: inline;
    zoom: 1;
        line-height: 40px;
    vertical-align: middle;
}
.footer .recommended-hosting ul li img {
    max-width: 80px;
}
/*** FACEBOOK BUTTON ***/

#facebox-like-box {
    position: fixed;
    right: -292px;
    top: 230px;
    background: #FFF;
    z-index: 99999;
}
#facebox-like-box img.fb-button {
    display: block;
    left: -31px;
    position: absolute;
    cursor: pointer;
    z-index: 99999;
}
#fb {
    margin: 0;
    position: static;
    overflow: hidden;
    right: -300px;
    z-index: 99999;
}
/*** FEATURES ***/

.feature-wrapper-tabs {
    zoom: 1;
}
.feature-wrapper-tabs:after {
    content: "";
    display: block;
    clear: both;
}
.feature-wrapper-tabs li {
    background: #f9f9f9;
    color: #555555;
    font-size: 16px;
    height: 46px;
    float: left;
    margin-right: 11px;
    margin-bottom: 11px;
    width: 205px;
    display: table;
}
.feature-wrapper-tabs li.activetab {
    background-color: #286893;
    position: relative;
}
.feature-wrapper-tabs li.activetab:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotateX(-30deg) rotateZ(-45deg);
    -moz-transform: rotateX(-30deg) rotateZ(-45deg);
    -ms-transform: rotateX(-30deg) rotateZ(-45deg);
    -o-transform: rotateX(-30deg) rotateZ(-45deg);
    transform: rotateX(-30deg) rotateZ(-45deg);
    top: 18px;
    left: -5px;
}
.feature-wrapper-tabs li.activetab a {
    color: #fff;
}
.feature-wrapper-tabs li a {
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
    color: #555555;
}
.feature-wrapper-tabs li a > div {
    display: table-cell;
    vertical-align: middle;
}
.feature-wrapper-tabs li a > div .arrow {
    display: none;
}
.feature-wrapper-tabs li a.tab-overview {
    background: url(../images/ico-overview.png) no-repeat 13px center;
}
.feature-wrapper-tabs li a.tab-mobile {
    background: url(../images/ico-mobile.png) no-repeat 13px center;
}
.feature-wrapper-tabs li a.tab-stores {
    background: url(../images/ico-stores.png) no-repeat 13px center;
}
.feature-wrapper-tabs li a.tab-vendors {
    background: url(../images/ico-vendors.png) no-repeat 13px center;
}
.feature-wrapper-tabs li a.tab-product {
    background: url(../images/ico-product.png) no-repeat 13px center;
}
.feature-wrapper-tabs li a.tab-seo {
    background: url(../images/ico-seo.png) no-repeat 13px center;
}
.feature-wrapper-tabs li a.tab-catalog {
    background: url(../images/ico-catalog.png) no-repeat 13px center;
}
.feature-wrapper-tabs li a.tab-marketing {
    background: url(../images/ico-marketing.png) no-repeat 13px center;
}
.feature-wrapper-tabs li a.tab-payment {
    background: url(../images/ico-payment.png) no-repeat 13px center;
}
.feature-wrapper-tabs li a.tab-shipping {
    background: url(../images/ico-shipping.png) no-repeat 13px center;
}
.feature-wrapper-tabs li a.tab-tax {
    background: url(../images/ico-tax.png) no-repeat 13px center;
}
.feature-wrapper-tabs li a.tab-customer {
    background: url(../images/ico-customer.png) no-repeat 13px center;
}
.feature-wrapper-contents li.content {
    display: none;
}
.feature-wrapper-contents li.content.activecontent {
    display: list-item;
}
.feature-wrapper-contents li.content h2 {
    font-size: 24px;
    color: #286893;
    font-weight: 400;
    text-align: center;
    border-top: 1px solid #eeeeee;
    padding: 25px 0;
    margin-bottom: 15px;
    margin-top: 20px;
}
.feature-wrapper-contents li.content ul {
    padding-left: 20px;
    float: left;
    margin-right: 50px;
    max-width: 560px;
    text-align: left;
}
.feature-wrapper-contents li.content ul li {
    position: relative;
    padding: 2px 0;
}
.feature-wrapper-contents li.content ul li:before {
    content: "";
    background: #9bd5f6;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -16px;
    top: 12px;
}
.feature-wrapper-contents img.image-shadow {
    box-shadow: 0px 0px 6px 3px #eaeff2;
    border: 1px solid #E0E5E8;
}
table.nopCommerce-feature-list {
    border-collapse: collapse;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    border-width: 0;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
}
table.nopCommerce-feature-list th {
    font-size: .9em;
    padding: 6px 10px;
    text-align: left;
    vertical-align: top;
}
table.nopCommerce-feature-list td {
    padding: 6px 10px;
    vertical-align: top;
}
table.nopCommerce-feature-list td.title {
    background-color: #32393d;
    color: #fff;
    -moz-border-radius: 10px 0 0;
    width: 60%;
    font-weight: 700;
}
table.nopCommerce-feature-list td.feature {
    text-align: left;
    width: 60%;
}
table.nopCommerce-feature-list td.feature-community,
table.nopCommerce-feature-list td.feature-community-line {
    text-align: left;
    background-color: #ebebeb;
    text-align: center;
    width: 40%;
}
table.nopCommerce-feature-list td.feature-community div.yes,
table.nopCommerce-feature-list td.feature-community-line div.yes {
    background: url(featuresImg/SuccessMessage.gif) no-repeat scroll 50% 50% transparent;
    text-align: center;
}
table.nopCommerce-feature-list td.feature-community div.no,
table.nopCommerce-feature-list td.feature-community-line div.no {
    background: url(featuresImg/ErrorMessage.gif) no-repeat scroll 50% 50% transparent;
    text-align: center;
}
table.nopCommerce-feature-list td.feature,
table.nopCommerce-feature-list td.feature-community-line {
    border: 1px solid #B3ADAD;
}
table.nopCommerce-feature-list td.feature.last,
table.nopCommerce-feature-list td.feature-community-line.last {} .feature-wrapper-contents .contentwrapper {
    zoom: 1;
}
.feature-wrapper-contents .contentwrapper:after {
    content: "";
    display: block;
    clear: both;
}
/*** EXTENSIONS AND THEMES ***/

.product-list1 {
    margin-top: 60px;
    zoom: 1;
    width: 840px;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}
.product-list1:after {
    content: "";
    display: block;
    clear: both;
}
.category-page:after {
    content: "";
    display: block;
    clear: both;
}


.our-mission-page ul,.careers-page ul {
    padding-left: 20px;
    margin-right: 50px;
    max-width: 560px;
    text-align: left;
}
.our-mission-page ul li,.careers-page ul li {
    position: relative;
    padding: 2px 0;
}
.our-mission-page ul li:before,.careers-page ul li:before {
    content: "";
    background: #9bd5f6;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -16px;
    top: 12px;
}

/*** NAVIGATION ***/

.block {
    max-width: 600px;
    min-height: 50px;
    margin: 0 0 20px;
    text-align: left;
    border: 1px solid #eeeeee;
}
.block .title {
    position: relative;
    margin: 0 0 10px;
    border-bottom: 1px solid #eeeeee;
    padding: 16px 30px ;
    font-size: 18px;
    color: #333333;
    background: #f9f9f9;
}
.block .listbox {
    color: #888888;
    padding: 0 10px 15px 10px;
}
.block .listbox select,
.block .listbox input[type=text] {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 7px;
}
/*** CATEGORY PAGE ***/

.item-box {
    position: relative;
    width: 270px;
    float: right;
    /*margin-right: 2%;
    margin-bottom: 15px;
    text-align: left;*/
}
.item-box .product-item {
    border: 1px solid #eeeeee;
    height: 500px;
}
.item-box .picture {
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 20px;
}
.item-box .picture a {
    height:220px;
    display: block;
    position: relative;
    *position: static;
}
.item-box .picture a:before {
    content: "";
    display: block;
    padding-top: 85%;
}
.item-box .picture a img {
    position: absolute;
    *position: static;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.item-box:hover .picture a img {
    opacity: 0.85;
}
.item-box .details {
    display: table;
    width: 100%;
    padding:10px;
}
.item-box .product-top {
    background: #f9f9f9;
    border-bottom: 1px solid #eeeeee;
    padding: 3px 20px;
    margin: 0 0 10px;
    display: table;
    width: 100%;
    height: 84px;
}
.item-box .product-title {
    font-size: 14px;
    padding: 12px 20px 5px 20px;
    border-top: 1px solid #eeeeee;
    background: #f9f9f9;
    line-height: 1.5em;
    height: 60px;
}
.item-box .product-title a {
    display: block;
    color: #333333;
}
.item-box .prices {
    /*background: #f9f9f9;*/
    padding: 4px 10px 10px 10px;
    line-height: normal;
        display: inline-block;
}
.item-box .old-price {
    margin: 0 5px 0 0;
    font-size: 16px;
    color: #aaa;
    text-decoration: line-through;
}
.item-box .actual-price {
    font-size: 17px;
    color: #ef4155;
}
.item-box .rating-star {
    font-size: 0;
    width: 17px;
    height: 15px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.item-box .filled-rating-star {
    background-image: url(../images/FilledStar.png);
}
.item-box .product-rating-box {
    display: table-cell;
    text-align: right;
}
.item-box .product-rating-box > div {
    float: right;
    min-width: 85px;
}
.item-box .product-rating-box .rating-star {
    cursor: default;
}
.item-box .description {
    display: block;
    padding: 0 5px;
    margin-bottom: 5px;
   
}
.item-box .description p {
    margin-bottom: 5px;
    height: 190px;
}
.item-box .description a {
    color: #41afef;
    margin-left: 5px;
}
.item-box .versions {
    display: none;
}
.item-box .buttons {
    display: block; text-align:center;
}
.item-box input[type="button"] {
    display: inline-block; height:auto;
    /*height: 40px;*/
    border: none;
    vertical-align: middle;
}
.item-box .button-product-details {
    padding: 10px 20px;
    font-size: 14px;
}
input[type="submit"].search-extension-button {
    padding: 10px;
    width: 100%;
    margin-left: 4px;
}
.featured-product-grid {
    margin-top: 50px;
}
.featured-product-grid:after {
    content: "";
    display: block;
    clear: both;
}
.featured-product-grid .title {
    color: #286893;
    font-size: 22px;
    text-align: center;
    border-top: 1px solid #eeeeee;
    padding: 20px 0;
    margin-bottom: 5px;
}




.premium-category { }
.premium-category .item-grid { text-align: center; }
.premium-category .item-box { float: none; display: inline-block; text-align: center; width: 45%; margin: 0 20px; }
.premium-category .item-box .product-item { height: auto; border: 1px solid #f3e4ba; border-radius: 5px 5px; background-color: #fffbdb; background: -moz-linear-gradient(top,#fffdec 0%,#fff7bb 100%); background: -ms-linear-gradient(top,#fffdec 0%,#fff7bb 100%); background: -o-linear-gradient(top,#fffdec 0%,#fff7bb 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fffdec),color-stop(1,#fff7bb)); background: -webkit-linear-gradient(top,#fffdec 0%,#fff7bb 100%); background: linear-gradient(top,#fffdec 0%,#fff7bb 100%); }
.premium-category .featured-product-grid { margin: 20PX 0; }
.premium-category .item-box .product-title { font: 25px/1 'Open Sans',sans-serif; margin: 0; border: 1px solid #f3e7c4; border-radius: 5px 5px 0 0; padding: 15px 0 14px; color: #db8120; border: none; background: none; }
.premium-category .item-box .product-title a {color: #c37927;}
.premium-category .item-box .actual-price{color:#333; font-size:20px;}
.premium-category .item-box .details { border-top: 1px solid #efe1b9; border-radius: 0 0 5px 5px; background: #fff9ce url(images/price_gold_head2_bg.gif) repeat-x; padding-top: 10px; }
.premium-category .item-box .full-description { color: #c37927; }
.premium-category .item-box .short-description{    color: #999;
    padding-bottom: 6px;}
.premium-category .item-box input[type="button"] { margin-top: 25px; background: #4ab2f1; color: #fff; text-transform: uppercase; padding: 7px 18px; display: inline-block; border: 1px solid #3698d3; font-size: 18px; font-weight: 400; cursor: pointer; }
.premium-category .item-box .full-description p { height: auto; padding:6px 0; }





.available-items li.item { line-height: 2; padding: 0 10px; }
.add-info .buttons .product-box-add-to-cart-button { margin: 0; padding: 5px; border: none; height: auto; }
.product-details-page .attributes{margin-top:10px;}
.product-details-page .attributes dt, .product-details-page .attributes dd{display:inline-block;}
.product-details-page .attributes .textbox{width:250px;}
.category-description{margin-bottom:30px; border-bottom:1px solid #eeeeee;}
.sharing {margin-top: 40px;}
.product-filters {
    float: none;
    width: 100%;
    margin: 0px auto;
    clear: both;
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
 }

     .product-spec-group {text-align:center;}
     .product-filters .title { height:initial; text-align:center;}
         .available-items li.item{
        display:inline-block;
}
/*** ITEM BOX 3 ***/

.item-box3 {
    position: relative;
    width: 33%;
    float: left;
    text-align: left;
}
.item-box3 .product-item {
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    height: 290px;
    position: relative;
    overflow: hidden;
}
.item-box3 .picture {
    margin: 0 auto;
    display: table;
    padding: 20px 0;
}
.item-box3 .picture a {
    height: 150px;
    display: table-cell;
    vertical-align: middle;
}
.item-box3 .picture a img {
    max-height: 100%;
    display: block;
}
.item-box3 .product-title {
    font-size: 14px;
    text-align: left;
    padding: 12px 10px 5px 10px;
    border-top: 1px solid #eeeeee;
    background: #f9f9f9;
    line-height: 1.5em;
    height: 60px;
}
.item-box3 .product-title a {
    color: #333333;
}
.item-box3 .description {
    visibility: hidden;
    position: absolute;
    top: -170px;
    left: 0;
    width: 100%;
    background: #fff;
    height: 170px;
    padding: 10px;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}
.item-box3 .description a {
    color: #777;
    display: block;
    width: 100%;
    height: 100%;
}
.item-box3 .versions {
    display: none;
}
.item-box3 .product-item:hover .description {
    visibility: visible;
    top: 0;
}
.item-box3 .details {
    background: #f9f9f9;
    padding: 4px 10px 10px 10px;
    line-height: normal;
    display: table;
    width: 100%;
}
.item-box3 .details .product-rating-box {
    display: table-cell;
    text-align: left;
}
.item-box3 .details .prices {
    display: table-cell;
    text-align: right;
}
.item-box3 .details .buttons {
    display: none;
}
.item-box3 .old-price {
    margin: 0 5px 0 0;
    font-size: 16px;
    color: #aaa;
    text-decoration: line-through;
}
.item-box3 .actual-price {
    font-size: 17px;
    color: #ef4155;
}
/* PRODUCT LIST */

.product-list-view .item-box {
    float: none;
    width: auto;
}
.product-list-view .item-box .picture {
    float: left;
    width: 170px;
    margin-left: 30px;
    margin-top: 15px;
}
.product-list-view .item-box .description {
    padding: 0 30px 0 40px;
    margin-bottom: 12px;
}
.product-list-view .item-box .buttons {
    display: none;
}
.product-list-view .item-box .details {
    margin-top: 10px;
    padding-left: 240px;
}
.product-list-view .item-box .product-rating-box {
    text-align: left;
}
.product-list-view .item-box .product-rating-box > div {
    float: left;
}
/*** PAGER ***/

.category-page .pager {
    clear:both;
    margin: 40px auto 0 auto !important;
    display: table !important;
}

.category-page .pager ul{margin-top:20px}
.category-page .pager li {
    border: 1px solid #eeeeee;
    padding: 0px 9px;
    font-size: 17px;
    color: #333333;
    height: 28px;
    line-height: 28px;
    display: inline-block;    margin: 0 3px;
}
.category-page .pager span {
    color: #4ab2f1;
}
.category-page .pager a.pager-last,
.category-page .pager a.pager-next,
.category-page .pager a.pager-first,
.category-page a.pager-previous {
    font-family: monospace;
    font-size: 20px;
    color: #A2A2A2;
    position: relative;
}
.category-page .pager .pager-last {
    padding: 0 14px 0 10px;
}
.category-page .pager .pager-first {
    padding: 0 8px 0 16px;
}
.category-page .pager .pager-last:after {
    content: "|";
    position: absolute;
    font-size: 13px;
}
.category-page .pager .pager-first:before {
    content: "|";
    position: absolute;
    font-size: 13px;
    left: 8px;
}

.category-page .pager li>a, .category-page .pager li>span {
    display: inline-block;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;line-height:initial;
}
/*** FORUMS ***/

.forumsmain-page .mvp-link {
    color: #06C;
    text-decoration: none;
}
.forumsmain-page .forumsmain-pageheader {
    height: 35px;
}
.forumsmain-page .forumsmain-pageheader .currenttime {
    font-size: .9em;
    float: left;
}
.forumsmain-page .forumsmain-pageheader .forumsearchbox {
    float: right;
    text-align: right;
}
.forumsmain-page .forumgroups {
    margin-top: 10px;
    line-height: normal;
    font-size: 12px;
}
.forumsmain-page .activediscussions {
    margin-top: 50px;
}
.activediscussions .activediscussionstitle {
    font-size: 1.2em;
    padding-bottom: 5px;
    font-weight: 700;
    color: #4F4F4F;
}
.activediscussions .activediscussionstitle .viewall {
    float: right;
    text-align: right;
    color: #777676;
    font-size: 14px;
}
.activediscussions .activediscussionstitle .viewall a {
    color: #525151;
}
.activediscussions table.topics {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
    line-height: normal;
}
.activediscussions table.topics td {
    padding: 3px 0;
}
.activediscussions table.topics tr.activediscussionsheader {
    font-weight: 700;
    line-height: 30px;
}
.activediscussions table.topics tr.activediscussionsheader td {
    background: #286893;
    color: #FFF;
    border-right: solid 1px #6689A0;
    height: 20px;
}
.activediscussions table.topics tr.activediscussionsheader td.topicname {
    width: 55%;
    text-align: left;
    padding-left: 15px;
}
.activediscussions table.topics tr.activediscussionsheader td.replies {
    width: 7%;
}
.activediscussions table.topics tr.activediscussionsheader td.views {
    width: 7%;
}
.activediscussions table.topics tr.activediscussionsheader td.votes {
    width: 7%;
}
.activediscussions table.topics tr.activediscussionsheader td.lastpost {
    width: 24%;
}
.activediscussions table.topics tr.topic td {
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    padding-left: 3px;
}
.activediscussions table.topics tr.topic td.topicname {
    text-align: left;
    width: 55%;
}
.activediscussions table.topics tr.topic td.topicname .topictitle {
    font-size: 0.9em;
    line-height: 18px;
    font-weight: 700;
    color: #3a3a3a;
}
.activediscussions table.topics tr.topic td.topicname .topicstarter {
    font-size: .9em;
    color: #555;
}
.activediscussions table.topics tr.topic td.topicname .topicstarter a {
    color: #3a3a3a;
}
.activediscussions table.topics tr.topic td.lastpost {
    font-size: .8em;
    color: #555;
}
.activediscussionspage .pager {
    margin-bottom: 5px;
}
.profile-page .extensions-themes-by-user .info {
    padding: 10px;
}
.profile-page .profileInfoBox {
    line-height: normal;
}
.profile-page .profileInfoBox:after {
    content: "";
    display: block;
    clear: both;
}
.profile-page .profileInfoBox .profileStat {
    font-weight: 700;
    padding: 2px 2px 2px 10px;
}
.profile-page .profileInfoBox .profileStat .profileStatValue {
    font-weight: 400;
    color: #555;
}
.profile-page .profileInfoBox .userDetails {
    width: 180px;
    float: left;
    padding: 10px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
    text-align: center;
}
.profile-page .profileInfoBox .userDetails .avatar {
    margin-bottom: 5px;
}
.profile-page .profileInfoBox .userDetails .avatar .avatar-img {
    border: solid 2px #CEDBE1 !important;
}
.profile-page .profileInfoBox .userStats {
    margin-left: 200px;
    border-left: solid 1px #F3F3F3;
}
.profile-page .profileInfoBox .userStats .section-title {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.toolbar {
    padding: 2px;
}
.toolbar .button {
    background: url(../images/bbeditor-button-bg.gif) repeat-x;
    padding: 2px;
    margin-right: 2px;
    border: #cec6b5 1px solid;
}
.toolbar .button:hover {
    border: #333 1px solid;
}
.mvps {
    margin: 25px 5px 10px 5px;
}
.mvps .mvps-title {
    font-size: 1.1em;
    padding-bottom: 5px;
    font-weight: 700;
}
.mvps .mvps-body {
    color: #555;
}
.forumgroup-page .forumsearchbox {
    text-align: right;
}
.forumgroup-page .title-search-wrapper {
    display: table;
    width: 100%;
    margin-top: 20px;
}
.forumgroup-page .title-search-wrapper .page-title {
    display: table-cell;
    vertical-align: middle;
}
.forumgroup-page .title-search-wrapper .forumsearchbox {
    display: table-cell;
    width: 320px;
    vertical-align: middle;
}
.forumgroups .forumgroup .grouptitle {
    font-size: 1.3em;
    padding-top: 15px;
    padding-bottom: 5px;
}
.forumgroup .grouptitle a {
    font-weight: 700;
    font-size: 16px;
    color: #3a3a3a;
}
.forumgroup table.groups {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 15px;
}
.forumgroup table.groups td {
    padding: 9px 0;
}
.forumgroup tr.groupheader {
    font-weight: 700;
}
.forumgroup tr.groupheader td {
    background: #286893;
    color: #FFF;
    border-right: solid 1px #6689A0;
    height: 20px;
}
.forumgroup tr.groupheader td.forumname,
.forumgroup tr.forum td.forumname {
    width: 55%;
    text-align: left;
    padding-left: 15px;
}
.forumgroup tr.groupheader td.topics {
    width: 10%;
}
.forumgroup tr.groupheader td.posts {
    width: 10%;
}
.forumgroup tr.groupheader td.lastpost {
    width: 25%;
}
.forumgroup tr.forum td.image div {
    text-align: left;
    width: 36px;
    height: 36px;
    background: url(../images/ico-forum.gif) no-repeat 40% 40%;
}
.forumgroup tr.forum td {
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    padding-left: 3px;
}
.forumgroup tr.forum td.forumname {
    text-align: left;
    width: 55%;
    padding-left: 10px;
}
.forumgroup tr.forum td.forumname .forumtitle {
    font-weight: 700;
    font-size: 1.1em;
    line-height: 18px;
}
.forumgroup tr.forum td.forumname .forumtitle a {
    font-weight: 700;
    color: #3a3a3a;
}
.forumgroup tr.forum td.forumname .forumdescription {
    font-size: .9em;
    color: #555;
}
.forumgroup tr.forum td.lastpost {
    font-size: .8em;
    color: #555;
    line-height: 15px;
}
.forum-subscriptions-box .forum-subscriptions {
    padding: 10px 10px 5px 0;
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.forum-subscriptions-box .button {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}
.forum-subscriptions-box .forum-subscriptions .forum-subscriptions-grid {
    font-family: arial;
    font-size: 11px;
    border: 1px solid gray;
    background-color: #FFF;
    margin-left: 0;
    width: 100%;
}
.page-forum .page-title,
.activediscussionspage .page-title,
.forumgroup-page .page-title,
.moveforumtopic .page-title,
.forumtopicpage .page-title,
.postedit .page-title,
.newpostpage .page-title,
.topicedit .page-title {
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    display: table;
}
.page-forum .page-description {
    display: none;
}
.page-forum .page-body {
    padding-top: 10px;
}
.page-forum .top .foruminfo {
    float: left;
}
.page-forum .top .foruminfo .forumname {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 25px;
    color: #4F4F4F;
}
.page-forum .top .foruminfo .forumdescription {
    color: #555;
}
.page-forum .top .actions {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding-right: 16px;
}
.page-forum .newtopic {
    background: url(../images/ico-forum-post-add.gif) no-repeat 0 50%;
    padding: 0 0 3px 22px;
    margin-right: 20px;
}
.page-forum .watchforum {
    background: url(../images/ico-forum-watch.gif) no-repeat;
    padding-left: 20px;
    margin-right: 20px;
}
.page-forum .top .actions .forumsearchbox {
    padding-top: 5px;
}
.page-forum table.topics {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
    line-height: normal;
    margin-bottom: 10px;
}
.page-forum table.topics a {
    color: #5F5E5E;
}
.page-forum table.topics td {
    padding: 3px 0;
}
.page-forum table.topics tr.forumheader {
    font-weight: 700;
}
.page-forum table.topics tr.forumheader td {
    background: #286893;
    color: #FFF;
    border-right: solid 1px #6689A0;
    height: 20px;
    padding: 9px 0;
}
.page-forum table.topics tr.forumheader td.topicname {
    width: 55%;
    text-align: left;
    padding-left: 15px;
}
.page-forum table.topics tr.forumheader td.replies {
    width: 7%;
}
.page-forum table.topics tr.forumheader td.views {
    width: 7%;
}
.page-forum table.topics tr.forumheader td.votes {
    width: 7%;
}
.page-forum table.topics tr.forumheader td.lastpost {
    width: 24%;
}
.page-forum table.topics tr.topic td {
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    padding-left: 3px;
}
.page-forum table.topics tr.topic td.image div {
    text-align: left;
    width: 36px;
    height: 36px;
    background: url(../images/ico-forum.gif) no-repeat 40% 40%;
}
.page-forum table.topics tr.topic td.topicname {
    text-align: left;
    width: 55%;
    padding-left: 15px;
}
.page-forum table.topics tr.topic td.topicname .topictype {
    font-size: .9em;
    line-height: 18px;
}
.page-forum table.topics tr.topic td.topicname .topictitle {
    font-weight: 700;
    font-size: .9em;
    color: #3a3a3a;
}
.page-forum table.topics tr.topic td.topicname .topicstarter {
    font-size: .9em;
    color: #555;
}
.page-forum table.topics tr.topic td.topicname .topicspager {
    font-size: .9em;
    color: #555;
}
.page-forum table.topics tr.topic td.lastpost {
    font-size: .8em;
    color: #555;
}
.page-forum table.topics tr.topic .post {
    text-align: left;
    width: 36px;
    height: 36px;
    background: url(../images/ico-forum-post.gif) no-repeat 40% 40%;
}
.page-forum table.topics tr.topic .postannoucement,
.page-forum table.topics tr.topic .poststicky {
    text-align: left;
    width: 36px;
    height: 36px;
    background: url(../images/ico-forum-post-high.gif) no-repeat 40% 40%;
}
.page-forum .top {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.page-forum .top:after {
    content: "";
    display: block;
    clear: both;
}
.page-forum .pager {
    padding: 0;
    margin: 10px 0 10px 0;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.page-forum .pager a:link {} .page-forum .pager span {} .postedit .title {
    background: #286893;
    color: #FFF;
    border: solid 1px #6689A0;
    font-weight: 700;
    padding: 10px;
}
.forumgroup-page .grouptitle {
    display: none;
}
.forumgroup-page .grouptitle a {} .postedit .wrapper {
    padding: 5px;
}
.postedit table.posttopic {
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}
.postedit table.posttopic td {
    padding: 4px;
}
.postedit table.posttopic td.fieldname {
    font-weight: 700;
    width: 20%;
    color: #555;
}
.postedit table.posttopic td.options {
    text-align: right;
}
.moveforumtopic .title {
    background: url(../images/forum-header-bg.gif) repeat-x 50%;
    color: #FFF;
    border: solid 1px #6a6a6a;
    height: 28px;
    line-height: 28px;
    font-weight: 700;
    padding-left: 3px;
}
.moveforumtopic .wrapper {
    padding: 5px;
}
.moveforumtopic table.movetopic {
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}
.moveforumtopic table.movetopic td {
    padding: 4px;
}
.moveforumtopic table.movetopic td.fieldname {
    font-weight: 700;
    width: 30%;
    color: #555;
    white-space: nowrap;
}
.moveforumtopic table.movetopic td.options {
    text-align: left;
}
.forumtopictitletext {
    width: 100%;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 12px;
}
.forumtopic .title {
    background: #286893;
    color: #FFF;
    border: solid 1px #6a6a6a;
    font-weight: 700;
    padding-left: 3px;
}
.forumtopic .title:after {
    content: "";
    display: block;
    clear: both;
}
.forumtopic .title .topicname {
    float: left;
    margin: 0;
    padding: 9px;
    color: #FFF;
    font: 13px 'Open Sans';
}
.forumtopic .title .topicname span {
    font-weight: 700;
}
.forumtopic .title .manage {
    margin-right: 3px;
    float: right;
    text-align: right;
}
.forumtopic .title .manage a {
    color: #F3F3F3;
}
.forumtopic .topicheader {
    padding: 4px 7px;
    margin-bottom: 10px;
    /*border-bottom: solid 1px #E3E3E3;*/
}
.forumtopic .topicheader:after {
    clear: both;
    display: block;
    content: "";
}
.forumtopic .topicheader .pager {
    margin: 0;
}
.forumtopic .topicheader .topicoptions,
.topicfooter .topicoptions {
    float: right;
    text-align: right;
}
.forumtopic .topicheader .topicoptions a,
.topicfooter .topicoptions a {
    padding: 0 10px;
}
.topicfooter {
    padding: 10px 5px;
}
.forumpost {
    border-top: solid 1px #E3E3E3;
    *clear: both;
}
.forumpost:after {
    content: "";
    display: block;
    clear: both;
}
.postinfo {
    width: 170px;
    float: left;
    padding: 5px;
    height: 100%;
    line-height: 1.3em;
}
.postinfo .manage {
    line-height: 20px;
}
.postinfo .manage a {
    color: #F3F3F3;
}
.postinfo .userinfo {
    padding-top: 5px;
}
.postinfo .userinfo a.username {
    font-weight: 700;
    margin-bottom: 5px;
    color: #3a3a3a;
    word-break: break-word;
}
.postinfo .userinfo span.username {
    font-weight: 700;
    margin-bottom: 5px;
}
.postinfo .userinfo .avatar {
    margin: 5px 0;
}
.postinfo .userinfo .avatar .avatar-img {
    border: solid 1px #D0D9DD !important;
    padding: 5px;
}
.postinfo .userinfo .userstats {
    font-size: .9em;
    text-align: left;
    font-weight: 700;
    color: #555;
}
.postinfo .userinfo .userstats .statvalue {
    font-weight: 400;
}
.postinfo .userinfo .sendpmbox {
    float: left;
}
.postcontent {
    margin-left: 180px;
    border-left: solid 1px #F3F3F3;
}
.postcontent .posttime {
    font-weight: 700;
    padding: 3px 7px;
    background: #f9f9f9;
    height: 35px;
}
.postcontent .posttime:after {
    display: block;
    clear: both;
    content: "";
}
.postcontent .posttime a {
    padding: 0 10px;
    float: right;
    color: #3a3a3a;
}
.postcontent .posttime a.button-blue {
    background: none;
    border: solid 1px #ccc;
    margin-left: 3px;
}
.postcontent .posttime .statvalue {
    font-weight: 400;
}
.postcontent .postbody {
    padding: 7px;
    line-height: normal;
}
.postcontent .postbody a {
    text-decoration: underline;
}
.postcontent .postbody .posttext {
    max-width: 685px;
}
.postcontent .postbody .posttext .quote {
    padding: 5px;
    border: dashed 1px #ccc;
    background-color: #fff;
}
.postcontent .postbody .posttext .user-posted-image {
    max-width: 100%;
    height: auto;
}
.postcontent .signature {
    border-color: #DDD;
    border-style: solid;
    border-width: 1px 0 0;
    font-size: 90%;
    margin: 1em 8px 8px;
    padding: 1em 0 20px;
    text-align: left;
    font-style: italic;
    line-height: normal;
}
.profileInfoBox .signature {
    border-color: #DDD;
    border-style: solid;
    border-width: 1px 0 0;
    font-size: 90%;
    margin: 1em 8px 8px;
    padding: 1em 0 20px;
    text-align: left;
    font-style: italic;
}
.forumsearchbox {
    font-size: .9em;
}
.forumsearch .forum-search-panel .search-error {
    color: Red;
}
.forum-search-panel table.adv-search {
    color: #333;
    width: 100%;
    vertical-align: middle;
    text-align: left;
}
.forum-search-panel .forumsearchtext {
    width: 422px;
    margin-bottom: 10px;
}
.forum-search-panel hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 15px 0;
    padding: 0;
}
.forum-search-panel table.adv-search td.title {
    padding: 4px;
    text-align: left;
    vertical-align: middle;
    width: 180px;
}
.forum-search-panel table.adv-search td.data {
    padding: 4px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}
.forumsearch table.topics {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
    line-height: normal;
}
.forumsearch table.topics td {
    padding: 3px 0;
}
.forumsearch table.topics tr.forumheader {
    font-weight: 700;
    line-height: 30px;
}
.forumsearch table.topics tr.forumheader td {
    background: #286893;
    color: #FFF;
    border-right: solid 1px #6689A0;
    height: 20px;
}
.forumsearch table.topics tr.forumheader td.topicname {
    width: 55%;
    text-align: left;
    padding-left: 15px;
}
.forumsearch table.topics tr.forumheader td.replies {
    width: 7%;
}
.forumsearch table.topics tr.forumheader td.views {
    width: 7%;
}
.forumsearch table.topics tr.forumheader td.votes {
    width: 7%;
}
.forumsearch table.topics tr.forumheader td.lastpost {
    width: 24%;
}
.forumsearch table.topics tr.topic td {
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    padding-left: 3px;
}
.forumsearch table.topics tr.topic td.image div {
    text-align: left;
    width: 36px;
    height: 36px;
    background: url(../images/ico-forum.gif) no-repeat 40% 40%;
}
.forumsearch table.topics tr.topic td.topicname {
    text-align: left;
    width: 55%;
    padding-left: 10px;
}
.forumsearch table.topics tr.topic td.topicname .topictype {
    font-size: .9em;
    line-height: 18px;
}
.forumsearch table.topics tr.topic td.topicname .topictitle {
    font-weight: 700;
    font-size: .9em;
    color: #5F5E5E;
}
.forumsearch table.topics tr.topic td.topicname .topicstarter {
    font-size: .9em;
    color: #555;
}
.forumsearch table.topics tr.topic td.topicname .topicstarter a {
    color: #5F5E5E;
}
.forumsearch table.topics tr.topic td.lastpost {
    font-size: .8em;
    color: #555;
}
.forumsearch table.topics tr.topic .post {
    text-align: left;
    width: 36px;
    height: 36px;
    background: url(../images/ico-forum-post.gif) no-repeat 40% 40%;
}
.forumsearch table.topics tr.topic .postannoucement,
.forumsearch table.topics tr.topic .poststicky {
    text-align: left;
    width: 36px;
    height: 36px;
    background: url(../images/ico-forum-post-high.gif) no-repeat 40% 40%;
}
.forumsearch .pager {
    margin-bottom: 5px;
}
td.lastpost .avatar {
    float: left;
}
td.lastpost .avatar img {
    margin-top: 3px;
    width: 40px;
    height: 40px;
    padding: 1px;
    border: solid 1px #CEDBE1 !important;
}
td.lastpost .user-info {
    margin-left: 45px;
}
td.lastpost .user-info a {
    color: #3a3a3a;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.vote-post-error-notification {
    -moz-box-shadow: 2px 2px 5px #000;
    cursor: pointer;
    display: none;
    padding: 15px;
    position: absolute;
    z-index: 1;
    background-color: #FE7A15 !important;
    color: #FFF !important;
    margin-right: 25px;
}
.vote-post-error-notification a {
    color: #06C;
    text-decoration: underline;
}
.vote-post-error-notification h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
.vote-count-post {
    display: block;
    font-size: 240%;
}
a.forumedittopicbutton,
a.forumdeletetopicbutton,
a.forummovetopicbutton,
a.forumtopicreplybutton,
a.forumtopicwatchbutton {
    font-size: 12px;
    color: #3a3a3a;
    background: none;
    border: solid 1px #ccc;
}
.postbody .postcell {
    width: 664px;
    vertical-align: top;
}
.postbody .votecell {
    width: 50px;
    vertical-align: top;
    text-align: center;
}
.postvote img.vote {
    cursor: pointer;
}
.highestkarma .highestkarmatitle {
    font-size: 1.1em;
    padding-bottom: 5px;
    font-weight: 700;
}
.highestkarma table.users {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}
.highestkarma table.users td {
    padding: 3px 0;
}
.highestkarma table.users tr.highestkarmaheader {
    font-weight: 700;
}
.highestkarma table.users tr.highestkarmaheader td {
    background: #286893;
    color: #FFF;
    border-right: solid 1px #6689A0;
    height: 26px;
    line-height: 26px;
}
.highestkarma table.users tr.highestkarmaheader td.username {
    width: 70%;
    text-align: left;
    padding-left: 15px;
}
.highestkarma table.users tr.highestkarmaheader td.karma {
    width: 30%;
}
.highestkarma table.users tr.user td {
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    padding-left: 3px;
}
.highestkarma table.users tr.user td.username {
    text-align: left;
    width: 55%;
}
.highestkarma table.users tr.user td.username .usernametitle {
    font-size: .9em;
    color: #555;
}
.highestkarma table.users tr.user td.karma {
    font-size: .9em;
    color: #555;
}
.forumbreadcrumb {
    margin: 0;
    padding: 13px 0;
    color: #41afef;
}
.forumbreadcrumb a,
.forumbreadcrumb span {
    display: inline-block;
    margin: 0 7px;
    font-size: 11px;
    /*reset zeroing*/
    
    line-height: 32px;
    text-transform: uppercase;
}
.forumbreadcrumb a:first-child,
.forumbreadcrumb span:first-child {
    margin-left: 0;
}
.carma-statistics {
    margin-top: 25px;
    line-height: normal;
}
.carma-statistics table td {
    vertical-align: top;
    padding: 2px;
}
/*** TOPIC PAGES ***/

.htmlcontent {
    padding-bottom: 5px;
}
.htmlcontent-title {
    min-height: 50px;
    border: 1px solid #eeeeee;
    background: #f9f9f9;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
}
.htmlcontent-title h2 {
    padding: 15px 0;
    border: 1px solid #eeeeee;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2em;
}
.htmlcontent-body {
    padding-top: 20px;
}
/*** RELEASE NOTES ***/

.accordionHeader {
    border: 1px solid #2F4F4F;
    color: #fff;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: 700;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
#master_content .accordionHeader a {
    color: #FFF;
    background: none;
    text-decoration: none;
}
#master_content .accordionHeader a:hover {
    background: none;
    text-decoration: underline;
}
.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: #fff;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: 700;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
#master_content .accordionHeaderSelected a {
    color: #FFF;
    background: none;
    text-decoration: none;
}
#master_content .accordionHeaderSelected a:hover {
    background: none;
    text-decoration: underline;
}
.accordionContent {
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px 10px;
    padding-top: 10px;
}
.documentationtitle {
    background-color: #DCDCDC;
    color: #000;
    font-family: "Tahoma";
    height: 25px;
    padding-left: 5px;
    vertical-align: top;
}
.page-release-notes ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.page-release-notes ul li {
    position: relative;
}
.page-release-notes ul li:before {
    content: "";
    background: hsla(202, 66%, 35%, 0.58);
    width: 5px;
    height: 5px;
    position: absolute;
    left: -16px;
    top: 12px;
}
/*** ACCOUNT PAGES ***/

.grey .ajax__tab_header {
    background: url(../images/tab-line.png) repeat-x bottom;
    /*font-size: 11px;*/
    
    display: block;
}
.grey .ajax__tab_header .ajax__tab_outer {
    background: url(../images/tab.png) no-repeat left top;
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 3px;
    line-height: 19px;
}
.grey .ajax__tab_header .ajax__tab_inner {
    background: url(../images/tab.png) no-repeat right top;
    border-color: #666;
    color: #666;
    padding: 7px 10px 2px 0;
    cursor: pointer;
}
.grey .ajax__tab_hover .ajax__tab_inner {
    color: #000;
}
.grey .ajax__tab_active .ajax__tab_outer {
    background: url(../images/tab.png) no-repeat 0 -40px;
    border-bottom-color: #fff;
}
.grey .ajax__tab_active .ajax__tab_inner {
    background: url(../images/tab.png) no-repeat right -40px;
    color: #000;
    border-color: #333;
}
.grey .ajax__tab_body {
    background-color: #fff;
    border: solid 1px #d7d7d7;
    border-top-width: 0;
}
.tab-content {
    margin: 0;
    padding: 10px;
    color: #555;
}
.tab-content .section-title {
    padding: 10px;
    font-weight: 700;
}
.tab-content .section-body {
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.tab-content .section-body .table-container {
    width: auto;
}
.tab-content .section-body td {
    padding: 2px 0;
}
.tab-content .section-body td.item-name {
    padding-right: 110px;
}
.tab-content .section-body select {
    min-width: 187px;
}
.tab-content .button {
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: center;
}
.tab-content textarea {
    height: 100px;
    width: 500px;
    vertical-align: top;
}
.tab-content .forum-subscriptions table {
    width: auto;
}
.tab-content .forum-subscriptions > div > table > tbody > tr > td {
    padding: 2px 10px;
}
.tab-content .forum-subscriptions table td span {
    color: rgb(74, 178, 241);
}
.tab-content .topic {
    border: solid 1px #F3F3F3;
    margin-bottom: 10px;
}
.tab-content .topicTitle {
    font-weight: 700;
    line-height: 20px;
    background: #E6E6E6;
    padding: 3px 6px;
}
.tab-content .topicTitle a {
    color: #3a3a3a;
    font-weight: bold;
}
.tab-content .topicBody {
    padding: 10px 8px;
    line-height: normal;
}
.tab-content .topicBody a {
    text-decoration: underline;
}
.tab-content .topicBody .quote {
    padding: 5px;
    border: dashed 1px #ccc;
    background-color: #fff;
}
.tab-content .topicData {
    background: #f3f3f3;
    padding: 3px 8px;
    color: #555;
    font-size: .9em;
}
.tab-content .latestpostsgridpagerstyle {
    background: #EEE;
    vertical-align: middle;
}
.tab-content .latestpostsgridpagerstyle td {
    padding: 0 5px;
}
.tab-content .latestpostsgridpagerstyle td span {
    color: #4AB2F1;
}
.tab-content.tab-content-forum-posts table tr:first-child th {
    display: none;
}
.account-page {
    margin: 0;
    padding: 5px;
    color: #555;
    background-color: inherit;
}
.account-page .recurring-payments {
    padding: 10px 10px 5px 0;
    width: 100%;
    clear: both;
}
.account-page .recurring-payments .section-title {
    padding: 10px 10px 5px 0;
    font-weight: 700;
    clear: both;
    font-size: 12px;
}
.account-page .recurring-payments .recurring-payments-box {
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.account-page .order-list .order-item {
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.account-page .address-list .address-item {
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
    line-height: normal;
}
/*** ADDRESS EDIT PAGE ***/

.address-edit-page table {
    margin-bottom: 30px;
    width: auto;
}
.address-edit-page table td {
    min-width: 230px;
}
/*** STORE DEMO PAGE ***/

.nopCommerce-demosite {
    /* box-shadow: 0px 0px 6px 3px #eaeff2; */
    /* border: 1px solid #E0E5E8; */
    
    width: 450px;
    margin: 30px 45px 15px 45px;
    padding: 20px 0;
    -webkit-transition: box-shadow 0.2s ease-out 0s;
    -moz-transition: box-shadow 0.2s ease-out 0s;
    -o-transition: box-shadow 0.2s ease-out 0s;
    transition: box-shadow 0.2s ease-out 0s;
}
.nopCommerce-demosite:hover {
    box-shadow: 0px 0px 18px 5px #DAE7EF;
    -webkit-transition: box-shadow 0.2s ease-out 0s;
    -moz-transition: box-shadow 0.2s ease-out 0s;
    -o-transition: box-shadow 0.2s ease-out 0s;
    transition: box-shadow 0.2s ease-out 0s;
}
.nopCommerce-demosite + h3 {
    margin-bottom: 5px;
    margin-top: 20px;
}
.nopCommerce-demosite + h3 + p {
    line-height: 18px;
}
/*** SHOWCASE PAGE ***/

.showcase-page table {
    border-spacing: 11px;
    border-collapse: inherit !important;
    width: auto;
}
.showcase-page table td div.item {
    box-shadow: 0px 0px 5px 1px #eaeff2;
    border: 1px solid #E0E5E8;
    padding: 13px 4px 8px 4px;
    text-align: center;
    width: 260px;
}
.showcase-page table td div.item:hover {
    box-shadow: 0px 0px 9px 3px #DAE7EF;
    -webkit-transition: box-shadow 0.2s ease-out 0s;
    -moz-transition: box-shadow 0.2s ease-out 0s;
    -o-transition: box-shadow 0.2s ease-out 0s;
    transition: box-shadow 0.2s ease-out 0s;
}
.showcase-page table td a {
    display: block;
}
.showcase-page table td a img {
    display: block;
    margin: 0 auto 6px auto;
}
.showcase-page table .name {
    font-size: 14px;
    padding: 5px 0;
}
.showcase-page table .language {
    font-size: 12px;
}

.inputs label { display: block; width: 100%; margin: 0 0 10px; text-align: center; font-size: 14px; color: #444; }
.contact-page .fullname, .contact-page .email{width:250px;}
.contact-page .enquiry {/*width:350px;*/ height: 150px;}


/*********** GLOBAL TABLES ***********/



.table-wrapper {
	overflow-x: auto;
}
.cart th,
.data-table th,
.forum-table th {
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #ddd;
    padding: 10px;
    white-space: nowrap;
	font-weight: normal;
}
.cart td,
.data-table td,
.forum-table td {
	min-width: 50px;
	border-width: 1px;
	border-style: solid;
    border-color: transparent #ddd #ddd;
    background-color: #fff;
    padding: 20px;
}
.cart th{background:#f9f9f9;}

.forum-table td {
	min-width: 90px;
}
.cart a,
.data-table a,
.forum-table a {
	font-weight: normal;
	color: #4ab2f1;
}
.cart a:hover,
.data-table a:hover,
.forum-table a:hover {
	text-decoration: underline;
}
.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
	min-width: 225px;
	text-align: left;
}
.cart .product a,
.data-table .product a,
.data-table .info a {
    font-weight: bold;
	color: #444;
}
.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
	color: #4ab2f1;
	text-decoration: none;
}

.cart .product .edit-item {
	margin: 10px 0 0;
}
.cart .product .edit-item a {
	font-weight: normal;
	color: #4ab2f1;
}
.cart .product .edit-item a:hover {
	text-decoration: underline;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart td.unit-price,
.data-table td.unit-price {
    white-space: nowrap;
}
.cart td.quantity input {
    width: 50px;
    text-align: center;
}
.cart td.subtotal,
.data-table td.total {
	white-space: nowrap;
    color: #444;
}
.cart td.subtotal .discount {
    font-style: italic;
    color: #4ab2f1;
}

.data-table em a {
	font-weight: bold;
	color: #444;
}
.data-table div.download {
	margin: 10px 0 0;
}



/*** FORUM & PROFILE ***/

.forums-main-page .current-time{float:left}


.forums-main-page .topic-block {
	margin: 0 0 35px;
}
.forums-main-page .topic-block p {
}
.forums-main-page .pager {
	display: none;
}

.forum-breadcrumb {
	margin: 0 0 40px;
}

.forums-header {
	margin: 0 0 30px;
	overflow: hidden;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.forums-header .current-time {
	margin: 0 0 15px;
	color: #444;
   
}
.forum-search-box .basic {
	overflow: hidden;
	margin: 0 0 10px;
}
.forum-search-box .advanced a {
	line-height: 22px;
	color: #444;
	text-decoration: underline;
}
.forum-search-box .advanced a:hover {
	color: #4ab2f1;
}

.forum-search-page .page-title {
	margin: 0 0 -1px;
}
.forum-search-page .search-error,
.forum-search-page .no-result {
	margin: 0 0 15px;
	text-align: center;
	color: #e4434b;
}

/* forum group */

.forums-table-section {
	margin: 0 0 60px;
}
.forums-table-section + .pager {
	margin: -30px 0 30px;
}
.forums-table-section-title {
	margin: 0 0 15px;
	padding: 0 10px;
}
.forum-details, th.topics , th.posts, th.latest-post , .forum-page th.views, .forum-page th.replies, .forum-page th.topic-details { background: #286893; color: #FFF; border-right: solid 1px #6689A0; }

forum-details.forums-table-section-title a,
.forums-table-section-title strong {
	font-weight: bold;
	color: #fff;
}
.forums-table-section-title a:hover {
	color: #4ab2f1;
}

.forums-table-section .image div {
	width: 38px;
	height: 32px;
	margin: auto;
	background: url('../images/topic-type1.png') center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url('../images/topic-type2.png') center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url('../images/topic-type3.png') center no-repeat;
}

.forums-table-section .forum-title,
.forums-table-section .topic-title {
	margin: 5px 0;
}
.forums-table-section .forum-title a,
.forums-table-section .topic-title a {
	font-size: 16px;
	font-weight: bold;
	color: #444;
}
.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover {
	color: #4ab2f1;
	text-decoration: none;
}
.forums-table-section .topic-title span {
	display: block;
	color: #777;
}
.forums-table-section .forum-description,
.forums-table-section .topic-starter {
	margin: 5px 0;
}
.forums-table-section .latest-post {
	white-space: nowrap;    width: 25%; 
}
.forums-table-section .latest-post div {
	margin: 5px 0;
}
.forums-table-section .latest-post label {
	color: #777;
}
.forum-group .latest-post .author {
	display: none;
}

.forums-table-section .view-all {
	margin: 30px 0 0;
	padding: 0 10px;
}
.forums-table-section .view-all a {
	background-color: #4ab2f1;
	padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.forums-table-section .view-all a:hover {
	background-color: #248ece;
}

.forum-table{line-height:15px}
.forum-table .date, .forum-table a, .forum-table label{font-size: .8em;}
/* forum-page, topic page */

.forum-page .forum-info {
	margin: 0 0 30px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name { margin: 0 0 25px; border-bottom: 1px solid #ddd; padding: 0 10px 10px; min-height: 50px; border: 1px solid #eeeeee; background: #f9f9f9; text-align: center; margin-top: 40px; margin-bottom: 15px; }
.topic-post { display: table; width: 100%; margin: 0; }
.topic-post .post-info { display: table-cell; width: 15%; margin: 0; vertical-align: top; text-align: left; }
.topic-post .post-content { display: table-cell; width: 85%; border-left: 1px solid #ddd; vertical-align: top; text-align: left; }
.forum-page .forum-name h1,
.topic-post .post-time {  margin: 0; font-size: 14px; font-weight: normal; }
.topic-post .post-head { min-height: 40px; overflow: hidden; background-color: #f6f6f6; }
.topic-post .post-actions a.post-link-button { margin: 0 0 0 10px; border-left: 1px solid #ddd; text-align: center; }
.forum-topic-page .topic-name h1 { font-size: 30px; font-weight: normal; }
.forum-actions,
.topic-actions { margin: 0 0 30px; font-size: 0; }
.forum-actions .actions a,
.topic-actions .actions a { display: inline-block; margin: 1px; padding: 10px 10px 10px 33px; font-size: 14px; }
.forum-actions .actions .new-topic { background: #eee url('../images/new.png') left center no-repeat; }
.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum { background: #eee url('../images/watch.png') left center no-repeat; }
.forum-actions .actions a:hover,
.topic-actions .actions a:hover { background-color: #e6e6e6; }
.forum-actions .pager.upper,
.topic-actions .pager.upper { display: none; margin: 0; }
.topic-actions .reply-topic-button {
	background: #eee url('../images/reply.png') left center no-repeat;
}
.topic-actions .watch-topic-button {
	background: #eee url('../images/watch.png') left center no-repeat;
}
.topic-actions .move-topic-button {
	background: #eee url('../images/move.png') left center no-repeat;
}
.topic-actions .edit-topic-button {
	background: #eee url('../images/edit_.png') left center no-repeat;
}
.topic-actions .delete-topic-button {
	background: #eee url('../images/remove_.png') left center no-repeat;
}
.topic-actions.lower .actions {
	display: none;
}

.active-discussions-page .forums-table-section-title {
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}
.active-discussions-page .forums-table-section-title strong {
	font-size: 30px;
	font-weight: normal;
}
.active-discussions-page .forums-table-section-body {
	margin: 0 0 20px;
}

/* topic post */

.topic-post {
	border-top: 1px solid #ddd;
}
.topic-post:last-child {
	border-bottom: 1px solid #ddd;
}
.topic-post:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post .post-info {
	margin: 30px 0;
}
.topic-post .user-info {
	width: 150px;
	margin: 0 auto 15px
}
.topic-post .username {
	display: block;
	background-color: #f6f6f6;
	padding: 11px 0;
	font-weight: bold;
	color: #444; text-align:center;
    min-height: 40px;
    margin: 0;
    border: none;
    text-align: center;
}
.topic-post:last-child {
    border-bottom: 1px solid #ddd;
}
.topic-post a.username:hover {
	color: #4ab2f1;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.forum-edit-page textarea, .private-message-send-page textarea {
    width: 600px;
    height: 250px;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats {
	margin: 0 0 15px;
}
.topic-post .user-stats li {
	display: inline-block;
	margin: 0 10px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	font-weight: bold;
	color: #444;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
	border: none;
	background-color: #888;
	padding: 10px 20px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
	background-color: #999;
}

.topic-post .post-time {
	/*margin: 0 0 15px;*/
	background-color: #f6f6f6;
	padding: 10px 15px;
	font-size: 13px;
	font-weight: bold;
}
.topic-post .post-time span {
	color: #444;
}
.topic-post .post-actions {
	margin: 0 0 15px;
	font-size: 0;
}
.topic-post .post-actions > div {
	display: inline-block;
}
.topic-post .post-actions a {
	display: inline-block;
	margin: 1px 5px;
	font-size: 14px;
}
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
	padding: 10px 10px 10px 33px;
}
.topic-post .post-actions .edit-post-button {
	background: url('../images/edit_.png') left center no-repeat;
}
.topic-post .post-actions .delete-post-button {
	background: url('../images/remove_.png') left center no-repeat;
}
.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .delete-post-button:hover {
	color: #4ab2f1;
}
.topic-post .post-actions .post-link-button {
	padding: 10px;
	font-weight: bold;
	color: #4ab2f1;
}
.topic-post .post-actions .post-link-button:hover {
	text-decoration: underline;
}
.topic-post .post-actions .quote-post-button {
	background-color: #888;
	padding: 10px 20px;
	color: #fff;
}
.topic-post .post-actions .quote-post-button:hover {
	background-color: #999;
	color: #fff;
}

.topic-post .post-body {
	/*topic post-body also gets style from blog post-body*/
	padding: 0 10px 20px;
	line-height: 22px;
	color: #444;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #f9f9f9;
	padding: 10px;
	color: #777;
}
.topic-post .signature {
	border-top: 1px solid #ddd;
	padding: 20px;
	font-size: 13px;
    font-style: italic;
}

/* forum edit & send message */

.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
	margin: 0 0 -1px;
}

.forum-edit-page .buttons{margin:0 190px;}
.move-topic-page label {
	white-space: normal;
}
.forum-edit-page .message-error,
.private-message-send-page .message-error {
	margin: 20px 0;
}
.forum-edit-page .inputs strong {
	display: inline-block;
	max-width: 400px;
	font-size: 18px; /*reset zeroing*/
	font-weight: normal;
	color: #444;
	white-space: normal;
}
.forum-edit-page .inputs .topic-subject {
	font-size: 17px;
}
.forum-edit-page .inputs.reversed {
	margin: 0 175px;
}
.forum-edit-page .inputs.reversed label {
	width: auto;
	margin: 5px;
	font-size: 14px; /*reset zeroing*/
	white-space: normal;
}

.forum-edit-page input[type="checkbox"]{margin:12px;}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	max-width: 400px;
    margin: 18px 175px;
	background-color: #ddd;
	padding: 10px 10px 0 10px;
}
.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
    margin: 0 2px 0 0;
    border: #cec6b5 1px solid;
	padding: 2px;
}
.forum-edit-page .toolbar .button:hover,
.private-message-send-page .toolbar .button:hover {
	border: #333 1px solid;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	display: block;
    margin: 0 175px;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
	min-width: 140px;
    border: none;
	background-color: #999;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
	color: #fff;
    text-transform: uppercase;
}
.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover {
	background-color: #888;
}
.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 {
	background-color: #4ab2f1;
}
.forum-edit-page .buttons .button-1:hover,
.move-topic-page .buttons .button-1:hover,
.private-messages .buttons .button-1:hover {
	background-color: #248ece;
}

.private-message-send-page a {
	font-size: 18px;
	color: #4ab2f1;
}

/* jQuery tabs */

.ui-tabs {
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none;
	border-radius: 0;
	background: none;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #777;
}
.ui-tabs-nav {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 0 30px !important;
	border-width: 0 0 1px;
	border-radius: 0;
	background: none;
	padding: 0 !important;
	line-height: normal;
	font-weight: normal;
	color: #444;
}
.ui-tabs-nav li {
	margin: 0 0 -1px;
	/*override jQuery UI styles, do not delete doubled properties*/
	float: none !important;
	margin: 0 0 -1px !important;
	border: none !important;
	border-radius: 0;
	background: none !important;
	padding: 0 !important;
}
.ui-tabs-nav li a {
	display: block;
	border: 1px solid #ddd;
	padding: 12px 24px;
	text-align: center;
	font-size: 18px;
	color: #444;
	/*override jQuery UI styles, do not delete doubled properties*/
	float: none !important;
	padding: 12px 24px !important;
}
.ui-tabs-nav li.ui-state-active a {
	background-color: #eee;
	color: #4ab2f1;
}
.ui-tabs-panel {
	/*override jQuery UI styles, do not delete doubled properties*/
	padding: 0 !important;
}

/* inbox & view message */

.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
	margin: 0 0 30px;
}
.private-messages-page th.select {
	text-align: center;
}
.private-messages-page td.from, 
.private-messages-page td.to,
.private-messages-page td.subject {
	min-width: 150px;
}
.private-messages-page td.date {
	white-space: nowrap;
}
.private-messages-page td.subject a {
	color: #444;
}
.private-messages-page td.subject a.pm-unread {
	color: #4ab2f1;
}
.private-messages-page .pager {
    margin: 0 0 30px;
}
.private-messages-page .buttons,
.private-message-view-page .buttons {
	font-size: 0;
}
.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
	display: block;
	width: 250px;
	margin: 0 auto 3px;
	font-size: 15px; /*reset zeroing*/
}

.private-message-view-page .view-message {
	margin: 0 0 30px;
}
.private-message-view-page .message-head {
	margin: 0 0 20px;
	line-height: 22px;
}
.private-message-view-page .message-head span {
	font-weight: bold;
	color: #444;
}
.private-message-view-page .message-body {
	border-top: 1px solid #ddd;
	background-color: #f9f9f9;
	padding: 30px 20px;
	line-height: 22px;
	text-align: justify;
}
.private-message-view-page .back-pm-button {
	text-transform: capitalize !important;
}

/* profile page  */

.profile-info-box {
	overflow: hidden;
	/*override jQuery UI styles, do not delete doubled properties*/
	line-height: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
.profile-info-box .user-details {
	margin: 0 0 30px;
}
.profile-info-box .avatar {
	margin: 0 auto 15px;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
	color: #444;
}
.profile-info-box .stats {
	margin: 0 0 15px;
}

.latest-posts {
	/*override jQuery UI styles, do not delete doubled properties*/
	line-height: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
.latest-posts .topic {
	margin: 0 0 35px;
}
.latest-posts .topic-title {
	margin: 0 0 20px;
	border-top: 1px solid #ddd;
	background: #f6f6f6;
	padding: 10px;
	font-size: 16px;
}
.latest-posts .topic-title a {
	font-weight: bold;
	color: #444;
}
.latest-posts .topic-title a:hover {
	color: #4ab2f1;
}
.latest-posts .topic-body {
	margin: 0 0 15px;
	line-height: 22px;
}
.latest-posts .topic-data {
	color: #444;
}

/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;	
}
.csharpcode {
	margin: 10px 0;
    border: 1px dashed #ccc;
	background-color: #fff;
    padding: 10px; 
	font-family: "Courier New", Courier, monospace;
	color: #000;  
}
.csharpcode .rem {
    color: green;
}
.csharpcode .kwrd {
    color: #00f;
}
.csharpcode .str {
    color: #006080;
}
.csharpcode .op {
    color: #00c;
}
.csharpcode .preproc {
    color: #c63;
}
.csharpcode .asp {
    background-color: #ff0;
}
.csharpcode .html {
    color: maroon;
}
.csharpcode .attr {
    color: red;
}
.csharpcode .alt {
    width: 100%;
    margin: 0;
	background-color: #f6f6f6;
}
.csharpcode .lnum {
    color: #666;
}



/*** BREADCRUMBS ***/




.breadcrumb {
	margin: 0 0 50px;
	background-color: #f6f6f6;
	padding: 5px 10px;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li * {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px; /*reset zeroing*/
	line-height: 32px;
}
.breadcrumb strong {
	font-weight: normal;
}
.breadcrumb a:hover {
	color: #4ab2f1;
}
/*** PRODUCT DETAILS PAGE ***/

.product-details-page .breadcrumb,
.write-review-page .breadcrumb {
    margin-bottom: 20px;
}
.product-details-page .page-title,
.write-review-page .page-title {
    margin-top: 0;
    margin-bottom: 25px;
}
.product-details-page .product-essential:after,
.product-details-page .product-collateral:after {
    display: block;
    content: "";
    clear: both;
}
.product-details-info .overview {
    float: right;
    width: 460px;
}
.product-details-info .overview table {
    width: auto;
    line-height: 24px;
}
.product-details-info .overview table td {
    padding-top: 20px;
    width: 50%;
    padding-left: 10px;
}
.product-details-info .overview table .spec-value{font-weight:700;}
.product-details-info .overview table td span {
    color: #333333;
}
.product-details-info .overview .productname {
    color: #06C;
    font-size: 1.3em;
    margin: 0 0 17px 0;
    padding: 0;
    display: none;
}
.product-details-info .contributorinfo {
    margin-bottom: 25px;
}
.product-details-info .contributorinfo .see-all-author a {
    color: #888888;
    font-style: italic;
    font-size: 13px;
}
.product-details-info .contributorinfo em {
    font-size: 13px;
    display: block;
    margin-top: 3px;
}
.product-details-info .contributorinfo .button-blue {
    padding: 10px 43px;
    font-size: 15px;
    margin-top: 25px;
}
.product-details-info .contributorinfo .authorName a {
    color: #41afef;
    font-weight: bold;
    margin-left: 10px;
}
.product-details-info .overview .shortdescription,
.product-details-info .overview .manufacturers,
.product-details-info .overview .sku,
.product-details-info .overview .manufacturerpartnumber {
    color: #888888;
    margin-bottom: 20px;
    line-height: 1.7em;
}
.product-details-info .overview .manufacturers {
    margin-bottom: 25px
}
.product-details-info .created-info {
    margin-bottom: 20px;
}
.product-details-info .overview .manufacturers a {
    color: #333333;
    font-weight: bold;
    display: inline-block;
}
.product-details-page .fulldescription,
.product-details-page .product-reviews {
    color: #555;
    margin-bottom: .3em;
    padding-top: 20px;
    clear: both;
}
.product-details-page .fulldescription .description-title,
.product-details-page .product-reviews .reviews-title {
    text-transform: uppercase;
    text-align: center;
    color: #888888;
    font-size: 20px;
    padding: 15px;
    border-bottom: 1px solid #eeeeee;
    font-family: Myriad Pro Regular;
}
.product-details-info .picture {
    float: left;
    width: 580px;
    position: relative;
    max-width: 100%;
    margin: 0 auto 40px;
    overflow: hidden;
}
.product-details-info .picture ul {
    overflow: hidden;
    font-size: 0;
    display: table;
    margin-top: 10px;
    vertical-align: top;
    width: 100%;
}
.product-details-info .picture ul li {
    display: table-cell;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}
.product-details-info .picture ul li a {
    display: block;
}
.product-details-info .picture img,
.product-details-info .picture-thumbs img,
.product-details-info .variant-picture img {
    margin: 0 auto;
    display: block;
}
.product-share-button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}
.product-rating-box {
    margin-bottom: 25px;
}
.product-rating-box:after {
    content: "";
    display: block;
    clear: both;
}
.product-rating-box .current,
.product-rating-box .new {
    clear: both;
    margin-bottom: 3px;
}
.product-rating-box .current:after,
.product-rating-box .new:after {
    content: "";
    display: block;
    clear: both;
}
.variant-name { 
    font-size: 20px; line-height: 3; color: #333;}
.product-variant-list {
    margin-top: 25px;
    padding: 0;
}

.product-variant-line .price .productPrice {
    color: #ef4155;
    font-size: 22px;
}

.product-variant-line .non-discounted-price {
    text-decoration: line-through; display:inline-block;
}

.discounted-price {display:inline-block;}
.discounted-price span {color:#ef4155; font-size:20px;}
.product-variant-line {
    margin-bottom: 20px;
}
.product-variant-line .picture {
    float: left;
    width: 300px;
    margin-bottom: 15px;
    display: none;
}
.product-variant-line .overview {
    width: 200px;
    margin-right: 25px;
    display: none;
}
.product-variant-line .overview .productname {
    color: #f93;
    font-size: 1.4em;
    margin-bottom: .3em;
}
.product-variant-line .description {
    clear: both;
    color: #555;
    margin-bottom: .3em;
}
.product-variant-line .downloadsample {
    clear: both;
    color: #555;
    margin-bottom: .3em;
}
.product-variant-line .attributes {
    margin-bottom: 15px;    font-weight: bold;
}
.product-variant-line .price {
    margin-right: 20px;
}
.live_demo_button {
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-variant-line .downloadsample .downloadsamplebutton {
    -x-system-font: none !important;
    background: #F1F1F1 url(../images/btn_download_bg.gif) repeat-x scroll 0 100%;
    border: 1px solid #B5B5B5;
    color: #444;
    cursor: pointer;
    font-family: arial, sans-serif !important;
    font-size: 11px !important;
    font-size-adjust: none !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    overflow: visible;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}
.product-details-info .product-price { margin-top:20px;
    color: #ef4155;
    font-size: 22px;
}

.product-details-page .gallery{    float: left;
    width: 580px;
    position: relative;
    max-width: 100%;
    margin: 10px auto 40px;
    overflow: hidden;}
.product-details-page .overview{float:right;}


.product-details-info .qty-input, .product-details-info .qty-label{display:none;}
.product-details-info .add-to-cart-button { display: block; padding: 10px 43px; font-size: 15px; margin-top: 25px; }
.product-variant-line .price .oldProductPrice {
    color: red;
    text-decoration: line-through;
}

@media screen and (max-width: 1079px)
{
.product-details-info .gallery {
    float: none;
}
.product-details-page .overview{float:none;;}
}

/*.product-filters { width:31%; float:right; margin: 0px auto; border: 1px solid #eeeeee; height: auto;  margin-right: 22px; }*/
.product-filters .title
{ 
    padding: 12px 20px 5px 20px;
    border-top: 1px solid #eeeeee;
    background: #f9f9f9;
    height: 60px;
}

.category-page .sub-category-grid .item-box {
    position: relative;
    /*width: 33%;*/    width: 260px;
margin:0px 5px;
    float: right;
}
.product-details-page .full-description,
.product-details-page .product-reviews {
    color: #555;
    margin-bottom: .3em;
    padding-top: 20px;
    clear: both;
}
.product-details-page .full-description .description-title,
.product-details-page .product-reviews .reviews-title {
    text-transform: uppercase;
    text-align: center;
    background:#f9f9f9;
    font-size: 20px;
    padding: 13px;
    border-bottom: 1px solid #eeeeee;
}
.product-variant-line .productPrice-without-discount {
    text-decoration: line-through;
}
.product-variant-line .add-info {} .product-variant-line .add-info .button-blue {
    font-size: 18px;
    margin-top: 25px;
}
.product-variant-line .description {
    margin-top: 25px;
    display: none;
}
.emailafriend-box {
    margin-bottom: 15px;
    padding: 0;
}
.emailafriend-box .page-title {
    border-bottom: 0 none;
}
.emailafriend-box .send-email {
    border: 1px solid #d7d7d7;
    margin-top: 10px;
    padding: 0 0 10px 10px;
}
.emailafriend-box .send-email .product {
    font-weight: 700;
}
.emailafriend-box .send-email .description {
    font-style: italic;
}
.emailafriend-box .send-email .confirm {
    font-weight: 700;
}
.rating-star {
    font-size: 0;
    width: 17px;
    height: 15px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.current .rating-star {
    cursor: default;
}
.filled-rating-star {
    background-image: url(../images/FilledStar.png);
}
.empty-rating-star {
    background-image: url(../images/EmptyStar.png);
}
.saved-rating-star {
    background-image: url(../images/SavedStar.png);
}
.product-rating-box .rating-view-who-set {
    float: left;
    margin-left: 5px;
    line-height: 14px;
    max-width: 130px;
}
.product-rating-box .rating-view-who-set a {
    color: #4ab2f1;
}
.product-rating-box .rating-view-who-set a + div {
    line-height: 17px;
}
.one-variant-price {
    margin: 0 0 5px;
}
.one-variant-price .productPrice {
    color: green;
}
.one-variant-price .oldProductPrice {
    color: red;
    text-decoration: line-through;
}
.one-variant-download-sample {
    clear: both;
    color: #555;
    margin-bottom: .3em;
    margin-top: 5px;
}
.one-variant-download-sample .downloadsamplebutton {
    -x-system-font: none !important;
    background: #F1F1F1 url(../images/btn_download_bg.gif) repeat-x scroll 0 100%;
    border: 1px solid #B5B5B5;
    color: #444;
    cursor: pointer;
    font-family: arial, sans-serif !important;
    font-size: 11px !important;
    font-size-adjust: none !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    overflow: visible;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}
.related-products-grid .title,
.also-purchased-products-grid .title {
    padding: 10px 10px 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    clear: both;
    font-size: 1.1em;
    color: #f93;
}
.related-products-grid .item-box,
.also-purchased-products-grid .item-box {
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.related-products-grid .item,
.also-purchased-products-grid .item {
    text-align: center;
    margin: 10px;
    border: solid 1px #d3d3d3;
    width: 200px;
    height: 200px;
}
.related-products-grid .item .product-title,
.also-purchased-products-grid .item .product-title {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: 700;
    text-transform: none;
    font-size: 1em;
    padding: 0;
}
.related-products-grid .item .picture,
.also-purchased-products-grid .item .picture {
    text-align: center;
}
#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}
#lbCenter,
#lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}
.lbLoading {
    background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}
#lbPrevLink,
#lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}
#lbPrevLink {
    left: 0;
}
#lbPrevLink:hover {
    background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
    right: 0;
}
#lbNextLink:hover {
    background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}
#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(../images/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}
#lbCaption,
#lbNumber {
    margin-right: 71px;
}
#lbCaption {
    font-weight: 700;
}
.copyright-removal-extra-info {
    border-top: solid 1px #6a6a6a;
}
.premium-support .product-variant-line {
    width: 45%;
    margin: 0 20px;
    float: left;
    border-bottom: none;
}
.premium-support .productvariantaddtocartbutton {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    border: 1px solid #a3acb0;
    border-radius: 4px;
    *zoom: 1;
    box-shadow: 0 0 0 1px #fff inset, 0 0 2px 1px #d9dddf;
    outline: 0;
    min-width: 160px;
    display: block;
    margin: 10px auto;
    width: 100px;
    color: #FFF;
    letter-spacing: 1px;
    padding: 10px 15px 25px;
    border-color: #FAB44E #F8982C #F8982C;
    text-shadow: 0 1px 1px #df6e18;
    border: 1px solid #d95c09;
    background-color: #ec7c23;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f29534), to(#e76513));
    background-image: -webkit-linear-gradient(top, #f29534, #e76513);
    background-image: -o-linear-gradient(top, #f29534, #e76513);
    background-image: linear-gradient(to bottom, #f29534, #e76513);
    background-image: -moz-linear-gradient(top, #f29534, #e76513);
    box-shadow: 0 1px 0 0 #f4a84e inset, 0 0 2px 1px #e7dad0;
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f29534', endColorstr='#e76513');
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f29534', endColorstr='#e76513');
}
.premium-support .product-variant-line .add-info {
    padding-top: 0;
}
.premium-support .block-head {
    border: 0;
}
.plan .block-head {
    border: 0;
    margin: -10px -10px 19px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 1.0);
    -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 1.0);
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 1.0);
    height: auto;
}
.plan .block-inner {
    height: auto;
}
.plan .block-head p {
    padding: 0 5px;
    height: 40px;
}
.plan .title {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid;
    border-color: inherit;
    line-height: 54px;
    padding-top: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    opacity: .9;
    margin: 0 0 16px;
}
.plan .descr {
    font-size: 16px;
    line-height: 1.25em;
    min-height: 2.5em;
    margin-bottom: 14px;
}
.plan .price-label {
    opacity: .6;
}
.plan .price-value {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    color: inherit !important;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.plan .price-value span {
    font-size: 16px;
    line-height: 1em;
}
.plan .block-head {
    background-color: #fffbdb;
    background: -moz-linear-gradient(top, #fffdec 0%, #fff7bb 100%);
    background: -ms-linear-gradient(top, #fffdec 0%, #fff7bb 100%);
    background: -o-linear-gradient(top, #fffdec 0%, #fff7bb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffdec), color-stop(1, #fff7bb));
    background: -webkit-linear-gradient(top, #fffdec 0%, #fff7bb 100%);
    background: linear-gradient(top, #fffdec 0%, #fff7bb 100%);
    border-color: #f3e4ba;
}
.plan .block-head * {
    color: #c37927;
}
.plan .block-head p {
    height: 40px;
    padding: 0 5px;
}
.plan .plan-body {
    border: 1px solid #efe1b9;
    border-radius: 0 0 5px 5px;
    border-top: 0;
    background: #fff9ce url(../images/price_gold_head2_bg.gif) repeat-x;
    padding-top: 10px;
}
.plan .plan-value {
    font: 36px/1 'Open Sans', sans-serif;
    color: #333;
    padding: 0 6px 10px 0;
    font-size: 26px;
}
.plan .plan-value span {
    color: #333;
    vertical-align: top;
    line-height: 1.1;
}
.inline-variants #ctl00_ctl00_cph1_cph1_ctl00_ctrlProductVariantsInGrid_rptVariants_ctl00_ctrlProductPrice_lblPriceValue,
.inline-variants #ctl00_ctl00_cph1_cph1_ctl00_ctrlProductVariantsInGrid_rptVariants_ctl01_ctrlProductPrice_lblPriceValue {
    font-size: 20px;
}
.plan .plan-short-descr {
    color: #C37927;
    padding-bottom: 17px;
}
.plan .plan-start-from {
    color: #999;
    padding-bottom: 6px;
}
.plan .plan-descr {
    background: #f9f0b7;
    padding: 17px 0 14px 1px;
    color: #a3815b;
}
.plan .block-inner {
    height: auto;
    padding: 10px 10px 20px;
    text-align: center;
    border-radius: 4px;
}
.plan .block-head h2 {
    font: 25px/1 'Open Sans', sans-serif;
    margin: 0;
    border: 1px solid #f3e7c4;
    border-radius: 5px 5px 0 0;
    padding: 15px 0 14px;
    color: #db8120;
}
.one-variant-price {
    margin: 0 0 5px;
}
.one-variant-price .productPrice {
    color: green;
}
.one-variant-price .oldProductPrice {
    color: red;
    text-decoration: line-through;
}
.one-variant-download-sample {
    clear: both;
    color: #555;
    margin-bottom: .3em;
    margin-top: 5px;
}
.one-variant-download-sample .downloadsamplebutton {
    -x-system-font: none !important;
    background: #F1F1F1 url(../images/btn_download_bg.gif) repeat-x scroll 0 100%;
    border: 1px solid #B5B5B5;
    color: #444;
    cursor: pointer;
    font-family: arial, sans-serif !important;
    font-size: 11px !important;
    font-size-adjust: none !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    overflow: visible;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}
.related-products-grid .title,
.also-purchased-products-grid .title {
    padding: 10px 10px 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    clear: both;
    font-size: 1.1em;
    color: #f93;
}
.related-products-grid .item-box,
.also-purchased-products-grid .item-box {
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.related-products-grid .item,
.also-purchased-products-grid .item {
    text-align: center;
    margin: 10px;
    border: solid 1px #d3d3d3;
    width: 200px;
    height: 200px;
}
.related-products-grid .item .product-title,
.also-purchased-products-grid .item .product-title {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: 700;
    text-transform: none;
    font-size: 1em;
    padding: 0;
}
.related-products-grid .item .picture,
.also-purchased-products-grid .item .picture {
    text-align: center;
}
.product-review-box {
    padding: 10px 5px;
}
.reviews-title .write-review {
    color: #41afef;
    cursor: pointer;
    border: none;
    background: #fff;
    text-transform: uppercase;
    display: block;
    float: right;
    margin-top: 7px;
    background: url(../images/write-review.png) no-repeat;
    padding-left: 20px;
}
.product-review-list {
    color: #555D65;
    line-height: 1.7em;
}
.product-review-list .product-review-item {
    border: solid 1px #eeeeee;
    margin-top: 10px;
}
.product-review-list .product-review-item .review-title {
    float: left;
    margin-bottom: 13px;
    background: #f9f9f9;
    color: #333333;
    font-size: 17px;
    border: 1px solid #eeeeee;
    padding: 10px 30px;
    width: 100%;
}
.product-review-list .product-review-item .rating {
    float: right;
    margin-top: 5px;
}
.product-review-list .product-review-item .review-content {
    padding: 10px 30px;
    color: #666666;
    clear: both;
}
.product-review-list .product-review-item .review-author {
    padding: 0 30px;
    color: #aaaaaa;
    clear: both;
    line-height: 22px;
}
.product-review-helpfulness {
    color: #aaaaaa;
    padding: 0 30px 15px 30px;
}
.product-review-helpfulness a,
.product-review-helpfulness a:hover {
    text-decoration: none;
}
.write-product-review-box {
    width: 356px;
}
.write-product-review-box .button-review {
    margin-top: 15px;
}
.productspec-box {
    padding: 5px;
    clear: both;
    color: #555;
}
.producttags-box {
    padding: 5px;
    clear: both;
    color: #555;
}
/*** SYSTEM REQUIREMENTS PAGE ***/

.page-system-requirements + .page-bottom {} .page-system-requirements + .page-bottom .block {
    display: block;
    max-width: initial;
}
.page-system-requirements + .page-bottom .block .title {
    text-align: center;
}
.page-system-requirements + .page-bottom .block ul {
    padding: 15px 40px;
    text-align: center;
}
.page-system-requirements + .page-bottom .block ul li {
    display: inline-block;
    padding: 0 40px;
}
.page-system-requirements ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.page-system-requirements ul li {
    position: relative;
}
.page-system-requirements ul li:before {
    content: "";
    background: #9bd5f6;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -16px;
    top: 12px;
}
/*** ROADMAP PAGE ***/

.page-roadmap ul {
    padding-left: 20px;
    margin-bottom: 10px;
    text-align: left;
}
.page-roadmap ul li {
    position: relative;
}
.page-roadmap ul li:before {
    content: "";
    background: #9bd5f6;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -16px;
    top: 12px;
}
/*** CONTRIBUTE PAGE ***/

.page-contribute ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.page-contribute ul li {
    position: relative;
}
.page-contribute ul li:before {
    content: "";
    background: #9bd5f6;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -16px;
    top: 10px;
}
/*** BLOG ***/
.blog-page .blog-posts .post a.post-title {
    color: #444;
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
}
.blog-page .blog-posts .post .post-date {
    color: #9a9a9a;
    font-style: italic;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}
.blog-page .tags a, .blogpost-page .tags a {
    display: block;
    color: #4ab2f1;
}
.blog-page .tags li, .blogpost-page .tags li {
    display: inline-block;
    font-size: 14px;    vertical-align: middle;
}
.blogpost-page .buttons{text-align:center;}
.blog-page .blog-posts .read-more {
    font-weight: 700;
    text-decoration: none;
    color: #06C;
    background-color: inherit;
}
.blog-page .blog-posts .post {
    border-bottom: dashed 1px #9a9a9a;
    margin-bottom: 25px;
    padding-bottom: 35px;
}
.blog-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.blog-page .blogposts .post .blogdate {
    color: #9a9a9a;
    font-style: italic;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}
.blog-page .blogposts .post a.blogtitle {
    color: #444;
    text-decoration: none;
    font-size: .95em;
    line-height: 1.05em;
}
.blog-page .blogposts .post a.blogtitle:Hover {
    text-decoration: none;
}
.blog-page .blogposts {
    margin: 35px 5px 0;
    padding: 0;
}
.blog-page .blogposts .post {
    border-bottom: dashed 1px #9a9a9a;
    margin-bottom: 25px;
    padding-bottom: 35px;
}
.blog-page .blogposts .blogbody,
.blog-page .blogposts .tags {
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-page .blogposts .blogbody a,
.blog-page .blogposts .tags a {
    color: #06C;
    text-decoration: underline;
}
.blog-page .blogposts .blogdetails {
    font-weight: 700;
    text-decoration: none;
    color: #06C;
    background-color: inherit;
}
.blogpost-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.blogpost-page .page-title {} .blogpost-page .share {
    margin-top: 10px;
    margin-bottom: 10px;
}
.blogpost-page .postdate {
    color: #9a9a9a;
    font-style: italic;
}
.blogpost-page .postbody,
.blogpost-page .tags {
    margin: 0;
    padding: 0;
}
.blog-page .tags label, .blogpost-page .tags label {
    display: inline-block;
    margin: 0 3px 3px 0;
    font-weight: bold;
    color: #444;
}
.blog-page .tags ul, .blogpost-page .tags ul {
    display: inline-block;
    margin: 0 3px;
    font-size: 0;
}
.new-comment .form-fields {
    margin: 0 0 20px;
}
.new-comment .button-1 {
    padding: 10px 30px;
    text-align: center;
}
.enter-comment-text {
    height: 150px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
}
.blogcomments {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.blogcomments .title {
    padding: 10px 10px 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #3a3a3a;
}
.blogcomments .newcomment {
    margin: 0;
    padding: 0;
}
.blogcomments .newcomment td.leavetitle {
    padding: 0 10px 10px 0;
    font-weight: 700;
    font-size: 1.1em;
    color: #3a3a3a;
}
.blogcomments .newcomment td.button {
    text-align: right;
}
.blogcomments .commentlist {
    border-top: solid 1px #6a6a6a;
    margin-top: 10px;
}
.blogcomment {
    border-bottom: solid 1px #E3E3E3;
}
.blogcomment:after {
    content: "";
    display: block;
    clear: both;
}
.blogcomment .commentinfo {
    width: 170px;
    float: left;
    padding: 5px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
}
.blogcomment .commentinfo .userinfo {
    padding-top: 5px;
}
.blogcomment .commentinfo .userinfo a.username {
    font-weight: 700;
    margin-bottom: 5px;
}
.blogcomment .commentinfo .userinfo span.username {
    font-weight: 700;
    margin-bottom: 5px;
}
.blogcomment .commentinfo .userinfo .avatar {
    margin: 5px 0;
}
.blogcomment .commentinfo .userinfo .avatar .avatar-img {
    border: solid 2px #CEDBE1 !important;
}
.blogcomment .commentinfo .userinfo .userstats {
    font-size: .9em;
    text-align: left;
    font-weight: 700;
    color: #555;
}
.blogcomment .commentinfo .userinfo .userstats .statvalue {
    font-weight: 400;
}
.blogcomment .commentcontent {
    margin-left: 180px;
    border-left: solid 1px #F3F3F3;
}
.blogcomment .commentcontent .commenttime {
    font-weight: 700;
    line-height: 20px;
    padding: 3px;
    background: #E6E6E6;
}
.blogcomment .commentcontent .commenttime .statvalue {
    font-weight: 400;
}
.blogcomment .commentcontent .commentbody {
    padding: 3px;
}
.blogaddcommentcommenttext {
    height: 150px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
}
/*** DOWNLOAD NOPCOMMERCE PAGE ***/

.page-download + .page-bottom {} .page-download + .page-bottom .block {
    display: block;
    max-width: initial;
}
.page-download + .page-bottom .block .title {
    text-align: center;
}
.page-download + .page-bottom .block ul {
    padding: 15px 40px;
    text-align: center;
}
.page-download + .page-bottom .block ul li {
    display: inline-block;
    padding: 0 40px;
}
/*** SHOPPING CART PAGE ***/

.shoppingcart-page,
.wishlist-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.shoppingcart-page .page-title,
.wishlist-page .page-title {
    border-bottom: 0 none;
}
.shoppingcart-page .body,
.wishlist-page .body {
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #555;
}
.wishlist .shareinfo {
    font-size: 1.2em;
    height: 50px;
    padding: 0 0 5px 5px;
}
.wishlist .shareinfo .sharelabel {
    font-weight: 700;
}
.order-summary-content {
    color: #555;
}
.wishlist-content {
    margin: 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}
.order-summary-content .totals {
    float: right;
    padding: 5px 5px 0;
    width: 330px;
}
.order-summary-content .cart-collaterals {
    padding: 20px 0 0px;
    width: 550px;
}
.order-summary-content .cart-collaterals:after {
    content: "";
    display: block;
    clear: both;
}
.order-summary-content .deals {
    display: inline;
    float: left;
    margin: 0 20px 0 0;
    width: 358px;
}
.order-summary-content .deals .textBox {
    width: 190px;
    margin-left: 0;
}
.order-summary-content .shipping {
    display: inline;
    float: left;
    margin: 0;
    width: 280px;
}
.order-summary-content .coupon-box,
.order-summary-content .giftcard-box {
    padding: 10px;
    color: #555;
    background: #F7F5E8;
    margin: 0 0 10px;
    border: dotted 1px #d3d3d3;
}
.order-summary-content .giftcard-box {
    position: relative;
    z-index: 1;
}
.order-summary-content .cart,
.wishlist-content .cart {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}
.wishlist-content .cart {
    margin-bottom: 10px;
}
.order-summary-content .cart td,
.wishlist-content .cart td {
    padding: 10px;
}
.order-summary-content .cart .cart-header-row,
.wishlist-content .cart .cart-header-row {
    font-weight: 700;
}
.order-summary-content .cart .cart-header-row th,
.wishlist-content .cart .cart-header-row th {
    color: #FFF;
    border-right: solid 1px #6689A0;
    height: 20px;
    padding: 2px 8px;
    vertical-align: middle;
    white-space: nowrap;
    background: #286893;
}
.order-summary-content .cart .cart-header-row th.picture,
.wishlist-content .cart .cart-header-row th.picture {
    border: none;
}
.order-summary-content .cart .cart-header-row th.end,
.wishlist-content .cart .cart-header-row th.end {
    text-align: right;
    padding-right: 5px;
}
.order-summary-content .cart .cart-item-row td,
.wishlist-content .cart .cart-item-row td {
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    line-height: 30px;
}
.order-summary-content .cart .cart-item-row td.product,
.wishlist-content .cart .cart-item-row td.product {
    text-align: left;
    padding: 0 10px;
}
.order-summary-content .cart .cart-item-row td.product a,
.wishlist-content .cart .cart-item-row td.product a {
    font-weight: 400;
}
.order-summary-content .cart .cart-item-row td.end,
.wishlist-content .cart .cart-item-row td.end {
    text-align: right;
    font-weight: 700;
    color: Green;
    padding-right: 5px;
}
.order-summary-content .warning-box .warning-text,
.wishlist-content .warning-box .warning-text {
    color: Red;
}
.order-summary-content .suggestion-box,
.wishlist-content .suggestion-box {
    margin-top: 10px;
    margin-bottom: 10px;
}
.order-summary-content .suggestion-box .suggestion-text,
.wishlist-content .suggestion-box .suggestion-text {
    color: #000;
    font-weight: 700;
}
.order-summary-content .suggestion-box .suggestion-text a,
.wishlist-content .suggestion-box .suggestion-text a {
    color: Red;
}
.order-summary-content .cart-footer {
    width: 100%;
}
.order-summary-content .total-info {
    margin: 0;
}
.cart_total_left {
    width: 100%;
    text-align: right;
    vertical-align: middle;
    height: 21px;
    font-weight: 700;
    color: #353434;
}
.cart_total_left_below {
    width: 100%;
    text-align: right;
    vertical-align: top;
    height: 30px;
}
.cart_total_right {
    text-align: right;
    vertical-align: middle;
    padding-left: 5px;
}
.order-summary-content .removegiftcardbutton,
.order-summary-content .removediscountbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url(../images/ico-delete.gif) no-repeat;
}
.order-summary-content .selected-checkout-attributes {
    margin: 0;
    padding: 10px 5px 10px 0;
    width: 100%;
    text-align: right;
    vertical-align: middle;
    color: #353434;
}
.order-summary-content .checkout-attributes {
    margin: 10px 0;
    padding: 10px 20px;
    background: none repeat scroll 0 0 #F7F5E8;
    border: 1px dotted #D3D3D3;
}
.order-summary-content .min-amount-warning {
    margin: 0;
    padding: 10px 0 10px 10px;
}
.order-summary-content .terms-of-service {
    margin: 0;
    padding: 10px 0 10px 10px;
}
.order-summary-content .terms-of-service .read {
    text-decoration: underline;
}
.order-summary-content .terms-of-service .read:hover {
    cursor: pointer;
}
.order-summary-content .common-buttons {
    margin: 0;
    padding: 10px 10px 10px 0;
    float: left;
}
.order-summary-content .checkout-buttons {
    float: right;
    margin: 0;
    padding: 10px 0 10px 10px;
}
.order-summary-content .checkout-buttons .button-checkout {
    font-size: 18px;
    padding: 10px 20px;
}
.order-summary-content .addon-buttons {
    clear: both;
    float: right;
    margin: 0;
    padding: 10px 0 10px 10px;
    text-align: right;
}
.order-summary-content .crosssells-title {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 5px 5px 0;
    border-bottom: 0 none;
    margin: 0 0 10px;
    width: 100%;
}
.estimate-shipping {
    margin: 0;
    padding: 10px;
    font-size: 11px;
    color: #555;
    background: #F7F5E8;
    border: dotted 1px #d3d3d3;
}
.estimate-shipping .shipping-options {
    text-align: left;
    margin: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.estimate-shipping .shipping-options .shipping-option-item {
    text-align: left;
    vertical-align: text-top;
    padding: 5px 0 0 5px;
}
.estimate-shipping .shipping-options .shipping-option-item .option-name {
    font-weight: 700;
}
.estimate-shipping .shipping-options .shipping-option-item .option-description {
    padding: 5px 0 5px 16px;
}
.checkout-page,
.checkout-one-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.checkout-page .page-title,
.checkout-one-page .page-title {} .checkout-page .checkout-data,
.checkout-one-page .checkout-data {
    margin: 0;
    padding: 0;
    color: #555;
    background-color: inherit;
}
.checkout-one-page .checkout-data .progress {
    position: absolute;
    top: 100px;
    width: 180px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: none repeat scroll 0 0 #FFF;
    padding: 5px 10px;
    text-align: center;
    z-index: 2147483647;
}
.checkoutstep .steptitle {
    border: 1px solid #2F4F4F;
    color: #fff;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: 700;
    padding: 5px;
    margin-top: 5px;
}
.checkoutstep .stepcontent {
    border: dashed 1px #2F4F4F;
    border-top: none;
    padding: 5px;
}
.order-summary-title {
    padding: 5px 10px;
    color: #555;
    font-weight: 700;
    clear: both;
}
.order-summary-body {
    text-align: center;
    margin: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.checkout-data .select-address-title {
    padding: 10px 10px 5px 0;
    font-weight: 700;
    clear: both;
}
.checkout-data .address-grid {
    margin-bottom: 15px;
    padding: 0;
}
.checkout-data .address-grid .item-box {
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
    width: auto;
}
.checkout-data .address-grid .address-item {
    text-align: center;
    margin: 10px 5px;
    border: 1px solid #d7d7d7;
    width: 235px;
    height: auto;
}
.checkout-data .address-grid .address-item .select-button {
    margin-top: 10px;
    text-align: center;
}
.checkout-data .address-grid .address-item .address-box {
    text-align: left;
    padding: 10px;
}
.checkout-data .enter-address-title {
    padding: 10px 10px 5px 0;
    font-weight: 700;
    clear: both;
}
.checkout-data .enter-address {
    text-align: center;
    margin: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.checkout-data .enter-address .enter-address-body {
    text-align: left;
    margin: 10px;
}
.checkout-data .enter-address .button {
    margin: 10px;
    text-align: left;
}
.checkout-data .enter-address .the-same-address {
    text-align: left;
    margin: 10px;
}
.checkout-data .shipping-options {
    text-align: left;
    margin: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.checkout-data .shipping-options .shipping-option-item {
    text-align: left;
    vertical-align: text-top;
    padding: 5px 0 0 5px;
}
.checkout-data .shipping-options .shipping-option-item .option-name {
    font-weight: 700;
}
.checkout-data .shipping-options .shipping-option-item .option-description {
    padding: 5px 0 5px 16px;
}
.checkout-data .shipping-options .select-button {
    margin: 10px;
    text-align: left;
}
.checkout-data .shipping-options .error-block {
    margin: 10px;
    text-align: left;
}
.checkout-data .userewardpoints {
    margin: 0;
    padding: 10px;
    font-size: 11px;
    color: #555;
    background: #F7F5E8;
    margin-bottom: 10px;
    border: dotted 1px #d3d3d3;
}
.checkout-data .payment-methods {
    text-align: left;
    margin: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.checkout-data .payment-methods .payment-method-item {
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}
.checkout-data .payment-methods .select-button {
    margin: 10px;
    text-align: left;
}
.checkout-data .payment-methods .error-block {
    padding: 10px 10px 5px 0;
    font-weight: 700;
    clear: both;
}
.checkout-data .payment-info {
    /*text-align: left;*/
    margin: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
    padding: 10px;
}
.checkout-data .payment-info .body {
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}
.checkout-data .payment-info .select-button {
    margin: 10px;
    text-align: left;
}
.checkout-data .confirm-order {
    text-align: left;
    margin: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.checkout-data .confirm-order .select-button {
    margin: 10px;
    text-align: left;
}
.checkout-data .confirm-order .error-block {
    margin: 10px;
    text-align: left;
}
.checkout-data .order-completed {
    text-align: center;
    margin: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
    padding: 20px;
}
.order-completed .details-link {
    margin: 20px;
}

.order-details-page .order-overview 
{
    text-align:center;
}

.order-details-page .order-details-area {margin:20px; text-align:center;}

.checkout-data .order-completed .body {
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}
.checkout-data .order-completed .select-button {
    margin: 10px;
    text-align: left;
}
.order-details .button-order-invoice {
    margin-top: 25px;
}
.order-details .page-title {
    border-bottom: 0 none;
}
.order-details {
    margin-bottom: 15px;
    padding: 0;
}
.order-details .info {
    border: 1px solid #d7d7d7;
    padding: 10px;
}
.order-details .section-title {
    padding: 10px 10px 5px 0;
    font-weight: 700;
    clear: both;
}
.order-details .order-overview {
    text-align: left;
    padding-bottom: 10px;
}
.order-details .order-details-box {
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.order-details .products-box,
.order-details .ordernotes-box {
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.order-details .checkout-attributes {
    text-align: right;
    vertical-align: middle;
    padding: 10px;
    height: auto;
}
.downloable-products {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}
.downloable-products .info {
    padding: 10px;
}
.downloable-products .products-box {
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.order-progress {
    height: 40px;
    margin: 0 auto 30px auto;
    text-align: center;
}
.order-progress ul {
    padding: 0;
    margin: 0;
}
.order-progress ul li {
    list-style: none;
    display: inline;
    padding: 5px 20px 0;
}
.order-progress ul li .active-step {
    color: #6a6a6a;
    background: url(../images/progress-step-active.gif) no-repeat 50% 50%;
    padding-bottom: 40px;
    padding-right: 1px;
}
.order-progress ul li .inactive-step {
    color: #d7d7d7;
    background: url(../images/progress-step-inactive.gif) no-repeat 50% 50%;
    padding-bottom: 40px;
    padding-right: 1px;
}
.return-request {
    margin-bottom: 15px;
    padding: 0;
}
.return-request .page-title {
    border-bottom: 0 none;
}
.return-request .section-addinfo {
    padding: 10px 10px 5px 0;
    font-weight: 700;
}
.return-request .products-box {
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.customer-return-request-list {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}
.customer-return-request-list .section-title {
    padding: 10px 10px 5px 0;
    font-weight: 700;
    clear: both;
    font-size: 12px;
}
.customer-return-request-list .request-list .request-item {
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
/*** PRODUCT REVIEWS ***/

.write-product-review-box {
    width: 356px;
}
.write-product-review-box .button-review {
    margin-top: 15px;
}
/*** REQUEST QUOTE PAGE ***/

.request-quote-page {
    margin: 0;
    padding: 5px;
}
.request-quote-page .SectionTitle {
    padding: 10px 10px 5px 0;
    font-weight: 700;
    clear: both;
    font-size: 12px;
}
.request-quote-page .SectionBody {
    text-align: left;
    padding: 10px;
    height: auto;
    clear: both;
}
.request-quote-page .buttons {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}
.request-quote-page .overview {
    float: left;
    position: relative;
    width: 515px;
    padding: 20px 15px;
    margin: 5px;
    border: 1px solid #CCC;
    height: 300px;
}
.request-quote-page select {
    min-width: 300px;
}
.button-request-quote {
    margin: 20px 0 10px 220px;
}
/*** RECOMMENDED HOSTING ***/

.page-recommended-hosting {} .page-recommended-hosting ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.page-recommended-hosting ul li {
    position: relative;
}
.page-recommended-hosting ul li:before {
    content: "";
    background: #9bd5f6;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -16px;
    top: 10px;
}
.page-recommended-hosting .hostingpartner {
    padding: 15px 15px 30px 15px;
    box-shadow: 0 2px 17px 5px #E3E3E3;
    margin-top: 40px;
    border-radius: 8px;
}
.page-recommended-hosting .hostingpartner h2 {
    text-align: center;
    margin-bottom: 30px;
}
.partner-item {
    margin-bottom: 20px;
}
.partner-item:after {
    content: "";
    display: block;
    clear: both;
}
.partner-item > div {
    display: table-cell;
    padding: 0 15px;
    min-width: 165px;
    vertical-align: middle;
}
.partner-item .partner-title {
    margin-bottom: 10px;
}
.partner-item .partner-image {} .partner-item .partner-image img {
    margin-top: 10px;
}
.partner-item .partner-level,
.partner-item .partner-country {
    margin: 5px 0;
}
/*** SOLUTION PARTNERS ***/

.solution-partners-page hr {
    margin: 20px 0;
}
.solution-partners-page .partner-item {
    background: #f7f7f7;
    padding: 15px;
}
.solution-partners-page .partner-item > div:first-child {
    width: 210px;
}
.solution-partners-page .partner-item.silver-partner {
    border-bottom: 1px solid #ccc;
    background: none;
    padding-bottom: 30px;
    padding-top: 5px;
}
/*** BECOME PARTNER ***/

.page-become-partner ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.page-become-partner ul li {
    position: relative;
}
.page-become-partner ul li:before {
    content: "";
    background: #9bd5f6;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -16px;
    top: 10px;
}
/*** ADVERTISE ***/

.page-advertise ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.page-advertise ul li {
    position: relative;
}
.page-advertise ul li:before {
    content: "";
    background: #9bd5f6;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -16px;
    top: 10px;
}
/*** PRIVATE MESSAGES ***/

.sendpmbox {
    background-color: #EEE;
    border: 1px solid #A0A0A0;
    color: #555;
    display: table;
    font-family: Arial;
    font-size: 10px;
    font-weight: 700;
    margin: 5px auto 2px auto;
    padding: 2px;
    text-decoration: none;
    text-transform: uppercase;
}
.sendpmbox a {
    padding: 0 10px;
}
.sendpmbox .pmlinkbutton {
    border-color: #4ab2f1;
}
.privatemessagesend .title {
    background: #286893;
    color: #FFF;
    font-weight: 700;
    padding: 10px 15px;
}
.privatemessagesend .wrapper {
    padding: 10px;
    border: 1px solid #c5c5c5;
    line-height: normal;
}
.privatemessagesend table.postmessage {
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}
.privatemessagesend table.postmessage td {
    padding: 4px;
}
.privatemessagesend table.postmessage td.fieldname {
    font-weight: 700;
    width: 20%;
    color: #555;
}
.privatemessagesend table.postmessage td.options {
    text-align: right;
}
.privatemessageview .title {
    background: #286893;
    color: #FFF;
    font-weight: 700;
    padding: 10px 15px;
}
.privatemessageview .wrapper {
    padding: 10px;
    border: 1px solid #c5c5c5;
    line-height: normal;
}
.privatemessageview table.viewmessage {
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}
.privatemessageview table.viewmessage td {
    padding: 4px;
}
.privatemessageview table.viewmessage td.fieldname {
    font-weight: 700;
    width: 20%;
    color: #555;
}
.privatemessageview table.viewmessage a {
    color: #f93;
    text-decoration: underline;
}
.privatemessageview table.viewmessage td.options {
    text-align: right;
}
.private-messages-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.private-messages-page .page-title {
    border-bottom: 0 none;
}
.private-messages-page .body {
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #555;
}
.private-messages-box {
    margin: 0;
    padding: 5px;
    color: #555;
}
.private-messages-box .section-body {
    text-align: left;
    padding: 10px;
    height: auto;
}
.private-messages-box .button {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}
.pmgridtablestyle {
    font-family: arial;
    border: 1px solid gray;
    background-color: #FFF;
    margin-left: 0;
    width: 100%;
}
.pmgridtablestyle td a {
    text-decoration: none;
    color: #666;
}
.pmgridaltrowstyle {
    background-color: #F4FAFF;
}
.pmgridheaderstyle th {
    background: #286893;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    border: solid 1px #6689A0;
}
.pmgridrowstyle td,
.pmgridaltrowstyle td {
    padding: 4px 10px;
    border-right: solid 1px #6689A0;
}
.pmgridpagerstyle,
.latestpostsgridpagerstyle {
    height: 28px;
    background: #EEE;
    vertical-align: middle;
    padding: 0 20px;
}
.pmgridpagerstyle table,
.latestpostsgridpagerstyle table {
    width: auto;
}
.pmgridpagerstyle table td,
.latestpostsgridpagerstyle table td {
    padding: 0 10px;
}
.pmgridpagerstyle > td,
.latestpostsgridpagerstyle > td {
    padding: 0 13px;
}
/*** LOGIN PAGES ***/

.login-page .wrapper {
    margin-top: 35px;
    padding-left: 5px;
    color: #555;
    line-height: 1.6em;
}
.login-page .wrapper:after {
    content: "";
    clear: both;
    display: block;
}
.login-page .wrapper input[type="text"],
.login-page .wrapper input[type="password"] {
    width: 300px;
}
.login-page .wrapper .new-wrapper {
    float: left;
    width: 50%;
}
.login-page .wrapper .new-wrapper .register-title {
    margin: 0 10px;
    font-weight: 400;
}
.login-page .wrapper .new-wrapper .register-block {
    text-align: center;
    margin: 10px;
    padding: 15px;
    border: solid 1px #d3d3d3;
    min-height: 255px;
    vertical-align: top;
}
.login-page .wrapper .new-wrapper .checkout-as-guest-or-register-block {
    text-align: left;
    margin: 10px;
    padding: 15px 5px 5px;
    border: solid 1px #d3d3d3;
    height: 240px;
    vertical-align: top;
}
.login-page .wrapper .returning-wrapper {
    float: right;
    width: 50%;
}
.login-page .wrapper .returning-wrapper .login-title {
    margin: 0 10px;
    font-weight: 400;
}
.captcha-enabled {
    height: 310px !important;
}
.login-page .wrapper .returning-wrapper .login-block {
    text-align: left;
    margin: 10px;
    padding: 15px;
    border: solid 1px #d3d3d3;
    min-height: 255px;
}
.login-table-container {
    vertical-align: middle;
}
.login-table-container .row .item-name {
    padding: 10px 10px 10px 0;
    white-space: nowrap;
}
.login-table-container .row .item-value {
    padding: 10px 0;
    vertical-align: middle;
}
.login-page .forgot-password {
    font-weight: 700;
}
.login-page .buttons {
    float: right;
    margin: 25px;
    text-align: center;
    clear: both;
}
.login-page .returning-wrapper .inputs.reversed {
    white-space: normal;
}
.registration-page .page-title {
    border-bottom: 0 none;
}
.registration-page .body {
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}
.registration-page .section-title {
    padding: 10px 10px 5px 0;
    font-weight: 700;
    clear: both;
    font-size: 12px;
}
.registration-page .section-body {
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.registration-page .section-body table {
    width: auto;
}
.registration-page .section-body table .item-name {
    min-width: 220px;
}
.registration-page .button {
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    clear: both;
}
.account-activation-page .page-title {
    border-bottom: 0 none;
}
.account-activation-page .body {
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}
/*** UPLOAD EXTENSION ***/
.page-upload-extension i {
    font-size: 12px;
}
.page-upload-extension .button {
    margin-top: 35px;
}
.page-upload-extension ul {
    padding-left: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.page-upload-extension ul li {
    position: relative;
}
.page-upload-extension ul li:before {
    content: "";
    background: #9bd5f6;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -16px;
    top: 10px;
}
/*** MVP ***/

.mvp-page .page-body {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.team-item {
    display: inline-block;
    width: 47%;
    margin: 20px 1% 0 1%;
    min-height: 270px;
    border: dashed 1px #d3d3d3;
    padding: 15px;
    text-align: left;
    vertical-align: top;
}
.team-item h3 {
    padding: 0px 0 5px 0;
    display: inline-block;
}
.team-item img {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    min-width: 110px;
}
.team-item p {
    display: table;
    margin: 5px 0;
    min-width: 60%;
}
.team-item .team-description {
    clear: both;
}
/*** PASSWORD RECOVERY ***/

.password-recovery-page .button-blue {
    margin-left: 4px;
    margin-top: 5px;
}
/* Socials */

.social-t {
    float: left;
    margin-right: 15px;
    margin-top: 1px
}
.list.__inline .list-item,
.menu.__inline .menu-item {
    display: inline-block;
    word-spacing: 0;
    zoom: 1;
    *display: inline;
}
.list.__socials {
    height: 34px;
}
.list.__socials::after {
    content: '';
    display: inline-block;
    line-height: 0;
    width: 100%;
}
.list.__socials a {
    background-image: url(../images/socials.png);
    background-repeat: no-repeat;
    display: block;
    font-size: 0;
    height: 34px;
    width: 36px;
}
.list.__socials .__fb a {
    background-position: -36px -36px;
}
.list.__socials .__gp a {
    background-position: -72px -36px;
}
.list.__socials .__in a {
    background-position: -108px -36px;
}
.list.__socials .__tw a {
    background-position: 0 -36px;
}

/*** ABOUT US ***/

.about-us-page h2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 35px;
}
.about-us-page ul {
    padding-left: 40px;
}
.about-us-page ul li {
    position: relative;
    padding: 2px 0;
}
.about-us-page li:before {
    content: "";
    background: #9bd5f6;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -16px;
    top: 12px;
}
.timeline {
    width: 1080px;
    position: relative;
    margin-bottom: 90px;
}
.timeline {} .timeline h2,
.timeline h3 {
    font-weight: 400;
}
.timeline h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
}
.timeline h3 {
    border-bottom: 3px solid #59A8D6;
    padding: 4px 0;
    color: #59A8D6;
    text-transform: lowercase;
    font-size: 20px;
    width: 160px;
    background: #fff;
}
.timeline-item .timeline-content {
    width: 260px;
    margin-top: 14px;
    line-height: 1.5em;
    background: #f9f9f9;
}
.timeline-item h3 .year {
    font-size: 35px;
}
.timeline p {
    margin: 10px 0;
    line-height: 1.6em;
}
.timeline-item {
    position: relative;
    overflow: hidden;
    display: table;
    margin: 0 auto;
}
.timeline-item:first-child h3 {
    margin-right: -1px;
}
.timeline-item:last-child > div:first-child {
    border: none !important;
}
.timeline-item:last-child h3 {
    border-right: 1px dashed #b0b6be;
}
.timeline-item:before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    /* background: #59A8D6; */
    border-radius: 15px;
    position: absolute;
    top: 35px;
    left: 512px;
}
.timeline-item:after {
    display: block;
    clear: both;
    content: "";
    width: 9px;
    height: 8px;
    background: #ACD7F0;
    border-radius: 10px;
    position: absolute;
    top: 39px;
    left: 515px;
}
.timeline-item > div {
    width: 520px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}
.timeline-item .month {
    display: block;
    background: #59A8D6;
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
}
.timeline-item .timeline-content .text {
    padding: 8px 10px;
    display: block;
    border: 1px solid #eeeeee;
}
.timeline-item > div:first-child {
    float: left;
}
.timeline-item > div:last-child {
    float: right;
    display: table;
    vertical-align: middle;
}
.timeline-item > div > div {
    display: table-cell;
    vertical-align: middle;
}
.timeline-item:nth-child(even) > div:last-child {
    float: left;
}
.timeline-item:nth-child(even) > div:first-child {
    float: right;
    text-align: left;
    border-left: 1px dashed #b0b6be;
}
.timeline-item:nth-child(even) > div:first-child h3 {
    padding-left: 15px;
}
.timeline-item:nth-child(even) > div:first-child h3,
.timeline-item:nth-child(even) > div:first-child .timeline-content {
    float: left;
}
.timeline-item:nth-child(odd) > div:first-child {
    text-align: right;
    border-right: 1px dashed #b0b6be;
    margin-right: -2px;
}
.timeline-item:nth-child(odd) > div:first-child h3 {
    padding-right: 15px;
}
.timeline-item:nth-child(odd) > div:first-child h3,
.timeline-item:nth-child(odd) > div:first-child .timeline-content {
    float: right;
}
/* Socials */

.social-t {
    float: left;
    margin-right: 15px;
    margin-top: 1px
}
.list.__inline .list-item,
.menu.__inline .menu-item {
    display: inline-block;
    word-spacing: 0;
    zoom: 1;
    *display: inline;
}
.list.__socials {
    height: 34px;
}
.list.__socials::after {
    content: '';
    display: inline-block;
    line-height: 0;
    width: 100%;
}
    .list.__socials a { background-image: url(../images/socials.png); background-repeat: no-repeat; display: block; font-size: 0; height: 34px; width: 36px; }
    .list.__socials .__fb a { background-position: -36px -36px; }
    .list.__socials .__gp a { background-position: -72px -36px; }
    .list.__socials .__in a { background-position: -108px -36px; }
    .list.__socials .__tw a { background-position: 0 -36px; }
.login-page .title { margin: 0 0 15px; font-size: 16px; color: #444; }
    .login-page .title strong { margin: 0 10px; font-weight: normal; }

.login-page .new-wrapper .text { margin: 0 0 30px; border: 1px solid #e6e6e6; padding: 30px; line-height: 22px; }
.login-page .returning-wrapper .form-fields{background:#fff; border: 1px solid #e6e6e6; padding:30px 10px 0;}
.login-page .returning-wrapper .buttons { background-color: #fff; padding: 30px 0; }
.login-page .returning-wrapper .inputs.reversed * { display: inline-block; width: auto; margin: 5px; font-size: 14px; color: #444; line-height:normal;}
.login-page .returning-wrapper .inputs.reversed a:hover { color: #4ab2f1; }
.login-page .returning-wrapper, .login-page .register-block { margin: 0; width: 49%;float:right; }

.button-2, .checkout-page .button-1, .order-details-page .button-1, .change-password-button, .save-customer-info-button, .add-address-button,
.upload-avatar-button, .save-address-button {
    display: inline-block;
    min-width: 100px;
    margin: 5px;
    border: none;
    background-color: #aaa;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
}
.shopping-cart-page .checkout-button { padding: 10px 50px; font-size: 21px; margin-top: 20px; }
.button-2, .button-1{cursor:pointer}

.opc .allow .step-title {
    background-color: #4ab2f1;
    cursor: pointer;
}
.opc .step-title {
    margin: 0 0 1px;
    overflow: hidden;
    background-color: #f6f6f6;
}
.opc .step {
    margin: 10px 0;
    padding: 30px 15px;
    text-align: center;
}
.opc .section {
    margin: 0 0 30px;
}
.enter-address .edit-address {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 30px 15px;
}
.opc .allow .step-title .number, .opc .allow .step-title .title {
    color: #fff;
    cursor: pointer;
}
.opc .step-title .number {
    width: 42px;
    border-right: 1px solid #fff;
    text-align: center;
    margin: 20px 10px;
}
.opc .step-title .number, .opc .step-title .title {
    float: left;
    min-height: 40px;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
}

/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/
@media screen and (max-width: 1079px) {
   
    /*** WRAPPERS ***/
    .item-box{width: 33%; margin:0;}
    .master-wrapper-content { width: 100%; padding: 0 15px; }
    .center-2 { width: 70%; }
    .side-2 { width: 30%; }
    /*** HEADER ***/

    .header { width: 100%; }
    .header-logo { text-align: center; }
    .header-links { display: none; }
    .header-menu { padding: 0; margin: 0; }
        .header-menu .toggles { display: table; width: 100%; padding: 10px 0; }
        .header-menu > ul { display: none; }
    .item-toggle { padding: 15px 0; font-size: 15px; font-weight: bold; color: #fff; text-transform: uppercase; cursor: pointer; display: table-cell; border-right: 1px solid #22597d; }
        .item-toggle.account-toggle { border-right: 1px solid #286893; }
    .menu-toggle { background: url(../images/menu-icon.png) center center no-repeat; }
    .cart-toggle { background: url(../images/cart-icon.png) center center no-repeat; }
    .account-toggle { background: url(../images/account-icon.png) center center no-repeat; }
    .top-menu.mobile,
    .account-menu.mobile { background: #fff; width: 100%; position: relative; overflow: hidden; border-bottom: 1px solid #296893; }
    .header-menu ul li:hover > .sublist { display: none; padding: 2px 0; border-bottom: 1px solid #296893; }
    .top-menu.mobile li,
    .account-menu.mobile li { display: block; border-bottom: 1px solid #eeeeee; }
        .top-menu.mobile li:last-child,
        .account-menu.mobile li:last-child { border-bottom: none; }
    .top-menu.mobile .sublist li:hover a:before { content: ""; position: absolute; top: 0px; left: 0px; width: 0; height: 0; background-color: #286893; }
    .top-menu.mobile li a,
    .account-menu.mobile li a { color: #000; text-transform: none; font-size: 20px; white-space: nowrap; padding: 15px 0 15px 35px; display: block; }
    .header-menu .sublist { position: absolute; width: 100%; top: 0; box-shadow: none; margin-left: 0; }
        .header-menu .sublist li a:before { background: none; }
    /*** HOME PAGE ***/

    .page-content-home-page { margin-top: 0; padding: 0; }
    .home-page-banner { width: 100%;     background-size: contain;}
    .home-page-description { width: 100%; }
    .home-page-trusted > div { width: 96%; margin: 0 2%; }
    .home-page-features { width: 100%; }
        .home-page-features .features-center { left: 46.5%; }
    .feature-item > div { width: 40%; }
    .feature-item img { max-width: 100%; }
    .home-page-clients { width: 100%; }
        .home-page-clients ul { text-align: center; }
            .home-page-clients ul li { display: inline-block; }
                .home-page-clients ul li > div { display: table-cell; vertical-align: middle; }
    /*** FOOTER ***/

    .footer-upper > div { width: 100%; text-align: center; }
    .footer-lower > div { width: 100%; display: block; }
    .footer-block { margin: 0; float: none; display: inline-block; vertical-align: top; }
    .footer-disclaimer { display: block; text-align: center; }
    .footer .recommended-hosting { display: block; text-align: center; }
        .footer .recommended-hosting > div { float: none; width: 100%; }
        .footer .recommended-hosting .title { display: block; margin-bottom: 5px; margin-top: 10px; }
        .footer .recommended-hosting ul { display: table; margin: 0 auto; }
    /*** DEMO PAGE ***/

    .nopCommerce-demosite { width: auto; margin: 0 10px; }
    .demo-page table td,
    .page-download td { }
    /*** SHOWCASE PAGE ***/

    .showcase-page table { width: 100%; }
        .showcase-page table td { display: block; width: 24%; margin: 1% 0.5%; float: left; }
            .showcase-page table td div.item { width: auto; }
            .showcase-page table td a img { max-width: 100%; }
            .showcase-page table td a { word-wrap: break-word; line-height: 15px; }
    /*** PRODUCT DETAILS ***/

    .product-details-info .picture { float: none; }
        .product-details-info .picture img { max-width: 100%; }
    .product-details-info .overview { float: none; margin: 0 auto; width: auto; }
    .product-details-page input[type="text"] { max-width: 100%; }
    .product-details-info .fulldescription { margin-top: 40px; }
    .product-list1 { width: 100%; }
    .premium-support .product-variant-line { width: 100%; float: none; padding: 15px; margin: 0; }
    .product-details-info .contributorinfo { }
    /*** BLOG PAGES ***/

    .blog-page img,
    .blogpost-page img { max-width: 100%; }
    .blogaddcommentcommenttext { width: auto; }
    /*** LOGIN & REGISTRATION ***/

    .login-page .wrapper input[type="text"],
    .login-page .wrapper input[type="password"] { max-width: 80%; }


    /*** REQUEST A QUOTE PAGE ***/

    .request-quote-page .overview { width: 48%; margin: 1%; height: 420px; }
    /*** PRODUCT BOX ***/

    .item-box3 .product-item { height: 313px; }
    .item-box3 .description { display: none; }
    .item-box .product-item { height: auto; }
     .item-box .product-item .product-title { height: 60px; }
    .item-box .description p { height: auto; }
    .item-box3 .product-title { height: 83px; }
    /*** ABOUT US ***/

    .timeline { width: 100%; }
    .timeline-item { width: 100%; }
    .timeline h3 { max-width: 100%; }
    .timeline-item > div { width: 50%; }
    .timeline-item:before,
    .timeline-item:after { display: none; }
    .timeline-item:nth-child(odd) > div:first-child .timeline-content { margin-right: -1px; }
    .timeline-item:nth-child(even) > div:first-child .timeline-content { margin-left: -1px; }
      .conference-banner .conference-info { width: auto; padding: 0 20px; word-break: break-word; }
}
@media screen and (max-width: 768px) 
{
    .item-box{
       width: 49%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    margin-right: 0;
}

    .product-collateral img {width:100%; height:auto;}


    .product-grid {text-align:center; margin-top:10px;}

    .available-items li.item{
        display:inline-block;
    }

    .product-spec-group {
        text-align:center;
    }

    .product-filters .title {margin: 0px 0 10px 0; }
    /*** WRAPPERS ***/

    .center-2 { width: 100%; float: none; }
    .side-2 { float: none; margin: 0 auto; width: 100%; max-width: 400px; }
        .side-2 .ads-blocks { display: none; }
    .page-extensions .page-bottom { display: table; width: 100%; }
        .page-extensions .page-bottom .ads-blocks { display: table-cell; text-align: center; }
            .page-extensions .page-bottom .ads-blocks img { max-width: 100%; }
    /*** COMMON ***/
       .conference-banner + .banner-wrapper + .home-page-description { margin-top: 115px; }
    .conference-banner + .banner-wrapper .home-page-banner { padding-top: 400px; }
    .feature-wrapper-contents,
    .overview-page,
    .page-roadmap,
    .page-download { text-align: center; }
    .feature-wrapper-contents p,
    .overview-page p,
        .page-roadmap p,
        .page-download p { text-align: left; }
        .feature-wrapper-contents img,
        .overview-page img,
        .page-roadmap img,
        .page-download img { float: none !important; margin-left: 0 !important; margin-right: 0 !important; max-width: 100%; }
    .page-bottom .block { display: block; }
        .page-bottom .block ul li { padding: 10px !important; }

    /*** FOOTER ***/

    .footer-block { display: block; width: 100%; margin: 0 0 40px 0; }
    .follow-us { padding-top: 0; }
    .feature-wrapper-tabs li { width: 46%; height: 55px; margin-right: 5px; }
    /*** DEMO PAGE ***/

    .nopCommerce-demosite { width: auto; margin-bottom: 20px; }
        .nopCommerce-demosite img { max-width: 100%; }
    .demo-page table td,
    .page-download td { width: auto !important; display: block; }
    /*** SHOWCASE PAGE ***/

    .showcase-page table td { width: 48%; margin: 1%; }
    /*** ACCOUNT PAGES ***/

    .login-page .wrapper .new-wrapper { float: none; width: 100%; }
    .login-page .wrapper .returning-wrapper { margin-top: 30px; float: none; width: 100%; }
    .tab-content .section-body .table-container { width: 100%; table-layout: fixed; }
    .tab-content .section-body select { min-width: 0; max-width: 100%; }
    .tab-content textarea { max-width: 100%; }
    .tab-content-forum-posts table { width: 100%; table-layout: fixed; }
    .tab-content .products-box table { table-layout: fixed; word-break: break-word; }
    .tab-content .products-box table .button-blue { table-layout: fixed; }
    /*** REQUEST A QUOTE PAGE ***/

    .request-quote-page .overview { width: 100%; height: auto; float: left; }
    /*** SHOPPING CART PAGES ***/

    .order-progress { height: auto; }
    .order-progress ul li { display: inline-block; }
    .order-progress ul li .active-step { display: block; padding-bottom: 16px; background-position: 50% 100%; }
    .order-progress ul li .inactive-step { display: block; padding-bottom: 16px; background-position: 50% 100%; }
    .checkout-data .address-grid .item-box { width: 48%; }
    .order-summary-content .cart,
    .wishlist-content .cart { display: block; }
    .cart colgroup,
    .cart thead { display: none; }
    .cart tbody { display: block; overflow: hidden; }
    .cart tr { display: inline-block; float: left; width: 48%; margin: 10px 1%; border: 1px solid #ddd; word-break: break-word; }
    .cart .cart-item-row td { display: block; border: none; padding: 10px; }
    .cart tr:nth-child(2n+1) { }
    .cart .cart-item-row td.remove-from-cart { margin: 0 0 15px; border-bottom: 1px solid #ddd; background-color: #eee; padding: 10px; }
    .cart .cart-item-row td.productpicture { border-top: 1px solid #ddd; padding: 15px 10px 5px; display: block; border: none; }
    .cart .cart-item-row td.product { min-width: 0; border-bottom: 1px solid #ddd; padding: 5px 10px 15px; text-align: center; }
    .cart .cart-item-row td.unit-price,
    .cart .cart-item-row td.subtotal { display: block; padding: 20px 10px; vertical-align: middle; }
    .cart .cart-item-row td.quantity { display: block; padding: 5px 10px; vertical-align: middle; }
    /*** MVP PAGE ***/

    .team-item { width: 100%; min-height: 0; }
    /*** HOME PAGE ***/

    .home-page-trusted { padding: 0; display: table; width: 100%; }
        .home-page-trusted > div { border: none; background: none; display: table-cell; vertical-align: middle; }
    /*** MVP PAGE ***/

    .team-item h3 { width: 100%; }
    /*** FORUM PAGES ***/

    .page-forum .top .actions { display: block; float: right; padding-right: 0; }
    .page-forum .top .pager { display: table; float: left; margin: 2px; }
    /*** PRODUCT BOX ***/

    .product-list1 { display: inline-block; text-align: center; }
    .item-box3 { width: 49%; float: none; display: inline-block; vertical-align: top; margin-bottom: 5px; }
        .item-box3 .product-item { margin: 0; }
    /*** SOLUTION PARTNERS ***/

    .solution-partners-page .partner-item { width: 48%; }
    /*** OUR MISSION ***/

    .our-mission-page img { float: none !important; display: block; margin: 0 auto !important; max-width: 100%; }
    /*** BLOG POST ***/

    .postbody table { width: 100%; }
    .postbody #team .table-inner { width: 100% !important; }
    .postbody #team .table1-2 { width: 45%; }
    .postbody .table600 { margin: 0 !important; }
    .postbody #team .cta table { width: auto; }
    .order-summary-content .cart .cart-item-row td.end,
    .wishlist-content .cart .cart-item-row td.end { border-bottom: none; }
    .login-page .new-wrapper { float: none; width:100%;}
    .login-page .returning-wrapper { float: none; width:100%;}

    .forums-header .current-time{float:none;}
    .topic-post { display: table; width: 100%; margin: 0; }
    .topic-post .post-info { display: table-cell; width: 15%; margin: 0; vertical-align: top; text-align: left; }
    .topic-post .user-info { width: auto; }
    .topic-post .username { min-height: 40px; margin: 0; border: none; text-align: center; }

}/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media screen and (max-width: 480px) {
    .banner-wrapper { margin-bottom: 100px; }
    .home-page-banner { background-size: contain; height: 700px; }
        .home-page-banner .buttons > a { margin-bottom: 10px; max-width: 90%; min-width: 0; }
    .conference-banner { height: 400px; }
        .conference-banner + .banner-wrapper .home-page-banner { padding-top: 300px; background: none; }
        .conference-banner h1 { font-size: 30px; }
        .conference-banner .conference-dates { font-size: 24px; }
        .conference-banner .conference-registration { font-size: 18px; }
    /*** WRAPPERS ***/
    
    .master-wrapper-content {
        padding: 5px;
    }
    .page-body {
        padding-top: 0;
    }
    /*** HOME PAGE ***/
    
    .banner-wrapper {
        margin-bottom: 100px;
    }
    .home-page-banner {
        background-size: contain;
        height: 700px;
    }
    .home-page-banner .buttons > a {
        margin-bottom: 10px;
        max-width: 90%;
        min-width: 0;
    }
    .feature-item {
        margin-bottom: 30px;
    }
    .feature-item > div {
        width: 100%;
        padding: 0 20px;
    }
    .feature-item > div > div {
        display: block;
        height: auto;
    }
    .feature-item > div:last-child,
    .feature-item > div:first-child {
        float: none;
        height: auto;
    }
    .feature-item:nth-child(odd) > div:first-child {
        text-align: left;
    }
    .feature-item h3 {
        text-align: center;
        font-size: 24px;
    }
    .home-page-features .features-center {
        display: none;
    }
    .home-page-description h2 {
        padding: 0 10px;
    }
    .home-page-description p {
        padding: 0 10px;
    }
    /*** FEATURES PAGE ***/
    
    .feature-wrapper-tabs li {
        width: 100%;
        float: none;
        height: 35px;
    }
    .feature-wrapper-tabs li.activetab:before {
        top: 12px;
        left: -5px;
    }
    /*** ACCOUNT PAGES ***/
    
    .tab-content .latestpostsgridpagerstyle td,
    .tab-content .tab-content-forum-posts table td,
    .pmgridpagerstyle table td {
        display: inline-block;
    }
    /*** SHOWCASE PAGE ***/
    
    .showcase-page table {
        border-spacing: 0;
        table-layout: fixed;
    }
    .showcase-page table td {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .showcase-page table td > div {
        padding: 10px 0;
    }
    .showcase-page table td a img {}
    /*** BLOG PAGES ***/
    
    .blogcomment .commentinfo {
        float: none;
        width: auto;
        padding-top: 15px;
    }
    .blogcomment .commentcontent {
        margin: 0
    }
    /*** ACCOUNT PAGES ***/
    
    .login-page .wrapper input[type="text"],
    .login-page .wrapper input[type="password"] {
        width: 90%;
        max-width: 90%;
    }
    .login-table-container .row .item-value,
    .login-table-container .row .item-name {
        display: inline-block;
        width: 100%;
    }
    .registration-page .row td {
        display: inline-block;
        min-width: 51%;
    }
    .tab-content .section-body td {} .tab-content .section-body {
        padding: 2px
    }
    .tab-content .topic div {
        padding: 0
    }
    .account-page input[type=text],
    .account-page textarea,
    .account-page select {
        width: 90% !important;
        min-width: 0 !important;
    }
    .account-page .row td {
        display: inline-block;
        padding-right: 0 !important;
        width: 100%;
    }
    .account-page .button-blue {
        margin-bottom: 3px;
    }
    /*** REQUEST A QUOTE PAGE ***/
    
    .request-quote-page .row {
        display: inline-block;
    }
    .request-quote-page input,
    .request-quote-page textarea {
        width: 80% !important;
    }
    .request-quote-page select {
        max-width: 70%;
        min-width: 0;
    }
    .request-quote-page .row td {
        display: inline-block;
        width: 100%;
    }
    .button-request-quote {
        margin: 0 auto;
    }
    /*** RECOMMENDED HOSTING ***/
    
    .solution-partners-page .partner-item {
        padding: 15px 0;
    }
    .partner-item > div {
        display: block;
        text-align: center;
    }
    .solution-partners-page .partner-item > div:first-child {
        margin: 0 auto;
    }
    /*** CONTACT US ***/
    
    .contact-form input,
    .contact-form textarea {
        width: 100% !important;
    }
    .contact-form .row td {
        display: inline-block;
        min-width: 100%;
    }
    /*** BOARDS ***/
    
    .forumbreadcrumb a {
        line-height: 20px
    }
    .forumtopic .topicheader {
        padding: 5px 0
    }
    .forumtopic .topicheader .topicoptions {
        float: none;
        text-align: left;
        margin-bottom: 5px;
    }
    .forumgroup tr.groupheader td.topics,
    .forumgroup tr.groupheader td.posts,
    .forumgroup tr.groupheader td.lastpost {
        display: none;
    }
    .forumgroup tr.forum td.topics,
    .forumgroup tr.forum td.posts,
    .forumgroup tr.forum td.lastpost {
        display: none;
    }
    .forumgroup tr.forum td.image > div {
        /* display: none; */
    }
    .forumgroup tr.forum td.forumname {
        width: 90%;
    }
    .forumgroups .forumgroup .grouptitle {
        clear: both;
    }
    .activediscussions table.topics tr.activediscussionsheader td.replies,
    .activediscussions table.topics tr.activediscussionsheader td.views,
    .activediscussions table.topics tr.activediscussionsheader td.lastpost,
    .activediscussions table.topics tr.activediscussionsheader td.votes {
        display: none;
    }
    .activediscussions table.topics tr.topic td.replies,
    .activediscussions table.topics tr.topic td.topics,
    .activediscussions table.topics tr.topic td.views,
    .activediscussions table.topics tr.topic td.votes,
    .activediscussions table.topics tr.topic td.lastpost {
        display: none;
    }
    .carma-statistics > table > tbody > tr > td {
        display: block;
        width: 100% !important;
    }
    .highestkarma table.users {
        margin-bottom: 15px
    }
    .highestkarma table.users tr.highestkarmaheader td.username {
        width: 55%;
    }
    .highestkarma table.users tr.highestkarmaheader td.karma {
        width: 45%;
    }
    .page-forum table.topics tr.forumheader td.replies,
    .page-forum table.topics tr.forumheader td.views,
    .page-forum table.topics tr.forumheader td.votes,
    .page-forum table.topics tr.forumheader td.lastpost {
        display: none;
    }
    .page-forum table.topics tr.topic td.replies,
    .page-forum table.topics tr.topic td.views,
    .page-forum table.topics tr.topic td.votes,
    .page-forum table.topics tr.topic td.lastpost {
        display: none;
    }
    .page-forum table.topics tr.topic td.topicname {
        width: 90%;
    }
    .page-forum .top .foruminfo {
        margin-bottom: 15px
    }
    .postinfo {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }
    .postinfo .userinfo {
        display: table;
        width: 100%;
    }
    .postinfo .userinfo:after {
        content: "";
        clear: both;
        display: block;
    }
    .postinfo .userinfo .userstats {
        display: table-cell;
        width: 70%;
        vertical-align: top;
        padding-bottom: 3px;
        padding-top: 2px;
    }
    .postinfo .userinfo .userstats .status.status-img {
        float: left;
        margin-right: 10px;
        margin-top: 5px;
        display: none;
    }
    .postcontent {
        margin-left: 0;
    }
    .postinfo .userinfo a.username {
        display: table-row;
    }
    .postinfo .userinfo .avatar .avatar-img {
        margin-top: 6px;
        margin-right: 10px;
        display: table-cell;
        vertical-align: top;
    }
    .postinfo .userinfo .sendpmbox {} .postcontent .posttime {
        height: auto;
    }
    .postcontent .posttime .posted-label {
        display: none;
    }
    .forumtopic .topicheader .topicoptions a {
        margin-bottom: 4px;
    }
    .postcontent .posttime .forum-post-link {
        display: none;
    }
    .postbody .postcell {
        width: auto;
        max-width: 100%;
    }
    .postcontent .postbody table {
        table-layout: fixed;
    }
    .postcontent .postbody .posttext {
        word-wrap: break-word;
    }
    .forumpost {
        margin-bottom: 15px;
    }
    .postcontent .signature {
        padding: 7px 0;
    }
    .topicfooter {
        border-top: none;
    }
    .forumsearch table.topics tr.forumheader td.replies,
    .forumsearch table.topics tr.forumheader td.views,
    .forumsearch table.topics tr.forumheader td.votes,
    .forumsearch table.topics tr.forumheader td.lastpost {
        display: none;
    }
    .forumsearch table.topics tr.topic td.replies,
    .forumsearch table.topics tr.topic td.views,
    .forumsearch table.topics tr.topic td.votes,
    .forumsearch table.topics tr.topic td.lastpost {
        display: none;
    }
    .forumsearch table.topics tr.topic td.topicname {
        width: 90%;
    }
    .forum-search-panel input[type=text],
    .forum-search-panel select {
        width: 100% !important;
    }
    .page-forum .top .actions {
        float: none;
        text-align: left;
        margin-top: 10px;
    }
    .page-forum .top .pager {
        float: none;
    }
    .page-forum .top .pager a {
        margin-top: 4px;
    }
    /*** FEATURED PRODUCTS ***/
    
    .featured-product-grid .item-box {
        float: none;
        width: 100%;
    }
    /*** PRODUCT BOX ***/
    
    .product-list-view .item-box .details {
        padding-left: 40px;
    }
    .item-box3 .product-item {
        height: auto;
    }
    .item-box3 .product-item .product-title {
        height: auto;
    }
    /*** ABOUT US ***/
    
    .timeline-item .timeline-content {
        max-width: 100%;
        width: auto;
        word-break: break-word;
    }
    /*** PRODUCT DETAILS ***/
    
    .product-details-page .product-reviews .reviews-title {
        padding-left: 0;
    }
    /*** SOLUTION PARTNERS ***/
    
    .solution-partners-page .partner-item {
        width: 99%;
        padding: 0;
    }
    .solution-partners-page .tagline {
        min-height: 0;
    }
    /*** REQUEST QUOTE ***/
    
    .request-quote-page .table-container {
        width: 100%;
        table-layout: fixed;
    }
    /*** SHOPPING CART ***/
    
    .cart tr {
        width: 98%;
    }
    .order-summary-content .common-buttons .button-blue {
        margin-bottom: 5px;
    }
}

