@charset "utf-8";
/* CSS Document */

html, body { height: 100%; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #ec1b24; }
body.minimal { background-color: #ffffff; }

.page {  width: 1004px; }
table.page {  height: 100%; margin: auto; }
table.page td { vertical-align: middle; }
div.page { position: relative; height: 600px; background-color: #ec1b24; overflow: hidden; }

.navs { display: block; }
.navs li { display: inline; }
.navs_left { float: left; margin-left: 20px; }
.navs_right { float: right; margin-right: 20px; }
.navs_separator li { border-left: solid 1px; padding-left: 0.4em; padding-right: 0.4em; float: left; }
.navs_separator li.first_child { border-left: none; padding-left: 0; }

.navs_search { float: right; position: relative; margin-right: 1em; }
.navs_search div { display: inline; }
.navs_search fieldset { background: #ffc11d url(../../images/zh_tw/search.gif); width: 275px; height: 16px; vertical-align: top; overflow: hidden; display: inline; }
.navs_search fieldset * { border: 0; font-size: 10px; }
.navs_search fieldset legend { display: none; }
.navs_search fieldset input.textbox { position: absolute; left: 173px; top: 0px; width: 100px; line-height: 14px; }
.navs_search fieldset input.button { display: inline; }
.navs_search fieldset select, .navs_search fieldset input.selectbox { position: absolute; left: 55px; top: 0px; width: 90px; }
.navs_search fieldset input.selectbox { width: 78px; background: #ffffff url(../../images/zh_tw/dropdown.gif) no-repeat; padding-left: 12px; line-height: 14px; cursor: pointer; }
.navs_search fieldset .selectbox-wrapper { position: absolute; top: 17px; left: 54px; background: #ffffff; border:1px solid #ccc; height: 100px; overflow: auto; }
.navs_search fieldset .selectbox-wrapper ul li { display:block; color: #000000; cursor: pointer; }
.navs_search fieldset .selectbox-wrapper ul li.selected { background-color: #EAF2FB; }
.navs_search fieldset .selectbox-wrapper ul li.current { background-color: #CDD8E4; }

.navs_main { float: right; display: block; width: 520px; height: 70px; padding-right: 15px; }
.navs_main li { float: left; margin-top: 0; }
.navs_main a { display: block; width: 52px; height: 70px; overflow: hidden; line-height: 1000px; background-position: 0 0; }
.navs_main a:hover { background-position: 0 -70px; }
.navs_main #navs_profile { background-image: url(../../images/zh_tw/nav_profile.jpg); }
.navs_main #navs_offers { background-image: url(../../images/zh_tw/nav_offers.jpg); }
.navs_main #navs_products { background-image: url(../../images/zh_tw/nav_products.jpg); }
.navs_main #navs_brand { background-image: url(../../images/zh_tw/nav_brand.jpg); }
.navs_main #navs_responsibility { background-image: url(../../images/zh_tw/nav_responsibility.jpg); }
.navs_main #navs_press { background-image: url(../../images/zh_tw/nav_press.jpg); }
.navs_main #navs_service { background-image: url(../../images/zh_tw/nav_service.jpg); }
.navs_main #navs_career { background-image: url(../../images/zh_tw/nav_career.jpg); }
.navs_main #navs_contact { background-image: url(../../images/zh_tw/nav_contact.jpg); }
.navs_main #navs_kids { background-image: url(../../images/zh_tw/nav_kids.jpg); }

.header { position: absolute; top: 0; left: 0; width: 100%; }
.header .navs { display: inline; margin-top: 15px; }
.header .navs li { color: #ffffff; }
.header .navs li a { color: #ffffff; text-decoration: none; }
.header .navs li a:hover { text-decoration: underline; }
.header .logo li { margin-right: 25px; float: left; }
.header .logo img { vertical-align: top; }
.header .logo li#wellcomedelivers a { display: block; background-image: url(../../images/zh_tw/wellcomedelivers.gif); background-repeat: no-repeat; width: 137px; height: 47px; overflow: hidden; line-height: 1000px; background-position: 0 0; }
.header .logo li#wellcomedelivers a:hover { background-position: 0 -47px; }

.header_inside_page { position: relative; height: 110px; background:url(../../images/header_bg.jpg) no-repeat right top; }

.banner { width: 1004px; height: 170px; overflow: hidden; }

.body { }
.body_inside_page { background-color: #ffffff; height: 300px; }
.body_content { float: left; height: 250px; margin-top: 20px; width: 830px; overflow: auto; font-size: 13px; letter-spacing: 1px; }
.body_content br { letter-spacing: normal; }
.body_content_block { padding: 10px; clear: both; }
.body_content_image { float: right; clear: right; width: 100px; display: block; padding-right: 10px; padding-left: 50px; }
.body_content_image li { margin-bottom: 10px; }
.body_content_text { float: left; clear: left; width: 615px; line-height: 1.5em; }
.body_content_text a { text-decoration: underline; color: #000000; }
.body_content_text h1,
.body_content_text h2,
.body_content_text h3,
.body_content_text h4,
.body_content_text strong { font-weight: bold; }
.body_content_text h1,
.body_content_text h2,
.body_content_text h3,
.body_content_text h4,
.body_content_text p { margin-bottom: 1.5em; }
.body_content_text input { vertical-align: middle; }
.body_content_text ol { list-style: none; }
.body_content_text ol.native_ol { list-style: decimal outside; }
.body_content_text ol.native_ol li { padding-left: 0; margin-left: 2.5em; }
.body_content_text ol ul { padding-left: 1.5em; }
.body_content_text ol li { padding-left: 0.5em; }
.body_content_text ol li p { padding-left: 1.5em; }
.body_content_text ul { list-style: none; margin-bottom: 1.5em; }
.body_content_text ul li { padding-left: 1.5em; background: url(../../images/list_dash.gif) left top no-repeat; }
.body_content_text ul.bulletlist { list-style: disc outside; }
.body_content_text ul.bulletlist li { background: none; margin-left: 2em; padding: 0; }
.body_content_text ul.flowlist { overflow: auto; }
.body_content_text ul.flowlist li { float: left; display: block; padding: 0; background: none; width: 8em; }
.body_content_text ul.career_experience_list li { padding-left: 0; background: none; margin-bottom: 3em; }
.body_content_text ul.career_experience_list li ul li { padding-left: 1.5em; background: url(../../images/list_dash.gif) left top no-repeat; }
.body_content_text .right { float: right; }
.body_content_text .store_search_list { list-style: none; margin: 0; background: none; }
.body_content_text .store_search_list li { margin-bottom: 1.5em; padding-left: 0; background: none; }
.body_content_text .store_search_list li h3 { margin-bottom: 0; }
.body_content_text .note { color: #999999; }
.body_content_text .ref { font-size: xx-small; vertical-align: super; line-height: 0.4em; }
.body_content_text .tightbottom { margin-bottom: 0; padding-bottom: 0; }
.body_content_text .career_vacancies tr { height: 3em; vertical-align: top; }
.body_content_text .career_vacancies th { font-weight: bold; }
.body_content_text .career_vacancies .vacancies_date { width: 7em; }
.body_content_text .career_vacancies .vacancies_desc { width: 30em; }
.body_content_text .career_vacancies .vacancies_ref { width: 10em; }
.body_content_text .press_archive tr { height: 3em; vertical-align: top; }
.body_content_text .press_archive td { padding-right: 2em; }
.body_content_text .press_archive td a { font-weight: normal; text-decoration: none; }
.body_content_text .press_archive td a:hover { text-decoration: underline; }
.body_content_text .quality_posters li{ padding: 0; background: none; display: inline; margin-left: 10px; }
.body_content_text .offers_date { margin-left: 1em; }
.body_content_text .offers_heading { font-weight: bold; }
.body_content_text .events_heading { margin-left: 1em; font-weight: bold; }
.body_content_text .events_photos li { display:inline; background: none; padding: 0; margin-right: 30px; }
.body_content_text .events_photos li img { margin-bottom: 2em; }
.body_content_promotion_video { float: right; clear: right; width: 320px; height:320px; display: block; padding-right: 10px; padding-left: 20px; }
.body_content_promotion_text { width: 410px; }
.body_content_promotion_text .video_topic { float: left; padding-bottom: 1.5em; }
.body_content_promotion_text .video_name { float: right; }
.body_content_promotion_text .video_year { float: right; }
.body_content_promotion_text p { clear: both; }
.full_width { width: 750px; }
.products_exclusive { width: 750px; line-height: 1.5em; clear: both; margin-bottom: 1.5em; }
.products_exclusive h1,
.products_exclusive h2,
.products_exclusive h3,
.products_exclusive h4,
.products_exclusive strong { font-weight: bold; }
.products_exclusive .products_scrollpane { display: block; width: 780px; height: 150px; overflow: auto; }
.products_exclusive .products_list td { text-align: center; padding-right: 2em; white-space: nowrap; }

.compact_list h1,
.compact_list h2,
.compact_list h3,
.compact_list h4 { margin-bottom: 0; }

.knowledge_content_block { padding-bottom: 0; }
.knowledge_content_block .body_content_image li { margin: 0; }
.knowledge_content_block h1,
.knowledge_content_block h2,
.knowledge_content_block h3,
.knowledge_content_block h4 { margin-bottom: 0; }
.knowledge_content_block .body_content_text ul { margin-bottom: 0.5em; }

.wine_list { margin-top: 2em; }

.footer { position: absolute; bottom: 0; left: 0; width: 100%; height: 30px; background-color: #bcbec0; }
.footer .navs { margin-top: 9px; display: inline; font-size: 9px; }
.footer .navs_left li { margin-right: 10px; }
.footer .navs li a { color: #000000; text-decoration: none; }
.footer .navs li a:hover { text-decoration: underline; }

.jScrollPaneContainer { float: left; position: relative; overflow: hidden; margin-top: 20px;  width: 814px; height: 250px; }
.jScrollPaneContainer .body_content { margin-top: 0; position: absolute; overflow: visible; }
.jScrollPaneTrack {	position: absolute;	cursor: pointer; right: 0; top: 0; height: 100%; background: url(../../images/scroll_track.gif) repeat-y; }
.jScrollPaneDrag { position: absolute; cursor: pointer; overflow: hidden; background: url(../../images/scroll_drag.gif) no-repeat; }
.jScrollPaneDragTop { position: absolute; top: 0; left: 0; overflow: hidden; }
.jScrollPaneDragBottom { position: absolute; bottom: 0; left: 0; overflow: hidden; }
.jScrollHorizontalPaneContainer { position: relative; overflow: hidden; width: 780px; height: 140px; }
.jScrollHorizontalPaneContainer .products_scrollpane { position: absolute; overflow: visible; }
.jScrollHorizontalPaneTrack { position: absolute; cursor: pointer; left: 0; bottom: 0; height: 100%; background: url(../../images/scroll_horizontal_track.gif) repeat-x; }
.jScrollHorizontalPaneDrag { position: absolute; cursor: pointer; overflow: hidden; background: url(../../images/scroll_horizontal_drag.gif) no-repeat; }
.jScrollHorizontalPaneDragLeft { position: absolute; top: 0; left: 0; overflow: hidden; }
.jScrollHorizontalPaneDragRight { position: absolute; top: 0; left: 0; overflow: hidden; }
a.jScrollArrowUp { display: block; position: absolute; top: 0; right: 0; text-indent: -2000px; overflow: hidden; height: 9px; background-image: url(../../images/scroll_up.gif); background-position: 0 0; }
a.jScrollArrowDown { display: block; position: absolute; bottom: 0; right: 0; text-indent: -2000px; overflow: hidden; height: 9px; background-image: url(../../images/scroll_down.gif); background-position: 0 0; margin-top: 20px; }
a.jScrollArrowUp:hover { background-position: -14px 0; }
a.jScrollArrowDown:hover { background-position: -14px 0; }

.header .navs_separator a { display: block; height: 15px; line-height: 1000px; overflow: hidden; background-position: 0 0; }
.header .navs_separator a:hover { background-position: 0 -15px; }
.header .navs_separator a#navs_member_reg { width: 44px; background-image: url(../../images/zh_tw/navs_member_reg.gif); }
.header .navs_separator a#navs_mail_friend { width: 54px; background-image: url(../../images/zh_tw/navs_mail_friend.gif); }
.header .navs_separator a#navs_lang_switch { width: 36px; background-image: url(../../images/zh_tw/navs_lang_switch.gif); }

.footer .navs_separator a { display: block; height: 12px; line-height: 1000px; overflow: hidden; background-position: 0 0; }
.footer .navs_separator a:hover { background-position: 0 -12px; }
.footer .navs_separator a#navs_links { width: 19px; background-image: url(../../images/zh_tw/navs_links.gif); }
.footer .navs_separator a#navs_help { width: 19px; background-image: url(../../images/zh_tw/navs_help.gif); }
.footer .navs_separator a#navs_sitemap { width: 27px; background-image: url(../../images/zh_tw/navs_sitemap.gif); }
.footer .navs_separator a#navs_terms { width: 46px; background-image: url(../../images/zh_tw/navs_terms.gif); }
.footer .navs_separator a#navs_copyright { width: 133px; background-image: url(../../images/zh_tw/navs_copyright.gif); }
.footer .navs_separator a#navs_copyright:hover { background-position: 0 0; }

#tooltip { position: absolute; z-index: 3000; border: 1px solid #111; background-color: #eee; padding: 5px; opacity: 0.85; }
#tooltip h3,
#tooltip div { margin: 0; }

.navs_sub { float: left; width: 160px; height: 240px; border-right: #cccccc 2px solid; text-align: right; margin-top: 20px; padding-top: 10px; }
.navs_sub h1 { display: block; height: 30px; line-height: 1000px; overflow: hidden; margin-right: 10px; background-repeat: no-repeat; background-position: top right; }

.navs_sub h1#sect_profile { background-image: url(../../images/zh_tw/sect_profile.gif); }
.navs_sub h1#sect_offers { background-image: url(../../images/zh_tw/sect_offers.gif); }
.navs_sub h1#sect_products { background-image: url(../../images/zh_tw/sect_products.gif); }
.navs_sub h1#sect_brand { background-image: url(../../images/zh_tw/sect_brand.gif); }
.navs_sub h1#sect_responsibility { background-image: url(../../images/zh_tw/sect_responsibility.gif); }
.navs_sub h1#sect_press { background-image: url(../../images/zh_tw/sect_press.gif); }
.navs_sub h1#sect_service { background-image: url(../../images/zh_tw/sect_service.gif); }
.navs_sub h1#sect_career { background-image: url(../../images/zh_tw/sect_career.gif); }
.navs_sub h1#sect_contact { background-image: url(../../images/zh_tw/sect_contact.gif); }
.navs_sub h1#sect_kids { background-image: url(../../images/zh_tw/sect_kids.gif); }
.navs_sub h1#sect_registration { background-image: url(../../images/zh_tw/sect_registration.gif); }
.navs_sub h1#sect_terms { background-image: url(../../images/zh_tw/sect_terms.gif); }
.navs_sub h1#sect_links { background-image: url(../../images/zh_tw/sect_links.gif); }
.navs_sub h1#sect_sitemap { background-image: url(../../images/zh_tw/sect_sitemap.gif); }
.navs_sub h1#sect_help { background-image: url(../../images/zh_tw/sect_help.gif); }
.navs_sub h1#sect_mailfriend { background-image: url(../../images/zh_tw/sect_mailfriend.gif); }

.navs_sub li { float: right; display: inline; }
.navs_sub li a { display: block; width: 150px; height: 18px; line-height: 1000px; overflow: hidden; background-repeat: no-repeat; background-position: 0 0; text-align: right; }
.navs_sub li a:hover { background-position: -150px 0; }
.navs_sub li a.selected { background-position: -300px 0; }

.navs_sub .navs_sub_pane ul { float: right; padding-right: 10px; }
.navs_sub .navs_sub_pane li { float: none; }
.navs_sub .navs_sub_pane li a { display: block; width: 50px; text-align: left; }
.navs_sub .navs_sub_pane li a:hover { background-position: -80px 0; }
.navs_sub .navs_sub_pane li a.selected { background-position: -80px 0; }

.navs_sub li a#sub_profile_about { background-image: url(../../images/zh_tw/sub_profile_about.gif); }
.navs_sub li a#sub_profile_milestone { background-image: url(../../images/zh_tw/sub_profile_milestone.gif); }
.navs_sub li a#sub_profile_achievement { background-image: url(../../images/zh_tw/sub_profile_achievement.gif); }
.navs_sub li a#sub_profile_store { background-image: url(../../images/zh_tw/sub_profile_store.gif); }
.navs_sub li a#sub_profile_guarantee { background-image: url(../../images/zh_tw/sub_profile_guarantee.gif); display: none; }
.navs_sub li a#sub_profile_team { background-image: url(../../images/zh_tw/sub_profile_team.gif); display: none; }
.navs_sub li a#sub_offers_new { background-image: url(../../images/zh_tw/sub_offers_new.gif); }
.navs_sub li a#sub_offers_promotion { background-image: url(../../images/zh_tw/sub_offers_promotion.gif); }
.navs_sub li a#sub_offers_reward { background-image: url(../../images/zh_tw/sub_offers_reward.gif); }
.navs_sub li a#sub_offers_gift { background-image: url(../../images/zh_tw/sub_offers_gift.gif); }
.navs_sub li a#sub_offers_registration { background-image: url(../../images/zh_tw/sub_offers_registration.gif); }
.navs_sub li a#sub_products_category { background-image: url(../../images/zh_tw/sub_products_category.gif); }
.navs_sub li a#sub_products_exclusive { background-image: url(../../images/zh_tw/sub_products_exclusive.gif); }
.navs_sub li a#sub_products_quality { background-image: url(../../images/zh_tw/sub_products_quality.gif); }
.navs_sub li a#sub_products_knowledge { background-image: url(../../images/zh_tw/sub_products_knowledge.gif); }
.navs_sub li a#sub_products_new { background-image: url(../../images/zh_tw/sub_products_new.gif); }
.navs_sub li a#sub_products_recipe { background-image: url(../../images/zh_tw/sub_products_recipe.gif); }
.navs_sub li a#sub_brand_story { background-image: url(../../images/zh_tw/sub_brand_story.gif); }
.navs_sub li a#sub_responsibility_green { background-image: url(../../images/zh_tw/sub_responsibility_green.gif); }
.navs_sub li a#sub_responsibility_community { background-image: url(../../images/zh_tw/sub_responsibility_community.gif); }
.navs_sub li a#sub_press_archive { background-image: url(../../images/zh_tw/sub_press_archive.gif); }
.navs_sub li a#sub_press_events { background-image: url(../../images/zh_tw/sub_press_events.gif); }
.navs_sub li a#sub_press_statement { background-image: url(../../images/zh_tw/sub_press_statement.gif); }
.navs_sub li a#sub_press_contact { background-image: url(../../images/zh_tw/sub_press_contact.gif); }
.navs_sub li a#sub_service_suggestion { background-image: url(../../images/zh_tw/sub_service_suggestion.gif); }
.navs_sub li a#sub_service_delivery { background-image: url(../../images/zh_tw/sub_service_delivery.gif); }
.navs_sub li a#sub_service_policy { background-image: url(../../images/zh_tw/sub_service_policy.gif); }
.navs_sub li a#sub_service_privacy { background-image: url(../../images/zh_tw/sub_service_privacy.gif); }
.navs_sub li a#sub_service_terms { background-image: url(../../images/zh_tw/sub_service_terms.gif); }
.navs_sub li a#sub_career_belief { background-image: url(../../images/zh_tw/sub_career_belief.gif); }
.navs_sub li a#sub_career_experience { background-image: url(../../images/zh_tw/sub_career_experience.gif); }
.navs_sub li a#sub_career_training { background-image: url(../../images/zh_tw/sub_career_training.gif); }
.navs_sub li a#sub_career_recruitment { background-image: url(../../images/zh_tw/sub_career_recruitment.gif); }
.navs_sub li a#sub_career_vacancies { background-image: url(../../images/zh_tw/sub_career_vacancies.gif); }
.navs_sub li a#sub_career_resume { background-image: url(../../images/zh_tw/sub_career_resume.gif); }
.navs_sub li a#sub_career_path { background-image: url(../../images/zh_tw/sub_career_path.gif); }
.navs_sub li a#sub_contact_service { background-image: url(../../images/zh_tw/sub_contact_service.gif); }
.navs_sub li a#sub_contact_purchase { background-image: url(../../images/zh_tw/sub_contact_purchase.gif); }
.navs_sub li a#sub_contact_promotion { background-image: url(../../images/zh_tw/sub_contact_promotion.gif); }
.navs_sub li a#sub_contact_properties { background-image: url(../../images/zh_tw/sub_contact_properties.gif); }
.navs_sub li a#sub_kids_corner { background-image: url(../../images/zh_tw/sub_kids_corner.gif); }
.navs_sub li a#sub_kids_games { background-image: url(../../images/zh_tw/sub_kids_games.gif); }

.navs_sub .navs_sub_pane li a#sub_offers_gift_coupon { background-image: url(../../images/zh_tw/sub_offers_gift_coupon.gif); }
.navs_sub .navs_sub_pane li a#sub_offers_gift_card { background-image: url(../../images/zh_tw/sub_offers_gift_card.gif); }
.navs_sub .navs_sub_pane li a#sub_products_knowledge_fresh { background-image: url(../../images/zh_tw/sub_products_knowledge_fresh.gif); }
.navs_sub .navs_sub_pane li a#sub_products_knowledge_wine { background-image: url(../../images/zh_tw/sub_products_knowledge_wine.gif); }

.home_shopnow { position: absolute; left: 20px; top: 87px; text-indent: -9999px; }
.home_shopnow a { display: block; width: 343px; height: 100px; background: url(../../images/home_shopnow.gif); }

.home_promo { position: absolute; left: 700px; top: 87px; width: 289px; height: 452px; padding: 10px; background: url(../../images/home_promo.jpg) no-repeat; }
.home_promo .pane .title { position: absolute; left: 0px; top:0px; width: 283px; height: 32px; background: url(../../images/home_promo_title.jpg) no-repeat; color: #ffffff; padding-left: 10px; padding-top: 6px; }
.home_promo .pane .title h1 { position: absolute; left: 2px; top: 5px; display: block; width: 281px; height: 72px; font-size: 18px; font-weight: bold; text-indent: -9999px; background: url(../../images/zh_tw/home_promo_title_text.jpg) left top no-repeat; }
.home_promo .pane .text { position: absolute; left: 3px; top: 80px; width: 260px; height: 360px; padding: 10px; padding-top: 0; padding-bottom: 0; overflow: auto; font-size: 12px; }
.home_promo .pane .text h1 { margin-top: 1.5em; font-size: 16px; font-weight: bold; color: #ed1c25; margin-right: 5px; }
.home_promo .pane .text h1 a { color: #ed1c25; }
.home_promo .pane .text p { margin-bottom: 1.5em; margin-right: 10px; }
.home_promo .pane .text p a { color: #000000; text-decoration: none; }
.home_promo .pane .poster { position: absolute; left: 3px; top: 25px; height: 400px; }
.home_promo .pane .poster p { font-size: 12px; margin: 0; margin-top: 5px; }

.minimal .header { background-color: #ec1b24; height: 70px; position: static; }
.minimal .header img { margin-top: 12px; margin-left: 15px; }
.minimal .navs_sub { border: 0; margin-top: 20px; }
.minimal .body { width: auto !important; min-width: 760px; width: 765px; overflow: auto; }
.minimal .body_content { float: none; border-left: #cccccc 2px solid; margin-top: 20px; margin-bottom: 20px; padding-top: 0px; width: auto !important; width: 600px; height: auto; overflow: hidden; }
.minimal .body_content_text { width: auto; margin-right: 20px; }
.minimal .body_content_text p { clear: both; }
.minimal .body_content_text label.fixedwidth { width: 10em; display: block; float: left; padding-top: 2px; }
.minimal .body_content_text select.fixedwidth,
.minimal .body_content_text input.fixedwidth { width: 32em; }
.minimal .body_content_text select.fixedwidth2 { width: 12em; }
.minimal .body_content_text input.fixedwidth2 { width: 5em; }
.minimal .body_content_text input.fixedwidth3 { width: 19em; }
.minimal .body_content_text .mail_friend_buttons { clear: both; padding-bottom: 1.5em; }
.minimal .body_content_text .mail_friend_buttons input { margin-right: 1em; }
.minimal .body_content_text .mail_friend_column { width: 270px; float: left; display: inline; overflow: hidden; }
.minimal .body_content_text .mail_friend_column input { border: 1px solid #888888; height: 1.2em; }
.minimal .body_content_text .mail_friend_column .mail_friend_to { width: 18em; }
.minimal .body_content_text .mail_friend_column .mail_friend_from_name { width: 19em;}
.minimal .body_content_text .mail_friend_column .mail_friend_from_email { width: 18em; }

.terms_text p { margin-bottom: 1.5em; }
.terms_text h2 { font-weight: bold; margin-bottom: 1.5em; }
.terms_text table.list { margin-bottom: 1.5em; }
.terms_text td.listmark { padding-right: 1em; }
.terms_text table td { vertical-align: top; }
.terms_text td p { margin: 0; }

.sitemap_text { padding-left: 2em; }
.sitemap_text a { color: #000000; text-decoration: none; }
.sitemap_text a:hover { text-decoration: underline; }
.sitemap ul { background: url(../../images/sitemap_stroke.gif) 2px 0 repeat-y; }
.sitemap ul li { padding-top: 6px; padding-bottom: 5px; padding-left: 28px; background: url(../../images/sitemap_tee.gif) 2px 0 no-repeat; }
.sitemap .last { background: url(../../images/sitemap_last.gif) 2px 0 no-repeat; }

.resume_form label.fixedwidth { width: 10em; display: block; float: left; clear: left; }
.resume_form input.fixedwidth { width: 20em; }
.resume_form label.resume_ref { width: 5em; display: block; float: left; padding-bottom: 1.5em; }
.resume_form input.resume_ref { width: 15em; float: left; margin-right: 2em; }
.resume_form p { clear: left; }
.resume_form textarea { width: 100%; height: 8em; }
.resume_form textarea.position { height: 3em; }
.resume_form a.top { float: right; }

div#fancy_overlay { position:absolute; top: 0; left: 0; z-index: 90; width: 100%; background-color: #333; }
#fancy_bigIframe, #fancy_freeIframe { position:absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; }

div#fancy_wrap div#fancy_loading { position: absolute; height: 40px; width: 40px; cursor: pointer; display: none; overflow: hidden; background: transparent; z-index: 100; }
div#fancy_wrap div#fancy_loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background: transparent url(../../images/fancybox/fancy_progress.png) no-repeat; }
div#fancy_wrap div#fancy_close { position: absolute; top: -12px; right: -12px; height: 30px; width: 30px; background: transparent url(../../images/fancybox/fancy_closebox.png); cursor: pointer; z-index: 100; display: none; }
div#fancy_wrap div#fancy_content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; margin: 0; z-index: 96; }
div#fancy_wrap div#fancy_title { position: absolute; bottom: -40px; left: 0; width: 100%; z-index: 100; display: none; }
div#fancy_wrap div#fancy_title table { margin: 0 auto; }
div#fancy_wrap div#fancy_title div { color: #FFF; font: bold 12px Arial, Helvetica, sans-serif; padding: 5px; background: #000; border: 1px solid #000; }
div#fancy_wrap div#fancy_outer { position: absolute; top: 0; left: 0; z-index: 90; padding: 18px 18px 58px 18px; margin: 0; overflow: hidden; background: transparent; display: none; }
div#fancy_wrap div#fancy_inner { position: relative; width:100%; height:100%; border: 1px solid #444; background: #FFF; }
div#fancy_wrap img#fancy_img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0; padding: 0; margin: 0; z-index: 92; }
div#fancy_wrap a#fancy_left,
div#fancy_wrap a#fancy_right { position: absolute; bottom: 50px; height: 100%; width: 35%; cursor: pointer; background-image: url(../../images/fancybox/data:image/gif;base64,AAAA); z-index: 100; }
div#fancy_wrap a#fancy_left { left: 0px; }
div#fancy_wrap a#fancy_right { right: 0px; }
div#fancy_wrap a#fancy_left:hover { background: transparent url(../../images/fancybox/fancy_left.gif) no-repeat 0% 100%; }
div#fancy_wrap a#fancy_right:hover { background: transparent url(../../images/fancybox/fancy_right.gif) no-repeat 100% 100%; }
div#fancy_wrap #fancy_frame { position: relative; width: 100%; height: 100%; display: none; }
div#fancy_wrap div#fancy_bg { display: none; }
div#fancy_wrap div.fancy_bg { position: absolute; display: block; z-index: 70; }
div#fancy_wrap div.fancy_bg_n { top: -18px; width: 100%; height: 18px; background: transparent url(../../images/fancybox/fancy_shadow_n.png) repeat-x; }
div#fancy_wrap div.fancy_bg_ne { top: -18px; right: -13px; width: 13px; height: 18px; background: transparent url(../../images/fancybox/fancy_shadow_ne.png) no-repeat; }
div#fancy_wrap div.fancy_bg_e { right: -13px; height: 100%; width: 13px; background: transparent url(../../images/fancybox/fancy_shadow_e.png) repeat-y; }
div#fancy_wrap div.fancy_bg_se { bottom: -18px; right: -13px; width: 13px; height: 18px; background: transparent url(../../images/fancybox/fancy_shadow_se.png) no-repeat; }
div#fancy_wrap div.fancy_bg_s { bottom: -18px; width: 100%; height: 18px; background: transparent url(../../images/fancybox/fancy_shadow_s.png) repeat-x; }
div#fancy_wrap div.fancy_bg_sw { bottom: -18px; left: -13px; width: 13px; height: 18px; background: transparent url(../../images/fancybox/fancy_shadow_sw.png) no-repeat; }
div#fancy_wrap div.fancy_bg_w { left: -13px; height: 100%; width: 13px; background: transparent url(../../images/fancybox/fancy_shadow_w.png) repeat-y; }
div#fancy_wrap div.fancy_bg_nw { top: -18px; left: -13px; width: 13px; height: 18px; background: transparent url(../../images/fancybox/fancy_shadow_nw.png) no-repeat; }

div#game_fancy_wrap div#fancy_loading { position: absolute; height: 40px; width: 40px; cursor: pointer; display: none; overflow: hidden; background: transparent; z-index: 100; }
div#game_fancy_wrap div#fancy_loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background: transparent url(../../images/fancybox/fancy_progress.png) no-repeat; }
div#game_fancy_wrap div#fancy_close { position: absolute; top: -12px; right: -12px; height: 30px; width: 30px; z-index: 100; display: none; }
div#game_fancy_wrap div#fancy_content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; margin: 0; z-index: 96; }
div#game_fancy_wrap div#fancy_title { position: absolute; bottom: -40px; left: 0; width: 100%; z-index: 100; display: none; }
div#game_fancy_wrap div#fancy_title table { margin: 0 auto; }
div#game_fancy_wrap div#fancy_title div { color: #FFF; font: bold 12px Arial, Helvetica, sans-serif; padding: 5px; background: #000; border: 1px solid #000; }
div#game_fancy_wrap div#fancy_outer { position: absolute; top: 0; left: 0; z-index: 90; padding: 18px 18px 58px 18px; margin: 0; overflow: hidden; background: transparent; display: none; }
div#game_fancy_wrap div#fancy_inner { position: relative; width:100%; height:100%; }
div#game_fancy_wrap img#fancy_img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0; padding: 0; margin: 0; z-index: 92; }
div#game_fancy_wrap a#fancy_left,
div#game_fancy_wrap a#fancy_right { position: absolute; bottom: 50px; height: 100%; width: 35%; cursor: pointer; background-image: url(../../images/fancybox/data:image/gif;base64,AAAA); z-index: 100; }
div#game_fancy_wrap a#fancy_left { left: 0px; }
div#game_fancy_wrap a#fancy_right { right: 0px; }
div#game_fancy_wrap a#fancy_left:hover { background: transparent url(../../images/fancybox/fancy_left.gif) no-repeat 0% 100%; }
div#game_fancy_wrap a#fancy_right:hover { background: transparent url(../../images/fancybox/fancy_right.gif) no-repeat 100% 100%; }
div#game_fancy_wrap #fancy_frame { position: relative; width: 100%; height: 100%; display: none; }
div#game_fancy_wrap div#fancy_bg { display: none; }
div#game_fancy_wrap div.fancy_bg { position: absolute; display: block; z-index: 70; }
