/*
=========================================
			  Font license
=========================================

Icon Set:	Broccolidry -- http://dribbble.com/shots/587469-Free-16px-Broccolidryiconsaniconsetitisfullof-icons
License:	Aribitrary -- http://licence.visualidiot.com/


Icon Set:	Meteocons -- http://www.alessioatzeni.com/meteocons/
License:	Arbitrary -- http://www.alessioatzeni.com/meteocons/#about


Icon Set:	IcoMoon - Free -- http://keyamoon.com/icomoon/
License:	CC BY-SA 3.0 -- http://creativecommons.org/licenses/by-sa/3.0/
*/

/*

=========================================
			  CSS Reset
=========================================
*/

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, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

a:visited {
    color: #0071bc;
}

body {
    line-height: 1;
    color: black;
    background: White;
}

ol, ul {
    list-style: none;
}

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

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

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

blockquote, q {
    quotes: "" "";
}

/*
=========================================
		    CSS main elements 
=========================================
*/

html.hbHTT {
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 1000px;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
}

a, .blue {
    color: #0071bc;
    text-decoration: none;
}

    a.black {
        color: black;
    }

    a.dbc {
        color: #393838;
    }

a.adjust-scroll {
	display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

h3 {
    font-size: 42px;
    height: 42px;
}

strong, b {
    font-weight: bold;
}

.EmphasisRed {
	color: #a21e22; 
	font-weight: bold;
}

p.footnote {
	font-size: 11px;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}

.absolute {
    position: absolute;
}

.left, .leftX {
    float: left;
}

.right, .rightX {
    float: right;
}

.cbf {
    clear: both;
}

.bottomCorner {
    right: 0;
    bottom: 0;
    margin: 0 0 -45px 0;
}

.WT {
    color: #FFF;
}

.pointer {
    cursor: pointer;
}

.shortcuts a.clicked, #FSVPcontainer .control a.clicked, #FSViewport.ios #iosButton, #FSViewport.windows #windowsButton, #FSViewport.osx #osxButton {
    background: url('/images/trans/pxTrans40Black.PNG');
}

.transAll {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.transBgC {
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.dnyUsrSlct {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.hidden {
    display: none;
}

/*
=========================================
			  font faces
=========================================
*/

@font-face {
    font-family: "iconFont";
    src: url('../fonts/iconFont.eot');
    src: url('../fonts/iconFont.eot?#iefix') format('embedded-opentype'),url('../fonts/iconFont.svg#iconFont') format('svg'),url('../fonts/iconFont.woff') format('woff'),url('../fonts/iconFont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
=========================================
			  font selectors
=========================================
*/
body, #headerNavigation, #search input, p, h3, h5, .carousel .slides .slide .description, .footerIcon, #FSVPcontainer, .shortcuts a, table, input[type="submit"], textarea {
    font-family: 'Open Sans',Arial;
    font-weight: 400;
    letter-spacing: .3mm;
}

.icon, a.icon {
    font-family: "iconFont";
    font-size: 31px;
    color: #393838;
}

    .icon.gt, a.icon.gt {
        color: #b3b3b3;
    }

#simpleEntry .towcolumnstable {
    width: 100%;
}

    #simpleEntry .towcolumnstable td {
        width: 50%;
    }

#simpleEntry .inlinebutton, .inlinebutton {
    min-width: 150px;
    display: inline-block;
    height: 15px;
    text-align: center;
    font-size: 13px;
    min-height: 0;
    padding: 7.5px 15px 10.5px;
    margin: 0;
    color: white;
    background-color: #00a8ff !important;
}

    #simpleEntry .inlinebutton a, .inlinebutton a {
        color: white;
    }

/*
=========================================
			Main partitions
=========================================
*/
#headerContainer, #footerContainer {
    background: #252525;
}

#headerContainer {
    min-height: 106px;
    height: auto;
    margin-bottom: 40px;
}

#footerContainer {
    height: 450px;
    position: absolute;
    bottom: 70px;
    width: 100%;
}

#StaticfooterContainer {
    height: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 20px solid #252525;
    padding-top: 15px;
    font-size: 11px;
    text-align: center;
    color: #818181;
    padding-bottom: 15px;
}

    #StaticfooterContainer a {
        color: inherit;
    }

#mainContainer {
    min-height: 500px;
    padding-bottom: 520px;
}

    #mainContainer > div:after, .blockHolder:after {
        content: ".";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }

.jsSpin {
    height: 44px;
    width: 44px;
    margin: 0 auto;
}

#CookiesBarContainer {
    width: 100%;
    background: #686868;
    overflow: hidden;
}

#wrapper > div > #cookiesBar {
    height: 35px;
    color: white;
    overflow: hidden;
    text-align: center;
    width: 985px;
    margin: 0 auto;
}

