@charset "utf-8";
html { font-family:Arial, Helvetica, sans-serif !important; text-align: center; }
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, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0;	border: 0; outline: 0; vertical-align: baseline; background: transparent;}
* html legend {margin:-18px -8px 16px 0;padding:0;}

body { font-family:Arial, Helvetica, sans-serif !important; line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0;}

html { font-size:12px; font-family:Arial, Helvetica, sans-serif;}
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, textarea { font-size:12px; font-family: Arial, Helvetica, sans-serif; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size:9px; }
abbr, acronym { text-transform: uppercase; font-size:12px; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
a { color:#00B8F2; text-decoration:none }
a:hover { text-decoration:underline }

abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { /zoom: 1; }
a{
    cursor: pointer;
}

/* BODY BACKGROUNDS */

body {
    color: #4d4d4d;
}
body.grey {
    background: #F2F2F2;
}
body.color {
    background-color: #0c4da2;
}
body.fullImage {
    background: #fff;
}

#container {
    width: 1000px;
    margin: 0 auto;
}

/* USER LINKS */

#userLinks {
    margin-bottom: 5px;
    text-align: right;
}

#userLinks ul {
    overflow: hidden;
    padding-top: 5px;
    line-height: 1.4;
}

#userLinks ul li {
    display: inline;
    padding: 0pt 10px;
    margin-right: -1px;
    border-right: 1px solid #fff;
    text-transform: uppercase;
/zoom: 1;
}

#userLinks .button {
    display: none;
}

.grey #userLinks ul li,
#userLinks.grey ul li {
    border-color: #999;
    color: #e1e1e1;
}

#userLinks ul li a,
#userLinks ul li label,
#userLinks ul li strong {
    color: #fff;
    text-decoration: none;
}

#userLinks ul li a:hover {
    text-decoration: underline;
}

#userLinks ul li strong {
    margin-right: 10px;
}

.grey #userLinks ul li a,
.grey #userLinks ul li label,
#userLinks.grey ul li a,
#userLinks.grey ul li label {
    color: #4d4d4d;
}

#userLinks ul li#selCountryDropdown a {
    background: url(../images/ico_arrowdown_white.png) no-repeat right center;
    padding: 0 12px 0 0;
}

.grey #userLinks ul li#selCountryDropdown a,
#userLinks.grey ul li#selCountryDropdown a {
    background-image: url(../images/ico_arrowdown_grey.png);
}
#userLinks ul li#selCountryDropdown {
    padding-right: 0;
}

#container .selCountryContainer {
    width: 222px;
    z-index: 999;
    text-align: left;
    padding-top: 10px;
    background: url(../images/country_container_bg.png) no-repeat left top;
}
#container .selCountryContainer .content {
    padding: 0 11px 12px;
    border: none;
    background: url(../images/country_container_bg.png) no-repeat right bottom;
    text-align: right;
/zoom: 1;
}
#container .selCountryContainer .top,
#container .selCountryContainer .bottom {
    display: none;
}
#container .selCountryContainer .content .row {
    margin-bottom: 5px;
}
#container .selCountryContainer .content label {
    display: none;
}

