@charset "utf-8";

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

html {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th,td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,blockquote {
    quotes: none;
}

q:before,q:after,blockquote:before,blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
    display: block;
}

body {
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

body {
    font: 14px/1.33 "FocoRegular",Arial,Helvetica,sans-serif;
	
}

select,input,button,textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

strong {
    font-weight: bold;
}

pre,code,kbd,samp,tt {    
    line-height: 100%;
}

.ltIE9 pre,.ltIE9 code,.ltIE9 kbd,.ltIE9 samp,.ltIE9 tt,.ltIE8 pre,.ltIE8 code,.ltIE8 kbd,.ltIE8 samp,.ltIE8 tt {
    font-size: 108%;
}

small {    
    font-size: 14px;
}

*:focus {
    outline: none;
}

.alert {
    color: #ff5800;
}

.sageGreen {
    color: #007f64;
}

.sageBrightGreen {
    color: #41a940;
}

.sageDarkGrey {
    color: #4d4f53;
}

.sageMidGrey {
    color: #afafaf;
}

.sageLightGrey {
    color: #e0e1dd;
}

.sageOrange {
    color: #ff5800;
}

.bare {
    color: #ebebeb;
}

.pale {
    color: #4d4f53;
}

.firm {
    color: #4d4f53;
}

.firm1 {
    color: #189fe3 !important;
}

.highlight {
    color: #eff0ee;
}

.highlight2 {
    color: #eff0ee;
}

.contrast {
    color: white;
}

.white {
    color: white;
}

a.white:hover {
    color: white;
}

.black {
    color: black;
}

.sageOrangeInvert {
    color: white;
    background-color: #ff5800;
}

.sageBrightGreenInvert {
    color: white;
    background-color: #41a940;
}

.sageGreenInvert {
    color: white;
    background-color: #007f64;
}

.button {
    color: #fff;
    border: 1px solid #fff;
    padding: 9px 10px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-repeat: repeat-x;
    display: inline-block;   
    font-size: 16px;
    font-weight: normal;
}

.button .fa-angle-right {
    padding: 0px;
    padding-left: 10px;
    vertical-align: middle;
    margin-top: -4px;
    line-height: 20px;
    font-size: 24px;
}

.button.large,.buttonBuy {
    font-size: 20px;
}

.button.large .fa-angle-right,.buttonBuy .fa-angle-right {
    font-size: 30px;
    vertical-align: middle;
}

.button.small {
    font-size: 12px; 
    font-weight: bold;
}

.button {
    background-image: linear-gradient(bottom, #41a940 0%,#70be6f 100%);
    background-image: -o-linear-gradient(bottom, #41a940 0%, #70be6f 100%);
    background-image: -moz-linear-gradient(bottom, #41a940 0%, #70be6f 100%);
    background-image: -webkit-linear-gradient(bottom, #41a940 0%, #70be6f 100%);
    background-image: -ms-linear-gradient(bottom, #41a940 0%, #70be6f 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #41a940), color-stop(1, #70be6f));
}

.button:hover,.button:active,.button:focus {
    background-color: #41a940;
    background-position: 0 -15px;
    transition: background-position .1s linear;
    text-decoration: none;
    color: white;
}

.button.sageBrightGreen {
    background-color: #41a940;
    background-image: linear-gradient(bottom, #41a940 0%,#70be6f 100%);
    background-image: -o-linear-gradient(bottom, #41a940 0%, #70be6f 100%);
    background-image: -moz-linear-gradient(bottom, #41a940 0%, #70be6f 100%);
    background-image: -webkit-linear-gradient(bottom, #41a940 0%, #70be6f 100%);
    background-image: -ms-linear-gradient(bottom, #41a940 0%, #70be6f 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #41a940), color-stop(1, #70be6f));
}

.button.sageBrightGreen:hover {
    background-color: #41a940;
    background-position: 0 -15px;
    transition: background-position .1s linear;
}

.button.sageGreen {
    background-color: #007f64;
    background-image: linear-gradient(bottom, #007f64 0%,#3f9f8a 100%);
    background-image: -o-linear-gradient(bottom, #007f64 0%, #3f9f8a 100%);
    background-image: -moz-linear-gradient(bottom, #007f64 0%, #3f9f8a 100%);
    background-image: -webkit-linear-gradient(bottom, #007f64 0%, #3f9f8a 100%);
    background-image: -ms-linear-gradient(bottom, #007f64 0%, #3f9f8a 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #007f64), color-stop(1, #3f9f8a));
}

.button.sageGreen:hover {
    background-color: #007f64;
    background-position: 0 -15px;
    transition: background-position .1s linear;
}

.button.sageMidGrey {
    background-color: #afafaf;
    background-image: linear-gradient(bottom, #afafaf 0%,#c3c3c3 100%);
    background-image: -o-linear-gradient(bottom, #afafaf 0%, #c3c3c3 100%);
    background-image: -moz-linear-gradient(bottom, #afafaf 0%, #c3c3c3 100%);
    background-image: -webkit-linear-gradient(bottom, #afafaf 0%, #c3c3c3 100%);
    background-image: -ms-linear-gradient(bottom, #afafaf 0%, #c3c3c3 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #afafaf), color-stop(1, #c3c3c3));
}

.button.sageMidGrey:hover {
    background-color: #afafaf;
    background-position: 0 -15px;
    transition: background-position .1s linear;
}

.button.sageDarkGrey {
    background-color: #4d4f53;
    background-image: linear-gradient(bottom, #4d4f53 0%,#797b7e 100%);
    background-image: -o-linear-gradient(bottom, #4d4f53 0%, #797b7e 100%);
    background-image: -moz-linear-gradient(bottom, #4d4f53 0%, #797b7e 100%);
    background-image: -webkit-linear-gradient(bottom, #4d4f53 0%, #797b7e 100%);
    background-image: -ms-linear-gradient(bottom, #4d4f53 0%, #797b7e 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4d4f53), color-stop(1, #797b7e));
}

.button.sageDarkGrey:hover {
    background-color: #4d4f53;
    background-position: 0 -15px;
    transition: background-position .1s linear;
}

.button.sageOrange {
    background-color: #ff5800;
    background-image: linear-gradient(bottom, #ff5800 0%,#ff813f 100%);
    background-image: -o-linear-gradient(bottom, #ff5800 0%, #ff813f 100%);
    background-image: -moz-linear-gradient(bottom, #ff5800 0%, #ff813f 100%);
    background-image: -webkit-linear-gradient(bottom, #ff5800 0%, #ff813f 100%);
    background-image: -ms-linear-gradient(bottom, #ff5800 0%, #ff813f 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff5800), color-stop(1, #ff813f));
}

.button.sageOrange:hover {
    background-color: #ff5800;
    background-position: 0 -15px;
    transition: background-position .1s linear;
}

.button.white,.buttonTry {
    background-color: white;
    background-image: linear-gradient(bottom, #eff0ee 0%,#ffffff 50%,#ffffff 100%);
    background-image: -o-linear-gradient(bottom, #eff0ee 0%, #fff 50%, #fff 100%);
    background-image: -moz-linear-gradient(bottom, #eff0ee 0%, #fff 50%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #eff0ee 0%, #fff 50%, #fff 100%);
    background-image: -ms-linear-gradient(bottom, #eff0ee 0%, #fff 50%, #fff 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eff0ee), color-stop(0.5, #fff), color-stop(1, #fff));
    color: #41a940;
    border: 1px solid #41a940;
    text-shadow: none;
}

.button.white:hover,.buttonTry:hover {
    background-color: white;
    background-position: 0 15px;
    transition: background-position .1s linear;
    color: #41a940;
}

.button.small.shadow {
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.button.shadow,.button.large.shadow,.button.align180,.like4like .button,.buttonBuy,.buttonTry,.buttonBuyNow {
    box-shadow: 0 4px 7px rgba(0,0,0,0.2);
}

.ob_dark .button.small.shadow {
    margin-bottom: 10px;
}

.buttonTry {
    padding: 12px 10px;
}

.ltIE8 .buttonTry {
    margin-bottom: -3px;
    margin-left: 5px;
}

.button.stat {
    margin-left: 20px;
    margin-bottom: 10px;
}

.ltIE8 .button.stat {
    margin-left: 30px;
}

.chromemenu {
    background-color: white;
    margin-top: -5px;
    width: 976px;
}

.chromemenu ul {
    width: 100%;
    padding: 5px 0 0 44px;
    margin: 0;
    text-align: left;
}

.chromemenu ul li {
    display: inline-block;
    margin-left: -4px;
    background: url(/images/mastHeadArrow.png) bottom left no-repeat;
}

.chromemenu ul li a {
    color: black;
    padding: 5px 12px 2px 8px;
    height: 45px;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    border-left: 1px solid #afafaf;
    width: 97px;
    line-height: 1em;
    vertical-align: top;
}

.chromemenu ul li a:hover {
    color: white;
    background: #41a940 url(/images/mastHeadArrow2.png) bottom left no-repeat;
}

.chromemenu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ltIE8 .chromemenu ul li {
    display: inline;
}

.chromemenu ul li.cmSix {
    background-image: none;
    background-color: none;
}

.chromemenu ul li.cmSix:hover {
    background-color: #41a940;
    background-image: none;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.chromemenu ul li.cmSix a:hover {
    background-image: none;
}

.menu td {
    width: 1%;
    padding-right: 10px;
    vertical-align: top;
}

.menu td div {
    padding: 5px;
    background-color: #eff0ee;
    display: inline-block;
    height: 96%;
    width: 96%;
}

.menu td a {
    display: block;
}

.menu table ul {
    list-style: none;
    padding: 0;
    margin: 7px 0 7px 0;
    font-size: 14px;
    padding-bottom: 5px;
}

.menu table ul li {
    margin-bottom: 0.5em;
    line-height: 1em;
}

.menu table ul li a {
    color: #41a940;
    font-weight: bold;
    font-size: 12px;
    margin-left: 6px;
}

.menu .TabbedPanelsTabGroup {
    padding-top: 0px;
}

.menu .TabbedPanelsContent {
    padding: 10px 0 0px 10px;
}

.menu .TabbedPanels {
    margin-top: -1px;
}

.menu table h2 {
   
    margin-bottom: 7px;
    font-weight: bold;
    margin-top: 5px;
    letter-spacing: normal;
    margin-left: 5px;
}

.menu table h2 a {
    font-weight: bold;
    font-size: 12px;
    background-color: #41a940;
    color: white;
    padding: 3px 6px;
    margin-left: -5px;
}

.menu table h2 a:hover {
    color: white;
}

.menu table a.sageOrangeInvert,.menu table a.sageBrightGreenInvert {
    color: white;
    padding: 3px 6px;
    margin-left: 0px;
}

.menu table a.sageOrangeInvert {
    background-color: #ff5800;
}

.menu table a.sageOrangeInvert i {
    font-size: 1.1em;
}

.menu table a.sageOrangeInvert i:hover {
    text-decoration: none;
}

.menu table a.sageBrightGreenInvert {
    background-color: #41a940;
}

.menu .button {
    padding: 3px 5px 4px 5px;
    text-align: left;
    margin-top: -5px;
}

.ltIE8 .menu .button {
    margin-top: 0px;
}

.tabcontainer {
    clear: left;
    margin-left: 40px;
    position: absolute;
    z-index: 1;
}

.tabcontent {
    display: none;
    padding-bottom: 10px;
    padding-right: 10px;
    width: 705px;
}

.tContent {
    padding: 1px 0px 0px 0px !important;
}

.openNewWin {
    text-align: left;
}

.openNewWin [class^="icon-"] {
    font-size: 0.8em;
    margin-top: 2px;
    padding-left: 5px;
}

.ltIE8 .openNewWin [class^="icon-"] {
    margin-top: -10px;
}

.cookieOptOutContainer {
    background-color: #000;
    text-align: center;
    border-bottom: 1px solid #afafaf;
    width: 976px;
    margin-left: auto;
    margin-right: auto;
}

.cookieStar {
    padding: 0 10px 0 10px;
    font-size: 30px;
    line-height: 20px;
    vertical-align: sub;
}

.cookieOptOutContainer p {
    padding: 5px;
    color: #999;
    margin-top: 0px;
}

.cookieMessage {
    margin: 0 0 0 0;
    line-height: 20px;
    color: #e5e5e5;
    font-size: 12px;
}

.cookieClose {
    font-size: 18px;
    float: right;
    margin-top: 4px;
    margin-right: 20px;
    cursor: pointer;
    font-weight: bold;
}

#cookieAlertDialogContent p {

    font-size: 1em;
}

#cookiePrefDialogContent {
    padding: 10px;
    font-size: 12px;
}

.cookiePrefP {
    margin: 8px 5px 5px;
}

#prefContainer li {
    list-style: none;
    list-style-image: none;
    background: #eff0ee;
    padding: 8px 10px 10px 10px;
    margin: 3px 8px 18px 8px;
}

#btn0,#btn1,#btn2 {
    width: 65px;
    height: 26px;
    background: transparent url(https://my.sage.co.uk/images/onoff.png) no-repeat left -27px;
    float: right;
    cursor: pointer;
}

#btn0.btnOn,#btn1.btnOn,#btn2.btnOn {
    background: transparent url(https://my.sage.co.uk/images/onoff.png) no-repeat left top;
}

a.readCookiePrefs {
    text-decoration: none;
    margin-left: 10px;
}

a.cookieClose {
    color: #ff5800;
    text-decoration: none;
}

a.cookieClose {
    border-bottom: none;
}
/*
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
    font-family:'FontAwesome';src:url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.1.0");src:url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"),url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.1.0") format("woff"),url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.1.0") format("truetype"),url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158";
}

.fa-won:before,.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-square:before,.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.clear {
    clear: both!important;
}

.clearLeft {
    clear: left!important;
}

.clearRight {
    clear: right!important;
}

img.left {
    margin-right: 1em!important;
    margin-bottom: 1.8em!important;
}

img.right {
    margin-left: 1em!important;
    margin-bottom: 1.8em!important;
}

.alignLeft {
    text-align: left!important;
}

.alignRight {
    text-align: right!important;
}

.alignCentre {
    text-align: center!important;
}

.right {
    float: right;
}

.left {
    float: left;
}

.textRight {
    text-align: right;
}

.inline {
    display: inline!important;
}

.larger {
    font-size: 150%;
}

.half {
    width: 45%!important;
}

.hide {
    visibility: hidden;
    width: 0!important;
    height: 0!important;
    line-height: 0!important;
    padding: 0!important;
    margin: 0!important;
}

.hideBck {
    background: none!important;
}

.bold {
    font-weight: bold!important;
}

.imgS img,.imgS {
    width: 100px!important;
}

.imgM img,.imgM {
    width: 162.5px!important;
}

.imgL img,.imgL {
    width: 225px!important;
}

.minLetSpace {
    letter-spacing: -0.07em;
}

.disabled {
    color: #cccccc!important;
}

.line,.lastUnit {
    overflow: hidden;
}

.unit {
    float: left;
}

.unitRight {
    float: right;
}

.size1of1 {
    float: none;
}

.size1of2 {
    width: 50%;
}

.size1of3 {
    width: 33.33333%;
}

.size2of3 {
    width: 66.66666%;
}

.size1of4 {
    width: 25%;
}

.size3of4 {
    width: 75%;
}

.size1of5 {
    width: 20%;
}

.size2of5 {
    width: 40%;
}

.size3of5 {
    width: 60%;
}

.size4of5 {
    width: 80%;
}

.
 lastUnit {
    float: none;
    width: auto;
    _position: relative;
    _left: -3px;
    _margin-right: -3px;
}

.size1of6 {
    width: 16.66%;
}

.size2of6 {
    width: 33.33%;
}

.size3of6 {
    width: 50%;
}

.size4of6 {
    width: 66.66%;
}

.size5of6 {
    width: 83.33%;
}

.size1of7 {
    width: 14.2857%;
}

.size2of7 {
    width: 28.514%;
}

.size3of7 {
    width: 42.8574%;
}

.size4of7 {
    width: 57.1428%;
}

.size5of7 {
    width: 71.4285%;
}

.size6of7 {
    width: 85.7142%;
}

.size1of9 {
    width: 11.11111%;
}

.size2of9 {
    width: 22.22222%;
}

.size3of9 {
    width: 33.33333%;
}

.size4of9 {
    width: 44.44444%;
}

.size5of9 {
    width: 55.55555%;
}

.size6of9 {
    width: 66.66666%;
}

.size7of9 {
    width: 77.77777%;
}

.size8of9 {
    width: 88.88888%;
}

.media {
    width: auto;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget {
   
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
    
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #CEDEE9;
    background: #fff;
    color: #595959;
}

.ui-widget-header {
    border-bottom: 1px solid #e2f2e2;
    border-right: 1px solid #e2f2e2;
    background: #f8fbf3 url(/css/sage_theme/images/ui-bg_flat_100_f8fbf3_40x100.png) 50% 50% repeat-x;
    color: #595959;
    font-weight: bold;
}

.ui-widget-header a {
    color: #595959;
}

*:first-child+html .ui-widget-content {
    background-color: #fff;
}

.ui-widget-content {
    background-color: #fff;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
    background: #f8fbf3 url(/css/sage_theme/images/ui-bg_flat_45_f8fbf3_40x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #595959;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
    color: #595959;
    text-decoration: none;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
    border-right: 1px solid #e2f2e2;
    background: #e8efdc url(/css/sage_theme/images/ui-bg_glass_75_e8efdc_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #595959;
}

.ui-state-hover a,.ui-state-hover a:hover {
    color: #595959;
    text-decoration: none;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
    border-right: 1px solid #e2f2e2;
    background: #fff url(/css/sage_theme/images/ui-bg_flat_50_ffffff_40x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #595959;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color: #595959;
    text-decoration: none;
}

.ui-widget :active {
    outline: none;
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    color: #cd202c;
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
    color: #915608;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
    background: url(/images/ob/red_cross.png) no-repeat right center;
    color: #cd202c;
    border: 1px solid #cd202c;
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
    color: #ffffff;
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
    color: #ffffff;
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    font-weight: normal;
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
    opacity: .35;
    background-image: none;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(/css/sage_theme/images/ui-icons_0078ae_256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(/css/sage_theme/images/ui-icons_0078ae_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(/css/sage_theme/images/ui-icons_77787b_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(/css/sage_theme/images/ui-icons_77787b_256x240.png);
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {
    background-image: url(/css/sage_theme/images/ui-icons_ccdfbc_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(/css/sage_theme/images/ui-icons_77787b_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(/css/sage_theme/images/ui-icons_f7a50d_256x240.png);
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
    background-image: url(/css/sage_theme/images/ui-icons_fcd113_256x240.png);
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-right {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-left {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

ul#ssTabs li.ui-corner-top {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.ui-widget-overlay {
    background: #aaa url(/css/sage_theme/images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .40;
}

.ui-widget-shadow {
    margin: 5px 0 0 5px;
    padding: 0px;
    background: #999 url(/css/sage_theme/images/ui-bg_flat_55_999999_40x100.png) 50% 50% repeat-x;
    opacity: .45;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .7em;
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

.article .ui-accordion-header {
    font-size: 18px !important;
    
    color: #007f64;
    font-weight: normal;
    border: none;
    color: #ff5800;
    background: none;
    clear: both;
}

.article .ui-accordion-header .ui-icon {
    left: 4.5em;
}

.article .ui-accordion .ui-accordion-content {
    padding: 0;
    border: 0;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

.ui-autocomplete-loading {
    background: #fff url("/images/ui-anim_basic_16x16.gif") right center no-repeat;
}

* html .ui-autocomplete {
    width: 1px;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
}

.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active {
    margin: -1px;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    overflow: visible;
}

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon .ui-button-text,.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon,.ui-button-text-icon .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-dialog {
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .5em 1em .3em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .2em 0;
   
    font-size: 1.1em;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane button {
    float: right;
    margin: .5em .4em .5em 0;
    cursor: pointer;
    line-height: 1.4em;
    width: auto;
    overflow: visible;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-repeat: repeat-x;
    display: inline-block;
   
    font-size: 16px;
    background-image: linear-gradient(bottom, #41a940 0%,#70be6f 100%);
    background-image: -o-linear-gradient(bottom, #41a940 0%, #70be6f 100%);
    background-image: -moz-linear-gradient(bottom, #41a940 0%, #70be6f 100%);
    background-image: -webkit-linear-gradient(bottom, #41a940 0%, #70be6f 100%);
    background-image: -ms-linear-gradient(bottom, #41a940 0%, #70be6f 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #41a940), color-stop(1, #70be6f));
}

.ui-dialog .ui-dialog-buttonpane button:focus {
    outline: dotted 1px black;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    background-color: #41a940;
    background-position: 0 -15px;
    transition: background-position .1s linear;
    text-decoration: none;
    color: white;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-slider {
    position: relative;
    text-align: left;
    border: 1px solid #dee9d4;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 17px;
    height: 20px;
    cursor: default;
    background-attachment: scroll;
    background-image: url(/css/sage_theme/images/sliderGrab.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: transparent;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: left center;
    background-attachment: scroll;
    background-color: #FFF;
    background-image: url(/css/sage_theme/images/slideBack.png);
    background-repeat: repeat-x;
}

.ui-slider-horizontal {
    height: 8px;
    background-attachment: scroll;
    background-image: url(/css/sage_theme/images/slideBackLight.png);
    background-repeat: repeat-x;
    background-position: center center;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-tabs {
    position: relative;
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    margin: 0 -1px 0 0;
    padding: 0;
    margin-bottom: 20px;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: -1px 0 0 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;

}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 1.2em;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-cover {
    display: none;
    display/**/: block;
    position: absolute;
    z-index: -1;
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.mod {
    margin: 10px;
}

.bd,.ft,.hd {
    display: inline-block;
    width: 100%;
}

.ltIE8 .bd,.ltIE8 .ft,.ltIE8 .hd {
    display: block;
    width: auto;
}

.inner:after,.hd:after,.bd:after,.ft:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0 !important;
    line-height: 0;
    font-size: xx-large;
    content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

.inner {
    position: relative;
}

b {
    display: block;
    background-repeat: no-repeat;
    font-size: 1%;
    position: relative;
    z-index: 10;
}

.tl,.tr,.bl,.br {
    height: 10px;
    width: 10px;
    float: left;
}

.tl {
    background-position: left top;
}

.tr {
    background-position: right top;
}

.bl {
    background-position: left bottom;
}

.br {
    background-position: right bottom;
}

.br,.tr {
    float: right;
}

.tr,.tl {
    overflow: hidden;
    margin-bottom: -32000px;
}

.bl,.br {
    margin-top: -10px;
}

.top {
    background-position: center top;
}

.bottom {
    background-position: center bottom;
}

.simple .inner {
    border: 1px solid #e0e1dd;
}

.customise.inner {
    border: none;
}

.noted,.noted .inner {
    border: 1px solid #c2c2c2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.noted .inner {
    border-color: #eded68;
}

.ltIE8 .noted b,.ltIE9 .noted b {
    background-image: url(/images/noted.png);
}

.noted .tl {
    left: -1px;
    top: -1px;
}

.noted .tr {
    right: -1px;
    top: -1px;
}

.noted .bl {
    left: -1px;
    bottom: -1px;
}

.noted .br {
    right: -1px;
    bottom: -1px;
}

.section {
    background-color: #dde7cf;
    font-size: 120%;
    border-radius: 6px 6px 0 0;
}

.section h1,.section h2,.section h3,.section h4,.section h5,.section h6 {
    padding: 6px 10px 0 10px;
    font-size: 100%;
    font-size: 100%;

    font-weight: bold;
    color: #675c53;
}

.icon_advance_report {
    background-image: url("/images/ob/icon9.png");
}

.icon_bars {
    background-image: url("/images/ob/icon_bars.png");
}

.icon_benefit {
    background-image: url("/images/ob/icon19.png");
}

.icon_best_support {
    background-image: url("/images/ob/icon7.png");
}

.icon_cloud {
    background-image: url("/images/ob/icon25.png");
}

.icon_desktop {
    background-image: url("/images/ob/icon6.png");
}

.icon_dot_printer {
    background-image: url("/images/ob/icon-dot-printer.png");
    background-repeat: no-repeat;
}

.icon_easy_see {
    background-image: url("/images/ob/icon20.png");
}

.icon_elearn {
    background-image: url("/images/ob/icon_elearn.png");
}

.icon_finance {
    background-image: url("/images/ob/icon11.png");
}

.icon_hmrc {
    background-image: url("/images/ob/icon2.png");
}

.icon_import {
    background-image: url("/images/ob/icon26.png");
}

.icon_import_data {
    background-image: url("/images/ob/icon28.png");
}

.icon_laser_printer {
    background-image: url("/images/ob/icon-laser-printer.png");
    background-repeat: no-repeat;
}

.icon_legislation {
    background-image: url("/images/ob/icon4.png");
}

.icon_manage_cash {
    background-image: url("/images/ob/icon12.png");
}

.icon_manage_vat {
    background-image: url("/images/ob/icon22.png");
}

.icon_multi_company {
    background-image: url("/images/ob/icon8.png");
}

.icon_multi_currency {
    background-image: url("/images/ob/icon16.png");
    margin: 10px 0 14px;
}

.icon_multi_license {
    background-image: url("/images/ob/icon14.png");
}

.icon_online_hmrc {
    background-image: url("/images/ob/icon23.png");
}

.icon_paye_nic {
    background-image: url("/images/ob/icon1.png");
}

.icon_payslip {
    background-image: url("/images/ob/icon27.png");
}

.icon_phone {
    background-image: url("/images/ob/icon13.png");
}

.icon_phone_2 {
    background-image: url("/images/ob/icon_phone_2.png");
}

.icon_record {
    background-image: url("/images/ob/icon17.png");
}

.icon_record_products {
    background-image: url("/images/ob/icon21.png");
}

.icon_report_dept {
    background-image: url("/images/ob/icon_report_dept.png");
}

.icon_reports {
    background-image: url("/images/ob/icon_reports.png");
}

.icon_sales_purchase {
    background-image: url("/images/ob/icon15.png");
}

.icon_sole_traders {
    background-image: url("/images/ob/icon18.png");
}

.icon_stock {
    background-image: url("/images/ob/icon10.png");
}

.icon_support {
    background-image: url("/images/ob/icon3.png");
}

.icon_ten_fifteen {
    background-image: url("/images/ob/icon5.png");
}

.icon_update {
    background-image: url("/images/ob/icon24.png");
}

.ob.content .obClear {
    clear: both;
}

.ob.content .obCursorZoomIn {
    cursor: pointer !important;
    cursor: -webkit-zoom-in !important;
    cursor: -moz-zoom-in !important;
}

.ob.content .obCursorZoomOut {
    cursor: pointer !important;
    cursor: -webkit-zoom-out !important;
    cursor: -moz-zoom-out !important;
}

.obZoomBg {
    background: transparent url(../images/ob/60-opec.png) repeat;
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 1;
}

.ob.content.obPagePayroll .obGeneralContainer {
    margin-bottom: 10px;
}

.ob.content.obPagePayroll .obGeneralContainer .size3of4 {
    padding: 0 0 15px;
}

.ob.content.obPagePayroll .obGeneralContainer .size3of4 .size1of3.obUnit1 {
    background-image: url("/images/ob/icon23.png");
}

.ob.content.obPagePayroll .obGeneralContainer .size3of4 .size1of3.obUnit2 {
    background-image: url("/images/ob/icon3.png");
}

.ob.content.obPagePayroll .obGeneralContainer .size3of4 .size1of3.obUnit3 {
    background-image: url("/images/ob/icon24.png");
}

.ob.content.obPagePayroll .obGeneralContainer .size3of4 .size1of3.obUnit4 {
    background-image: url("/images/ob/icon4.png");
}

.ob.content.obPagePayroll .obGeneralContainer .size3of4 .size1of3.obUnit5 {
    background-image: url("/images/ob/icon2.png");
}

.ob.content.obPagePayroll .obGeneralContainer .size3of4 .size1of3.obUnit6 {
    background-image: url("/images/ob/icon1.png");
}

.ob.content.obPagePayroll #obWebChat {
    padding: 15px 0 0 15px;
}

.ob.content.obPagePayroll #obWebChat .heading4 {
    color: #007f64;
    font-size: 1.5em;
    margin-top: 0;
}

.ob.content.obPagePayroll #obWebChat .obTitle {
    background: transparent url("/images/ob/webchat.jpg") no-repeat left top;
    font-size: 1.5em;
    margin-left: 10px;
    min-height: 15px;
    padding: 10px 0 10px 45px;
}

.ob.content.obPagePayroll #obWebChat .obTel {
    font-size: 1.2em;
    line-height: 1.3;
    margin-left: 10px;
}

.ob.content.obPagePayroll #obWebChat .obTel .heading4 {
    font-size: 1.2em;
    margin: 0;
}

.ob.content.obPagePayroll #obWebChat .obButton {
    margin: 10px;
}

.ob.content.obPagePayroll #obWebChat .button {
    display: inline-block;
    font-size: 1.6em;
    padding: 8px 40px 8px 13px;
}

.ob.content.obPagePayroll #linesContainer .size1of4 {
    position: relative;
}

.ob.content.obPagePayroll #linesContainer .size1of4 .obColContent {
    background: url("/images/ob/container-shadow-1of4.png") no-repeat scroll center bottom transparent;
    background-size: 100% 10px;
    margin: 35px 0 0 10px;
    padding-bottom: 10px;
}

.ob.content.obPagePayroll #linesContainer .size1of4 .obPaymentOptions .obDirectDebit {
    background: transparent url("/images/ob/direct-debit_sq.png") no-repeat left top;
    background-size: 36px;
    height: 40px;
    margin: 5px 10px 0 5px;
    width: 40px;
}

.ob.content.obPagePayroll #obStationery .obColContent {
    background-size: contain;
    margin: 0 10px;
    padding: 0 0 19px;
}

.ob.content.obPagePayroll #obStationery .obColContent .obInner {
    background: url("/images/ob/stationery-payroll.png") no-repeat scroll 390px center transparent;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 30px 20px;
}

.ob.content.obPageAccounts #obListHeader .size3of4 {
    padding: 0 0 15px;
}

.ob.content.obPageAccounts #obListHeader .size3of4 li {
    background-image: url("/images/ob/checkmark.png");
    background-repeat: no-repeat;
    background-position: center left;
    margin-bottom: 25px;
    min-height: 30px;
}

.ob.content.obPageAccounts #obWebChat .obTitle {
    background: transparent url("/images/ob/webchat.jpg") no-repeat left top;
    font-size: 1.5em;
    margin-left: 10px;
    min-height: 15px;
    padding: 10px 0 10px 45px;
}

.ob.content.obPageAccounts #linesContainer>.obTop .unit.obActive .obLink {
    background: url("/images/ob/arrow-down.png") no-repeat bottom center;
    background-size: contain;
    color: #007F64;
    margin-bottom: 0;
    padding-bottom: 40px;
}

.ob.content.obPageAccounts #linesContainer>.obBottom .unit {
    background: url("/images/ob/border-arrow-2.png") no-repeat 100% 50%;
    background-size: contain;
    padding: 0;
}

.ob.content.obPageAccounts #obStationery .obColContent {
    background-size: contain;
    margin: 0 10px;
    padding: 0 0 19px;
}

.ob.content.obPageAccounts #obStationery .obColContent .obInner {
    background: url("/images/ob/stationery-accounts.png") no-repeat scroll center center #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 20px;
}

.ob.content.obPageStationeryPayroll .obGeneralContainer .size3of4 {
    padding: 0 0 15px;
}

.ob.content.obPageStationeryPayroll .obGeneralContainer .size3of4 .size1of3 {
    background: url("/images/ob/checkmark.png") no-repeat scroll left center transparent;
    margin-bottom: 25px;
}

.ob.content.obPageStationeryPayroll #obCarbonFootprint h4.heading4 {
    background: url("/images/ob/fsc.png") no-repeat scroll right center transparent;
    color: #007F64;
    font-size: 1.5em;
    margin: 0 0 20px;
    padding-right: 60px;
}

.ob.content.obPageStationeryPayroll #linesContainerTop.obTabsContainer {
    background-image: url("/images/ob/homepage_outlines_top_rounded_green_right.png");
    margin-top: 65px;
    position: relative;
}

.ob.content.obPageStationeryPayroll #linesContainerTop.obTabsContainer .obTab {
    background: #efefef bottom no-repeat url("/images/ob/tab-shadow.png");
    border: 1px solid #D3E6C6;
    border-bottom: 0;
    float: left;
    margin-right: 10px;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection.lastUnit.size1of3,.ob.content.obPageStationeryPayroll #linesContainer .obSubSection.lastUnit.size2of3 {
    background: url("/images/ob/subsection_shadow_left.png") no-repeat left center;
    background-size: contain;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection.lastUnit.obNotFirstAndLastUnit.size1of1 {
    background: url("/images/ob/subsection_shadow_top.png") no-repeat;
    background-size: contain;
}

.ob.content.obPageStationeryPayroll #linesContainerBottom {
    background: url("/images/ob/homepage_outlines_bottom_green.png");
}

.ob.content.obPageTraining .obGeneralContainer .obQuote {
    background: url("/images/ob/quotes.png") no-repeat;
    margin: 0;
    padding: 0 0 0 50px;
}

.ob.content.obPageTraining #linesContainer .obPoints p {
    background: url("/images/ob/checkmark-green.png") no-repeat scroll 0 3px;
    margin: 0 0 30px;
    padding: 0 20px 0 40px;
}

.ob.content.obPageTraining #linesContainer .obFindTraining>.obHeader>.obVouchers {
    background: url("/images/ob/vouchers-green.png") no-repeat;
    display: inline-block;
    font-size: 1.1em;
    height: 24px;
    line-height: 24px;
    margin: 0 0 0 30px;
    padding: 0 0 0 40px;
    position: relative;
    top: -2px;
}

.ob.content.obPageTraining #linesContainer .obFindTraining>.obList hr {
    background: url("/images/ob/shadow.png") no-repeat;
    background-size: contain;
    clear: both;
    height: 20px;
    margin: 0 0 5px;
    width: 100%;
}

.ob.content.obPageTraining #linesContainer>hr {
    background: url("/images/ob/shadow-dark.png") no-repeat;
    background-size: cover;
    height: 20px;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.ob.content.obPageTraining #linesContainer .obLegislation .obList li .obInner.obAutoEnrol {
    background: url("/images/ob/auto-enrol.png") no-repeat;
}

.ob.content.obPageTraining #linesContainer .obLegislation .obList li .obInner.obVatChanges {
    background: url("/images/ob/vat-changes.png") no-repeat;
}

.ob.content.obPageTrainingProduct #content {
    background: transparent;
}

.ob.content.obPageTrainingProduct .obContainerLeft {
    float: left;
    width: 350px;
}

.ob.content.obPageTrainingProduct .obContainerLeft .obImageCarouselContainer {
    background: url("/images/ob/image_carousel_shadow.png") no-repeat bottom center;
    background-size: contain;
    height: 420px;
    position: relative;
}

.ob.content.obPageTrainingProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselTitle {
    background: #007F64;
    position: absolute;
    top: 0;
}

.ob.content.obPageTrainingProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselTitle .heading4 {
    color: #fff;
    margin: 0;
    padding: 10px 30px 10px 15px;
    width: 307px;
}

.ob.content.obPageTrainingProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselTitle .heading4 .obNumber {
    font-size: 0.8em;
    margin-left: 5px;
}

.ob.content.obPageTrainingProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselImages img {
    display: none;
}

.ob.content.obPageTrainingProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselImages img.obActive {
    border: 1px solid #D3E6C6;
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    display: block;
    height: 400px;
    position: absolute;
    top: 0;
    width: 350px;
}

.ob.content.obPageTrainingProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselImages #obCloneLarge {
    left: 150px;
    position: relative;
    top: -50px;
    width: 500px;
    z-index: 2;
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

.ob.content.obPageTrainingProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselImages #obCloneLarge img {
    border: 1px solid #D3E6C6;
    height: auto;
    width: 500px;
    -moz-box-shadow: 3px 3px 10px #888;
    -webkit-box-shadow: 3px 3px 10px #888;
    box-shadow: 3px 3px 10px #888;
}

.ob.content.obPageTrainingProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselImages #obCloneLargeClose {
    background: url("/images/ob/close.png") no-repeat;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -20px;
    top: -15px;
    width: 30px;
}

.ob.content.obPageTrainingProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselImages img.obGrey {
    opacity: 0.5;
}

.ob.content.obPageTrainingProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselControls {
    bottom: 30px;
    height: 20px;
    left: auto;
    position: absolute;
    right: 10px;
    text-align: center;
}

.ob.content.obPageTrainingProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselControls .obImageCarouselControl {
    float: left;
}

.ob.content.obPageTrainingProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselControls .obImageCarouselControl a {
    background: url("/images/ob/image_carousel_control_inactive.png") no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    width: 20px;
    text-indent: -100000px;
}

.ob.content.obPageTrainingProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselControls .obImageCarouselControl.obActive a {
    background: url("/images/ob/image_carousel_control_active.png") no-repeat;
}

.ob.content.obPageTrainingProduct .obContainerRight {
    margin: 0 30px 0 400px;
}

.ob.content.obPageTrainingProduct .obContainerRight .heading4 {
    color: #007F64;
    font-size: 1.6em;
}

.ob.content.obPageTrainingProduct .obContainerRight .obProductDescription {
    font-size: 1.2em;
}

.ob.content.obPageTrainingProduct .obContainerRight .obProductDescription p {
    line-height: 1.3em;
}

.ob.content.obPageTrainingProduct .obContainerRight .obSelectTraining .obSelectTrainingOption {
    font-size: 1.2em;
}

.ob.content.obPageTrainingProduct .obContainerRight .obSelectTraining .obSelectTrainingOption input {
    float: left;
}

.ob.content.obPageTrainingProduct .obContainerRight .obSelectTraining .obSelectTrainingOption label {
    display: block;
    margin: 1px 0 3px 25px;
    font-size: 0.875em;
}

.ob.content.obPageTrainingProduct .obContainerRight .obSelectTraining .obSelectTrainingOption .obText {
    display: inline-block;
    overflow: visible;
    width: 260px;
}

.ob.content.obPageTrainingProduct .obContainerRight .obSelectTraining .obSelectTrainingOption .obPrice {

    font-size: 1em;
    font-weight: normal;
    margin: 0 0 0 20px;
}

.ob.content.obPageTrainingProduct .obContainerRight .obSelectTraining .obSelectTrainingOption .obSave {
    color: #007F64;
    margin: 0 0 0 20px;
    font-weight: bold;
}

.ob.content.obPageTrainingProduct .obContainerRight .obSelectTraining .obSelectTrainingOption.obActive {
    background: #eff0ee;
}

.ob.content.obPageTrainingProduct .obContainerRight .obAddQualification {
    border: 1px solid #D3E6C6;
}

.ob.content.obPageTrainingProduct .obContainerRight .obAddQualification .heading4 .obAdd {
    display: inline-block;
    font-weight: normal;
    outline: 0;
}

.ob.content.obPageTrainingProduct .obContainerRight .obAddQualification.obOpen .heading4 .obAdd {
    color: inherit;
    cursor: text;
}

.ob.content.obPageTrainingProduct .obContainerRight .obAddQualification.obOpen .heading4 .obAdd:hover {
    text-decoration: none;
}

.ob.content.obPageTrainingProduct .obContainerRight .obAddQualification .heading4 .obRemove {
    display: none;
    font-size: 0.8em;
    margin-left: 40px;
}

.ob.content.obPageTrainingProduct .obContainerRight .obAddQualification.obOpen .heading4 .obRemove {
    display: inline-block;
    font-weight: normal;
}

.ob.content.obPageTrainingProduct .obContainerRight .obAddQualification p {
    font-size: 1.2em;
}

.ob.content.obPageTrainingProduct .obContainerRight .obAddQualification .obAddQualificationOption {
    display: none;
    font-size: 1.2em;
}

.ob.content.obPageTrainingProduct .obContainerRight .obAddQualification.obOpen .obAddQualificationOption {
    display: block;
}

.ob.content.obPageTrainingProduct .obContainerRight .obAddQualification .obAddQualificationOption label {
    position: relative;
    top: -2px;
}

.ob.content.obPageTrainingProduct .obContainerRight .obAddQualification .obAddQualificationOption .obText {
    display: inline-block;
    overflow: visible;
    width: 330px;
}

.ob.content.obPageTrainingProduct .obContainerRight .obAddQualification .obAddQualificationOption .obPrice {

    font-size: 1em;
    font-weight: normal;
    margin: 0 0 0 20px;
}

.ob.content.obPageTrainingProduct .obContainerRight .obProductPrice {
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px;
}

.ob.content.obPageTrainingProduct .obContainerRight .obProductPrice .obPounds {
 
    color: #007F64;
    font-size: 1.5em;
}

.ob.content.obPageTrainingProduct .obContainerRight .obProductPrice .obPoundsVAT {
  
}

.ob.content.obPageTrainingProduct .obContainerRight .obProductPrice .obVat {
    font-size: 0.9em;
}

.ob.content.obPageTrainingProduct .obContainerRight .obPriceIncVat {
    font-size: 0.9em;
    font-weight: normal;
}

.ob.content.obPageTrainingProduct #linesContainer>hr {
    background: url("/images/ob/shadow-dark.png") no-repeat;
    background-size: cover;
    clear: both;
    height: 20px;
    margin: 30px 0 20px;
    width: 100%;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obLevelInfo {
    padding: 0 100px 20px 10px;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obLevelInfo .heading4 {
    color: #007F64;
    font-size: 1.6em;
    margin: 0 0 10px;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obLevelInfo p {
    line-height: 1.3em;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obLevelInfo .obDetails {
    margin: 5px 0 0 5px;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obLevelInfo .obDetails li {
    background: url("/images/ob/checkmark-green-small.png") no-repeat;
    margin-bottom: 10px;
    padding-left: 20px;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlock {
    background: #eff0ee;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlock .heading4 {
    color: #007F64;
    font-size: 1.6em;
    margin: 0 0 10px;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlock ul {
    list-style: none;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining ul li a {
    font-size: 1em;
    font-weight: normal;
    padding-left: 20px;
    background: url(/images/arrowGreen14.png) no-repeat left 50%;
    color: black;
    line-height: 1.7em;
    display: block;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 ul li {
    padding: 0 40px 30px;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 ul li .obTitle {
    font-size: 1.4em;
    font-weight: normal;
    color: #007f64;
    text-decoration: underline;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 ul li .obPrice {
    font-size: 1.3em;
    font-weight: bold;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 ul li .obPrice .obPounds {
    color: #007F64;
    font-size: 1.5em;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 ul li .obPrice .obVat {
    font-size: 0.9em;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-next,.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-prev {
    margin: 0;
    top: 30px;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-next:hover,.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-prev:hover {
    text-decoration: none;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-next {
    background: url("/images/ob/carousel-arrow-right.png") no-repeat right top;
    right: 0;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-prev {
    background: url("/images/ob/carousel-arrow-left.png") no-repeat left top;
    left: 0;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-pager {
    height: auto;
    margin-top: -15px;
    right: 5px;
    text-align: left;
    width: auto;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-pager a {
    background: url("/images/ob/image_carousel_control_inactive_15.png") no-repeat;
    border-radius: 0;
    box-shadow: none;
    height: 15px;
    margin: 0;
    width: 15px;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-pager a.pager-active {
    background: url("/images/ob/image_carousel_control_active_15.png") no-repeat;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTrainingPassport .obLearnMore {
    text-align: right;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTrainingPassport .obLearnMore a {
    font-size: 1.2em;
    padding-right: 20px;
    background: url(/images/arrowGreen14.png) no-repeat right;
    color: black;
}

.align180 {
    margin-left: 180px;
}

.align260 {
    margin-left: 260px;
}

.align565 {
    margin-left: 565px;
}

.align100 {
    margin-left: 100px;
}

.rPadding {
    margin-right: 40px;
}

.tPadding {
    padding-top: 13px;
}

.bPadding {
    margin-bottom: 16px;
}

.lPadding {
    margin-left: 40px;
}

.max {
    width: 90%;
}

.ptn,.pvn,.pan {
    padding-top: 0px !important;
}

.pts,.pvs,.pas {
    padding-top: 5px !important;
}

.ptm,.pvm,.pam {
    padding-top: 10px !important;
}

.ptl,.pvl,.pal {
    padding-top: 20px !important;
}

.prn,.phn,.pan {
    padding-right: 0px !important;
}

.prs,.phs,.pas {
    padding-right: 5px !important;
}

.prm,.phm,.pam {
    padding-right: 10px !important;
}

.prl,.phl,.pal {
    padding-right: 20px !important;
}

.pbn,.pvn,.pan {
    padding-bottom: 0px !important;
}

.pbs,.pvs,.pas {
    padding-bottom: 5px !important;
}

.pbm,.pvm,.pam {
    padding-bottom: 10px !important;
}

.pbl,.pvl,.pal {
    padding-bottom: 20px !important;
}

.pln,.phn,.pan {
    padding-left: 0px !important;
}

.pls,.phs,.pas {
    padding-left: 5px !important;
}

.plm,.phm,.pam {
    padding-left: 10px !important;
}

.pll,.phl,.pal {
    padding-left: 20px !important;
}

.mtn,.mvn,.man {
    margin-top: 0px !important;
}

.mts,.mvs,.mas {
    margin-top: 5px !important;
}

.mtm,.mvm,.mam {
    margin-top: 10px !important;
}

.mtl,.mvl,.mal {
    margin-top: 20px !important;
}

.mrn,.mhn,.man {
    margin-right: 0px !important;
}

.mrs,.mhs,.mas {
    margin-right: 5px !important;
}

.mrm,.mhm,.mam {
    margin-right: 10px !important;
}

.mrl,.mhl,.mal {
    margin-right: 20px !important;
}

.mbn,.mvn,.man {
    margin-bottom: 0px !important;
}

.mbs,.mvs,.mas {
    margin-bottom: 5px !important;
}

.mbm,.mvm,.mam {
    margin-bottom: 10px !important;
}

.mbl,.mvl,.mal {
    margin-bottom: 20px !important;
}

.mln,.mhn,.man {
    margin-left: 0px !important;
}

.mls,.mhs,.mas {
    margin-left: 5px !important;
}

.mlm,.mhm,.mam {
    margin-left: 10px !important;
}

.mll,.mhl,.mal {
    margin-left: 20px !important;
}

.-mtl {
    margin-top: -20px;
}

.accordLeft {
    float: left;
    width: 8px;
    height: 25px;
    background: url(../images/accordionLeft.gif) no-repeat;
}

.accordRight {
    float: right;
    width: 8px;
    height: 25px;
    background: url(../images/accordionRight.gif) no-repeat;
}

.accordLabel {
    padding: 3px;
}

.Accordion {
    clear: both;
    overflow: hidden;
}

.AccordionPanel {
    margin: 0px;
    padding: 0px;
}

.AccordionPanelTab {
    background: url(../images/accordion.jpg);
    background-position: right;
    color: #69923A;
    margin: 0px;
    padding-left: 5px;
    padding-top: 0px;
    font-weight: bold;
    height: 25px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
}

.AccordionPanelContent {
    overflow: hidden;
    margin: 0px;
    margin-right: 60px;
    padding: 0px;
    padding-left: 10px;
}

.AccordionPanelOpen .AccordionPanelTab {
    color: #69923A;
    background: url(../images/accordionopen.jpg);
    background-position: right;
}

.AccordionPanelTabHover {
    color: #69923A;
}

.AccordionPanelOpen .AccordionPanelTabHover {
    color: #69923A;
}

#contentRight .accordLeft {
    background: url(../images/accordionLeft2.jpg) no-repeat;
}

#contentRight .accordRight {
    background: url(../images/accordionRight2.jpg) no-repeat;
}

#contentRight .AccordionPanelTab {
    background: url(../images/accordion2.jpg) no-repeat;
}

#contentRight .AccordionPanelContent {
    height: 80px;
    padding-left: 8px;
    font-size: 0.8em;
}

#contentRight .AccordionPanelContent img {
    margin-left: 15px;
    margin-top: 5px;
}

#contentRight .AccordionPanelContent p {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
    font-size: 1em;
}

#contentRight .AccordionPanelOpen .AccordionPanelTab {
    background: url(../images/accordion3.jpg) no-repeat;
}

#contentRight .AccordionPanelOpen .accordRight {
    background: url(../images/accordionRight3.jpg) no-repeat;
}

#contentRight .AccordionPanelOpen .AccordionPanelTab .accordLabel {
    color: #007f64;
}

#contentRight .accordLabel {
    padding: 7px 0 3px 8px;
    font-size: 0.8em;
    line-height: 1em;
    color: #675c53;
}

#contentRight .AccordionPanelTabHover .accordLabel {
    color: #ffffff;
}

.courier {
  
}

table {
    margin-left: 1px;
}

table.plain {
    border: none;
}

table.plain td {
    vertical-align: top;
}

table.plainDownload {
    border-collapse: collapse;
    border: none;
    float: left;
    margin-right: 10px;
    width: 310px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    background-color: #f7f7f7;
}

table.plainDownload td {
    vertical-align: top;
    padding: 5px 0 5px 10px;
    font-size: 0.85em;
}

table.plainDownload th {
    text-align: right;
    font-size: 0.85em;
}

table.default {
    border-collapse: collapse;
    border: 3px solid #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
    width: auto;
}

table.default th {
    font-weight: bold;
    background-color: #eff0ee;
    color: #4d4f53;
    padding: 5px;
    border: solid #ffffff 3px;
    font-size: 1em;
}

table.default tr {
    vertical-align: top;
}

table.default th a {
    color: #4d4f53;
    font-size: 1em;
    text-decoration: underline;
}

table.default th a:hover {
    color: #007f64;
    text-decoration: none;
}

table.default td a {
    color: #4d4f53;
    font-size: 1em;
    text-decoration: underline;
}

table.default td a:hover {
    color: #007f64;
    text-decoration: none;
}

table.default td {
    padding: 5px;
    border: solid #ffffff 3px;
    font-size: 0.9em;
    background-color: #fafaf9;
    color: #4d4f53;
}

table.christmas {
    border: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

table.christmas td {
    padding: 10px;
    border: none;
    font-size: 1em;
    background-color: #ffffff;
    color: #4d4f53;
    vertical-align: top;
}

table.christmas td.border {
    padding: 15px;
    border: solid #D3E6C6 1.5px;
    border-radius: 15px;
    background-color: #ffffff;
}

table.christmas h2 {
    margin-top: 0;
}

table.christmas h2.title {
    margin-top: -45px;
}

table.tradein {
    border-collapse: collapse;
    border: 3px solid #ffffff;
    margin-top: 0px;
    margin-bottom: 20px;
    width: auto;
}

table.tradein th {
    font-weight: bold;
    background-color: #ffffff;
    color: #4d4f53;
    padding: 5px;
    border: solid #ffffff 3px;
    font-size: 1em;
}

table.tradein tr {
    vertical-align: top;
}

table.tradein th a {
    color: #00a1de;
    font-size: 1em;
    text-decoration: underline;
}

table.tradein th a:hover {
    color: #00a1de;
    text-decoration: none;
}

table.tradein td a {
    color: #00a1de;
    font-size: 1em;
    text-decoration: underline;
}

table.tradein td a:hover {
    color: #00a1de;
    text-decoration: none;
}

table.tradein td {
    padding: 2px;
    border: solid #ffffff 3px;
    font-size: 0.9em;
    background-color: #ffffff;
    color: #4d4f53;
}

table.table1 {
    border-collapse: collapse;
    border: solid #e0e1dd 1px;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 20px;
}

table.table1 th {
    font-weight: bold;
    background-color: #fafaf9;
    padding: 5px;
    border: solid #e0e1dd 1px;
    font-size: 1em;
}

.table1header {
    font-weight: bold;
    font-size: 8pt;
    background-color: #fafaf9;
    padding: 5px;
    border: solid #e0e1dd 1px;
}

.table1header a:link,.tableheader a:visited {
    color: #4d4f53;
}

.table1header a:hover {
    color: #007f64;
}

table.table1 tr {
    vertical-align: middle;
}

table.table1 th a {
    color: #4d4f53;
    font-size: 1em;
    text-decoration: underline;
}

table.table1 th a:hover {
    color: #007f64;
}

table.table1 td {
    padding: 5px;
    border: solid #e0e1dd 1px;
    font-size: 1em;
}

table.table2 {
    border-collapse: collapse;
    border: solid #e0e1dd 1px;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 20px;
}

table.table2 th {
    font-weight: bold;
    background-color: #fafaf9;
    padding: 5px;
    border: solid #e0e1dd 1px;
    font-size: 1em;
}

table.table2 tr {
    vertical-align: top;
}

table.table2 th a {
    color: #4d4f53;
    font-size: 1em;
    text-decoration: underline;
}

table.table2 th a:hover {
    color: #007f64;
}

table.table2 td a {
    font-size: 1em;
}

table.table2 td {
    padding: 5px;
    border: solid #e0e1dd 1px;
    font-size: 1em;
}

table.table3 {
    width: 100%;
}

table.table3 {
    border-collapse: collapse;
    border: solid #e0e1dd 1px;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 20px;
}

table.table3 th {
    font-weight: bold;
    background: -moz-linear-gradient(center top, #fff 0%, rgba(255,255,255,0) 100%) repeat scroll 0 0 #fafaf9;
    padding: 5px;
    border: solid #e0e1dd 1px;
    font-size: 1em;
}

table.table3 th h3 {
    margin-top: 0;
    text-align: center;
}

table.table3 tr {
    vertical-align: top;
}

table.table3 th a {
    color: #4d4f53;
    font-size: 1em;
    text-decoration: underline;
}

table.table3 th a:hover {
    color: #007f64;
}

table.table3 td a {
    font-size: 1em;
}

table.table3 td {
    padding: 5px;
    border: solid #e0e1dd 1px;
    font-size: 1em;
}

table.upgrade select {
    font-size: 0.85em;
}

table.greyBorder {
    padding: 0px;
    background-color: #FFFFFF;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}

table.greyBorder th,table.greyBorder td {
    padding: 5px;
    margin: 0px;
    font-size: 1em;
}

table.greyBorder,table.greyBorder th,table.greyBorder td {
    border: 1px solid #e5e5e5;
}

table.greyBorder th {
    background-color: white;
    color: #4d4f53;
}

table.greyBorder td {
    vertical-align: top;
}

table.greyBorder th a {
    color: #4d4f53;
    font-size: 1em;
    text-decoration: underline;
}

table.greyBorder th a:hover {
    color: #007f64;
}

table.greyBorder td a {
    color: #4d4f53;
    font-size: 1em;
    text-decoration: underline;
}

table.greyBorder td a:hover {
    color: #007f64;
}

table.productGrid {
    border-collapse: collapse;
    border: solid #e0e1dd 1px;
    background-color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
}

table.productGrid th {
    font-weight: bold;
    background: #fafaf9 url(/images/bckThGrad.png) repeat-x;
    border: solid #fff 1px;
    font-size: 1em;
}

table.productGrid th h3 {
    margin-top: 0;
    text-align: center;
}

table.productGrid tr {
    vertical-align: top;
}

table.productGrid th a {
    color: #4d4f53;
    font-size: 1em;
    text-decoration: underline;
}

table.productGrid h4 {
   
    font-size: 1.2em;
}

table.productGrid th a:hover {
    color: #007f64;
}

table.productGrid td a {
    font-size: 1em;
}

table.productGrid td img {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

table.productGrid td {
    padding: 15px;
    border: solid #fff 1px;
    font-size: 1em;
    width: 25%;
    background: url(/images/divVert.png) no-repeat top right;
}

table.productGrid td.last {
    background: none;
}

.superHeader {
    
    font-size: 32px !important;
    letter-spacing: -0.03em;
    font-weight: normal;
}

.header1 {
   
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
}

.header2 {
    font-size: 18px !important;
 
    color: #007f64;
    font-weight: normal;
}

.header3 {
    
    font-size: 16px !important;
    font-weight: normal;
}

.subHead {
    font-size: 14px;
    font-weight: bold;
}

.shadowBox {
    width: 976px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

.ltIE9 .shadowBox {
    border: 1px solid #afafaf;
}

.dotted {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8yOC8xMxBT5okAAAAXSURBVAiZBcEBAQAAAIIg+j/aYAiqwQEiBQP/H5WYLQAAAABJRU5ErkJggg==) repeat-x;
    with: 100%;
}

.softBox {
    position: relative;
    padding: 15px 20px;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5),inset 0 0 20px rgba(0,0,0,0.1);
    background: white;
    margin-right: 10px;
    margin-bottom: 10px;
}

ol.simpleList li {
    list-style-type: decimal;
    margin-left: 3px;
    margin-bottom: 0.7em;
}

ul.simpleList li {
    list-style: url(/images/bullet-green.gif);
    margin-left: 33px;
    margin-bottom: 0.7em;
}

body {
	background:#ffffff;
}

p {
    margin-top: 0.7em;
    padding-bottom: 0.7em;
    line-height: 1.5em;
    font-size: 14px;
}

p a {
    font-weight: bold;
}

.listNoBullet li {
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

h1,h2 {
    letter-spacing: -0.05em;
    line-height: 1em;
}

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

.heading1,h2.heading1,h1.title,h2.title {
    clear: both;

    font-size: 32px !important;
    letter-spacing: -0.03em;
    font-weight: normal;
}

h1.heading1,h2.heading1,h1.title,h2.title {
    margin-left: 180px;
}

h1.title,h1.heading1 {
    color: #007f64;
    padding-top: 11px;
}

h2.title,h2.heading1 {
    color: #41a940;
}

h1.home {
    padding-top: 0;
}

h2.home {
    padding-bottom: 20px;
}

.heading2 {

    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
    margin-bottom: 0.8em;
    margin-top: 0.2em;
}

p.heading2 {
    margin-bottom: 0em!important;
    margin-top: 1em!important;
}

h3:first-child,.TabbedPanelsContentInternal h3:first-child {
    margin-top: 0;
}

.heading3 {
  
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
    margin-bottom: 0.7em;
    margin-top: 0.7em;
}

.inner .heading3:first-child {
    margin-top: 0;
}

p.heading3 {
    margin-bottom: 0em!important;
    margin-top: 1em!important;
}

.heading4,h5,.heading5 {
    font-size: 18px !important;

    color: #007f64;
    font-weight: normal;
}

.modalPopup h5 {
   
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
    margin-top: 10px;
}

h6,.heading6 {
    color: #007f64;
    font-size: 1.3em!important;
    
    padding-left: 0px;
    margin-bottom: 0em!important;
    margin-top: 1.2em!important;
}

p.heading7 {
    color: #007f64;
    font-size: 1.3em;
    margin-bottom: 0;
    margin-top: -10px;
    padding: 0;
}

a {
    color: #ff5800;
    text-decoration: none;
    font-weight: bold;
}

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

div {
    color: #6f6f6f;
}

td {
    color: #4d4f53;
}

img {
    border: none;
}

hr {
    color: #EEEFF1;
    height: 1px;
    background-color: #EEEFF1;
    border: solid #EEEFF1 0px;
}

.tab_content:after,#features:after,#alternate-solution:after,.wrapper:after,#mainContent:after,#alternate-solution:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#left {
    float: left;
    width: 733px;
}

#right {
    float: left;
    width: 230px;
    padding-left: 10px;
}

.instantAccounts3 #right {
    margin-top: -207px;
}

.wrapper {
    width: 976px;
    margin: 0 auto;
}

.wrapperPadding {
    width: 897px;
    margin-left: 40px;
}

#sageLogo {
    display: none;
}

.sageLogo {
    background: url(/images/sage_logo.png) no-repeat;
}

#header {
    height: 34px;
    background-color: black;
    position: relative;
    width: 976px;
    margin-left: auto;
    margin-right: auto;
}

.head {
    background-color: #3f3f3f;
    width: 100%!important;
}

.topNav {
    float: left;
    position: relative;
    margin-top: 7px;
}

.topNav.uk {
    float: none;
    padding-right: 25px;
    background: url(/images/union_jack-3.png) right no-repeat;
}

.topNav li {
    display: inline;
    margin-left: 0;
    background: none;
    padding: 0;
    color: #e5e5e5;
}

.topNav li a {
    color: #e0e1dd;
    padding-right: 10px;
    border-bottom: none;
    padding-left: 7px;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}

.topNav li a:hover {
    color: #ffffff;
}

#outerForm {
    margin: 0px;
    padding: 0px;
}

#bodyContainer {
    width: 987px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-bottom: 50px;
}

#search {
    float: right;
    margin-top: 5px;
}

.ltIE8 #search {
    margin-top: 4px;
}

.searchField,.searchFieldLong,.searchField:focus,.searchFieldLong:focus {
    border: none;
    color: #afafaf;
    padding: 4px 5px 4px 5px;
    height: 14px;
    font-size: 12px;
}

.searchField {
    width: 164px;
    vertical-align: top;
}

.searchFieldLong {
    width: 400px;
}

.searchBtn {
    background-color: white;
    font-weight: bold;
    font-size: 1.2em;
    border: none;
    padding: 5px 3px 3px 3px;
    cursor: pointer;
    margin-left: -5px;
}

.ltIE8 .searchField {
    background: none;
    background-color: white;
    margin-top: 1px;
}

.ltIE8 .searchBtn {
    margin-top: 2px;
}

#tabMenu {
    padding: 0px;
    margin-top: -10px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 987px;
    position: relative;
    background: url(/images/tabMenuTabs.jpg) no-repeat 0px 0px;
    height: 74px;
}

#tabMenuPL {
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 987px;
    position: relative;
    background: url(/images/tabMenuTabs.jpg) no-repeat 0px 0px;
    height: 74px;
}

#tabMenuTabs {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#tabMenuTabs span {
    display: none;
    position: absolute;
}

#tabMenuTabs a {
    display: block;
    text-indent: -899%;
    position: absolute;
    outline: none;
}

#tabMenuTabs a:hover span {
    display: block;
}

#tabMenuTabs .softServ {
    width: 269px;
    height: 74px;
    background: url(/images/tabMenuTabs.jpg) no-repeat -170px 0px;
    left: 170px;
    top: 0px;
}

#tabMenuTabs a.softServ:hover {
    background-position: -170px -93px;
}

#tabMenuTabs .sageStore {
    width: 264px;
    height: 74px;
    background: url(/images/tabMenuTabs.jpg) no-repeat -700px -657px;
    left: 700px;
    top: 0px;
}

#tabMenuTabs a.sageStore:hover {
    background-position: -700px -657px;
}

