﻿.langdropdown dd, .langdropdown dt, .langdropdown ul {
    margin: 0;
    padding: 0;
    z-index: 5910 !important;
}

.langdropdown dd {
    position: relative;
}

.langdropdown a {
    color: #333;
    text-decoration: none;
    outline: none;
}

    .langdropdown a:hover {
        color: #666;
    }

.langdropdown dt a {
    background: url(/images/ddarrow.png) no-repeat scroll right center #fff;
    display: block;
    padding: 0;
    width: 105px;
    height: 20px;
    border: 1px solid #CCCCCC;
}

    .langdropdown dt a:hover {
        color: #666;
    }

    .langdropdown dt a span {
        cursor: pointer;
        display: block;
        padding: 2px 0 2px 4px;
        position: absolute;
    }

.langdropdown dd ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 2px 0 #CCCCCC;
    display: none;
    left: 0;
    min-width: 240px;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    overflow: hidden;
}

    .langdropdown dd ul li {
        width: 50%;
        float: left;
    }

.langdropdown span.value {
    display: none;
}

.langdropdown dd ul li a {
    padding: 4px 0;
    display: block;
}

    .langdropdown dd ul li a:hover {
        color: #666;
        text-decoration: underline;
    }

    .langdropdown dd ul li a img {
        padding-top: 1px;
    }

.langdropdown img.flag {
    margin: 2px 6px 0 0;
}

.langdropdown dt img.flag {
    margin: 2px 2px 0 0;
}
/* Combined currency language dropdown*/

.currencyLanguageSelector {
    background: url("/images/ddarrow.png") no-repeat scroll right center #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    cursor: pointer;
    display: block;
    height: 21px;
    max-width: 85px;
    overflow: hidden;
}

.triangle {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    border-bottom: 15px solid #002952;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right-color: transparent;
    border-bottom-color: #999999;
    border-left-color: transparent;
}

.currencyLanguageSlider {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0 5px 3px -2px #CCCCCC;
    display: block;
    min-height: 97px;
    padding: 10px;
    position: absolute;
    width: 390px;
    z-index: 5220 !important;
}

    .currencyLanguageSlider > div {
        float: left;
    }

    .currencyLanguageSlider #divCurrencySelector {
        margin-bottom: 10px;
        width: 100%;
    }

.currencySelector, .languageSelector {
    float: left;
    width: 100%;
}

.spanCurrencyLanguageSelector {
    display: inline-block;
    height: 11px;
    padding: 5px 20px 5px 5px;
}

    .spanCurrencyLanguageSelector p {
        float: left;
        font-size: 1em;
        line-height: 1em;
        margin: 0;
        padding-right: 8px;
    }

    .spanCurrencyLanguageSelector p:hover {
        color: #333;
    }

#divCurrencySelector span.currencyHeader, #divLanguageSelector span.languageHeader {
    border-bottom: 1px solid #EEEEEE;
    float: left;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 0 0 8px;
    text-transform: uppercase;
    width: 100%;
}

.currencySelector li {
    float: left;
    padding: 5px 10px;
    width: 19%;
}

.Responsive .currencySelector li {
    width: 25%;
    padding: 10px;
}

    .currencySelector li label {
        cursor: pointer;
        margin-bottom: 0;
        font-weight: normal;
    }

.currencySelector input[type="radio"] {
    float: left;
    margin-right: 6px;
    margin-top: 1px;
    cursor: pointer;
}

.languageSelector li {
    float: left;
    padding: 1.65%;
    width: 30%;
}

.Responsive .languageSelector li {
    float: left;
    padding: 2%;
    width: 33.333%;
}

.languageSelector span.value {
    display: none;
}

.languageSelector img {
    margin-right: 5px;
    margin-top: 2px;
}

.disableCurrencyLanageSelector {
    background-image: none;
    cursor: auto;
}

/* Mobile language selector */
.languageSelectorMobile span.value {
    display: none;
}

.languageSelectorMobile img {
    margin-top: 5px;
    margin-right: 5px;
}

.currencySelectorMobile input[type="radio"] {
    margin-left: 5px;
}

.currencyHeaderMob, .languageHeaderMob {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.5em;
    color: #fff!important;
    padding: 1em;
    display: block;
}
.mobileSelectedLanguage {
    margin-left: 5px;
}
    .mobileSelectedLanguage img {
        margin-bottom: 2px;
        float: none;
    }

.Responsive .spanCurrencyLanguageSelector p {
    padding-right: 2.6px;
}

.Responsive .spanCurrencyLanguageSelector {
    padding: 5px 16px 5px 3px;
}
.Responsive .currencyLanguageSlider {
    width: 430px;
    text-align: left;
}

/* Tablet media query overrides */
@media (min-width: 768px) and (max-width: 1021px) {
    .Responsive .spanCurrencyLanguageSelector {
        height: 30px;
        padding: 10px 20px 5px 5px;
    }

    .Responsive .currencyLanguageSlider {
        width: 520px;
        right: -70px;
    }

    .Responsive .currencySelector li {
        padding: 10px;
    }
}
.flag
{
    float: left;
    padding: 0 !important;
    width: 16px;
    height: 11px;
    background: url(/images/flagssprite_small.png) no-repeat;
}
.flag.ad
{
    background-position: 0 0;
}
.flag.ae
{
    background-position: 0 -11px;
}
.flag.af
{
    background-position: 0 -22px;
}
.flag.ag
{
    background-position: 0 -33px;
}
.flag.ai
{
    background-position: 0 -44px;
}
.flag.al
{
    background-position: 0 -55px;
}
.flag.am
{
    background-position: 0 -66px;
}
.flag.an
{
    background-position: 0 -77px;
}
.flag.ao
{
    background-position: 0 -88px;
}
.flag.ar
{
    background-position: 0 -99px;
}
.flag.as
{
    background-position: 0 -110px;
}
.flag.at
{
    background-position: 0 -121px;
}
.flag.au
{
    background-position: 0 -132px;
}
.flag.aw
{
    background-position: 0 -143px;
}
.flag.ax
{
    background-position: 0 -154px;
}
.flag.az
{
    background-position: 0 -165px;
}
.flag.ba
{
    background-position: 0 -176px;
}
.flag.bb
{
    background-position: 0 -187px;
}
.flag.bd
{
    background-position: 0 -198px;
}
.flag.be
{
    background-position: 0 -209px;
}
.flag.bf
{
    background-position: 0 -220px;
}
.flag.bg
{
    background-position: 0 -231px;
}
.flag.bh
{
    background-position: 0 -242px;
}
.flag.bi
{
    background-position: 0 -253px;
}
.flag.bj
{
    background-position: 0 -264px;
}
.flag.bm
{
    background-position: 0 -275px;
}
.flag.bn
{
    background-position: 0 -286px;
}
.flag.bo
{
    background-position: 0 -297px;
}
.flag.br
{
    background-position: 0 -308px;
}
.flag.bs
{
    background-position: 0 -319px;
}
.flag.bt
{
    background-position: 0 -330px;
}
.flag.bv
{
    background-position: 0 -341px;
}
.flag.bw
{
    background-position: 0 -352px;
}
.flag.by
{
    background-position: 0 -363px;
}
.flag.bz
{
    background-position: 0 -374px;
}
.flag.ca
{
    background-position: 0 -385px;
}
.flag.catalonia
{
    background-position: 0 -396px;
}
.flag.cc
{
    background-position: 0 -407px;
}
.flag.cd
{
    background-position: 0 -418px;
}
.flag.cf
{
    background-position: 0 -429px;
}
.flag.cg
{
    background-position: 0 -440px;
}
.flag.ch
{
    background-position: 0 -451px;
}
.flag.ci
{
    background-position: 0 -462px;
}
.flag.ck
{
    background-position: 0 -473px;
}
.flag.cl
{
    background-position: 0 -484px;
}
.flag.cm
{
    background-position: 0 -495px;
}
.flag.cn
{
    background-position: 0 -506px;
}
.flag.co
{
    background-position: 0 -517px;
}
.flag.cu
{
    background-position: 0 -528px;
}
.flag.cr
{
    background-position: 0 -539px;
}
.flag.cs
{
    background-position: -16px -11px;
}
.flag.cv
{
    background-position: 0 -561px;
}
.flag.cx
{
    background-position: 0 -572px;
}
.flag.cy
{
    background-position: -16px 0;
}
.flag.cz
{
    background-position: -16px -11px;
}
.flag.de
{
    background-position: -16px -22px;
}
.flag.dj
{
    background-position: -16px -33px;
}
.flag.dk
{
    background-position: -16px -44px;
}
.flag.dm
{
    background-position: -16px -55px;
}
.flag.do
{
    background-position: -16px -66px;
}
.flag.dz
{
    background-position: -16px -77px;
}
.flag.ec
{
    background-position: -16px -88px;
}
.flag.ee
{
    background-position: -16px -99px;
}
.flag.eg
{
    background-position: -16px -110px;
}
.flag.eh
{
    background-position: -16px -121px;
}
.flag.england
{
    background-position: -16px -132px;
}
.flag.er
{
    background-position: -16px -143px;
}
.flag.es
{
    background-position: -16px -154px;
}
.flag.et
{
    background-position: -16px -165px;
}
.flag.eu
{
    background-position: -16px -176px;
}
.flag.fam
{
    background-position: -16px -187px;
}
.flag.fi
{
    background-position: -16px -198px;
}
.flag.fj
{
    background-position: -16px -209px;
}
.flag.fk
{
    background-position: -16px -220px;
}
.flag.fm
{
    background-position: -16px -231px;
}
.flag.fo
{
    background-position: -16px -242px;
}
.flag.fr
{
    background-position: -16px -253px;
}
.flag.ga
{
    background-position: -16px -264px;
}
.flag.gb
{
    background-position: -16px -275px;
}
.flag.gd
{
    background-position: -16px -286px;
}
.flag.ge
{
    background-position: -16px -297px;
}
.flag.gf
{
    background-position: -16px -308px;
}
.flag.gh
{
    background-position: -16px -319px;
}
.flag.gi
{
    background-position: -16px -330px;
}
.flag.gl
{
    background-position: -16px -341px;
}
.flag.gm
{
    background-position: -16px -352px;
}
.flag.gn
{
    background-position: -16px -363px;
}
.flag.gp
{
    background-position: -16px -374px;
}
.flag.gq
{
    background-position: -16px -385px;
}
.flag.gr
{
    background-position: -16px -396px;
}
.flag.gs
{
    background-position: -16px -407px;
}
.flag.gt
{
    background-position: -16px -418px;
}
.flag.gu
{
    background-position: -16px -429px;
}
.flag.gw
{
    background-position: -16px -440px;
}
.flag.gy
{
    background-position: -16px -451px;
}
.flag.hk
{
    background-position: -16px -462px;
}
.flag.hm
{
    background-position: -16px -473px;
}
.flag.hn
{
    background-position: -16px -484px;
}
.flag.hr
{
    background-position: -16px -495px;
}
.flag.ht
{
    background-position: -16px -506px;
}
.flag.hu
{
    background-position: -16px -517px;
}
.flag.id
{
    background-position: -16px -528px;
}
.flag.ie
{
    background-position: -16px -539px;
}
.flag.il
{
    background-position: -16px -550px;
}
.flag.in
{
    background-position: -16px -561px;
}
.flag.io
{
    background-position: -16px -572px;
}
.flag.iq
{
    background-position: -32px 0;
}
.flag.ir
{
    background-position: -32px -11px;
}
.flag.is
{
    background-position: -32px -22px;
}
.flag.it
{
    background-position: -32px -33px;
}
.flag.jm
{
    background-position: -32px -44px;
}
.flag.jo
{
    background-position: -32px -55px;
}
.flag.jp
{
    background-position: -32px -66px;
}
.flag.ke
{
    background-position: -32px -77px;
}
.flag.kg
{
    background-position: -32px -88px;
}
.flag.kh
{
    background-position: -32px -99px;
}
.flag.ki
{
    background-position: -32px -110px;
}
.flag.km
{
    background-position: -32px -121px;
}
.flag.kn
{
    background-position: -32px -132px;
}
.flag.kp
{
    background-position: -32px -143px;
}
.flag.kr
{
    background-position: -32px -154px;
}
.flag.kw
{
    background-position: -32px -165px;
}
.flag.ky
{
    background-position: -32px -176px;
}
.flag.kz
{
    background-position: -32px -187px;
}
.flag.la
{
    background-position: -32px -198px;
}
.flag.lb
{
    background-position: -32px -209px;
}
.flag.lc
{
    background-position: -32px -220px;
}
.flag.li
{
    background-position: -32px -231px;
}
.flag.lr
{
    background-position: -32px -242px;
}
.flag.lk
{
    background-position: -32px -253px;
}
.flag.ls
{
    background-position: -32px -264px;
}
.flag.lt
{
    background-position: -32px -275px;
}
.flag.lu
{
    background-position: -32px -286px;
}
.flag.lv
{
    background-position: -32px -297px;
}
.flag.ly
{
    background-position: -32px -308px;
}
.flag.ma
{
    background-position: -32px -319px;
}
.flag.mc
{
    background-position: -32px -330px;
}
.flag.md
{
    background-position: -32px -341px;
}
.flag.me
{
    background-position: -32px -352px;
}
.flag.mg
{
    background-position: -32px -363px;
}
.flag.mh
{
    background-position: -32px -374px;
}
.flag.mk
{
    background-position: -32px -385px;
}
.flag.ml
{
    background-position: -32px -396px;
}
.flag.mm
{
    background-position: -32px -407px;
}
.flag.mn
{
    background-position: -32px -418px;
}
.flag.mo
{
    background-position: -32px -429px;
}
.flag.mp
{
    background-position: -32px -440px;
}
.flag.mq
{
    background-position: -32px -451px;
}
.flag.mr
{
    background-position: -32px -462px;
}
.flag.ms
{
    background-position: -32px -473px;
}
.flag.mt
{
    background-position: -32px -484px;
}
.flag.mu
{
    background-position: -32px -495px;
}
.flag.mv
{
    background-position: -32px -506px;
}
.flag.mw
{
    background-position: -32px -517px;
}
.flag.mx
{
    background-position: -32px -528px;
}
.flag.my
{
    background-position: -32px -539px;
}
.flag.mz
{
    background-position: -32px -550px;
}
.flag.na
{
    background-position: -32px -561px;
}
.flag.nc
{
    background-position: -32px -572px;
}
.flag.ne
{
    background-position: -48px 0;
}
.flag.nf
{
    background-position: -48px -11px;
}
.flag.ng
{
    background-position: -48px -22px;
}
.flag.ni
{
    background-position: -48px -33px;
}
.flag.nl
{
    background-position: -48px -44px;
}
.flag.no
{
    background-position: -48px -55px;
}
.flag.np
{
    background-position: -48px -66px;
}
.flag.nr
{
    background-position: -48px -77px;
}
.flag.nu
{
    background-position: -48px -88px;
}
.flag.nz
{
    background-position: -48px -99px;
}
.flag.om
{
    background-position: -48px -110px;
}
.flag.pa
{
    background-position: -48px -121px;
}
.flag.pe
{
    background-position: -48px -132px;
}
.flag.pf
{
    background-position: -48px -143px;
}
.flag.pg
{
    background-position: -48px -154px;
}
.flag.ph
{
    background-position: -48px -165px;
}
.flag.pk
{
    background-position: -48px -176px;
}
.flag.pl
{
    background-position: -48px -187px;
}
.flag.pm
{
    background-position: -48px -198px;
}
.flag.pn
{
    background-position: -48px -209px;
}
.flag.pr
{
    background-position: -48px -220px;
}
.flag.ps
{
    background-position: -48px -231px;
}
.flag.pt
{
    background-position: -48px -242px;
}
.flag.pw
{
    background-position: -48px -253px;
}
.flag.py
{
    background-position: -48px -264px;
}
.flag.qa
{
    background-position: -48px -275px;
}
.flag.re
{
    background-position: -48px -286px;
}
.flag.ro
{
    background-position: -48px -297px;
}
.flag.rs
{
    background-position: -48px -308px;
}
.flag.ru
{
    background-position: -48px -319px;
}
.flag.rw
{
    background-position: -48px -330px;
}
.flag.sa
{
    background-position: -48px -341px;
}
.flag.sb
{
    background-position: -48px -352px;
}
.flag.sc
{
    background-position: -48px -363px;
}
.flag.scotland
{
    background-position: -48px -374px;
}
.flag.sd
{
    background-position: -48px -385px;
}
.flag.se
{
    background-position: -48px -396px;
}
.flag.sg
{
    background-position: -48px -407px;
}
.flag.sh
{
    background-position: -48px -418px;
}
.flag.si
{
    background-position: -48px -429px;
}
.flag.sj
{
    background-position: -48px -440px;
}
.flag.sk
{
    background-position: -48px -451px;
}
.flag.sl
{
    background-position: -48px -462px;
}
.flag.sm
{
    background-position: -48px -473px;
}
.flag.sn
{
    background-position: -48px -484px;
}
.flag.so
{
    background-position: -48px -495px;
}
.flag.sr
{
    background-position: -48px -506px;
}
.flag.st
{
    background-position: -48px -517px;
}
.flag.sv
{
    background-position: -48px -528px;
}
.flag.sy
{
    background-position: -48px -539px;
}
.flag.sz
{
    background-position: -48px -550px;
}
.flag.tc
{
    background-position: -48px -561px;
}
.flag.td
{
    background-position: -48px -572px;
}
.flag.tf
{
    background-position: -64px 0;
}
.flag.tg
{
    background-position: -64px -11px;
}
.flag.th
{
    background-position: -64px -22px;
}
.flag.tj
{
    background-position: -64px -33px;
}
.flag.tk
{
    background-position: -64px -44px;
}
.flag.tl
{
    background-position: -64px -55px;
}
.flag.tm
{
    background-position: -64px -66px;
}
.flag.tn
{
    background-position: -64px -77px;
}
.flag.to
{
    background-position: -64px -88px;
}
.flag.tr
{
    background-position: -64px -99px;
}
.flag.tt
{
    background-position: -64px -110px;
}
.flag.tv
{
    background-position: -64px -121px;
}
.flag.tw
{
    background-position: -64px -132px;
}
.flag.tz
{
    background-position: -64px -143px;
}
.flag.ua
{
    background-position: -64px -154px;
}
.flag.ug
{
    background-position: -64px -165px;
}
.flag.um
{
    background-position: -64px -176px;
}
.flag.us
{
    background-position: -64px -187px;
}
.flag.uy
{
    background-position: -64px -198px;
}
.flag.uz
{
    background-position: -64px -209px;
}
.flag.va
{
    background-position: -64px -220px;
}
.flag.vc
{
    background-position: -64px -231px;
}
.flag.ve
{
    background-position: -64px -242px;
}
.flag.vg
{
    background-position: -64px -253px;
}
.flag.vi
{
    background-position: -64px -264px;
}
.flag.vn
{
    background-position: -64px -275px;
}
.flag.vu
{
    background-position: -64px -286px;
}
.flag.wales
{
    background-position: -64px -297px;
}
.flag.wf
{
    background-position: -64px -308px;
}
.flag.ws
{
    background-position: -64px -319px;
}
.flag.ye
{
    background-position: -64px -330px;
}
.flag.yt
{
    background-position: -64px -341px;
}
.flag.za
{
    background-position: -64px -352px;
}
.flag.zm
{
    background-position: -64px -363px;
}
.flag.zw
{
    background-position: -64px -374px;
}
.flag.uk
{
    background-position: -16px -275px;
}

.dnnHTMLSettings, .dnnEditHtml, .dnnMyWork{width:95%;margin:2em auto;}
	.dnnFormItem input[type=checkbox], .dnnPageSettings .dnnFormItem input[type=radio]{width:auto;}
	.dnnFormItem .dnnHTMLSRadioButtons label, .dnnFormItem .dnnPSRadioButtons input, .dnnFormItem .dnnHTMLSRadioButtons label, .dnnFormItem .dnnHTMLSRadioButtons input{float:left;padding:0;width:2%;text-align:left;}
	.dnnFormItem .dnnHTMLSRadioButtons label{width:auto;padding:0 15px 0 6px;font-weight:normal}
	.dnnHTMLSRadioButtons br{display:none !important;font-size:0;line-height:0;border-collapse:collapse;}
	.ehcContent textarea{width:50%;height:180px;margin-top:1em;}
	.dnnFormItem .dnnPublish label{width:auto;margin-right:10px;}
	.dnnFormItem .dnnPublish input[type="checkbox"]{margin-right:30px;}
	.dnnPublish {float: left;}