#container .selCountryContainer .content .jsDropdown span {
    width: 153px;
}
#container select.jsDropdown {
    display:none;
}
#container a.jsDropdown {
    display: inline-block;
    padding-right: 27px;
    background: url(../images/sprite_buttons.png) no-repeat 100% -1480px;
    line-height: 1.5;
    text-align: left;
    overflow:hidden;
}
#container a.jsDropdown.disabled {
    opacity: 0.5;
}
#container a.jsDropdown:hover {
    text-decoration: none;
}
#container a.jsDropdown span {
    display: inline-block;
    height: 15px;
    padding: 6px 10px;
    background: url(../images/sprite_buttons.png) no-repeat 0 -1440px;
    font-family: Arial,sans-serif;
    font-size:12px;
    line-height: 14px;
    color: #636363;
    cursor: pointer;
    white-space: nowrap;
    overflow:hidden;
}
#container a.jsDropdown span:hover {
    color: #00B8F2;
}
#container .jsDropdownMenu {
    position: absolute;
    /*padding-top: 5px;
    background: url(common/images/country_dropmenu_bg_top.gif) no-repeat left top;*/
    z-index: 999;
}
#container .jsDropdownMenu ul {
    max-height: 200px;
    overflow: auto;
    /*padding-bottom: 10px;
    background: url(common/images/country_dropmenu_bg_bottom.png) no-repeat left bottom;*/
    text-align: left;
    z-index: 999;
}
#container .jsDropdownMenu ul li {
    display: block;
    min-height: 1.36em;
    padding: 5px 10px;
    font-family: Arial,sans-serif;
    font-size: 12px;
    cursor: pointer;
    _padding: 5px 10px;
}
*:first-child + html #container .jsDropdownMenu ul li {
    padding: 2px 10px;
}
#container .jsDropdownMenu ul li.separator {
    border-top: 1px solid #E1E1E1;
}
#container .jsDropdownMenu ul li.selected {
    color: #00B8F2;
}
#container .jsDropdownMenu ul li a {
    display: block;
    color: #4d4d4d;
    line-height: 1.5;
}
#container .jsDropdownMenu ul li.selected a {
    color: #00B8F2;
    text-decoration: none;
}




/* Header */

#header {
    z-index: 150;
    position: relative;
    width: 940px;
    margin: 0 auto;
    text-align: left;
/zoom: 1;
}
#header:after {
    content: '';
    display: block;
    clear: both;
}

#header .roundCorner {
    margin-bottom: 5px;
    padding-top: 8px;
    background: url(../images/round_corners.png) no-repeat left top;
}

#header .roundInner {
    padding: 0 0 4px 0;
    background: url(../images/round_corners.png) no-repeat right bottom;
/zoom: 1;
}

#header .roundInner:after {
    content: '';
    display: block;
    clear: both;
}

#header .logo {
    float: left;
    width: 151px;
    margin-bottom: 7px;
    padding: 9px 0 9px;
    _width: 147px;
}

#header .logo img {
    margin-left: 21px;
}

#header .content {
    position: relative;
    float: right;
    width: 788px;
    min-height: 70px;
    margin: -7px 1px 0 0;
    background: url(../images/header_content_line.gif) no-repeat left bottom;
    _display: inline;
}

#header #primaryNav {
    overflow: hidden;
    margin-left: 1px;
    padding-top: 3px;
    background: url(../images/primaryNav_bg.gif) repeat-x left bottom;
/zoom: 1;
}

#header .search {
    float: right;
    margin-right: 10px;
    padding-top: 6px;
    _display: inline;
}

#header .search form fieldset {
    display: inline;
}

#header .search input {
    width: 185px;
    margin-right: 4px;
    padding: 3px 5px 5px;
    border: 1px solid #E1E1E1;
    background: url(../images/bak_textFields.gif) repeat-x left top;
    font: 1.2em normal Arial,sans-serif;
    _display: inline;
}

#header .search .searchButton {
    overflow: hidden;
    display: inline-block;
    padding-right: 2px;
    height: 25px;
    width: 25px;
    background: url(../images/search_btn.png) no-repeat left top;
    vertical-align: -8px;
    _vertical-align: 1px;
}

*:first-child + html #header .search .searchButton {
    vertical-align: 1px;
}

#header .search .searchButton:hover {
    background-position: left -25px;
}

#header .search .searchButton:active {
    background-position: left -50px;
    outline: none;
}

#header .search .searchButton:focus {
    outline: none;
}

#header .search .searchButton input {
    width: 25px;
    margin: 0;
    padding: 25px 0 0;
    border: 0;
    cursor: pointer;
    background: none;
}

/*#header .search .searchButtonWide {*/
    /*overflow: hidden;*/
    /*display: inline-block;*/
    /*height: 25px;*/
    /*padding-right: 3px;*/
    /*background: url(../images/search_wide_btn.gif) no-repeat right -75px;*/
    /*vertical-align: -8px;*/
    /*outline: none;*/
    /*_vertical-align: 1px;*/
/*}*/