#tabMenuTabs .supTrain {
    width: 264px;
    height: 74px;
    background: url(/images/tabMenuTabs.jpg) no-repeat -435px -657px;
    left: 435px;
    top: 0px;
    cursor: pointer;
}

#tabMenuTabs a.supTrain:hover {
    background-position: -436px -751px;
}

#breadcrumb {
    margin: auto;
    font-size: 12px;
    background-color: white;
    padding: 0px 0 33px 0;
}

.breadCrumb {
    width: 100%!important;
    background-color: white;
}

#breadcrumb p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#linesContainer {
    width: 976px;
    padding-bottom: 10px;
    background: white;
}

#linesContainerTop {
    background: url("/images/homepage_outlines_top.png") no-repeat top left;
    height: 5px;
    padding: 0;
    margin: 0;
    width: 978px;
}

#linesContainerBottom {
    background: url("/images/homepage_outlines_bottom.png") no-repeat bottom left;
    height: 5px;
    padding: 0;
    margin: 0 0 30px 0;
    width: 978px;
}

#content {
    background: #FFFFFF;
    width: 976px;
    margin-left: auto;
    margin-right: auto;
}

#contentLeft ul,#contentLeft ol,.oneCol ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

#contentLeft>ol {
    margin-bottom: 50px;
}