table.DnnGridNestedTable{ margin: 0 !important;}
div a.toggleMore{font-family:Helvetica, Arial, sans-serif;font-size:14px;font-weight: bold;margin:0;padding:5px 25px;color: #fff;text-decoration: none;
	background: #1f81a8; /* Old browsers */
	background: -moz-linear-gradient(top, #248aba 0%, #1f81a8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#248aba), color-stop(100%,#1f81a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #248aba 0%,#1f81a8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #248aba 0%,#1f81a8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #248aba 0%,#1f81a8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#248aba', endColorstr='#1f81a8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #248aba 0%,#1f81a8 100%); /* W3C */
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
	-webkit-box-shadow: 0px 1px 0px 1px #1f81a8;
	-moz-box-shadow: 0px 1px 0px 1px #1f81a8;
	box-shadow: 0px 1px 0px 1px #1f81a8;
	text-shadow: 0px 1px 1px black;}
	
.ehContent{ margin-top: 20px;}
#dnnPanel-Summary{ display: block;}
.summaryHelp{margin: 0 30px 5px;}
.RadGrid{ overflow: auto;}
.previewC{ width: 100%;}
.autoSaveStatusError{font-weight: bold}
#divSavingMessageSummary {
    margin-top: 5px;
}
#divSavingMessageErrorSummary {
    margin-top: 5px;
}

.previewPanelContainer {
    border: #E6EBEA solid 5px;    
    margin-top: 5px;
    /*min-width: 750px;*/
}
.previewPanel {
    border: #a9a9a9 solid 1px;
    padding: 10px 10px 10px 10px;
    height: 260px;
    overflow: auto;
}
.previewContent {
    padding-bottom: 10px;
}
.comparisonPanel {
    float: left;
    width: 50%;
}
.comparisonPanel del {
	background-color:#FEC8C8;
	text-decoration:inherit;
	display: inline-block;
}
.comparisonPanel ins {
    background-color: #cfc;
	text-decoration:inherit;
	display: inline-block;
}
.comparisonPanel ins.mod {
    background-color: #FFE1AC;
}
.comparisonPanel del > img {
    opacity: .5;
	filter:Alpha(Opacity=50);
}
.comparisonPanel ins > img {
    opacity: .5;
	filter:Alpha(Opacity=50);
}
.comparisonButtons {
    background-color: #E6EBEA;
    margin: 0;
    float: left;
    padding-bottom: 5px;
    padding-right: 20px;
}
.comparisonButtons li {
    display: inline;
    margin: 10px;    
}
.comparisonButtons a {
    color: #A2A1A1;
    text-decoration: none;
    margin-left: 18px;
}
.comparisonButtons .comparisonButtonSelected {
    font-weight: bold;
    color: #000000;
}
.navPageActive {
    text-decoration: underline;
}

#divBagTotalLink {
    text-align: right;
    font-size: 11px;
}

#bagTotal {
    display: none;
}

#divBagTotalLink span {
    color: #FFFFFF;
    padding-top: 4px;
}

#divBag {
    float: right;
    font-size: 1.3em;
    padding: 7px 0 0;
    text-decoration: none;
    width: 148px;
}

#lblBagQuantity {
    margin-left: 6px;
    margin-right: 4px;
}

#lblBag {
    font-size: 18px;
    padding-bottom: 4px;
    line-height: 1.4em;
    float: left;
    height: 24px;
    overflow: hidden;
    width: 112px;
}

.MyBagTextImg {
    display: inline-block;
    margin-bottom: 6px;
}

.MyTotalQuantity {
    display: inline-block;
}

#shoppingbag {
    float: left;
    padding: 0 0 4px 6px;
    width: 30px;
}

#divBagItems {
    position: absolute;
    width: 265px;
    margin-top: 4px;
    display: none;
    padding: 6px;
    text-align: left;
    z-index: 5900 !important;
    left: 41px;
}

#ulBag {
    overflow: hidden;
    position: relative;
    font-size: 0.8em;
    margin: 0;
}

    #ulBag li:hover {
        cursor: pointer;
    }

    #ulBag a {
        display: inline-block;
    }

#divulBagParent {
    overflow: hidden;
    position: relative;
}

.ulBagParentHeight {
    height: 300px;
}

#divEmptyErrorMessage {
    right: 0px;
    margin-top: 4px;
    font-weight: bold;
    font-size: 0.8em;
    width: 139px;
    position: absolute;
    z-index: 3001;
    display: none;
    padding: 10px;
    text-align: right;
}

#divAjaxLoaderImage {
    vertical-align: middle;
    right: 0px;
    width: 139px;
    margin-top: 4px;
    position: absolute;
    z-index: 3001;
    display: none;
    padding: 10px;
    text-align: center;
}

#divAddRemoveToBag {
    font-size: 12px;
    right: 0px;
    width: 200px;
    display: none;
    padding: 5px;
    text-align: left;
}

#ulBag li span {
    display: inline;
    line-height: 1.1em;
}

#ulBag li {
    float: left;
    width: 100%;
    padding: 6px 0;
    height: 62px;
}

    #ulBag li img {
        float: left;
        height: 40px;
        margin: 0 4px;
        padding: 10px;
        width: 40px;
        overflow: hidden;
    }

.navPage {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

#prevPage {
    margin-bottom: 4px;
}

#nextPage {
    margin-top: 4px;
}

.NextDisable {
    background-position: -48px -20px;
}

.PreviousDisable {
    background-position: -48px 0;
}

.PreviousEnable, .NextEnable, .PreviousDisable, .NextDisable {
    display: inline-block;
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    background-image: url("/images/core/basknextprev.png");
}

.NextEnable {
    background-position: -24px -20px;
}

.PreviousEnable {
    background-position: -24px 0;
}

.NextEnable:hover {
    background-position: 0 -20px;
    cursor: pointer;
}

.PreviousEnable:hover {
    background-position: 0 0;
    cursor: pointer;
}

#divulBagParent .blockOne, #divulBagParent .blockTwo, #divulBagParent .blockThree {
    float: left;
}

.blockThree {
    z-index: 3002;
}

.blockTwo span {
    clear: both;
    display: block;
}

#divButtons {
    width: 100%;
}

#aPayNow {
    float: right;
    line-height: 1em;
    padding: 10px 30px;
}

#aViewBag {
    float: left;
    padding-top: 8px;
    text-decoration: underline;
}

.Responsive #aViewBag {
    padding: 15px 10px;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
    line-height: 1em;
    font-size: 1.05em;
}

.SubBask {
    display: block;
    margin: 8px 0;
    padding: 4px;
    text-align: right;
}

.BaskPrice {
    font-size: 1.1em;
    float: left;
}

.BaskName {
    float: left;
    height: 12px;
    margin-top: 2px;
    overflow: hidden;
    width: 58%;
}

.BaskColr {
    float: left;
}

.BaskSize {
    float: right;
}

.BaskQuant {
    clear: right;
    float: right;
    padding-right: 6px;
}

.ColrandSize {
    display: inline-block;
    clear: right;
    height: 14px;
    overflow: hidden;
    width: 72%;
    padding-top: 2px;
}

.PriceandCross {
    float: right;
    width: 12%;
    padding-right: 3px;
}

#ulBag li .PriceandCross img {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 3px 0 0 0;
}

a.removeClass {
    float: right;
    margin: 0;
    padding: 0 3px;
    font-size: 0.9em;
    color: #CC0000;
}

.maxText {
}

#aBagLink {
    display: inline-block;
}

.lineProblems {
    display: inline-block;
    float: left;
}

.chkouterror {
    color: #CC0000;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    text-align: right;
}

#clsBasketMob {
    float: right;
    font-size: 1.3em;
    width: 30px;
    cursor: pointer;
}

.Responsive #ulBag li img.Baskimg {
    margin: 0 14px;
    padding: 0;
}

.Responsive #divBagItems {
    width: 280px;
}

    .Responsive #divBagItems.open {
        overflow-y: auto !important;
    }

.Responsive #divBag {
    height: 100%;
    padding: 0;
    width: auto;
    max-height: 36px;
}

.Responsive .IconBagandWish {
    float: right;
}

.Responsive .BaskQuant {
    padding-right: 6px;
}

.Responsive #ulBag li {
    height: 74px;
}

/* Mobile media query overrides */
@media (max-width: 767px) {
    .Responsive .ColrandSize {
        width: 52%;
    }

    .Responsive .bagContentItemWrap {
        float: right;
        width: 85%;
        padding: 0 10px;
    }

    .Responsive #ulBag li img.Baskimg {
        float: left;
        height: auto;
        margin: 0;
        padding: 10px;
        overflow: hidden;
        width: 15%;
    }

    .Responsive #divBagItems {
        top: 41px;
        z-index: inherit!important;
        width: 318px !important;
    }

    .Responsive #divulBagParent {
        overflow-y: auto!important;
    }
}

@media (min-width: 768px) and (max-width: 1021px) {
    .Responsive #divBag {
        padding: 7px 0 0;
    }

    .Responsive #divBagItems {
        width: 320px !important;
    }
}
/*amendments for LILL*/
.Responsive #divBagItems {
    width: 325px;
}

/*! jQuery UI - v1.10.0 - 2013-02-08
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.button.css, jquery.ui.dialog.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: pointer;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: 0.7em;
        display: block;
    }

.SliderContain {
    padding: 0 3px;
    min-height: 10px;
}

.PriceRTag {
    text-align: center;
    margin: 0 0 8px 0;
}

.ui-slider-horizontal {
    height: 2px;
    margin-top: 12px;
    width: 100%;
}

.SliderContain .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -2px;
    margin-right: 0;
    width: 6px;
    height: 16px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background-color: #bbb;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 9000;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7000 !important;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-dialog {
    position: absolute;
    top: auto;
    left: auto;
    padding: .2em;
    outline: 0;
    z-index: 8000 !important;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar a.ui-dialog-titlebar-close {
        position: absolute;
        right: 4px;
        top: 4px;
        width: 18px;
        margin: 0;
        padding: 0;
        height: 18px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        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-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em 0 .5em 1em;
            cursor: pointer;
            padding: 10px 3em;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    background: none repeat scroll 0 0 #eee;
    color: #333333;
    max-width: 100%;
}

.ui-widget-header {
    color: #ffffff;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #ffffff;
    }
    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 0;
        background: none repeat scroll 0 0 #666;
        font-weight: bold;
        color: #fff;
        margin: 0 4px;
    }

        .ui-widget-header .ui-state-default a,
        .ui-widget-header .ui-state-default a:link,
        .ui-widget-header .ui-state-default a:visited {
            color: #fff;
            text-decoration: none;
            border-radius: 6px;
        }

    .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: 0;
        background: none repeat scroll 0 0 #888;
        font-weight: bold;
        color: #888;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited {
            color: #fff;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 0;
        background: none repeat scroll 0 0 #888;
        font-weight: bold;
        color: #fff;
    }

ul.dnnAdminTabNav li.ui-tabs-selected a {
    background: #000000;
    margin-top: 0;
    padding: 9px;
}

.ui-widget-header .ui-state-active a,
.ui-widget-header .ui-state-active a:link,
.ui-widget-header .ui-state-active a:visited,
.ui-widget-header .ui-state-active a:hover {
    color: #fff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #363636;
}

    .ui-state-highlight a,
    .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
        color: #363636;
    }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #ffffff;
}

    .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;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
    }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 18px;
    height: 18px;
    background-position: 18px 18px;
    background-color: #666;
}

    .ui-icon:hover {
        background-color: #999;
    }

#prodDetailDialog .ui-icon {
    background-color: #fff;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_228ef1_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.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;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 10px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 10px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 10px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 10px;
}

/* Overlays */
.ui-widget-overlay {
    background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20);
    border-radius: 5px;
}

.ui-widget-header {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-weight: normal;
}

div.ui-dialog-titlebar > a.ui-dialog-titlebar-close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    top: 4px;
    right: 6px;
    border-radius: 4px;
    border: 0;
}

.dnnFormPopup #iPopUp {
    width: 99% !important;
}

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none !important;color:#000 !important;background:transparent !important;box-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff !important}.navbar{display:none}.table td,.table th{background-color:#fff !important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:5px;padding-right:5px}@media (min-width:768px){.container{width:730px}}@media (min-width:1022px){.container{width:1012px}}@media (min-width:1220px){.container{width:1210px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:5px;padding-right:5px}.row{margin-left:-5px;margin-right:-5px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:5px;padding-right:5px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:1022px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1220px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}input[type="date"]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-5px;margin-right:-5px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:5px}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:normal;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:none}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:5px;padding-left:5px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-5px;margin-left:-5px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 5px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-5px}}.navbar-toggle{position:relative;float:right;margin-right:5px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:none}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -5px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-5px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important}}.navbar-form{margin-left:-5px;margin-right:-5px;padding:10px 5px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-5px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:5px;margin-right:5px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:1022px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0), color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0), color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:none;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (min-width:768px) and (max-width:1021px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:1022px) and (max-width:1219px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:1220px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:1021px){.hidden-sm{display:none !important}}@media (min-width:1022px) and (max-width:1219px){.hidden-md{display:none !important}}@media (min-width:1220px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}@media print{.hidden-print{display:none !important}}
/*=============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: thin dotted;
        text-decoration: none;
    }

    a:hover, a:active {
        outline: 0;
    }

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0;
}

ins {
    text-decoration: none;
}

mark {
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 0;
    padding: 0 0 0 0;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
        *overflow: visible;
    }

        button[disabled], input[disabled] {
            cursor: default;
        }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        *width: 13px;
        *height: 13px;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    input:valid, textarea:valid {
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: 0.2em 0;
    padding: 0.2em 0;
}

/* Fix for responsive and DNN control bars and dropdowns */

.dnnadminmega .megaborder {
    width: 515px!important;
}

#dnnCommonTasks .megaborder {
    width: 275px!important;
    min-width: 275px!important;
}

.dnnadminmega li.root {
    margin: 0!important;
}

#ControlBar, #ControlBar ul, #ControlBar li, #ControlBar a, #ControlBar p {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.subNav.advanced dl ul li {
    min-width: 100px;
    width: 100px;
}

#RibbonBar_adminMenus > ul > li > a, #dnn_cp_RibbonBar_adminMenus > ul > li > a, #dnn_RibbonBar_adminMenus > ul > li > a {
    display: block;
    padding: 9px 16px;
    text-decoration: none;
    color: #444;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
    border-right: 1px solid #aaa;
    border-left: 1px solid #eee;
}

    #RibbonBar_adminMenus > ul > li > a:hover, #dnn_cp_RibbonBar_adminMenus > ul > li > a:hover, #dnn_RibbonBar_adminMenus > ul > li > a:hover {
        color: #333;
        background: #f2f2f2; /* Old browsers */
        background: -moz-linear-gradient(top, #f2f2f2 0%, #c4c4c4 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f2f2f2 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
    }

#RibbonBar_adminMenus > ul, #dnn_cp_RibbonBar_adminMenus > ul, #dnn_RibbonBar_adminMenus > ul {
    height: 35px;
    border-right: 1px solid #eee;
    border-left: 1px solid #aaa;
}

#dnnCPWrap input[type="text"] {
    padding: 3px!important;
}

.dnnadminmega .megaborder {
    top: 34px!important;
}

#dnnCurrentPage .dnnCPPageList, .dnnFormCheckbox input, .cbctAddModule a.dnnPrimaryAction, #dnnCurrentPage .dnnFormCheckbox {
    margin-left: 0!important;
}

.cbctAddModule .dnnClear, .cbctAddPage, .cbcpPageEdit {
    width: 240px!important;
}

/* =============================================================================
   Sports Direct Skin ONLY Styles (overrides module.css!)
   ========================================================================== */

/* ===== Bootstrap override ===== */
@media (min-width: 768px) {
    .col-md-5coloverride {
        width: 20%!important;
    }
}

@media (min-width: 1022px) {
    .col-md-5coloverride {
        width: 20%!important;
    }
}

.max-1210 {
    max-width: 1210px;
}

.max-1012 {
    max-width: 1012px;
}

.max-1022 {
    max-width: 1022px;
}

.w-1022 {
    max-width: 1022px;
    width: 1022px;
}

#Body {
    margin: 0px;
    padding: 0px;
    font-size: 11px !important;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}

ol, ul, li, ul li {
    list-style: none;
}

#BodyWrap, .ContentWrap {
    margin: 0 auto;
}

ul.nostyle, ul.nostyle ul, ul.nostyle li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body > form #ControlBar_ControlPanel, body > form #dnnCPWrap {
    z-index: 10001 !important;
}

body > form > .rcbSlide {
    z-index: 10002 !important;
}

.mobile-menu-node {
    display: none;
}

/* Move skip navigation link offscreeen */
.offscreen {
    position: absolute;
    top: -50px;
    left: -1000px;
}

.search {
    float: left;
    margin: 0;
    display: block;
    padding: 4px;
}

    .search a {
        display: inline-block;
        height: 27px;
        width: 36px;
        margin: 0;
        padding: 0;
        float: left;
    }

.innerContainer {
    background-color: #FFFFFF;
}

/* ===== Primary Sports Direct Styles ========================================================= */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/Portals/_default/Skins/ResponsiveSkin/fonts/glyphicons-halflings-regular.eot');
    src: url('/Portals/_default/Skins/ResponsiveSkin/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/Portals/_default/Skins/ResponsiveSkin/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/Portals/_default/Skins/ResponsiveSkin/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/Portals/_default/Skins/ResponsiveSkin/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

body, p, a, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, html, blockquote, th, td, tr, legend, select, button, input[type="submit"] {
    margin: 0;
    font-weight: normal;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica,sans-serif;
    letter-spacing: 0;
}

body {
    font-size: 11px;
    background-image: none;
    height: 100%;
}

h1 {
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: normal;
    float: left;
    width: 100%;
    background: transparent;
}

h2 {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 6px;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 6px;
    font-weight: bold;
    line-height: 1.2em;
}

h4 {
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 6px;
}

h5 {
    font-size: 1.0em;
    margin-bottom: 6px;
    font-weight: bold;
}

h6 {
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom: 6px;
}

p {
    font-size: 1.1em;
    margin: 0 0 10px 0;
}

    p a, p a:active, p a:focus, p a:link, p a:visited, .infoTabPage a {
        text-decoration: underline;
    }

.c_BlackTitle h3 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1em;
    padding: 6px 10px;
    margin-bottom: 15px;
}

.c_BlackTitle p {
    padding: 5px 15px 0;
}

.DNNEmptyPane {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    min-height: 0 !important;
}

.HeaderWrap {
    position: fixed;
    left: 0;
    background-color: #fff;
    height: 110px;
    width: 100%;
    padding: 0;
    z-index: 5900 !important;
    box-shadow: 0 0 5px 1px #888888;
}

.ResponsiveHeaderWrap {
    position: relative !important;
}

.HeaderTopSpacer {
    height: 110px;
}

.dnnFormMessage {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: center;
}

    .dnnFormMessage.dnnFormError, .dnnFormMessage.dnnFormValidationSummary {
        color: red;
    }

.ResponsiveHeaderTopSpacer {
    height: 0!important;
}

.ContentWrapper {
    min-height: 500px;
    background-color: #fff;
    padding: 10px 10px 15px;
}

.FooterWrap {
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    display: block;
    position: relative;
    height: auto;
    left: 0;
    bottom: auto;
    z-index: 5000 !important;
    width: 100%;
}

.ToplinksGroup, #topMenu, .FooterGroup, .Copyright, .dbc {
    margin: 0 auto;
    max-width: 1210px;
    display: block;
    float: none;
    position: relative;
    padding: 0 10px;
}

.FooterGroup, .Copyright, .dbc {
    overflow: hidden;
}

.innerBorder {
    border: 1px solid #DBDBDB;
    padding: 10px;
}

.Copyright {
    padding: 0 0 10px 0;
    text-align: right;
}

.ResponsiveSwitch {
    padding: 0 0 0 10px;
    text-align: left;
    font-size: 1.1em;
}

    .Copyright span, .ResponsiveSwitch span {
        color: #aaa;
        font-size: 1.1em;
        font-weight: normal;
    }

.Copyright span {
    display: inline-block;
    margin-bottom: 20px;
}

.TopNavBar {
    background-color: #fff;
    height: 70px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5220 !important;
    width: 100%;
}

.LogoWrap img {
    max-height: 70px;
    display: inline-block;
}

.ToplinksGroup .topRow {
    border-bottom: 1px solid #EEEEEE;
}

.HeaderPane1 {
    margin-top: 6px;
}

.mob-login .loginIco {
    padding-right: 20px;
}

.scrollTopLink {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #4D4D4D;
    z-index: 6000!important;
    opacity: 0.7;
    cursor: pointer;
    display: none;
}

    .scrollTopLink span {
        padding: 10px;
        font-size: 1.5em;
        color: #fff;
    }

/* Search styles */
.ToplinksGroup .search {
    padding: 0;
    margin-top: 20px;
}

    .ToplinksGroup .search .dvSearch {
        float: left;
        width: 100%;
    }

.lt-ie8 .ToplinksGroup .search input[type=text] {
    height: 20px;
}

.ToplinksGroup .search input[type=text] {
    float: left;
    background-color: #fff;
    width: 70%;
    height: 32px;
    padding: 5px 10px;
    margin-left: 25px;
    border: 1px solid #e1e1e1;
    -webkit-appearance: none;
    border-radius: 0;
}

.ToplinksGroup .search input:focus[type=text] {
    background-color: #fafafa;
    border: 1px solid #aaa;
}

.ToplinksGroup .search a {
    width: 32px;
    height: 32px;
}

    .ToplinksGroup .search a span {
        background: url("/images/core/search-icons.png") no-repeat scroll 0 0 transparent;
        display: block;
        height: 32px;
        width: 32px;
        text-indent: -9999px;
    }