#wrapper > div > div #cookieBarInner {
    font-size: 13px;
    height: 23px;
    padding-top: 12px;
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-right: 10px;
}

    #wrapper > div > div #cookieBarInner a {
        text-decoration: underline;
        color: white;
    }

#cookiesBar .button {
    margin: 0;
    height: 10px;
    min-height: 17px;
    padding: 11px 12px 6px;
    color: white;
    display: inline-block;
    vertical-align: top;
}

#headerTopContainer {
    height: 106px;
}

#headerMiddleContainer {
    height: 351px;
    background: #000;
}

#headerBottomContainer {
    height: 35px;
    background: #393838;
}

#CarouselWrapper {
    overflow: hidden;
}

/*
=========================================
			Footer partitions
=========================================
*/

#footerTopContainer {
    background: #a30b1d;
    height: 128px;
}

#footerBottomContainer {
    height: 0;
}

#popupHolder {
    display: none;
    position: relative;
    background: #393838;
}

    #popupHolder .status {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        background: white;
        margin: 45px 0;
        height: 370px;
    }

        #popupHolder .status > div {
            width: 50%;
            margin: 0 auto;
            border: 0;
            text-align: center;
            height: 40px;
            font-size: 13px;
            margin-top: 35%;
        }

            #popupHolder .status > div .ui-widget-header {
                border: 0;
                background: #FFF;
            }

        #popupHolder .status .ui-progressbar .ui-progressbar-overlay {
            filter: alpha(opacity=70);
            opacity: .7;
            height: 9px;
            border-radius: 5px;
            margin-top: 10px;
            border: 1px solid #7a7a7a;
        }

    #popupHolder iframe {
        display: none;
        background: white;
        position: absolute;
        top: 0;
        left: 0;
    }

/*
=========================================
			main width properties
=========================================
*/
#wrapper > div > div, #wrapper > div > section > div {
    min-width: 985px;
    width: 100%;
}

    #wrapper > div > div > div, #wrapper > div > section > div > div {
        width: 985px;
        clear: both;
        margin: 0 auto;
    }

/*
=========================================
			Header & Navigation
=========================================
*/

#logo {
    height: 46px;
    width: 327px;
    padding: 25px 0 35px 0;
    text-indent: -23px;
    border-left: 23px solid #a30b1d;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

    #logo img {
        margin-left: 0;
    }

#headerNavigation {
    width: 100%;
    position: relative;
    height: 35px;
}

    #headerNavigation ul {
        margin: 0;
        padding: 0;
        position: relative;
        width: 82%;
        height: 100%;
        text-align: center;
    }

        #headerNavigation ul li:first-child {
            margin-left: 23px;
        }

    #headerNavigation li {
        position: relative;
        width: 110px;
        height: 35px;
        display: block;
        float: left;
        text-align: center;
        border-right: 1px solid #3a3a3a;
    }

        #headerNavigation li a {
            padding: 8px 0;
            display: block;
            font-size: 15px;
            color: #c8c8c8;
            text-transform: capitalize;
            text-decoration: none;
            font-weight: 300;
        }

        #headerNavigation li:hover a, #headerNavigation li.currentSection a {
            -webkit-transition: color 1s;
            -moz-transition: color 1s;
            -ms-transition: color 1s;
            -o-transition: color 1s;
            transition: color 1s;
            color: white;
        }
    /*
=========================================
			Language selector
=========================================
*/
    #headerNavigation #languageUl {
        margin: 0;
        padding: 0;
        position: absolute;
        height: 100%;
        text-align: center;
        width: 184px;
        right: 0;
        top: 71px;
        overflow: hidden;
        z-index: 100;
        background: #1d1d1d;
        font-size: 15px;
        border-right: 1px solid #3a3a3a;
    }

        #headerNavigation #languageUl a {
            display: block;
            margin: 0;
            height: 19px;
            width: 100%;
            padding: 8px 0;
            color: #c8c8c8;
            font-weight: 300;
        }

            #headerNavigation #languageUl a.selected {
                background: #252525;
            }

            #headerNavigation #languageUl a:hover:not(.selected) {
                background: #363636;
            }

            #headerNavigation #languageUl a:not(:first-child):not(:last-child) {
                border-bottom: 1px solid #444141;
            }

        #headerNavigation #languageUl .LSDropButton {
            position: absolute;
            right: 0;
            height: 19px;
            width: 23px;
            background: #323232;
            padding: 10px 0;
            color: #c8c8c8;
            cursor: pointer;
        }
/*
=========================================
			Currency selector
=========================================
*/
#currencyUl {
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100%;
    text-align: center;
    width: 110px;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 100;
    background: #1d1d1d;
    font-size: 15px;
}

    #currencyUl span {
        cursor: pointer;
        display: block;
        margin: 0;
        height: 19px;
        width: 100%;
        padding: 8px 0;
        color: #c8c8c8;
        font-weight: 300;
    }

        #currencyUl span.selected {
            background: #252525;
        }

        #currencyUl span:hover:not(.selected) {
            background: #363636;
        }

        #currencyUl span:not(:first-child):not(:last-child) {
            border-bottom: 1px solid #444141;
        }

    #currencyUl .LSDropButton {
        position: absolute;
        right: 0;
        height: 19px;
        width: 23px;
        background: #323232;
        padding: 10px 0;
        color: #c8c8c8;
        cursor: pointer;
    }