/**:first-child + html #header .search .searchButtonWide {*/
    /*vertical-align: 1px;*/
/*}*/

/*#header .search .searchButtonWide:hover {*/
    /*background-position: right -100px;*/
/*}*/

/*#header .search .searchButtonWide:active {*/
    /*background-position: right -125px;*/
    /*outline: none;*/
/*}*/

/*#header .search .searchButtonWide:focus {*/
    /*outline: none;*/
/*}*/

/*#header .search .searchButtonWide input {*/
    /*width: auto;*/
    /*float: left;*/
    /*margin: 0;*/
    /*padding: 5px 6px 7px 18px;*/
    /*border: 0;*/
    /*background: url(common/images/search_wide_btn.gif) no-repeat left top;*/
    /*text-transform: uppercase;*/
    /*font-size:12px;*/
    /*font-weight: bold;*/
    /*color: #fff;*/
    /*cursor: pointer;*/
/*/padding: 5px 0px 3px 13px;*/
/*/float: none;*/
/*}*/

/*html>/!**!/body #header .search .searchButtonWide input {*/
    /*padding /!*\**!/: 5px 6px 6px 21px\9;*/
/*}*/

/*#header .search .searchButtonWide:hover input {*/
    /*background-position: left -25px;*/
/*}*/

/*#header .search .searchButtonWide:active input {*/
    /*background-position: left -50px;*/
/*}*/


#header .nav {
    overflow: hidden;
    margin-left: 6px;
    padding-top: 13px;
    _margin-left: 7px;
    _height: 1%;
}

#header .nav li {
    float: left;
    padding: 0 14px 16px 14px;
    font-size:14px;
    line-height:16px;
    /*text-transform: uppercase;*/
}

#header .nav strong {
    position: relative;
    margin: -15px -17px -16px;
    display: block;
    background: url(../images/header_nav_current_bg_left.gif) no-repeat left bottom;
    font-weight: bold;
    display: inline;
    float: left;
}

#header .nav li a {
    color: #4d4d4d;
    text-decoration: none;
}

#header .nav strong a {
    display: block;
    padding: 15px 17px 16px;
    background: url(../images/header_nav_current_bg_right.gif) no-repeat right bottom;
}

#header .nav li a:hover {
    color: #00B8F2;
    background: none;
}

#header .nav strong a:hover {
    background: url(../images/header_nav_current_bg_right.gif) no-repeat right bottom;
}

#header #secondaryNav {
    position: relative;
    clear: right;
    padding-left: 20px;
    padding-top: 2px;
/zoom: 1;
/height: 22px;
}

*:first-child + html #header #secondaryNav {
    zoom: 1;
}

#header #secondaryNav .myBasket {
    position: absolute;
    top: -5px;
    right: 0px;
    background: url(../images/header_basket_bg.gif) no-repeat left top;
    text-transform: uppercase;
}

#header #secondaryNav .myBasket a {
    display: block;
    padding: 10px 9px 8px 32px;
    color: #00B8F2;
}

#header #secondaryNav .myBasket a:hover {
    text-decoration: underline;
}

#header #secondaryNav ul:after {
    content: '';
    display: block;
    clear: both;
}

#header #secondaryNav a {
    color: #4d4d4d;
    text-decoration: none;
}

#header #secondaryNav a:hover {
    color: #00B8F2;
}

#header #secondaryNav li {
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
    line-height: 14px;
    font-size: 12px;
}

#header #secondaryNav li.dropdown {
    position: relative;
    padding-bottom: 10px;
}

#header #secondaryNav li.dropdown a {
    padding-right: 12px;
    background: url(../images/arrow_down.gif) no-repeat right 50%;
}

#header #secondaryNav li.dropdown:hover .dropmenu,
#header #secondaryNav li.hover .dropmenu {
    display: block;
    _zoom: 1;
}

#header #secondaryNav .dropmenu {
    display: none;
    position: absolute;
    top: 22px;
    left: -10px;
    width: 190px;
    padding-bottom: 10px;
    background: url(../images/dropmenu_bg_bottom_2.png) no-repeat left bottom;
    _top: 23px;
    _zoom: 1;
}