#mobileSearchTrigger {
    background: url("/images/core/final-icons-responsive.png") no-repeat scroll -5px -508px transparent;
    display: block;
    text-indent: -9999px;
    width: 31px;
    height: 37px;
}

.ToplinksGroup .search a span:hover {
    background-position: -32px 0;
}

/* Top Icons and Bag Styles */
.HeaderIcons {
    float: right;
    height: 36px;
    width: 100%;
}

    .HeaderIcons > li {
        float: left;
        height: 100%;
        width: 33.33%;
    }

    .HeaderIcons li.IconBagandWish {
        float: right;
    }

    .HeaderIcons li > a, a#aBagLink {
        line-height: 3.4em;
        height: 100%;
        display: block;
        text-align: left;
        overflow: hidden;
        padding: 0 0 0 35px;
        background: url("/images/core/final-icons-responsive.png") no-repeat scroll -4px -188px transparent;
    }

a#aBagLink {
    min-width: 96px;
    text-align: center;
}

.HeaderIcons li.IconRegAcc a {
    background-position: -5px -107px;
}

.HeaderIcons li.IconSignInOut a {
    background-position: -5px -142px;
}

.HeaderIcons li .WishList {
    float: right;
    height: 100%;
    font-size: 0.7em;
}

    .HeaderIcons li .WishList a {
        background: url("/images/core/wish-icon.png") no-repeat scroll 5px center transparent;
        display: block;
        line-height: 3.5em;
        padding: 0 15px 0 35px;
    }

        .HeaderIcons li .WishList a span {
            font-size: 1.1em;
        }

#divBag #divBagTotalLink {
    font-size: 0.7em;
    height: 100%;
    display: inline-block;
}


#divBagItems {
    left: auto;
    right: 5px;
    top: 32px;
}

#divAjaxLoaderImage {
    right: 12px;
    top: 44px;
}

#shoppingbag {
    padding: 0 0 0 10px;
    width: 20px;
}

.HeaderIcons > li a:hover, #divBagTotalLink a#aBagLink:hover {
    background-color: #eee;
    color: #636363;
}

#divBagTotalLink span {
    font-size: 1.2em;
    padding: 0;
}

    #divBagTotalLink span#bagQuantity {
        padding: 2px 4px;
        margin-left: 5px;
        background-color: #e1e1e1;
    }

#lblBag:hover, .MyBagTextImg .WishList a:hover {
    text-decoration: none;
}

.MyBagTextImg .WishList {
    border-right: 1px solid #DDDDDD;
    float: right;
    font-size: 1.1em;
    margin-top: 2px;
    padding-right: 12px;
    text-transform: uppercase;
}

.MyTotalQuantity #bagTotal, .MyTotalQuantity #bagQuantity {
    background-color: #444;
    color: #fff;
    border-radius: 6px 6px 6px 6px;
}

/* Language and currency styles */
#divCurrencyLanguageSelector {
    position: relative;
    float: left;
}

#currencyLanguageSelector {
    position: relative;
    float: right;
    height: 23px;
    max-width: 81px;
}

.LanguageCurrency {
    float: right;
    height: auto;
    margin: 6px 0 0 0;
    max-width: 101px;
}

.currencyLanguageSelector {
    float: right;
}

.currencyLanguageSlider {
    right: 0;
    top: 23px;
}

.LanguageCurrency select {
    background: url("/images/ddarrow.png") no-repeat scroll 38px center #eee;
    border: 1px solid #FFFFFF;
    height: 22px;
    cursor: pointer;
}

.LanguageCurrency .SelectSurround {
    float: right;
    width: 112px;
}

.LanguageCurrency .CurrencySelect {
    width: 60px;
}

.SelectSurround .langdropdown dt a {
    background: url("/images/ddarrow.png") no-repeat scroll 86px center #eee;
    border: 1px solid #FFFFFF;
}

/* Menu CSS */
#topMenuWrapper {
    height: 40px;
    top: 70px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5200 !important;
}

.subNavTab {
    background: url("/images/core/menu-top.png") no-repeat scroll 19px 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-radius: 0 0 10px 10px;
    border-right: 1px solid #EEEEEE;
    box-shadow: 0 7px 3px -2px #CCCCCC;
    display: none;
    left: 0;
    opacity: 0.98;
    padding: 0;
    position: absolute;
    top: 40px;
    z-index: 6000 !important;
}

nav#topMenu ul.RootGroup {
    height: 100%;
}

nav#topMenu ul li.root {
    float: left;
    height: 100%;
    text-align: center;
    text-transform: none;
}

    nav#topMenu ul li.root > a {
        font: 13px/14px Trebuchet MS,Arial,sans-serif;
        height: 40px;
        padding: 12px 0 0;
        display: block;
    }

.lt-ie8 nav#topMenu ul li.root > a {
    height: 26px;
}

nav#topMenu ul li.root > ul {
    top: 40px;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 5px 3px -2px #CCCCCC;
    text-align: left;
}

.fieldcheckbox label {
    margin-right: 10px;
}

.fieldcheckbox {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 10px;
    width: 100% !important;
}

/* Mobile media query overrides */
@media (max-width: 767px) {
    :focus {
        outline: 0;
    }

    .no-padding-xs {
        padding: 0!important;
    }

    .ContentWrapper {
        min-height: 0;
    }

    .HeaderWrap {
        height: 55px;
    }

    .LogoWrap {
        text-align: center;
    }

    #BreadCrumbHeader {
        display: none;
    }

    .breadcrumb ol li.home {
        padding-left: 0;
    }

    .Copyright, .ResponsiveSwitch {
        text-align: center;
    }

    .ResponsiveSwitch {
        padding: 0;
    }

    .TopNavBar {
        height: 55px;
    }

    .HeaderTopSpacer {
        height: 55px;
    }

    .LogoWrap img {
        max-height: 55px;
        margin-left: auto;
        margin-right: auto;
        padding: 3px 0;
    }

    .HeaderIcons li > a {
        padding: 0 7px 0 7px;
        text-indent: -9999px;
    }

    .HeaderIcons > li a:hover, #divBagTotalLink a#aBagLink:hover {
        background-color: transparent!important;
    }

    .HeaderIcons .IconSignInOut {
        width: 100%;
    }

        .HeaderIcons .IconSignInOut .login {
            max-width: 35px;
        }

    #divBagTotalLink a#aBagLink {
        width: 40px;
        min-width: 40px;
        padding: 0;
        background: url("/images/core/final-icons-responsive.png") no-repeat scroll 4px -457px transparent;
    }

    #divBagTotalLink span#bagQuantity {
        padding: 0;
        margin-left: 14px;
        background-color: transparent;
        text-align: center;
        width: 20px;
        display: block;
    }

    #mobileSearchTrigger {
        background: url("/images/core/final-icons-responsive.png") no-repeat scroll -5px -508px transparent;
    }

    .ToplinksGroup .bottomRow {
        margin-top: 10px;
    }

    .ToplinksGroup,
    .ToplinksGroup .container-fluid {
        padding: 0!important;
    }

    #divBag #divBagTotalLink {
        padding-right: 10px;
    }

    #divBagItems {
        border: 5px solid #008D7F;
    }

    .rrVertOne ul div:nth-child(even) {
        display: none;
    }

    .rrStratProduct {
        width: 33.33%;
    }

    .FooterGroupLink li a {
        font-size: 1.3em;
    }

    .Responsive .ColrandSize {
        width: 60%;
    }

    .Responsive .BaskQuant {
        padding-right: 0;
        width: 16%;
        float: right;
    }

    .BaskPrice {
        width: 100%;
    }

    .QuickBuyButton {
        display: none;
    }

}

/* Tablet media query overrides */
@media (min-width: 768px) and (max-width: 1021px) {
    :focus {
        outline: 0;
    }

    .ToplinksGroup .topRow {
        border: none!important;
        margin-top: 15px;
    }

    .ToplinksGroup .bottomRow {
        position: absolute;
        top: 15px;
        right: 0;
        width: 45%;
    }

    .LanguageCurrency {
        float: left;
    }

    #currencyLanguageSelector {
        height: 32px;
    }

    #divBagTotalLink a#aBagLink {
        min-width: 60px;
        position: relative;
    }

        #divBagTotalLink a#aBagLink #bagName {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50%;
            line-height: 1.4em;
            display: none;
        }

    .Responsive #divBag {
        padding-top: 7px;
    }

    .HeaderIcons li > a, a#aBagLink {
        padding: 2px 10px 0 31px;
    }

    .currencyLanguageSlider {
        right: 0;
        top: 32px;
    }

    .HeaderIcons {
        height: 45px;
    }

        .HeaderIcons li.IconSignInOut a {
            background-position: -8px -406px;
        }

        .HeaderIcons li > a, .HeaderIcons li a#aBagLink {
            line-height: 3.5em;
            padding: 6px 10px 0px 30px;
            width: 83px;
        }

        .HeaderIcons > li a:hover, #divBagTotalLink a#aBagLink:hover {
            background-color: transparent!important;
        }

    #topMenu {
        padding: 0;
    }

    nav#topMenu ul li.root > a {
        font: 12px/14px Trebuchet MS,Arial,sans-serif;
    }

    #topLinkMenu ul > li.TopLinkMan2 a {
        background-position: 38px -88px;
    }

    .HeaderIcons {
        width: 65%;
        float: left;
    }

    .QuickBuyButton {
        display: none;
    }
}

/* Desktop only transition support */
@media (min-width: 1022px) {
    .ToplinksGroup .search input[type=text] {
        transition: all 400ms linear 0s;
        -webkit-transition: all 400ms linear 0s;
        -moz-transition: all 400ms linear 0s;
        -ms-transition: all 400ms linear 0s;
        -o-transition: all 400ms linear 0s;
    }

    .HeaderIcons li > a, a#aBagLink {
        transition: background-color 400ms linear 0s;
        -webkit-transition: background-color 400ms linear 0s;
        -moz-transition: background-color 400ms linear 0s;
        -ms-transition: background-color 400ms linear 0s;
        -o-transition: background-color 400ms linear 0s;
    }

    nav#topMenu ul li.root {
        transition: all 400ms linear 0s;
        -webkit-transition: all 400ms linear 0s;
        -moz-transition: all 400ms linear 0s;
        -ms-transition: all 400ms linear 0s;
        -o-transition: all 400ms linear 0s;
    }

    .ContentWrapper {
        min-height: 800px;
    }
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
    * {
        background: transparent;
        color: black;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.Responsive .s-categorytext {
    max-width: 100%;
}

.Responsive .s-categoryimage img {
    min-width: 100%;
}

.SelectableFilter, .SelectedFilter {
    width: 92%;
}

.QuickBuyContent .ImgButWrap a {
    width: 100%;
    max-width: 230px;
}

.HorzPartial {
    float: none;
}

.s-producttext-review-count-proddetail {
    margin: 0 2%;
}

.productVariantContainer {
    width: 100% !important;
}

.RadTabStrip, #rr_placement_0 {
    margin: 2.5% 0 !important;
}

.FooterGroup {
    padding: 0;
    clear: both;
}

.MobInstructions {
    color: #a5a0a0;
    font-size: 1.3em;
}

.prc_ratingblock a.aAddProductReviewComments:hover {
    cursor: pointer;
}

.letnum input, .letters input, .numbers input, .listclubplayer select, .listthc select {
    width: 65%;
}

.ColrandSize {
    width: 76%;
}

.BaskPrice {
    float: right;
    width: auto;
    padding-right: 6px;
}

.BaskQuant {
    float: left;
}

/* IE7 */
.lt-ie8 .ContentWrapper {
    padding: 10px 20px!important;
}

.lt-ie8 .RightMainSection {
    width: 33.3%;
}

.lt-ie8 .SelectableFilter, .lt-ie8 .SelectedFilter {
    width: 83%;
}

.lt-ie8 .field-val {
    width: 46%;
}

.lt-ie8 .Profile .s-profile-fix fieldset {
    margin: 10px 0 0 25px;
}

.c_Visibility {
    float: right;
}

.c_Invisible {
}

.c_GreyBox {
    background: url("/images/core/topheadgrad.png") repeat-x scroll left bottom #F1F1F1;
    display: block;
    padding: 15px 15px 25px;
    margin-bottom: 10px;
}

.c_GreyBoxTitle {
    background: url("/images/core/topheadgrad.png") repeat-x scroll left bottom #F1F1F1;
    display: block;
    padding: 15px 15px 25px;
    margin-bottom: 10px;
    margin-top: 8px;
}

.RightPane1 .c_GreyBox {
    padding: 10px 10px 20px;
    display: block;
}

.c_GreyBoxTitle .c_Title {
    font-size: 2.1em;
    font-weight: bold;
}

.c_BlackTitle {
    text-align: left;
    margin-bottom: 10px;
}

.ProdDetails .c_BlackTitle {
    margin: 10px 0;
    padding: 10px;
}

.c_BlackTitle .c_Title {
    background-color: #F1F1F1 !important;
    color: #666666;
}

.c_BlackTitle .c_Title {
    font-weight: normal;
    padding: 10px 15px;
    font-size: 2em;
    display: block;
    margin-bottom: 10px;
}

.c_GreyTitle {
    padding: 2px 0 4px 0;
    text-align: left;
    margin-bottom: 10px;
}

    .c_GreyTitle .c_TitleVisibility {
        display: block;
        background-color: #F1F1F1;
        border: 1px solid #CCC;
        padding: 4px 10px;
    }

    .c_GreyTitle .c_Title {
        color: #666;
        font-size: 1.4em;
        line-height: 1.5em;
        text-transform: capitalize;
    }

.c_BorderTitle {
    padding: 2px 0 4px 0;
    text-align: left;
    margin-bottom: 10px;
}

    .c_BorderTitle .c_Title {
        border-bottom: 2px solid #BBBBBB;
        color: #666666;
        display: block;
        font-size: 1.8em;
        line-height: 1.5em;
    }

.c_GreyBoxTitle .sidebar-nav li {
    padding: 4px 0;
}

/* AccountMenu START */

#accountMenu {
    width: 100% !important;
}

ul.sidebar-nav li.topic {
    display: block;
}

#accountMenu a {
    display: block;
    font-size: 1em !important;
    padding: 8px 15px;
}

    #accountMenu a:hover, #accountMenu a:active {
        color: #565656;
    }

ul.sidebar-nav li.topic {
    display: block;
}

    ul.sidebar-nav li.topic:hover, ul.sidebar-nav li.topic:active {
        background: none repeat scroll 0 0 #E6E4E6;
        position: relative;
    }

ul.sidebar-nav li.FirstOptionAcc {
    border: 1px solid #CCCCCC;
    font-size: 1.2em;
}

ul.sidebar-nav li.MidOptionAcc {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

ul.sidebar-nav li.LastOptionAcc {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

ul.sidebar-nav li.chevron-right {
    position: relative;
}

    ul.sidebar-nav li.chevron-right .glyphicon {
        right: 8px;
        position: absolute;
        top: 10px;
    }

@media (max-width: 767px) {
    #accountMenu {
        margin-top: 10px;
    }
}

/* BottomLinkMenu START */

/* Default footer sub menu styles */
.FooterSubGroup {
    background-color: #FFFFFF;
    margin: 0 0 6px 0;
    border: 0;
    min-height: 127px;
}

.FooterGroup1 {
    height: 263px;
}

.FooterSubGroup .FooterHeader {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    padding: 8px 10px;
    display: block;
    margin-bottom: 6px;
    width: 100%;
    font-size: 1.5em;
    font-weight: normal;
}

.FooterHeader span {
    float: right;
    padding-top: 5px;
}

.FooterGroupLink {
    width: 50%;
}

.FooterMenuWrap {
    width: 100%;
    display: inline-block;
}

.FooterGroupLink {
    float: left;
    padding: 4px 0 0 0;
}

    .FooterGroupLink li {
        line-height: 1.4em;
        padding: 2px 10px;
        text-align: left;
    }

        .FooterGroupLink li a {
            display: block;
            width: 100%;
        }

            .FooterGroupLink li a:hover {
                text-decoration: underline;
            }

FooterGroupLink li a {
    display: block;
    width: 100%;
}

.FooterCardIcons, .FooterSocialIcons {
    display: inline-block;
}

.FooterSocialIcons {
    padding: 12px 0 0 4px;
}

.FooterCardIcons {
    padding: 12px 0 0 3px;
}

.FooterSocialIcons li {
    float: left;
}

    .FooterSocialIcons li a {
        background-image: url("/images/core/social-media-icons.jpg");
        height: 50px;
        float: left;
    }

.SocialIcon-Facebook a {
    background-position: 0 0;
    width: 49px;
}

    .SocialIcon-Facebook a:hover {
        background-position: 0 50px;
    }

.SocialIcon-Twitter a {
    background-position: -49px 0;
    width: 47px;
}

    .SocialIcon-Twitter a:hover {
        background-position: -49px 50px;
    }

.SocialIcon-Pinterest a {
    background-position: -96px 0;
    width: 45px;
}

    .SocialIcon-Pinterest a:hover {
        background-position: -96px 50px;
    }

.SocialIcon-Youtube a {
    background-position: -141px 0;
    width: 46px;
}

    .SocialIcon-Youtube a:hover {
        background-position: -141px 50px;
    }

.SocialIcon-GooglePlus a {
    background-position: -187px 0;
    width: 46px;
}

    .SocialIcon-GooglePlus a:hover {
        background-position: -187px 50px;
    }

.SocialIcon-Instagram a {
    background-position: -233px 0;
    width: 46px;
}

    .SocialIcon-Instagram a:hover {
        background-position: -233px 50px;
    }

.SocialIcon-News a {
    background-position: -280px 0;
    width: 47px;
}

    .SocialIcon-News a:hover {
        background-position: -280px 50px;
    }

.SocialIcon-InstagramMens a {
    background-position: -370px 0;
    width: 84px;
}

    .SocialIcon-InstagramMens a:hover {
        background-position: -370px 50px;
    }

.SocialIcon-InstagramWomens a {
    background-position: -453px 0;
    width: 104px;
}

    .SocialIcon-InstagramWomens a:hover {
        background-position: -453px 50px;
    }

#FoottxtSearch {
    height: 43px;
    width: 84%;
    padding: 0 10px 0 10px;
}

#FootcmdSearch:before {
    content: "\e003";
}

#FootcmdSearch {
    font-family: 'Glyphicons Halflings';
    font-size: 20px;
    position: absolute;
    width: 15%;
    padding: 7px 4% 7px 4%;
    text-decoration: none;
}

.FootSearchDropDown {
    width: 75% !important;
    max-width: 300px;
    border-radius: 0 !important;
}

    .FootSearchDropDown > li > a {
        font-size: 18px;
        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
        color: #008D7f;
        padding-left: 25px;
    }

    .FootSearchDropDown > li {
        font-size: 18px;
        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
        color: black;
        padding: 5px 0 5px 0;
    }

.FootdvSearch {
    padding: 0px 0px 15px 15px;
}

/* Mobile media query overrides */
@media (max-width: 767px) {
    .FooterSubGroup {
        min-height: 0;
        height: auto;
    }

    .FooterMenuWrap {
        display: none;
    }

    .FooterHeader {
        cursor: pointer;
    }

    .FooterGroupLink li a {
        padding: 6px 0;
    }
}

@media (min-width: 768px) {
    .FooterMenuWrap {
        display: block!important;
    }
}

/* Desktop only transitions */
@media (min-width: 1022px) {
    .FooterSocialIcons li a {
        transition: all 400ms linear 0s;
        -webkit-transition: all 400ms linear 0s;
        -moz-transition: all 400ms linear 0s;
        -ms-transition: all 400ms linear 0s;
        -o-transition: all 400ms linear 0s;
    }
}

/* HelpLeft START */

#helpMenu {
    font-size: 1em;
    color: #666;
    padding: 10px 10px 20px 10px;
    display: block;
    background: url("/images/core/topheadgrad.png") repeat-x bottom left #f1f1f1;
}

    #helpMenu h2 {
        font-size: 2.1em;
        font-weight: bold;
        text-transform: capitalize;
    }

    #helpMenu .sidebar-nav {
        padding: 10px 0 0 0;
    }

        #helpMenu .sidebar-nav li {
            line-height: 1.3em !important;
            margin-bottom: 8px;
            padding-left: 16px;
            background: url("/images/core/diam4vr.png") no-repeat scroll left top transparent;
        }

@media (max-width:768px) {
    #helpMenu .sidebar-nav li {
        background: 0;
        font-size: 1.3em;
        border-top: solid grey 1px;
        padding: 5px;
    }
}

/* MobileMenu START */

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, .mp-container, .scroller {
    height: 100%;
}

.mp-scroller {
    overflow-y: auto;
    width: 100%;
}

.MobMenIcon {
    padding: 0 15px;
    position: inherit;
}
.MobMenChevron {
    float: right;
    padding-top: 4px;
}

.mp-scroller,
.mp-scroller-inner {
    position: relative;
}

.mp-container {
    position: relative;
    overflow: hidden;
}

.lt-ie8 .mp-container {
    overflow: visible!important;
}