/*
=========================================
				Search
=========================================
*/
#search {
    height: 46px;
    padding-top: 25px;
    right: 0;
}

    #search form {
        padding: 0;
        margin: 0;
    }

    #search input, #search label {
        background: #666;
        color: #c8c8c8;
        border: 0;
        margin: 0;
        vertical-align: middle;
    }

    #search input {
        height: 24px;
        width: 190px;
        padding: 0 3px;
    }

        #search input:focus {
            border: 0;
            outline: 0;
        }

    #search label {
        display: inline-block;
        width: 30px;
        height: 20px;
        padding: 2px 0;
        text-align: center;
        cursor: pointer;
        position: relative;
        margin-left: -4px;
    }

        #search label img {
            background: #666;
        }

    #search #search_submit {
        display: none;
    }
/*
=========================================
		    	Grids 
=========================================
*/
.grid > div, .grid > li, .footerIcon > a {
    float: left;
    padding: 0;
    margin: 0 14.83333333333333px;
}

.grid > div, .grid > li {
    margin-top: 15px;
    margin-bottom: 50px;
    position: relative;
}

.grid > div.compact, .grid > li.compact {
	margin-bottom: 0px;	
}

.grid.Xtwo > div:nth-child(2n+1), .grid.Xtwo > li:nth-child(2n+1),
.grid.Xfour > div:nth-child(4n+1), .grid.Xfour > li:nth-child(4n+1), 
.grid.XTwo > div:nth-child(2n+1), .grid.XTwo > li:nth-child(2n+1), 
.grid.XFour > div:nth-child(4n+1), .grid.XFour > li:nth-child(4n+1),
.grid.Xfive > div:nth-child(5n+1), .grid.Xfive > li:nth-child(5n+1),
.grid.XFive > div:nth-child(5n+1), .grid.XFive > li:nth-child(5n+1),.odd {
    margin-left: 0;
}

.grid.Xtwo > div:nth-child(2n), .grid.Xtwo > li:nth-child(2n), 
.grid.Xfour > div:nth-child(4n), .grid.Xfour > li:nth-child(4n), 
.grid.XTwo > div:nth-child(2n), .grid.XTwo > li:nth-child(2n), 
.grid.XFour > div:nth-child(4n), .grid.XFour > li:nth-child(4n),
.grid.XFive > div:nth-child(5n), .grid.XFive > li:nth-child(5n),
.grid.Xfive > div:nth-child(5n), .grid.Xfive > li:nth-child(5n), 
.footerIcon > a:last-child, .even {
    margin-right: 0;
}

.grid.Xtwo > div, .grid.Xtwo > li, .grid.XTwo > div, .grid.XTwo > li {
    width: 477.6666666666667px;
}

.grid.Xfour > div, .grid.Xfour > li, .grid.XFour > div, .grid.XFour > li, .footerIcon > a {
    width: 224px;
}

.grid.Xfive > div, .grid.Xfive > li, .grid.XFive > div, .grid.XFive > li {
    width: 172px;
}

.grid.Xfive a h5, .grid.XFive > a h5 {
	font-size: 16px;
	line-height: 1.4;
}

.grid .cbf {
    margin: 0;
}

.grid a h5 {
    margin: 10px 0;
    font-size: 13px;
    color: #0071bc;
}

.grid a .date {
    font-size: 13px;
    color: #000;
    margin: -5px 0 5px 0;
    display: block;
}

.grid.Xtwo > div > a > img, .grid.XTwo > div > a > img {
    width: 475px;
    height: 286px;
    border: 1px solid #BBB;
}

.grid.Xfour > div > a > img, .grid.XFour > div > a > img {
    width: 223px;
    height: 128px;
    border: 1px solid #BBB;
}

.grid.Xfive > div > a > img, .grid.XFive > div > a > img {
    width: 172px;
    height: 99px;
    border: 1px solid #BBB;
}

.grid.Xfour > div > a div.absolute, .grid.XFour > div > a div.absolute {
    top: 39px;
    left: 78px;
}

div.videoImageLink > a div.absolute {
	top: 39px;
	left: 110px;
}
		
div.videoImageLink {
	position: relative;
}

.grid.Xfive > div > a div.absolute, .grid.XFive > div > a div.absolute {
    top: 29px;
    left: 58px;
}

.grid > div > a:hover button.play {
    background: url('/images/icons/playH.png') no-repeat;
}

.grid.XTwo > div > a div.absolute {
    top: 119px;
    left: 190px;
}

