/*RESET  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
    background: none repeat scroll 0 0;
    font: 100 12px Arial, Helvetica, Sans-Serif;
    margin:0 auto;
    padding: 0;
}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: '';}

:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

h2 {font-size:20px; text-transform: uppercase;font-weight:100;}
h3 {font-size:20px; font-weight:700;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}

input,
select{font: 100 12px Arial, Helvetica, Sans-Serif;}
input{
    -webkit-appearance:none;
    -webkit-border-radius: 0;
}

input[type="radio"]{
    -webkit-appearance:radio;
}

input[type="checkbox"]{
    -webkit-appearance:checkbox;
}

p, .lineHeightp {line-height: 1.5em;}
label {cursor: pointer;}
/* Main content */

/* ------------------------------------------
    Cursor styles - clases
------------------------------------------- */
.defaultCursor{cursor: default;}
.pointerCursor {cursor: pointer;}
.helpCursor{cursor:help;}
#paginatorShowAllLinkButtonTop,
#paginatorShowAllLinkButtonBottom,
.lightBlueLink{
    cursor: pointer;
}

/* ------------------------------------------
    font size
------------------------------------------- */

.font9 {font-size: 9px;}
.font10 {font-size: 10px;}
.font11 {font-size: 11px;}
.font12 {font-size: 12px;}
.font13 {font-size: 13px;}
.font14 {font-size: 14px;}
.font15 {font-size: 15px;}
.font16 {font-size: 16px;}
.font17 {font-size: 17px;}
.font18 {font-size: 18px !important}
.font19 {font-size: 19px;}
.font20 {font-size: 20px;}
.font21 {font-size: 21px;}
.font22 {font-size: 22px;}
.font24 {font-size: 24px;}
.font25 {font-size: 25px;}
.font26 {font-size: 26px;}
.font28 {font-size: 28px;}
.font30 {font-size: 30px;}
.font31 {font-size: 31px;}
.font32 {font-size: 32px;}
.font40 {font-size: 40px;}
.font42 {font-size: 42px;}
.font50 {font-size: 50px;}

/* ------------------------------------------
    Format Text classes
------------------------------------------- */
strong,
.bold{font-weight:700;}
.normal{font-weight:100;}
.normalText{font-weight: normal;}

.lineHeight0{line-height: 0;}
.lineHeight02{line-height: 0.2em;}
.lineheight11{line-height: 1.1em;}
.lineHeight12px{line-height: 12px;}
.lineHeight13px{line-height: 13px;}
.lineHeight14px{line-height: 14px;}
.lineHeight16px{line-height: 16px;}
.lineHeight18px{line-height:18px;}
.lineHeight20px{line-height: 20px;}
.lineHeight24px{line-height: 24px;}
.lineHeight26px{line-height: 26px;}
.lineHeight28px{line-height: 28px;}
.lineHeight30px{line-height: 30px;}
.lineHeight32px{line-height: 32px;}
.lineHeight40px{line-height: 40px;}
.lineHeight45px{line-height: 45px;}

a,
.notextDecoration{text-decoration:none;}
.underlined {text-decoration: underline;}
.struck {text-decoration: line-through;}
.textTransformNone {text-transform: none;}
.capitalize {text-transform: capitalize;}
.lowercase {text-transform: lowercase;}
.uppercase{text-transform:uppercase;}

.listStyleNone{list-style: none;}
.discOutsideUl {list-style: disc outside;}

/* ------------------------------------------
    position
------------------------------------------- */
.alignLeft,
.leftAlign {text-align: left;}
.alignRight{text-align:right;}
.alignCenter {text-align: center;}
.justifyText {text-align: justify;}
.floatLeft{float:left}
.floatRight{float:right}

/* ------------------------------------------
    display
------------------------------------------- */
.dirRTL{direction:RTL;}
.borderZero{border: 0 none;}
.invisible {visibility: hidden;}
.overflowHidden {overflow: hidden;}
.blockDisplay{display:block;}
.displayNone{display:none}
.inline {display: inline;}
.inlineBlock{display: inline-block;}
.displayTable{display: table;}
.displayTableCell{display: table-cell;}
.displayTableRow{display: table-row;}
.noWrap{white-space: nowrap;}
.verticalAlignBottom{vertical-align: bottom;}
.verticalAlignMiddle{vertical-align: middle;}
.verticalAlignTop {vertical-align: top;}
.absolutePosition {position: absolute;}
.relativePosition {position: relative;}

/* ------------------------------------------
    Clear floats
------------------------------------------- */
.clearBoth{clear:both;font-size:0;height:0;overflow:hidden;}
.clearFloatsBoth{overflow:hidden; height:1%; clear:both;}
.clear,
.bothClear{clear:both;}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html > body .clearfix {
    display: block;
    width: 100%;
}

* html .clearfix {
    height: 1%;
}
/* ------------------------------------------
    Overflow classes
------------------------------------------- */
.overflowAuto {overflow: auto;}
.scrolly,
.contentWithScroll {overflow-y: auto;}