#contentLeft ul li,#contentLeft ol li,.oneCol ul li {
    margin-bottom: 1em;
    margin-left: 30px;
}

#contentLeft ul li,.oneCol ul li {
    list-style: url(/images/bullet-green.gif);
}

#content ul.upgrade li {
    margin-left: 0px;
    padding-right: 50px;
}

#content ul.upgradeRight li {
    margin-left: 40px;
    padding-right: 0px;
}

#content ul.tickLi li {
    list-style: url(/images/tickgreen.gif);
}

#content ul ul li {
    list-style: disc;
    margin-left: 40px;
}

#content ol ul li,#content ol ol li {
    margin-left: 40px;
}

#contentRight {
    width: 202px;
    float: right;
}

#contentRight p {
    font-size: 14px;
}

#contentRight a.imgAd {
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

#contentRight a.imgAd:first-child {
    margin-top: 0px;
}

#contentRight img {
    display: block;
    width: 200px;
}

.TabbedPanelsContentInternal h3,#contentRight h3 {
   
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
    padding-bottom: 2px;
    margin-top: 1.2em;
}

.TabbedPanelsContentInternal h3:nth-child(2) {
    margin-top: 0.8em;
}

#contentRight ul {
    margin-left: 0px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0.8em;
}

#contentRight ul li {
    margin-bottom: 0.3em;
    list-style: none;
    list-style-image: none;
    margin-bottom: 0.3em;
    margin-left: 0;
}

#contentLeft {
    width: 660px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.list {
    counter-reset: section;
}

.list h3 {
    counter-increment: section;
    counter-reset: sub-section;
    color: #4d4f53;
}

.list h3:before,.list p.plist:before {
    content: counter(section) "." counter(sub-section) " ";
}

.list p.plist:before {
    counter-increment: sub-section;
    margin-left: 20px;
}

input:focus,input.field:focus,textarea:focus,select:focus {
    border: 1px solid #e0e1dd;
    -webkit-box-shadow: 0 0 6px #afafaf;
    -moz-box-shadow: 0 0 5px #afafaf;
    box-shadow: 0 0 5px #afafaf;
    outline: none;
}

input.field {
    text-align: left;
    padding: 5px 7px;
    display: inline-block;
    width: 231px;
    margin: 5px 10px 10px 0;
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid #e0e1dd;
    background-color: #FFFFFF;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
}

input.fieldFloat {
    float: right;
    margin-right: 290px;
    clear: right;
    margin-top: -10px;
}

fieldset label {
    text-align: left;
    padding: 5px;
    width: 250px;
    display: inline-block;
    vertical-align: bottom;
}

.label240 {
    margin-left: 265px;
}

.button.label240 {
    width: 100px;
}

span.check input {
    margin-left: 118px;
    vertical-align: middle;
}

span.check label {
    font-size: 14px;
    width: auto!important;
    vertical-align: middle;
}

input.fieldSubmitVoucherCode {
    height: 18px;
    border: 1px solid #999999;
    vertical-align: middle;
    width: 89px;
}

fieldset {
    padding: 20px 15px 10px 15px;
    margin-bottom: 30px;
}

select {
  margin: 1px 6px 0px 2px;
/* border: 1px solid #e0e1dd; */
/* background-color: #FFFFFF; */
/* -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1); */
/* box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1); */
padding: 3px;
font-size: 12px;
}

textarea {
 
    background-color: #ffffff;
    border: solid #007f64 1px;
    padding-left: 3px;
    margin: 1px 6px 6px 2px;
    color: #333333;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.formtitle {
    font-weight: bold;
    padding-bottom: 4px;
    color: #007f64;
    position: relative;
    top: -6px;
}

legend {
    color: #007f64;
    font-size: 1.5em;
    margin-left: -15px;
}

.modalPopup legend {
    margin-left: 0px;
    margin-bottom: 5px;
   
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
}

.custom {
    margin-top: 30px;
    margin-bottom: -10px;
}

.ltIE8 .custom {
    margin-bottom: -30px;
}

.custom legend {
    padding-bottom: 0px;
}

.ltIE8 .custom legend {
    padding-bottom: 20px;
}

*:first-child+html .custom {
    margin-bottom: 0px;
}

*:first-child+html .custom legend {
    padding-bottom: 20px;
}

dd {
    padding: 0 0 15px 0;
    margin-left: 0px;
}

.addressEmail {
    width: 170px;
}

.titleNameLastName {
    margin-top: 10px;
    margin-left: 108px;
    margin-bottom: 3px;
}

.titleNameLastName select {
    padding: 5px;
    margin: 0;
}

.titleNameLastName label {
    width: auto;
}

.branchSort .field {
    width: 45px;
}

.fivePerCent {
    background: url(/images/promo/5percentOffInstantRanget.gif) no-repeat top right;
    padding-top: 12px;
    height: 94px;
}

.fivePerCent a {
    display: block;
    width: 100px;
    padding-right: 100px;
    color: #4d4f53;
}

.downloadAvailable {
    margin-left: 35px;
    margin-top: -20px;
}

.dd {
    position: absolute;
    top: 450px;
    margin-left: 75px;
}

.video_right {
    float: right;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 10px;
    margin: 0;
}

.video_left {
    float: left;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 10px;
    margin: 0;
}

.imageRight {
    clear: both;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    float: right;
    font-size: 0.9em;
    color: #007f64;
}

.imageLeft {
    clear: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
    float: left;
    font-size: 0.9em;
    color: #007f64;
}

#contentBorderTop {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    height: 21px;
    background-attachment: scroll;
    background-image: url(/images/contentBackTop2.png) !important;
    background-image: url(/images/contentBackTop2.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

#footer {
    height: 170px;
    padding-top: 20px;
    clear: both;
    width: 896px;
    margin-left: auto;
    margin-right: auto;
    background: #eff0ee;
    border-right: 3px solid #e0e1dd;
    border-bottom: 3px solid #e0e1dd;
    color: black;
    margin-bottom: 10px;
}

.footer {
    width: 100%!important;
    background-color: white;
    margin-bottom: -30px;
}

#footer li a {
    color: black;
    line-height: 1.7em;
    font-size: 12px;
    font-weight: normal;
}

#footer li a:hover {
    text-decoration: underline;
}

#footer h6 {
    margin-top: -10px !important;
    font-size: 14px !important;
    font-weight: bold;
    color: black;
    padding-bottom: 10px;
}

#footer h6.freeTrial {
    margin-top: 20px!important;
}

#footer h6 a {
    color: black;
}

.copyright {
    margin-left: 40px;
    font-size: 12px;
}

.superBrand {
    float: right;
    margin-right: -80px;
    margin-top: -80px;
}

.col.firstcol img {
    vertical-align: middle;
}

#footer ul li {
    margin-left: 0;
    list-style: none;
    padding: 0;
    background: none;
}

#footer ul li a img {
    margin-left: 8px;
}

a.imgLink {
    padding-left: 18px!important;
}

a.uk {
    background: url(/images/union_jack-2.png) no-repeat;
}

a.ire {
    background: url(/images/irish_tricolour.png) no-repeat;
}

a.twit {
    background: url(/images/twit.gif) no-repeat;
}

a.in {
    background: url(/images/in.gif) no-repeat;
}

a.wp {
    background: url(/images/wordpress.png) no-repeat;
}

a.fb {
    background: url(/images/facebook.png) no-repeat;
}

a.gp {
    background: url(/images/googleplus.png) no-repeat;
}

a.yt {
    background: url(/images/youtube.png) no-repeat;
}

div#errorSummary {
    padding: 10px;
    margin: 15px 0 20px 0;
    width: 80%;
    background-color: #4d4f53;
    color: white;
}

.error {
    font-weight: bold;
}

ul.error li {
    list-style: disc;
    list-style-image: none;
    margin: 5px 0 5px 15px;
    line-height: 1.2em;
}

.required {
    border: 2px solid #ff5800;
}

#userarea .line {
    width: 976px;
    background-color: white;
}

.checkout #userarea .line {
    margin-top: 0px;
}

#minibskt {
    padding-top: 5px;
    margin-left: -15px;
    z-index: 0;
    margin-top: -50px;
    position: absolute;
    width: 194px;
}

#minibskt .fa-shopping-cart {
    color: #41a940;
    font-size: 34px;
    margin-bottom: -20px;
    display: block;
}

a.ttl {
    display: block;
    padding-top: 2px;
    clear: both;
    margin-left: 47px;
    padding-bottom: 8px;
    color: #ff5800;
}

#numItems,#total {
    display: inline-block;
    float: left;
    margin-top: -15px;
    color: #007f64;
}

#numItems {
    margin-left: 45px;
}

#total {
    float: right;
}

.noItems {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    margin-top: -15px;
    color: #007f64;
}

.ltIE8 .noItems {
    margin-top: -37px;
}

#date {
    display: block;
    font-size: 0.8em;
}

.priceBlobFrom,.priceBlob,.priceBlobVatExempt {
    width: 138px;
    height: 137px;
    float: right;
    margin-right: 30px!important;
    margin-bottom: 15px;
 
    margin-left: 20px;
}

.pm {
    margin-top: 0px!important;
}

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

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

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

.priceBlobFrom p,.priceBlob p {
    padding-top: 20px;
    margin-left: 20px;
    font-size: 20px;

    font-size: 32px !important;
    letter-spacing: -0.03em;
    font-weight: normal;
}

.priceBlob p {
    padding-top: 20px;
    margin-left: 35px;
}

.priceBlobVatExempt p {
    padding-top: 30px;
    margin-left: 35px;
  
    font-size: 32px !important;
    letter-spacing: -0.03em;
    font-weight: normal;
}

.priceBlobFrom span,.priceBlob span,.priceBlobVatExempt span {
    display: block;
    margin-top: -20px;
    font-size: 16px;
}

.sageCoverTile {
    width: 138px;
    height: 138px;
    float: right;
    margin-left: 30px;
    margin-right: 50px;
    margin-bottom: 15px;
    background: url(/images/promo/choosesagecover2.gif);
    padding-top: 40px;
    margin-left: 45px;
    font-size: 16px;
    font-weight: bold;
}

.sageCoverTile span {
    display: block;
    font-weight: normal;
    font-size: 13px;
}

ul#rhsTopLinks {
    list-style: none;
    list-style-image: none;
    margin: 5px 0 10px 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
}

ul#rhsTopLinks li {
    line-height: 2em;
}

.bullet {
    padding: 5px 0 5px 25px;
    font-size: 14px;
}

.callback {
    background: url(/images/bulletPhone.gif) no-repeat left;
}

.contact {
    background: url(/images/bulletPhone.gif) no-repeat left;
}

.bullet.twit {
    background: url(/images/bulletTwit.gif) no-repeat left;
}

.webchat {
    box-shadow: 10px 10px 40px 0;
    margin: 50px;
}

.webchat .button {
    margin-top: 15px;
}

.webchat #btnChatYes,#webchat.noDetail #btnChatYes {
    float: right;
}

.webchat .divPopup {
    padding-top: 10px;
    background: -moz-linear-gradient(#fff 0%, rgba(255,255,255,0) 100%) #eff0ee;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, rgba(255,255,255,0))) #eff0ee;
    background: -webkit-linear-gradient(#fff 0%, rgba(255,255,255,0) 100%) #eff0ee;
    background: -o-linear-gradient(#fff 0%, rgba(255,255,255,0) 100%) #eff0ee;
    background: -ms-linear-gradient(#fff 0%, rgba(255,255,255,0) 100%) #eff0ee;
    background: linear-gradient(#ffffff 0%,rgba(255,255,255,0) 100%) #eff0ee;
}

.webchat #Popup1_webchat_txtDisplayName {
    margin-left: 73px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    padding: 3px 5px;
    width: 135px;
}

.webchat label {
    font-weight: bold;
}

.webchat .btnShowWebChat {
    margin-left: 59px;
    width: 146px;
}

.webchat #Popup1_webchat_txtEmailAddress {
    width: 135px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    padding: 3px 5px;
}

#webchat.noDetail {
    background: #eff0ee url(/images/webchat.png) no-repeat 10px 10px;
    padding: 20px 10px 10px;
}

#webchat.noDetail h3 {
    padding-left: 50px;
    margin-bottom: 20px;
    font-weight: bold;
}

#webchat.noDetail .field {
    width: 163px;
}

#webchat.noDetail label {
    font-weight: bold;
}

#webchat.noDetail p {
    margin-bottom: 10px;
}

#webchat.rightSide {
    background: url(/images/webchat.png) no-repeat 10px 10px #fff;
    padding: 10px 10px 10px;
}

#webchat.rightSide h3 {
    padding-left: 50px;
    margin-bottom: 20px;
}

#webchat.rightSide .field {
    width: 165px;
}

#webchat.rightSide #btnShowWebChat {
    width: 170px;
    margin-left: 4px;
    padding: 2px 0;
    box-shadow: 0 4px 7px rgba(0,0,0,0.2);
}

#webchat.rightSide p {
    line-height: 1.3em;
    margin: 4px 0;
    font-weight: normal;
}

.rightSide {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #d5e3d1;
    float: left;
    margin: 10px 0 10px 0;
    background: #FFFFFF;
}

.rightSide {
    padding: 10px;
    width: 180px;
}

.mailto {
    background: url(/images/bulletMailto.gif) no-repeat left;
    font-size: 1.4em;
}

.brightGreen {
    color: #69923a;
}

.brightGreen {
    color: #69923a;
}

.menuLighten {
    color: #7FD0EE;
}

.buttonSubmitVoucherCode {
    background-color: #f7f7f7;
    border: 2px solid #a8b400;
    font-size: 12px;
    width: 108px;
    height: 21px;
    vertical-align: middle;
}

.buttonSubmitVoucherCode:hover {
    background-color: #e5f3d0;
}

.buttonBuy {
    width: 168px;
    margin-right: 15px;
    margin-top: 10px;
    display: block;
}

.buttonUpgrade {
    background-color: #92D1E8;
    border: 1px solid #ff5800;
    color: black;
    display: inline;
    margin-right: 15px;
    margin-top: 10px;
}

.buttonProceedToBillingDelivery {
    width: 70px;
    float: right;
}

.buttonStandard {
    margin-top: 15px;
}

.buttonHighContrast {
    margin-left: 40px;
    margin-top: 15px;
}

.buttonConfirmOrder1,.buttonConfirmOrder2 {
    float: right;
    width: 160px;
    font-weight: bold;
    margin-top: -40px;
}

.buttonConfirmOrder2 {
    margin-top: 0px;
}

.ltIE8 .buttonConfirmOrder2 {
    margin-top: -20px;
}

.buttonComplete {
    float: right;
    font-weight: bold;
    margin-top: 0;
}

.ltIE8 .buttonComplete {
    margin-top: -20px;
}

.buttonProceedToSecureCheckout {
    float: right;
    width: 203px;
}

.ltIE8 .buttonProceedToSecureCheckout {
    margin-top: -23px;
}

.buttonProceed {
    margin-left: 400px;
    width: 150px;
}

.buttonProceedToBasket {
    float: right;
    width: 170px;
}

.buttonBack {
    float: left;
    width: 100px;
    margin-left: 150px;
}

.buttonContinue {
    width: 140px;
    background-color: #92D1E8;
    border: 1px solid #ff5800;
    color: black;
}

.buttonLookUp {
    float: right;
    margin-right: 244px;
    margin-top: 6px;
    width: 140px;
}

.billing .buttonUseThisAddress {
    margin-top: 10px;
    margin-left: 305px;
}

.delivery .buttonUseThisAddress {
    margin-top: 10px;
    margin-left: 240px;
}

label.pcBroker {
    width: 377px!important;
    text-align: left;
}

.orderSummary {
    max-width: 565px;
    padding-bottom: 10px;
}

.paymentRadio td {
    color: #007f64;
    font-weight: bold;
}

.refer {
    padding-left: 5px;
    padding-right: 5px;
}

div.printerButtons {
    float: left;
    margin-left: 20px;
    text-align: center;
}

.printerButtons input.button.buy {
    width: 180px;
    margin-top: -20px;
}

.printerButtons .price {
    font-size: 1.5em!important;
    color: #41a940;
    font-weight: bold;
}

.upgradePrice {
    font-size: 1.3em;
    color: #41a940;
    font-weight: bold;
}

.printerButtons span {
    font-weight: normal;
    font-size: 0.7em;
    color: #4d4f53;
}

.printerButtons fieldset {
    text-align: left;
}

.printerButtons table {
    text-align: left;
}

#fiveProducts {
    width: 100%;
}

#fiveProducts td {
    width: 20%;
    text-align: center;
  
    font-size: 14px;
}

#fiveProducts a {
    color: #69923A;
    display: block;
    font-weight: bold;
    min-height: 132px;
}

#fiveProducts a:hover {
    color: #ff5800;
    text-decoration: none;
}

#fiveProducts span {
    padding-right: 3px;
    padding-left: 3px;
    display: block;
    font-size: 14px;
}

#fiveProducts span.price {
    color: #41a940;
    font-weight: bold;
    display: inline;
}

#fiveProducts p {
    color: #4d4f53;
    font-weight: normal;
    margin-bottom: 5px;
}

#fiveProducts img {
    height: 100px;
    width: 100px;
}

#fiveProducts span.excVat {
    display: inline;
}

#fiveProducts span.excVat2 {
    color: #4d4f53;
    font-weight: normal;
    margin-bottom: 19px;
}

#fiveProducts input {
    width: auto;
    margin-right: 7px;
    font-size: 14px;
    margin-top: 2px;
}

#fiveProducts .buttonTry {
    padding: 0 5px;
    cursor: pointer;
}

#fiveProducts .buttonBuy {
    padding: 0 5px 2px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
}

#fiveProducts .buttonUpgrade {
    padding: 0 0px;
}

#keyFeatures_top,#keyFeatures2_top {
    width: 209px;
    border-top: 1px solid #e0e1dd;
    border-left: 1px solid #e0e1dd;
    border-right: 1px solid #e0e1dd;
    padding: 15px 0px 0px 0px;
    float: right;
    margin-left: 40px;
}

#keyFeatures_mid,#keyFeatures2_mid {
    width: 209px;
    padding: 0px;
}

#keyFeatures_mid p,#keyFeatures2_mid p {
    padding: 0px 10px 10px 10px;
}

#keyFeatures_mid h3 {

    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 20px;
    margin-top: 0;
    padding-bottom: 0.6em;
}

#keyFeatures2_mid h3 {
    color: #69923a;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-top: 0;
    font-size: 1.8em;
}

#keyFeatures_mid ul,#keyFeatures2_mid ul {
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: -11px;
}

#keyFeatures_btm,#keyFeatures2_btm {
    display: block;
    height: 15px;
    width: 209px;
    border-bottom: 1px solid #e0e1dd;
}

.dotted {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8yOC8xMxBT5okAAAAXSURBVAiZBcEBAQAAAIIg+j/aYAiqwQEiBQP/H5WYLQAAAABJRU5ErkJggg==) repeat-x;
    with: 100%;
}

.divider {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8yOC8xMxBT5okAAAAXSURBVAiZBcEBAQAAAIIg+j/aYAiqwQEiBQP/H5WYLQAAAABJRU5ErkJggg==) repeat-x;
    width: 100%;
    height: 1px;
}

.divider_sm {
    background: url(/images/divider_sm.jpg) no-repeat left;
    height: 47px;
}

#familyMembers {
    margin-bottom: 10px;
    margin-top: 20px;
}

#familyMembers p {
    clear: both;
}

#familyMembers img {
    margin-bottom: 15px;
    margin-right: 10px;
    margin-top: -5px;
    width: 50px;
}

#familyMembers a {
    vertical-align: middle;
}

.family p,.family table {
    font-size: 14px;
    margin-right: 70px;
}

.family table p {
    margin-right: 0;
}

.family td h4 {
    margin-top: 0;
    color: #007f64;
    margin-bottom: 0.7em;
}

.family h2 {
  
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
}

.family td {
    padding-bottom: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8yOC8xMxBT5okAAAAXSURBVAiZBcEBAQAAAIIg+j/aYAiqwQEiBQP/H5WYLQAAAABJRU5ErkJggg==) repeat-x;
    padding-top: 30px;
}

.family td:first-child {
    padding-bottom: 30px;
    background: none;
    padding-top: 30px;
    vertical-align: top;
}

.family td.b_thumb {
    width: 150px;
}

.family td.b_thumb img {
    float: left;
}

.family td.offer {
    background: url(/images/promo/wasNowProdPrice.png) no-repeat;
    width: 215px;
    padding-top: 53px;
}

.family h3 {
  
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
}

.family td h3 {
   
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
}

.family td img {
    padding-right: 10px;
}

.family p.price {
    font-weight: bold;
    font-size: 1.1em;
    color: #41a940;
    text-align: center;
}

.family .software p {
    font-size: 14px;
}

.productFamily img {
    margin-right: 15px;
}

.oneCol td {
    padding-bottom: 20px;
}