.grid > div > p {
    font-size: 13px;
    line-height: 18px;
}

    .grid > div > p a {
        color: #00a8ff;
    }

#mainContainer .title, #FSVPcontainer .title h3 {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

    #mainContainer .title.nbb {
        border: 0;
    }

    #mainContainer .title .right {
        margin: 31px 0 0;
    }

        #mainContainer .title .right.jt {
            margin: 21px 0 0;
        }

#mainContainer .right.jt a {
    display: block;
    width: 30px;
    height: 30px;
}

#mainContainer .title .right span {
    font-size: 14px;
}

#mainContainer .title h3, #FSVPcontainer .title h3 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 300;
    color: #525252;
    position: relative;
}

    #mainContainer .title h3 .button, #FSVPcontainer .title h3 .button {
        margin-top: 10px;
        color: #FFF;
        font-size: 13px;
        min-width: 90px;
        font-weight: 300;
        height: 16px;
        min-height: 16px;
        padding: 8px;
    }

#mainContainer .icon.bb {
    position: absolute;
    top: 7px;
    left: -45px;
    cursor: pointer;
}

#mainContainer .title h3 .sTitle {
    font-size: 14px;
}

.interviewDetails {
    margin-top: -6px;
    font-size: 12px;
}

    .interviewDetails span {
        display: block;
        margin: 4px 0;
    }

    .interviewDetails .n {
        font-size: 14px;
    }

/*
=========================================
		   Simple Entry Style
=========================================
*/
#simpleEntry {
    padding: 20px 0 40px 0;
    height: auto;
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 18px;
}

    #simpleEntry img {
        margin-left: 31px;
    }

    #simpleEntry .grid img {
        margin-left: 0;
    }

    #simpleEntry p {
        max-width: 477px;
        padding: 0;
        margin: 0;
        line-height: 18px;
        float: none;
    }

    #simpleEntry ul {
        padding-left: 20px;
    }

    #simpleEntry li {
        list-style-type: square;
        color: #a21e22;
    }

        #simpleEntry li span {
            color: black;
        }

    #simpleEntry b, #simpleEntry strong {
        font-weight: normal;
        font-size: 15px;
        margin-bottom: 1px;
        display: block;
    }

    #simpleEntry .imageContainer.right p {
        margin-right: 0;
        margin-left: 31px;
        max-width: 477px;
    }

    #simpleEntry .imageContainer.right ul {
        margin-right: 0;
        margin-left: 31px;
        max-width: 477px;
    }

    #simpleEntry .entryText {
        max-width: 477px;
    }

    #simpleEntry.narrow .imageContainer.right p {
        margin-right: 0;
        margin-left: 31px;
        max-width: 288px;
    }

    #simpleEntry .imageContainer.left p {
        margin-right: 31px;
        margin-left: 0;
        max-width: 477px;
    }

    #simpleEntry.narrow .imageContainer.left p {
        margin-right: 31px;
        margin-left: 0;
        max-width: 288px;
    }

    #simpleEntry .imageContainer img {
        max-width: 475px;
        max-height: 286px;
        border: 1px solid #BBB;
        margin-bottom: 18px;
    }

    #simpleEntry.narrow .imageContainer img {
        max-width: 475px;
        max-height: 286px;
        border: 1px solid #BBB;
        margin-bottom: 18px;
    }

    #simpleEntry .imageContainer.left img {
        margin-right: 31px;
        margin-left: 0;
    }

    #simpleEntry.narrow .imageContainer {
        width: 256px;
    }

        #simpleEntry.narrow .imageContainer p {
            min-width: 223px;
            padding: 0;
        }

    #simpleEntry.narrow .entryText {
        width: 474px;
    }


/*
=========================================
			Document made out of list items
=========================================
*/

div.listdoc
ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
  color: blac;
  
}

div.listdoc
ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
  font-weight: bold;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  color: black !important;
}

div.listdoc 
ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em ;    
}

div.listdoc
li ol > li {
  margin: 0;
  font-weight: normal;
}

div.listdoc
li ol > li:before {
  content: counters(item, ".") " ";
}

/* Special cases: */

div.listdoc
li > ol > li > ol {
	_background-color: Green;
	list-style-type: lower-alpha !important;
}

div.listdoc
li > ol > li > ol > li:before {
  content:  "(" counter(item, lower-alpha) ")";
  display: table-cell;
  padding-right: 0.6em ;    
}

div.listdoc
li > ol > li > ol > li {
	
}

/*
=========================================
			footerIcon/Social
=========================================
*/
.footerIcon, .footerIcon a {
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: 300;
}

    .footerIcon span {
        font-size: 42px;
        margin: 43px 0;
        display: block;
    }

    .footerIcon img {
        vertical-align: middle;
        height: 50px;
        margin: 38.5px 6px;
    }

    .footerIcon > div {
        margin-top: 0;
        margin-bottom: 0;
    }