.round-border5px {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
/* ------------------------------------------
    HEIGHT and WIDTH
------------------------------------------- */
.height800px {height:800px}
.height500px {height: 500px;}
.height480px {height: 480px;}
.height400px {height: 400px;}
.height386px {height:386px;}
.height385px {height: 385px;}
.height368px {height: 368px;}
.height350px {height: 350px;}
.height340px {height: 340px;}
.height320px {height: 320px;}
.height300px {height: 300px;}
.height270px {height: 270px;}
.height265px {height: 265px;}
.height250px {height: 250px;}
.height240px {height: 240px;}
.height230px {height: 230px;}
.height228px {height: 228px;}
.height220px {height: 220px;}
.height219px {height: 219px;}
.height200px {height: 200px;}
.height190px {height: 190px;}
.height180px {height: 180px;}
.height160px {height: 160px;}
.height155px {height: 155px;}
.height151px {height: 151px;}
.height150px {height: 150px;}
.height140px {height: 140px;}
.height137px {height: 137px;}
.height130px {height: 130px;}
.height128px {height: 128px;}
.height112px {height: 112px;}
.height100px {height: 100px;}
.height91px {height: 91px;}
.height80px {height: 80px;}
.height75px {height: 75px;}
.height70px {height: 70px;}
.height69px {height: 69px;}
.height65px {height: 65px;}
.height62px {height: 62px;}
.height60px {height: 60px;}
.height58px {height: 58px;}
.height55px {height: 55px;}
.height50px {height: 50px;}
.height48px {height: 48px;}
.height47px {height: 47px;}
.height45px {height: 45px;}
.height43px {height: 43px;}
.height40px {height: 40px;}
.height36px {height: 36px;}
.height35px {height: 35px;}
.height30px {height: 30px;}
.height29px {height: 29px;}
.height28px {height: 28px;}
.height26px {height: 26px;}
.height25px {height: 25px;}
.height23px {height: 23px;}
.height22px {height: 22px}
.height20px {height: 20px;}
.height19px {height: 19px;}
.height18px {height: 18px;}
.height16px {height: 16px;}
.height15px {height: 15px;}
.height14px {height: 14px}
.height12px {height: 12px;}
.height10px {height: 10px;}
.height8px {height: 8px;}
.height7px {height: 7px;}
.height5px {height: 5px;}
.height6px {height: 6px;}
.height4px {height: 4px;}
.height0px {height: 0;}

.height1PC {height:1%;}
.height100PC {height: 100%;}

.minHeight20px {min-height: 20px;}
.minHeight40px {min-height: 40px;}
.minHeight45px {min-height: 45px;}
.minHeight500px {min-height: 500px;}

.maxHeight310px { max-height: 310px;}

.width5 {width: 5px;}
.width10{width: 10px}
.width16 {width: 16px;}
.width20 {width: 20px;}
.width25 {width: 25px;}
.width30 {width: 30px;}
.width35 {width: 35px;}
.width40 {width: 40px;}
.width42 {width: 42px;}
.width45 {width: 45px;}
.width48 {width: 48px;}
.width50 {width: 50px;}
.width55 {width: 55px;}
.width57 {width: 57px;}
.width58 {width: 58px;}
.width60 {width: 60px;}
.width63 {width: 63px;}
.width65 {width: 65px;}
.width67 {width: 67px}
.width70 {width: 70px;}
.width72 {width: 72px;}
.width74 {width: 74px;}
.width75 {width: 75px;}
.width76 {width: 76px;}
.width77 {width: 77px;}
.width80 {width: 80px;}
.width84 {width: 84px;}
.width85 {width: 85px;}
.width86 {width: 86px;}
.width90 {width: 90px;}
.width93 {width: 93px}
.width94 {width: 94px;}
.width95 {width: 95px;}
.width100 {width: 100px;}
.width104 {width: 104px;}
.width105 {width: 105px;}
.width106 {width: 106px;}
.width110 {width: 110px;}
.width115 {width: 115px;}
.width116 {width: 116px;}
.width120 {width: 120px;}
.width121 {width: 121px;}
.width122 {width: 122px;}
.width125 {width: 125px;}
.width130 {width: 130px;}
.width132 {width: 132px;}
.width135 {width: 135px;}
.width137 {width: 137px;}
.width140 {width: 140px;}
.width145 {width: 145px;}
.width146 {width: 146px}
.width150 {width: 150px;}
.width153 {width: 153px;}
.width154 {width: 154px;}
.width155 {width: 155px;}
.width156 {width: 156px;}
.width160 {width: 160px}
.width165 {width: 165px;}
.width166 {width: 166px;}
.width170 {width: 170px;}
.width173 {width: 173px;}
.width174 {width: 174px;}
.width180 {width: 180px}
.width181 {width: 181px;}
.width183 {width: 183px;}
.width185 {width: 185px}
.width187 {width: 187px;}
.width190 {width: 190px;}
.width191 {width: 191px;}
.width192 {width: 192px;}
.width195 {width: 195px;}
.width200 {width: 200px}
.width205 {width: 205px;}
.width210 {width: 210px;}
.width212 {width: 212px;}
.width215 {width: 215px;}
.width217 {width: 217px;}
.width220 {width: 220px;}
.width221 {width: 221px}
.width222 {width: 222px;}
.width225 {width: 225px;}
.width227 {width: 227px;}
.width230 {width: 230px;}
.width233 {width: 233px;}
.width238 {width: 238px;}
.width240 {width: 240px;}
.width245 {width: 245px;}
.width246 {width: 246px;}
.width250 {width: 250px;}
.width255 {width: 255px;}
.width260 {width: 260px;}
.width265 {width: 265px}
.width268 {width: 268px;}
.width270 {width: 270px;}
.width275 {width: 275px;}
.width277 {width: 277px;}
.width280 {width: 280px;}
.width285 {width: 285px;}
.width288 {width: 288px;}
.width290 {width: 290px;}
.width297 {width: 297px;}
.width300 {width: 300px;}
.width309 {width: 309px;}
.width310 {width: 310px;}
.width315 {width: 315px;}
.width320 {width: 320px;}
.width323 {width: 323px;}
.width330 {width: 330px;}
.width331 {width: 331px;}
.width333 {width: 333px;}
.width340 {width: 340px;}
.width350 {width: 350px;}
.width352 {width: 352px;}
.width355 {width: 355px;}
.width360 {width: 360px;}
.width365 {width: 365px;}
.width367 {width: 367px;}
.width370 {width: 370px;}
.width375 {width: 375px;}
.width377 {width: 377px;}
.width382 {width: 382px;}
.width390 {width: 390px;}
.width400 {width: 400px}
.width410 {width: 410px;}
.width415 {width: 415px;}
.width430 {width: 430px;}
.width433 {width: 433px}
.width435 {width: 435px;}
.width440 {width: 440px;}
.width450 {width: 450px;}
.width458 {width: 458px;}
.width459 {width: 459px;}
.width460 {width: 460px;}
.width471 {width: 471px;}
.width475 {width: 475px;}
.width480 {width: 480px}
.width490 {width: 490px;}
.width499 {width: 499px;}
.width500 {width: 500px;}
.width505 {width: 505px;}
.width510 {width: 510px;}
.width515 {width: 515px;}
.width525 {width: 525px;}
.width530 {width: 530px;}
.width533 {width: 533px;}
.width535 {width: 535px;}
.width540 {width: 540px;}
.width550 {width: 550px;}
.width560 {width: 560px;}
.width585 {width: 585px;}
.width600 {width: 600px;}
.width601 {width: 601px;}
.width620 {width: 620px;}
.width625 {width: 625px;}
.width630 {width: 630px;}
.width631 {width: 631px;}
.width635 {width: 635px;}
.width645 {width: 645px;}
.width650 {width: 650px;}
.width655 {width: 655px;}
.width660 {width: 660px;}
.width663 {width: 663px;}
.width665 {width: 665px;}
.width667 {width: 667px;}
.width670 {width: 670px;}
.width672 {width: 672px;}
.width680 {width: 680px;}
.width685 {width: 685px;}
.width690 {width: 690px;}
.width691 {width: 691px;}
.width695 {width: 695px;}
.width700 {width: 700px;}
.width703 {width: 703px;}
.width704 {width: 704px;}
.width705 {width: 705px;}
.width708 {width: 708px;}
.width710 {width: 710px;}
.width712 {width: 712px;}
.width714 {width: 714px;}
.width717 {width: 717px;}
.width720 {width: 720px;}
.width722 {width: 722px;}
.width723 {width: 723px;}
.width724 {width: 724px;}
.width725 {width: 725px;}
.width728 {width: 728px;}
.width730 {width: 730px;}
.width750 {width: 750px;}
.width756 {width: 756px;}
.width760 {width: 760px;}
.width790 {width: 790px;}
.width798 {width: 798px;}
.width870 {width: 870px;}
.width890 {width: 890px;}
.width920 {width: 920px;}
.width930 {width: 930px;}
.width958 {width: 958px;}
.width960 {width: 960px;}

.maxWidth500px{max-width:500px;}
.maxWidth475px{max-width:475px;}
.maxWidth200px{max-width:200px;}
.minWidth43 {min-width: 43px;}
.minWidth150 {min-width: 154px;}
.minWidth200 {min-width: 200px;}

.width5PC {width: 5%;}
.width10PC {width: 10%;}
.width12PC {width: 12%;}
.width15PC {width: 15%;}
.width17PC {width: 17%;}
.width20PC {width: 20%;}
.width23PC {width: 23%;}
.width25PC {width: 24%;}
.width25realPC {width: 25%;}
.width26PC {width: 26%;}
.width28PC {width: 28%;}
.width33PC {width: 33%;}
.width35PC {width: 35%;}
.width40PC {width: 40%;}
.width45PC {width: 45%;}
.width50PC {width: 50%;}
.width53PC {width: 53%;}
.width60PC {width: 60%;}
.width70PC {width: 70%;}
.width75PC {width: 75%;}
.width76PC {width: 76%;}
.width80PC {width: 80%;}
.width82PC {width: 82%;}
.width83PC {width: 83%;}
.width85PC {width: 85%;}
.width87PC {width: 87%;}
.width90PC {width: 90%;}
.width93PC {width: 93%;}
.width95PC {width: 95%;}
.width100PC {width: 100%;}

/* ------------------------------------------
    margins and paddings
------------------------------------------- */
.centerContent {margin: 0 auto;}

.margin4px {margin: 4px;}
.margin5px {margin: 5px;}
.margin10px {margin: 10px;}
.margin20px {margin: 20px;}

    /* ---  margin top  --- */
.marginTop-2px {margin-top: -2px;}
.marginTop-8px {margin-top: -8px;}
.marginTop-18px {margin-top: -18px;}
.marginTop-25px {margin-top: -25px;}
.marginTop-35px{margin-top: -35px;}

.marginTop2px {margin-top: 2px;}
.marginTop3px {margin-top: 3px}
.marginTop4px {margin-top: 4px;}
.marginTop5px {margin-top: 5px}
.marginTop6px {margin-top: 6px;}
.marginTop7px {margin-top: 7px;}
.marginTop8px {margin-top: 8px;}
.marginTop9px {margin-top: 9px;}
.marginTop10px {margin-top: 10px;}
.marginTop11px {margin-top: 11px;}
.marginTop12px {margin-top: 12px;}
.marginTop13px {margin-top: 13px;}
.marginTop14px {margin-top: 14px;}
.marginTop15px {margin-top: 15px;}
.marginTop16px {margin-top: 16px;}
.marginTop17px {margin-top: 17px;}
.marginTop18px {margin-top: 18px;}
.marginTop19px {margin-top: 19px;}
.marginTop20px {margin-top: 20px;}
.marginTop21px {margin-top: 21px;}
.marginTop22px {margin-top: 22px;}
.marginTop23px {margin-top: 23px;}
.marginTop24px {margin-top: 24px;}
.marginTop25px {margin-top: 25px;}
.marginTop27px {margin-top: 27px;}
.marginTop28px {margin-top: 28px;}
.marginTop30px {margin-top: 30px;}
.marginTop32px {margin-top: 32px;}
.marginTop33px {margin-top: 33px;}
.marginTop35px {margin-top: 35px;}
.marginTop38px {margin-top: 38px;}
.marginTop40px {margin-top: 40px;}
.marginTop41px {margin-top: 41px;}
.marginTop45px {margin-top: 45px;}
.marginTop46px {margin-top: 46px;}
.marginTop50px {margin-top: 50px;}
.marginTop58px {margin-top: 58px;}
.marginTop60px {margin-top: 60px;}
.marginTop61px {margin-top: 61px;}
.marginTop65px {margin-top: 65px;}
.marginTop67px {margin-top: 67px;}
.marginTop70px {margin-top: 70px;}
.marginTop76px {margin-top: 76px;}
.marginTop79px {margin-top: 79px;}
.marginTop100px{margin-top: 100px;}
.marginTop102px {margin-top: 102px;}

    /* ---  margin bottom  --- */
.marginBottom-2px {margin-bottom: -2px;}

.marginBottom2px {margin-bottom: 2px;}
.marginBottom3px {margin-bottom: 3px;}
.marginBottom4px {margin-bottom: 4px;}
.marginBottom5px {margin-bottom: 5px;}
.marginBottom7px {margin-bottom: 7px;}
.marginBottom8px {margin-bottom: 8px;}
.marginBottom9px {margin-bottom: 9px;}
.marginBottom10px {margin-bottom: 10px;}
.marginBottom14px {margin-bottom: 14px;}
.marginBottom15px {margin-bottom: 15px;}
.marginBottom16px {margin-bottom: 16px;}
.marginBottom17px {margin-bottom: 17px;}
.marginBottom20px {margin-bottom: 20px;}
.marginBottom22px {margin-bottom: 22px;}
.marginBottom23px {margin-bottom: 23px;}
.marginBottom25px {margin-bottom: 25px;}
.marginBottom27px {margin-bottom: 27px;}
.marginBottom30px {margin-bottom: 30px;}
.marginBottom34px {margin-bottom: 34px;}
.marginBottom35px {margin-bottom: 35px;}
.marginBottom40px {margin-bottom: 40px;}
.marginBottom44px {margin-bottom: 44px;}
.marginBottom60px {margin-bottom: 60px;}
.marginBottom90px {margin-bottom: 90px;}

    /* ---  margin left  --- */
.marginLeft0px {margin-left: 0;}
.marginLeft2px {margin-left: 2px;}
.marginLeft3px {margin-left: 3px;}
.marginLeft4px {margin-left: 4px;}
.marginLeft5px  {margin-left: 5px}
.marginLeft6px {margin-left: 6px;}
.marginLeft7px {margin-left: 7px;}
.marginLeft8px {margin-left: 6px;}
.marginLeft10px {margin-left: 10px}
.marginLeft11px {margin-left: 11px;}
.marginLeft12px {margin-left: 12px}
.marginLeft14px {margin-left: 14px;}
.marginLeft15px {margin-left: 15px}
.marginLeft17px {margin-left: 17px;}
.marginLeft18px {margin-left: 18px}
.marginLeft20px {margin-left: 20px}
.marginLeft24px {margin-left: 24px;}
.marginLeft25px {margin-left: 25px;}
.marginLeft27px {margin-left: 27px;}
.marginLeft30px {margin-left: 30px}
.marginLeft35px {margin-left: 35px}
.marginLeft40px {margin-left: 40px;}
.marginLeft45px {margin-left: 45px;}
.marginLeft48px {margin-left: 48px;}
.marginLeft50px {margin-left: 50px}
.marginLeft55px {margin-left: 55px;}
.marginLeft65px {margin-left: 65px;}
.marginLeft90px {margin-left: 90px;}
.marginLeft100px {margin-left: 100px;}
.marginLeft110px {margin-left: 110px;}
.marginLeft115px {margin-left: 115px;}
.marginLeft165px {margin-left: 165px;}
.marginLeft220px {margin-left: 220px;}

.marginLeft10PC {margin-left: 10%;}

    /* ---  margin right  --- */
.marginRight-7px {margin-right: -7px;}

.marginRight2px {margin-right: 2px;}
.marginRight3px {margin-right: 3px;}
.marginRight5px {margin-right: 5px}
.marginRight7px {margin-right: 7px;}
.marginRight8px {margin-right: 8px}
.marginRight10px{margin-right: 10px}
.marginRight11px {margin-right: 11px;}
.marginRight12px{margin-right: 12px;}
.marginRight13px{margin-right: 13px}
.marginRight14px {margin-right: 14px;}
.marginRight15px{margin-right: 15px}
.marginRight20px{margin-right: 20px}
.marginRight25px{margin-right: 25px}
.marginRight30px{margin-right: 30px}
.marginRight35px {margin-right: 35px;}
.marginRight40px {margin-right: 40px;}
.marginRight45px {margin-right: 45px;}
.marginRight50px{margin-right: 50px}
.marginRight93px{margin-right: 93px}
.marginRight130px{margin-right: 130px}

    /* ---  margin V - H  --- */
.margin4x0px {margin: 4px 0;}

.marginV5px {margin: 5px 0;}
.marginV10px {margin: 10px 0;}
.marginV15px {margin: 15px 0;}
.marginV20px {margin: 20px 0;}

.marginTopBot10px{margin-bottom: 10px;margin-top: 10px;}
.marginV0H5px {margin: 0 5px;}

/* ------------------------------------------
    Padding
------------------------------------------- */
.padding2px {padding: 2px;}
.padding5px {padding: 5px;}
.padding7px {padding: 7px;}
.padding8px {padding: 8px;}
.padding10px {padding: 10px;}
.padding20px {padding: 20px;}
.padding25px {padding: 25px;}
.padding30px {padding: 30px;}
    /* ---  padding top  --- */
.padTop3px {padding-top: 3px;}
.padTop4px {padding-top: 4px;}
.padTop5px {padding-top: 5px}
.padTop7px {padding-top: 7px}
.padTop8px {padding-top: 8px}
.padTop9px {padding-top: 9px;}
.padTop10px {padding-top: 10px}
.padTop15px {padding-top: 15px}
.padTop17px {padding-top: 17px}
.padTop20px {padding-top: 20px;}
.padTop25px {padding-top: 25px}
.padTop30px {padding-top: 30px;}
.padTop35px {padding-top: 35px;}
.padTop45px {padding-top: 45px;}
.padTop60px {padding-top: 60px;}

    /* ---  padding bottom  --- */
.padBottom2px {padding-bottom: 2px;}
.padBottom3px {padding-bottom: 3px;}
.padBottom4px {padding-bottom: 4px;}
.padBottom5px {padding-bottom: 5px;}
.padBottom7px {padding-bottom: 7px}
.padBottom8px {padding-bottom: 8px;}
.padBottom10px {padding-bottom: 10px}
.padBottom12px {padding-bottom: 12px}
.padBottom14px {padding-bottom: 14px}
.padBottom15px {padding-bottom: 15px;}
.padBottom17px {padding-bottom: 17px;}
.padBottom20px {padding-bottom: 20px;}
.padBottom25px {padding-bottom: 25px;}
.padBottom30px {padding-bottom: 30px;}
.padBottom40px {padding-bottom: 40px;}
.padBottom50px {padding-bottom: 50px;}
/* ---  padding left  --- */
.padLeft3px {padding-left: 3px;}
.padLeft5px {padding-left: 5px;}
.padLeft6px {padding-left: 6px;}
.padLeft8px {padding-left: 8px;}
.padLeft10px {padding-left: 10px;}
.padLeft12px {padding-left: 12px;}
.padLeft15px {padding-left: 15px;}
.padLeft20px {padding-left: 20px;}
.padLeft23px {padding-left: 20px;}
.padLeft25px {padding-left: 25px;}
.padLeft30px {padding-left: 30px;}
.padLeft35px {padding-left: 35px;}
.padLeft40px {padding-left: 40px;}
.padLeft45px {padding-left: 45px;}
.padLeft50px {padding-left: 50px;}
.padLeft65px {padding-left: 65px;}
.padLeft70px {padding-left: 70px;}
.padLeft135px {padding-left: 135px;}
.padLeft160px {padding-left: 160px;}
.padLeft425px {padding-left: 425px;}

/* ---  padding right  --- */
.padRight5px {padding-right: 5px;}
.padRight8px {padding-right: 8px;}
.padRight10px {padding-right: 10px;}
.padRight15px {padding-right: 15px;}
.padRight20px {padding-right: 20px;}
.padRight40px {padding-right: 40px;}

.padRight10PC {padding-right: 10%;}

/* ---  padding V - H  --- */
.padTopLeft10px {padding: 10px 0 0 10px;}

.padV3px {padding: 3px 0;}
.padV5px {padding: 5px 0;}
.padV10px {padding: 10px 0;}
.padV15px {padding: 15px 0;}

.padH1PC {padding: 0 1%;}

.padV0H5px {padding: 0 5px;}
.padH10px {padding: 0 10px;}
.padH20px {padding: 0 20px;}

.padV10H20px {padding: 10px 20px;}
.padV20H30px {padding: 20px 30px;}

/* ------------------------------------------
    HEADER
------------------------------------------- */

/* OLD Header - Remember delete styles of the looser */
#countriesDiv{float:right}

.countriesDiv{
    background-color:#17297F;
    border: 1px solid #333333;
    float: right;
    font-size:10px;
    line-height: 1.5em;
    padding: 10px 4px 4px 8px;
    position: relative;
    z-index:999;
    width: 248px;
    box-shadow: -4px 4px 8px #333;
    -moz-box-shadow: -4px 4px 8px #333;
    -webkit-box-shadow: -4px 4px 8px #333;
}
.countriesDiv li{
    margin-bottom: 4px;
    white-space: nowrap;
    width: 47%;
}
.countriesDiv a{
    font-size:10px;
    display: inline-block;
    line-height: 12px;
    margin-left: 3px;
    vertical-align: top;
}

.header a,
.headerTabs a:visited,
ul.subMenuB li:hover,
ul.subMenuB li.CSStoHighlight,
.subHeaderB a,
.headerLegalCostFreeLabel,
#headerSectionTabs .subHeaderB li:hover a,
#headerSectionTabs .subHeaderB a:hover{color:#FFF;}
#headerSectionTabs ul.subMenuB li.active .subHeaderB li a{color:#B3BDDB; border-bottom: 0;}
#headerSectionTabs ul.subMenuB li.active .subHeaderB li:hover a{color:#fff;}

.header{
    background: url("/images/shared/new/header.png") repeat-y #17297F;
    color:#FFF;
    height:85px;
    margin-top:5px;
    width:100%;
}
.header a:hover{text-decoration:underline;}
.header .headerTel{font-size:20px}
.header .headerTel_ch {font-size:12px}
.headerLeft,
.headerRight {
    width: 50%;
    height: 85px;
}

.headerHelp{
    background-position: -59px -370px;
    display:inline-block;
    height:22px;
    margin:1px 5px;
    width:22px;
}

.headerTabs{
    background-position: 0 -67px;
    background-repeat: repeat-x;
    height: 36px;
    width: 100%;
}

.headerTabLink,
.home a{
    border-left: 1px solid #01509B;
    border-right: 1px solid #002F7D;
    color:#FFF;
}

.headerTabLink:hover,
.headerTabsActive,
.home a:hover{
    background-color:#FFCC00;
    color:#003399 !important;
}
.headerTabLink{
    display: block;
    font-size: 11px;
    font-weight: 100;
    margin-top: 1px;
    min-width: 26px;
    padding: 10px 4px 11px;
    text-align: center;
    text-transform: uppercase;
}

.headerLegalCostTel{
    float:right;
    font-size:9px;
    line-height:0.9em;
    margin-top:5px;
    width:145px;
}

.headerLegalCostTel_CH_it {
    float:right;
    font-size:12px;
    line-height:0.9em;
    margin:6px 0 0 2px;
    width:212px;
}

.headerLegalCostTel_CH_fr {
    float:right;
    font-size:12px;
    line-height:0.9em;
    margin-top:6px;
    width:228px;
}

.headerLegalCostTel_CH_de {
    float:right;
    font-size:12px;
    line-height:0.9em;
    margin-top:6px;
    width:154px;
}

.headerLegalCostTelExtended {
    float:right;
    font-size:9px;
    line-height:0.9em;
    margin-top:2px;
    width:160px;
}
.headerLegalCostLabel {
    font-size:10px;
    line-height:1em;
}

.headerPhoneExtended {
    margin-top: -31px;
}

.headerPhoneExtendedV2 {
    margin-top: -9px;
}

.headerPhoneExtendedV3 {
    width: 400px;
    margin-top: -9px;
    font-size: 10px;
}
.headerLegalCostLabel {
    color: #F6D003;
}

.headerLegalCostTelExtendedFree {
    float:right;
    font-size:9px;
    line-height:1.2em;
    padding-right:5px;
}

.headerLegalCostTelExtendedFreeV3 {
    float:right;
    font-size:11px;
    line-height:1.2em;
    padding-right:5px;
}

.headerLegalCostTelExtendedV3 {
    font-weight: 700;
    font-size: 12px;
    float:right;
    line-height:1.2em;
    padding-right:5px;
}

.headerLegalCostFreeLabel {
    font-size: 10px;
    line-height: 1.2em;
    clear:both;
}

.headerUser {
    line-height:22px;
    margin: -35px 10px 0 0;
}

.headerPhone{
    line-height:22px;
    margin: 50px 0 0 0;
}

.headerPhoneInfo{
    margin-left: 10px;
    width: 150px;
}
.headerUser span, .headerUser div{
    float:left;
}
.headerUser a{
    font-size:12px;
    color:#FFF;
}

.headerUserZone{
    background-position: -137px -121px;
    display:inline-block;
    height:22px;
    margin:1px 5px;
    width:22px;
}

.headerCountryArrowUp{
    background-position: -78px -110px;
    display: inline-block;
    height: 11px;
    margin-right: 2px;
    vertical-align: top;
    width: 7px;
}
.headerCountryArrowDown{
    background-position: -84px -110px;
    display: inline-block;
    height: 11px;
    margin-right: 2px;
    vertical-align: top;
    width: 7px;
}
.flagEnDespleglableHeader{
    display: inline-block;
    height: 13px;
    margin-right: 2px;
    width: 18px;
    vertical-align: top;
}
.flagHeaderText{
    display: inline-block;
    line-height: 13px;
    margin-left: 3px;
    vertical-align: top;
}
    /* header: navigation tabs */
ul.subMenuB .tab{float:left; position:relative; line-height:14px;}
ul.subMenuB .tab a{text-decoration:none; display:block;}
ul.subMenuB .tab a:hover{text-decoration:none;}
ul.subMenuB li:hover,
ul.subMenuB li.CSStoHighlight{cursor:pointer;}
ul.subMenuB ul.CSStoShow,
ul.subMenuB li:hover ul {display: block}
ul.subMenuB li.active{background-color:#FFCC00;}
ul.subMenuB li.active a{color:#003399;border:0;}
ul.subMenuB li.active .subHeaderB li a{color:#FFF;}
ul.subMenuB li.active .subHeaderB li:hover a{color:#003399}
ul.subMenuB li.last a{border-right:0;}

.subHeaderB{
    background: url("/images/shared/home/sprite-btn.png") repeat-x scroll #000a5c;
    border-left: solid 1px #13277c;
    border-right: solid 1px #13277c;
    border-bottom: solid 1px #13277c;
    color:#fff;
    z-index:99;
    box-shadow: 4px 4px 8px #333;
}

.subHeaderB a{font-size: 12px;}
.subHeaderB li:hover{background-color:#FFCC00 !important;}
.subHeaderB li:hover a,
.subHeaderB a:hover{color:#003399}
.subHeaderB{
    background-position:0 -708px;
    display:none;
    left: 1px;
    line-height:22px;
    position:absolute;
    top: 36px;
    width:150px;
}

.subHeaderB li{padding:3px 3px 3px 5px;}
.subHeaderB li:hover{width:142px;}
/* END OLD header */

.countriesDivHeader {
    height : 38px;
}

.countriesDivHeaderText {
    background-position: 0 -55px;
    height: 18px;
    width: 240px;
}
.countriesSectionDiv{
    border: 1px solid #CCC;
    background-color:#FFF;
    font-size:12px;
    padding: 20px 20px 11px;
    position: relative;
    z-index:999;
    /*top: 10px;*/
    width: 543px;
    float: right;
    line-height: 1.5em;
}
.countriesSectionDiv li{
    height: 13px;
    margin-bottom: 9px;
    white-space: nowrap;
    width: 24.5%;
}
.countriesSectionDiv a {
    color: #0099CC;
    display: inline-block;
    font-size: 12px;
    margin-left: 3px;
}


.headerSections {
    height: 121px;
    width: 100%;
}

.headerUpperSection {
    background-color: #DDD;
    height: 30px;
    width: 100%;
    line-height: normal;
}
.headerSections .headerCountryArrow,
.headerSections .headerUserZone,
.headerSections .headerHelp,
.headerSections .headerSectionsTelephone {
    background-image: url('/images/shared/home/es/price-perception/sprite-icons.png');
    background-repeat: no-repeat;
}

.headerSections .headerPhoneNormal,
.headerSections .headerLegalPhoneExtended,
.headerSections .headerUserZoneText,
.headerSections #profileLink,
.headerSections #logoutLink ,
.headerSections .headerUserNameText,
.headerSections .headerHelpText,
.headerSections .headerLegalCostTelExtendedFree,
.headerSections .headerLegalCostFreeLabel,
.headerSections .headerLegalCostTelExtendedV3,
.headerSections .headerLegalCostTelExtendedFreeV3,
.headerSections .headerLegalCostTelExtendedV4,
.headerSections .headerPhoneExtendedV2,
.headerSections .headerPhoneCost {
    color: #666;
}
.headerSections .headerUserZoneText:hover,
.headerSections #profileLink:hover,
.headerSections #logoutLink:hover,
.headerSections .headerHelpText:hover,
.countriesSectionDiv a:hover {
    text-decoration:underline;
}

.headerSections .headerMiddleSectionLeft {
    background-color: #002992;
}

.headerMiddleSectionBackground {
    background-color: #002992;
}

.headerSections .headerMiddleSectionRight {
    background-color: #002992;
}
.headerSections .headerSectionSeprator{
    border-right: 2px dotted #CCCCCC;
    height: 30px;
    width: 10px;
}

.headerSections .headerFlags{
    height: 27px;
    padding-left: 10px;
    padding-top: 3px;
    width: 50px;
}
.headerSections .headerFlags.iframeFlag {
    padding-top: 6px;
    width: 35px;
}
.headerSections .headerFlags:hover{
    background-color: #FFF;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    height: 26px;
    width: 49px;
    padding-top: 2px;
}
.headerSections .headerFlags.iframeFlag:hover {
    height: 27px;
    width: 35px;
    padding-top: 6px;
}

.headerSections .headerCountryArrowUp{
    width: 16px;
    height: 13px;
    margin-left: 0;
    background-position: 0 -128px;
}
.headerSections .headerCountryArrowDown{
    width: 16px;
    height: 13px;
    margin-left: 0;
    background-position: 0 -98px;
}

.headerSections .headerUserZone {
    background-position: 0 -63px;
    height: 20px;
    margin-right: 5px;
    margin-top: 3px;
}

.headerSections .headerHelp {
    background-position: 0 -34px;
    height: 20px;
    margin-right: 5px;
    width: 12px;
}

.headerSections .headerUserZoneText,
.headerSections #profileLink,
.headerSections #logoutLink,
.headerSections .headerHelpText {
    font-size: 12px
}

.headerSections .headerSectionsTelephone {
    background-position: 0 -3px;
    height: 20px;
    margin-right: 5px;
    width: 18px;
}

.headerSections .headerPhoneNormal,
.headerSections .headerLegalPhoneExtended,
.headerSections .headerLegalCostFreeLabel,
.headerSections .headerLegalCostTelExtendedV3,
.headerSections .headerLegalCostTelExtendedV4,
.headerSections .headerPhoneExtendedV2,
.headerSections .headerPhoneCost {
    font-size: 20px;
}

.headerSections .headerPhoneExtended,
.headerSections .headerPhoneExtendedV3,
.headerSections .headerPhoneExtendedV2 {
    margin-top: 0;
}

.headerSections  .headerLegalCostTelExtendedV3 {
    font-weight: normal;
    float:left;
    line-height:1em;
    padding-right:0;
    margin-top: 2px
}

.headerSections .headerLegalCostTelExtendedFree,
.headerSections .headerLegalCostTelExtendedFreeV3,
.headerSections .headerLegalCostTelExtendedFreeV4,
.headerSections .headerLegalCostTel {
    font-size: 9px;
    margin-right :2px;
    margin-left :10px;
    margin-top: 8px;
}

.headerSections .headerLegalCostTelExtendedFreeV3 {
    width: 240px;
    height: 10px;
    margin-top: 2px;
}

.headerSections .headerLegalCostTelExtendedFreeV4 {
    margin-top: 8px;
}

.headerSections .headerLegalCostTelExtendedFreeV2 {
    font-size: 9px;
    width: 205px;
    margin-top: 2px;
    margin-left: 10px;
}

.headerSections .headerLegalCostTel {
    width: 123px
}
.headerSections .headerMiddleSection {
    width: 100%;
    height: 91px;
}

.headerSections .headerMiddleSectionLeft,
.headerSections .headerMiddleSectionRight {
    width: 50%;
    height: 91px;
}

.headerSections .headerMiddleSectionLogo {
    background-position: -480px -32px;
    width: 170px;
    height: 34px;
    margin-top: 14px;
    margin-left: 10px;
}

.headerSections .headerMiddleSectionSubtitle {
    background-position: -150px -4px;
    width: 499px;
    height: 19px;
    margin-top: 25px;
    margin-right: 10px;
}

.headerSections .headerTabsBackground,
.headerSections .headerTabs {
    width: 960px;
    height: 35px;
}

.headerSections .headerTabs {
    border-top: 0 none;
    margin-top: -35px;
}
.headerSections .headerFlags.iframeFlag:hover {
    background-color: transparent;
    border: 0;
}
.headerSections .headerMiddleSectionLeft, .headerSections .headerMiddleSectionRight {
    background-size: 100%;
}
.searchEngineTitle {
    background-position: 0 -25px;
    height: 25px;
    width: 275px;
}

#headerSectionTabs .headerTabLink,
#headerSectionTabs .home a {
    border-left: 0 none;
    border-right: 0 none;
    color:#b3bddb;
    display: block;
    font-size: 11px;
    font-weight: 100;
    min-width: 26px;
    margin: 10px 12px 11px 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
}

#headerSectionTabs .headerTabLink:hover,
#headerSectionTabs .headerTabsActive,
#headerSectionTabs .home a:hover{
    background-color:transparent;
    color:#FFF !important;
}

#headerSectionTabs .headerTabLink {
    margin: 10px 2px 11px 0;
}

#headerSectionTabs ul.subMenuB {margin-left:12px;}
#headerSectionTabs ul.subMenuB .tab{float:left; position:relative; line-height:14px; margin-right: 10px;}
#headerSectionTabs ul.subMenuB .tab a{text-decoration:none; display:block;}
#headerSectionTabs ul.subMenuB .tab a:hover{text-decoration:none;}
#headerSectionTabs ul.subMenuB li:hover,
#headerSectionTabs ul.subMenuB li.CSStoHighlight{cursor:pointer;}
#headerSectionTabs ul.subMenuB ul.CSStoShow,
#headerSectionTabs ul.subMenuB li:hover ul {display: block;}
#headerSectionTabs ul.subMenuB li.active{background-color:transparent; }
#headerSectionTabs ul.subMenuB li.active a{color:#FFF;border-bottom: 2px solid #FFCA00;font-weight: bold;}
#headerSectionTabs ul.subMenuB li.last a{border-right:0;}

#headerSectionTabs .subHeaderB{
    background-position:0 0;
    background : none;
    background-color: #002992;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    box-shadow: 4px 4px 8px #333;
    color:#FFF;
    display:none;
    left: 1px;
    line-height:20px;
    padding: 0 20px 10px 10px;
    position:absolute;
    top: 35px;
    width:150px;
    z-index:99;
}
#headerSectionTabs .headerTabs,
#headerSectionTabs .icoArrow{
    background: transparent;
}
#headerSectionTabs .icoArrow{
    background-position: 0 -0px;
    display:none;
    height:0;
    left:0;
    position:relative;
    top:0;
    width:0;
    z-index:0
}
#headerSectionTabs .subHeaderB a{
    color: #B3BDDB;
    font-size: 12px;
}
#headerSectionTabs .subHeaderB li{padding:3px 3px 3px 5px;}
#headerSectionTabs .subHeaderB li:hover{
    background-color:#002992 !important;
    width:142px;
}