.menu-trigger {
    background: url("/images/menu-ico.png") no-repeat scroll center #EBEBEB;
    display: block;
    height: 55px;
    width: 55px;
    text-indent: -9999px;
}

.mp-pusher {
    position: relative;
    left: 0;
    height: 100%;
}

.mp-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 75%;
    height: 100%;
    max-width: 280px;
    min-width: 233px;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.mp-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

    /* overlays for pusher and for level that gets covered */
    .mp-pusher::after,
    .mp-level::after,
    .mp-level::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        content: '';
        opacity: 0;
    }

    .mp-pusher::after,
    .mp-level::after {
        background: rgba(0,0,0,0.3);
    }

    .mp-level::after {
        z-index: -1;
    }

    .mp-pusher.mp-pushed::after,
    .mp-level.mp-level-overlay::after {
        width: 100%;
        height: 100%;
        opacity: 1;
    }


    .mp-level.mp-level-overlay {
        cursor: pointer;
    }

        .mp-level.mp-level-overlay.mp-level::before {
            width: 100%;
            height: 100%;
            background: transparent;
            opacity: 1;
        }

/* overlap */
.mp-overlap .mp-level.mp-level-open {
    box-shadow: 1px 0 2px rgba(0,0,0,0.2);
    -webkit-transform: translate(-40px, 0);
    -moz-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open, .mp-cover .mp-level.mp-level-opening {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

    .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open, .mp-level-opening) {
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }

/* content style */
.mp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menulevelheader {
    margin: 0;
    padding: 1em;
    color: rgba(0,0,0,0.4);
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
    font-weight: 300;
    font-size: 2em;
}

.mp-menu.mp-cover .menulevelheader {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.5em;
}

.mp-menu ul li > a {
    color: white;
    display: block;
    padding: 0.7em 0 0.7em 0.7em;
    outline: none;
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    font-size: 1.4em;
}

.mp-menu .menuitemtext {
    float: left;
    width: 160px;
}

.mp-menu ul li::before {
    position: absolute;
    left: 10px;
    z-index: -1;
    color: rgba(0,0,0,0.2);
    line-height: 3.5;
}

.mp-level > ul > li:first-child > a {
}


.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.shop > ul > li {
    background-color: white;
}

    .shop > ul > li > a {
        background-color: inherit!important;
        padding-left: 2em;
    }

.mp-back {
    background: rgba(0,0,0,0.1);
    outline: none;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 0.8em;
    padding: 1em;
    position: relative;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
}

    .mp-back::after {
        font-family: "Glyphicons Halflings";
        position: absolute;
        content: "\e080";
        right: 10px;
        font-size: 1.3em;
        color: #fff;
        top: 7px;
    }

.menulevelheader > a {
    color: white !important;
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
    background: transparent;
    box-shadow: none;
    color: transparent;
}

/*Search Styling */
.mp-menu .dvSearch {
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    font-size: 1.4em;
    height: 43px;
}

#MobtxtSearch {
    height: 43px;
    width: 84%;
    padding: 0 10px 0 10px;
}


#MobcmdSearch:before {
    content: "\e003";
}

#MobcmdSearch {
    font-family: 'Glyphicons Halflings';
    color: white;
    font-size: 20px;
    position: absolute;
    width: 16%;
    padding: 7px 4% 7px 4%;
}

.MobSearchDropDown {
    width: 75% !important;
    max-width: 300px;
    border-radius: 0 !important;
}

    .MobSearchDropDown > li > a {
        font-size: 18px;
        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
        padding-left: 25px;
    }

    .MobSearchDropDown > li {
        font-size: 18px;
        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
        color: black;
        padding: 5px 0 5px 0;
    }

.mp-level {
    display: none;
}

.mp-level-open, .mp-level-opening {
    display: block;
}

.lt-ie9 .mp-menu {
    display: none;
}

/* SubMenu START */

#subMenu {
    background-color: #F7F3F7;
    border: 1px solid #CCCCCC;
    height: auto;
    width: 100%!important;
}

ul.sidebar-nav li.topic {
    display: block;
}

#subMenu a {
    display: block;
    font-size: 1em !important;
    padding: 16px 8px;
}

    #subMenu a:hover, #subMenu a:active {
        color: #565656;
    }

ul.sidebar-nav li.topic {
    display: block;
}

    ul.sidebar-nav li.topic:hover, ul.sidebar-nav li.topic:active {
        background: none repeat scroll 0 0 #E6E4E6;
        position: relative;
    }

@media (max-width: 767px) {
    #subMenu {
        margin-top: 10px;
    }
}

/* TopLinkMenu START */

#topLinkMenu {
    height: 100%;
}

    #topLinkMenu > ul {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #topLinkMenu ul li {
        float: left;
        padding: 0;
        text-align: left;
        min-width: 0;
        clear: none;
    }

    #topLinkMenu ul.TopLinkMenu li a {
        display: block;
    }

    #topLinkMenu ul > li {
        background-color: transparent;
        height: 100%;
        line-height: 3em;
        margin: 0;
        width: 33.33%;
    }

    #topLinkMenu ul li a:hover {
        background-color: #eee;
        color: #636363;
    }

    #topLinkMenu ul > li a {
        padding: 0 10px 0 35px;
        background: url("/images/core/final-icons-responsive.png") no-repeat scroll -5px -5px transparent;
    }

    #topLinkMenu ul > li.TopLinkMan2 a {
        background-position: -5px -74px;
    }

    #topLinkMenu ul > li.TopLinkMan3 a {
        background-position: -5px -39px;
    }

    #topLinkMenu span.ico {
        display: none;
    }

/* Tablet media query overrides */
@media (min-width: 768px) and (max-width: 1021px) {
    #topLinkMenu ul > li.TopLinkMan2 a {
        background-position: -8px -317px;
    }

    #topLinkMenu ul > li a {
        padding: 8px 10px 0px 30px;
    }

    #topLinkMenu ul li:hover {
        background-color: transparent!important;
    }
}

/* Desktop only transitions */
@media (min-width: 1022px) {
    #topLinkMenu ul > li {
        transition: background-color 400ms linear 0s;
        -webkit-transition: background-color 400ms linear 0s;
        -moz-transition: background-color 400ms linear 0s;
        -ms-transition: background-color 400ms linear 0s;
        -o-transition: background-color 400ms linear 0s;
    }
}

/* TopMenu START */

div.NewMenu > ul > li {
    display: inline-block;
    position: relative;
}

.lt-ie8 div.NewMenu > ul > li {
    float: left;
}

div.NewMenu > ul {
    text-align: left;
    color: white;
}

    div.NewMenu > ul > li > a {
        color: #fff;
        display: block;
        padding: 0 20px;
    }

        div.NewMenu > ul > li > a:hover {
        }

div.NewMenuWrap {
    position: fixed;
    width: 100%;
    left: 0;
    background-color: #044f9c !important;
    height: 35px;
    display: none;
    overflow: inherit !important;
    z-index: 5200 !important;
}

    div.NewMenuWrap ul > li.level1:hover {
        background-color: #0555a7 !important;
    }

/* When view in desktop mode we need to not fix this */
@media (max-width: 1021px) {
    .ResponsiveHeaderWrap div.NewMenuWrap {
        position: relative;
        width: 1022px;
        left: -10px;
    }
}



div.NewMenu {
    margin: 0 auto;
    max-width: 1210px;
    float: none;
    position: relative;
    padding: 0 10px;
    text-align: left;
}

.DropdownWrap {
    position: fixed;
    left: 0px;
    display: none;
    z-index: 5200 !important;
    overflow: visible !important;
}

nav#topMenu li.sdmColHeaderHidden {
    padding-top: 24px;
}

nav#topMenu .DropdownWrap li.sdmColHeaderHidden {
    padding-top: 27px;
}

.lt-ie8 nav#topMenu li.sdmColHeaderHidden {
    margin-top: 8px;
    padding-top: 0px;
}

nav#topMenu ul, nav li {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
}

nav#topMenu > ul {
    display: block;
    height: 35px;
    margin: 0;
    padding: 0;
    width: 100%;
}

    nav#topMenu > ul > li {
        float: left;
        display: inline-block;
    }

    nav#topMenu > ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        font-weight: bold;
    }

.lt-ie8 nav#topMenu > ul > li {
    float: left;
}

nav#topMenu > ul li a {
    font: 1.3em/34px Trebuchet MS,Arial,sans-serif;
}

nav#topMenu li.root {
    position: relative;
    width: auto;
    float: left;
    text-transform: uppercase;
    height: 35px;
}

    nav#topMenu li.root > a {
        text-decoration: none;
        padding: 0 24px;
        font-weight: bold;
        display: block;
    }

    nav#topMenu li.root > ul {
        display: none;
        position: absolute;
        top: 35px;
        left: 0;
        z-index: 5200 !important;
        font-size: 15px;
        padding: 8px;
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        -webkit-box-shadow: 0 5px 15px 0 #666666;
        -moz-box-shadow: 0 5px 15px 0 #666666;
        box-shadow: 0 5px 15px 0 #666666;
    }

nav#topMenu > ul li.columnGroup {
    float: left;
    padding: 0;
    margin: 0;
}

nav#topMenu li.columnGroup li.level1 {
    border-right: 1px solid #EEEEEE;
}

nav#topMenu li.columnGroup a {
    display: block;
    width: 100%;
    padding-right: 20px;
}

nav#topMenu ul.RootGroup {
    display: inline-block;
}

#topMenuWrapper {
    z-index: 5200 !important;
}

.lt-ie8 #topMenuWrapper {
    position: relative;
}

nav#topMenu li.root > ul li a {
    display: block;
    font-size: 11px !important;
    line-height: 1.2em;
    width: 100%;
    padding: 3px 6px;
    text-transform: none;
    width: auto;
    font-weight: normal;
}

    nav#topMenu li.root > ul li a:hover {
        text-decoration: none;
    }

nav#topMenu li.root > ul .sdmColHeader > a, nav#topMenu li.root > ul .sdmColSaleHeader > a {
    font-weight: bold;
    font-size: 0.9em !important;
    height: 24px;
}

nav#topMenu li.root > ul .sdmColSaleHeader > a, nav#topMenu li.root > ul .sdmColSaleFooter > a {
    color: #EE2E24;
}

nav#topMenu li.root > ul .sdmColSaleFooter a, nav#topMenu li.root > ul .sdmColFooter a {
    font-size: 0.8em !important;
    font-weight: bold;
}

nav#topMenu li.root > ul .sdmColOther > a {
    border-top: 1px dashed #CCCCCC;
    margin-top: 5px;
    padding-top: 10px;
    font-size: 0.8em !important;
    font-weight: bold;
}

nav#topMenu li.root > ul .sdmColSubHeader, nav#topMenu > ul .NewMenuWrap li.sdmColSubHeader {
    padding-top: 10px;
}

    nav#topMenu li.root > ul .sdmColTopHeader > a, nav#topMenu li.root > ul .sdmColSubHeader > a {
        font-size: 0.9em !important;
        font-weight: bold;
    }

nav#topMenu > ul .NewMenuWrap li.sdmColHeader, nav#topMenu > ul .NewMenuWrap li.sdmColSubHeader, nav#topMenu > ul .NewMenuWrap li.sdmColHeaderHidden {
    border-bottom: 2px solid #bbb;
    margin-bottom: 6px;
}

nav#topMenu > ul .NewMenuWrap li.MarginColumn {
    margin-left: 20px;
}

nav#topMenu > ul .NewMenuWrap li.level2 a {
    line-height: 1.3em;
    font-size: 1.1em;
    padding: 3px 0;
    display: block;
}

nav#topMenu > ul .NewMenuWrap li.TopGap {
    margin-top: 29px;
    border-top: 2px solid #bbb;
    padding-top: 6px;
}

nav#topMenu > ul .NewMenuWrap li.sdmColHeader a, nav#topMenu > ul .NewMenuWrap li.sdmColSubHeader a {
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 8px;
}

nav#topMenu li.root > ul .sdmColFooter, nav#topMenu li.root > ul .sdmColSaleFooter {
    border-top: 1px dashed #CCCCCC;
    font-weight: bold;
    padding: 2px 0 0;
}

nav#topMenu li.root > ul .sdmColDropHead a {
    margin-top: 15px;
}

nav#topMenu > ul li.level1 a, nav#topMenu > ul li.level2 a {
    min-width: 150px;
}

nav#topMenu li.root > ul .sdmColHeader {
}

nav#topMenu li.root > ul .sdmColSaleHeader {
}

nav#topMenu li.root > ul .sdmColNoLinkTop {
}

nav#topMenu li.root ul li ul li ul li ul {
    border-top: 1px solid #ccc;
}

nav#topMenu > ul li.HomeIcon a {
    font-size: 0.1em !important;
}

nav#topMenu li.root > ul .colParentBrand {
    border: medium none;
    float: left;
    width: 656px;
}

nav#topMenu li.root > ul .ClearanceBrands {
    width: 492px;
}

nav#topMenu li.root > ul .colParentBrand > a {
    height: 10px;
}

nav#topMenu li.root > ul .colParentBrand > ul {
    border: none;
}

    nav#topMenu li.root > ul .colParentBrand > ul li {
        float: left;
        height: 45px;
        width: 82px;
    }

        nav#topMenu li.root > ul .colParentBrand > ul li a {
            background: url("/images/marketing/all-menu-logos.jpg") no-repeat scroll left top transparent;
            float: left;
            font-size: 0 !important;
            height: 45px;
            min-width: 0;
            padding: 0;
            width: 82px;
        }

nav#topMenu li.root .MensBrands > ul li.MenuBrand1 a {
    background-position: 0 0;
}

    nav#topMenu li.root .MensBrands > ul li.MenuBrand1 a:hover, nav#topMenu li.root .MensBrands > ul li.MenuBrand1 a:focus, nav#topMenu li.root .MensBrands > ul li.MenuBrand1 a:active {
        background-position: 0 -45px;
    }

nav#topMenu li.root .MensBrands > ul li.MenuBrand2 a {
    background-position: -82px 0;
}

    nav#topMenu li.root .MensBrands > ul li.MenuBrand2 a:hover, nav#topMenu li.root .MensBrands > ul li.MenuBrand2 a:focus, nav#topMenu li.root .MensBrands > ul li.MenuBrand2 a:active {
        background-position: -82px -45px;
    }

nav#topMenu li.root .MensBrands > ul li.MenuBrand3 a {
    background-position: -164px 0;
}

    nav#topMenu li.root .MensBrands > ul li.MenuBrand3 a:hover, nav#topMenu li.root .MensBrands > ul li.MenuBrand3 a:focus, nav#topMenu li.root .MensBrands > ul li.MenuBrand3 a:active {
        background-position: -164px -45px;
    }

nav#topMenu li.root .MensBrands > ul li.MenuBrand4 a {
    background-position: -246px 0;
}

    nav#topMenu li.root .MensBrands > ul li.MenuBrand4 a:hover, nav#topMenu li.root .MensBrands > ul li.MenuBrand4 a:focus, nav#topMenu li.root .MensBrands > ul li.MenuBrand4 a:active {
        background-position: -246px -45px;
    }

nav#topMenu li.root .MensBrands > ul li.MenuBrand5 a {
    background-position: -328px 0;
}

    nav#topMenu li.root .MensBrands > ul li.MenuBrand5 a:hover, nav#topMenu li.root .MensBrands > ul li.MenuBrand5 a:focus, nav#topMenu li.root .MensBrands > ul li.MenuBrand5 a:active {
        background-position: -328px -45px;
    }

nav#topMenu li.root .MensBrands > ul li.MenuBrand6 a {
    background-position: -410px 0;
}

    nav#topMenu li.root .MensBrands > ul li.MenuBrand6 a:hover, nav#topMenu li.root .MensBrands > ul li.MenuBrand6 a:focus, nav#topMenu li.root .MensBrands > ul li.MenuBrand6 a:active {
        background-position: -410px -45px;
    }

nav#topMenu li.root .MensBrands > ul li.MenuBrand7 a {
    background-position: -492px 0;
}

    nav#topMenu li.root .MensBrands > ul li.MenuBrand7 a:hover, nav#topMenu li.root .MensBrands > ul li.MenuBrand7 a:focus, nav#topMenu li.root .MensBrands > ul li.MenuBrand7 a:active {
        background-position: -492px -45px;
    }

nav#topMenu li.root .MensBrands > ul li.MenuBrand8 a {
    background-position: -574px 0;
}

    nav#topMenu li.root .MensBrands > ul li.MenuBrand8 a:hover, nav#topMenu li.root .MensBrands > ul li.MenuBrand8 a:focus, nav#topMenu li.root .MensBrands > ul li.MenuBrand8 a:active {
        background-position: -574px -45px;
    }

nav#topMenu li.root .WomensBrands > ul li.MenuBrand1 a {
    background-position: 0 -90px;
}

    nav#topMenu li.root .WomensBrands > ul li.MenuBrand1 a:hover, nav#topMenu li.root .WomensBrands > ul li.MenuBrand1 a:focus, nav#topMenu li.root .WomensBrands > ul li.MenuBrand1 a:active {
        background-position: 0 -135px;
    }

nav#topMenu li.root .WomensBrands > ul li.MenuBrand2 a {
    background-position: -82px -90px;
}

    nav#topMenu li.root .WomensBrands > ul li.MenuBrand2 a:hover, nav#topMenu li.root .WomensBrands > ul li.MenuBrand2 a:focus, nav#topMenu li.root .WomensBrands > ul li.MenuBrand2 a:active {
        background-position: -82px -135px;
    }

nav#topMenu li.root .WomensBrands > ul li.MenuBrand3 a {
    background-position: -164px -90px;
}

    nav#topMenu li.root .WomensBrands > ul li.MenuBrand3 a:hover, nav#topMenu li.root .WomensBrands > ul li.MenuBrand3 a:focus, nav#topMenu li.root .WomensBrands > ul li.MenuBrand3 a:active {
        background-position: -164px -135px;
    }

nav#topMenu li.root .WomensBrands > ul li.MenuBrand4 a {
    background-position: -246px -90px;
}

    nav#topMenu li.root .WomensBrands > ul li.MenuBrand4 a:hover, nav#topMenu li.root .WomensBrands > ul li.MenuBrand4 a:focus, nav#topMenu li.root .WomensBrands > ul li.MenuBrand4 a:active {
        background-position: -246px -135px;
    }

nav#topMenu li.root .WomensBrands > ul li.MenuBrand5 a {
    background-position: -328px -90px;
}

    nav#topMenu li.root .WomensBrands > ul li.MenuBrand5 a:hover, nav#topMenu li.root .WomensBrands > ul li.MenuBrand5 a:focus, nav#topMenu li.root .WomensBrands > ul li.MenuBrand5 a:active {
        background-position: -328px -135px;
    }

nav#topMenu li.root .WomensBrands > ul li.MenuBrand6 a {
    background-position: -410px -90px;
}

    nav#topMenu li.root .WomensBrands > ul li.MenuBrand6 a:hover, nav#topMenu li.root .WomensBrands > ul li.MenuBrand6 a:focus, nav#topMenu li.root .WomensBrands > ul li.MenuBrand6 a:active {
        background-position: -410px -135px;
    }

nav#topMenu li.root .WomensBrands > ul li.MenuBrand7 a {
    background-position: -492px -90px;
}

    nav#topMenu li.root .WomensBrands > ul li.MenuBrand7 a:hover, nav#topMenu li.root .WomensBrands > ul li.MenuBrand7 a:focus, nav#topMenu li.root .WomensBrands > ul li.MenuBrand7 a:active {
        background-position: -492px -135px;
    }

nav#topMenu li.root .WomensBrands > ul li.MenuBrand8 a {
    background-position: -574px -90px;
}

    nav#topMenu li.root .WomensBrands > ul li.MenuBrand8 a:hover, nav#topMenu li.root .WomensBrands > ul li.MenuBrand8 a:focus, nav#topMenu li.root .WomensBrands > ul li.MenuBrand8 a:active {
        background-position: -574px -135px;
    }

nav#topMenu li.root .KidsBrands > ul li.MenuBrand1 a {
    background-position: 0 -180px;
}

    nav#topMenu li.root .KidsBrands > ul li.MenuBrand1 a:hover, nav#topMenu li.root .KidsBrands > ul li.MenuBrand1 a:focus, nav#topMenu li.root .KidsBrands > ul li.MenuBrand1 a:active {
        background-position: 0 -225px;
    }

nav#topMenu li.root .KidsBrands > ul li.MenuBrand2 a {
    background-position: -82px -180px;
}

    nav#topMenu li.root .KidsBrands > ul li.MenuBrand2 a:hover, nav#topMenu li.root .KidsBrands > ul li.MenuBrand2 a:focus, nav#topMenu li.root .KidsBrands > ul li.MenuBrand2 a:active {
        background-position: -82px -225px;
    }

nav#topMenu li.root .KidsBrands > ul li.MenuBrand3 a {
    background-position: -164px -180px;
}

    nav#topMenu li.root .KidsBrands > ul li.MenuBrand3 a:hover, nav#topMenu li.root .KidsBrands > ul li.MenuBrand3 a:focus, nav#topMenu li.root .KidsBrands > ul li.MenuBrand3 a:active {
        background-position: -164px -225px;
    }