.oneCol td img {
    padding-right: 10px;
}

.oneCol p.price {
    font-weight: bold;
    font-size: 1.1em;
    color: #41a940;
    text-align: center;
}

.oneCol .software p {
    font-size: 14px;
}

.offLeft {
    position: absolute;
    left: -999px;
    width: 990px;
}

.bestSellers div {
    text-align: center;
}

.bestSellers div span {
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 5px;
   
}

.home #content {
    padding-top: 30px;
}

.home #content .wrapperPadding {
    background-position: 0 8px;
}

.homeAds1 {
    width: 670px;
    padding-bottom: 320px;
}

.homeAds2 {
    position: absolute;
    margin-left: 690px;
    margin-top: 23px;
    width: 205px;
}

.homeAds2 a {
    display: block;
}

.homeAds2 a:first-child {
    margin-bottom: 20px;
}

.ltIE8 .homeAds2 {
    margin-left: 0;
}

.homeAds3 a.button:hover {
    color: white;
    text-decoration: none;
}

.homeAds3 .inner {
    background-color: #eff0ee;
    padding: 2px 10px 0px 10px;
}

.homeAds3 h3,.homeAds3 h3 a {
    font-size: 28px;
 
    color: #007f64;
}

.homeAds3 h3 a:hover {
    text-decoration: underline;
}

.homeAds4 .inner {
    background: #eff0ee url(/images/homeAds4Bck.png) right bottom no-repeat;
    padding: 10px;
    cursor: pointer;
}

.homeAds4 h3 {
    font-size: 24px;
   
    color: #007f64;
    line-height: 1em;
}

.homeAds4 .inner:hover h3 {
    text-decoration: underline;
}

.homeAds4 .inner p:first-child {
    height: 70px;
    margin-top: 5px;
}

.homeAds4 .button {
    border: none;
    background-image: -webkit-linear-gradient(bottom, #41a940 0%, #41a940 100%);
    background-image: -ms-linear-gradient(bottom, #41a940 0%, #41a940 100%);
    text-align: right;
    margin-left: -10px;
    padding: 4px 10px;
}

.homeAds4 .mrm.mtm.mbl .button,.homeAds4 .mlm.mtm.mbl .button {
    width: 194px;
}

.homeAds4 .mrm.mlm.mtm.mbl .button {
    width: 184px;
}

.homeAds4 .alignRight {
    margin-top: -24px;
    margin-bottom: -23px;
}

.adsBox1 li,.adsBox2 li {
    margin: 7px 0 7px 20px;
}

.adsBox1 li i,.adsBox2 li i {
    margin-right: 5px;
}

.homeWidth {
    width: 896px;
    margin-left: auto;
    margin-right: auto;
}

.popupControl {
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: black;
}

.modalBackground {
    background-color: #4d4f53;
    opacity: 0.7;
}

.modalPopup,.modalPopup2 {
    background-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-color: #41a940;
    padding: 20px;
    width: 600px;
    font-size: 14px;
}

.modalPopup2 {
    background: none;
}

.modalPopup fieldset,.modalPopup2 fieldset {
    padding-right: 100px;
}

.modalPopup div,.modalPopup2 div {
    margin-bottom: 5px;
}

.modalPopup strong,.modalPopup2 strong {
    color: #4d4f53;
}

.modalPopup label,.modalPopup2 label {
    color: #007f64;
    font-weight: bold;
}

.priceEx {
    float: right;
    margin-right: 0;
    margin-top: 0 !important;
    text-align: right;
    width: 180px;
}

.priceInc {
    clear: right;
    color: #41a940;
    float: right;
  
    font-size: 20px;
    font-weight: bold;
    margin-right: 0;
    margin-top: -53px !important;
    text-align: right;
    width: 180px;
}

.lastUnit .buttonBuy {
    float: right;
    margin-right: 0;
    margin-top: 18px;
}

.priceInc span {
    font-weight: normal;
    font-size: 14px;
}

#content .modalPopup .priceEx,#content .modalPopup2 .priceEx {
    font-weight: bold;
    float: right;
    margin: 30px -10px 10px 0 !important;
}

#content .modalPopup .priceInc,#content .modalPopup2 .priceInc {
    clear: right;
    color: #41a940;
    font-weight: bold;
    font-size: 1.5em;
    float: right;
    margin: -60px -10px 0 0 !important;
   
}

.instantAccounts#content .modalPopup .priceInc,#content .modalPopup2 .priceInc,#content.instantAccounts2 .modalPopup .priceInc,#content .modalPopup2 .priceInc,#content.instantAccounts3 .modalPopup .priceInc,#content .modalPopup2 .priceInc {
    color: #007f64;
    margin: -70px -10px 0 0 !important;
}

.modalPopup .priceInc span,.modalPopup .priceEx span,.modalPopup2 .priceInc span,.modalPopup2 .priceEx span {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

.modalPopup input.buttonAddToBasket,.modalPopup input.buttonCancel,.modalPopup input.buttonSendEmail,.modalPopup2 input.buttonAddToBasket,.modalPopup2 input.buttonCancel,.modalPopup2 input.buttonSendEmail {
    float: right;
    margin-left: 10px;
    cursor: pointer;
    font-weight: bold;
}

.modalPopup input.buttonAddToBasket {
    width: 200px;
}

*:first-child+html .modalPopup input.buttonAddToBasket {
    margin-right: 20px;
}

.modalPopup input.buttonCancel,.modalPopup2 input.buttonCancel {
    border: none;
    background: none;
    position: absolute;
    right: 15px;
    top: 20px;
}

.modalPopup input.buttonSendEmail,.modalPopup2 input.buttonSendEmail {
    float: right;
    margin-left: 10px;
    margin-right: 115px;
    cursor: pointer;
}

.modalPopup ul {
    margin-top: 5px !important;
}

.modalPopup ul.simpleList li {
    margin-bottom: 0;
}

table.training,table.stationery {
    margin-bottom: 20px;
}

.stationery input,.training input {
    font-size: 14px;
    width: 40px;
}

.stationery td,.training td {
    width: 16.66%;
    padding: 0 5px;
    font-size: 12px;
    vertical-align: top;
    text-align: center;
  
}

.stationery h4 a,.training h4 a {
    font-size: 12px;
    font-weight: bold;
    
}

.stationery h4,.training h4 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    min-height: 132px;
}

.stationery img,.training img {
    margin-bottom: 0px;
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.stationery img.newWindow,.training img.newWindow {
    height: auto;
    width: 12px;
    display: inline;
}

img.newWindow {
    width: 12px;
    display: inline;
}

#content .stationery p,#content .training p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
}

.stationery span.price,.training span.price {
    color: #41a940;
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 0.1em;
}

.stationery span.excVat,.training span.excVat {
    color: #4d4f53;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 14px;
}

.supportGirl {
    background: url(/images/promo/support_site_grfc.jpg) no-repeat top right;
    padding-right: 120px;
    height: 130px;
}

.pyeThumbs td {
    width: 33%;
    padding-right: 15px;
    vertical-align: top;
}

.pyeThumbs h4 {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
}

.pyeThumbs img {
    margin-bottom: 0px;
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fivePerCentOnline {
    margin-top: -40px;
    display: block;
    margin-left: 40px;
}

.basketHeader1,.basketHeader2,.basketHeader3,.basketHeader4 {
    text-indent: -3000px;
    height: 90px;
}

.basketHeader1 {
    background: url(/images/basket_s01.gif) no-repeat;
}

.basketHeader2 {
    background: url(/images/basket_s02.gif) no-repeat;
}

.basketHeader3 {
    background: url(/images/basket_s03.gif) no-repeat;
}

.basketHeader4 {
    background: url(/images/basket_s04.gif) no-repeat;
}

.table2 img {
    width: 50px;
}

table.basket {
    width: 100%;
}

fieldset div {
    margin-bottom: 0px;
}

fieldset table td {
    vertical-align: top;
}

.product {
    padding-right: 17px;
    width: 225px;
}

.product img {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.bubOverlay {
    position: absolute;
    margin-left: 140px!important;
    margin-top: -35px;
}

.product img.bubOverlay {
    display: none;
}

.famOverlay {
    position: absolute;
    margin-left: -65px;
    margin-top: 77px;
}

div.discountCode {
    text-align: right;
    padding-bottom: 15px;
    color: #41a940;
    font-weight: bold;
}

span.discountCode {
    color: #69923a;
    font-size: 1.3em;
    margin-left: 5px;
    margin-right: 5px;
}

.newVersion {
    background: url(/images/newVersion.gif) no-repeat center right;
    padding-right: 35px;
}

.released09 {
    background: url(/images/newVersion09.gif) no-repeat right 100px;
    padding-right: 45px;
}

.noBorder {
    border: none;
}

.paragraphAlign2 {
    margin-right: 75px;
}

.adNextToPrice {
    float: right;
    margin-right: 24px;
    margin-top: 10px;
    width: 138px;
    display: block;
    clear: right;
}

#sagePay p {
    line-height: 1em!important;
}

.basket#sagePay {
    margin: 0 0 10px 10px;
}

.billing#sagePay {
    position: absolute;
    margin-left: 350px;
    margin-top: 95px;
    width: 230px;
    padding: 0px 10px 7px 10px;
    top: 565px;
    border: 1px solid #cde6a0;
}

.payment#sagePay {
    position: relative;
    width: 350px;
    padding: 0px 10px 7px 10px;
    margin-bottom: -100px;
    border: 1px solid #cde6a0;
}

.basket#sagePay .sagePay {
    margin-bottom: -10px;
}

.updateProgress {
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 450px;
    height: 80px;
    padding: 20px;
    position: fixed;
    z-index: 100001;
    left: 273.5px;
    top: 313px;
}

#ctl00_phLeftContent_ConfigureOnPostButton1_ctlConfigure_pnlBoxType img {
    margin-left: 20px;
}

div.sample_popup {
    z-index: 1;
}

div.sample_popup div.menu_form_header {
    border: 1px solid black;
    border-bottom: none;
    width: 400px;
    height: 20px;
    line-height: 19px;
    vertical-align: middle;
    text-decoration: none;
    font-family: Times New Roman, Serif;
    font-weight: 900;
    font-size: 13px;
    color: #206040;
    cursor: default;
}

div.sample_popup div.menu_form_body {
    width: 400px;
    border: 1px solid black;
    height: 200px;
    background-color: #b0c4de;
}

div.sample_popup img.menu_form_exit {
    float: right;
    margin: 4px 5px 0px 0px;
    cursor: pointer;
}

div.sample_popup table {
    width: 100%;
    border-collapse: collapse;
}

div.sample_popup th {
    width: 1%;
    padding: 0px 5px 1px 0px;
    text-align: left;
    font-family: Times New Roman, Serif;
    font-weight: 900;
    font-size: 13px;
    color: #004060;
}

div.sample_popup td {
    width: 99%;
    padding: 0px 0px 1px 0px;
}

div.sample_popup form {
    margin: 0px;
    padding: 8px 10px 10px 10px;
}

div.sample_popup input.field {
    width: 95%;
    border: 1px solid #808080;
    font-size: 12px;
}

div.sample_popup input.btn {
    margin-top: 2px;
    border: 1px solid #808080;
    background-color: #DDFFDD;
    font-size: 11px;
}

.minimiseBottomMargin {
    margin-bottom: -60px;
}

.wait {
    width: 350px;
    height: 200px;
    background-color: white;
    font-size: 1.3em;
    font-weight: bold;
    color: #41a940;
    border: 2px solid #41a940;
    opacity: 0.92;
}

.wait td {
    padding: 50px;
}

.downloadLink {
    background-color: #FFF!important;
}

.downloadLink a {
    font-weight: bold;
    color: #ff5800 !important;
    font-size: 1.4em!important;
    margin-top: 10px;
}

.webButtons {
    margin-left: 57px;
}

.creditCards {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 40px;
}

#productimage-title-wrap {
    padding-top: 5px;
    background: white;
    border-top: 1px dotted #000;
}

#productimage-title-wrap img {
    cursor: pointer;
    border: 1px dotted #ccc;
    margin: 1px;
}

#productimage-title-wrap img.current {
    margin: 0;
    border: 2px solid #000;
    cursor: auto;
}

#productimage-title {
    float: left;
    text-align: left;
}

.gallery-container {
    display: none;
}

.product-image a {
    text-decoration: none;
}

.product-image {
    margin-right: 20px;
    text-align: center;
}

div.protx#bodyContainer {
    width: 700px;
}

img.protx {
    vertical-align: middle;
    margin-right: 20px;
    margin-top: -5px;
}

#pnlBillingDetails table,#pnlPayment table {
    margin-top: 16px;
}

#pnlConfirm table.table2 {
    margin-bottom: 30px;
}

.protx fieldset {
    border: 1px solid #e5e5e5;
}

.protx #ctlAddress_txtPostcode {
    margin-left: 30px;
}

#pnlBillingDetails .fieldFloat,#pnlPayment .field {
    clear: right;
    margin-right: 308px;
    margin-top: -25px;
    float: right;
}

.protx p {
    line-height: 2em;
}

#pnlBillingDetails select,#pnlPayment select {
    vertical-align: middle;
}

.protx .buttonProceed,.protx .buttonProceed,.protx .buttonPlaceOrder {
    margin-right: 308px;
    width: 155px;
}

#pnlClose .button {
    margin-top: 20px;
}

table.coverbullets {
    width: 100%;
    margin: 10px 0 0 20px;
}

#content table.coverbullets ul li {
    list-style: inherit;
    margin-bottom: 0;
}

table.coverbullets ul {
    margin-top: 0!important;
    margin-bottom: 5px!important;
}

table.coverbullets td {
    width: 50%;
    padding-right: 10px;
}

.modalPopup fieldset {
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.modalPopup h4 {
    margin-top: 0px;
    margin-bottom: 0;
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
    color: #007f64;
}

.instantAccounts .modalPopup h4,.instantAccounts2 .modalPopup h4,.instantAccounts3 .modalPopup h4 {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 32px !important;
    letter-spacing: -0.03em;
    font-weight: normal;
    color: #41a940;
}

.mThumb {
    height: 165px;
    width: 165px;
    display: block;
    margin-bottom: 5px;
}

.ssSetup {
    height: 210px;
    width: 300px;
}

.ssFinance {
    height: 202px;
    width: 302px;
}

.ssDebt {
    height: 200px;
    width: 300px;
}

.ssVat {
    height: 160px;
    width: 300px;
}

.ssMobile {
    height: 307px;
    width: 165px;
}

.line .mThumb {
    border: 1px solid white;
}

td.b_thumb {
    width: 150px;
}

td.b_thumb img {
    float: left;
}

td.offer {
    background: url(/images/promo/wasNowProdPrice.png) no-repeat;
    position: absolute;
    width: 215px;
    padding-top: 53px;
}

.h_thumbs {
    margin-left: 153px;
}

.h_thumbs td {
    text-align: center;
}

div.b_thumb {
    float: left;
    margin-left: 70px;
    margin-top: -50px;
    background: url(/images/b_plain.png) no-repeat;
    height: 60px;
    width: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}

div.b_thumb.offer {
    background: url(/images/b_plain_o.png) no-repeat;
}

div.b_thumb a {
    text-decoration: none;
}

span.b_from,span.b_cost,span.b_vat,span.b_off {
    display: block;
    color: #FFFFFF;
    cursor: pointer;
}

span.b_from {
    font-size: 12px;
    height: 14px;
    margin-top: 3px;
    line-height: 1em;
}

span.b_cost {
    font-size: 20px;
    margin-bottom: -3px;
}

span.b_cost.offer {
    margin-top: 8px;
    margin-bottom: -8px;
}

span.b_vat {
    font-size: 12px;
}

span.b_off {
    font-size: 18px;
}

#dhtmltooltip {
    position: absolute;
    width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 0.9em;
    background-color: white;
    visibility: hidden;
    z-index: 100;
}

.small {
    font-size: 12px;
}

.image caption {
    font-size: 12px;
}

.caption {
    font-size: 0.8em;
}

.paymentPanel {
    margin-top: 0px;
    width: 625px;
    margin-left: 0;
}

.paymentPanel .inner {
    border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -webkit-border-top-left-radius: 0px 0px 7px 7px;
}

.choose {
    width: 190px;
    float: left;
    border: 1px solid #E5E5E5;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    margin-right: 10px;
}

.delAddress {
    border-left: 1px solid #E5E5E5;
    margin-left: 470px;
    margin-top: -585px;
    width: 500px;
    position: absolute;
}

*:first-child+html .delAddress {
    border-left: 1px solid #E5E5E5;
    margin-left: 470px;
    width: 500px;
    position: relative;
}

*:first-child+html input.field {
    width: 234px;
}

.delAddress .buttonLookUp {
    margin-right: 110px;
}

.landLine {
    display: block;
    margin-left: 113px;
    width: 330px;
}

.delAddress fieldset label {
    width: 110px;
}

.delAddress .titleNameLastName {
    margin-left: 45px;
    margin-top: 10px;
}

.delAddress .titleNameLastName label {
    width: 55px;
}

.delAddress .landLine {
    display: block;
    margin-left: 48px;
    width: 330px;
}

select[disabled],input[disabled],input[disabled]:hover {
    background-color: #f9f9f9;
    border: 1px solid #f3f3f3;
    color: #afafaf;
}

.disabled * {
    color: #cccccc;
}

.ob_quantity input[disabled] {
    color: black;
    text-align: center;
}

.custAdd th {
    padding-right: 10px;
}

.invoice {
    font-weight: normal;
}

td.invoice {
    width: 243px;
}

.billing legend {
    padding-bottom: 0px;
}

.ltIE8 .billing legend {
    padding-bottom: 10px;
}

.billing {
    margin-bottom: -10px;
}

.delivery legend {
    padding-bottom: 0px;
}

.ltIE8 .delivery legend {
    padding-bottom: 20px;
}

th.delivery {
    font-weight: bold;
}

.custAdd th,.custAdd td {
    vertical-align: top;
}

fieldset.cmxform {
    margin-bottom: 10px;
    margin-top: 10px;
}

.cmxform legend {
    color: #41a940;
    font-size: 1.25em;
    padding: 0;
    margin-bottom: 0;
    padding-right: 10px;
}

.cmxform label {
    display: inline-block;
    line-height: 2em;
    vertical-align: top;
    font-size: 14px;
}

fieldset.cmxform ol {
    margin: 0;
    padding: 0;
}

fieldset.cmxform li {
    list-style: none;
    margin: 0;
    padding: 5px 10px 7px 10px;
}

.cmxform ol li {
    list-style: none;
}

fieldset.cmxform fieldset {
    border: none;
    margin: 3px 0 0;
}

fieldset.cmxform fieldset legend {
    padding: 0 0 5px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25em;
}

fieldset.cmxform fieldset label {
    display: block;
    width: auto;
}

.cmxform em {
    font-weight: bold;
    font-style: normal;
}

.cmxform label {
    width: 195px;
    text-align: right;
    margin-right: 10px;
}

fieldset.cmxform fieldset label {
    margin-left: 123px;
}

.cmxform li span {
    line-height: 2em;
}

.cmxform li span.radio {
    line-height: 1em;
}

.cmxform input.field {
    width: 250px;
    padding: 5px;
}

fieldset.cmxform {
    border: 1px solid white;
    padding: 20px;
}

fieldset.cmxform fieldset {
    background: none;
}

.cmxform textarea {
    display: inline-block;
    border: 1px solid #DFDFDF;
    margin-top: 2px;
    margin-left: 0;
    margin-bottom: 0;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
}

.cmxform .required {
    margin-left: 0px;
    margin-right: 0px;
}

.cmxform li .required {
    margin-left: -10px;
    margin-right: 0px;
}

.cmxform .checkbox label,.cmxform .radio label {
    margin-top: -5px;
    vertical-align: middle;
    width: auto;
}

table.like4like {
    width: 100%;
}

table.like4like td {
    padding: 5px;
    vertical-align: bottom;
}

fieldset.like4like label {
    text-align: left;
    width: 600px;
    line-height: 1.5em;
    margin-top: -5px;
}

fieldset.like4like select {
    margin-left: 10px;
    margin-top: 10px;
}

table.like4like dl {
    margin-bottom: 30px;
}

table.like4like dt {
    font-size: 14px;
}

table.like4like dd {
    color: #69923a;
    font-size: 1.2em;
    margin-left: 100px;
    margin-top: -15px;
}

table.like4like p {
    font-size: 14px;
    margin-top: -0.2em !important;
}

table.like4like p.price {
    color: #41a940;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em !important;
    font-weight: bold;
    margin-bottom: 0 !important;
}

table.like4like div {
    margin-bottom: 43px;
}

table.like4like div input {
    margin-bottom: 4px;
}

table.upgradeCentre {
    width: 100%;
}

table.upgradeCentre td {
    padding: 5px;
}

table.upgradeCentre td:first-child {
    width: 150px;
}

table.upgradeCentre td:nth-child(2) {
    width: 230px;
}

table.upgradeCentre dl {
    margin-bottom: 30px;
}

table.upgradeCentre dt {
    font-size: 14px;
}

table.upgradeCentre dd {
    color: #007f64;
    font-size: 1em;
    margin-left: 100px;
    margin-top: -15px;
}

table.upgradeCentre a {
    font-size: 0.9em;
}

table.upgradeCentre p {
    border-left: 1px solid #E5E5E5;
    padding-left: 10px;
}

table.upgradeCentre p:first-child {
    margin-top: -0.2em !important;
}

table.upgradeCentre p.radio {
    border-left: 1px solid #E5E5E5;
    padding-left: 25px;
    font-size: 12px;
}

table.upgradeCentre label {
    font-weight: bold;
}

table.upgradeCentre .radio input {
    margin: 20px 0 -15px -17px;
    display: block;
}

table.upgradeCentre .heading4 {
    border-left: 1px solid #E5E5E5;
    padding-left: 10px;
}

table.upgradeCentre img {
    display: block;
    margin-bottom: 10px;
    width: 150px;
}

table.upgradeCentre span.price {
    color: #41a940;
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 2em;
    display: block;
    margin-bottom: 20px;
    text-align: right;
}

table.upgradeCentre .button {
    font-weight: bold;
    float: right;
    box-shadow: 0 4px 7px rgba(0,0,0,0.2);
}

.lifted:after {
    -moz-transform: rotate(3deg);
    left: auto;
    right: 10px;
}

.lifted:before,.lifted:after {
    -moz-transform: rotate(-3deg);
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0,0,0,0.7);
    height: 20%;
    left: 10px;
    max-width: 300px;
    width: 50%;
}

.drop-shadow:before,.drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
}

.lifted:before,.lifted:after {
    -moz-transform: rotate(-3deg);
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0,0,0,0.7);
    height: 20%;
    left: 10px;
    max-width: 300px;
    width: 50%;
}

.drop-shadow:before,.drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
}

.lifted {
    border-radius: 4px 4px 4px 4px;
}

.drop-shadow {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
    float: left;
    margin: 2em 10px 4em;
    padding: 1em;
    position: relative;
    width: 40%;
}

.tagline {
    width: 630px;
    margin-top: 45px;
    padding-bottom: 20px;
}

.instantAccounts2 .tagline {
    width: 550px;
    margin-top: 80px;
}

.instantAccounts3 .tagline {
    width: 550px;
    margin-top: 45px;
}

#content.productPage .wrapperPadding {
    height: 130px;
    padding: 20px 0;
    background: url(/images/banner-bottom.png) bottom center no-repeat;
    position: relative;
    margin-bottom: 10px;
}

#glance {
    background: url(/images/glance-bg-wide.png) no-repeat;
    width: 743px;
    height: 90px;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

#glance.package {
    background: url(/images/glance-bg2.png) no-repeat;
}

#glance.package2 {
    background: url(/images/glance-bg3.png) no-repeat;
}

#glance.xSell {
    background: none;
    width: 470px;
}

#glance.xSell strong {
    font-size: 14px;
}

#glance ul {
    margin-top: 0;
    margin-bottom: 0;
}

#glance ul li {
    float: left;
    padding-left: 67px;
    width: 170px;
    padding-bottom: 20px;
    background: url(/images/icons-glance.png) no-repeat;
    background-position: 25px -439px;
    font-size: 12px;
}

.starter #glance ul li {
    margin-right: 10px;
    padding-left: 40px;
    width: 190px;
}

.starter .tab_container #glance ul li p {
    font-size: 12px;
}

.starter .tab_container #glance {
    margin-left: -40px;
}

.starter #glance ul li {
    background: url(/images/icons-glance2.png) no-repeat;
    background-position: 0 0;
}

#glance.package ul li,#glance.package2 ul li {
    background-position: 50% 0 !important;
    background-repeat: no-repeat !important;
    height: auto;
    margin-top: -13px;
    padding: 0 5px;
    text-align: center;
    width: auto;
}

#glance.package ul li a,#glance.package2 ul li a {
    display: block;
    padding-top: 98px;
    width: 155px;
    color: #4d4f53;
    font-weight: normal;
    font-size: 0.9em;
}

#glance.package ul li a:hover,#glance.package2 ul li a:hover {
    text-decoration: none;
}

#glance.package2 ul li a {
    width: 200px;
}

#glance ul li.bottom {
    margin-bottom: 0;
}

#glance ul li strong {
    display: block;
    font-weight: normal;
}

#glance ul li#bulletNew {
    background-position: 25px -2030px;
}

#glance ul li.bulletVideo {
    background-position: 25px -2087px;
}

#glance ul li#bulletVideo {
    background-position: 25px -2087px;
}

#glance ul li#cash-flow {
    background-position: 25px -305px;
}

#glance ul li#customer {
    background-position: 25px -240px;
}

#glance ul li#ordering {
    background-position: 25px -180px;
}

#glance ul li#supplier {
    background-position: 25px -62px;
}

#glance ul li#vat {
    background-position: 25px 0;
}

#glance ul li#stock {
    background-position: 25px -122px;
}

#glance ul li#multi-user {
    background-position: 25px -377px;
}

#glance ul li#employee-records {
    background-position: 25px -500px;
}

#glance ul li#legislation {
    background-position: 25px -570px;
}

#glance ul li#payslips-forms {
    background-position: 25px -630px;
}

#glance ul li#forecasting {
    background-position: 25px -700px;
}

#glance ul li#support {
    background-position: 25px -770px;
}

#glance ul li#multi-company {
    background-position: 25px -840px;
}

#glance ul li#payroll-management {
    background-position: 25px -910px;
}

#glance ul li#pay-employees {
    background-position: 25px -990px;
}

#glance ul li#hmrc {
    background-position: 25px -1060px;
}

#glance ul li#mobile {
    background-position: 25px -1130px;
}

#glance ul li#currency {
    background-position: 25px -1200px;
}

#glance ul li#perfect-fit {
    background-position: 25px -1270px;
}

#glance ul li#time {
    background-position: 25px -1340px;
}

#glance ul li#relationships {
    background-position: 25px -1410px;
}

#glance ul li#acquirecustomers {
    background-position: 25px -1480px;
}

#glance ul li#engage {
    background-position: 25px -1550px;
}

#glance ul li#organised {
    background-position: 25px -1620px;
}

#glance ul li#forecastsales {
    background-position: 25px -1690px;
}

#glance ul li#socialmedia {
    background-position: 25px -1760px;
}

#glance ul li#setup {
    background-position: 25px -1830px;
}

#glance ul li#efficiency {
    background-position: 25px -1900px;
}

#glance ul li#sales {
    background-position: 25px -1970px;
}

#glance ul li#pro-appearance {
    background-position: 25px -2150px;
}

#glance ul li#heart {
    background-position: 25px -2220px;
}

#glance ul li#corrections {
    background-position: 25px -2270px;
}

#glance ul li#secure {
    background-position: 25px -2340px;
}

#glance ul li#tablet {
    background-position: 25px -2410px;
}

#glance ul li#accountsbundle-setup {
    background: url(/images/setup.png) no-repeat;
}

#glance ul li#accountsbundle-efficiency {
    background: url(/images/efficiency.png) no-repeat;
}

#glance ul li#accountsbundle-performance {
    background: url(/images/forecasting.png) no-repeat;
}

#glance ul li#accountsbundle-finance {
    background: url(/images/vat.png) no-repeat;
}

#glance ul li#accountsbundle-customers {
    background: url(/images/customers.png) no-repeat;
}

#glance ul li#accountsbundle-mobile {
    background: url(/images/mobile.png) no-repeat;
}