/*
=========================================
				Shortcuts
=========================================
*/
.shortcuts a, .shortcuts label, #FSVPcontainer .control a {
    color: #FFF;
    font-size: 13px;
    padding: 9.5px;
    min-width: 90px;
    min-height: 16px;
    display: inline-block;
    font-weight: 300;
}

    .shortcuts a.icon, #FSVPcontainer .control a.icon {
        padding: 12px 9.5px 7px;
    }

.shortcuts span, #FSVPcontainer .control span {
    display: inline-block;
    margin-right: -4px;
    min-width: 90px;
    text-align: center;
}

.shortcuts.right, #FSVPcontainer .control .right {
    right: 5px;
    position: relative;
}

.shortcuts span:hover, #FSVPcontainer .control span:hover {
    background: url(/images/trans/pxTrans10Black.PNG);
}

.shortcuts a.icon, #FSVPcontainer .control a {
    padding: 12px 9.5px 7px;
}
/*
=========================================
			Comparison View
=========================================
*/
#comparisonView {
    margin-bottom: 40px;
}

    #comparisonView table {
        width: 100%;
        border-collapse: collapse;
        font-size: 13px;
    }

    #comparisonView tr {
        min-height: 35px;
    }

    #comparisonView th {
        vertical-align: middle;
        max-width: 250px;
    }

    #comparisonView .tHead .ttitle {
        padding: 0;
        line-height: 25px;
    }

        #comparisonView .tHead .ttitle h3 {
            font-weight: 300;
        }

    #comparisonView table tr .markerContaner {
        position: relative;
        color: #fff;
        vertical-align: middle;
    }

    #comparisonView table span, #comparisonView table p {
        padding-top: 10px;
    }

    #comparisonView table .featureDecs {
        font-size: 12px;
        padding-bottom: 10px;
    }

    #comparisonView table tr .markerContaner div {
        height: 20px;
        width: 20px;
        position: absolute;
        margin: -10px 0 0 -10px;
        left: 50%;
        top: 50%;
    }

    #comparisonView table tr .headCell {
        text-align: center;
    }

    #comparisonView table tr {
        border-bottom: 1px solid #e6e6e6;
    }

/*
=========================================
			Guides View
=========================================
*/
#guidesView input, #tutorialsView input {
    width: 315px;
    border: 1px solid #000;
    background: #FFF;
    color: black;
    height: 33px;
}

    #guidesView input[type="submit"], #tutorialsView input[type="submit"] {
        width: auto;
    }

    #guidesView input.WT, #tutorialsView input.WT{
        color: white;
        border: 0;
    }

    #guidesView input:focus, #tutorialsView input:focus {
        border: 1px solid #000;
    }

#guidesView #search, #tutorialsView #search {
    padding-top: 10px;
}

    #guidesView #search .shortcuts span, #tutorialsView #search .shortcuts span  {
        background: #eee;
        margin-right: 3px;
    }

    #guidesView #search .shortcuts a, #tutorialsView #search .shortcuts a {
        color: #525252;
        line-height: 16px;
        font-weight: 400;
    }

    #guidesView #search .shortcuts .buttonsWrap, #tutorialsView #search .shortcuts .buttonsWrap {
        position: absolute;
        right: 300px;
        width: 300px;
        text-align: right;
    }

        #guidesView #search .shortcuts .buttonsWrap span, #tutorialsView #search .shortcuts .buttonsWrap span {
            border: 1px solid #e6e6e6;
        }

    #guidesView #search .shortcuts a:hover, #tutorialsView #search .shortcuts a:hover {
        background: url(/images/trans/pxTrans10Black.PNG);
    }

    #guidesView #search .shortcuts a.selected, #tutorialsView #search .shortcuts a.selected {
        background: #00a8f9;
        color: #fff;
    }

    #guidesView #search .filter.jsSpin, #tutorialsView #search .filter.jsSpin, #mainContainer .title h3 .sTitle .loading.jsSpin {
        display: inline-block;
        height: 24px;
        width: 24px;
        vertical-align: middle;
    }

        #guidesView #search .filter.jsSpin .jsspin, #tutorialsView #search .filter.jsSpin .jsspin, #mainContainer .title h3 .sTitle .loading.jsSpin .jsspin {
            height: 24px;
            width: 24px;
        }

.Pui {
    position: absolute;
    width: 300px;
    right: -5px;
    z-index: 100;
    border: 1px solid #e6e6e6;
    height: 35px;
    overflow: hidden;
}

.open.Pui {
    border: 1px solid #afafaf;
}

.Pui a, #guidesView #search .Pui a.selected {
    width: 281px;
    border-bottom: 1px solid #e6e6e6;
    background: white;
    color: #000;
}