/* ------------------------------------------
    flags
------------------------------------------- */
.flagEnDespleglableB {
    display: inline;
    float: left;
    height: 13px;
    width: 16px;
    margin-right: 4px;
}

.arEnDesplegableB{ background-position:  0 -61px }
.auEnDesplegableB{ background-position: -18px -61px }
.brEnDesplegableB{ background-position: -36px -61px }
.caEnDesplegableB{ background-position: -54px -61px }
.coEnDesplegableB{ background-position:  0 -74px }
.clEnDesplegableB{ background-position: -72px -61px }
.chEnDesplegableB{ background-position:  -90px -74px }
.deEnDesplegableB{ background-position: -18px -74px }
.enEnDesplegableB,.gbEnDesplegableB{ background-position: -162px -61px }
.esEnDesplegableB{ background-position: -36px -74px }
.frEnDesplegableB{ background-position: -54px -74px }
.inEnDesplegableB{ background-position: -72px -74px }
.itEnDesplegableB{ background-position:  -90px -61px }
.mxEnDesplegableB{ background-position: -108px -61px }
.peEnDesplegableB{ background-position: -126px -61px }
.ptEnDesplegableB{ background-position: -144px -61px }
.trEnDesplegableB{ background-position: -162px -74px }
.ukEnDesplegableB{ background-position: -108px -74px }
.usEnDesplegableB{ background-position: -126px -74px }
.veEnDesplegableB{ background-position: -144px -74px }
.sgEnDesplegableB{ background-position: -216px -61px }
.aeEnDesplegableB{ background-position: -216px -74px }
.hkEnDesplegableB{ background-position: -180px -61px }
.zaEnDesplegableB{ background-position: -180px -74px }
.nzEnDesplegableB{ background-position: -234px -61px }
.idEnDesplegableB{ background-position: -234px -74px }
.phEnDesplegableB{ background-position: -198px -61px }
.egEnDesplegableB{ background-position: -198px -74px }
.thEnDesplegableB{ background-position: 0 -87px }
.maEnDesplegableB{ background-position: -18px -87px }
.nlEnDesplegableB{ background-position: -54px -87px }
.grEnDesplegableB{ background-position: -36px -87px }
.ruEnDesplegableB{ background-position: -72px -87px}
.jpEnDesplegableB{ background-position: -90px -87px}
.cnEnDesplegableB{ background-position: -108px -87px}
/* ------------------------------------------
    FOOTER
------------------------------------------- */
.footer a,
.footer a:visited,
.footer p{
    color:#828282;
}