#glance ul li#instantaccountsbundle-cashflow {
    background: url(/images/cash-flow.png) no-repeat;
}

#glance ul li#instantaccountsbundle-customer {
    background: url(/images/customer.png) no-repeat;
}

#glance ul li#instantaccountsbundle-bank {
    background: url(/images/ordering.png) no-repeat;
}

#glance ul li#instantaccountsbundle-supplier {
    background: url(/images/supplier.png) no-repeat;
}

#glance ul li#instantaccountsbundle-stock {
    background: url(/images/stock.png) no-repeat;
}

#glance ul li#instantaccountsbundle-customersheart {
    background: url(/images/customers-at-the-heart.png) no-repeat;
}

#glance ul li#instantaccountsbundle-proimage {
    background: url(/images/professional-appearance.png) no-repeat;
}

#glance ul li#payrollbundle-employeeinfo {
    background: url(/images/employee-info.png) no-repeat;
}

#glance ul li#payrollbundle-calculations {
    background: url(/images/payroll-calculations.png) no-repeat;
}

#glance ul li#payrollbundle-pay {
    background: url(/images/pay.png) no-repeat;
}

#glance ul li#payrollbundle-payslips {
    background: url(/images/payslips.png) no-repeat;
}

#glance ul li#payrollbundle-legislation {
    background: url(/images/legislation.png) no-repeat;
}

#glance.package ul li#accounts,#glance.package2 ul li#accounts {
    background-image: url(/images/products/accounts_sm.png);
}

#glance.package ul li#forecasting,#glance.package2 ul li#forecasting {
    background-image: url(/images/products/forecasting_sm.png);
}

#glance.package ul li#sco,#glance.package2 ul li#sco {
    background-image: url(/images/products/sageCover_sm.png);
}

#glance.package ul li#act,#glance.package2 ul li#act {
    background-image: url(/images/products/act_sm.png);
}

#glance.package ul li#pfb,#glance.package2 ul li#pfb {
    background-image: url(/images/products/planningForBusiness_sm.png);
}

#glance.package ul li#instantaccounts,#glance.package2 ul li#instantaccounts {
    background-image: url(/images/products/instantaccounts_sm.png);
}

#glance.package ul li#instantaccountsplus,#glance.package2 ul li#instantaccountsplus {
    background-image: url(/images/products/instantaccountsplus_sm.png);
}

#glance .heading1 {
    font-size: 28px !important;
    color: #007f64;
}

#features {
    margin-bottom: 15px;
    margin-top: 20px;
}

.ltIE8 #alternate-solution,.ltIE8 #features {
    margin-top: 6px;
}

ul.tabs {
    display: block;
    height: 39px;
    margin-bottom: -1px;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-left: 24px;
}

ul.tabs li {
    float: left;
    padding: 0;
    height: 32px;
    line-height: 34px;
    margin: 5px 5px 0 0 !important;
    overflow: hidden;
    position: relative;
    background: #e0e1dd;
}

ul.tabs li a {
    background: -moz-linear-gradient(#fff 0%, rgba(255,255,255,0) 100%) #e0e1dd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, rgba(255,255,255,0))) #e0e1dd;
    background: -webkit-linear-gradient(top, #fff 0%, rgba(255,255,255,0) 100%) #e0e1dd;
    background: -o-linear-gradient(#fff 0%, rgba(255,255,255,0) 100%) #e0e1dd;
    background: -ms-linear-gradient(#fff 0%, rgba(255,255,255,0) 100%) #e0e1dd;
    background: linear-gradient(#ffffff 0%,rgba(255,255,255,0) 100%) #e0e1dd;
    border: 1px solid #e0e1dd;
    text-decoration: none;
    color: #4d4f53;
    display: block;
    height: 32px;
    padding: 0 8px;
    outline: none;
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
}

ul.tabs li a:hover {
    background: white;
    border-bottom: 1px white solid;
}

ul.tabs li.active {
    height: 38px;
    margin-top: 0px!important;
}

html ul.tabs li.active a,html ul.tabs li.active a:hover {
    background: white;
    border-bottom-color: white;
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
    padding-top: 5px;
}

.tab_container {
    width: 100%;
    overflow: hidden;
    float: left;
    background: white;
}

.tab_content {
    padding: 30px 20px 20px 40px;
}

.tab_content p {
    line-height: 1.3em;
    padding-bottom: 0;
}

.tab_content h4 {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
}

.tab_content h4 a {
    font-weight: normal;
}

.tab_content .quick-spec h4 {
    color: #007f64;
}

.tab_content ul.feature-list {
    width: 290px;
    float: left;
}

.tab_content ul.feature-list li h5 {
    font-size: 18px !important;
    font-family: "FocoBold",Arial,Helvetica,sans-serif;
    color: #007f64;
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.tab_content ul.feature-list2 {
    float: left;
}

.tab_content ul.feature-list2 li {
    margin-bottom: 10px;
}

.tab_content ul.feature-list2 li h5 {
    margin-bottom: 10px;
    font-family: "FocoBold",Arial;
    color: #4d4f53;
    font-size: 115%;
}

.quick-spec {
    float: right;
    width: 300px;
    padding: 15px;
    min-height: 221px;
    margin-bottom: 45px;
    background: #eff0ee;
}

.quick-spec ul {
    margin-top: 15px;
    margin-bottom: 20px;
}

.quick-spec ul li {
    margin-bottom: 10px;
    list-style: url(/images/bullet-green.gif);
    margin-left: 13px;
}

.quick-spec ul li a {
    margin-left: -13px;
}

.quick-spec ul.fa-ul {
    margin-left: 10px;
}

.quick-spec ul.fa-ul li {
    list-style: none;
}

.quick-spec ul.fa-ul li a {
    margin-left: 0px;
}

.quick-spec ul,.quick-spec a,.quick-spec .notForYouProducts a,.quick-spec a:hover,.quick-spec .notForYouProducts a:hover {
    font-weight: normal;
    color: #000;
}

.tab-link {
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
    font-weight: bold!important;
}

.quick-spec .tab-link {
    padding-left: 30px;
    background: url(/images/arrowgreen.gif) no-repeat;
    padding-top: 4px;
    padding-bottom: 3px;
}

.notForYouProducts a {
    font-weight: bold!important;
}

.notForYouProducts .alignRight a {
    font-weight: bold!important;
    padding-right: 20px;
    background: url(/images/arrowGreen14.png) no-repeat right;
    font-size: 12px;
}

.video-frame {
    float: right;
    margin-bottom: 20px;
}

.video-frame h4 {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 5px;
}

.video-frame iframe {
    border: 1px solid #ddedea;
}

#testimony {
    background: url(/images/testimony.png) no-repeat 10px 10px #eff0ee;
    padding: 45px 10px 10px;
}

#testimony2 {
    padding-top: 20px;
    margin-left: 40px;
    margin-bottom: 20px;
}

#testimony2 p {
    margin-left: 55px;
    font-size: 12px;
}

#testimony2 i {
    font-size: 3em;
    float: left;
    margin-right: 15px;
}

#alternate-solution {
    border: 1px solid #dce8d8;
    background: white;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 20px;
    padding: 20px;
    width: 693px;
}

#alternate-solution h3 {
    margin: 0 0 10px;
    color: #69923A;
    font-size: 1.9em;
    line-height: 1em;
}

#alternate-solution img {
    margin-left: -4px;
}

.spriteOffer {
    float: left;
}

.spriteOffer img {
    vertical-align: middle;
}

.combo p {
    margin: 0 5px;
    float: left;
    font-weight: bold;
    font-size: 250%;
    color: #4d4f53;
    line-height: 113px;
}

.total-price {
    float: left;
    color: #003e21;
    margin-top: 7px;
}

.big {
    font-size: 170%;
    font-weight: bold;
    margin: 5px 0;
}

.instantAccounts #content,.instantAccounts3 #content,.starter #content {
    background: url(/images/spacer.png) no-repeat scroll 500px 0px,url(/images/bckContent.png) repeat-x scroll 0px 0px,#fff;
}

.instantAccounts2 #content {
    background: url(/images/instantAccounts.jpg) no-repeat scroll 0px 85px,url(/images/bckContent.png) repeat-x scroll 0px 0px,#fff;
}

.ltIE9 #content.instantAccounts,.ltIE9 #content.instantAccounts3 {
    background: #fff url(/images/bckContent.png) repeat-x scroll 0px 0px;
}

.ltIE8 #content.instantAccounts {
    background: #fff url(/images/bckContent.png) repeat-x scroll 0px 6px;
}

.ltIE9 #content.instantAccounts2 {
    background: #fff url(/images/instantAccounts.jpg) repeat-x scroll 0px 85px;
}

#content .wrapperPadding {
    background: url(/images/sageLogo.png) no-repeat 0 8px;
    min-height: 75px;
}

.productPage #mainContent {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAA+gCAYAAAA7HXYrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MDAwMTM5RUQ0RjkxMUUyQjQwMUY4QkZGMjMyMzMxOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MDAwMTM5RkQ0RjkxMUUyQjQwMUY4QkZGMjMyMzMxOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjkwMDAxMzlDRDRGOTExRTJCNDAxRjhCRkYyMzIzMzE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkwMDAxMzlERDRGOTExRTJCNDAxRjhCRkYyMzIzMzE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+KnYwGQAAAJhJREFUeNrs01EOgyAMANDS+9+ZaSJuU0Hcft/PS1toIVGi1hoZEWUlcknLnm60Wnyn5T7N6dUW5XHfEmWvI4fRe15+pJ2oO2rbd0g7bYPauW1QO8/rbn40+e9rTNTK8LRy33aKfv/wVwvzv96D1au0/5iirtdqLwoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADYeQkwAGOiFlPsvMPCAAAAAElFTkSuQmCC") repeat-x;
}

.productPage #mainContent.subscription .product-price h3 strong,.productPage #mainContent.apps .product-price h3 strong,.productPage #mainContent.simple .product-price h3 strong {
    font-size: 50px;
    margin-bottom: -10px;
    margin-top: -15px;
}

.productPage #mainContent.subscription #right,.productPage #mainContent.apps #right,.productPage #mainContent.simple #right {
    margin-top: -100px;
}

.productPage #mainContent.subscription {
    background: url("/images/bckMainContent2.png") repeat-x 0 -140px;
}

.productPage #mainContent.apps,.productPage #mainContent.simple {
    background: url("/images/bckMainContent2.png") repeat-x 0 -176px;
}

.productPage #mainContent.noTabs {
    background-position: 0 -34px;
}

.ltIE8 div.product-price {
    padding-left: 90px;
    font-family: Arial, Helvetica, sans-serif;
}

.instantAccounts2 div.product-price,.instantAccounts3 div.product-price {
    padding-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

p.product-price {
    margin-top: 35px;
    padding-bottom: 0.2em;
}

.instantAccounts p.product-price {
    margin-top: 5px;
    padding-bottom: 0.2em;
}

.instantAccounts2 p.product-price {
    margin-top: 0em;
    padding-bottom: 36px;
}

.instantAccounts3 p.product-price {
    margin-top: 0em;
    padding-bottom: 1.1em;
}

.product-price-img {
    float: left;
    margin-left: -10px;
}

.ltIE8 .product-price-img {
    margin-left: -100px;
}

.product-price h3 {
    font-weight: normal;
}

.instantAccounts2 .product-price h3 .instantAccounts3 .product-price h3 {
    font-weight: normal;
    margin-top: 17px;
}

.product-price h3 strong {
    color: #007f64;
    font-size: 28px;
    display: block;
    font-family: "FocoBold","Arial Black",sans-serif;
    font-weight: normal;
}

.product-price h3 strong.larger {
    font-size: 36px;
}

.instantAccounts2 .product-price h3 strong,.instantAccounts3 .product-price h3 strong {
    font-size: 50px;
    letter-spacing: -0.03em;
    display: inline;
    vertical-align: middle;
}

.subscription .product-price h3 strong {
    font-size: 50px;
    margin-bottom: -10px;
    margin-top: -15px;
}

.product-price p span {
    display: block;
    font-size: 12px;
}

.package-price p {
    color: #003e21;
    font-size: 2.1em;
    display: block;
    font-family: "FocoBlackRgular",Arial,Helvetica,sans-serif;
    margin-top: 0.3em;
    padding-bottom: 0;
}

.package-price p:first-child {
    margin-top: -10px;
    padding-bottom: 0.7em;
}

.package-price .price,.package-price .saving {
    font-size: 2.3em;
    display: block;
}

.price {
    color: #41a940;
}

.detail .price,.noDetail .price {
    color: #007f64;
    font-weight: bold;
}

.detail a,.noDetail a {
    color: black;
}

.detail p a,.noDetail p a,.whats-included li a {
    text-decoration: underline;
    color: black;
}

.detail p a:hover,.noDetail p a:hover,.whats-included li a:hover {
    text-decoration: none;
}

.package-price .price {
    font-size: 2.6em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.package-price .saving {
    color: #5E172D;
    font-size: 1.5em;
}

.whats-included {
    margin: 15px 0 0 0;
}

.instantAccounts2 .whats-included {
    margin: 33px 0 0 0;
}

.instantAccounts3 .whats-included {
    margin: 5px 0 0 0;
}

.whats-included h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.instantAccounts3 .whats-included h4 {
    margin-bottom: 15px;
}

.whats-included li {
    margin-bottom: 12px;
    background: url(/images/tick.png) no-repeat;
    padding-left: 22px;
    list-style: none;
}

.instantAccounts3 .whats-included li {
    margin-bottom: 7px;
}

.whats-included li i {
    font-size: 20px;
    color: #41a940;
    margin-left: -2px;
    float: left;
}

.detail,.noDetail {
    background: no-repeat 6px 12px #eff0ee;
    float: left;
    margin: 10px 0 10px 0px;
    width: 180px;
    min-height: 50px;
}

.detail .button,.noDetail .button {
    padding: 3px 10px;
}

.detail {
    padding: 7px 10px 10px 60px;
    width: 130px;
}

.noDetail {
    padding: 10px;
}

.detail p,.noDetail p {
    line-height: 1.2em;
    padding-bottom: 0;
}

.detail p:last-child,.noDetail p:last-child {
    line-height: 1.2em;
    padding-bottom: 0.7em;
}

.detail h3,.noDetail h3 {
    line-height: 1em;
    margin: 0.05em 0;
}

.detail a:hover,.noDetail a:hover {
    color: black;
}

.buyDetail {
    padding: 10px;
    background: #eff0ee;
    width: 180px;
    margin-bottom: 10px;
}

.starter .buyDetail {
    margin-top: -55px;
}

.instantAccounts2 .buyDetail {
    height: 353px;
}

.instantAccounts3 .buyDetail {
    height: 308px;
}

.buyDetail .button,.noDetail .button {
    padding: 7px 0;
    width: 99%;
    margin-top: 4px;
}

.buyDetail .modalPopup .button {
    width: 30%;
    float: right;
}

.buyDetail .modalPopup .sageOnePayroll .button {
    width: 90%;
    float: none;
}

.buyDetail .large {
    margin-top: 0;
}

.ltIE8 .buyDetail .button {
    padding: 7px 0;
}

.buyDetail .small {
    padding: 7px 0;
}

.instantAccounts3 .buyDetail .button {
    margin-top: 5px;
}

.instantAccounts3 .buyDetail .large {
    margin-top: 15px;
    padding: 5px 0;
}

.ltIE8 .instantAccounts3 .buyDetail .large {
    padding: 3px 0;
}

.productPage .total-price .button {
    width: auto;
    padding: 5px 30px 5px 8px;
    font-size: 115%;
}

#direct-debit {
    background-image: url(/images/direct-debit.png);
}

#sageone {
    background-image: url(/images/sageoneaccountsextra.png);
}

#phone {
    background-image: url(/images/telephone.png);
}

#direct-debit h3 {
    color: #4d4f53;
}

#special-offer15 {
    background-image: url(/images/15percentoff-p.png);
}

#special-offer-sagecover {
    background-image: url(/images/35percentoff-p.png);
}

#special-offer-sagecover italic {
    text-align: center;
    font-style: italic;
    margin-bottom: 10px;
}

#trade-in {
    background-image: url(/images/tradein.png);
}

#savings.tenPerCentOff {
    background-image: url(/images/10percentoff.png);
}

#pcpro a {
    display: block;
    padding-left: 35px;
}

.stock {
    background-image: url(/images/icons-glance.png);
}

.currency {
    background-image: url(/images/icons-glance.png);
}

.salesorder {
    background-image: url(/images/icons-glance.png);
}

#download {
    background-image: url(/images/download.png);
}

#returns {
    background-image: url(/images/returns.png);
}

.instantAccounts3 .firstItem {
    margin-top: 122px;
}

.ltIE8 .instantAccounts3 .firstItem {
    margin-top: 124px;
}

.info2 {
    float: left;
    width: 200px;
    margin: 0 20px 20px 0;
}

.info2 h2 {
    font-size: 2em;
    color: #024731;
    margin-top: 1em;
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
}

.info2 h2:first-child {
    margin-top: 0;
}

.info2 h3 {
    margin-top: 0;
}

.info {
    float: left;
    width: 300px;
    margin: 0 20px 20px 0;
}

.info-row {
    min-height: 70px;
    float: left;
    margin-bottom: 20px;
}

.info h2 {
    font-size: 2em;
    color: #024731;
    margin-top: 1em;
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
}

.info h2:first-child {
    margin-top: 0;
}

.info h3 {
    margin-top: 0;
}

#sys-req thead {
    border-bottom: 1px solid #e0e1dd;
    text-align: center;
    font-weight: bold;
}

#sys-req td {
    padding: 4px 0;
    border-left: 1px solid #e0e1dd;
    border-bottom: 1px solid #e0e1dd;
    text-align: center;
    vertical-align: middle;
}

#sys-req td.left {
    border-left: none;
    padding-left: 10px;
    text-align: left;
    float: none;
}

#supportPlan td,#supportPlan th {
    text-align: center;
}

img.scoDetails {
    float: left;
    margin-bottom: 70px;
    margin-top: 10px;
    margin-right: 5px;
    width: 140px;
}

dl.scoDetails {
    margin-top: 10px;
}

dl.scoDetails dd {
    margin-bottom: 11px;
    margin-left: 335px;
    margin-top: -13px;
    padding: 0;
}

.scoDetails td {
    text-align: center;
}

.scoDetails img {
    padding: 0;
}

.scoDetails td:first-child {
    text-align: left;
}

.ltIE8 .scoDetails .button {
    min-width: 120px;
}

#package ul {
    margin-top: 10px;
}

#package li {
    background: url(/images/icons-glance.png) no-repeat;
    padding: 0 0 15px 40px;
}

#package .stock {
    background-position: 0 -125px;
}

#package .credit {
    background-position: 0 -308px;
}

#package .mobile {
    background-position: 0 -1130px;
}

#package .forecast {
    background-position: 0 -695px;
}

#package .currency {
    background-position: 0 -1200px;
}

#package .salesorder {
    background-position: 0 -180px;
}

#package .pricing {
    background-position: 0 -990px;
}

#jubilee {
    width: 800px;
    position: absolute;
    top: 480px;
    float: left;
    left: 13%;
}

.floatRightCorner {
    margin-right: -50px;
    margin-bottom: 10px;
    margin-top: -17px;
    float: right;
}

.hidden {
    display: none;
}

#upgradeFeatures h4 {
    background: url(/images/upgradeSprite.png) no-repeat;
}

h4#lang {
    background-position: 0 0px;
    padding-left: 80px;
    height: 80px;
}

h4#comm {
    background-position: 0 -83px;
    padding-left: 80px;
    height: 80px;
}

h4#leg {
    background-position: 0 -166px;
    padding-left: 80px;
    height: 80px;
}

h4#sea {
    background-position: 0 -249px;
    padding-left: 80px;
    height: 80px;
}

h4#rep {
    background-position: 0 -332px;
    padding-left: 80px;
    height: 80px;
}

h4#excel {
    background-position: 0 -415px;
    padding-left: 80px;
    height: 80px;
}

h4#eff {
    background-position: 0 -498px;
    padding-left: 80px;
    height: 80px;
}

h4#mr {
    background-position: 0 -581px;
    padding-left: 80px;
    height: 80px;
}

h4#scratchpad {
    background-position: 0 -664px;
    padding-left: 80px;
    height: 80px;
}

h4#socialmedia {
    background-position: 0 -747px;
    padding-left: 80px;
    height: 80px;
}

h4#universalsearch {
    background-position: 0 -830px;
    padding-left: 80px;
    height: 80px;
}

h4#smarttasks {
    background-position: 0 -913px;
    padding-left: 80px;
    height: 80px;
}

h4#salesopps {
    background-position: 0 -996px;
    padding-left: 80px;
    height: 80px;
}

h4#googleint {
    background-position: 0 -1079px;
    padding-left: 80px;
    height: 80px;
}

h4#accountsint {
    background-position: 0 -1162px;
    padding-left: 80px;
    height: 80px;
}

#upgradeFeatures p {
    margin-left: 80px;
    margin-right: 50px;
    margin-top: -60px;
}

#outerContent .bx {
    padding: 0;
    border: 1px solid #e0e1dd;
    box-shadow: 0px 4px 25px #ccc;
    margin-bottom: 130px;
}

#outerContent .bx p {
    font-size: 16px;
    width: 195px;
    margin-left: 635px;
}

#outerContent .bx .entrySummary {
    margin-left: 30px;
    padding: 0;
    line-height: 1.3em;
    margin-right: 30px;
}

#outerContent .bx ul li {
    list-style: disc;
}

#outerContent .bx ol li {
    list-style: decimal;
}

#outerContent .bx h2 {
    line-height: 1.1em;
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 32px !important;
    letter-spacing: -0.03em;
    font-weight: normal;
    margin: 20px 0 20px 0px;
}

#outerContent .bx a.moreLink {
    margin-left: 723px;
}

#outerContent .bx .style1 {
    background-image: url(/images/promo/offerBckRti.png);
    background: #a4b357;
    background-image: url(/images/promo/offerBckRti.png),url(/images/promo/offerBckNoise.png),-moz-linear-gradient(top, #a4b357 0%, #75890c 100%);
    background-image: url(/images/promo/offerBckRti.png),url(/images/promo/offerBckNoise.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4b357), color-stop(100%, #75890c));
    background-image: url(/images/promo/offerBckRti.png),url(/images/promo/offerBckNoise.png),-webkit-linear-gradient(top, #a4b357 0%, #75890c 100%);
    background-image: url(/images/promo/offerBckRti.png),url(/images/promo/offerBckNoise.png),-o-linear-gradient(top, #a4b357 0%, #75890c 100%);
    background-image: url(/images/promo/offerBckRti.png),url(/images/promo/offerBckNoise.png),-ms-linear-gradient(top, #a4b357 0%, #75890c 100%);
    background-image: url(/images/promo/offerBckRti.png),url(/images/promo/offerBckNoise.png),linear-gradient(to bottom, #a4b357 0%,#75890c 100%);
}

#outerContent .bx .style1 .entrySummary {
    margin-left: 550px;
}

#outerContent .bx .style2 {
    background: url(/images/promo/offersButcher.jpg) no-repeat;
}

#outerContent .bx .style2 h2 {
    width: 300px;
    margin-top: 40px;
}

#outerContent .bx .style2 p {
    margin-top: -90px;
}

#outerContent .bx .style2 a.moreLink {
    margin-top: 15px;
}

#outerContent .bx .style3 {
    background-image: url(/images/promo/offersStarter.png);
    background: #e0e1dd;
    background-image: url(/images/promo/offersStarter.png),url(/images/promo/offerBckNoise.png),-moz-linear-gradient(top, #e0e1dd 0%, #4d4f53 100%);
    background-image: url(/images/promo/offersStarter.png),url(/images/promo/offerBckNoise.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e1dd), color-stop(100%, #4d4f53));
    background-image: url(/images/promo/offersStarter.png),url(/images/promo/offerBckNoise.png),-webkit-linear-gradient(top, #e0e1dd 0%, #4d4f53 100%);
    background-image: url(/images/promo/offersStarter.png),url(/images/promo/offerBckNoise.png),-o-linear-gradient(top, #e0e1dd 0%, #4d4f53 100%);
    background-image: url(/images/promo/offersStarter.png),url(/images/promo/offerBckNoise.png),-ms-linear-gradient(top, #e0e1dd 0%, #4d4f53 100%);
    background-image: url(/images/promo/offersStarter.png),url(/images/promo/offerBckNoise.png),linear-gradient(to bottom, #e0e1dd 0%,#4d4f53 100%);
}

#outerContent .bx .style3 h2 {
    width: 300px;
}

#outerContent .bx .style3 p {
    margin-top: -20px;
}

#outerContent .bx .style3 a.moreLink {
    margin-top: 45px;
}

#outerContent .bx .style4 {
    background: url(/images/promo/offersInstantFinancial.jpg) no-repeat;
}

#outerContent .bx .style4 h2 {
    width: 350px;
    margin-top: 90px;
    margin-left: 190px;
}

#outerContent .bx .style4 p {
    margin-top: -130px;
}

#outerContent .bx .style4 a.moreLink {
    margin-top: 25px;
}

#outerContent .bx .style5 {
    background-image: url(/images/promo/offersCharity.png);
    background: #a4b357;
    background-image: url(/images/promo/offersCharity.png),url(/images/promo/offerBckNoise.png),-moz-linear-gradient(top, #a4b357 0%, #5e172d 100%);
    background-image: url(/images/promo/offersCharity.png),url(/images/promo/offerBckNoise.png),-webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4b357), color-stop(100%, #5e172d));
    background-image: url(/images/promo/offerCharity.png),url(/images/promo/offerBckNoise.png),-webkit-linear-gradient(top, #a4b357 0%, #5e172d 100%);
    background-image: url(/images/promo/offersCharity.png),url(/images/promo/offerBckNoise.png),-o-linear-gradient(top, #a4b357 0%, #5e172d 100%);
    background-image: url(/images/promo/offersCharity.png),url(/images/promo/offerBckNoise.png),-ms-linear-gradient(top, #a4b357 0%, #5e172d 100%);
    background-image: url(/images/promo/offersCharity.png),url(/images/promo/offerBckNoise.png),linear-gradient(to bottom, #a4b357 0%,#5e172d 100%);
}

#outerContent .bx .style5 h2 {
    width: 300px;
}

#outerContent .bx .style5 p {
    margin-top: -50px;
}

#outerContent .bx .style5 a.moreLink {
    margin-top: 10px;
}

#outerContent #slider1 div {
    height: 400px;
    overflow: hidden;
}

#outerContent .bx-prev,#outerContent .bx-next {
    width: 28px;
    height: 52px;
    display: block;
    border-bottom: none;
    position: absolute;
    margin-top: -215px;
}

#outerContent .bx-prev span,#outerContent .bx-next span {
    visibility: hidden;
    width: 0!important;
    height: 0!important;
    line-height: 0!important;
    padding: 0!important;
    margin: 0!important;
}

#outerContent .bx-prev {
    background: url(/images/bxPrev.png) no-repeat;
    margin-left: -1px;
}

#outerContent .bx-next {
    background: url(/images/bxNext.png) no-repeat;
    margin-left: 867px;
}

#outerContent .bx-pager {
    clear: right;
    margin-top: -20px;
    text-align: center;
    width: 942px;
    height: 100px;
    position: absolute;
}

#outerContent .bx-pager a {
    margin: 5px;
    display: inline-block;
    border-bottom: none;
    background-color: #4d4f53;
}

#outerContent .bx-pager .pager img:first-child {
    display: none;
}

#outerContent .bx-pager a.pager-active {
    box-shadow: none;
    background-color: #41a940;
    box-shadow: 3px 3px 20px #000;
}

.noPackMargin {
    width: 435px;
    text-align: right;
}

.homeWidth .bx {
    margin-left: -40px;
    position: absolute;
    width: 976px;
}

.homeWidth .bx .entrySummary {
    padding: 15px;
    margin-top: 40px;
    margin-left: 65px;
    background: rgba(251,251,252,0.9);
}

.homeWidth .bx .entrySummary ul li {
    list-style: disc;
}

.homeWidth .bx .entrySummary ol li {
    list-style: decimal;
}

.homeWidth .bx .entrySummary p {
    font-size: 18px;
    font-family: "focoRegular",arial;
}