.partitionsWrapper .partition {
    margin-top: 30px;
    min-height: 50px;
}

    .partitionsWrapper .partition.guidesIndex {
        width: 255px;
        position: relative;
    }

        .partitionsWrapper .partition.guidesIndex ul li, #navLoadedContent ul li {
            line-height: 19px;
            min-height: 35px;
            border-bottom: 1px solid #e6e6e6;
            width: 90%;
        }

#navLoadedContent ul li {
    border-bottom: 1px solid #181818;
    width: 100%;
}

    .partitionsWrapper .partition.guidesIndex ul li.selected, #navLoadedContent ul li.selected {
        background: #00a8f9;
    }

        .partitionsWrapper .partition.guidesIndex ul li.selected a, #navLoadedContent ul li.selected a {
            color: white;
        }

    .partitionsWrapper .partition.guidesIndex ul li a, #navLoadedContent ul li a {
        display: block;
        color: black;
        padding: 10px 0 10px 10px;
        font-size: 13px;
    }

.partitionsWrapper .partition.guidesContainer {
    width: 730px;
}

    .partitionsWrapper .partition.guidesContainer > div {
        position: relative;
        margin: 0 0 30px 0;
    }

    .partitionsWrapper .partition.guidesContainer p {
        padding: 0 0 0 8px;
        margin: -3px 0 20px 0;
        width: 470px;
        font-size: 13px;
        line-height: 20px;
        float: left;
    }

    .partitionsWrapper .partition.guidesContainer #guideP {
        height: 79px;
    }

    .partitionsWrapper .partition.guidesContainer .seeTutorial {
        padding: 4px 0 0 8px;
        font-size: 13px;
        bottom: 0;
    }

    .partitionsWrapper .partition.guidesContainer span.keyBoardshortcut {
        padding: 3px 0 15px 8px;
        margin: 7px 2px 7px 0;
        min-height: 20px;
    }

    .partitionsWrapper .partition.guidesContainer span.AddPDF {
        padding: 10px 2px 1px 8px;
        margin: 3px 2px 0 0;
        border: 1px solid #000;
    }

        .partitionsWrapper .partition.guidesContainer span.AddPDF:hover {
            background: #4dc9ff;
        }

        .partitionsWrapper .partition.guidesContainer span.AddPDF.selected {
            background: #00a8ff;
        }

    .partitionsWrapper .partition.guidesContainer img {
        max-width: 225px;
    }

#maincontainer .partitionsWrapper .partition.guidesContainer h3 {
    margin: 0;
}
/*
=========================================
			specsView View
=========================================
*/
#mainContainer > div > .specsView:last-child {
    margin-bottom: 40px;
}

#mainContainer .specsView .title {
    border: 0;
    height: auto;
}

    #mainContainer .specsView .title h3 {
        margin: 10px 0 10px 0;
        font-size: 15px;
        font-weight: 400;
        height: auto;
    }

#mainContainer .specsView ul {
    float: right;
    width: 735px;
}

    #mainContainer .specsView ul li {
        list-style: square;
        line-height: 30px;
        margin-bottom: 9px;
        font-size: 13px;
    }

        #mainContainer .specsView ul li .specsLabel {
            width: 260px;
            display: inline-block;
        }

        #mainContainer .specsView ul li .FeatureText {
            display: inline-block;
            width: 475px;
            vertical-align: top;
        }

/*
=========================================
			viewPort
=========================================
*/
#mainContainer .loadViewPort {
    margin-bottom: 5px;
}

.viewPort {
    background: black;
    overflow: hidden;
    position: relative;
}

    .viewPort .VPHeader {
        height: 35px;
        padding: 5px 0;
    }

        .viewPort .VPHeader .VPCloseButton {
            cursor: pointer;
        }

    .viewPort .VPContainer img {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .viewPort .VPContainer iframe, .viewPort .VPContainer object {
        margin-bottom: 40px;
    }

    .viewPort .VPContainer .VPSMiddle {
        color: white;
        text-align: center;
        top: 50%;
        position: relative;
    }

.viewPortTemp {
    position: absolute;
    left: -5000px;
}

.loadViewPort .viewPortTip {
    border-bottom: 7px solid #000;
    border-left: 7px solid;
    position: absolute;
    bottom: -5px;
    border-right: 7px solid;
    width: 0;
    left: 105px;
    color: white;
}
/*
=========================================
				Forms
=========================================
*/
.RequestForm {
    float: left;
    max-width: 477px;
}

    .RequestForm label {
        min-width: 100px;
        display: inline-block;
        margin: 10px 0;
        min-height: 22;
        vertical-align: middle;
        font-size: 13px;
    }

        .RequestForm label.ClientResult {
            line-height: 24px;
            max-width: 350px;
            margin-top: 6px;
        }

    .RequestForm input[type="text"], #guidesView .RequestForm input[type="text"], .RequestForm textarea {
        border: 1px solid #000;
        background: #FFF;
        color: black;
        height: 28px;
        padding: 0 5px;
        font-size: 14px;
        width: 477px;
    }

    .RequestForm textarea {
        height: 250px;
        resize: none;
        padding: 5px;
    }

    .RequestForm .ClientOSRL label, .RequestForm .ClientOSRL input {
        vertical-align: middle;
    }