.footer_links {
    border-bottom: 1px solid #FFCC00;
    border-top: 1px solid #FFCC00;
}

.footer a:hover,
.footer_links a,
.footer_links a:visited{
    color: #003399;
}

.footerLinksList li {
    border-right: 1px solid #FFCC00;
}

/* from old layout*/
.footerLinksList li:last-child {
    border: 0 none;
}

#links {
    padding-top: 0;
    text-transform: none;
}

.cl {clear: both;margin-top: 5px;}
.cl h4 {
    clear: both;
    font-size: 11px;
    margin: 0;
    margin-top:3px;
    padding: 5px 4px 0;
    font-weight:100;
}

.flags-container {
    float: left;
    padding-top: 5px;
    width: 805px;
    display: none;
}

.flags-container li {
    float: left;
    font-size: 10px;
    height: 14px;
    text-align: left;
    width: 85px;
}

.footer {
    margin:20px 0;
    text-align: justify;
}

.footer a:hover{text-decoration:underline;}

.footer p {
    font-size: 9px;
    line-height: 14px;
    margin-top:5px;
}

.footer_links {
    padding: 4px 0;
    text-align: justify;
}

.footer_links a {text-decoration: none;}

.footerLinksList li {
    float: left;
    font-size: 11px;
    line-height:14px;
    margin: 4px 0;
    padding:0 4px;
}