.homeWidth .bx .entrySummary h2 {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 32px !important;
    letter-spacing: -0.03em;
    font-weight: normal;
    color: #007f64;
    margin: 0px 0 10px 0px;
}

.homeWidth .bx .entrySummary h2 span {
    color: #41a940;
}

.homeWidth .bx .entrySummary a:not(.button) {
    color: #41a940;
    text-decoration: underline;
}

.homeWidth .bx .entrySummary a:not(.button):hover {
    text-decoration: none;
}

.homeWidth .bx .entrySummary .button {
    margin-top: 15px;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.homeWidth #slider1>div {
    height: 342px;
    overflow: hidden;
}

.homeWidth .bx-prev {
    margin-left: 0px;
}

.homeWidth .bx-next {
    margin-left: 944px;
}

.homeWidth .bx-prev,.homeWidth .bx-next {
    position: absolute;
    top: 0;
    width: 32px;
    height: 70px;
    top: 50%;
    z-index: 5;
    margin-top: -40px;
    background-color: #4d4f53;
    color: #e0e1dd;
}

.homeWidth .bx-prev span,.homeWidth .bx-next span {
    visibility: hidden;
    width: 0!important;
    height: 0!important;
    line-height: 0!important;
    padding: 0!important;
    margin: 0!important;
}

.homeWidth .bx-prev:hover,.homeWidth .bx-next:hover {
    text-decoration: none;
    background-color: #41a940;
}

.homeWidth .bx-prev i,.homeWidth .bx-next i {
    margin-top: -5px;
    margin-left: 9px;
}

.homeWidth .bx-pager {
    margin-top: -20px;
    position: absolute;
    margin-left: 443px;
}

.homeWidth .bx-pager a {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    text-indent: -999px;
    cursor: pointer;
    border: 0;
    width: 15px;
    height: 15px;
    
}

.homeWidth .bx-pager .pager img:first-child {
    display: none;
}

.homeWidth .bx-pager a.pager-active {
    background-position: -16px -197px;
    box-shadow: none;
}

#inTabComparison .notForYouItem {
    background-attachment: scroll;
    background-image: url(/images/compBackInTab.png);
    background-repeat: no-repeat;
    background-position: -1px top;
    margin: 0px;
    padding: 0px;
    height: 158px;
    width: 220px;
    z-index: 50;
    float: left;
}

#comparison .notForYouItem {
    background-attachment: scroll;
    background-image: url(/images/compBack.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px;
    padding: 0px;
    height: 158px;
    width: 243px;
    z-index: 50;
    float: left;
}

.notForYouInner {
    padding: 15px 15px 15px 15px;
}

.notForYouLeftSelected,.notForYouLeftSelected2 {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 12px 0px 0px 0px;
    background-repeat: no-repeat;
    z-index: 150;
    width: 4px;
    overflow: visible;
}

#comparison .notForYouItemSelected {
    background-attachment: scroll;
    background-image: url(/images/compBackSelected.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px;
    padding: 0px;
    height: 158px;
    width: 239px;
    z-index: 50;
    float: left;
}

#inTabComparison .notForYouItemSelected {
    background-attachment: scroll;
    background-image: url(/images/compBackSelectedInTab.png);
    background-repeat: no-repeat;
    background-position: -1px top;
    margin: 0px;
    padding: 0px;
    height: 158px;
    width: 220px;
    z-index: 50;
    float: left;
}

.notForYouRightSelected,.notForYouRightSelected2 {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 12px 0px 0px 0px;
    background-repeat: no-repeat;
    z-index: 150;
    width: 4px;
    overflow: visible;
}

.notForYouItem ul,.notForYouItemSelected ul {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.notForYouItem p,.notForYouItemSelected p {
    margin: 0;
    padding: 0;
}

.notForYouLeftSelected img {
    position: relative;
    z-index: 150;
    left: -9px;
}

.notForYouLeftSelected2 img {
    position: relative;
    z-index: 150;
    left: -1px;
}

.notForYouRightSelected img {
    position: relative;
    z-index: 150;
    left: -1px;
}

.notForYouRightSelected2 img {
    position: relative;
    z-index: 150;
    left: -9px;
}

.notForYouItemImage {
    float: right;
    margin-top: 5px;
}

.youAreHereImage {
    padding: 20px 0 0 50px;
}

#icaLogo {
    text-align: center;
}

.notForYouHeading {
    font-size: 1.3em;
    letter-spacing: -1px;
    font-weight: bold;
    margin-bottom: -35px;
    font-family: Arial,Helvetica,sans-serif;
}

.notForYouHeading a {
    color: #ff5800;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

#features h3.notForYouHeading {
    font-size: 14px!important;
}

.notForYouHeading.employees10,.notForYouHeading.employees15,.notForYouHeading.employees25,.notForYouHeading.employeesmore {
    padding-bottom: 35px;
}

.notForYouHeading.employees10 {
    background: url(/images/employees.png) no-repeat right 0;
}

.notForYouHeading.employees15 {
    background: url(/images/employees.png) no-repeat right -68px;
}

.notForYouHeading.employees25 {
    background: url(/images/employees.png) no-repeat right -138px;
}

.notForYouHeading.employeesmore {
    background: url(/images/employees.png) no-repeat right -206px;
}

.ddOlist {
    margin-left: -5px;
    background: url(/images/ob/direct-debit.png) 400px 35px no-repeat;
}

.ddOlist li {
    padding: 9px 0 17px 35px;
}

.ddOlist li.one {
    background: url(/images/fancyNumbers1.png) no-repeat;
}

.ddOlist li.two {
    background: url(/images/fancyNumbers2.png) no-repeat;
}

.ddOlist li.three {
    background: url(/images/fancyNumbers3.png) no-repeat;
}

div.lite {
    position: relative;
    left: 0;
    top: 0;
}

img.lite:hover {
    background: url(/images/youtube-play-button-hover.png);
}

div.lite a img.lazy {
    width: 330px;
    height: 250px;
}

.ltIE8 .buyDetail .button.white {
    margin-left: 0;
}

.ltIE8 .upgradeCentre .button {
    width: 140px;
}

.ltIE8 input.field {
    width: 225px;
}

.ltIE8 .buttonProceed {
    margin-top: 30px;
}

.ltIE8 .buttonProceedToBasket {
    margin-top: -20px;
}

.ltIE8 .buttonLookUp {
    margin-top: -25px;
}

.ltIE8 .billing .buttonUseThisAddress {
    margin-left: 260px;
}

.ltIE8 .delivery .buttonUseThisAddress {
    margin-left: 195px;
}

.ltIE8 .modalPopup,.ltIE8 .modalPopup2 {
    margin-right: -180px;
}

.ltIE8 .modalPopup input.buttonCancel,.ltIE8 .modalPopup2 input.buttonCancel {
    margin-right: -180px;
}

#product-img {
    display: none;
}

#product-img.newPrice {
    display: block;
    position: absolute;
    margin-left: 698px;
    margin-top: -96px;
}

.pic {
    display: none;
}

.text {
    margin-right: 45px;
    margin-top: -43px;
    text-align: right;
}

.text {
    display: none;
}

.caveat {
    color: #007f64;
    margin-bottom: -10px;
}

#sage-cover .caveat {
    padding-top: 15px;
}

#training-voucher .caveat {
    padding-top: 0px;
}

#invoices .caveat {
    padding-top: 15px;
}

.retail-price {
    margin-bottom: 10px;
}

.saving {
    margin-top: -10px;
}

.extras-list {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8yOC8xMxBT5okAAAAXSURBVAiZBcEBAQAAAIIg+j/aYAiqwQEiBQP/H5WYLQAAAABJRU5ErkJggg==) repeat-x;
    clear: both;
    padding-top: 20px;
}

#features h3 {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
}

.extras-list h3 {
    margin-bottom: 20px;
}

.extras-list h4 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.tab_content ul.feature-list2 {
    margin-top: 20px;
}

#contentLeft ol li {
    list-style: decimal;
}

.size4of9.basket h3 {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
}

#alternate-solution {
    display: none;
}

#toolTipContainer {
    display: none;
    position: absolute;
    max-width: 200px;
    height: auto;
    z-index: 2001;
}

div.tooltip {
    background: #fff none;
    padding: 2px;
    border: 1px solid #41a940;
    font-size: 1em;
    box-shadow: 0 1px 10px rgba(0,0,0,0.2);
}

.tooltip ul {
    margin-left: 0px;
}

#toolTipTitle {
    padding: 6px 7px 3px 7px;
    background: url("/images/bdr.png") repeat-x bottom;
}

#toolTipBody {
    padding: 7px 7px 3px 7px;
}

div.toolArrowBot {
    margin: -1px 0px 0px 0px;
    padding: 0px;
    height: 18px;
    width: 100%;
    float: left;
    background-attachment: scroll;
    background: transparent url(/images/toolArrowDown.png) no-repeat center top;
}

.hasTipRight img {
    vertical-align: middle;
}

.hasTipTop img {
    vertical-align: top;
}

.ltOffer td {
    vertical-align: top;
}

.adPrice span {
    font-family: focoRegular,arial;
    display: block;
}

.adPrice span.amount {
    color: #41a940;
    letter-spacing: -0.07em;
}

table.adPrice span.amount {
    font-size: 5em;
    margin: -25px 50px 0 -10px;
    font-weight: normal;
}

table.adPrice span.amount.offer {
    background: url(/images/promo/wasNowProdPrice.png) no-repeat;
    position: absolute;
    width: 215px;
    margin-top: -15px;
    margin-left: -34px;
    padding-top: 53px;
    padding-left: 25px;
}

table.adPrice span.vat {
    margin-top: -5px;
}

table.adPrice span.vat.offer {
    position: absolute;
    margin-top: 125px;
}

table.adPrice span.rate {
    font-size: 1.5em;
    margin-top: -7px;
}

table.adPrice span.rate.offer {
    position: absolute;
    margin-top: 140px;
}

table.adPrice a:hover {
    text-decoration: none;
}

div.adPrice span.amount {
    font-size: 4em;
    margin: -4px 10px 0 0px;
}

div.adPrice span.vat {
    margin-top: -56px;
    margin-left: 90px;
}

div.adPrice span.rate {
    font-size: 1.7em;
    margin-top: -3px;
    margin-left: 89px;
}

#fiveEmployees .vat,#fiveEmployees .rate {
    margin-left: 62px;
}

#fiveEmployees,#tenEmployees {
    border-right: 1px solid #e0e1dd;
}

img.dd.right {
    top: 190px;
    margin-left: 397px!important;
}

.pricingContainer {
    margin-bottom: 50px;
}

.pricingContainer td,.pricingContainer p {
    text-align: center;
    padding: 0;
    line-height: 1em;
}

.pricingContainer td:first-child,.pricingContainer p:first-child {
    padding-bottom: 0px;
    padding-top: 0px;
}

.pricingContainer td.orangeOverlap,.pricingContainer p.orangeOverlap {
    background-color: #33af32;
    height: 10px;
    background-image: url(http://sageone-uk-wordpress.s3.amazonaws.com/images/orangeOverlap.gif);
    background-position: center;
}

.pricingContainer td.pcWidth,.pricingContainer p.pcWidth {
    width: 135px;
    padding-top: 0;
    padding-bottom: 18px;
}

.pricingContainer .oddRowTitle {
    background-color: #f5f5f5;
    text-align: right !important;
    border-right: 1px solid #ffffff;
}

.pricingContainer .oddRowA,.pricingContainer .oddRowB,.pricingContainer .evenRowA,.pricingContainer .evenRowB,.pricingContainer .oddRowTitle,.pricingContainer .evenRowTitle,.pricingContainer .mostPopular,.pricingContainer .oddColA,.pricingContainer .oddColB,.pricingContainer .evenColA,.pricingContainer .evenColB {
    padding: 10px 5px 10px 5px;
    margin: 0px;
}

.pricingContainer .oddRowB {
    background-color: #d9d9d9;
}

.pricingContainer .oddRowA {
    background-color: #e4e4e4;
}

.pricingContainer .oddRowA .additional {
    display: block;
    font-size: 10px;
}

.pricingContainer .mostPopular {
    background-color: #fd7129;
    background-image: url(http://sageone-uk-wordpress.s3.amazonaws.com/images/mostPopular.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.pricingContainer .mostPopular p {
    font-size: 18px;
    color: #ffffff;
}

.pricingContainer .pricingRowTitle {
    vertical-align: top;
}

.pricingContainer .pricingRowTitle a {
    font-weight: normal;
}

.pricingContainer .pricingRowTitle.shade {
    background-color: #34b233;
}

.pricingContainer .pricingRowTitle p {
    font-size: 20px;
    color: #ffffff;
}

.pricingContainer .oddColA {
    background-color: #2fa02e;
}

.pricingContainer .oddColB {
    background-color: #34b233;
}

.pricingContainer .evenColA,.pricingContainer .lightGreen {
    background-color: #34b233;
}

.pricingContainer .evenColB {
    background-color: #39c238;
}

.pricingContainer .evenRowB {
    background-color: #f5f5f5;
}

.pricingContainer .evenRowTitle {
    text-align: right;
    border-right: 1px solid #ffffff;
}

.pricingContainer .tcs {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

.pricingContainer .pricingRowPrice {
    vertical-align: top;
}

.pricingContainer .pricingRowPrice p {
    font-size: 64px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.pricingContainer .pricingRowPrice .perMonth {
    font-size: 16px;
    padding-top: 10px;
}

.pricingContainer .button.pcWidth {
    width: 113px;
}

.pricingContainer .button.sageOrange {
    font-family: focoRegular;
}

.dwMap td img {
    display: block;
}

#conAcc,#conDev,#AcTrac,#MobSale {
    position: absolute;
    width: 150px;
    margin-left: 514px;
}

#conAcc h2,#conDev h2,#AcTrac h2,#MobSale h2 {
    font-size: 18px !important;
    font-family: "FocoBold",Arial,Helvetica,sans-serif;
    color: #007f64;
    font-weight: normal;
    color: #4d4f53;
}

#conAcc h2.selected,#conDev h2.selected,#AcTrac h2.selected,#MobSale h2.selected {
    color: #007f64;
}

#conAcc p,#conDev p,#AcTrac p,#MobSale p {
    font-size: 12px;
    margin-top: 0.2em;
}

#conAcc {
    margin-top: 38px;
}

#conDev {
    margin-top: 133px;
}

#AcTrac {
    margin-top: 217px;
}

#conDev {
    margin-top: 133px;
}

#MobSale {
    margin-top: 315px;
}

.colBck {
    background: url(/images/colBck.png) repeat-y 40px 0;
}

.autoEnrolmentPack label {
    width: auto;
    padding: 0;
    cursor: pointer;
}

.autoEnrolmentPack input#AutoEnrolmentPack,.autoEnrolmentPack input#Radio1 {
    cursor: pointer;
}

#lstPensionsModuleEmployees,#employees {
    width: 148px;
}

#lstPensionsModuleCompanies,#users {
    width: 148px;
}

#lstPensionsModuleType {
    width: 163px;
}

#companies {
    width: 150px;
}

#pensionsModuleType {
    width: 207px;
}

.payslipStyle {
    width: 163px!important;
}

.pensionsModulePrice span {
    font-size: 17px;
}

.selectStationery span,.selectTraining span {
    font-size: 17px;
    letter-spacing: -1px;
}

.selectStationery .ob_button,.selectTraining .ob_button {
    padding: 0 8px;
}

.selectStationery span input {
    font-size: 14px;
}

.selectStationery .ob_prod_col_4,.selectTraining .ob_prod_col_4 {
    padding-top: 23px;
}

.selectStationery .ob_prod_col_5,.selectTraining .ob_prod_col_5 {
    padding-top: 18px;
}

h3.productPrice {
    font-size: 1.8em!important;
}

.productPriceEx {
    margin: 0;
    font-weight: bold;
    color: #007f64;
    font-size: 26px;
    letter-spacing: -0.03em;
    padding: 0;
}

.productPriceInc {
    font-size: 18px;
    font-family: Arial, helvetica;
    color: #4d4f53;
    letter-spacing: -0.03em;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.poundsVAT {
    font-size: 18px;
    font-family: Arial, helvetica;
    color: #4d4f53;
    letter-spacing: -0.03em;
}

.productPriceInc .poundsVAT {
    font-size: 14px;
    letter-spacing: 0;
}

.ratePlan td {
    text-align: center;
}

.ratePlan td:first-child {
    text-align: center;
}

map {
    cursor: default;
}

.TabbedPanels {
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    float: left;
    clear: none;
    width: 100%;
}

.TabbedPanelsTabGroup {
    margin: 0px;
    padding: 0px;
}

.TabbedPanelsTab {
    position: relative;
    top: 1px;
    float: left;
    padding: 4px 10px;
    margin: 0px 1px 0px 0px;
    font: bold 1em sans-serif;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #e0e1dd;
    list-style: none;
    border-left: solid 1px #41a940;
    border-bottom: solid 1px #41a940;
    border-top: solid 1px #41a940;
    border-right: solid 1px #41a940;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
}

.TabbedPanelsTabSelected {
    background-color: white;
    border-left: solid 1px #41a940;
    border-bottom: 1px solid white;
    border-top: solid 1px #41a940;
    border-right: solid 1px #41a940;
    color: #41a940;
}

.TabbedPanelsTab a {
    color: #afafaf;
    text-decoration: none;
}

.TabbedPanelsContentGroup {
    clear: both;
    border: 1px solid #41a940;
    background-color: white;
    -moz-box-shadow: 2px 5px 20px #afafaf;
    -webkit-box-shadow: 2px 5px 20px #afafaf;
    box-shadow: 2px 5px 20px #afafaf;
}

.TabbedPanelsContent {
    padding: 4px;
}

.VTabbedPanels .TabbedPanelsTabGroup {
    float: left;
    width: 10em;
    height: 20em;
    background-color: #EEE;
    position: relative;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    border-left: solid 1px #afafaf;
    border-bottom: solid 1px #afafaf;
}

.VTabbedPanels .TabbedPanelsTab {
    float: none;
    margin: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
    background-color: #EEE;
    border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
    clear: none;
    float: left;
    padding: 0px;
    width: 30em;
    height: 20em;
}

#TabbedPanels2.TabbedPanels {
    margin-bottom: 40px;
    margin-top: 10px;
}

#TabbedPanels2 .TabbedPanelsTab {
    margin-left: 5px;
    margin-bottom: 0px;
    list-style: none outside none;
    padding: 6px 15px;
    background: -moz-linear-gradient(#fff 0%, rgba(255,255,255,0) 100%) #e0e1dd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, rgba(255,255,255,0))) #e0e1dd;
    background: -webkit-linear-gradient(top, #fff 0%, rgba(255,255,255,0) 100%) #e0e1dd;
    background: -o-linear-gradient(#fff 0%, rgba(255,255,255,0) 100%) #e0e1dd;
    background: -ms-linear-gradient(#fff 0%, rgba(255,255,255,0) 100%) #e0e1dd;
    background: linear-gradient(#ffffff 0%,rgba(255,255,255,0) 100%) #e0e1dd;
    border: 1px solid #e0e1dd;
}

#TabbedPanels2 .TabbedPanelsContentGroup {
    margin-top: -1px;
    border: none;
}

#TabbedPanels2 .TabbedPanelsTabSelected {
    background-color: white;
    border-bottom: 1px solid white;
    margin-bottom: 1px;
    margin-top: -6px;
    padding-top: 10px;
}

*:first-child+html #TabbedPanels2 .TabbedPanelsContentGroup {
    margin-top: -21px !important;
}

#TabbedPanels2 .TabbedPanelsContent {
    padding: 0px;
}

#TabbedPanels2 p,#TabbedPanels2 ul {
    font-size: 1em;
}

.TabbedPanelsTab .TabbedPanelsTabText {
    float: left;
    margin: 0 0 0 0px;
    font-weight: normal;
    text-decoration: none;
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.TabbedPanelsTabHover .TabbedPanelsTabText {
    color: #333;
}

.TabbedPanelsTabSelected .TabbedPanelsTabLeft {
    margin: 0px 0 0 0px;
}

.TabbedPanelsTabSelected .TabbedPanelsTabRight {
    margin: 0px 0 0 0px;
}

.TabbedPanelsTabSelected .TabbedPanelsTabText {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
}

.TabbedPanelsContentLeft {
    height: 382px;
    width: 5px;
    float: left;
    margin-top: -1px;
}

.TabbedPanelsContentRight {
    height: 382px;
    width: 10px;
    float: left;
    margin-top: -2px !important;
}

*:first-child+html .TabbedPanelsContentRight {
    margin-top: 0!important;
}

.TabbedPanelsContentInternal {
    float: left;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin: -2px 0 0 0 !important;
    width: 93%;
    border: 1px solid #e0e1dd;
}

*:first-child+html .TabbedPanelsContentInternal {
    margin: 0px 0 0 0!important;
}

.TabbedPanelsContentInternal ul {
    margin-left: 15px;
    margin-bottom: 20px;
}

.TabbedPanelsContentInternal ul li {
    list-style: url(/images/bullet-green.gif);
}

.TabbedPanelsContentInternal .column1 {
    float: left;
    width: 252px;
}

.TabbedPanelsContentInternal .column2 {
    float: left;
    padding-left: 50px;
}

.ob_logo {
    float: right;
    margin: 20px 25px 0 0;
    z-index: 0;
    position: relative;
}

.ob_basketdetails {
    color: #4d4f53;
    margin-left: 20px;
}

a .ob_headb {
    color: #afafaf;
}

.ob_tooltip:hover {
    cursor: pointer;
}

h3.ob_green:first-of-type {
    margin-top: 0.5em;
}

.scInline {
    display: inline;
    letter-spacing: -1px;
}

.minLetSpace {
    letter-spacing: -0.07em;
}

.ob_100 {
    display: inline-block;
    width: 100%;
}

.size100 {
    width: 100px;
}

.size200 {
    width: 200px;
}

.size500 {
    width: 500px;
}

.size700 {
    width: 800px;
    overflow: hidden;
}

.size220 {
    width: 220px;
    float: right;
}

.size450 {
    width: 450px;
}

.size190 {
    width: 190px;
    float: right;
}

.ob_row,.ob_100 {
    width: 100%;
}

.ob_prodrow {
    width: 100%;
    margin-bottom: 10px;
}

.ob_prodrow_last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ob_prodrown p {
    margin: 0;
}

#ob_scroll_block .button {
    width: 89%;
}

.ob_head .inner {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 16px !important;
    font-weight: normal;
    padding: 0 10px;
    line-height: 30px;
    background-color: #eff0ee;
    color: black;
    border-top: 1px solid #e0e1dd;
}

.ob_head .top {
    background-color: #dde7cf;
}

.ob_body .inner {
    border-top: none;
    padding: 10px;
    background: #fff;
}

.ob_body .noted,.ob_body .noted .inner {
    border: 1px solid #c2c2c2;
}

.ob_body .noted .inner {
    border-color: #eded68;
}

.ob_body .noted .tl {
    left: -1px;
    top: -1px;
}

.ob_body .noted .tr {
    right: -1px;
    top: -1px;
}

.ob_body .noted .bl {
    left: -1px;
    bottom: -1px;
}

.ob_body .noted .br {
    right: -1px;
    bottom: -1px;
}

.ob_dark .inner {
    padding: 10px;
    background: #eff0ee;
    border: none;
}

.ob_address_selector .ob_normal .inner,.ob_delivery_selector .ob_normal .inner {
    min-height: 93px;
}

.ob_inner-130 {
    min-height: 130px !important;
    width: 307px;
}

.ob_normal .inner {
    padding: 9px;
    background: #fff;
}

.ob_green_bg .inner {
    padding: 10px;
    background: #eff0ee;
}

.simple.ob_green_bg .inner {
    border: 1px solid #eff0ee;
}

.ob_red_bg .inner {
    padding: 10px;
    background: #fff;
    border: 1px solid #cd202c;
}

.ob_head .innerwithbutton {
    line-height: 50px;
}

.ob_unit {
    margin-bottom: 20px;
}

.size220 .ob_unit {
    margin-bottom: 10px;
}

.ob_dc_link {
    width: 180px;
    margin-top: 20px;
}

#ob_shadow {
    width: 211px;
    height: 38px;
    background: url(/images/ob/semicircles_green.png) no-repeat;
    position: absolute;
    top: 0;
    right: 100px;
}

.ob_button {
    text-decoration: none;
    font-family: FocoBold;
    font-size: 18px;
    padding: 0 10px;
    display: inline-block;
    background: url(../images/ob/sage_checkout_button_sprite.png) no-repeat top left;
}

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

.ob_button_training {
    text-decoration: none;
    font-family: FocoBold;
    font-size: 18px;
    padding: 0 10px;
    display: inline-block;
    background: url(../images/ob/sage_checkout_button_sprite.png) no-repeat top left;
}

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

.ob_blue_button {
    width: 158px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    color: #fff;
    background-position: -240px 0px;
}

.ob_blue_button:hover {
    color: #afafaf;
    background-position: -240px -37px;
}

.ob_grey_button {
    width: 151px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #444;
    text-align: center;
    background-position: -240px -148px;
    border: 1px solid #d7d7d7;
}

.ltIE9 .ob_grey_button {
    border: none;
}

.ob_grey_button:hover {
    color: #666;
    cursor: pointer;
    background-position: -240px -186px;
}

.ob_blue_button_large {
    width: 220px;
    background-position: 0 0;
    font-size: 1.4em;
}

.ob_blue_button_large:hover {
    width: 220px;
    background-position: 0 -37px;
}

.ob_white_button {
    width: 171px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    color: #afafaf;
    background-position: -240px -74px;
    padding: 0 2px 0 18px;
}

.ob_white_button:hover {
    color: #afafaf;
    background-position: -240px -111px;
}

.ob_button_small {
    font-size: 12px;
    width: 110px;
    height: 31px;
    line-height: 31px;
    background-position: -432px 0px;
}

.ob_button_white_small {
    background-position: -432px -61px;
}

.ob_button_white_small:hover {
    background-position: -432px -91px;
}

.ob_sml_grey_button {
    background-position: -432px -122px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #444;
    width: 55px;
    text-align: center;
    border: 1px solid #d7d7d7;
}

.ltIE9 .ob_sml_grey_button {
    border: none;
}

.ob_sml_grey_button:hover {
    background-position: -432px -153px;
    color: #000;
    cursor: pointer;
}

.ob_button16 {
    font-size: 16px;
    margin-left: 15px;
}

.ob_i {
    display: block;
    width: 21px;
    height: 16px;
    margin: 11px 0 0 3px;
    background: url(/images/ob/help_i.png) no-repeat;
}

.size450 .ob_i {
    margin: 0;
}

.ob_clear {
    clear: both;
}

.ob_r {
    float: right;
}

.ob_l {
    float: left;
}

.ob_hidden {
    display: none;
}

.ob_em {
    font-style: italic;
}

.ob_li li {
    padding: 0 0 10px 15px;
    background: url(../images/ob/bullet.png) no-repeat 0px 2px;
}

.ob_li_tick li {
    padding: 0 0 10px 15px;
    background: url(/images/ob/small_tick.png) no-repeat 0px 2px;
}

.ob_li_120 {
    min-height: 120px;
}

.ob_li_200 {
    min-height: 200px;
}

.ob_ol {
    display: block;
    margin-left: 20px;
}

.ob_ol li {
    padding: 0 0 10px 0;
    list-style: decimal;
}

.size220 .ob_li li {
    padding-bottom: 5px;
}

.ob_dl dd,.ob_dl dt {
    float: left;
    text-align: right;
}

.ob_dl dt {
    width: 120px;
    clear: both;
}

.ob_dl dd {
    width: 70px;
    padding: 0 0 10px 0;
}

.ob_dl2 dd,.ob_dl2 dt {
    float: left;
}

.ob_dl2 dt {
    width: 200px;
    clear: both;
}

.ob_dl2 dd {
    width: 100px;
    padding: 0 0 10px 0;
}

.size220 .ob_dl dd {
    padding-bottom: 5px;
}

.ob_prodrow h3 {
    margin-bottom: 10px;
}

.ob_centre {
    text-align: center;
}

.ob_message {
    padding: 3px 10px;
    display: block;
    background: #b0bd22;
    color: #FFF;
    font-weight: bold;
    font-size: 1.1em;
}

.ob_right {
    text-align: right;
}

.ob_mt_15 {
    padding-top: 15px;
}