.ClientSubmit.disabled {
    background-color: #bbb !important;
}

.RequestForm input:disabled, #guidesView .RequestForm input:disabled, .RequestForm textarea:disabled {
    color: #747474;
    border: 1px solid #747474;
}
/*
=========================================
			   SHOP
=========================================
*/
.SI .equalize {
    min-height: 130px;
    width: 214px;
}

.SI {
	padding-bottom: 20px;
}

.SI ul {
    list-style: square;
    font-weight: 600;
    padding-left: 20px;
    text-indent: -17px;
}

    .SI ul li {
        font-weight: 400;
        font-size: 13px;
        padding: 5px 0;
        line-height: 16px;
        text-indent: 0;
    }

        .SI ul li:first-child {
            padding-top: 12px;
        }

.shopLabel {
    font-weight: 600;
}

.KCUTD {
    padding-top: 12px;
}

.bbtContainer {
    position: relative;
    min-height: 105px;
}

.SIPinner.FI {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}

.bbtContainer .SIPinner.FI {
    max-width: 226px;
    float: right;
    position: relative;
}

.SIPinner.FI .Price {
    font-size: 32px;
    text-align: right;
    padding-bottom: 10px;
}

.SIPinner.FI .VAT {
    font-size: 12px;
    text-align: right;
}

.SIPinner .Comment {
    font-size: 10px;
    text-align: right;
    margin-top: 3px;
    color: gray;
}

.SIPinner.FI .ButtonConainter {
    padding-top: 10px;
}

    .SIPinner.FI .ButtonConainter .button {
        width: 100%;
        display: block;
        height: 15px;
        text-align: center;
        font-size: 13px;
        min-height: 0;
        padding: 7.5px 0;
        margin: 0;
        color: white;
    }

.SIPinner.FI .error {
    font-size: 9px;
}

.SIPinner .Promo{
	margin-bottom: 5px;
}
.SIPinner .PromoCheckboxLabel{
	font-size: 12px;
}
.SIPinner .Promo .PromoCheckboxLabel, .SIPinner .Promo input[type="checkbox"]{
    display: inline-block;
    vertical-align: middle;
}
			
.SIPinner.FI .ButtonConainter .Promo .ValidatePromoButton,
.SIPinner.FI .ButtonConainter .Promo .PromoCodeInput,
.SIPinner.FI .ButtonConainter .Promo .Comment{
	margin-top: 5px;
	display: none;
}
								
.SIPinner.FI .ButtonConainter .Promo .PromoCodeInput, {
    border: 1px solid #000;
    background: #FFF;
    color: black;
    height: 30px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;			
				
}

.SIPinner.FI.HasPromo .ButtonConainter .Promo .Comment,
.SIPinner.FI.HasPromo .ButtonConainter .Promo .ValidatePromoButton,
.SIPinner.FI.HasPromo .ButtonConainter .Promo .PromoCodeInput{
	display: block;
}
.SIPinner.FI.HasPromo .Promo{
	margin-bottom: 0;
}
.SIPinner.HasPromo .Comment,
.SIPinner.FI.HasPromo .ButtonConainter .BuyButton{
	display: none;
}
.SIPinner .Comment.ValidateMsg{
    font-size: 13px;
    color: #580000;
}

.SIPinner.FI.ValidPromoCode .Price, .SIPinner.FI.ValidPromoCode .VAT{
	text-decoration: line-through;
}
.SIPinner.FI.ValidPromoCode .PromoPrice .Price, .SIPinner.FI.ValidPromoCode .PromoPrice .VAT{
	text-decoration: none;
}								
.SIPinner.FI.ValidPromoCode .ButtonConainter .Promo .Comment,
.SIPinner.FI.ValidPromoCode .ButtonConainter .Promo .ValidatePromoButton{
	display: none;
}
.SIPinner.FI.ValidPromoCode .Promo {
    margin-bottom: 5px;
}
.SIPinner.ValidPromoCode .Comment,
.SIPinner.FI.ValidPromoCode .ButtonConainter  .BuyButton{
	display: block;
}

				
/*
=========================================
				datatable
=========================================
*/
tr .icon {
    font-size: 10px;
}

th .icon {
    display: none;
}

th.sorting .icon.icon-menu {
    display: inline;
}

th.sorting_desc .icon.icon-arrow-up-2 {
    display: inline;
}

th.sorting_asc .icon.icon-arrow-down-2 {
    display: inline;
}
/*
=========================================
			Footer
=========================================
*/
#footerMiddleContainer a {
    display: block;
    color: #c8c8c8;
    font-size: 13px;
    margin: 3px;
    font-weight: 300;
}