#footer_terms {text-decoration: underline;}

.logoInt{
    background-position: -66px -106px;
    height: 28px;
    margin: 21px 12px 14px 8px;
    width: 134px;
}
/* ------------------------------------------
    FOOTER payment */
#legal ul       {text-align: center;}
#legal ul li    {display: inline-block;margin-right:5px;vertical-align: top;}
#legal-iata     {background-position: -193px -499px; width: 26px; height: 20px; margin-top: 5px;}
#legal-arc      {background-position: -171px -236px; width: 21px; height: 25px; margin-top: 0;}
#legal-bbb      {background-position: -133px -203px; width: 67px; height: 25px; margin-top: 0;}
#legal-bbb a    {width: 67px; height: 25px; display: block;}
#legal-vi       {background-position: -26px -501px; width: 27px; height: 16px; margin-top: 8px;}
#legal-ma       {background-position: -52px -498px; width: 33px; height: 21px; margin-top: 5px;}
#legal-maestro  {background-position: -221px -494px; width: 31px; height: 25px; margin-top: 0;}
#legal-ax       {background-position: -84px -500px; width: 31px; height: 18px; margin-top: 8px;}
#legal-dc       {background-position: -115px -497px; width: 30px; height: 20px; margin-top: 5px;}
#legal-paypal   {background-position:  -83px -522px; width: 62px; height: 20px; margin-top: 7px;}
#legal-veri     {background-position: -144px -494px; width: 50px; height: 26px; margin-top: 2px;}
#legal-thaw     {background-position: -103px -176px; width: 97px; height: 26px; margin-top: 2px;}
#legal-thaw a   {width: 97px; height: 26px; display: block;}
#legal-netcomm  {background-position: -132px -234px; width: 68px; height: 26px; margin-top: 2px;}
#legal-aece     {background-position: 0 -521px; width: 84px; height: 22px; margin-top: 5px;}
#legal-mae      {background-position: -164px -522px; width: 33px; height: 21px; margin-top: 5px;}
#legal-DE-1     {background-position: -87px -135px; width:112px; height: 38px; margin-top: 0;}
#legal-veri a   {float: left; height: 26px; width: 97px; }
#legal-vb       {background-position: -146px -524px; width: 57px; height: 16px; margin-top: 8px;}
.legal {margin: 0 auto;text-align: center;}