#header #secondaryNav .dropmenu ul {
    position: relative;
    width: auto;
    padding-top: 5px;
    background: url(../images/dropmenu_bg_top_2.gif) no-repeat;
    _height: 1%;
}

*:first-child + html #header #secondaryNav .dropmenu ul {
    zoom: 1;
}

#header #secondaryNav .dropmenu li {
    float: none;
    display: block;
    margin-right: 0;
    _zoom: 1;
}

/*#header #secondaryNav li.dropdown li.dropdown {*/
    /*padding-bottom: 0;*/
    /*background: url(../images/arrow_right.gif) no-repeat 95% 7px;*/
    /*_zoom: 1;*/
/*}*/

#header #secondaryNav li.dropdown ul a{
    display: block;
    padding: 4px 10px;
    background: none;
    font-family:  Arial, Helvetica, sans-serif;
    font-size:12px;
    text-transform: none;
    position: relative;
}

#header #secondaryNav .subdropmenu ul {
    margin-top: -5px;
}

#header #secondaryNav .subdropmenu ul a {
    font-size:12px;
}

#header #secondaryNav .dropmenu li:hover .subdropmenu {
    display: block;
}

/* Main */

#content {
    width: 940px;
    margin: 0 auto;
    text-align: left;
/zoom: 1;
}
#content:after {
    content: '';
    display: block;
    clear: both;
}

#main,
.single #main {
    clear: both;
    padding-top: 8px;
    background: url(../images/main_round_bg.png) no-repeat left top;
}

.double #main {
    clear: none;
    width: 710px;
    float: right;
    background-position: -1884px top;
    _background-position: -1883px top;
/zoom: 1;
}

#main .roundCorner,
.single #main .roundCorner {
    padding-bottom: 13px;
    background: url(../images/main_round_bg.png) no-repeat -942px bottom;
/zoom: 1;
}

.double #main .roundCorner {
    background-position: -2596px bottom;
    _background-position: -2595px bottom;
}

#main .roundInner,
.single #main .roundInner {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background: #fff url(../images/main_round_bg.gif) repeat-x left bottom;
/zoom: 1;
}
#main .roundInner .first_title{
    padding-top: 44px;
    padding-bottom: 10px;
}
#main .roundInner .first_title .first_title_txt{
    height: 72px;
    line-height: 72px;
    text-align: center;
    background-color: #2b4053;
    color: #FFFFFF;
    font-size: 30px;
    font-family: '黑体';
}
/* start edit */
#main .roundInner .gray_background{
    width: 873px;
    position: relative;
    margin: 30px auto 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #f2f2f2;
}
#main .roundInner .gray_background .title_back{
    z-index: 5;
    position: absolute;
    top: 15px;
    left: -15px;
}
#main .roundInner .gray_background .title_txt{
    z-index: 10;
    position: absolute;
    font-size: 22px;
    font-family: '黑体';
    color: #FFFFFF;
    padding-top: 32px;
    padding-left: 10px;
}
#main .roundInner .gray_background .title_txt span{
    font-size: 32px;
    font-family: arial;
    font-style: italic;

}
#main .roundInner .gray_background .content1{
    height: 237px;
    padding-top: 90px;
    padding-left: 22px;
}
#main .roundInner .gray_background .content1 p{
    font-size: 14px;
    font-family: '宋体';
    color: #6b6b6b;
}
#main .roundInner .gray_background .content1 .content1_img{
    padding-top: 34px;
}
.content1 .content1_img img{
    vertical-align: middle;
    padding-right: 7px;
}
.content1 .txt_img1{
    padding-left: 664px;
    padding-top: 8px;
}
#main .roundInner .gray_background .content2{
    padding: 103px 23px 33px 24px;
    position: relative;
}
.content2 .content2_step{
    width: 824px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    border: 1px #cdcdcd solid;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #FFFFFF;
}
.content2 .content2_step img{
    vertical-align: middle;
    padding-bottom: 3px;
}
.content2 .content2_body{
    padding: 29px 0 0 0;
}
.content2 .content2_body .con2_style{
    width: 396px;
    height: 895px;
    border: 1px #cdcdcd solid;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #FFFFFF;
}