.ob_darkhr {
    color: #afafaf;
    background-color: #afafaf;
    height: 1px;
    margin: 7px 0;
}

.ob_medium {
    font-size: 14px;
    line-height: 1.4em;
}

.ob_large {
    font-size: 1.4em;
    line-height: 1.4em;
}

.ob_smaller {
    font-size: 0.8em;
}

.ob_strong {
    font-weight: bold;
}

.ob_green {
    color: #007f64;
}

.ob_grey {
    color: #afafaf;
}

.ob_orange {
    color: #ff5800 !important;
}

.ob_img_mg {
    margin: 0 10px 0 0;
}

.ob_mgr_10 {
    margin-right: 10px;
}

.ob_icon {
    display: block;
    margin: 6px 0 0;
}

.ob_icon_basket {
    background: url(/images/ob/basket_icon.png) no-repeat;
    width: 21px;
    height: 16px;
}

.ob_icon_lock {
    background: url(/images/ob/black_padlock.png) no-repeat;
    width: 15px;
    height: 15px;
    margin-top: 8px;
}

.ob_heading1 {
    max-width: 100%;
}

.ob_icon_secure_colour {
    background: url(/images/ob/gold_padlock.png) no-repeat;
    padding-left: 25px;
    line-height: 25px;
    font-weight: bold;
    font-size: 12px;
    color: #afafaf;
    font-weight: normal;
    font-family: Verdana;
}

.ob_icon_x {
    background: url(/images/ob/red_cross.png) no-repeat left;
    padding: 0 0 0 30px;
    margin: 0;
    color: #cd202c;
    font-size: 1.2em;
}

.ob_orderprice {
    color: #007f64;
}

.ob_30dmbg {
    padding-left: 40px;
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
    background: url(/images/ob/30_day.png) no-repeat;
}

.ob_no_mt {
    margin-top: 0;
}

.ob_update_quantity {
    width: 84px;
}

.ob_update_quantity a:hover {
    text-decoration: none;
}

.ob_quantity_sub {
    display: block;
    width: 24px;
    height: 22px;
    background: url(/images/ob/quantity_minus.png) no-repeat;
}

.ob_quantity_add {
    display: block;
    width: 24px;
    height: 22px;
    background: url(/images/ob/quantity_plus.png) no-repeat;
    text-indent: -10000px;
}

.ob_qauntity {
    display: block;
    width: 36px;
    height: 21px;
    line-height: 21px;
    background: #eee;
}

.ob_add_on_label {
    display: block;
    margin: 0 0 8px !important;
    padding-top: 8px;
}

.ob_ds_box {
    width: 320px;
}

.ob_small_prod_img {
    width: 50px;
    height: 50px;
    margin: 0 5px 5px 0;
}

#ob_checkout_status {
    width: 940px;
    min-height: 35px;
    line-height: 35px;
    background: url(/images/ob/header.png) no-repeat top center;
    margin-bottom: 10px;
    margin-left: -20px;
}

#ob_content .inner h1.heading1 {
    margin-left: 0;
    margin-bottom: 20px;
}

#ob_ch_1,#ob_ch_2,#ob_ch_3,#ob_ch_4 {
    float: left;
    width: 234px;
    line-height: 35px;
    font-size: 1.5em;
    font-family: FocoRegular;
}

.ob_ch_selected {
    height: 54px;
    background: url(/images/ob/progress_active.png) no-repeat top center;
    color: #fff;
}

.ob_ch_number {
    width: 26px;
    height: 26px;
    display: block;
    background: url(/images/ob/grey_progress_circle.png) no-repeat top left;
    color: #afafaf;
    line-height: 1em;
    margin: 4px 0 0 5px;
    padding: 4px 0 0;
}

#ob_checkout_status .ob_ch_selected .ob_ch_number,.ob_ch_white_num {
    background: url(/images/ob/white_progress_circle.png) no-repeat top left;
}

#ob_checkout_status .ob_ch_complete {
    color: #007f64;
}

#ob_checkout_status .ob_ch_complete .ob_ch_number {
    width: 22px;
    height: 21px;
    background: url(/images/ob/green_validation_tick.png) no-repeat top left;
    text-indent: -1337px;
    margin: 6px 0 0 5px;
    padding: 4px 0 0;
}

#ob_checkout_status a {
    color: #007f64;
}

.ob_ch_left {
    border-left: 1px solid #eee;
}

.size220 p.right {
    margin: 0;
    padding: 0;
}

#ob_form p.ob_larger,.ob_larger {
    font-size: 14px;
    font-weight: bold;
}

#ob_form p.ob_larger.minLetSpace {
    font-weight: normal;
}

.ob_large1 {
    color: #4d4f53;
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
}

.ob_add_p {
    margin-left: 25px;
    margin-top: 0;
}

.ob_heading2 {
    display: inline-block;
    max-width: 700px;
    width: 700px;
}

.ob_big_tick {
    width: 30px;
    margin: 0;
    height: 20px;
    display: inline-block;
    background: url(/images/ob/light_green_validation_tick.png) no-repeat;
}

.ob_dc_box .ob_dc_code {
    width: 100px;
    padding: 7px 5px;
    margin: 0 10px 0 20px;
}

.ob_remove {
    padding-left: 16px;
    margin-top: 6px;
    background: url(/images/ob/cross.png) no-repeat;
    line-height: 12px;
    display: block;
}

.ob_price {
    margin-top: 3px;
}

#ob_form h4,.ob_dg {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 18px !important;
   color: #189fe3 !important;
    line-height: 1.1em;
    font-weight: normal;
}

#ob_form h4:first-child {
    margin-top: 0;
}

.ob_h4mt5 h4 {
    margin-top: 5px;
}

.ob_nb h4 {
    font-weight: normal;
}

.ob_nb img {
    width: 150px;
}

.ob_form_row {
    clear: both;
    width: 100%;
}

#ob_form label {
    margin: 10px 0 0;
    clear: both;
    font-weight: bold;
    display: block;
}

#ob_form .ob_normal label {
    margin: 0;
    clear: both;
    font-size: 1em;
    font-weight: normal;
    display: block;
    width: 91%;
    font-family: Arial, Helvetica, sans-serif;
}

#ob_form select {
    display: inline-block;
    margin: 5px 0 10px;
    clear: both;
    height: 28px;
}

.ob_select_custom {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 45px;
}

.ob_employee {
    background-image: url('../images/ob/employees.jpg');
}

.ob_software {
    background-image: url(/images/ob/software-use.jpg);
}

.ob_company {
    background-image: url(/images/ob/companies.jpg);
}

.ob_devices {
    background-image: url(/images/ob/devices.png);
}

.ob_pension {
    background-image: url(/images/ob/pensionmodule.gif);
}

.ob_form_p {
    margin: 2px 0 10px;
}

#ob_form input.ob_radio {
    padding: 7px 5px;
    margin: 5px 10px 10px 0;
    clear: none;
    display: inline;
}

#ob_form input.ob_fld_blk {
    display: block;
}

#ob_form .ob_fld_inl {
    display: inline;
    margin-right: 25px;
}

#ob_form .ob_fld_in {
    display: inline;
    font-size: 1em;
    margin-left: 15px;
    cursor: pointer;
}

#ob_form input.ob_field_no_margin {
    margin-bottom: 0;
}

#ob_form input.ob_error {
    border: 1px solid #cd202c;
    background: url(/images/ob/red_cross.png) no-repeat right center;
}

#ob_form input.ob_field_ok {
    border: 1px solid #e0e1dd;
    background: url(/images/ob/light_green_validation_tick.png) no-repeat right center;
}

#ob_form .ob_field_error_message {
    display: inline-block;
    font-weight: normal;
    color: #cd202c;
    padding: 2px 10px 2px 5px;
    line-height: 23px;
    border: 1px solid #cd202c;
    position: relative;
}

.ob_field_arrow {
    display: block;
    position: absolute;
    width: 8px;
    height: 10px;
    top: 8px;
    left: -8px;
    background: url(/images/ob/arrowerror.png) no-repeat;
}

#ob_form input.ob_field_180 {
    width: 170px;
}

.ob_footer {
    width: 440px;
    margin: 0 auto;
}

.ob_footer p {
    color: #black;
    margin: 0;
    padding: 0 5px;
    line-height: 38px;
}

.ob_footer_pl {
    padding: 7px 0 0;
}

.ob_big_i {
    padding-left: 50px;
    margin: 0;
    min-height: 34px;
    background: url(/images/ob/green_i.png) no-repeat;
}

.ob_icon_dd {
    min-height: 9px;
    background: url(/images/ob/direct-debit_small.png) no-repeat;
    line-height: 24px;
    margin: 0;
    padding: 0 0 0 87px;
}

.ob_print_page {
    background: url(/images/ob/printer_icon.png) no-repeat 0 5px;
    margin: 0;
    padding: 4px 0 4px 25px;
    display: block;
}

.ob_pdf_icon {
    background: url(/images/ob/pdf_icon.png) no-repeat left;
    margin: 0;
    padding: 4px 0;
    width: 150px;
    display: block;
    margin-left: 20px;
    padding-left: 40px;
}

.ob_dl_arrow {
    background: url(/images/ob/download_arrow.png) no-repeat;
    margin: 0;
    padding: 0;
    padding-left: 45px;
    line-height: 40px;
}

.ob_number {
    width: 45px;
    text-align: center;
}

.ob_txt {
    width: 250px;
}

.ob_txt h5 {
    margin-top: 0;
}

#ob_form input:focus,#ob_form textarea:focus,#ob_form select:focus {
    border: 1px solid #a0d49f;
    -webkit-box-shadow: 0 0 6px #a0d49f;
    -moz-box-shadow: 0 0 5px #a0d49f;
    box-shadow: 0 0 5px #a0d49f;
    outline: none;
}

#ob_form #ob_title {
    width: 70px;
}

#ob_form .ob_select_software {
    width: 160px !important;
}

.ob_prodrow:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0 !important;
    line-height: 0;
    font-size: xx-large;
    content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

ul.ob_tabs {
    display: block;
    height: 34px;
    margin-bottom: -1px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

ul.ob_tabs li {
    float: left;
    padding: 0;
    height: 34px;
    line-height: 34px;
    margin: 0 5px 0 0 !important;
    overflow: hidden;
    position: relative;
    background: #cee0b3;
}

ul.ob_tabs li a {
    border: 1px solid #dce8d8;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #4d4f53;
    display: block;
    height: 32px;
    padding: 0 15px;
    outline: none;
    background: #eff0ee;
    border-bottom-color: #afafaf;
}

html ul.ob_tabs li.active a,html ul.ob_tabs li a:hover {
    background: #fff;
    border-color: #afafaf;
    border-bottom-color: #fff;
}

html ul.ob_tabs li.active a {
    padding-top: 7px;
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
}

.ob_tab_container {
    border: 1px solid #afafaf;
    width: 100%;
    overflow: hidden;
    float: left;
    background: white;
}

.ob_tab_content {
    padding: 20px;
}

.ob_tab1 {
    cursor: pointer;
    background: #DDE7CF;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #41a940;
    background-color: #fff;
    padding: 0 10px;
}

#tooltip h3,#tooltip div {
    margin: 0;
}

.ob_rd {
    position: absolute;
    top: 10px;
    left: 7px;
}

#ctl00_phBody_pnlUpdateTotal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
}

#ctl00_phBody_pnlUpdateTotal .ob_orderprice .ob_strong {
    font-size: 1.1em;
}

#ctl00_phBody_pnlUpdateTotal .ob_orderprice .ob_smaller {
    font-weight: normal;
}

#ctl00_phBody_pnlUpdate .ob_large {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6em;
}

#ctl00_phBody_pnlUpdate .size190 {
    margin-top: -15px;
    width: 240px;
}

#ctl00_phBody_pnlUpdate .ob_dl dt {
    width: 170px;
}

.ob_ordertotal,.ob_orderprice {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 32px !important;
    letter-spacing: -0.03em;
    font-weight: normal;
    margin-top: 10px;
    display: block;
}

.ob_orderprice .ob_smaller {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
    color: #007f64;
    margin-top: 0px;
    display: block;
}

.ob_nb H4 a,.ob_prodrow H4 a,.ob_prodrow_last H4 a {
    font-size: 1em;
    font-weight: normal;
}

.ob_nb img {
    width: 150px;
}

#ctl00_phBody_item4506_btnRemove {
    margin-left: 20px;
}

.ob_prod_col_4,.ob_prod_col_3,.ob_prod_col_2,.ob_prod_col_1,.ob_prod_pic {
    margin-right: 8px;
}

.ob_prod_pic img {
    width: 80px;
}

.ob_prod_col_4,.ob_prod_col_5 {
    padding-top: 40px;
}

.ob_prod_col_4 {
    padding-top: 40px;
}

.ob_prod_col_1 select {
    width: 200px;
}

.size220 .ob_prod_pic img {
    width: 70px;
}

.ob_scroll_side {
    position: fixed;
    width: 220px;
    top: 2px;
}

#ob_scroll_block {
    position: absolute;
	top: 160px;
	width: 300px;
	margin-left: 10px;
	line-height: 30px;
}

#sidebar-right .ob_r {
    font-size: 1.2em;
}

#sidebar-right .ob_cover-sidebar {
    display: none;
}

#sidebar-right li.active {
    display: block;
}

#sidebar-right {
    position: relative;
}

#sidebar-right .ob_ajax_loader {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 120px;
    left: 0;
    background-color: #fff;
    display: none;
}

#sidebar-right .ob_ajax_loader img {
    padding-top: 39px;
    padding-left: 92px;
}

.ob_address_selector .ob_dark .inner,.ob_delivery_selector .ob_dark .inner,.ob_row_sagecover_selector .selected .inner {
    background: #eff0ee;
    border-color: #eff0ee;
    box-shadow: none;
}

.ltIE8 .ob.content.obPageAccounts #obListHeader .size3of4 li {
    display: inline;
}

.ob_row_sagecover_selector .selected .ob_grey_button {
    background-position: -240px -223px;
    color: #FFFFFF;
    text-indent: -3000px;
}

.ltIE8 .ob_row_sagecover_selector .selected .ob_grey_button {
    text-indent: 0px;
    background-color: #007f64;
    background-image: none;
}

#most-popular {
    background: #4d4f53;
    color: #FFFFFF;
    font-weight: bold;
    padding: 1px 0px 1px 0px;
    text-align: center;
    width: 107%;
    margin: -10px -10px 0 -10px;
}

#most-popular2c {
    background: #4d4f53;
    color: #FFFFFF;
    font-weight: bold;
    padding: 3px 0px 4px 0px;
    text-align: center;
   /* width: 202px; */
    margin: -10px -10px 0 -10px;
}

.ltIE8 #most-popular2c {
    width: 180px;
}

.ltIE8 #most-popular {
    width: 285px;
}

#sidebar-items-list {
    clear: both;
}

#sidebar-items-list li {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #AAA;
    clear: both;
}

#sidebar-items-list img {
    width: 65px;
}

#sidebar-items-list .side_image {
    float: left;
    margin: 0 10px 10px 0;
}

#sidebar-items-list .side_name {
    float: left;
    font-weight: bold;
    width: 122px;
}

#sidebar-items-list .side_style,#sidebar-items-list .side_quantity {
    float: left;
    clear: both;
    background: url("../images/ob/bullet.png") no-repeat scroll 0 2px transparent;
    padding: 0 0 5px 15px;
    width: 180px;
}

.ob_prodrow .ob_selected {
    background-position: -456px -185px;
    height: 33px;
    text-indent: -10000px;
    display: block;
}

#btnPensionsModule.ob_selected {
    display: inline-block;
}

.basketApps .ob_prod_pic img {
    margin-top: -6px;
}

.basketApps .custPrice {
    float: right;
    color: #189FE3;
}

.basketApps .custPrice .ob_selected {
    display: inline-block;
}

.basketApps .custPrice .ob_strong,.basketApps .custPrice .ob_price,.basketApps .custPrice .ob_incl_vat {
    font-size: 15px;
}

.basketApps .custPrice .ob_incl_vat {
    margin-right: 8px;
}

.ob_qauntity input {
    text-align: center;
}

#basket_total {
    border-top: 1px solid #AAA;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 100%;
    
}

#basket_total div {
    clear: both;
    margin-bottom: 5px;
}

#basket_total div span {
    margin-top: -3px;
}

.sub-total {    
    font-size: 1.5em;
}

.vat-title {
   color: #999;
    
}

.total {
   color: #999; 
}

.extra-cost {
    color: #999;
    
}

.ob_top {
    margin-top: 0;
}

.remove_link {
    font-weight: normal;
    background: url(/images/ob/cross.png) no-repeat left;
    padding-left: 20px;
}

.remove_link:hover {
    color: #333;
}

.price-summary {
    margin: 20px 0;
}

.side_price,#sidebar-right .price {
    font-size: 1.2em;
    margin: 20px 0;
    color: #4d4f53;
}

#sidebar-right .ob_cover-sidebar {
    display: none;
}

#sidebar-right li.active {
    display: block;
}

.ob_li .item_3 .ob_r {
    float: none;
}

#ob_layout {
    margin-top: 50px;
}

.ob .title {
    height: 80px;
}

.ob.content #mainContent {
    margin-bottom: 40px;
}

.ob.content h1.heading1 {
    margin: 0 0 20px;
    max-width: none;
}

#ob_content .heading1 {
    margin-left: 180px;
    padding-top: 13px;
}

.ob.content .obButtonWhite {
    background-color: #fff;
    background-image: url("/images/ob/arrowBlue.png");
    color: #00A1DE;
}

.ob.content .obButtonWhite:hover {
    background-color: #92D1E8;
    background-image: url("/images/ob/arrowBlue.png");
    color: #4d4f53;
}

.ob.content .obClear {
    clear: both;
}

#ob_help_ac {
    margin-top: -18px;
    margin-right: 43px;
}

.as2 .size1of3 .obColContent {
    background-color: #eff0ee;
    padding: 10px;
}

.as2 .size1of3 .obColContent h2 a {
    color: #41a940;
}

.as2 .size1of3 .obColContent .heightA {
    height: 270px;
}

.as2 .size1of3 .obColContent .heightB {
    height: 290px;
}

.as2 .size1of3 .obColContent .heightC {
    height: 100px;
}

.as2 .size1of3 .obColContent li {
    margin-bottom: .5em;
}

.as2 .size1of3 .obColContent li .fa-2x {
    font-size: 1.5em;
}

.as2 .size1of3 .obColContent li .fa-li {
    top: 0;
}

.as2 .size1of3 .obColContent .obLink {
    background-color: #007f64;
    padding: 10px;
    margin: -10px -10px 10px -10px !important;
}

.as2 .size1of3 .obColContent .obLink h2 {
    margin: 0;
    color: white;
}

.as2 .size1of3 .obColContent .obLink h2 a {
    color: white;
    font-weight: normal;
    display: block;
}

.as2 .size1of3 .obColContent .obLink h2 a:hover i {
    text-decoration: none;
}

.as2 .size1of3 .obColContent .obLink h2 i {
    padding-right: 7px;
}

.as2 .size1of3 .obColContent .obLink .limitedOffer {
    background: url(/images/limitedOffer.png) no-repeat top right;
    position: absolute;
    width: 100px;
    height: 103px;
    margin-left: 179px;
    margin-top: -32px;
}

.as2 .size1of3 .obColContent .obLink .limitedOfferCircle {
    background: url(/images/flash.png) no-repeat top right;
    position: absolute;
    width: 83px;
    height: 83px;
    margin-left: 216px;
    margin-top: -63px;
    text-align: center;
    color: white;
}

.ob.content.obPagePayroll .obGeneralContainer .size3of4 .obInner {
    background-color: #eff0ee;
    margin-left: 40px;
    padding-left: 10px;
}

.ob.content.obPagePayroll .obGeneralContainer .size3of4 .heading2 {
    padding-top: 10px;
    color: #4d4f53;
}

.ob.content.obPagePayroll .obGeneralContainer .size3of4 .size1of3 {
    background: transparent no-repeat left top;
    margin-bottom: 25px;
}

.ob.content.obPagePayroll .obGeneralContainer .size3of4 .size1of3 .obColContent {
    min-height: 30px;
    padding-left: 40px;
}

.ob.content.obPagePayroll #linesContainer .size1of4 .obColContent {
    margin: 35px 0 0 0px;
    padding-bottom: 10px;
}

.ob.content.obPagePayroll #linesContainer .size1of4 .obColContent .obInner {
    background: #eff0ee;
    padding: 15px 10px 10px;
}

.ob.content.obPagePayroll #linesContainer .size1of4 .obColContent .obInner>img {
    margin: 0 auto;
    position: absolute;
    top: 7px;
    margin-left: 70px;
}

.ob.content.obPagePayroll #linesContainer .size1of4 .obColContent .obMiddle {
    margin-bottom: 30px;
}

.ob.content.obPagePayroll #linesContainer .size1of4 .heading4 {
    background: #007f64;
    color: #fff;
    margin: 0 -10px 20px;
    padding: 5px;
    text-align: center;
}

.ob.content.obPageAccounts .obColContent .obLink,.ob.content.obPagePayroll #linesContainer .size1of4 .obLink {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
    line-height: 1.1em;
    margin: 0 10px 3px 0;
}

.ob.content.obPageAccounts .obColContent .obLink,.ob.content.obPagePayroll #linesContainer .size1of4 .obLicence {
    font-size: 12px;
}

.ob.content.obPageAccounts .obColContent .obLink a,.ob.content.obPagePayroll #linesContainer .size1of4 .obLink a {
    font-weight: normal;
}

.ob.content.obPageAccounts .obColContent .obPrice,.ob.content.obPagePayroll #linesContainer .size1of4 .obPrice {
    color: #007f64;
    margin: 20px -10px 20px 0;
}

.ob.content.obPageAccounts .obColContent .obPrice {
    margin: 15px -10px 15px 0;
}

.ob.content.obPageAccounts .obColContent .obPrice .pounds,.ob.content.obPagePayroll #linesContainer .size1of4 .obPrice .pounds {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 2px;
}

.ob.content.obPageAccounts .obColContent .obPrice .vat,.ob.content.obPagePayroll #linesContainer .size1of4 .obPrice .vat {
    font-size: 0.9em;
}

.ob.content.obPageAccounts .obColContent .obPrice .vat.offer,.ob.content.obPagePayroll #linesContainer .size1of4 .obPrice .vat.offer {
    display: block;
    margin-bottom: -7px;
    line-height: .75em;
}

.obPagePayroll #linesContainer .size1of4 li {
    margin-bottom: .5em;
}

.obPagePayroll #linesContainer .size1of4 li .fa-2x {
    font-size: 1.5em;
}

.obPagePayroll #linesContainer .size1of4 li .fa-li {
    top: 0;
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit1 li.obUnit1 {
    background-image: url("/images/ob/icon25.png");
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit1 li.obUnit2 {
    background-image: url("/images/ob/icon3.png");
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit1 li.obUnit3 {
    background-image: url("/images/ob/icon5.png");
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit1 li.obUnit4 {
    background-image: url("/images/ob/icon26.png");
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit2 li.obUnit1 {
    background-image: url("/images/ob/icon6.png");
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit2 li.obUnit2 {
    background-image: url("/images/ob/icon3.png");
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit2 li.obUnit3 {
    background-image: url("/images/ob/icon28.png");
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit3 li.obUnit1 {
    background-image: url("/images/ob/icon6.png");
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit3 li.obUnit2 {
    background-image: url("/images/ob/icon3.png");
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit3 li.obUnit3 {
    background-image: url("/images/ob/icon27.png");
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit3 li.obUnit4 {
    background-image: url("/images/ob/icon9.png");
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit3 li.obUnit5 {
    background-image: url("/images/ob/icon28.png");
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit4 li.obUnit1 {
    background-image: url("/images/ob/icon6.png");
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit4 li.obUnit2 {
    background-image: url("/images/ob/icon7.png");
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit4 li.obUnit3 {
    background-image: url("/images/ob/icon28.png");
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit4 li.obUnit4 {
    background-image: url("/images/ob/icon8.png");
}

.ob.content.obPagePayroll #linesContainer .size1of4.obUnit4 li.obUnit5 {
    background-image: url("/images/ob/icon9.png");
}

.ob.content.obPageAccounts .obColContent .obTrial,.ob.content.obPagePayroll #linesContainer .size1of4 .obTrial {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
    margin: 10px 0 15px;
}

.ob.content.obPageAccounts .obColContent .obTrial {
    margin-bottom: 0;
}

.ob.content.obPageAccounts .obColContent .obTrial a,.ob.content.obPagePayroll #linesContainer .size1of4 .obTrial a {
    font-weight: normal;
}

.ob.content.obPagePayroll #linesContainer .size1of4 .obPaymentOptions {
    color: #888;
    height: 50px;
    margin-top: 10px;
}

.ob.content.obPagePayroll #linesContainer .size1of4 .obPaymentOptions>div {
    float: left;
}

.ob.content.obPagePayroll #linesContainer .size1of4 .obPaymentOptions .obDirectDebit {
    background: transparent url("/images/ob/direct-debit_sq.png") no-repeat left top;
    background-size: 36px;
    height: 40px;
    margin: 5px 10px 0 5px;
    width: 40px;
}

.ob.content.obPagePayroll #linesContainer .size1of4 .obPaymentOptions .obOneOff {
    -webkit-box-shadow: -8px 0 8px -8px #888;
    -moz-box-shadow: -8px 0 8px -8px #888;
    box-shadow: -8px 0 8px -8px #888;
    height: 40px;
    padding: 10px 0 0 10px;
}

.ob.content.obPagePayroll #linesContainer .size1of4 .obPaymentOptions .obOneOff .obTop {
    font-size: 1.3em;
    margin-bottom: 2px;
}

.ob.content.obPagePayroll #linesContainer .size1of4 .obPaymentOptions .obClear {
    float: none;
}

.ob.content.obPagePayroll #obStationery {
    margin: 0;
}

.ob.content.obPagePayroll #obStationery .obColContent {
    background-size: contain;
    margin: 20px 40px 0 40px;
}

.ob.content.obPagePayroll #obStationery .obColContent .obInner {
    background: url("/images/ob/stationery.png") no-repeat scroll 350px center #fff;
    border: 1px solid #e5e5e5;
    padding: 30px 20px;
}

.ob.content.obPagePayroll #obStationery .obColContent .obLeft {
    float: left;
}

.ob.content.obPagePayroll #obStationery .obColContent .obLeft .heading4 {
    color: #007f64;
    margin: 5px 0;
}

.ob.content.obPagePayroll #obStationery .obColContent .obRight {
    float: right;
    padding-top: 20px;
}

.ob.content.obPagePayroll #obStationery .obColContent .obRight a.button {
    display: inline-block;
    padding-right: 30px;
}

.ob.content.obPagePayroll .ui-button-text-only .ui-button-text,.ob.content.obPageAccounts .ui-button-text-only .ui-button-text {
    padding: 0;
}

.icon_advance_report {
    background-image: url("/images/ob/icon9.png");
}

.icon_bars {
    background-image: url("/images/ob/icon_bars.png");
}

.icon_benefit {
    background-image: url("/images/ob/icon19.png");
}

.icon_best_support {
    background-image: url("/images/ob/icon7.png");
}

.icon_cloud {
    background-image: url("/images/ob/icon25.png");
}

.icon_desktop {
    background-image: url("/images/ob/icon6.png");
}

.icon_dot_printer {
    background-image: url("/images/ob/icon-dot-printer.png");
    background-repeat: no-repeat;
}

.icon_easy_see {
    background-image: url("/images/ob/icon20.png");
}

.icon_elearn {
    background-image: url("/images/ob/icon_elearn.png");
}

.icon_finance {
    background-image: url("/images/ob/icon11.png");
}

.icon_hmrc {
    background-image: url("/images/ob/icon2.png");
}

.icon_import {
    background-image: url("/images/ob/icon26.png");
}

.icon_import_data {
    background-image: url("/images/ob/icon28.png");
}

.icon_laser_printer {
    background-image: url("/images/ob/icon-laser-printer.png");
    background-repeat: no-repeat;
}

.icon_legislation {
    background-image: url("/images/ob/icon4.png");
}

.icon_manage_cash {
    background-image: url("/images/ob/icon12.png");
}

.icon_manage_vat {
    background-image: url("/images/ob/icon22.png");
}