nav#topMenu li.root .KidsBrands > ul li.MenuBrand4 a {
    background-position: -246px -180px;
}

    nav#topMenu li.root .KidsBrands > ul li.MenuBrand4 a:hover, nav#topMenu li.root .KidsBrands > ul li.MenuBrand4 a:focus, nav#topMenu li.root .KidsBrands > ul li.MenuBrand4 a:active {
        background-position: -246px -225px;
    }

nav#topMenu li.root .KidsBrands > ul li.MenuBrand5 a {
    background-position: -328px -180px;
}

    nav#topMenu li.root .KidsBrands > ul li.MenuBrand5 a:hover, nav#topMenu li.root .KidsBrands > ul li.MenuBrand5 a:focus, nav#topMenu li.root .KidsBrands > ul li.MenuBrand5 a:active {
        background-position: -328px -225px;
    }

nav#topMenu li.root .KidsBrands > ul li.MenuBrand6 a {
    background-position: -410px -180px;
}

    nav#topMenu li.root .KidsBrands > ul li.MenuBrand6 a:hover, nav#topMenu li.root .KidsBrands > ul li.MenuBrand6 a:focus, nav#topMenu li.root .KidsBrands > ul li.MenuBrand6 a:active {
        background-position: -410px -225px;
    }

nav#topMenu li.root .KidsBrands > ul li.MenuBrand7 a {
    background-position: -492px -180px;
}

    nav#topMenu li.root .KidsBrands > ul li.MenuBrand7 a:hover, nav#topMenu li.root .KidsBrands > ul li.MenuBrand7 a:focus, nav#topMenu li.root .KidsBrands > ul li.MenuBrand7 a:active {
        background-position: -492px -225px;
    }

nav#topMenu li.root .KidsBrands > ul li.MenuBrand8 a {
    background-position: -574px -180px;
}

    nav#topMenu li.root .KidsBrands > ul li.MenuBrand8 a:hover, nav#topMenu li.root .KidsBrands > ul li.MenuBrand8 a:focus, nav#topMenu li.root .KidsBrands > ul li.MenuBrand8 a:active {
        background-position: -574px -225px;
    }

nav#topMenu li.root .FootballLogos > ul li.MenuBrand1 a {
    background-position: 0 -270px;
}

    nav#topMenu li.root .FootballLogos > ul li.MenuBrand1 a:hover, nav#topMenu li.root .FootballLogos > ul li.MenuBrand1 a:focus, nav#topMenu li.root .FootballLogos > ul li.MenuBrand1 a:active {
        background-position: 0 -315px;
    }

nav#topMenu li.root .FootballLogos > ul li.MenuBrand2 a {
    background-position: -82px -270px;
}

    nav#topMenu li.root .FootballLogos > ul li.MenuBrand2 a:hover, nav#topMenu li.root .FootballLogos > ul li.MenuBrand2 a:focus, nav#topMenu li.root .FootballLogos > ul li.MenuBrand2 a:active {
        background-position: -82px -315px;
    }

nav#topMenu li.root .FootballLogos > ul li.MenuBrand3 a {
    background-position: -164px -270px;
}

    nav#topMenu li.root .FootballLogos > ul li.MenuBrand3 a:hover, nav#topMenu li.root .FootballLogos > ul li.MenuBrand3 a:focus, nav#topMenu li.root .FootballLogos > ul li.MenuBrand3 a:active {
        background-position: -164px -315px;
    }

nav#topMenu li.root .FootballLogos > ul li.MenuBrand4 a {
    background-position: -246px -270px;
}

    nav#topMenu li.root .FootballLogos > ul li.MenuBrand4 a:hover, nav#topMenu li.root .FootballLogos > ul li.MenuBrand4 a:focus, nav#topMenu li.root .FootballLogos > ul li.MenuBrand4 a:active {
        background-position: -246px -315px;
    }

nav#topMenu li.root .FootballLogos > ul li.MenuBrand5 a {
    background-position: -328px -270px;
}

    nav#topMenu li.root .FootballLogos > ul li.MenuBrand5 a:hover, nav#topMenu li.root .FootballLogos > ul li.MenuBrand5 a:focus, nav#topMenu li.root .FootballLogos > ul li.MenuBrand5 a:active {
        background-position: -328px -315px;
    }

nav#topMenu li.root .FootballLogos > ul li.MenuBrand6 a {
    background-position: -410px -270px;
}

    nav#topMenu li.root .FootballLogos > ul li.MenuBrand6 a:hover, nav#topMenu li.root .FootballLogos > ul li.MenuBrand6 a:focus, nav#topMenu li.root .FootballLogos > ul li.MenuBrand6 a:active {
        background-position: -410px -315px;
    }

nav#topMenu li.root .FootballLogos > ul li.MenuBrand7 a {
    background-position: -492px -270px;
}

    nav#topMenu li.root .FootballLogos > ul li.MenuBrand7 a:hover, nav#topMenu li.root .FootballLogos > ul li.MenuBrand7 a:focus, nav#topMenu li.root .FootballLogos > ul li.MenuBrand7 a:active {
        background-position: -492px -315px;
    }

nav#topMenu li.root .FootballLogos > ul li.MenuBrand8 a {
    background-position: -574px -270px;
}

    nav#topMenu li.root .FootballLogos > ul li.MenuBrand8 a:hover, nav#topMenu li.root .FootballLogos > ul li.MenuBrand8 a:focus, nav#topMenu li.root .FootballLogos > ul li.MenuBrand8 a:active {
        background-position: -574px -315px;
    }

nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand1 a {
    background-position: 0 -360px;
}

    nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand1 a:hover, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand1 a:focus, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand1 a:active {
        background-position: 0 -405px;
    }

nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand2 a {
    background-position: -82px -360px;
}

    nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand2 a:hover, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand2 a:focus, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand2 a:active {
        background-position: -82px -405px;
    }

nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand3 a {
    background-position: -164px -360px;
}

    nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand3 a:hover, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand3 a:focus, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand3 a:active {
        background-position: -164px -405px;
    }

nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand4 a {
    background-position: -246px -360px;
}

    nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand4 a:hover, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand4 a:focus, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand4 a:active {
        background-position: -246px -405px;
    }

nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand5 a {
    background-position: -328px -360px;
}

    nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand5 a:hover, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand5 a:focus, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand5 a:active {
        background-position: -328px -405px;
    }

nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand6 a {
    background-position: -410px -360px;
}

    nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand6 a:hover, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand6 a:focus, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand6 a:active {
        background-position: -410px -405px;
    }

nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand7 a {
    background-position: -492px -360px;
}

    nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand7 a:hover, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand7 a:focus, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand7 a:active {
        background-position: -492px -405px;
    }

nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand8 a {
    background-position: -574px -360px;
}

    nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand8 a:hover, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand8 a:focus, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand8 a:active {
        background-position: -574px -405px;
    }

nav#topMenu li.root .BrandsLogos > ul li.MenuBrand1 a {
    background-position: 0 -450px;
}

    nav#topMenu li.root .BrandsLogos > ul li.MenuBrand1 a:hover, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand1 a:focus, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand1 a:active {
        background-position: 0 -495px;
    }

nav#topMenu li.root .BrandsLogos > ul li.MenuBrand2 a {
    background-position: -82px -450px;
}

    nav#topMenu li.root .BrandsLogos > ul li.MenuBrand2 a:hover, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand2 a:focus, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand2 a:active {
        background-position: -82px -495px;
    }

nav#topMenu li.root .BrandsLogos > ul li.MenuBrand3 a {
    background-position: -164px -450px;
}

    nav#topMenu li.root .BrandsLogos > ul li.MenuBrand3 a:hover, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand3 a:focus, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand3 a:active {
        background-position: -164px -495px;
    }

nav#topMenu li.root .BrandsLogos > ul li.MenuBrand4 a {
    background-position: -246px -450px;
}

    nav#topMenu li.root .BrandsLogos > ul li.MenuBrand4 a:hover, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand4 a:focus, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand4 a:active {
        background-position: -246px -495px;
    }

nav#topMenu li.root .BrandsLogos > ul li.MenuBrand5 a {
    background-position: -328px -450px;
}

    nav#topMenu li.root .BrandsLogos > ul li.MenuBrand5 a:hover, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand5 a:focus, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand5 a:active {
        background-position: -328px -495px;
    }

nav#topMenu li.root .BrandsLogos > ul li.MenuBrand6 a {
    background-position: -410px -450px;
}

    nav#topMenu li.root .BrandsLogos > ul li.MenuBrand6 a:hover, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand6 a:focus, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand6 a:active {
        background-position: -410px -495px;
    }

nav#topMenu li.root .BrandsLogos > ul li.MenuBrand7 a {
    background-position: -492px -450px;
}

    nav#topMenu li.root .BrandsLogos > ul li.MenuBrand7 a:hover, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand7 a:focus, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand7 a:active {
        background-position: -492px -495px;
    }

nav#topMenu li.root .BrandsLogos > ul li.MenuBrand8 a {
    background-position: -574px -450px;
}

    nav#topMenu li.root .BrandsLogos > ul li.MenuBrand8 a:hover, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand8 a:focus, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand8 a:active {
        background-position: -574px -495px;
    }

nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand1 a {
    background-position: 0 -540px;
}

    nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand1 a:hover, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand1 a:focus, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand1 a:active {
        background-position: 0 -585px;
    }

nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand2 a {
    background-position: -82px -540px;
}

    nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand2 a:hover, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand2 a:focus, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand2 a:active {
        background-position: -82px -585px;
    }

nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand3 a {
    background-position: -164px -540px;
}

    nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand3 a:hover, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand3 a:focus, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand3 a:active {
        background-position: -164px -585px;
    }

nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand4 a {
    background-position: -246px -540px;
}

    nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand4 a:hover, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand4 a:focus, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand4 a:active {
        background-position: -246px -585px;
    }

nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand5 a {
    background-position: -328px -540px;
}

    nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand5 a:hover, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand5 a:focus, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand5 a:active {
        background-position: -328px -585px;
    }

nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand6 a {
    background-position: -410px -540px;
}

    nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand6 a:hover, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand6 a:focus, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand6 a:active {
        background-position: -410px -585px;
    }

nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand7 a {
    background-position: -492px -540px;
}

    nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand7 a:hover, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand7 a:focus, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand7 a:active {
        background-position: -492px -585px;
    }

nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand8 a {
    background-position: -574px -540px;
}

    nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand8 a:hover, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand8 a:focus, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand8 a:active {
        background-position: -574px -585px;
    }

nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand1 a {
    background-position: 0 -630px;
}

    nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand1 a:hover, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand1 a:focus, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand1 a:active {
        background-position: 0 -675px;
    }

nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand2 a {
    background-position: -82px -630px;
}

    nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand2 a:hover, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand2 a:focus, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand2 a:active {
        background-position: -82px -675px;
    }

nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand3 a {
    background-position: -164px -630px;
}

    nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand3 a:hover, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand3 a:focus, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand3 a:active {
        background-position: -164px -675px;
    }

nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand4 a {
    background-position: -246px -630px;
}

    nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand4 a:hover, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand4 a:focus, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand4 a:active {
        background-position: -246px -675px;
    }

nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand5 a {
    background-position: -328px -630px;
}

    nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand5 a:hover, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand5 a:focus, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand5 a:active {
        background-position: -328px -675px;
    }

nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand6 a {
    background-position: -410px -630px;
}

    nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand6 a:hover, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand6 a:focus, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand6 a:active {
        background-position: -410px -675px;
    }

nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand7 a {
    background-position: -492px -630px;
}

    nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand7 a:hover, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand7 a:focus, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand7 a:active {
        background-position: -492px -675px;
    }

nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand8 a {
    background-position: -574px -630px;
}

    nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand8 a:hover, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand8 a:focus, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand8 a:active {
        background-position: -574px -675px;
    }

/*Menu Adverts*/

.singlecolumnadvert .HeaderAdvert {
    font-size: 1em;
    padding: 10px 0;
    font-weight: bold;
    line-height: 1.3em;
}

.singlecolumnadvert span {
    font-size: 1em;
    color: #888;
    display: block;
}

.singlecolumnadvert .view-button {
    display: block;
    font-size: 0.9em;
}

    .singlecolumnadvert .view-button a {
        font-weight: bold !important;
        padding: 10px 0 !important;
    }

.Dropdown {
    width: 100%;
    background-color: #fff;
    margin: 0;
    max-width: 1210px;
    padding: 0 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-shadow: 0 0 10px 1px #888888;
    margin-bottom: 10px;
}

    .Dropdown .Center {
        width: 50%;
        float: left;
        padding: 15px;
    }

.lt-ie8 .Dropdown .Center {
    padding: 0;
}

.AutoWidth .Center {
    width: 100%;
}

.Dropdown .Center .columnGroup {
    width: 33.33%;
}

.lt-ie8 .Dropdown .Center .columnGroup {
    width: 33.3%;
}

.Dropdown .Right {
    width: 50%;
    float: right;
    padding-left: 15px;
    padding-top: 15px;
}

.lt-ie8 .Dropdown .Right {
    width: 49.6%;
}

.Dropdown .Right .singlecolumnadvert {
    width: 33.33%;
    float: left;
    padding: 10px;
}

.lt-ie8 .Dropdown .Right .singlecolumnadvert {
    width: 32.7%;
    padding: 0px;
}

nav#topMenu ul li.root.FullWidthTraditional > ul {
    position: fixed;
    top: 110px;
}

#topMenu .Picker.tabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all.ui-tabs-vertical {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
}


#topMenu .Picker.tabs ul.ui-tabs-nav {
    width: 100%;
    height: 100%;
    padding-top: 5px;
}

    #topMenu .Picker.tabs ul.ui-tabs-nav li {
        background-color: white;
        margin: 0 0 0 10px;
        padding: 0 10px !important;
    }

        #topMenu .Picker.tabs ul.ui-tabs-nav li:hover {
            background-color: whitesmoke;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            border: 1px solid lightgrey;
            border-right: 0;
            /* margin-right: 0px; */
            width: 100%;
        }

        #topMenu .Picker.tabs ul.ui-tabs-nav li a {
            color: black;
            border: 0;
            background-color: inherit;
        }

            #topMenu .Picker.tabs ul.ui-tabs-nav li a:hover {
                color: #008D7F;
            }

#topMenu .Picker.tabs .ui-tabs-panel {
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
    padding: 10px;
    box-shadow: inset -6px -5px 10px -6px rgba(0,0,0,0.2);
    border-radius: 0 0px 5px 0 !important;
}

#topMenu .Picker.tabs {
    position: relative;
    border-radius: 0;
    padding: 0px;
    border-radius: 0 0px 5px 5px !important;
}

    #topMenu .Picker.tabs * {
    }

nav#topMenu > ul .NewMenuWrap li.level1 a {
    min-width: 0;
}


.Picker.Picker.tabs {
    border: solid 1px lightgray;
    padding: 5px;
    border-top: 0;
}

.Picker.PickerHeader {
    box-shadow: inset 1px 1px 8px 1px rgba(0,0,0,0.2);
    border-bottom: 1px solid #B9B9B9;
    height: 40px;
    padding: 12px;
    margin-top: 5px;
    border-radius: 5px 5px 0 0;
}

.PickerLeft {
    width: 50%;
    height: 100%;
    position: absolute;
    float: left;
    box-shadow: inset 2px -3px 10px -2px rgba(0,0,0,0.2);
    border-right: solid 1px lightgray;
}

.PickerRight {
    height: 100%;
    width: 50%;
    float: right;
    border-radius: 0 0px 5px 0 !important;
}

.MenuGroupA > ul {
    width: 700px;
}

.MenuGroupB > ul {
    width: 700px;
}

.MenuGroupC > ul {
    width: 345px;
}

.MenuGroupD > ul {
    width: 669px;
}

.MenuGroupE > ul {
    width: 669px;
}

.MenuGroupF > ul {
    width: 218px;
}

.MenuGroupG > ul {
    width: 743px;
}

.MenuGroupH > ul {
    width: 368px;
}

.MenuGroupI > ul {
    width: 612px;
}

.MenuGroupJ > ul {
    width: 507px;
}

.MenuGroupK > ul {
    width: 345px;
}

.MenuGroupL > ul {
    width: 183px;
}

.MenuGroupM > ul {
    width: 345px;
}

.MenuGroupN > ul {
    width: 696px;
}

body, p, a, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, html, blockquote, th, td, tr, legend, select, button, input[type="submit"], .prc_comment_postdatetime, #StoreFinderResultsAttributes ul li, nav#topMenu li.root > ul li a, nav#topMenu > ul li a {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
}

body {
    color: #333;
    background: #eee;
}

h1, h2, h3, h4, h5 {
    color: #333;
}

h6 {
    color: #1861a5;
}

p {
    color: #333;
}

a, a:active, a:focus, a:link, a:visited {
    color: #636363;
}

    a:hover, a p:hover {
        color: #1861a5;
    }

:focus {
    outline: 1px dotted #999;
}

.ExtraLargeImageText {
    color: #333;
}

.vacancies:visited, .vacancies:active, .vacancies:link {
    color: #333;
}

.largeimage {
    color: #333;
}

.outofstock {
    color: #1861a5;
}

.vacancies:hover {
    color: #1861a5;
}

.skiplinks ul li a {
    color: #5b5344;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

    .skiplinks ul li a:focus, .skiplinks ul li a:active {
        background-color: #f7f6f0;
    }

.content {
    border: 12px solid #fff;
}

.Home .content {
    background: #fff;
}

.AspNet-TreeView {
    background-color: #EEEEEE;
}

.Profile .AspNet-TreeView {
    background-color: transparent;
}

    .Profile .AspNet-TreeView li a {
        border-bottom: none;
    }

.AspNet-TreeView li a:hover {
    color: #1861a5;
}

.Profile .AspNet-TreeView ul li ul {
    background-color: transparent;
    border: none;
}

    .Profile .AspNet-TreeView ul li ul li a, .Profile .AspNet-TreeView ul li ul li a:link, .Profile .AspNet-TreeView ul li ul li a:visited, .Profile .AspNet-TreeView ul li ul li a:active {
        border: 1px dashed #CCCCCC;
        color: #333333;
    }

.AspNet-TreeView ul li ul li a:hover, .AspNet-TreeView ul li ul li ul li a:hover {
    color: #1861a5;
    background-color: #eaeaea;
}

.Profile .AspNet-TreeView ul li ul li {
    border: none;
}

.basket .basketlinks li {
    border-top: 2px solid #CCCCCC;
    color: #333333 !important;
}

.pagination .sortbyfilter label {
    color: #444444;
}

.Login .field {
    background-color: #fff;
}

.LoginAlternate {
    background-color: #fefefe !important;
}

.Profile .dnnFormItem input, .Profile .dnnFormItem select {
    border: 1px solid #ccc !important;
}

.Login .field input:focus, .User .field input:focus, .Profile .field input:focus, .Passfield input:focus,
.dnnFormItem input:focus, .dnnFormItem select:focus {
    border: 1px solid #666 !important;
    box-shadow: 0px 0px 4px 2px #eee inset !important;
}

#addressbook-edit-dialog input:focus, #addressbook-edit-dialog select:focus, #addressbook-add-dialog input:focus, #addressbook-add-dialog select:focus {
    box-shadow: 0 0 4px 2px #EEEEEE inset;
    border: 1px solid #666;
}

.Profile fieldset.InsertLink a, .Login fieldset.InsertLink a {
    background-color: #666;
    color: #FFFFFF;
}

    .Profile fieldset.InsertLink a:hover, .Login fieldset.InsertLink a:hover {
        background-color: #1861a5;
    }

.Profile .field select {
    background: url("/images/core/inputgradihov.jpg") repeat-x scroll 0 0 #FAFAFA;
    border: 2px solid #CCCCCC;
}

    .Profile .field select:focus {
        background-color: #FFF;
        border: 2px solid #999;
    }

.Profile .contact, .Login .contact {
    border: 2px solid #e3e3e3;
}

    .Profile .contact:hover, .Login .contact:hover {
        background-color: transparent;
        border: 2px solid #E3E3E3;
    }

.Checkout .freeshippingrequirement, .Basket .freeshippingrequirement {
    background-color: #EEEEEE;
    border: 1px dashed #CCCCCC;
    color: #333333;
}

.action a {
    background-color: #666;
    border: none;
    color: #fff;
}

    .action a:hover {
        color: #fff;
        background-color: #1861a5;
    }

.Checkout .field select {
    border: 2px solid #ccc;
}

.Checkout .field input {
    background: url("/images/core/inputgradihov.jpg") repeat-x scroll 0 0 #FAFAFA;
    border: 2px solid #CCCCCC;
}

    .Checkout .field input:focus {
        border: 2px solid #999;
    }

.OrderDetail .OrderDetail th {
    background-color: #EEEEEE;
    height: 20px;
}

.OrderDetail .OrderDetail h4 {
    border-bottom: 2px solid #333333;
}

.OrderDetail .OrderDetail .OrderFooter th {
    background-color: #E1E1E1;
    border-bottom: 1px dashed #CCCCCC;
}

.OrderDetail .OrderDetail .orderinfo th {
    border-right: 1px solid #CCCCCC;
}