.content2 .content2_body_title {
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
}
.content2 .txt00{
    font-size: 14px;
    font-family: '宋体';
    font-weight: bold;
    color: #6b6b6b;
}
.content2 .img_align{
    vertical-align: top;
}
.content2 .content2_body_img{
    text-align: center;
}
.content2 .content2_body_img .arrowdown{
    margin-top: -12px;
}
.content2 .content2_imgtxt{
    font-size: 14px;
    font-family: '宋体';
    color: #6b6b6b;
    padding-left: 314px;
    padding-top: 6px;
}
.content2 .content2_bomtxt{
    padding: 15px 27px 0 38px;
    font-size: 14px;
    font-family: '宋体';
    color: #6b6b6b;
    line-height: 24px;
}
.content2 .content2_bomtxt span{
    color: #ff0000;
}
.content2 .a_arrow{
    position: absolute;
    top: 156px;
    left: 205px;
}
.content2 .b_arrow{
    position: absolute;
    top: 156px;
    left: 633px;
}

.content_left{
    float: left;
}

.content_right{
    float: right;
}
#main .roundInner .gray_background .content3{
    padding: 118px 28px 37px 27px;
}
.content3 .con3_style{
    width: 379px;
    height: 319px;
    position: relative;
}


/* isshowcase */
div#isshowcase{
    position:fixed;
    display:block;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.75) ;
    z-index: 100;
}
div#isshowcase div#issheet {
    position: absolute;
    width: 510px;
    height: 498px;
    left: 50%;
    margin-left: -255px;
    top: 50%;
    margin-top: -249px;
    padding: 16px;
    background: #FFFFFF;
    opacity: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 4px 32px 4px #fff;
    -moz-box-shadow: 0 4px 32px 4px #fff;
    box-shadow: 0 0px 32px 4px #000;
}
div#isshowcase div#issheet div#ismovie {
    width: 510px;
    height: 498px;
    background-color: #000;
}
    /* end edit */


    /* heroPane */
#heroPane {
    margin:10px 0 67px;
}
#heroPaneShort {
    margin:10px 0 35px;
}


.double #heroPane {
    margin-top:0;
    width:710px;
    float:right;
}

#heroMain {
    width: 360px;
    float: right;
}

#heroMain h2 {
    color:#fff;
    font-size:14px;
    line-height:1.2;
    text-transform:uppercase;
}

#heroMain p {
    position: relative;
    margin:10px 0;
    color:#FFF;
    font-size:12px;
    font-weight:bold;
    line-height:1.2;
}

#heroPaneShort #heroMain p {
    margin-bottom: -15px;
}

body.grey #heroMain h2,
body.grey #heroMain p {
    color:#4D4D4D;
}


#left {
    float: left;
    width: 210px;
    font-size: 12px;
}

#leftMenu,
.single #leftMenu {
    margin-bottom: 40px;
}

.double #leftMenu {
    margin-bottom: 20px;
}

#leftMenu h3 {
    padding: 9px 10px 8px;
    background: url(common/images/left_menu_bg.png) no-repeat left top;
    line-height: 1.2;
    text-transform: uppercase;
}


.heroNavigation {
    background: url(common/images/black_60.png);
    text-transform: uppercase;
    font-weight: bold;
}

.heroNavigation ul {
    background: none;
    font-family: Arial,sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
}

.heroNavigation ul ul {
    font-size:12px;
}

.heroNavigation li {
    width: 210px;
    line-height: 1.2;
/display: inline;
/zoom: 1;
}

.heroNavigation strong,
.heroNavigation a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
}

.heroNavigation a:link,
.heroNavigation a:visited {
    color: #fff;
}

.heroNavigation a:hover {
    background: url(../images/black_60.png);
    text-decoration: none;
    _background: #272727;
}

.heroNavigation h4 a {
    background: #252122 url(../images/left_menu_header_bg.gif) no-repeat left top;
    padding:6px 20px 6px 10px;
    font-size:14px;
}

