/* RESET */



html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input, textarea
{
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,div, input, textarea, select
{
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    font-family: century gothic, arial, Lucida Sans Unicode, tahoma, verdana, sans-serif;
}

ul,ol
{
    list-style: none;
}

fieldset,img
{
    border: none;
}

caption,th
{
    text-align: left;
}

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



/* END RESET */











body
{
    text-align: center;
}

strong
{
    font-weight: bold;
}

p
{
    font-size: 15px;
    line-height: 150%;
    text-align: left;
    margin-bottom: 1em;
}

h1
{
    font-size: 25px;
}

h2
{
    font-size: 21px;
    text-transform: uppercase;
}

h3
{
    margin-top: 15px;
    font-size: 19px;
    /*  font-weight:bold;
    */
    ;
}

a
{
    Color: #000000;
    text-decoration: none;
}

a.thisclass
{
    text-decoration: none;
}

a:hover
{
    color: #953993;
}

li.Selected li a
{
    font-weight: normal;
}

.pcblockmpnone
{
    display: block;
}

.pcnonempblock
{
    display: none;
}

.main  .content_block a.Selected, a.Selected, li.Selected a, li li.Selected a
{
    color: #953993;
}

.main  .content_block h1
{
    color: #095EC8;
    font-weight: normal;
    letter-spacing: 0.01em;
    font-size: 1.5rem;
    text-transform: none;
    text-align: left;
    margin: 0rem 0rem 0.7rem;
    font-weight: bold;
}


.main  .content_block h2
{
    color: #095EC8;
    font-size: 18px;
    text-transform: none;
    text-align: left;
    margin: 5px 0;
    font-weight: bold;
}

.main .content_block h2 a, .main  .content_block h2 a:hover
{
    color: #095EC8;
    font-size: 18px;
    border: none;
}

.content
{
    margin: auto;
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.content h2
{
    text-align: center;
    font-size: 28px;
    color: #aaa;
    margin-bottom: 60px;
}

.content h2 a
{
    color: #aaa;
    text-decoration: none;
}

.content h2 a:hover
{
    color: #aaa;
    border-bottom: 2px solid #aaa;
}

.content h2 a.Selected
{
    border-bottom: 2px solid #aaa;
}

.colour
{
    color: #095EC8;
}



/* Standard definitons */





.linkedIn{
    background-image: url(../images/icon/icon_share_white.png);
    background-position: center 5px;
    background-repeat: no-repeat;
    background-color: #085ec8;
    color: #fff;
    background-size: 32px;
    border-radius: 8px;
    position: fixed;
    right: 30px;
    padding: 40px 10px 5px 10px;    
    top: 162px;
    cursor: pointer;
}
.linkedIn:hover{
    background-color: #5190ea;
}















/****** HEADER DEFAULT *****/







.header
{
    background-color: #FFFFFF;
    background-image: none;
    height: auto;
    opacity: 0.8;
    overflow: hidden;
    z-index: -1;
}

.header .content
{
    padding-top: 12px;
}

.header_logo
{
    width: 243px;
    height: 79px;
    display: block;
    float: left;
}

.header_logo img
{
    padding-top: 25px;
}

.header_topbar li a
{
    height: 28px;
    display: block;
    line-height: 28px;
}

.header_topbar a
{
    text-decoration: none;
}

.header_topbar a.Selected
{
    font-weight: bold;
    border-bottom: 2px solid white;
}

.header_topbar
{
    min-height: 110px;
    padding-top: 5px;
    margin-left: 20px;
    width: 697px;
    float: left;
    text-align: right;
}

.header_topbar ul.topMenu
{
    float: right;
}

.header_topbar ul.topMenu li
{
    float: left;
    margin-left: 15px;
}

.header_topbar ul.topMenu li a
{
    font-size: 14px;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
}

.header_topbar ul.topMenu li a.Selected
{
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.8);
    border: medium none;
    border-radius: 30px 30px 30px 30px;
    color: black;
    padding: 0 10px;
}

.header_topbar ul.topMenu li a:hover
{
    text-decoration: underline;
}

.header_topbar ul.topMenu li a.language_select
{
    padding-right: 10px;
    background-image: url('../images/arrow_languages.png');
    background-position: right center;
    background-repeat: no-repeat;
}

.header_topbar  .header_languages.hidden
{
    visibility: hidden;
}

.header_topbar  .header_languages
{
    opacity: 0;
    margin-top: 2px;
    background-color: rgb(200,200,200);
    background-color: rgba(200,200,200,0.8);
    border-radius: 20px;
    padding: 0px 5px;
    float: right;
    clear: right;
}

.header_topbar .header_languages li
{
    float: left;
    padding: 0;
    margin: 0px 8px;
}

.header_topbar .header_languages li a:hover
{
    text-decoration: underline;
}

.header_topbar .header_languages li a
{
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.header_search .wrapper
{
    margin: 0px 8px;
    padding-right: 20px;
    height: 28px;
    background-image: url('../images/icon_search.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.header_search.expanded .wrapper
{
    background-image: url('../images/icon_search_black.png');
}

.header_topbar ul.topMenu li.header_search.expanded
{
    background-color: rgb(200,200,200);
    background-color: rgba(200,200,200,0.8);
}

.header_topbar .header_search a
{
    float: left;
}

.header_topbar ul.topMenu li.header_search a
{
    margin-right: 4px;
}

.header_topbar ul.topMenu li.header_search
{
    border-radius: 20px;
    margin-left: 5px;
}

.header_topbar ul.topMenu li.header_search.expanded a
{
    color: black;
}

.header_topbar ul.topMenu .header_search input
{
    font-weight: normal;
    float: left;
    height: 28px;
    border: none;
    background-color: transparent;
    color: black;
    font-size: 14px;
    display: none;
    width: 0;
    line-height: 28px;
    padding: 0px 4px;
}

.header_topbar .menu
{
    float: right;
    margin-top: 10px;
    clear: both;
}

.header_topbar .menu li
{
    float: left;
    margin-left: 15px;
}

.menu a
{
    border-bottom: 2px solid transparent;
}

.menu a.Selected
{
    font-weight: bold;
    color: black;
    border-bottom: 2px solid black;
}

.header_topbar .menu.submenu li a
{
    font-size: 15px;
}

.header_topbar .menu li a
{
    font-size: 16px;
    color: #000000;
}

.header_topbar .menu li a:hover
{
    border-bottom: 2px solid #000000;
}

.headline
{
    background-color: #e7e7e7;
    padding: 20px 0px;
}

.headline p
{
    text-align: center;
    color: #666;
    font-size: 18px;
    margin-bottom: 0;
}







/******* END DIV HEADER DEFAULT ******/







/******* DIV MAIN DEFAULT ******/



.main
{
    clear: both;
    margin: auto;
    background-color: #f2f2f2;
}

.main .content
{
    padding: 35px 0px;
    min-height: 550px;
    height: auto !important;
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
}

.half
{
    width: 470px;
    float: left;
    display: block;
}

#leftHalf33
{
    width: 306px;
}

.half.rightHalf50
{
    width: 470px;
    margin-left: 20px;
}

#centerHalf33
{
    margin-left: 10px;
    margin-right: 10px;
    width: 308px;
}

#rightHalf33
{
    width: 306px;
}

.main p.readMore
{
    padding-left: 15px;
    background-image: url('../images/black_arrow_right_sm.png');
    background-position: left center;
    color: #333;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}

.main p.readMore a
{
    color: #953993;
    text-decoration: underline;
    /*  font-weight:bold;
    */
    ;
}

.main p.readMore a:hover
{
    color: #333;
}

.main h1
{
    margin-bottom: 25px;
}

.main_block h1
{
    color: #D6394E;
    font-size: 38px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 280px;
}

.main_block
{
    width: 330px;
    height: 261px;
    padding-top: 120px;
    padding-left: 51px;
    margin-left: 70px;
}

.impact
{
    margin-top: 60px;
    margin-bottom: 35px;
}

.leftHalf50
{
    width: 470px;
    padding: 0px;
}

.half.image img
{
    float: right;
    margin-bottom: 10px;
    margin-top: 40px;
}

.half.leftHalf60
{
    width: 550px;
    margin-right: 20px;
    float: left;
}

.half.leftHalf40
{
    width: 390px;
    margin-right: 20px;
    float: left;
}

.half.rightHalf60
{
    width: 550px;
    float: left;
}

.half.rightHalf40
{
    width: 390px;
    float: left;
}

.half.leftHalf30
{
    width: 240px;
    margin-right: 20px;
    float: left;
}

.half.rightHalf30
{
    width: 250px;
    float: left;
}

.half.leftHalf70
{
    width: 690px;
    margin-right: 20px;
    float: left;
}

.half.rightHalf70
{
    width: 700px;
    float: left;
}

.details img,.half.rightHalf70 img
{
    max-width: 700px;
    height: auto;
}

#rightHalf
{
    margin-left: 5px;
    margin-right: 15px;
}

ul.eventsArchive li
{
    line-height: 150%;
    background-image: url('../images/bullet.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 15px;
}

.main hr
{
    border: none;
    border-bottom: 1px solid black;
}

.main a:hover
{
    color: #953993;
}

.tree_block li
{
    line-height: 200%;
    background-image: none;
    padding-left: 0px;
    font-size: 14px;
}

.tree_block li a
{
    color: black;
    background-image: none;
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.tree_block ul
{
    margin: 0px;
}

.tree_block li li li.Selected a
{
    font-weight: bold;
}

.tree_block li li li a
{
    background-image: none;
    font-weight: normal;
}

.tree_block li li li
{
    font-size: 15px;
    margin: 0px;
}

.tree_block li li
{
    margin-left: 20px;
    font-size: 14px;
}

.main li
{
    list-style-type: none;
    line-height: 150%;
    background-image: url('../images/bullet.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 15px;
    font-size: 15px;
}

p.centerAlign
{
    text-align: center;
}

p.rightAlign
{
    text-align: right;
}











/******* END DIV MAIN DEFAULT ******/



/*******   START DIV FOOTER   ******/



.footer
{
    clear: both;
    background-color: #242424;
    color: white;
}

.footer .content
{
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer h2
{
    text-align: left;
}

.footer p
{
    line-height: 150%;
    font-size: 15px;
    margin-bottom: 15px;
}

.footer .footer_left
{
    min-height: 125px;
    float: left;
    width: 234px;
    padding-right: 15px;
}

.footer .footer_right
{
    min-height: 125px;
    padding-left: 15px;
    float: left;
    width: 274px;
}

.footer .footer_center
{
    min-height: 125px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 390px;
    border-left: 1px dotted #3c3c3c;
    border-right: 1px dotted #3c3c3c;
}

.footer .newsletter_form
{
    margin-bottom: 15px;
}

.footer .newsletter_form input
{
    height: 25px;
    line-height: 25px;
    display: block;
}

.footer .newsletter_form input[type='text']
{
    font-size: 14px;
    border: none;
    float: left;
    width: 202px;
    background-image: url('../images/newsletter_icon.png');
    background-position: 98% center;
    background-repeat: no-repeat;
    color: #9f9d97;
    padding: 0px 5px;
    padding-right: 25px;
}

.footer .newsletter_form input[type='submit']
{
    cursor: pointer;
    font-size: 12px;
    border: none;
    color: white;
    margin-left: 2px;
    font-size: 13px;
    background-color: #9f9d97;
    width: 32px;
    text-transform: capitalize;
    float: right;
    /*font-weight:bold;
    */
    ;
}

.footer_legal
{
    background-color: #1F1F1F;
}

.footer_legal ul
{
    float: right;
}

.footer_legal p, .footer_legal a
{
    text-decoration: none;
    color: #828282;
    font-size: 15px;
    margin-bottom: 0;
}

.footer_legal li a:hover
{
    color: #FFF;
    text-shadow: 0px 0px 12px  #FFF;
}

.footer_legal p
{
    float: left;
}

.footer_legal ul li
{
    float: left;
    margin-left: 20px;
    color: #828282;
}

.footer_legal .content
{
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}

.footer .footer_right p
{
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer h2
{
    font-size: 18px;
    /*font-weight:bold;
    */
    margin-bottom: 10px;
}

.footer .social_media li
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.footer .footer_left ul li
{
    line-height: 150%;
}

.footer .footer_left ul li a
{
    text-decoration: none;
    font-size: 15px;
    color: white;
}

.footer .footer_left ul li a.Selected
{
    font-size: 18px;
}















/*******   END DIV FOOTER   ******/







.clearer
{
    clear: both;
}

body#home
{
    /*background-image:url('../images/home-bg.jpg');
    background-position:top center;
    background-repeat: no-repeat;
    */
    background-color: #151310;
}

div.employeeDescription
{
    float: left;
    margin-left: 15px;
    width: 528px;
}

div.employeeImage
{
    float: left;
    border: 1px solid #aaa;
    padding: 15px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

#news-and-resources .main_block
{
    width: 350px;
    padding-top: 50px;
    padding-bottom: 70px;
    margin-left: 475px;
}

#news-and-resources .main_block p
{
    color: #000;
}

#news-and-resources .main_block h1
{
    color: black;
}







/* press zone */







.menuBlock
{
    border-bottom: 1px dotted #999999;
    margin-bottom: 15px;
    padding-bottom: 35px;
}

.menuBlock ul
{
    margin: 0px;
}

.menuBlock li
{
    background-image: none;
    color: #333333;
    float: left;
    margin-left: 40px;
    margin-right: 45px;
    padding: 0;
}

.menuBlock li.ListItem5
{
    margin-right: 0;
}

.main .menuBlock li a:hover, .main .menuBlock li a.Selected
{
    background-color: #095EC8;
    color: #fff;
}

.menuBlock li a
{
    /*font-weight:bold;
    */
    border-radius: 3px;
    padding: 5px 8px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #095EC8;
}

#spbts_fields
{
    display: none;
}











/* press release */











.releaseBlock .shortDesc
{
    clear: both;
    font-size: 15px;
}

.releaseBlock .imgCont
{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #aaa;
    box-shadow: 0px 0px  10px rgba(0,0,0,0.2);
    background-color: white;
    text-align: center;
    line-height: 96px;
    width: 100px;
    height: 100px;
}

.releaseBlock .imgCont img
{
    vertical-align: middle;
}

.half .releaseBlock .rightBlock
{
    font-size: 14px;
    float: left;
    width: 320px;
}

.half .releaseBlock .rightBlock h3
{
    clear: both;
}

.half .releaseBlock .rightBlock .releaseDate
{
    color: #666;
    margin-bottom: 2px;
}

.half .releaseBlock.event .rightBlock .releaseDate
{
    float: left;
}

.half .releaseBlock .rightBlock h3
{
    margin: 0;
}

.half .releaseBlock .rightBlock h3 a
{
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

.half .releaseBlock .rightBlock h3 a:hover
{
    color: #953993;
}

.releaseBlock .rightBlock
{
    font-size: 15px;
    float: left;
    width: 800px;
}

#jobOfferLogo
{
    margin-bottom: 25px;
    display: none;
}

#jobOfferMap
{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    width: 220px;
    height: 160px;
    margin-left: 5px;
    margin-bottom: 5px;
    float: right;
}

.jobOffersContainer
{
    margin-top: 25px;
}

.itemLabel
{
    position: absolute;
    left: 11px;
    top: 101px;
}

.wp_table td
{
    font-size: 15px;
    padding: 5px 2px;
}

.wp_textfield
{
    width: 100%;
    height: 3.3ex;
    border: 1px solid #ddd;
}

#mapapi
{
    border: 3px solid #E7E7E7;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.locationBox
{
    background-color: #FFFFFF;
    display: block;
    float: left;
    height: 158px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
    text-decoration: none;
    width: 46%;
}

.follows_media
{
    float: left;
    width: 200px;
}

.follows_media li
{
    background: none;
    float: left;
}

#erweima
{
    float: left;
    width: 100px;
    height: 100px;
}

._min
{
    min-height: 115px;
}

.locationBox h3
{
    margin-top: 0px;
}

.locationBox p
{
    margin-bottom: 0;
}















/**************start*****************/







a.scrollDown
{
    margin-top: 275px;
    display: block;
    background-color: rgb(0,0,0);
    background-color: rgba(200,200,200,0.6);
    width: 105px;
    height: 105px;
    text-align: center;
    line-height: 105px;
    border-radius: 105px;
    position: absolute;
    right: 10px;
}

a#scrollDown2
{
    margin-top: 320px;
    background-color: rgba(0,0,0,0.2);
}

a#scrollDown2:hover
{
    background-color: rgba(0,0,0,0.6);
}

a.scrollDown:hover
{
    background-color: rgba(0,0,0,0.6);
}

a.scrollDown img
{
    vertical-align: middle;
}

.newsEvents,.partners
{
    background-color: #f2f2f2;
}

.partners
{
    border-top: 2px solid



        #e7e7e7;
}

.catalogue
{
    background-color: #fff;
    padding: 35px 0px;
}

.newsEvents



        .content,.partners .content
{
    padding: 35px 0px;
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
}

.newsEvents h2 a
{
    color: #666;
}

.newsEvents h2



        a:hover
{
    border-bottom: 2px solid #666;
    color: #666;
}

.newsEvents h2 a.Selected
{
    color: #aaa;
}

.newsEvents h2 a.Selected:hover
{
    border-bottom: 2px solid



        #aaa;
    color: #aaa;
}

.newsEvents .container
{
    width: 960px;
    position: relative;
    overflow: hidden;
    height: 340px;
}

.newsEvents .wrapper
{
    width: 1920px;
    position: relative;
    height: 340px;
}

ul.newsList,ul.eventsList
{
    width: 960px;
    height: 340px;
    float: left;
}

ul.newsList h3,ul.eventsList



        h3
{
    font-size: 16px;
    margin: 5px 0px;
}

ul.newsList h3 a,ul.eventsList



        h3 a
{
    color: #095EC8;
    text-decoration: none;
}

ul.newsList h3 a:hover,ul.eventsList h3 a:hover
{
    border-bottom: 1px solid #095EC8;
}

ul.newsList



        h4,ul.eventsList h4
{
    color: #aaa;
    font-size: 14px;
    font-weight: bold;
}

.newsList li a.imgCont,.eventsList li a.imgCont
{
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    height: 120px;
    width: 120px;
    margin-right: 8px;
    float: left;
    color: transparent;
}

ul.newsList li.odd,ul.eventsList li.odd
{
    margin-left: 0px;
}

ul.newsList li,ul.eventsList



        li
{
    height: 140px;
    overflow: hidden;
    float: left;
    width: 455px;
    margin-left: 50px;
    margin-bottom: 30px;
}

ul.newsList li a.imgCont img,ul.eventsList li a.imgCont



        img
{
    vertical-align: middle;
}

div.servicesImage
{
    padding-top: 10px;
    border-top: 1px dotted black;
}

div.servicesImage a
{
    display: block;
    height: 230px;
    width: 278px;
    margin-bottom: 6px;
}

ul.eventsList
{
}

.content_block ul.eventsList



        h4
{
    font-size: 13px;
    color: #666;
}

.content_block ul.eventsList h3
{
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 0px;
}



/* slider */div.slider
{
    margin: auto;
    width: 960px;
    overflow: hidden;
    height: 210px;
    margin-bottom: 30px;
}

div.slider.wide
{
    width: 1158px;
}

.slider .arrow
{
    margin: 0px 30px;
    height: 210px;
    float: left;
    line-height: 210px;
    cursor: pointer;
}

.slider



        .arrow img
{
    vertical-align: middle;
}

.slider .sliderCont
{
    float: left;
    position: relative;
    width: 704px;
    overflow: hidden;
    height: 210px;
}

.slider.wide



        .sliderCont
{
    width: 960px;
}

div.slider ul
{
    position: absolute;
    height: 210px;
}

div.slider ul li
{
    float: left;
}

div.slider ul li a
{
    display: block;
    width: 246px;
    height: 178px;
    text-align: center;
}

div.slider ul li a.title
{
    color: #095EC8;
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    text-decoration: none;
}

div.slider ul li a.title:hover
{
    text-decoration: underline;
}

.catalogue h2
{
    text-align: center;
    font-size: 28px;
    color: #aaa;
    margin-bottom: 60px;
}

.header_topbar .menu li a
{
    text-shadow: 1px 1px 0 #CFCFCF;
}







/**************end*****************/















/**************search_start*****************/



.content_block p.label
{
    margin-bottom: 2px;
}

#resetButton
{
    background: linear-gradient(bottom, rgb(238,218,218) 1%, rgb(255,255,255) 100%);
    background: -o-linear-gradient(bottom, rgb(238,218,218) 1%, rgb(255,255,255) 100%);
    background: -moz-linear-gradient(bottom, rgb(238,218,218) 1%, rgb(255,255,255) 100%);
    background: -webkit-linear-gradient(bottom, rgb(238,218,218) 1%, rgb(255,255,255) 100%);
    background: -ms-linear-gradient(bottom, rgb(238,218,218) 1%, rgb(255,255,255) 100%);
    border: 1px solid #C4C4C4;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px #FFFFFF inset;
    color: #555555;
    cursor: pointer;
    padding: 3px 13px;
    text-decoration: none;
    float: left;
    margin-right: 15px;
    margin-top: 20px;
}

#searchButton:hover
{
    background-color: #FFFFFF;
    border: 1px solid #969696;
    color: #000000;
}

#resetButton:hover
{
    background-color: #FFFFFF;
    border: 1px solid #969696;
    color: red;
}

#searchButton
{
    float: right;
    background: linear-gradient(bottom, rgb(247,247,247) 1%, rgb(255,255,255) 100%);
    background: -o-linear-gradient(bottom, rgb(247,247,247) 1%, rgb(255,255,255) 100%);
    background: -moz-linear-gradient(bottom, rgb(247,247,247) 1%, rgb(255,255,255) 100%);
    background: -webkit-linear-gradient(bottom, rgb(247,247,247) 1%, rgb(255,255,255) 100%);
    background: -ms-linear-gradient(bottom, rgb(247,247,247) 1%, rgb(255,255,255) 100%);
    border: 1px solid #C4C4C4;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px #FFFFFF inset;
    color: #555555;
    cursor: pointer;
    padding: 3px 13px;
    text-decoration: none;
    float: right;
    margin-right: 15px;
    margin-top: 20px;
    cursor: pointer;
    float: left;
}

p.buttonsLine
{
    clear: both;
}

.content_block input
{
    border: 1px solid #666;
    color: #666;
}

.content_block select
{
    color: #666;
    font-size: 13px;
    padding: 0px;
    margin: 0;
    border: 1px solid #666;
    width: 200px;
}

p.volume
{
    font-size: 14px;
}

#cVolumerangeFrom_
{
    margin-right: 5px;
}

.SearchConfiguratorTextBox
{
    width: 56px;
    font-size: 14px;
}

.SearchConfiguratorFreeSearchTextBox
{
    width: 193px;
    font-size: 14px;
}

#paginator
{
    margin-top: 10px;
    padding: 5px 0px;
    line-height: 28px;
    border-bottom: 1px solid #AAA;
    border-top: 1px solid #AAA;
    margin-bottom: 5px;
}

#paginator h4
{
    float: left;
    font-weight: bold;
    color: #095EC8;
}

#paginator #nextpage,#prepage
{
    display: none;
}

#paginator .pageButtons
{
    float: right;
}

#paginator .pageButtons a
{
    background: linear-gradient(bottom, rgb(247,247,247) 1%, rgb(255,255,255) 100%);
    background: -o-linear-gradient(bottom, rgb(247,247,247) 1%, rgb(255,255,255) 100%);
    background: -moz-linear-gradient(bottom, rgb(247,247,247) 1%, rgb(255,255,255) 100%);
    background: -webkit-linear-gradient(bottom, rgb(247,247,247) 1%, rgb(255,255,255) 100%);
    background: -ms-linear-gradient(bottom, rgb(247,247,247) 1%, rgb(255,255,255) 100%);
    border: 1px solid #C4C4C4;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px #FFFFFF inset;
    color: #555555;
    cursor: pointer;
    padding: 3px 13px;
    text-decoration: none;
}

#paginator .pageButtons a:hover
{
    background-color: #FFFFFF;
    border: 1px solid #969696;
    color: #000000;
}



/**************search_end*****************/











/*****************Contact_start***************/







.contact_guestbook
{
    margin: auto;
    width: 564px;
}

.contact_followus
{
    margin: auto;
    width: 790px;
}

.contactForm p
{
    margin-top: 5px;
    float: left;
    margin-bottom: 5px;
    clear: both;
    line-height: 150%;
}

.contactForm p label
{
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 10px;
    padding: 0;
}

.contactForm p input[type='text']
{
    border: 1px solid #999;
    color: #666;
    float: right;
    width: 310px;
    height: 21px;
}

.contactForm p select
{
    width: 318px;
}

.contactForm p.textarea label
{
    text-align: left;
    float: none;
    display: block;
}

.contactForm p.textarea textarea
{
    width: 442px;
    height: 128px;
}

.contactForm p.submit
{
    width: 100%;
}

#sendButton ,.mailto
{
    background: none repeat scroll 0 0 #333;
    border: 0 none;
    display: block;
    color: #FFFFFF;
    padding: 0px 25px;
    text-decoration: none;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}

#sendButton:hover
{
    background-color: #40245E;
}

td
{
    padding: 2px;
    font-size: 15px;
}

td select
{
    margin: 0px;
}

#messageArea
{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #AAA;
    padding: 5px;
    background-color: white;
    color: green;
    margin-bottom: 10px;
    margin-top: 10px;
    display: none;
}



/*****************Contact_end***************/







/*****************Danye_start***************/







.content_block .pagetop_header_image
{
    display: block;
    min-height: 9em;
}

.content_block .pagetop_header_image img
{
    max-width: 44em;
}

.content_block .pagetop_header_title
{
    background: none repeat scroll 0 0 white;
    margin: -10em 0 6em;
    max-width: 21em;
    padding: 0.7rem 2rem;
    position: absolute;
}

.content_block .pagetop_header_text
{
    max-width: 43rem;
    padding-left: 1rem;
    padding-top: 1rem;
}







/*****************Danye_end***************/















/*****************News_start***************/



.newslist
{
}

.newslist .item
{
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
    padding: 1.4rem 0rem;
}

.newslist .item:hover
{
    background: #EEEEEE;
    border-bottom: 1px solid #FFFFFF;
}

.newslist .item .imgcontent
{
    float: left;
    width: 145px;
}

.newslist .item .imgcontent a
{
    float: left;
    width: 120px;
    height: 120px;
}

.newslist .item .textcontent
{
    float: left;
    width: 528px;
}



/*****************News_end***************/



















/**************************top_background**********/



#jq_ez_bg
{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -2;
    overflow: hidden;
    height: auto;
}

#jq_ez_bg .event-item a
{
    position: relative;
    display: block;
    height: 610px;/*789px*/
    width: 1920px;
}



/*#jq_ez_bg img {
    display: block;
    position: relative;
    height: 555px;
    top: -130px;
    width: auto !important;
}*/





















/*////////////////////////////////////////////////////////////////////*/

div.rangeBlock
{
    float: left;
    margin: 0 2px 0 2px;
    text-align: center;
    text-decoration: none;
    width: 171px;
    height: auto;
}

div.rangeCont
{
    margin: auto;
    margin-top: 17px;
    margin-bottom: 17px;
    background-color: white;
    text-align: center;
    height: 235px;
    width: 171px;
    /* box-shadow:0px 0px 5px rgba(0,0,0,0.3);
    */
    border: none;
}

div.rangeBlock a.imgBlock
{
    line-height: 172px;
    height: 172px;
    width: 171px;
    display: block;
    text-decoration: none;
}

div.rangeBlock a.imgBlock img
{
    vertical-align: middle;
}

div.rangeBlock.notUSprod  a.imgBlock img
{
    display: none;
}

.notUSprodPage #partnerLogo
{
    display: none;
}

div.rangeBlock a.titleBlock
{
    margin: auto;
    height: auto;
    width: 161px;
    padding: 15px 5px;
    margin-bottom: 5px;
    display: block;
    font-size: 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: black;
    text-decoration: none;
    OVERFLOW: HIDDEN;
}

.previewPicCont
{
    margin-bottom: 25px;
    float: left;
}

.previewPic
{
    text-align: center;
    background-color: white;
    float: left;
    border: none;
    border-radius: 0px;
    padding: 10px;
    width: 300px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.prodDescription
{
    float: left;
    font-size: 14px;
    line-height: 150%;
    margin-left: 20px;
    width: 328px;
}

h1#prodName
{
    float: left;
}

.prodDescription h1, .prodDescription h2, .prodDescription h3
{
    margin-top: 0px;
    margin-bottom: 10px;
}

.productPageLeft
{
    width: 320px;
    float: left;
    margin-right: 20px;
}

.productPageRight
{
    overflow: hidden;
    width: 328px;
    float: left;
}

.productPageRight div
{
    font-size: 15px;
}

#prodOverview table
{
    width: 100%;
    font-size: 14px;
}

#prodOverview td
{
    border: solid 1px #aaa;
    padding: 5px;
    line-height: 125%;
}

#prodOverview td.label
{
    font-weight: bold;
}

div.productButtons
{
    float: right;
}

#productEnqButton
{
    margin-left: 5px;
}

#productEnqButton, #productPrintButton, #backToSearchButton
{
    cursor: pointer;
    float: left;
    display: block;
    background-color: #333;
    border: none;
    border-radius: 0px;
    color: white;
    padding: 3px 5px;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    text-decoration: none;
}

#productEnqButton:hover, #productPrintButton:hover, #backToSearchButton:hover
{
    background-color: #40245E;
}

#backToSearchButton
{
    margin-right: 5px;
    display: none;
}

#productPrintButton
{
    padding-left: 26px;
    background-image: url('../images/icon_print_white.png');
}

#productEnqButton
{
    padding-left: 26px;
    background-image: url('../images/icon_mail_white.png');
}



/* tree */

#catalogueTree h1
{
    margin-bottom: 5px;
    margin-top: 30px;
}

#catalogueTree ul li
{
    background-image: none;
    padding: 10px;
    background-color: white;
    margin-bottom: 3px;
    /*box-shadow:0px 0px 10px rgba(0,0,0,0.2);
    */
    ;
}

#catalogueTree ul li li
{
    box-shadow: none;
}

#catalogueTree ul.firstLevel li a
{
    display: block;
    text-decoration: none;
    color: #2B2B2B;
    font-size: 16px;
    text-shadow: 1px 1px 0 #CFCFCF;
}

#catalogueTree ul.firstLevel li a:hover
{
    color: #953993;
}

#catalogueTree ul.firstLevel li li
{
    padding: 0px;
    background-color: transparent;
    line-height: 150%;
    background-image: url('../images/bullet2.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 15px;
    font-size: 15px;
    font-weight: normal;
}

#catalogueTree ul.firstLevel li ul
{
    margin-top: 5px;
}

#catalogueTree ul.firstLevel li li ul
{
    margin-left: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#catalogueTree ul.firstLevel li li li
{
    background-image: none;
    list-style-type: disc;
    padding: 0;
}

#catalogueTree ul.firstLevel li li a.Selected
{
    color: #953993;
}

#catalogueTree ul.firstLevel li li a
{
    display: inline;
    font-weight: normal;
    color: black;
    font-size: 14px;
}

#catalogueTree ul.firstLevel li li a:hover
{
    color: #953993;
}

#catalogueTree ul.firstLevel li li  li a
{
    font-weight: normal;
    font-size: 13px;
}

#catalogueTree ul.firstLevel li li  li a:Selected
{
    font-weight: bold;
}



/* end of tree */



/* thumbs */

#thumbsBlock
{
    width: 300px;
    margin-top: 10px;
    border-top: 1px dotted #aaa;
    padding-top: 10px;
}

#thumbStripLeft
{
    cursor: pointer;
    width: 10px;
    height: 60px;
    float: left;
    margin-right: 2px;
    background-image: url(../images/thumbslider_left.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#thumbStripLeft:hover
{
    background-image: url(../images/thumbslider_left_over.png);
}

#thumbStripRight:hover
{
    background-image: url(../images/thumbslider_right_over.png);
}

#thumbStripRight
{
    cursor: pointer;
    width: 10px;
    height: 60px;
    float: left;
    margin-left: 2px;
    background-image: url(../images/thumbslider_right.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#thumbStripCont.withSlider
{
    width: 276px;
}

#thumbStripCont
{
    height: 60px;
    overflow: hidden;
    position: relative;
    width: 300px;
    float: left;
}

#thumbStrip ul
{
    margin: 0;
}

#thumbStrip li
{
    margin: 0 2px;
    list-style-type: none;
    float: left;
    background-image: none;
    padding: 0;
}

#thumbStrip li a
{
    display: inline;
    float: left;
    font-size: 0;
    height: 60px;
    overflow-y: hidden;
    text-align: center;
    width: 96px;
}

#thumbStrip.withSlider li a
{
    width: 88px;
}

#thumbStrip.withSlider li a img
{
    width: 88px;
}

#thumbStrip li a img
{
    width: 96px;
}

#thumbStrip
{
    height: 60px;
    float: left;
}

#rightReadMore
{
    display: block;
    position: absolute;
    z-index: 2;
    width: 328px;
    height: 20px;
    background-image: url('../images/readmore_arrow_down.png');
    background-repeat: no-repeat;
}

#rightReadMore:hover
{
    background-image: url('../images/readmore_arrow_down_over.png');
}

#rightReadLess
{
    display: block;
    width: 328px;
    height: 20px;
    background-image: url('../images/readmore_arrow_up.png');
    background-repeat: no-repeat;
}

#rightReadLess:hover
{
    background-image: url('../images/readmore_arrow_up_over.png');
}

div.footer_print
{
    display: none;
}

img.logo_print
{
    display: none;
}

div.created_date
{
    display: none;
}

div.newSticker
{
    position: absolute;
}

div.newSticker img
{
    float: left;
    position: relative;
    left: -3px;
    top: 5px;
}

#messageArea
{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #AAA;
    padding: 5px;
    background-color: white;
    color: green;
    margin-bottom: 10px;
    margin-top: 10px;
    display: none;
    float: none;
    clear: both;
    text-align: left;
}