.OrderDetail .OrderDetail .OrderFooter .displayName, .OrderDetail .OrderDetail .OrderFooter .quantity, .OrderDetail .OrderDetail .OrderFooter .currency {
    border-bottom: 1px dotted #999;
}

.OrderDetail .notice {
    color: #666;
}

#FooterGroup {
    margin: 10px 0 0;
}

    #FooterGroup .clearfix {
        padding: 8px 0;
        width: 1002px;
    }

        #FooterGroup .clearfix .dnnLeft {
            color: #666666;
            font-size: 1.2em;
            padding-right: 10px;
            padding-top: 5px;
        }

.s-footercontainer #countrySelector ul li {
    background: transparent url("/images/core/countries-v1.gif") no-repeat 0 0;
}

.s-accountsegments3 select {
    border: 2px solid #CCCCCC;
}

.progressBarItem {
    background-color: #ddd;
    color: #bbb;
}

.progressBarActive {
    background-color: #888;
    color: #FFFFFF;
}

.Checkout h1, .Basket h1 {
    border-bottom: 1px solid #666;
    color: #333333;
    font-size: 1.6em;
}

.AspNet-GridView-Header {
    background-color: #fff;
}

.UpdateQLefTab {
    background-color: #fff;
}

.personalisation, .preorder {
    color: #1861a5;
}

.s-search-button {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.Profile .dnnFormItem input.watermarked {
    background-color: #F2F2F2;
    color: #777;
}

.s-search-box input {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-right: 0;
    background-color: #f1f1f1;
}

    .s-search-box input:focus {
        background-color: #fff;
    }

.footercards {
    background-color: #FFFFFF;
    border-top: 2px solid #CCCCCC;
}

.s-footercontainer {
    background-color: transparent;
}

.csHomeTable a {
    color: #444;
}

    .csHomeTable a:hover {
        color: #1861a5;
    }

.s-breadcrumbs-bar p {
    color: #777;
}

#s-checkout-path {
    display: none;
}

#profileList {
    background-color: #fff;
}

.cservices #profileList {
    background-color: #fff;
}

#pagernav a {
    background-color: #00499C;
    color: #fff;
}

    #pagernav a:hover {
        background-color: #1861a5;
    }

    #pagernav a.activeSlide {
        background-color: #1861a5;
    }

.ImgButWrap a, .ImgButWrap a:active, .ImgButWrap a:visited, .ImgButWrap a:link, .ImgButWrap input, a.prc_comment_postcomment, a.prc_commentpostingpanelcommentsectionlink, .addressbook-options .ImgButWrap, .OrderDetail a.dnnPrimaryAction, a.buttonAction, .Basket #BasketDiv .UpdateQuant, div.store-fields-main table tr td .button, .clear-but input, .link-container a, .store-fields-main table tbody tr td.button input, .Login .loginContainer .ImgButWrap, .pnl-notifications table tr td.right a, .Profile ul.dnnActions a.dnnSecondaryAction, .Profile a.dnnPrimaryAction, #addressbook-edit-dialog a.dnnPrimaryAction, .Checkout .contact .action a, .Basket .contact .action a, .button ImgButWrap, .Profile .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only, button, input[type="button"], input[type="reset"], input[type="submit"], .primary2 a.dnnPrimaryAction, .primary2 input, .primary a.dnnPrimaryAction, .s-basket-button-right a.dnnPrimaryAction, #aPayNow, .buttonAction, .basketLink .langlogin a.login, .s-basket-button-right input, #aViewBag, .ContinueOn a, a.ContinueOn {
    background-color: #636363 !important;
    background-image: none;
    border: 0;
    border-radius: 0;
    color: #FFFFFF !important;
    filter: none;
    text-shadow: 0 0 0;
}

    .ImgButWrap a:hover, .ImgButWrap input:hover, .ImgButWrap a:focus, a.prc_comment_postcomment:hover, a.prc_commentpostingpanelcommentsectionlink:hover, .addressbook-options .ImgButWrap:hover, .OrderDetail a.dnnPrimaryAction:hover, a.buttonAction:hover, .Basket #BasketDiv .UpdateQuant:hover, div.store-fields-main table tr td .button:hover, .clear-but input:hover, .link-container a:hover, .store-fields-main table tbody tr td.button input:hover, .Login .loginContainer .ImgButWrap:hover, .pnl-notifications table tr td.right a:hover, .Profile ul.dnnActions a.dnnSecondaryAction:hover, .Profile a.dnnPrimaryAction:hover, #addressbook-edit-dialog a.dnnPrimaryAction:hover, .Checkout .contact .action a:hover, .Basket .contact .action a:hover, .button ImgButWrap:hover, .Profile .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover, button, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .primary2 a.dnnPrimaryAction:hover, .primary2 input:hover, .primary a.dnnPrimaryAction:hover, .s-basket-button-right a.dnnPrimaryAction:hover, #aPayNow:hover, .buttonAction:hover, .basketLink .langlogin a.login:hover, .s-basket-button-right input:hover, #aViewBag:hover, .ContinueOn a:hover, a.ContinueOn:hover {
        background-color: #1861a5 !important;
    }

#addToBasketContainer .ImgButWrap a {
    display: block;
}

    #addToBasketContainer .ImgButWrap a.isPreOrderable {
        background-color: #579e12 !important;
    }

        #addToBasketContainer .ImgButWrap a.isPreOrderable:hover {
            background-color: #96bb33 !important;
        }

.Profile #OpenOrdersGrid .ImgButWrap a, .Profile #OrderHistoryGrid .ImgButWrap a {
    background-color: #FFFFFF !important;
}

#upDonate .ImgButWrap a {
    background-color: #33AED2 !important;
}

    #upDonate .ImgButWrap a:hover {
        background-color: #009AC7 !important;
    }

input.QuickBuyButton, input.QuickWishListButton {
    border-radius: 0;
}

#addToBasketContainer .ImgButWrap a, .primary2 a.dnnPrimaryAction, .primary2 input, .primary a.dnnPrimaryAction, .s-basket-button-right a.dnnPrimaryAction, .QuickBuyContent .ImgButWrap a, #aPayNow, a.buttonAction, .basketLink .langlogin a.login, .s-basket-button-right input, #aViewBag {
    background-color: #308517 !important;
    background-image: none;
    border: 0;
    border-radius: 0;
    color: #FFFFFF !important;
    filter: none;
    text-shadow: 0 0 0;
}

    #addToBasketContainer .ImgButWrap a:hover, .primary2 a.dnnPrimaryAction:hover, .primary2 input:hover, .primary a.dnnPrimaryAction:hover, .s-basket-button-right a.dnnPrimaryAction:hover, .QuickBuyContent .ImgButWrap a:hover, #aPayNow:hover, a.buttonAction:hover, .basketLink .langlogin a.login:hover, .s-basket-button-right input:hover, #aViewBag:hover {
        background-color: #3da41d !important;
    }

.productcolour, .productsize {
    color: #555;
}

.dbc {
    background-color: transparent;
    color: #fff;
}

.plWep {
    color: #888;
}

.weWrap {
    color: #333;
}

.jansale {
    color: #1861a5;
}

.cardsbasket {
    background: url("/images/core/basketcards3.jpg") no-repeat scroll 0 0 transparent;
}

.field input.xlarge, .field input.large, .field input.medium, .field input.small, .field input.xsmall {
    border: 2px solid #ccc;
}

#MainFAQLink {
    color: #1861a5;
}

.byPostGroup {
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
}

#contactuscontent select {
    border: 1px solid #CCCCCC;
}

#LoginDiv, #securedByLogin {
    background-color: #333;
    border: none;
    border-top: 2px dotted #CCCCCC;
}

#securedByLogin {
    background-color: #fff;
}

.Login h1, .Profile h1, .OrderDetail h1 {
    border-bottom: 2px solid #333333;
}

#securedByLogin span {
    color: #777777 !important;
}

.newuser {
    border-top: 2px groove #CCCCCC !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
}

.SignLogIn {
    border: medium none !important;
}

.ProfileNavSelect a {
    background-color: #333333;
    color: #FFFFFF !important;
}

.Login .loginContainer, .Login .socialLoginContainer {
    background-color: #ffffff;
}

.newlogin {
    background-color: #fff;
    border: 2px solid #CCCCCC;
}

.TopBorder {
    border-top: 1px solid #CCCCCC;
}

.Login .PassReset .field {
    background-color: #FFFFFF;
    border: medium none;
}

#pnlAltCheckoutMethods {
    background-color: #fff;
    border: none;
    color: #333333;
}

.CheckoutMessages .error {
    background-color: #EFEFEF;
    border: none;
    color: #1861a5 !important;
}

    .CheckoutMessages .error a, .AccAddValErr a {
        color: #1861a5 !important;
    }

.AccAddValErr ul {
    background-color: #fff;
    border: none;
}

.AccAddValErr li {
    color: #1861a5;
}

#TooManyDailyOfferItemsError {
    background-color: #c10707;
    color: #FFFFFF;
}

.s-checkouts-fix h2 {
    border-bottom: 1px dashed #CCCCCC;
}

.RadSlider_Default .rslHorizontal .rslSelectedregion {
    background: url("/images/core/slideline.gif") repeat-x scroll 0 0 transparent !important;
}

.RadSlider_Default .rslHorizontal a.rslDraghandle {
    background-image: url("/images/core/thegrabslides.png") !important;
}

.RadSlider_Default .rslHorizontal .rslTrack {
    background: url("/images/core/fadeline.gif") repeat-x scroll 0 0 transparent !important;
}

.Profile #OpenOrdersGrid a, .Profile #OrderHistoryGrid a {
    color: #1861a5 !important;
}

    .Profile #OpenOrdersGrid a:hover, .Profile #OrderHistoryGrid a:hover {
        color: #1861a5 !important;
    }

.Profile #OpenOrdersGrid tr, .Profile #OrderHistoryGrid tr {
    border-bottom: 1px dashed #ccc;
}

.Profile .AspNet-GridView-Alternate {
    background-color: #fff;
}

.Profile .AspNet-GridView-Normal {
    background-color: #fff;
}

.OrderColB {
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

.TitleOrder {
    color: #777777;
    font-size: 0.9em;
}

.ContentOrder {
    color: #333333;
}

.StatusOrder {
    color: #01a04c;
}

.TotalOrder {
    color: #333333;
}

.ProductLine .sizeTitle {
    color: #777777;
}

.ProductLine .DescTitle a {
    color: #333333;
}

    .ProductLine .DescTitle a:hover {
        color: #1861a5;
    }

.Profile .sizeValue {
    color: #333333;
}

.ButtonOrder, .TrackOrder {
    background-color: #636363;
}

    .ButtonOrder:hover, .TrackOrder:hover {
        background-color: #1861a5;
    }


.OrderColC .ButtonOrder a, .OrderColC .TrackOrder a {
    color: #fff;
}

.dvTrackingNumbers {
    background-color: #FFFFFF;
}

.OrderColC .TrackOrder .dvTrackingNumbers a {
    color: #1861a5;
}

    .OrderColC .TrackOrder .dvTrackingNumbers a:hover, .ViewOrderDetails a:hover {
        color: #1861a5 !important;
    }

.jquery_tools_tooltip {
    background-color: #333333;
    color: #FFFFFF;
}

#Cancelled-popup-container, #InProgress-popup-container, #NewOrder-popup-container, #Rejected-popup-container, #Shipped-popup-container, #Submitted-popup-container {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
}

#dvCancelled, #dvInProgress, #dvNewOrder, #dvRejected, #dvShipped, #dvSubmitted {
    color: #1861a5 !important;
}

.lblMoreStatus {
    color: #1861a5;
}

    .lblMoreStatus:hover {
        color: #1861a5 !important;
    }

.Profile .AspNet-GridView-Header, .Profile .AspNet-GridView-Normal, .Profile .AspNet-GridView-Alternate {
    background-color: #fff;
}

#OrderHistoryPeriod select {
    border: 2px solid #ccc;
    background-color: #f1f1f1;
}

    #OrderHistoryPeriod select:focus {
        background-color: #fff;
    }

.Profile .AspNet-GridView-Pagination a {
    background-color: #EEEEEE;
    border: 1px dotted #CCCCCC;
}

    .Profile .AspNet-GridView-Pagination a:hover {
        background-color: #DDDDDD;
        border: 1px dotted #AAAAAA;
    }

.Profile .AspNet-GridView-Pagination span {
    background-color: #CCCCCC;
    border: 1px dotted #eee;
    color: #1861a5;
}

.OlderOrderSeparator {
    border-bottom: 2px solid #333333;
}

.OrderDetailLine {
    border: 1px solid #CCCCCC;
}

    .OrderDetailLine .col .heading {
        color: #666666;
    }

    .OrderDetailLine .col .dataOrderStatus {
        color: #01A04C;
    }

    .OrderDetailLine .col .data, .OrderDetailLine .col .dataOrderNumber, .OrderDetailLine .col .dataOrderTotal {
        color: #333333;
    }

    .OrderDetailLine .col .orderdtls {
        background-color: #1861a5;
    }

        .OrderDetailLine .col .orderdtls:hover {
            background-color: #1861a5;
        }

        .OrderDetailLine .col .orderdtls a {
            color: #fff;
        }

.languageIcons {
    border-top: 1px dashed #CCCCCC;
}

.contentwrap, .header, .sidebar {
    background-color: transparent;
}

    .header .contacts p {
        color: #1861a5;
    }

    .header .contacts .details {
        color: #333;
    }

.toplinks li a {
    color: #333;
}

.toplinks li.loggedinuser {
    color: #333;
}

.searchfields label {
    color: #fff;
}

.searchfields #ctl00_SearchLabel, .searchfields #ctl00_ctl00_SearchLabel {
    color: #fff;
}

.brandfields {
    border: 1px solid #d2d2d2;
}

.lrgimg {
    background: #fff repeat;
    padding: 12px;
}

.lrgimgs {
    background: #fff repeat;
}

.catl2 {
    border: 1px solid #d2d2d2;
}

.categories li a {
    color: #fff !important;
}

    .footerbottomlinks li a:hover, .categories li a:hover {
        color: #e6e6e6 !important;
    }

.footer .copyright, .footer .strapline {
    color: #333333;
}

    .footer .strapline .style1 {
        color: #1861a5;
    }

    .footer .strapline .style2 {
        color: #1861a5;
    }

.Browse h1 {
    color: #444444;
}

.MenuTitle1 {
    background: #fff no-repeat 0 0;
}

.bottomgap {
    background: #fff no-repeat 0 0;
}

.MenuTitle2, .MenuTitle3, .MenuTitle4 {
    color: #fff;
    background: #fff no-repeat 0 0;
    border-top: solid 22px #fff;
}

.basket h2 a:link, .basket h2 a:visited {
    color: #fff;
}

.Browse .products .products {
    border-top: 1px solid #E3E3E3;
    border-bottom: 2px solid #E3E3E3;
    background-color: #fff;
}

.Browse .products .product {
    border-top: 1px solid #e3e3e3;
}

    .Browse .products .product .productimage {
        background-color: #fff;
    }

    .Browse .products .product .productdescription a:link {
        background-color: #fff;
        color: #333333;
    }

    .Browse .products .product .sellingprice {
        color: #1861a5;
    }

    .Browse .products .product .attributes {
        background-color: #fff;
    }

.Browse #MainContent_GenderFilterText {
    color: #1861a5;
}

.Browse .productcategories li {
    background-color: #fff;
}

    .Browse .productcategories li a:hover {
        color: #1861a5;
    }

.Browse .categorycopy {
    color: #333333;
    background-color: #e3e3e3;
}

.productdetails #AlternativeImagesDiv {
    background-color: #fff;
}

    .productdetails #AlternativeImagesDiv a span {
        color: #1861a5;
    }

.productdetails .relatedinfotitle {
    color: #1861a5;
    background-color: #fff;
    border-bottom: 3px solid #E3E3E3;
}

.producttitle {
    color: #1861a5;
}

.saleprice, .PSSellPrice {
    color: #f15a24;
}

.SubBask .PriceTotalBask {
    color: #f15a24;
}

.productdetails .price .saleprice {
    color: #1861a5;
}

.PriceandCross .BaskPrice {
    color: #1861a5;
}

#OrderDetailDiv .total .FooterItem {
    color: #f15a24;
}

.titleColumn {
    border-bottom: 3px solid #E3E3E3;
}

.miniprice {
    color: #1861a5;
}

.productdetails #PriceDiv .saleprice {
    color: #1861a5;
}

.productdetails #CopyDiv .featurestext a:link, .productdetails #CopyDiv .featurestext a:visited, .productdetails #CopyDiv .featurestext a:active {
    color: #fff;
}

.productdetails #CopyDiv .featurestext a:hover {
    color: #1861a5;
}

.genderfilter li .inactivefilter:active, .genderfilter li .inactivefilter:visited, .genderfilter li .inactivefilter:link {
    color: #fff;
}

.genderfilter li .inactivefilter:hover {
    color: #1861a5;
}

.genderfilter li .activefilter {
    color: #1861a5;
}

    .genderfilter li .activefilter:active, .genderfilter li .activefilter:visited, .genderfilter li .activefilter:link {
        color: #1861a5;
    }

.Login .field.radio label, .Login .field .label {
    color: #333;
}

.User .field label, .Profile .field label, .Profile .field .label, .RecoverPassword .field label, .RecoverPassword .field .label {
    color: #333;
}

.Profile .fields label, .Profile .fields .label {
    color: #333;
}

.Login .field.radio .labela, .Login .field .labela {
    color: #333;
}

.Profile .contact .billing .SelectLink a, .Login .contact .billing .SelectLink a {
    color: #1861a5;
}

.Profile .contact h3, .Login .contact h3 {
    border-bottom: 1px solid #e3e3e3;
}

.User .error, .Profile .error, .RecoverPassword .error, .Checkout .error {
    color: #CB0015;
}

.promos ul li.error {
    color: #CB0015 !important;
}

.Login .error, .Basket .error {
    color: #CB0015;
}

.discountText {
    color: #1861a5;
}

.Basket #BasketDiv table, .Checkout #BasketDiv table {
    border-bottom: 1px solid #b2b2b2;
}

    .Checkout #BasketDiv table a, .Basket #BasketDiv table a {
        color: #333;
    }

#BasketDiv table .s-basket-remove-button {
    float: right;
    margin-right: 25px;
    padding-top: 2px;
}

.Checkout #BasketDiv table a:hover, .Basket #BasketDiv table a:hover {
    color: #1861a5;
}

.Basket #BasketDiv table th, .Checkout #BasketDiv table th {
    color: #666666;
    border-bottom: 1px solid #ccc;
}

    .Basket #BasketDiv table th.productqty, .Checkout #BasketDiv table th.productqty {
        width: 27%;
    }

.Basket #BasketDiv table td, .Checkout #BasketDiv table td {
    border-bottom: 1px dashed #B2B2B2;
    color: #333;
}

.Basket #BasketDiv .productcode span, .Checkout #BasketDiv .productcode span {
    color: #999999;
}

.Basket #BasketDiv .basketsubtotal {
    color: #333;
}

.SubTotal {
    color: #f15a24;
}

.StoreFinder .stores li p {
    color: #036;
}

.StoreLocator td.location_title {
    border-bottom: 1px solid #323232;
}

.Checkout .contact {
    background-color: #EEEEEE;
}

    .Checkout .contact h2, .Basket .contact h2 {
        color: #333;
    }

.Checkout .deliveryoptions span, .Basket .deliveryoptions span {
    color: #333;
}

.Checkout .deliveryoptions .deliverytext, .Basket .deliveryoptions .deliverytext {
    color: #666;
}

.Checkout #OrderDetailDiv td {
    color: #666666;
}

.techguide .tgcolumn {
    border: 1px solid #e3e3e3;
}

.errorindicator span {
    color: #1861a5;
}

.delitab {
    border: 2px solid #333333;
}

.ProductFilterDiv2, .ProductFilterDiv3, .ProductFilterDiv4, .ProductFilterDiv5 {
    color: #fff;
}

.Filterby {
    color: #fff;
}

.FilterDropDown {
    color: #333333;
}

.SingleFilter {
    color: #333333;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    background-color: #E3E3E3;
}

.ClearFilter {
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    background-color: #E3E3E3;
}

.ClearButtonList a:hover {
    color: #fff;
}

.ImplicitFilter {
    color: #333333;
    border: solid 1px #fff;
    background-color: #E3E3E3;
}

.mugsoffer a:active, .mugsoffer a:visited, .mugsoffer a:link {
    color: #fff;
}

.mugsoffer a:hover {
    color: #1861a5;
}

.termspromo a:active, .termspromo a:visited, .termspromo a:link {
    color: #1861a5;
}

.termspromo a:hover {
    color: #fff;
}

.compoptions {
    color: #333333;
}

.termso:link, .termso:active, .termso:visited {
    color: #333333;
}

.termso:hover {
    color: #1861a5;
}

.fromProductPrice {
    color: #777;
}

.pl .recentitems li {
    background-color: #fff;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px dashed #CCCCCC;
}

.Checkout .contact select, .Basket .contact select {
    border: 1px solid #CCCCCC;
}