.heroNavigation h4 a:hover {
    background: #252122 url(../images/left_menu_header_bg.gif) no-repeat left top;
}

.heroNavigation h4.selected a,
.heroNavigation h4.selected a:hover {
    background-position: -210px top;
}

.heroNavigation strong {
    background: #fff;
    color: #000;
/zoom: 1;
}
.heroNavigation strong a {
    margin: -5px -10px;
    background: #fff;
    color: #000;
/zoom: 1;
}

.heroNavigation strong a:link,
.heroNavigation strong a:visited {
    color: #000;
}

.heroNavigation strong a:hover {
    background: none;
    background: #fff;
}

.heroNavigation ul ul strong,
.heroNavigation ul ul a {
    padding-left: 30px;
}

.heroNavigation ul ul strong a {
    margin-left: -30px;
    padding-left: 30px;
}


/* footerTeasers */
div.footerTeasers,
div.footerTeasersNoFrame {
    clear: both;
    padding: 30px 0 0;
    width: 940px;
}

div.footerTeasers div.top,
div.footerTeasersNoFrame div.top,
div.footerTeasers div.bottom,
div.footerTeasersNoFrame div.bottom {
    height: 7px;
    position: relative;
    _font-size: 0;
    _line-height: 0;
}

div.footerTeasers div.top div.t,
div.footerTeasers div.bottom div.b {
    margin: 0 7px;
    height: 7px;
    background: url(../images/bak_footerTeasers.png) repeat 0 0;
}

div.footerTeasers div.tl,
div.footerTeasers div.tr,
div.footerTeasers div.bl,
div.footerTeasers div.br {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0;
}

div.footerTeasers div.top div.tl,
div.footerTeasers div.bottom div.bl {
    left: 0;
}

div.footerTeasers div.top div.tr,
div.footerTeasers div.bottom div.br {
    right: 0;
}

div.footerTeasers div.top div.tl    { background:transparent url(common/images/bak_footerTeasers_tl.png) no-repeat 0 0; }
div.footerTeasers div.top div.tr    { background:transparent url(common/images/bak_footerTeasers_tr.png) no-repeat 100% 0; }
div.footerTeasers div.bottom div.bl { background:transparent url(common/images/bak_footerTeasers_bl.png) no-repeat 0 100%; }
div.footerTeasers div.bottom div.br { background:transparent url(common/images/bak_footerTeasers_br.png) no-repeat 100% 100%; }


div.footerTeasers div.content {
    background: transparent url(common/images/bak_footerTeasers.png) repeat 0 0;
/height: 100%;
}

div.footerTeasers div.content .teasersTitle {
    margin: 0 25px;
    color: #FFF;
    font-size:14px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
}

div.footerTeasers div.content ul,
div.footerTeasersNoFrame div.content ul {
    padding: 12px 0;
}

div.footerTeasers div.content ul li,
div.footerTeasersNoFrame div.content ul li {
    margin: 0 0 0 25px;
    width: 280px;
    height: 200px;
    float: left;
    cursor: pointer;
    _display: inline;
}

div.footerTeasers div.content ul li.teaserUnit,
div.footerTeasersNoFrame div.content ul li.teaserUnit {
    position: relative;
}

div.footerTeasers div.content ul li.teaserUnit img,
div.footerTeasersNoFrame div.content ul li.teaserUnit img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

div.footerTeasers div.content ul li.teaserUnit .caption,
div.footerTeasersNoFrame div.content ul li.teaserUnit .caption {
    width: 280px;
    height: 200px;
    display: block;
    font-size:14px;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.2;
}

div.footerTeasers div.content ul li.teaserUnit .caption a,
div.footerTeasersNoFrame div.content ul li.teaserUnit .caption a {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}
* html div.footerTeasers div.content ul li.teaserUnit .caption a:hover,
* html div.footerTeasersNoFrame div.content ul li.teaserUnit .caption a:hover,
* html div.footerTeasers div.content ul li.teaserUnit .caption a:hover span,
* html div.footerTeasersNoFrame div.content ul li.teaserUnit .caption a:hover span {
    text-decoration: underline;
    display: block;
}