#footerMiddleContainer span {
    display: block;
    color: #0071bc;
    margin-bottom: 15px;
}
/*
=========================================
		   Fullscreen viewport
=========================================
*/
#wrapper #FSViewport {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: url('/images/trans/1X1-95OB.png');
    z-index: 9999;
    min-width: 0;
    margin: -50px 0 0 -50px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    display: none;
    min-width: 985px;
}

    #wrapper #FSViewport.idle {
        min-width: 0;
        min-height: 0;
    }

        #wrapper #FSViewport.idle #FSVPcontainer {
            min-height: 600px;
            display: none;
        }

    #wrapper #FSViewport #spinContainer {
        width: 0;
        position: absolute;
        right: 30px;
        top: 10px;
    }

    #wrapper #FSViewport.idle #spinContainer {
        position: relative;
        right: 0;
        top: 0;
    }

    #wrapper #FSViewport #repository {
        display: none;
    }

#wrapper #FSVPcontainer {
    position: relative;
    width: 100%;
    height: 100%;
}

#FSVPcontainer .control {
    width: 100%;
    height: 35px;
    background: #252525;
    bottom: 0;
}

    #FSVPcontainer .control .navControl {
        float: left;
    }

        #FSVPcontainer .control .navControl .icon {
            min-width: 35px;
            padding-right: 0;
            vertical-align: middle;
        }

        #FSVPcontainer .control .navControl .ALlegend {
            text-indent: -27px;
            padding-left: 0;
            margin-left: -5px;
            vertical-align: middle;
        }

        #FSVPcontainer .control .navControl span {
            border-right: 1px solid;
            background: #00a8f9;
            margin-right: 0;
        }

#FSVPcontainer .sides {
    padding: 30px;
    height: 100%;
}

    #FSVPcontainer .sides .leftWrap {
        float: left;
        height: 100%;
        width: 500px;
        line-height: 22px;
        font-size: 14px;
        padding: 0 30px 0 0;
    }

        #FSVPcontainer .sides .leftWrap .text .sc {
            display: block;
            color: #00a8f9;
        }

#FSViewport.osx .sides .leftWrap .text .sc.windowsSc, #FSViewport.windows .sides .leftWrap .text .sc.osxSc, #FSViewport.ios .sides .leftWrap .text span.sc {
    display: none;
}

#FSVPcontainer .sides .leftWrap .slide.G .text .sc:nth-child(2) {
    margin-bottom: 5px;
}

#FSVPcontainer .sides .rightWrap {
    float: left;
    height: 100%;
}

#FSVPcontainer .sides #navWrap {
    height: 100%;
    float: left;
}

#FSVPcontainer .slide {
    display: none;
    position: relative;
}

    #FSVPcontainer .slide .VPosBalncer {
        position: relative;
    }

        #FSVPcontainer .slide .VPosBalncer.P {
            height: 57px;
        }

        #FSVPcontainer .slide .VPosBalncer.H {
            width: 100%;
            min-width: 135px;
            text-align: center;
        }

            #FSVPcontainer .slide .VPosBalncer.H img {
                max-height: 100%;
                max-width: 100%;
            }

#FSVPcontainer .slide, #FSVPcontainer .title h3, #navLoadedContent ul li a, #navLoadedContent #status {
    color: #b3b3b3;
}

#FSVPcontainer .title h3 {
    line-height: 50px;
    height: auto;
    min-height: 42px;
    margin-bottom: 20px;
    border-bottom-color: #b3b3b3;
}

#FSVPcontainer .text .stepN {
    font-size: 17px;
    background: url("/images/icons/30pxCircleB3B3B3.png") no-repeat;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-indent: 11px;
    padding: 4px 6px 0 0;
}

#FSVPcontainer .text .stepT {
    font-size: 17px;
}

#FSVPcontainer .text .stepsc {
    display: block;
    font-size: 12px;
    height: 15px;
}

#navLoadedContent .gSearch span {
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

#navLoadedContent .gSearch #search {
    padding: 0;
    width: 230px;
    display: block;
    height: 27px;
}

#navLoadedContent .OVULwrap {
    position: relative;
}

    #navLoadedContent .OVULwrap ul {
        height: 100%;
    }

#navLoadedContent .gSearch #guidesFilter {
    width: 100%;
    border: 1px solid;
    background: 0;
}

#navLoadedContent #status {
    font-size: 13px;
}

#FSVPcontainer .control, #navLoadedContent ul, .cp-container,.SIPinner .PromoCheckboxLabel {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog {
    z-index: 500;
}

.ui-front {
    z-index: 499;
}

div.langs {
	z-index: 550;
}


/*
=========================================
		   Miscellanious
=========================================
*/

a.overlay:before, .overlay a:before {
	content: '\25B6 \00a0';
}

div.spinner {
	min-height: 100px;
	background:#fff url("/media/470841/spinner.gif") no-repeat 50% top !important;
}


























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