.Checkout .deliveryoptions .AspNet-DataList-Item label, .Checkout .deliveryoptions .AspNet-DataList-Alternate label, .Basket .deliveryoptions .AspNet-DataList-Item label, .Basket .deliveryoptions .AspNet-DataList-Alternate label {
    color: #fff;
}

.categorycopyd4 {
    color: #555;
}

.productcodetext {
    color: #0156A7;
}

.originalprice {
    color: #888;
}

#MainContent_ProductDetail_VariantChooser_BuyColourList, #MainContent_ProductDetail_VariantChooser_BuySizeList, #MainContent_ProductDetail_PersonaliseOptions_84008697000InputTextBox, #MainContent_ProductDetail_PersonaliseOptions_84008698000InputTextBox {
    border: solid 1px #CCC;
}

.relinfolink:hover {
    color: #1861a5;
}

.Checkout .productqty input, .Basket .productqty input, .Order .productqty input {
    border: 1px solid #CCCCCC;
}

.Checkout .PromoCodeInput input, .Basket .PromoCodeInput input {
    border: 1px solid #CCCCCC;
}

.Checkout #PromoDiv h3, .Basket #PromoDiv h3 {
    color: #333;
}

.s-red {
    color: #1861a5;
}

.s-largered {
    color: #f15a24;
}

.s-smalltext {
    color: #666666;
}

.s-blue {
    color: #333333;
}

.s-innercontainer2 {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.s-account-title {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
}

.s-account-icon {
    border-bottom: 1px solid #333333;
}

.s-account-content a:hover {
    color: #1861a5;
}

.s-account-content2 a, .s-account-content12 a {
    background: none repeat scroll 0 0 #1861a5;
    border: 1px solid #CCCCCC;
    color: #FFFFFF !important;
}

    .s-account-content2 a:hover, .s-account-content12 a:hover {
        background: none repeat scroll 0 0 #1861a5 !important;
        border: 1px solid #AAAAAA;
    }

.s-search-field {
    color: #333;
}

.OrderDetail .s-maincontent-container, .Basket .s-maincontent-container, .Checkout .s-maincontent-container, .Login .s-maincontent-container, .cservices .s-maincontent-container, .Profile .s-maincontent-container, .techguide .s-maincontent-container {
    background-color: #fff;
}

.OrderDetail .orderinfo th {
    color: #333;
}

.categoryListSide h2 {
    color: #444;
}

.s-brandsmenu select {
    border: 1px solid #999999;
}

.s-saleitems a, .s-saleitems a:hover, .s-saleitems a:active, .s-saleitems a:visited, .s-saleitems a:link {
    color: #FFFFFF;
}

.weaccept, .securedby, .followus {
    color: #666;
}

.s-featurecontent {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #999999;
    border-bottom-color: #999999;
}

.s-footerhelpgroup ul li {
    border-right: 1px solid #CCCCCC;
}

.lasthelpgroup ul li, .lasthelpgroup ul {
    border: none;
}

.s-featuretitle {
    color: #0156A7 !important;
}

.s-featurecontent p {
    color: #333333;
}

.s-content-right {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.sizeText {
    color: #333333;
}

.s-producttext-top p {
    color: #333;
}

.s-producttext-top a {
    color: #333;
}

    .s-producttext-top a:hover {
        color: #1861a5;
    }

.s-filters a {
    color: #fff;
}

    .s-filters a:hover {
        color: #1861a5;
    }

.s-backbutton a, .s-backbutton a:active, .s-backbutton a:link, .s-backbutton a:visited {
    color: #0156A7;
}

    .s-backbutton a:hover {
        color: #1861a5;
    }

.s-product-image-main {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

.s-priceandlogo-container {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
}

.s-price {
    border-right: 1px solid #666666;
}

.s-productextras {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.s-product-view-sub-header-left {
    border: 1px solid #CCCCCC;
    color: #0156A7;
}

.s-product-view-sub-header-right {
    border: 1px solid #CCCCCC;
    color: #0156A7;
}

.s-productenlarge-left a, .s-productenlarge-left a:link, .s-productenlarge-left a:visited, .s-productenlarge-left a:active {
    color: #0156A7;
}

    .s-productenlarge-left a:hover, .s-productenlarge-left span:hover {
        color: #1861a5;
    }

.s-shipping-bottom-content {
    border: medium none;
}

.s-delivery-options .AspNet-DataList .AspNet-DataList-Item, .s-delivery-options .AspNet-DataList .AspNet-DataList-Alternate {
    background-color: #fff;
    width: 33% !important;
    border: 1px solid #ccc;
}

    .s-delivery-options .AspNet-DataList .AspNet-DataList-Item:hover, .s-delivery-options .AspNet-DataList .AspNet-DataList-Alternate:hover {
        background-color: #eee;
    }

.Checkout .deliveryoptions table td {
    padding: 8px;
}

.errorlarry li {
    color: #1861a5;
}

.Profile h3 {
    color: #333;
}

.RecentProducts-Normal span, .RecentProducts-Alternate span {
    color: #888;
}

.RecentProducts-Normal a span, .RecentProducts-Alternate a span {
    color: #444;
}

    .RecentProducts-Normal a span:hover, .RecentProducts-Alternate a span:hover {
        color: #1861a5;
    }

.noprodos p {
    color: #1861a5;
}

.techguide h3 {
    color: #333;
}

.prodname {
    color: #333333;
}

.prodprice {
    color: #1861a5;
}

.largeimagetop {
    color: #333333;
}

.productFilterTitleBox a, .productFilterClear a:active, .productFilterClear a:visited, .productFilterClear a:link {
    color: #666 !important;
}

    .productFilterTitleBox a:hover {
        color: #000 !important;
    }

.productFilterTitle {
    color: #333;
}

.NotSelectableFilter {
    color: #888;
}

.MoreRowsOnFilter:hover, .LessRowsOnFilter:hover {
    color: #1861a5;
}

.engcomp {
    color: #1861a5;
}

.pppt {
    color: #666;
}

.personalisationTitlePrice {
    color: #333333;
}

.confirmfound {
    color: #1861a5;
}

#breadcrumb {
    border-bottom: none !important;
    border-top: none !important;
    background: #EEEEEE !important;
}

    #breadcrumb ol li {
        color: #333333;
        background: url("/Images/core/bkg_line_breadcrumb2.png") no-repeat scroll 0 3px transparent !important;
    }

        #breadcrumb ol li a, #breadcrumb .backToList {
            color: #666;
        }

    #breadcrumb ol .home {
        background: none repeat scroll 0 0 transparent !important;
    }

.helpheaders h2 {
    background-color: #333;
    color: #fff;
}

#sorry {
    color: #333;
}

#emailto {
    color: #666;
}

#clickback {
    color: #666;
}

.ErrorText {
    color: #333333;
}

.AssociatedProductProduct .recommendedprice {
    color: #999;
}

.AssociatedProductProduct .productPrice {
    color: #1861a5;
    border-bottom: 1px dashed #CCCCCC;
}

.AssociatedProductsTitle {
    background-color: #f1f1f1;
    color: #666666;
}

#productImages .imageControls .spinzoom {
    border: none;
}

    #productImages .imageControls .spinzoom:hover {
        background-color: #fff !important;
        color: #333 !important;
    }

#AssociatedProductsList {
    border: 1px solid #ddd;
}

.AssociatedProductDescription {
    color: #444;
}

    .AssociatedProductDescription:hover {
        color: #1861a5;
    }

.DontForgetText {
    background-color: #EDEDED;
    border-bottom: 1px solid #B2B2B2;
    color: #333333;
}

.s-account-container2a, .s-account-container2b, .s-account-container2c, .s-account-container2d {
    border-right: 1px solid #ccc;
}

#brandcontainer {
    background-image: none !important;
}

.basketcheckoutbox a, .basketcheckoutbox a:link, .basketcheckoutbox a:visited, .basketcheckoutbox a:active {
    color: #444;
}

    .basketcheckoutbox a:hover {
        color: #1861a5;
    }

.s-search {
    background-color: #fff;
    border: 1px solid #CCCCCC;
}

.s-account-title2 a {
    color: #636363;
}

    .s-account-title2 a:hover {
        color: #1861a5;
    }

#slideshowsoce {
    background-color: transparent;
}

    #slideshowsoce a {
        background-color: transparent !important;
    }

.MainSoce a, .SideSoce a, .SixSoce a, .MainSoce, .SideSoce, .SixSoce, #SideSoces {
    background-color: transparent !important;
    background: transparent !important;
}

.s-innercontainer {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 20px solid #FFFFFF;
    border-right: 20px solid #FFFFFF;
}

.sizeDetail {
    color: #666;
}

.leftbar .colleft, .leftbar {
    background: #fff !important;
}

.ProdDetails .leftbar .colleft, .ProdDetails .leftbar {
    background: transparent !important;
}

#productDetails #infoTabs .infoTabPage, #productDetails #infoTabs .infoTabPage a {
    color: #333;
}

    #productDetails #infoTabs .infoTabPage a:hover {
        color: #1861a5;
    }

    #productDetails #infoTabs .infoTabPage h1, #productDetails #infoTabs .infoTabPage h2, #productDetails #infoTabs .infoTabPage h3 {
        color: #333333;
    }

#productDetails #infoTabs .infoTabPageContainer, #productDetails #infoTabs .multiPage {
    background-color: #fff;
}

#productImages .imageControls .zoomControl, #productImages .imageControls .spinControl {
    color: #666666;
    width: auto;
    padding: 4px;
}

    #productImages .imageControls .zoomControl:hover, #productImages .imageControls .spinControl:hover {
        color: #333;
    }

#pnlRecentlyViewedProducts .s-left-header {
    background-color: #636363;
}

.colmask {
    background-color: #FFFFFF !important;
}

.ProdDetails .colmask {
    background-color: transparent !important;
}

#productDetails #infoTabs .infoTabPage .productCode {
    color: #333;
}

#breadcrumb a:hover {
    color: #1861a5;
}

#MapsidesA, #MapsidesB, #MapAyes {
    background-color: transparent !important;
}

#productDetails #infoTabs .infoTabPage p {
    color: #333;
}

#productImages .imageControls .separat {
    height: 18px;
    margin: 8px 0;
}

#productImages .imageControls {
    width: 100%;
    float: left;
}

.dropprods_Order {
    border: 1px solid #CCCCCC;
}

.lefttab {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

#productDetails .personalisationTitlePanel .personalisationTitleContentsText {
    color: #444;
}

#productImages #piPrevious #piPreviousImage, #productImages #piNext #piNextImage {
    border: none !important;
}

.RadTabStrip .rtsLevel .rtsOut, .RadTabStrip .rtsLevel .rtsIn, .RadTabStrip .rtsLevel .rtsTxt {
    color: #888 !important;
}

    .RadTabStrip .rtsLevel .rtsOut:hover, .RadTabStrip .rtsLevel .rtsIn:hover, .RadTabStrip .rtsLevel .rtsTxt:hover {
        color: #444 !important;
    }

.RadTabStripTop_Vista .rtsLevel .rtsLink {
    padding: 0;
    border: 1px solid #ccc;
}

.RadTabStripTop_Vista .rtsLevel .rtsLink, .RadTabStripTop_Vista .rtsLevel .rtsOut, .RadTabStripBottom_Vista .rtsLevel .rtsLink, .RadTabStripBottom_Vista .rtsLevel .rtsOut, .RadTabStripTop_Vista_Baseline .rtsLevel, .RadTabStripBottom_Vista_Baseline .rtsLevel {
    background-color: #fff;
    background-image: none !important;
}

.RadTabStrip .rtsLevel .rtsSelected .rtsIn {
    color: #444 !important;
    background-color: #eee;
}

.QuickBuyAssociatedProducts {
    background: #1861a5 !important;
}

.countryarea input {
    background: url("/images/core/inputgradihov.jpg") repeat-x scroll 0 0 #FAFAFA;
    border: 2px solid #CCCCCC;
}

.StoreLocator .s-store-fix {
    border-bottom: 2px dotted #CCCCCC;
}

.StoreLocator .findstore input, .StoreLocator .findstore select {
    background-color: #F1F1F1;
    border: 1px dashed #CCCCCC;
}

    .StoreLocator .findstore input:focus, .StoreLocator .findstore select:focus {
        background-color: #fff;
        border: 1px solid #CCCCCC;
    }

.BrandsLill {
    background-color: #333333;
}

.countryfind select {
    border: 2px solid #ccc;
}

.StoreLocator .s-store-fix #Table2 tr {
    background-color: #eee !important;
}

.StoreLocator .s-store-fix #Table2 td {
    border-bottom: 1px dashed #CCCCCC;
}

.User .field.checkbox input, .Profile .field.checkbox input, .Login .field.checkbox input {
    border: 1px solid #ccc !important;
    background: none;
}

#newmenu li.inact span {
    background: url("/images/marketing/asc-hover.png") repeat top left transparent;
}

    #newmenu li.inact span:hover, #newmenu li.act span:hover {
        background: url("/images/marketing/asc-hov.png") repeat top left transparent;
    }

#newmenu li.act span {
    background: none;
}

.asc-four li {
    border: 1px solid #CCCCCC;
}

.asc-four p {
    color: #666666;
}

.s-accountsegments3 select {
    border: 1px solid #DDDDDD;
}

.pkfwrapper {
    border: none !important;
}

.topnavicon {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

#divShowAlternateImges {
    width: 100%;
}


#piThumbList li img {
    border: 1px solid #fff !important;
    width: 70px;
    height: 70px;
}

    #piThumbList li img:hover {
        border: 1px solid #ddd !important;
    }

#piThumbList .piActiveThumb {
    border: 1px solid #eee !important;
}

.AltImgTitleTxt {
    display: none;
}

.brandsArea a {
    background-image: url("/images/core/brandsd.jpg");
}

.greyBoxBrand {
    background-color: #FFFFFF !important;
}

.whiteBoxBrand .greyBgBrand.boxContentBrand, .whiteBoxBrand {
    background: none repeat scroll 0 0 #FFFFFF !important;
}

    .whiteBoxBrand .boxContentBrand {
        border: none !important;
    }

.lettersBoxesColumn .boxContentBrand a {
    color: #666666 !important;
}

    .lettersBoxesColumn .boxContentBrand a:hover {
        color: #333 !important;
    }

.lettersBoxesColumn .boxContentBrand a {
    color: #666666 !important;
}

    .lettersBoxesColumn .boxContentBrand a:hover {
        color: #333 !important;
    }

#pnlRecentlyViewedProducts .s-left-header {
    background-color: #f1f1f1;
    color: #666666;
}

#pnlRecentlyViewedProducts .s-left-content-container {
    color: #666666;
}

.Basket #pnlRecentlyViewedProducts .s-left-content-container, .Checkout #pnlRecentlyViewedProducts .s-left-content-container {
    border: 1px solid #ddd;
}

#pnlRecentlyViewedProducts .recentitems .recommendedprice {
    color: #1861a5;
}

#QuickBuyUserMessage {
    color: #1861a5 !important;
}

.infoTabPageContainer .infoTabPage .preOrder {
    color: #1861a5 !important;
}

.AmzChkOut h1 {
    border-bottom: 1px dashed #CCCCCC;
}

.AmazonBtmSec p {
    border: 1px dashed #DDDDDD;
}

ul.newsticker li {
    color: #fff;
}

.HoldIt li {
    color: #fff;
}

.QuickBuyButton {
    background-color: #1861a5;
    opacity: 0.8;
}

.QuickWishListButton {
    opacity: 0.8;
    background-color: #444;
}

    .QuickBuyButton:hover, .QuickWishListButton:hover {
        opacity: 0.9;
    }

.AddBasketQuantitySize .QuickBuyAddToBasketButton a {
    background-color: #1861a5;
}

    .AddBasketQuantitySize .QuickBuyAddToBasketButton a:hover {
        background-color: #1861a5;
    }

#QuickBuyTitle {
    color: #1861a5;
}

#QuickBuyUserMessage {
    color: #1861a5 !important;
}

#spnFrom {
    color: #cf0909;
}

.sizegroup #leftnav {
    background-image: url("/images/bg_leftnavSideGuide.png");
    background-repeat: no-repeat;
}

    .sizegroup #leftnav a {
        color: #FFFFFF;
    }

        .sizegroup #leftnav a:hover {
            color: #FF0000;
        }

.sizegroup #current a {
    color: #FF0000;
}

.sizegroup #content {
    background-image: url("/images/bg_contentSizeGuide.png");
    background-repeat: no-repeat;
}

.sizegroup h1 {
    background-color: #eee;
    color: #333;
}

input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, input[type="file"]:disabled::-webkit-file-upload-button, button:disabled, select:disabled, keygen:disabled, optgroup:disabled, option:disabled {
    color: #888;
}

.RightBox p, .RightBox h3, .RightBox, .TopHeader p {
    color: #636363;
}

.c_BlackTitle h3 {
    background-color: #EEEEEE;
    border-bottom: 2px solid #CCCCCC;
}

.groupquestions li {
    background: transparent url("/images/core/diam4vr.png") no-repeat scroll left center;
}

.relatedquestions h4 {
    border-bottom: 1px dotted #CCCCCC;
}

.csHomeTable {
    border: 1px solid #CCCCCC;
}

    .csHomeTable li.header {
        background-color: #EEEEEE;
    }

        .csHomeTable li.header a {
            color: #333;
        }

            .csHomeTable li.header a:hover {
                color: #1861a5;
            }

.contactus_popup a {
    color: #1861a5;
}

.ReplyCommnetBorder {
    border: 1px dashed #CCCCCC !important;
}

.prc_commentpostingpanelcommentsectiontextboxcomment {
    border: 2px solid #CCCCCC;
}

.prc_ModShow_Textbox {
    border: 2px solid #CCCCCC;
}

hr {
    border-top: 1px solid #ccc;
}

ins {
    background: #ff9;
    color: #333333;
}

mark {
    background: #ff0;
    color: #333333;
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

.chromeframe {
    background: #ccc;
    color: black;
}

.basketLink .langlogin .language {
    border: 1px solid #CCC;
}

.basketLink .basketLink-title a {
    color: #444;
}

    .basketLink .basketLink-title a:hover {
        color: #1861a5;
    }

.basketLink .basketLink-total li {
    border-top: 2px dotted #CCC;
}

    .basketLink .basketLink-total li span {
        color: #333;
    }


/* MENU STUFF */

#topMenuWrapper nav#topMenu li.root > ul li a:hover {
    text-decoration: none;
    background-color: #1861a5;
    color: #FFF;
}

nav#topMenu > ul > li:hover {
    background-color: #13528d;
}

nav#topMenu > ul > li.saleItem {
    background-color: #1861a5;
}

    nav#topMenu > ul > li.saleItem:hover {
        background-color: #1861a5;
    }

nav#topMenu ul li.root {
    width: 7.6%;
}

    nav#topMenu ul li.root > a {
        font: 1.2em/16px Arial, Helvetica, Tahoma, sans-serif;
    }

nav#topMenu li.root > a {
    color: #fff;
    font-size: 1.3em;
    font-weight: normal;
    padding: 0 6.9px;
}

    nav#topMenu li.root > a:hover {
        color: #fff;
    }

nav#topMenu li.root > ul {
    background-color: #fefefe;
}

nav#topMenu > ul li.columnGroup {
    background-color: #FFF;
}

nav#topMenu li.columnGroup a {
    color: #636363;
}

nav#topMenu li.root > ul li a {
    color: #636363;
}

#bottomLinkMenu {
    border-top: 1px solid #ccc;
}

    #bottomLinkMenu ul.topLevel li.root {
        color: #666;
    }

    #bottomLinkMenu ul.topLevel ul.subLevel li.columnGroup {
        border-right: 1px solid #CCC;
    }

    #bottomLinkMenu ul.topLevel ul.subLevel li a {
        color: #636363;
    }

        #bottomLinkMenu ul.topLevel ul.subLevel li a:hover {
            color: #E15401;
        }

    #bottomLinkMenu ul.topLevel ul.subLevel li.columnGroup {
        border-right: 1px solid #cccccc;
    }

#productFilter {
    background-color: #efefef;
}

#productFilter-title {
    background-color: #424142;
    color: #fff;
}

productFilter-group-container {
    border-bottom: 1px dotted #AAA;
}

.productFilter-group-clear a {
    color: #333333;
}

.productFilter-group {
    color: #333;
    background: url('/images/toggleopens.png') no-repeat left top;
}

.productFilter-group-closed {
    background-image: url('/images/togglecloses.png');
}

.productFilter-results {
    border-bottom: 1px dotted #AAA;
    color: #333;
}

.productFilter-option-disabled {
    color: #888;
}

.productFilter-option-hover label span {
    color: #1861a5;
}

.ui-slider .ui-slider-handle {
    border: 1px solid #999;
}

.productFilter-slider {
    border: 0;
    background-color: transparent;
}

#pProductsList {
    border: 0px solid #aaa;
}

#productsLoader {
    background-color: #fff;
}

.pageBar {
    background-color: #eee;
    color: #666;
}

    .pageBar a {
        color: #333333;
    }

        .pageBar a:hover {
            color: #1861a5;
        }