div.footerTeasers div.content ul li.teaserUnit .caption a span,
div.footerTeasersNoFrame div.content ul li.teaserUnit .caption a span {
    padding: 10px 15px;
    width: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(common/images/bak_footerTeaser.png) repeat 0 100%;
}

div.footerTeasers div.content ul li.teaserUnit:hover .caption a span,
div.footerTeasersNoFrame div.content ul li.teaserUnit:hover .caption a span {
    background: url(common/images/bak_footerTeaser_blue.png) repeat 0 100%;
}


/* BreadCrumbs */

.breadCrumbs {
    margin: 0 0 20px;
}

.breadCrumbs ol,
.breadCrumbs ul {
    overflow: hidden;
    margin-left: 5px;
    _zoom: 1;
}

.breadCrumbs li {
    float: left;
    margin-right: 5px;
    /*text-transform: uppercase;*/
    font-family: Arial,sans-serif;
    color: #fff;
    padding-bottom: 1px;
}

.breadCrumbs a {
    margin-right: 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
}

.grey .breadCrumbs li,
.grey .breadCrumbs a,
.breadCrumbs.grey li,
.breadCrumbs.grey a {
    color: #4d4d4d;
}

.breadCrumbs a:hover {
    text-decoration: underline;
}



#footer .roundCorner {
    padding-top: 8px;
    background: url(../images/round_corners.png) no-repeat left top;
    _zoom: 1;
}

#footer .roundInner {
    padding: 0 0 11px 21px;
    background: url(../images/round_corners.png) no-repeat right bottom;
    _zoom: 1;
}

/* #footer */

#footer {
    clear:both;
    width: 940px;
    margin: 10px auto 0;
    padding-bottom: 20px;
    text-align: left;
/zoom: 1;
}
#footer:after {
    content: '';
    display: block;
    clear: both;
}

#footer .roundCorner ul {
    overflow: hidden;
    padding-bottom: 2px;
    _height: 1%;
}

#footer .roundCorner ul li {
    float: left;
    margin-right: 17px;
}
#footer .roundCorner ul li a {
    line-height: 1.2;
    text-decoration: none;
    font-size:12px;
    font-family: Arial,Helvetica,sans-serif;
    color: #4d4d4d;
}

#footer .roundCorner ul li a:hover {
    color: #00B8F2;
}

#footer .functionNav {
    float: left;
    margin: 0 16px 0 0;
    padding: 0 0 0 8px;
    border-right: 1px solid #e1e1e1;
/zoom: 1;
}
#footer .functionNav:after {
    content: '';
    display: block;
    clear: both;
}

#footer .functionNav li {
    float: left;
    margin-right: 16px;
    line-height: 1.4;
    _display: inline;
}

#footer .functionNav a,
#footer .functionNav a:hover {
    font-family:  Arial, Helvetica, sans-serif;
    color: #fff;
}

#footer .functionNav a,
#footer .functionNav a:hover {
    font-family:  Arial, Helvetica, sans-serif;
    color: #fff;
}

.grey #footer .functionNav a,
.grey #footer .functionNav a:hover,
#footer .functionNav.grey a,
#footer .functionNav.grey a:hover {
    color: #999;
}

#footer .functionNav a:hover{
    text-decoration:underline;
}

#footer #copyright {
    float: left;
    font-family: Arial,sans-serif;
    line-height: 1.4;
    color: #fff;
}

.grey #footer #copyright,
#footer.grey #copyright,
#footer #copyright.grey {
    color: #999;
}

.banner-zone .item1 {
    float:left; width:312px; display:block;
}
.banner-zone .item2 {
    float:left; width:313px;
}
.banner-zone .item3 {
    float:left; width:313px;
}
.banner-space {
    font-size:1px; line-height:1px; height:1px; overflow:hidden; clear:both;
}
/*致客户的重要通知apps/Importantnotice.aspx */
.search_result{width:600px;height:300px;border:2px solid #e1e1e1;padding:20px;margin-top:10px;border-radius:10px;overflow: auto;}