.icon_multi_company {
    background-image: url("/images/ob/icon8.png");
}

.icon_multi_currency {
    background-image: url("/images/ob/icon16.png");
    margin: 10px 0 14px;
}

.icon_multi_license {
    background-image: url("/images/ob/icon14.png");
}

.icon_online_hmrc {
    background-image: url("/images/ob/icon23.png");
}

.icon_paye_nic {
    background-image: url("/images/ob/icon1.png");
}

.icon_payslip {
    background-image: url("/images/ob/icon27.png");
}

.icon_phone {
    background-image: url("/images/ob/icon13.png");
}

.icon_phone_2 {
    background-image: url("/images/ob/icon_phone_2.png");
}

.icon_record {
    background-image: url("/images/ob/icon17.png");
}

.icon_record_products {
    background-image: url("/images/ob/icon21.png");
}

.icon_report_dept {
    background-image: url("/images/ob/icon_report_dept.png");
}

.icon_reports {
    background-image: url("/images/ob/icon_reports.png");
}

.icon_sales_purchase {
    background-image: url("/images/ob/icon15.png");
}

.icon_sole_traders {
    background-image: url("/images/ob/icon18.png");
}

.icon_stock {
    background-image: url("/images/ob/icon10.png");
}

.icon_support {
    background-image: url("/images/ob/icon3.png");
}

.icon_ten_fifteen {
    background-image: url("/images/ob/icon5.png");
}

.icon_update {
    background-image: url("/images/ob/icon24.png");
}

.ob.content .obClear {
    clear: both;
}

.ob.content .obCursorZoomIn {
    cursor: pointer !important;
    cursor: -webkit-zoom-in !important;
    cursor: -moz-zoom-in !important;
}

.ob.content .obCursorZoomOut {
    cursor: pointer !important;
    cursor: -webkit-zoom-out !important;
    cursor: -moz-zoom-out !important;
}

.obZoomBg {
    background: transparent url(../images/ob/60-opec.png) repeat;
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 1;
}

.ob {
    background-color: white;
}

.ob.content.obPageAccounts #obListHeader {
    padding-bottom: 20px;
}

.ob.content.obPageAccounts #obListHeader .size3of4 ul {
    background: #eff0ee;
    padding: 25px 10px 0;
    margin-left: 40px;
}

.ob.content.obPageAccounts #obListHeader .size3of4 li {
    background-image: url("/images/ob/checkmark.png");
    background-repeat: no-repeat;
    background-position: center left;
    margin-bottom: 25px;
    min-height: 30px;
    display: inline-block;
    width: 190px;
    padding-left: 30px;
}

.ob.content.obPageAccounts #obListHeader .size3of4 li p {
    line-height: 1.4em;
    margin: 0;
    padding: 0 0 0 40px;
}

.ob.content.obPageAccounts #obWebChat {
    padding: 0 0 0 15px;
}

.ob.content.obPageAccounts #obWebChat .heading4 {
    color: #007f64;
    font-size: 1.5em;
    margin: 0 0 5px;
}

.ob.content.obPageAccounts #obWebChat .obTitle {
    background: transparent url("/images/ob/webchat.jpg") no-repeat left top;
    font-size: 1.5em;
    margin-left: 10px;
    min-height: 15px;
    padding: 10px 0 10px 45px;
}

.ob.content.obPageAccounts #obWebChat .obTel {
    font-size: 1.2em;
    line-height: 1.3;
    margin-left: 10px;
}

.ob.content.obPageAccounts #obWebChat .obTel .heading4 {
    font-size: 1.2em;
    margin: 0;
}

.ob.content.obPageAccounts #obWebChat .obButton {
    margin: 3px 10px 10px;
}

.ob.content.obPageAccounts #obWebChat .button {
    display: inline-block;
    font-size: 1.6em;
    padding: 8px 40px 8px 13px;
}

.ob.content.obPageAccounts .obColContent .obPrice {
    font-size: 1.2em;
}

.ob.content.obPageAccounts #linesContainer .obTop .obColContent {
    background: #eff0ee;
    padding: 10px 15px;
}

.ob.content.obPageAccounts #linesContainer .obTop .mostPopular,.ob.content.obPageAccounts #linesContainer>.obTop .unit.obActive .obColContent.mostPopular {
    background: #eff0ee url(/images/mostpopular.png) no-repeat top right;
}

.ob.content.obPageAccounts #linesContainer>.obTop .obColContent .obImage {
    float: left;
    margin: 0 20px 15px 0;
}

.ob.content.obPageAccounts #linesContainer>.obTop .obColContent .obImage img {
    height: 100px;
    min-width: 70px;
}

.ob.content.obPageAccounts #linesContainer>.obTop .obColContent .heading2 {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
    margin-bottom: 15px;
    margin-left: 90px;
}

.ob.content.obPageAccounts #linesContainer>.obTop .obColContent .obPrice {
    margin: 0 0 0 90px;
}

.ob.content.obPageAccounts #linesContainer>.obTop .obColContent .obDescr {
    clear: both;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 0 15px;
    padding: 0;
}

.ob.content.obPageAccounts #linesContainer>.obTop .obColContent .obDetails li {
    background-position: 5px top;
    display: table;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 45px;
}

.ob.content.obPageAccounts #linesContainer>.obTop .obColContent .obDetails li p {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.ob.content.obPageAccounts #linesContainer>.obTop .obColContent .obLink {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
    margin: 20px 0 10px;
    text-align: center;
}

.ob.content.obPageAccounts #linesContainer>.obTop .unit.obActive .obColContent {
    padding-bottom: 0;
    background: #eff0ee;
    background-image: linear-gradient(#f7f7f6 0%,#eff0ee 75%);
    background-image: -o-linear-gradient(bottom, #f7f7f6 0%, #eff0ee 75%);
    background-image: -moz-linear-gradient(bottom, #f7f7f6 0%, #eff0ee 75%);
    background-image: -webkit-linear-gradient(bottom, #f7f7f6 0%, #eff0ee 75%);
    background-image: -ms-linear-gradient(bottom, #f7f7f6 0%, #eff0ee 75%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7f7f6), color-stop(0.75, #eff0ee));
}

.ob.content.obPageAccounts #linesContainer>.obTop .unit.obActive .heading2 {
    color: #007f64;
    font-weight: bold;
}

.ob.content.obPageAccounts #linesContainer>.obTop .unit.obActive .obLink {
    background: url("/images/ob/arrow-down.png") no-repeat bottom center;
    background-size: contain;
    color: #007f64;
    margin-bottom: 0;
    padding-bottom: 40px;
}

.ob.content.obPageAccounts #linesContainer>.obBottom {
    display: none;
}

.ob.content.obPageAccounts #linesContainer>.obBottom.obActive {
    display: block;
    margin: 0px 40px 0;
    padding: 10px 0 0;
    background: #eff0ee;
    background-image: linear-gradient(bottom, #ffffff 0%,#f7f7f6 100%);
    background-image: -o-linear-gradient(bottom, #fff 0%, #f7f7f6 100%);
    background-image: -moz-linear-gradient(bottom, #fff 0%, #f7f7f6 100%);
    background-image: -webkit-linear-gradient(bottom, #fff 0%, #f7f7f6 100%);
    background-image: -ms-linear-gradient(bottom, #fff 0%, #f7f7f6 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #f7f7f6));
}

.ob.content.obPageAccounts #linesContainer>.obBottom .unit {
    background: url("/images/ob/border-arrow-2.png") no-repeat 100% 50%;
    background-size: contain;
    padding: 0;
}

.ob.content.obPageAccounts #linesContainer>.obBottom .unit.obUnit1 {
    width: 35%;
}

.ob.content.obPageAccounts #linesContainer>.obBottom .unit.obUnit2 {
    width: 34%;
}

.ob.content.obPageAccounts #linesContainer>.obBottom .unit.lastUnit {
    background: transparent;
}

.ob.content.obPageAccounts #linesContainer>.obBottom .obColContent {
    padding: 20px 25px 15px;
}

.ob.content.obPageAccounts #linesContainer>.obBottom .unit.obUnit2 .obColContent,.ob.content.obPageAccounts #linesContainer>.obBottom .unit.obUnit3 .obColContent {
    padding-left: 15px;
}

.ob.content.obPageAccounts #linesContainer>.obBottom .obColContent .obPrice {
    margin: 10px 0 20px 0;
}

.ob.content.obPageAccounts #linesContainer>.obBottom .obColContent .obBottom {
    margin-top: 20px;
}

.ob.content.obPageAccounts #linesContainer>.obBottom .obColContent .obDetails {
    padding-right: 60px;
}

.ob.content.obPageAccounts #linesContainer>.obBottom .obColContent .obDetails .obTitle {
    color: #007f64;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 20px;
}

.ob.content.obPageAccounts #linesContainer>.obBottom .obColContent .obDetails li {
    display: table;
    height: 30px;
    margin-bottom: 10px;
}

.ob.content.obPageAccounts #linesContainer>.obBottom .obColContent .obDetails li p {
    display: table-cell;
    line-height: 1.3em;
    padding: 0;
    vertical-align: middle;
}

.ob.content.obPageAccounts #linesContainer>.obBottom>.obTrial {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
    margin: 10px;
    text-align: center;
}

.ob.content.obPageAccounts #linesContainer>.obBottom>.obTrial a {
    font-weight: normal;
}

.ob.content.obPageAccounts #obStationery {
    margin: 0;
}

.ob.content.obPageAccounts #obStationery .obColContent {
    background-size: contain;
    margin: 20px 40px 0 40px;
    padding: 0 0 19px;
}

.ob.content.obPageAccounts #obStationery .obColContent .obInner {
    background: url("/images/ob/stationery-accounts.png") no-repeat scroll center center #fff;
    border: 1px solid #e0e1dd;
    padding: 10px 20px;
}

.ob.content.obPageAccounts #obStationery .obColContent .obLeft {
    float: left;
    width: 33.3333%;
}

.ob.content.obPageAccounts #obStationery .obColContent .obLeft .heading2 {
    line-height: 1em;
    margin: 5px 0 10px;
}

.ob.content.obPageAccounts #obStationery .obColContent .obLeft .heading4 {
    color: #007f64;
    line-height: 1em;
    margin: 5px 0;
}

.ob.content.obPageAccounts #obStationery .obColContent .obRight {
    float: right;
    padding-top: 35px;
}

.ob.content.obPageStationeryPayroll .obGeneralContainer {
    margin-left: 40px;
    margin-right: 40px;
}

.ob.content.obPageStationeryPayroll .obGeneralContainer .size3of4 {
    padding: 0 0 15px;
}

.ob.content.obPageStationeryPayroll .obGeneralContainer .size3of4 .obInner {
    background: #eff0ee;
    border: 1px solid #eff0ee;
    padding: 25px 20px 0;
    height: 100%;
}

.ob.content.obPageStationeryPayroll .obGeneralContainer .size3of4 .size1of3 {
    background: url("/images/ob/checkmark.png") no-repeat scroll left center transparent;
    margin-bottom: 25px;
}

.ob.content.obPageStationeryPayroll .obGeneralContainer .size3of4 .size1of3 .obColContent {
    min-height: 30px;
    padding-left: 40px;
}

.ob.content.obPageStationeryPayroll .obGeneralContainer .size3of4 .size1of3 .obTop {
    font-weight: bold;
}

.ob.content.obPageStationeryPayroll .obGeneralContainer .size3of4 .size1of3 .obBottom {
    font-weight: bold;
}

.ob.content.obPageStationeryPayroll .obGeneralContainer .size3of4 .size1of3.obUnit2,.ob.content.obPageStationeryPayroll .obGeneralContainer .size3of4 .size1of3.obUnit5 {
    width: 36.66666%;
}

.ob.content.obPageStationeryPayroll .obGeneralContainer .size3of4 .size1of3.obUnit3,.ob.content.obPageStationeryPayroll .obGeneralContainer .size3of4 .size1of3.obUnit6 {
    margin: 0 -10px 25px 10px;
    width: 30%;
}

.ob.content.obPageStationeryPayroll #obCarbonFootprint {
    font-size: 1.2em;
    padding-left: 10px;
}

.ob.content.obPageStationeryPayroll #obCarbonFootprint h4.heading4 {
    background: url("/images/ob/fsc.png") no-repeat scroll right center transparent;
    color: #007f64;
    font-size: 1.5em;
    margin: 0 0 20px;
    padding-right: 60px;
}

.ob.content.obPageStationeryPayroll .obSageSoftware {
    margin: 15px 0 0;
}

.ob.content.obPageStationeryPayroll #linesContainerTop.obTabsContainer {
    background-image: none;
    height: 0;
    width: auto;
    margin-top: 65px;
    position: relative;
    margin-bottom: -5px;
}

.ob.content.obPageStationeryPayroll #linesContainer .obEqualHeightContainer {
    padding: 0;
}

.ob.content.obPageStationeryPayroll #linesContainerTop.obTabsContainer ul {
    bottom: 4px;
    left: 0;
    position: absolute;
    margin-left: 30px;
}

.ob.content.obPageStationeryPayroll #linesContainerTop.obTabsContainer .obTab {
    background: #efefef bottom no-repeat url("/images/ob/tab-shadow.png");
    border: 1px solid #eff0ee;
    border-bottom: 0;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.ob.content.obPageStationeryPayroll #linesContainerTop.obTabsContainer .obTab.obTabActive {
    background: #fff;
    color: #007f64;
}

.ob.content.obPageStationeryPayroll #linesContainerTop.obTabsContainer .obTab a {
    color: #4d4f53;
    display: block;
    font-size: 1.3em;
    font-weight: normal;
    height: 30px;
    padding: 12px 8px 3px 8px;
    width: 210px;
    text-align: center;
}

.ob.content.obPageStationeryPayroll #linesContainerTop.obTabsContainer .obTab.obTabActive a {
    color: #007f64;
    font-size: 1.4em;
    height: 31px;
    font-weight: bold;
}

.ob.content.obPageStationeryPayroll #linesContainerTop.obTabsContainer .obTab.obTabActive,.ob.content.obPageStationeryPayroll #linesContainer {
    background: #eff0ee;
    width: auto;
}

.ob.content.obPageStationeryPayroll #linesContainer {
    margin-left: 40px;
    margin-right: 40px;
}

.ob.content.obPageStationeryPayroll #linesContainerTop.obTabsContainer .obTab.obTabActive {
    margin-left: 10px;
    margin-right: 10px;
}

.ob.content.obPageStationeryPayroll #linesContainer .line {
    margin-bottom: 20px;
}

.ob.content.obPageStationeryPayroll #linesContainer .line:last-of-type {
    margin-bottom: 5px;
}

.ob.content.obPageStationeryPayroll #linesContainer .line>.size1of1>.obInner {
    margin: 0 11px;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSection {
    border: 1px solid #eff0ee;
    background: #fff;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSection .heading4 {
    background: #007f64;
    color: #fff;
    font-size: 1.8em;
    margin: 0;
    padding: 5px 10px;
    text-align: left;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection.lastUnit.size1of3,.ob.content.obPageStationeryPayroll #linesContainer .obSubSection.lastUnit.size2of3 {
    background: url("/images/ob/subsection_shadow_left.png") no-repeat left center;
    background-size: contain;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection.lastUnit.obNotFirstAndLastUnit.size1of1 {
    background: url("/images/ob/subsection_shadow_top.png") no-repeat;
    background-size: contain;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection>.obInner {
    padding: 0 0 0 10px;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection.lastUnit.size1of3>.obInner,.ob.content.obPageStationeryPayroll #linesContainer .obSubSection.lastUnit.size2of3>.obInner {
    padding: 0 0 0 5px;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection.lastUnit.obNotFirstAndLastUnit.size1of1>.obInner {
    padding-top: 15px;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection.size1of1.obSize4of4>.obInner {
    padding: 0 40px;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection .heading5 {
    color: #4d4f53;
    height: 30px;
    margin: 15px 0 0;
    padding: 5px 0 0 40px;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection.lastUnit.size1of3 .heading5,.ob.content.obPageStationeryPayroll #linesContainer .obSubSection.lastUnit.size2of3 .heading5 {
    background-position: 50px 0px;
    padding-left: 90px;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection .obProduct {
    padding: 20px 50px 30px;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection .size1of4>.obProduct {
    padding: 20px 20px 30px;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection .obProduct .obLink {
    font-size: 20px;
    line-height: 1.1em;
    margin: 15px 0 0 0;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection .obProduct .obLink a {
    font-weight: normal;
    font-family: FocoRegular, Arial, Helvetica, sans-serif;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection .obProduct .obPrice {
    color: #007f64;
    font-size: 1.1em;
    margin: 10px 0 15px 0;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection .obProduct .obPrice .obPounds {
    font-size: 16px;
    font-weight: bold;
    margin: 0 2px;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection .obProduct .obDetails {
    padding: 0 15px;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection.size1of1.obSize4of4 .obProduct .obDetails {
    padding: 0 0 0 15px;
}

.ob.content.obPageStationeryPayroll #linesContainer .obSubSection .obProduct .obDetails li {
    list-style: square;
    margin-bottom: 5px;
    padding: 0;
    height: auto;
    min-height: 0;
}

.ob.content.obPageStationeryPayroll #linesContainerBottom {
    background: url("/images/ob/homepage_outlines_bottom_green.png");
}

.ob.content.obPageStationeryProduct #content {
    background: #fff;
    padding-top: 30px;
}

.ob.content.obPageStationeryProduct .heading1 {
    margin: -20px 0 20px;
    max-width: 599px;
}

.ob.content.obPageStationeryProduct #linesContainer {
    padding-top: 30px;
}

.ob.content.obPageStationeryProduct .obContainerLeft {
    float: left;
    margin-left: 30px;
    width: 350px;
}

.ob.content.obPageStationeryProduct .obContainerLeft .obImageCarouselContainer {
    background: url("/images/ob/image_carousel_shadow.png") no-repeat bottom center;
    background-size: contain;
    height: 420px;
    position: relative;
    margin-bottom: 20px;
}

.ob.content.obPageStationeryProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselTitle {
    background: #007f64;
    position: absolute;
    top: 0px;
    width: 350px;
}

.ob.content.obPageStationeryProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselTitle .heading4 {
    color: #fff;
    margin: 0;
    padding: 10px 30px 10px 15px;
}

.ob.content.obPageStationeryProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselTitle .heading4 .obNumber {
    font-size: 0.8em;
    margin-left: 5px;
}

.ob.content.obPageStationeryProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselImages>img {
    width: 350px;
}

.ob.content.obPageStationeryProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselImages img {
    display: none;
    background-color: white;
}

.ob.content.obPageStationeryProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselImages img.obActive {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    display: block;
    position: absolute;
    top: 0;
}

.ob.content.obPageStationeryProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselImages img.obCursorZoomIn {
    padding-top: 46px;
}

.ob.content.obPageStationeryProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselImages #obCloneLarge {
    left: 100px;
    position: relative;
    top: -50px;
    width: 700px;
    z-index: 2;
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

.ob.content.obPageStationeryProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselImages #obCloneLarge img {
    border: 3px solid #FFF;
    width: 700px;
    -moz-box-shadow: 3px 3px 10px #888;
    -webkit-box-shadow: 3px 3px 10px #888;
    box-shadow: 3px 3px 10px #888;
}

.ob.content.obPageStationeryProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselImages #obCloneLargeClose {
    background: url("/images/ob/close.png") no-repeat;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -20px;
    top: -15px;
    width: 30px;
}

.obZoomBg {
    background: transparent url(../images/ob/60-opec.png) repeat;
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 1;
}

.ob.content.obPageStationeryProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselImages img.obGrey {
    opacity: 0.5;
}

.ob.content.obPageStationeryProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselControls {
    bottom: -8px;
    position: absolute;
    left: 45%;
}

.ob.content.obPageStationeryProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselControls .obImageCarouselControl {
    float: left;
}

.ob.content.obPageStationeryProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselControls .obImageCarouselControl a {
    background: url("/images/ob/image_carousel_control_inactive.png") no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-indent: -100000px;
}

.ob.content.obPageStationeryProduct .obContainerLeft .obImageCarouselContainer .obImageCarouselControls .obImageCarouselControl.obActive a {
    background: url("/images/ob/image_carousel_control_active.png") no-repeat;
}

.ob.content.obPageStationeryProduct .obContainerRight {
    margin: 0 30px 0 420px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obProductDescription {
    font-size: 1.2em;
}

.ob.content.obPageStationeryProduct .obContainerRight .obPrinters {
    background-position: center left;
    line-height: 20px;
    margin: 15px 0;
    padding: 10px 0 10px 50px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obPrinters .obSeparator {
    font-size: 1.2em;
    margin: 0 5px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obPrinters a {
    margin-left: 10px;
}

.ob.content.obPageStationeryProduct .obContainerRight label {
    font-size: 1.2em;
    font-weight: bold;
}

.ob.content.obPageStationeryProduct .obContainerRight .obProductDesign,.ob.content.obPageStationeryProduct .obContainerRight .obProductPackSize,.ob.content.obPageStationeryProduct .obContainerRight .obProductQuantity {
    margin-bottom: 30px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obProductDesign label,.ob.content.obPageStationeryProduct .obContainerRight .obProductPackSize label,.ob.content.obPageStationeryProduct .obContainerRight .obProductQuantity label {
    display: block;
    float: left;
    width: 100px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obAddEnvelopes {
    margin: 40px 0 20px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obAddEnvelopes .obDescr {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obAddEnvelopes .obDescr .obTop {
    font-weight: bold;
    margin-bottom: 10px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obAddEnvelopes label {
    position: relative;
    top: -2px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obAddEnvelopes label .obPrice {
    font-weight: normal;
}

.ob.content.obPageStationeryProduct .obContainerRight .obAddEnvelopes label .obPrice .obVat {
    font-size: 0.8em;
}

.ob.content.obPageStationeryProduct .obContainerRight .obEnvelopeFields {
    display: none;
    position: relative;
}

.ob.content.obPageStationeryProduct .obContainerRight .obEnvelopeImage {
    float: left;
}

.ob.content.obPageStationeryProduct .obContainerRight .obEnvelopeField {
    margin-left: 160px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obEnvelopeType {
    margin-bottom: 20px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obEnvelopeType .obDescr {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obEnvelopeType label {
    display: inline-block;
    margin-right: 40px;
    position: relative;
    top: -2px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obEnvelopeType input {
    margin: 3px 3px 0 0;
}

.ob.content.obPageStationeryProduct .obContainerRight .obEnvelopeType img {
    display: none;
}

.ob.content.obPageStationeryProduct .obContainerRight .obEnvelopeType img.obActive {
    display: block;
    height: 140px;
    left: 0;
    position: absolute;
    top: 0;
    width: 140px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obEnvelopePackSize label,.ob.content.obPageStationeryProduct .obContainerRight .obEnvelopeQuantity label {
    display: inline-block;
    margin-bottom: 30px;
    width: 120px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obProductPrice {
    margin: 30px 0 15px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obProductPrice label {
    float: left;
    font-size: 1.8em;
}

.ob.content.obPageStationeryProduct .obContainerRight .obProductPrice .obDescr {
    margin-left: 80px;
    padding-top: 3px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obProductPrice .obDescr .obTop {
    font-size: 1.2em;
    font-weight: bold;
}

.ob.content.obPageStationeryProduct .obContainerRight .obProductPrice .obDescr .obTop .obPounds {
    color: #007f64;
    font-size: 1.3em;
}

.ob.content.obPageStationeryProduct .obContainerRight .obProductBuy {
    margin-left: 80px;
}

.ob.content.obPageStationeryProduct .obContainerRight .obProductBuy input.button {
    text-align: left;
    width: 150px;
}

.ob.content.obPageStationeryProduct .obContainerBottom {
    clear: both;
    margin-top: 30px;
    padding: 0 30px 10px;
}

.ob.content.obPageStationeryProduct .obContainerBottom>.obInner {
    border: 1px solid #eff0ee;
    padding: 0;
}

.ob.content.obPageStationeryProduct .obContainerBottom .heading4 {
    background: #007f64;
    color: #fff;
    margin: -1px -1px 0;
    padding: 10px 15px;
}

.ob.content.obPageStationeryProduct .obContainerBottom ul {
    list-style: disc;
    padding-left: 15px;
}

.ob.content.obPageStationeryProduct .obContainerBottom ul li {
    margin-bottom: 5px;
}

.ob.content.obPageStationeryProduct .obContainerBottom .obDetails {
    float: left;
    font-size: 1.2em;
    width: 600px;
}

.ob.content.obPageStationeryProduct .obContainerBottom .obDetails .obInner {
    padding: 20px 0 0 20px;
}

.ob.content.obPageStationeryProduct .obContainerBottom .obDetails .obInner>div {
    margin-bottom: 20px;
}

.ob.content.obPageStationeryProduct .obContainerBottom .obDetails strong {
    display: block;
    margin-bottom: 5px;
}

.ob.content.obPageStationeryProduct .obContainerBottom .obCarbonFootprint {
    background: url("/images/ob/fsc.png") no-repeat 93% 93% #eff0ee;
    font-size: 1.2em;
    margin-left: 600px;
}

.ob.content.obPageStationeryProduct .obContainerBottom .obCarbonFootprint .obInner {
    padding: 20px 25px 60px;
}

.ob.content.obPageStationeryProduct .obContainerBottom .obCarbonFootprint .heading5 {
    color: #007f64;
    font-size: 1.3em;
    margin: 0 0 20px;
    font-weight: bold;
}

#ctl00_phBody_btnContinue2 {
    margin-bottom: 10px;
    margin-right: 5px;
}

#ctl00_phBody_pnlCreditCardInstructions {
    margin: 0;
    padding: 0;
}

.inner p:first-child {
    margin-top: 0;
}

.ob_row_sagecover_selector .inner p:first-child {
    margin-top: 24px;
}

.obEqualHeightContainer {
    padding: 0 40px;
}

.ob.content.obPageAccounts .obColContent .obTop .obLink {
    font-family: "FocoRegular",Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    color: #41a940;
    line-height: 1.1em;
    font-weight: normal;
}

.ob_row_sagecover_selector li {
    font-size: 12px;
}

.notForYouItem p.bold,.notForYouItemSelected p.bold {
    font-weight: normal!important;
    font-size: 12px;
}

.heading1 span.ob_basketdetails {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: normal;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 ul li {
    padding: 0 40px 30px;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 ul li .obTitle {
    font-size: 1.4em;
    font-weight: normal;
    color: #007f64;
    text-decoration: underline;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 ul li .obPrice {
    font-size: 1.3em;
    font-weight: bold;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 ul li .obPrice .obPounds {
    color: #007F64;
    font-size: 1.5em;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 ul li .obPrice .obVat {
    font-size: 0.9em;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-next,.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-prev {
    margin: 0;
    position: absolute;
    height: 52px;
    padding-top: 52px;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-next span,.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-prev span {
    color: #eff0ee;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-next:hover,.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-prev:hover {
    text-decoration: none;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-next {
    background: url("/images/ob/carousel-arrow-right.png") no-repeat right top;
    right: 0;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-prev {
    background: url("/images/ob/carousel-arrow-left.png") no-repeat left top;
    left: 0;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-pager {
    height: auto;
    margin-top: -15px;
    right: 5px;
    text-align: left;
    width: auto;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-pager a {
    background: url("/images/ob/image_carousel_control_inactive_15.png") no-repeat;
    border-radius: 0;
    box-shadow: none;
    height: 15px;
    margin: 0;
    width: 15px;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTraining50 .bx-wrapper .bx-pager a.pager-active {
    background: url("/images/ob/image_carousel_control_active_15.png") no-repeat;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTrainingPassport .obLearnMore {
    text-align: right;
}

.ob.content.obPageTrainingProduct .obContainerBottom .obBlockTrainingPassport .obLearnMore a {
    font-size: 1.2em;
    padding-right: 20px;
    background: url(/images/arrowGreen14.png) no-repeat right;
    color: black;
}
.lastUnit {
float: none;
width: auto;
}

#sidebar-right div{
color: #41a940;
}
#basket_total div{
color: #189fe3;
}

.button .fa-angle-left {
padding: 0px;
padding-right: 10px;
vertical-align: middle;
margin-top: -4px;
line-height: 20px;
font-size: 24px;
}

.adressText{
    width:280px;
    height:30px;
}