.pageList a:hover {
    background-color: #333;
    color: #fff;
}

.sorting select {
    border: 1px solid #CCCCCC;
}

.currentPage {
    background-color: #666;
    color: #fff !important;
}

.pProductContainer {
    border: 1px dotted #aaa;
}

.pProductInfo {
    background-color: #dedfde;
}

.pProductInfo-hover {
    background-color: #eee !important;
}

.pFrom {
    color: #666;
}

.pPrice {
    color: #1861a5;
}

.pRef {
    color: #888;
}

.pRefPrice {
    color: #666;
}

.pPercentOff {
    color: #0055A5;
}

.pSizes {
    color: #666;
}

.pTitle a {
    color: #333333;
}

    .pTitle a:hover {
        color: #1861a5;
    }

.pCategory .pCategoryHead {
    color: #fff;
}

.pCategory a {
    background-color: #444;
}

    .pCategory a:hover {
        background-color: #1861a5;
    }

#pBreadcrumb {
    background-color: #eee;
}

#pSideBar {
    background-color: #eee;
}

    #pSideBar a {
        color: #444;
    }

    #pSideBar h3 {
        color: #666;
        border-bottom: 1px dotted #ccc;
    }

.navPageActive {
    color: Blue;
}

#divBagTotalLink span {
    color: #fff;
}

    #divBagTotalLink span#bagQuantity {
        background-color: #13528d;
    }

#divBagItems {
    border: 1px solid #ccc;
    box-shadow: 0 5px 3px -2px #CCCCCC;
    background-color: #fff;
}

.bagItemsContainerHover {
    background-color: #eaeaea;
}

#divEmptyErrorMessage {
    border: 1px dotted #CCCCCC;
    box-shadow: 1px 1px 2px #DBDBDB;
    background-color: #fff;
}

span.PSRefPrice {
	color: #515151;
}

#divAjaxLoaderImage {
    background-color: #fff;
    border: 1px dotted #CCCCCC;
    box-shadow: 1px 1px 2px #DBDBDB;
}

#divAddRemoveToBag {
    background-color: #fff;
}

.BaskName:hover {
    color: #1861a5;
}

.BaskColr {
    color: #888888;
}

.BaskSize {
    color: #888888;
}

a.removeClass {
    background-color: #FFFFFF;
}

.maxText {
    color: #e81515;
}

.productFilter-group-container {
    border-bottom: 1px dotted #AAAAAA;
    border-top: 1px dotted #CCCCCC;
}

span#lblWeLeftTab {
    color: #1861a5;
}

.User .messagearea, .Profile .messagearea {
    color: #363636;
}

.WithNoBorder {
    border: 0;
}

nav#topMenu > ul li.SaleTop {
    background-color: #E15401;
}

    nav#topMenu > ul li.SaleTop:hover {
        background-color: #E15401;
    }

nav#topMenu > ul li.ClearBack {
    background-color: #f3d600;
}

    nav#topMenu > ul li.ClearBack:hover {
        background-color: #e5ca00;
    }

    nav#topMenu > ul li.ClearBack > a, nav#topMenu > ul li.ClearBack > a:hover {
        color: #333;
    }

.nav#topMenu li.root > ul .sdmColSaleHeader > a {
    color: #cf0909;
}

.preOrder {
    color: #2965b0 !important;
}

#topLinkMenu ul li a, #topLinkMenu ul li.TopLinkDrop ul li a, #topLinkMenu ul li a:hover {
    color: #FFF;
}

    #topLinkMenu ul li a:hover {
        background-color: #13528d;
    }

.rrStratSellPrice, .AltStratSellPrice {
    color: #f15a24;
}

.AltStratRefPrice {
color: red;
}

#dnn_ctr7749_View_SearchForStores {
    background-color: #434343;
}

    #dnn_ctr7749_View_SearchForStores:hover {
        background-color: #1861a5;
    }

a.StoreFinderLink:hover {
    color: #1861a5;
}

#addressbook-container .addressbook-type a, #addressbook-container .addressbook-type span {
    color: #1861a5;
}

nav#topMenu li.root > ul .sdmColSaleHeader > a, nav#topMenu li.root > ul .sdmColSaleFooter > a {
    color: #1861a5;
}

.ui-autocomplete li #ui-active-menuitem {
    background-color: #E15401;
    color: #FFFFFF;
}

.ASCdelivery span.freedeliv {
    background: url("/images/core/sdvan.png") no-repeat scroll left center transparent;
}

.ToplinksGroup .search input.watermarked {
    color: #999;
}

/* ADDITIONS */

#newmenu {
    height: 91px;
}

/* Product Detail */

.DnnModule-ProductDetail {
    width: 100%;
    min-height: 450px;
}

.leftbar .col1 {
    width: 67.5%;
}

#productImages #productImageContainer, .productImage img {
    height: auto;
    width: 100%;
}

#productImages #productImageContainer {
    display: inline-block;
    float: none;
}

#productImages #productImageContainer {
    width: 100%;
}

#productDetails {
    padding-top: 10px;
}

.ProdDetLeft {
    float: left;
}

.ProdDetRight {
    float: right;
}

.logontitle {
    margin: 0;
}

.logo {
    float: left;
}

    .logo, .logo img {
        height: auto;
        max-height: 35px;
        max-width: 60px;
        width: auto;
    }

.title {
    margin: 6px 0;
    width: 100%;
}

    .title h1 {
        font-size: 1.3em;
        font-weight: normal;
    }

#reviews {
    width: 100%;
}

#productDetails #priceAndLogo {
    margin: 0;
    padding: 10px 0;
}

    #productDetails #priceAndLogo #price {
        float: left;
    }

.originalprice {
    font-size: 1.3em;
    line-height: 1.1em;
}

.saleprice {
    font-size: 2.5em;
}

#pnlWebPercentOff {
    padding-top: 5px;
}

.weWrap {
    font-size: 1em;
}

#productVariantAndPrice {
    background-color: #F1F1F1;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    clear: left;
    padding: 5px 10px 5px;
    width: 100%;
    margin: 0;
}

.s-productextras-row-wrapper {
    width: 100%;
}

.s-productextras-column-1 {
    padding: 8px 0;
}

.RadTabStrip .rtsOut {
    padding-right: 0 !important;
}

.RadTabStrip .rtsIn, .RadTabStripVertical .rtsIn {
    font-weight: bold;
    padding: 0 24px !important;
}

.Responsive .RadTabStrip .rtsIn, .RadTabStripVertical .rtsIn {
    font-weight: bold;
    padding: 0 0px !important;
}

.RadTabStrip_Vista .rtsLink {
    font: 11px/26px Arial,Tahoma,Helvetica,sans-serif !important;
}

.infoTabPage h2 {
    font-size: 1.1em;
}

#SocialLikesWrapper {
    margin: 10px 0 0;
    width: 100%;
}

#pnlPersonalisation {
    margin-top: 8px;
}

.personalisationTitleContents {
    padding: 0;
    width: 100%;
}

.myid {
    height: 25px;
    padding: 4px;
    width: 25px;
}

.Responsive .myid {
    height: 33px;
    width: 33px;
}

.togglepers {
    padding-top: 10px;
    padding-left: 0;
}

#productImages .imageControls .spinOnly .spinControl, #productImages .imageControls .zoomOnly .zoomControl {
    width: 289px;
}

.PreDate {
    color: #333333;
    font-size: 1.1em !important;
    font-weight: bold;
}


#productDetails select, #productDetails .letters input, #productDetails .numbers input, #productDetails .letnum input {
    margin-right: 0;
}

#productDetails .persMain select {
    width: 192px;
}

#productDetails .persMain input {
    width: 182px;
}

#productDetails .persMain .personalisationtick {
    width: auto;
}

#productDetails .BasketWishContainer {
    background-color: #F1F1F1;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 15px 10px 20px;
    width: 100%;
    margin: 0;
    min-height: 40px;
}

#productDetails #addToBasketContainer .ImgButWrap {
    width: 100%;
    text-align: center;
}

.ProdDetRight #infoTabs {
    float: right;
    margin-left: 5px;
    width: 100%;
}

    .ProdDetRight #infoTabs .infoTabPage {
        font-size: 1em;
    }

    .ProdDetRight #infoTabs .multiPage {
        height: 350px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .ProdDetRight #infoTabs .infoTabPage p {
        font-size: 1em;
    }

#productDetails .personalisationTitlePanel .personalisationTitleContentsText {
    font-size: 1em;
    padding: 6px 6px 0;
}

#productDetails .personalisationTitlePanel .personalisationTitleContentsText {
    font-size: 1em;
    padding: 10px 6px 0;
}

#productDetails .personalisationTitlePanel .personalisationTitleContentsPrice {
    padding: 7.5px 0 0 6px;
}

.ProdDetails .VertTwo .rrVertOne, .ProdDetails .VertTwoa .AltVertOne {
    display: none;
}

.ProdDetails .VertTwo .rrStratTitle, .ProdDetails .VertTwo .AltStratTitle {
    background-color: transparent;
    color: #333333;
    font-size: 0.9em;
    font-weight: bold;
    padding: 4px 18px 6px 0;
    text-align: center;
}

.ProdDetails .VertTwo .rrVertOne ul, .ProdDetails .VertTwo .AltVertOne ul {
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}

.ProdDetails .VertTwo .rrStratProduct, .ProdDetails .VertTwo .AltStratProduct {
    border-bottom: 0 none;
    height: 146px;
    padding: 4px 0 0;
    width: 120px;
}

.ProdDetails #BreadcrumbGroup {
    width: 100%;
    position: relative;
}

.ProdDetails .VertTwo .rrStratDescription, .ProdDetails .VertTwo .AltStratDescription {
    padding: 0 2px;
}

.ProdDetails .VertTwo .rrStratProduct img, .ProdDetails .VertTwo .AltStratProduct img {
    height: 65px;
    width: 65px;
}

.ProdDetails .VertTwo .rrStratImgQuick, .ProdDetails .VertTwo .AltStratImgQuick {
    height: 65px;
}

.ProdDetails .VertTwo .rrStratProduct .QuickBuyButton, .ProdDetails .VertTwo .AltStratProduct .QuickBuyButton {
    bottom: 32%;
    height: auto;
    left: 24%;
    opacity: 0.7;
    padding: 3px;
    width: auto;
}

    .ProdDetails .VertTwo .rrStratProduct .QuickBuyButton:hover, .ProdDetails .VertTwo .AltStratProduct .QuickBuyButton:hover {
        opacity: 0.6;
    }

#piThumbs {
    width: 100%;
    margin-top: 0;
}

.leftbar .col2 {
    float: left;
    width: 31.5%;
    margin-top: 10px;
    text-align: center;
}

.CheckButTop {
    margin-top: 10px;
}

/* checkout dropdown bag */

#aPayNow {
    display: none;
}

#ulBag li {
    background-color: #FFFFFF;
}

    #ulBag li img.Baskimg {
        background-color: #FFFFFF;
    }

#divBagItemsChild p {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 4px;
    padding-bottom: 4px;
    text-align: center;
}

.BaskPrice {
    color: #f15a24;
}

.Basket #BasketDiv .UpdateQuant {
background-color:#124B8C !important; 
}

.BaskName {
    font-weight: bold;
}

.Basket .dontForget, .Checkout .dontForget {
    margin-bottom: 10px;
}

#divMultiplePurchases {
    background-color: #F1F1F1;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin: 0;
    padding: 4px 10px;
    width: 100%;
}

    #divMultiplePurchases .s-productextras-column-2 {
        clear: none;
        padding-left: 15px;
        width: auto;
    }

#divColourImages {
    background-color: #F1F1F1;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 0;
    padding: 0 10px 5px;
    float: left;
    width: 100%;
}

#VariantChooser .swapSize {
}

#VariantChooser .swapColour {
    margin-top: 68px;
    padding: 0;
}

.swapColour .s-productextras-column-2-3 {
    padding-top: 6px;
}

    .swapColour .s-productextras-column-2-3 span {
        padding-left: 22px;
    }

#productImages .imageControls .zoomControl img, #productImages .imageControls .spinControl img {
    vertical-align: text-top;
}

#zoom-panel {
    right: 0;
}

.lt-ie8 #zoom-panel {
    right: -4px;
}

.colourImages li {
    margin: 2.5px 1.25px 0;
    padding: 3px;
}

.variantHighlight:before {
    left: 17px;
}

.lt-ie8 nav#topMenu li.sdmColHeaderHidden {
    margin-top: 5px;
}

.QuickWishListButtonContainer {
    border: 0;
}

.s-checkout-fix .secondary a, .BagandCheckoutBtn .secondary2 a, .s-basket-buttons .s-basket-button-left a {
    background-color: #FFFFFF !important;
    color: #333333 !important;
    border: 0;
}

.HorzComplete .rrVertOne, .HorzPartial .rrVertOne, .rrSdSlider, .AltSdSlider, .HorzComplete .AltVertOne, .HorzPartial .AltVertOne, .RecentlyViewedListOnProductsPage .AltVertOne {
    border: 0;
    width: 100%;
}

.ProdDetails #divRrPlacement, .ProdDetails .DnnModule-RRPlacement {
    width: 100%;
}

.ProdDetails .RecentlyViewedListOnProductsPage .AltStratProduct {
    width: 16.25%;
}

.rrStratTitle, .AltStratTitle {
    background-color: transparent;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 10px;
}

a.rrStratBrandDesc, a.AltStratBrandDesc {
    display: inline-block;
    font-size: 0.9em;
    height: 28px;
    overflow: hidden;
    padding: 0 4px;
}

.rrStratBrand, .AltStratBrand, .rrStratDescription, .AltStratDescription {
    display: inline;
    height: auto;
    overflow: auto;
    padding: 0;
    line-height: 1em;
}

.AltStratBrand {
    padding-right: 4px;
}

.rrStratImgQuick, .AltStratImgQuick, .RvStratImgQuick {
    margin-bottom: 6px;
}

.layout li a {
    width: 35px;
}

.layout li.colopt3 a {
    background-position: 0 0;
}

    .layout li.colopt3 a:hover, .layout li.colopt3.selected a {
        background-position: 0 -25px;
    }

.layout li.colopt4 a {
    background-position: -31px 0;
    width: 38px;
}

    .layout li.colopt4 a:hover, .layout li.colopt4.selected a {
        background-position: -31px -25px;
    }

.layout li.colopt5 a {
    background-position: -66px 0;
    width: 36px;
}

    .layout li.colopt5 a:hover, .layout li.colopt5.selected a {
        background-position: -66px -25px;
    }

.SliderContain .ui-slider-horizontal .ui-slider-handle {
    margin-left: -3px;
    margin-right: 0;
}

#addToBasketContainer.tooltip > div.tooltipContent {
    left: 38%;
    top: -14px;
}

#addToWishListContainer.tooltip > div.tooltipContent {
    left: -260%;
}

.BodyWrap, #BodyWrap {
    background-color: #eee;
}

#subMenu {
    width: 84%;
}

.fieldcheckbox {
    width: 62%;
}

#address-sec {
    margin: 0;
}

.dontForget, .dontForget img {
    width: 100%;
    height: auto;
}

.langdropdown dd ul {
    right: 5px;
    left: auto;
}

.pl .s-productscontainer2 .AspNet-DataList-Item {
}

.pl .columns4 .s-productscontainer2 .AspNet-DataList-Item {
}

.pl .columns3 .s-productscontainer2 .AspNet-DataList-Item {
}

.s-producttext-price {
    border-top: 0;
}

.layout li a {
    float: left;
    background: transparent url('/images/core/12345-block.png') no-repeat left top;
    height: 19px;
    width: 35px;
}

.layout li.coloptmob1 a {
    background-position: 0 0;
}

    .layout li.coloptmob1 a:hover, .layout li.coloptmob1.selected a {
        background-position: 0 -25px;
    }

.layout li.coloptmob2 a {
    background-position: -31px 0;
}

    .layout li.coloptmob2 a:hover, .layout li.coloptmob2.selected a {
        background-position: -31px -25px;
    }

.layout li.colopt3 a {
    background-position: -68px 0;
}

    .layout li.colopt3 a:hover, .layout li.colopt3.selected a {
        background-position: -68px -25px;
    }

.layout li.colopt4 a {
    background-position: -99px 0;
}

    .layout li.colopt4 a:hover, .layout li.colopt4.selected a {
        background-position: -99px -25px;
    }

.layout li.colopt5 a {
    background-position: -132px 0;
}

    .layout li.colopt5 a:hover, .layout li.colopt5.selected a {
        background-position: -132px -25px;
    }

.mobCardSelectionBtn {
    border-radius: 0!important;
    margin-bottom: 10px!important;
}

.piActiveDot {
    background-color: #1861a5!important;
}

.FooterGroupLink li a:hover {
    text-decoration: none;
}

#FootcmdSearch {
    color: #1861a5;
}

.TopNavBar {
    background-color: #1861a5;
}

.ToplinksGroup .topRow {
    border-bottom: 1px solid #13528d;
}

.HeaderWrap {
    box-shadow: none;
}

.ToplinksGroup .HeaderIcons li > a, #divBagTotalLink a#aBagLink {
    color: #FFF;
}

    .ToplinksGroup .HeaderIcons > li a:hover, #divBagTotalLink a#aBagLink:hover {
        background-color: #13528d;
        color: #FFF;
    }

#topMenuWrapper {
    background-color: #1861a5;
    background: url("/images/core/ftMenugrad.png") repeat-x scroll center top;
}

.LogoWrap {
    padding-top: 10px;
}

    .LogoWrap img {
        max-height: 55px;
    }

.LogoCheck {
    background-color: #1861a5;
}

/* Mobile media query overrides */
@media (max-width: 767px) {
    .Basket .ads, .Checkout .ads {
        display: none;
    }

    .LogoWrap img {
        max-height: 35px;
    }

    .Responsive .categoryListSide h2 {
        background: #1861a5;
    }

    #divBagTotalLink span#bagQuantity {
        background: none;
    }

    .LogoWrap img {
        max-height: 35px;
    }
}

/* Tablet media query overrides */
@media (min-width: 768px) and (max-width: 1021px) {
    .LogoWrap {
        padding-top: 15px;
    }

        .LogoWrap img {
            max-height: 45px;
        }

    nav#topMenu ul li.root {
        width: 9%;
    }
}

/* Tablet and desktop media query overrides */
@media (min-width: 768px) {
}

/* Desktop only transition support */
@media (min-width: 1022px) {
    .ImgButWrap a, .ImgButWrap a:active, .ImgButWrap a:visited, .ImgButWrap a:link, .ImgButWrap input, a.prc_comment_postcomment, a.prc_commentpostingpanelcommentsectionlink, .addressbook-options .ImgButWrap, .OrderDetail a.dnnPrimaryAction, a.buttonAction, .Basket #BasketDiv .UpdateQuant, div.store-fields-main table tr td .button, .clear-but input, .link-container a, .store-fields-main table tbody tr td.button input, .Login .loginContainer .ImgButWrap, .pnl-notifications table tr td.right a, .Profile ul.dnnActions a.dnnSecondaryAction, .Profile a.dnnPrimaryAction, #addressbook-edit-dialog a.dnnPrimaryAction, .Checkout .contact .action a, .Basket .contact .action a, .button ImgButWrap, .Profile .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only, button, input[type="button"], input[type="reset"], input[type="submit"], .primary2 a.dnnPrimaryAction, .primary2 input, .primary a.dnnPrimaryAction, .s-basket-button-right a.dnnPrimaryAction, #aPayNow, .buttonAction, .basketLink .langlogin a.login, .s-basket-button-right input, #aViewBag, .ContinueOn a, a.ContinueOn {
        transition: all 400ms linear 0s;
        -webkit-transition: all 400ms linear 0s;
        -moz-transition: all 400ms linear 0s;
        -ms-transition: all 400ms linear 0s;
        -o-transition: all 400ms linear 0s;
        transition: all 400ms linear 0s;
    }
}

nav#topMenu > ul li.level1 a, nav#topMenu > ul li.level2 a {
    min-width: 161px;
}

/* MOBILE MENU */
.mp-level {
    background: #1861a5;
}

.shop > ul > li > a {
    color: #1861a5 !important;
}

.MobSearchDropDown > li > a {
    color: #1861a5;
}

.menu-trigger {
    background-color: #1861a5!important;
}

/*blogs*/
.post-header .post-title:hover {
    color: #13528d;
}

.s-categorytext a {
    height: 35px;
}

/* POPUP SIZEGUIDE */
.sizeHeader, .cs_sizeguide > tbody > tr.sg_colHead {
    background-color: #1861a5 !important;
}

.sg_colHead {
    color: #FFF;
}

.ui-state-default a, .ui-widget-content .ui-state-default a, .ui-widget-header .ui-state-default a {
    background: #1861a5;
    border: 1px solid #1861a5;
}

.ui-state-active a, .ui-widget-content .ui-state-active a, .ui-widget-header .ui-state-active a {
    background: #ffffff;
    border: 1px solid #1861a5;
}

/*NEW COLOUR TEXT AREA FOR STORE FINDER*/
#Storetext {
    background-color: rgba(99, 99, 99, 0.5);
}

.StoreCareers {
    display:none;
}

