@media print {
    .rwd_cont {
        display: none;
    }
}

body {
	/*background: url(../images/chinese_new_year/bg2.png) center 0  repeat-y;*/
	color: #434343;
	font: 14px/18px "微軟正黑體", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	webkit-font-smoothing: antialiased;
	webkit-text-size-adjust: none;
}
a {
	color: #0fa1b8;
	moz-transition: color;
	moz-transition-duration: 2000ms;
	o-transition: color;
	o-transition-duration: 2000ms;
	text-decoration: none;
	transition: color;
	transition-duration: 2000ms;
	webkit-transition: color;
	webkit-transition-duration: 2000ms;
}
a:visited {
	/*color: #3656c3;*/
}
a:hover {
	color: #ff83c2;
	moz-transition: color;
	moz-transition-duration: 300ms;
	o-transition: color;
	o-transition-duration: 300ms;
	transition: color;
	transition-duration: 300ms;
	webkit-transition: color;
	webkit-transition-duration: 300ms;
}
a:hover img, a img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: opacity 0.5s linear;
}
p {
/*	margin-bottom: 20px;*/
}
.CLR {
	clear: both;
}
.PadinTop20 {
	padding-top: 20px;
}
.Padinleft20 {
	padding-left: 20px;
}
.PadinRight20 {
	padding-right: 20px;
}
.paddingTopBtm_15 {
	padding: 15px 0;
}
.padding20 {
	padding: 20px !important;
}
.FloatLeft {
	float: left !important;
}
.FloatRight {
	float: right !important;
}
.Align_Center {
	text-align: center !important;
}
.Align_Right {
	text-align: right !important;
}
.Align_Left {
	text-align: left !important;
}
.padin_15px {
	padding: 15px;
}
.FontBold {
	font-weight: 700;
}
.FontNormal {
	font-weight: normal;
}
.CapitalNum {
	display: inline-block;
	font-weight: 700;
}
.BlockLine {
	display: block;
}
.DisplayNone {
	display: none;
}
.InlineBlock {
	display: inline-block;
}
.RedHighLight {
	color: #ff0000;
	font-weight: 700;
}
.BlueHighLight {
	color: #009ae9;
	font-weight: 700;
}
.Bold {
	font-weight: 700;
}
.BorderNone {
	border: 0;
}
.Divide_BorderBTM01_grey {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 15px;
	padding-top: 15px;
}
.OrangeColorText {
	color: #ff711c;
}
.MarginZero {
	margin: 0 !important;
}
.GreenBold {
	color: #0fa1b8;
	font-weight: 700;
}
.List_Style_Type_on ul {
	line-height: 180%;
	list-style-type: disc;
}
.List_Style_Type_on ul li {
	margin-left: 20px;
	padding: 0 10px 15px 0;
}
.List_Style_Type_on ol {
	line-height: 180%;
	list-style-type: decimal;
}
.List_Style_Type_on ol li {
	margin-left: 20px;
	padding: 0 10px 15px 0;
}
.ImageMiddle img {
	vertical-align: middle;
}
.keyword {
	margin: 0 5px;
}
.NoResult {
	margin: 0 auto;
	width: 460px;
}
.Submit_3 {
	background: -moz-linear-gradient( center top, #37b5c9 5%, #0fa1b8 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #37b5c9), color-stop(1, #0fa1b8) );
	background-color: #0fa1b8;
	border: 1px solid #5edff3;
	border-radius: 5px;
	box-shadow: inset 0px 1px 0px 0px #86e3f2;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37b5c9', endColorstr='#0fa1b8');
	font-size: 0.9em;
	moz-border-radius: 5px;
	moz-box-shadow: inset 0px 1px 0px 0px #86e3f2;
	padding: 6px 10px 4px;
	text-shadow: 1px 1px 0px #39c0d5;
	webkit-border-radius: 5px;
	webkit-box-shadow: inset 0px 1px 0px 0px #86e3f2;
}
.Submit_3:hover {
	background: -moz-linear-gradient( center top, #0fa1b8 5%, #37b5c9 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0fa1b8), color-stop(1, #37b5c9) );
	background-color: #0fa1b8;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0fa1b8', endColorstr='#37b5c9');
}
.Submit_3:active {
	position: relative;
	top: 1;
}
#Container {
    /*節慶版*/
    /*background: url(../images/national_day/content_bg.png) center 210px no-repeat;*/
}
#Header_1Container {
	background: #0fa1b8;
}
#Header_1 {
	height: 35px;
	margin: 0 auto;
	position: relative;
	width: 1002px;
	z-index: 99999;
}
#BackToPost {
	left: 30px;
	position: absolute;
	top: 0px;
}
#BackToPost a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#HeaderNavContainer {
	background: #f9f9f9;
	border: 1px solid #e7e7e7;
	padding: 5px 10px;
	position: absolute;
	right: 30px;
	top: 15px;
}
#HeaderNav_Nav {
	float: left;
}
#HeaderNav_Nav a {
	color: #707070;
	float: left;
	font-size: 0.9em;
	padding: 0px 10px;
	text-decoration: none;
}
#HeaderNav_Nav a:hover {
	color: #0fa1b8;
}
#FontSizeContainer {
	float: left;
	margin-right: 10px;
}
#FontSizeContainer .Header {
	color: #707070;
	float: left;
	font-size: 0.9em;
	margin: 0px 5px 0px 10px;
	text-decoration: none;
}
#FontSizeContainer .Icon {
	display: inline;
	display: inline-block;
	height: 15px;
	margin-bottom: 2px;
	text-indent: -9999px;
	vertical-align: middle;
	width: 15px;
	zoom: 1;
}
#FontSizeContainer .Icon_L {
	background: url(../images/FontSize_L.jpg) no-repeat 0px 0px;
}
#FontSizeContainer .Icon_M {
	background: url(../images/FontSize_M.jpg) no-repeat 0px 0px;
}
#FontSizeContainer .Icon_S {
	background: url(../images/FontSize_S.jpg) no-repeat 0px 0px;
}
#FontSizeContainer .Icon_L:hover, #FontSizeContainer .Icon_M:hover, #FontSizeContainer .Icon_S:hover, #FontSizeContainer .current {
	background-position: bottom;
}
#SocialMediaContainer {
	float: left;
	margin: 2px 10px;
}
#SocialMediaContainer a:hover {
	filter: alpha(opacity=70);
	opacity: .7;
}
#CustomerServiceContainer {
	float: left;
	margin: 1px 0px 0px 10px;
	position: relative;
}
#Header_VersionContainer {
	left: -10px;
	position: absolute;
	top: 8px;
}
#Header_Version_Nav {
}
#Header_Version_Nav li {
	float: left;
	margin: 0px 10px;
}
#Header_Version_Nav li a {
	color: #ffffff;
	font-size: 0.9em;
	text-decoration: none;
}
#Header_Version_Nav li a:hover {
	color: #ffec1c;
}
#Header_2 {
    background: url(../images/Header_2.jpg) no-repeat;
    /*節慶版*/
    /*background: url(../images/national_day/Philately_header.png) no-repeat 268px 29px;*/ 
    margin: 0 auto;
    width: 1002px;
    height: 130px;
    position: relative;
    overflow: hidden;
}
#LogoContainer {
	float: left;
}
#Logo {
	left: 31px;
	position: relative;
	top: 35px;
}
#ServiceLinksContainer {
	font-size: 12px;
	position: absolute;
	right: 30px;
	top: 55px;
}
#ServiceLinks {
}
#ServiceLinks li {
	float: left;
	margin-left: 10px;
	text-align: center;
}
#ServiceLinks li a {
	color: #707070;
	display: block;
}
#ServiceLinks li a:hover {
	color: #0fa1b8;
}
#ServiceLinks li a .img {
	display: block;
	height: 40px;
	width: 48px;
}
#ServiceLinks li a:hover .img {
	background-position: center -40px;
}
#ServiceLinks .MailActive a .img {
	background: url(../images/icon-MailActive.png) no-repeat center 0px #fff;
}
#ServiceLinks .Saving a .img {
	background: url(../images/icon-Saving.png) no-repeat center 0px #fff;
}
#ServiceLinks .Insurance a .img {
	background: url(../images/icon-Insurance.png) no-repeat center 0px #fff;
}
#ServiceLinks .Stamp a .img {
	background: url(../images/icon-Stamp.png) no-repeat center 0px #fff;
}
#ServiceLinks .Product a .img {
	background: url(../images/icon-Product.png) no-repeat center 0px #fff;
}
#ServiceLinks .Fund a .img {
	background: url(../images/icon-Fund.png) no-repeat center 0px #fff;
}
#ServiceLinks .SellFund a .img {
	background: url(../images/icon-SellFund.png) no-repeat center 0px #fff;
}
#ServiceLinks .RealEstate a .img {
	background: url(../images/icon-RealEstate.png) no-repeat center 0px #fff;
	width: 55px;
}

#ServiceLinks .Investment a .img{
    background: url(../images/icon-Investment.png) no-repeat center 0px #fff;
}

#ServiceLinks li.current a {
	color: #0fa1b8;
}
#ServiceLinks li.current a .img {
	background-position: center -40px;
}
#Header_3Container {
	background: url(../images/Header_3ContainerBG.jpg) repeat-x;
}
#Header_3 {
	background: url(../images/Header_3BG.jpg) no-repeat;
	height: 45px;
	margin: 0 auto;
	position: relative;
	width: 1002px;
	z-index: 9999;
}
#MainMenuContainer {
	left: 0px;
	margin: 0px 0px 0px 30px;
	/*position: absolute;*/
	top: 0px;
}
.MainPreviousBTN {
	float: left;
}
.MainNextBTN {
	float: right;
}
#SearchContainer {
	background: url(../images/Search_BG.jpg) no-repeat;
	height: 25px;
	position: absolute;
	right: 30px;
	top: 9px;
	width: 260px;
}
#SearchContainer input.sb_input {
	background: transparent;
	border: none;
	color: #ffffff;
	float: left;
	margin: 4px 3px 0px 5px;
}
#SearchContainer input.sb_search {
	background: url(../images/Search_BTN.png) no-repeat center center;
	border: none;
	cursor: pointer;
	float: right;
	height: 17px;
	margin: 4px 5px 0px 7px;
	width: 53px;
}
#ContainerInner {
	margin: 0 auto;
	width: 950px;
}
#content {
	margin: 0 auto;
	width: 1002px;
}
#content h1 {
	color: #333;
	line-height: 1em;
}
#content ul {
	list-style: none;
	padding-left: 0;
}
#content ul li {
	margin-bottom: 0px;
}
#MainContentContainer {
	background-position: center;
	margin: 0 auto;
	padding: 0px;
	width: 1002px;
}
#MainContentInner {
	min-height: 550px;
	padding: 0px 30px;
}
#MainContentLeft {
	float: left;
	width: 260px;
}
#ServiceGuideContainer {
	width: 260px;
	background: url("../images/InfoSearchBG.jpg") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    border: 1px solid #DCDCDC;
    border-radius: 3px;
}
#ServiceGuideHeader {
	height: 17px;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #DCDCDC;
}
#ServiceGuideContent {
	padding: 10px 5px;
}
#ServiceGuideContent a {
	display: inline-block;
	vertical-align: top;
	width: 78px;
	text-align: center;
	color: #666666;
	font-weight: 700;
	font-size: 0.9em;
	margin: 5px 0;
}
#ServiceGuideContent a:hover {color: #0fa1b8;}
#ServiceGuideContent a:hover img {opacity: 0.8;}
#AdBannerContainer {
	background: url(../images/AdBannerBG.jpg) no-repeat;
	height: 110px;
	position: relative;
	width: 660px;
}
#AdBannerHeader {
	left: 10px;
	position: absolute;
	top: 10px;
}
#AdBannerMore {
	position: absolute;
	right: 0px;
	top: 0px;
}
.AdBanner {
	position: absolute;
	top: 45px;
	left: 40px;
}
#carousel {
	margin: 0 auto;
	position: relative;
	top: 20px;
	width: 210px;
}
#carousel img {
	height: 61px;
	width: 215px;
}
#carousel img:hover {
}
#ui-carousel-next, #ui-carousel-prev {
	background: url(../images/BannerPageDownHover.jpg) #fff center center no-repeat;
	display: block;
	height: 9px;
	left: 0;
	position: relative;
	width: 30px;
	z-index: 100;
}
#ui-carousel-next {
	background-image: url(../images/BannerPageUpHover.jpg);
	left: 115px;
	top: -125px;
}
#ui-carousel-prev {
	bottom: -165px;
	left: 115px;
}
#ui-carousel-next > span, #ui-carousel-prev > span {
	display: none;
}
#MainContentRight {
	float: right;
	width: 660px;
}
#MainAdContainer {
	height: 250px;
	width: 658px;
	position: relative;
}
#MainAdContainer .MoreWrap {
	position: absolute;
	right: 8px;
	bottom: 8px;
	z-index: 10;
}
#MainAdContainer .MoreWrap a.More{
	width: 20px;
	height: 20px;
	display: block;
	background: #e5e5e5 url(../images/MainAdMore.jpg) no-repeat 0px 0px;
	border: 1px solid #b9b9b9;
	font-size:0;
	-webkit-transition: all .3s ease;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#MainAdContainer .MoreWrap a.More:hover, #MainAdContainer .MoreWrap a.More:active {
	background-position: 100% 0;
}
#flexslider_big .slides > li img, #MainAd a img {height: 250px;}

/*QuickSearch*/
#QuickSearchContainer {
	background: url(../images/InfoSearchBG.jpg) repeat-x bottom;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	moz-border-radius: 3px;
	position: relative;
	webkit-border-radius: 3px;
	width: 657px;
}
#QuickSearch .Header {
	border-bottom: 1px solid #dcdcdc;
	padding: 8px 10px;
}
#QuickSearch .Header h2 {
	background: url(../images/InfoSearchHeader.png) no-repeat;
	display: block;
	height: 18px;
	text-indent: -9999px;
	width: 75px;
}
#QuickSearch .Content {
	
}
#QuickSearchContainer #QuickSearchDrop {
	float: left;
	border-right: 1px solid #dcdcdc;
	padding: 10px;
}
#QuickSearchContainer .QuickSearchHeader {
	
}
#QuickSearchContainer #QuickSearchBTN {
	float: left;
	border-left: 1px solid #dcdcdc;
	margin-left: -1px;
	padding: 10px 25px;
}
#QuickSearchBTN a {
	display: inline-block;
	width: 77px;
	overflow: hidden;
	margin: 0 5px;
	text-align: center;
	vertical-align: top;
}

/*QuickSearch end*/
#DeliveryAdviceContainer {
	background: url(../images/DeliveryAdviceBG.jpg) no-repeat;
	height: 178px;
	position: relative;
	width: 658px;
}
#DeliveryAdviceContainer .DeliveryAdviceHeader {
	left: 10px;
	position: absolute;
	top: 12px;
}
#DeliveryAdviceContainer .DeliveryAdviceDes {
	left: 0px;
	position: absolute;
	top: 60px;
}
#DeliveryAdviceContainer .Step1Container {
	left: 150px;
	position: absolute;
	top: 10px;
	width: 140px;
}
#DeliveryAdviceContainer .Step1Container .Header {
	margin: 0px auto;
	width: 102px;
}
#DeliveryAdviceContainer .Step1Container .Content {
	color: #0fa1b8;
}
#DeliveryAdviceContainer .Step1Container .Content p {
	margin: 2px 0px;
}
#DeliveryAdviceContainer .Step1Container .Content input.sb_input {
	border: 1px solid #829fbd;
	color: #313131;
	font-size: 0.9em;
	padding: 1px 3px;
	width: 125px;
}
#DeliveryAdviceContainer .Step2Container {
	left: 325px;
	position: absolute;
	top: 10px;
	width: 165px;
}
#DeliveryAdviceContainer .Step2Container .Header {
	margin: 0px auto 15px auto;
	width: 102px;
}
#DeliveryAdviceContainer .Step2Container .Content {
	color: #0fa1b8;
}
#DeliveryAdviceContainer .Step2Container .Content select {
	border: 1px solid #829fbd;
	color: #313131;
	font-size: 0.9em;
	width: 165px;
}
#DeliveryAdviceContainer .Step2Container .Content p {
	margin: 2px 0px;
}
#DeliveryAdviceContainer .Step2Container .Content input {
	background: url(../images/DeliveryAdviceBTN.png) no-repeat center center;
	border: none;
	cursor: pointer;
	height: 30px;
	margin: 10px 0px 0px 10px;
	text-indent: -99999px;
	width: 145px;
}
#DeliveryAdviceContainer .Step2Container .Content input:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#DeliveryAdviceContainer .AdviceContainer {
	left: 540px;
	position: absolute;
	top: 20px;
	width: 95px;
}
#DeliveryAdviceContainer .AdviceContainer .Header {
	margin: 0px auto;
	width: 72px;
}
#DeliveryAdviceContainer .AdviceContainer .Content .AdviceResult {
	background: url(../images/DeliveryAdviceAdviceBG.png) no-repeat center center;
	height: 80px;
	width: 94px;
}
#DeliveryAdviceContainer .AdviceContainer .Content .AdviceResult p {
	color: #0fa1b8;
	font-size: 1.1em;
	font-weight: 700;
	padding: 30px 0px 0px 0px;
	text-align: center;
}
#FooterContainer {
	width: 100%;
	float:left;
    margin: 0 auto;
	clear: both;
	padding-top: 1px;
	border-top: 1px solid #e2e2e2;
	background: url(../images/FooterContainerBG.jpg) repeat-x #fff;	

}
#Footer {
	margin: 0 auto;
	width: 970px;
	font-size: 0.85em;
}
#Footer .FooterSec_1Container {
	border-bottom: 1px solid #dcdcdc;
	margin: 5px 15px 10px 15px;
	padding-bottom: 10px;
}
#Footer .FooterSec_1Container .Sec_1 {
	color: #464648;
}
#Footer .FooterSec_1Container .Sec_1 .Line_1 {
	margin: 10px 0px 5px;
}
#Footer .FooterSec_1Container .Sec_1 .Line_1 span {
	margin: 0px 10px 0px 0px;
}
#Footer .FooterSec_1Container .Sec_1 .Line_1 a {display: inline-block;}
#Footer .FooterSec_1Container .Sec_1 .Mail_icon {
	background: url(../images/Mail_icon.gif) no-repeat right 1px;
	padding: 0 25px 0 0;
}
#Footer .FooterSec_1Container .Sec_1 .ServiceGuide_icon {
	background: url(../images/ServiceGuide_icon.gif) no-repeat right 1px;
	padding: 0 18px 0 0;
}
#Footer .FooterSec_1Container .Sec_1 .WebPhone_icon {
	background: url(../images/WebPhone_icon.gif) no-repeat right 1px;
	padding: 0 18px 0 0;
}
.marginTop20 {
	margin-top: 20px;
}
#Footer .FooterSec_1Container .Sec_1 p {
	margin-bottom: 10px;
}
#Footer .FooterSec_1Container .Sec_1 .Location {
	background: #eeeeee url(../images/Location_BG_arrow.png) no-repeat right center;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	margin: 0px 5px 0px 0px !important;
	moz-border-radius: 3px;
	padding: 2px 17px 2px 10px;
	webkit-border-radius: 3px;
}
#Footer .FooterSec_1Container .Sec_2 {
	float: right;
}
#Footer .FooterSec_1Container .Sec_2 a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#Footer .FooterSec_1Container .A_Plus {
	display: block;
	margin-top: 10px;
}
#Footer .FooterSec_2Container {
	margin: 0px 15px 0px 15px;
}
#Footer .FooterSec_2Container .Sec_1 {
	color: #464648;
	float: left;
}
#Footer .FooterSec_2Container .Sec_1 p {
	margin-bottom: 10px;
}
#Footer .FooterSec_2Container .Sec_1 p a {
	color: #464648;
	text-decoration: none;
}
#Footer .FooterSec_2Container .Sec_1 p a:hover {
	color: #0fa1b8;
}
#Footer .FooterSec_2Container .Sec_1 p .divide {
	margin: 0px 5px;
}
#Footer .FooterSec_2Container .Sec_2 {
	float: right;
}
#Footer .FooterSec_2Container .Sec_2 .Traffic {
	color: #464648;
	float: right;
	margin-right: 15px;
	margin-top: 20px;
}
ul.ServiceMainNav .Nav1, ul.ServiceMainNav .Nav2, ul.ServiceMainNav .Nav3, ul.ServiceMainNav .Nav4, ul.ServiceMainNav .Nav5, ul.ServiceMainNav .Nav6 {
	border-bottom: 1px solid #e2d3d3;
	float: left;
	height: 31px;
	margin: 3px 6px;
	overflow: hidden;
	text-indent: -999px;
	width: 190px;
}
ul.ServiceMainNav .Nav1 {
	background: url(../images/MenuService01.jpg) no-repeat;
}
ul.ServiceMainNav .Nav2 {
	background: url(../images/MenuService02.jpg) no-repeat;
}
ul.ServiceMainNav .Nav3 {
	background: url(../images/MenuService03.jpg) no-repeat;
}
ul.ServiceMainNav .Nav4 {
	background: url(../images/MenuService04.jpg) no-repeat;
}
ul.ServiceMainNav .Nav5 {
	background: url(../images/MenuService05.jpg) no-repeat;
}
ul.ServiceMainNav .Nav6 {
	background: url(../images/MenuService06.jpg) no-repeat;
}
ul.ServiceMainNav .Nav1:hover {
	background: url(../images/MenuService01on.jpg) no-repeat;
}
ul.ServiceMainNav .Nav2:hover {
	background: url(../images/MenuService02on.jpg) no-repeat;
}
ul.ServiceMainNav .Nav3:hover {
	background: url(../images/MenuService03on.jpg) no-repeat;
}
ul.ServiceMainNav .Nav4:hover {
	background: url(../images/MenuService04on.jpg) no-repeat;
}
ul.ServiceMainNav .Nav5:hover {
	background: url(../images/MenuService05on.jpg) no-repeat;
}
#QuickMenu {
	height: 602px;
	left: 863px;
	margin-top: -602px;
	position: relative;
	top: 736px;
	width: 83px;
	z-index: 99999;
}
#QuickMenu img {
	display: block;
}
#QuickMenu .Content {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	min-height: 560px;
	width: 81px;
}
ul.QuickNav .Nav1, ul.QuickNav .Nav2, ul.QuickNav .Nav3, ul.QuickNav .Nav4, ul.QuickNav .Nav5, ul.QuickNav .Nav6, ul.QuickNav .Nav7, ul.QuickNav .Nav8, ul.QuickNav .Nav9 {
	border-bottom: 1px solid #dfdfdf;
	float: left;
	height: 61px;
	margin: 0px 6px;
	overflow: hidden;
	text-indent: -999px;
	width: 69px;
}
ul.QuickNav .Nav1 {
	background: url(../images/QuickMenu_001.jpg) no-repeat;
}
ul.QuickNav .Nav2 {
	background: url(../images/QuickMenu_002.jpg) no-repeat;
}
ul.QuickNav .Nav3 {
	background: url(../images/QuickMenu_003.jpg) no-repeat;
}
ul.QuickNav .Nav4 {
	background: url(../images/QuickMenu_004.jpg) no-repeat;
}
ul.QuickNav .Nav5 {
	background: url(../images/QuickMenu_005.jpg) no-repeat;
}
ul.QuickNav .Nav6 {
	background: url(../images/QuickMenu_006.jpg) no-repeat;
}
ul.QuickNav .Nav7 {
	background: url(../images/QuickMenu_007.jpg) no-repeat;
}
ul.QuickNav .Nav8 {
	background: url(../images/QuickMenu_008.jpg) no-repeat;
}
ul.QuickNav .Nav9 {
	background: url(../images/QuickMenu_009.jpg) no-repeat;
}
ul.QuickNav .Nav1:hover {
	background: url(../images/QuickMenu_001on.jpg) no-repeat;
}
ul.QuickNav .Nav2:hover {
	background: url(../images/QuickMenu_002on.jpg) no-repeat;
}
ul.QuickNav .Nav3:hover {
	background: url(../images/QuickMenu_003on.jpg) no-repeat;
}
ul.QuickNav .Nav4:hover {
	background: url(../images/QuickMenu_004on.jpg) no-repeat;
}
ul.QuickNav .Nav5:hover {
	background: url(../images/QuickMenu_005on.jpg) no-repeat;
}
ul.QuickNav .Nav6:hover {
	background: url(../images/QuickMenu_006on.jpg) no-repeat;
}
ul.QuickNav .Nav7:hover {
	background: url(../images/QuickMenu_007on.jpg) no-repeat;
}
ul.QuickNav .Nav8:hover {
	background: url(../images/QuickMenu_008on.jpg) no-repeat;
}
ul.QuickNav .Nav9:hover {
	background: url(../images/QuickMenu_009on.jpg) no-repeat;
}
#MainContentInner #Breadcrumbs {
	background: #ffffff url(../images/Breadcrumbs_BG.jpg) repeat-x bottom;
	border: 1px solid #e0e0e0;
	border-top: 0px;
	color: #b8b2ae;
	font-size: 1em;
	padding: 6px 10px 7px 10px;
}
#MainContentInner #Breadcrumbs .HomeBTN {
	background: url(../images/Breadcrumbs_Home.gif) no-repeat left center;
	padding-left: 15px;
}
#MainContentInner #Breadcrumbs a {
	color: #959595;
}
#MainContentInner #Breadcrumbs a:hover {
	color: #0fa1b8;
}
#MainContentInner #Breadcrumbs .current {
	color: #0fa1b8;
}
#LocalNavContainer {
	float: left;
	margin-top: 0px;
}
#LocalNav {
	width: 232px;
}
#LocalNav .LocalNavBG_Top {
	background: url(../images/LocalNavAreaBG_Top.png) no-repeat bottom center;
	height: 5px;
	width: 232px;
}
#LocalNav .LocalNavAreaBG_BTM {
	background: url(../images/LocalNavAreaBG_BTM.png) no-repeat top center;
	height: 7px;
	width: 232px;
}
#LocalNav .LocalNavBG_BodyContainer {
	background: url(../images/LocalNavAreaBG_Body.png) repeat-y;
}
#LocalNav .LocalNavBG_Body {
	margin: 0 auto;
	width: 224px;
}
#LocalNav .LocalNavBG_Body .LocalNavGraphic img {
	display: block;
}
#LocalNav .LocalNavBG_Body .LocalNavTopic {
	background: #058ea3 url(../images/LocalNavTopicBG.jpg) repeat-x;
	color: #ffffff;
	font-size: 1.15em;
	font-weight: 700;
	padding: 15px;
	text-shadow: 0px -1px 2px #000000;
}
#LocalNav .LocalNavBG_Body .LocalNavTopic a {
	color: #ffffff;
}
#MainContainer {
	float: left;
	padding: 20px 0px 20px 20px;
	padding-top: 0px;
}
#Main {
	width: 690px;
}
#Main h1 {
	border-bottom: 3px solid #eeeeee;
	color: #535353;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#Main h1 .CurrentTitle {
	background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
	font-size: 26px;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 10px;
}
#Main h2 {
	border-bottom: 3px solid #eeeeee;
	color: #535353;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#Main h2 .CurrentTitle {
	background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
	font-size: 26px;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 10px;
}

#MainContainer_Fullwidth {
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	padding-top: 0px;
}
#Main_Fullwidth {
}
#Main_Fullwidth h1 {
	border-bottom: 3px solid #eeeeee;
	color: #535353;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#Main_Fullwidth h1 .CurrentTitle {
	background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
	font-size: 26px;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 10px;
}

#Main_Fullwidth h2 {
	border-bottom: 3px solid #eeeeee;
	color: #535353;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#Main_Fullwidth h2 .CurrentTitle {
	background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
	font-size: 26px;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 10px;
}

#Main #Section_2 {
	margin-bottom: 20px;
}
#Main #Section_2 #ShareNav {
	float: right;
}
#Main #Section_2 #ShareNav a {
	margin-left: 5px;
}
#Main #Section_2 #ShareNav a img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.BackToPrev {
	display: block;
	margin-bottom: 10px;
}
.BackToPrev a {
	background: url(../images/BackToPrev.png) no-repeat;
	color: #535353;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 700;
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 27px;
}
.BackToPrev a:hover {
	color: #000000;
}
#Main_Fullwidth #Section_2 {
	margin-bottom: 20px;
}
#Main_Fullwidth #Section_2 #ShareNav {
	float: right;
}
#Main_Fullwidth #Section_2 #ShareNav a {
	margin-left: 5px;
}
#Main_Fullwidth #Section_2 #ShareNav a img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#ContentsContainer {
	position: relative;
}
#ContentsContainer #Contents {
	position: relative;
}
#ContentsContainer #Contents p {
	line-height: 180%;
	margin: 0 0 20px 0;
}
#ContentsContainer #Contents .article {
	word-break: normal;
	word-wrap: break-word;
}
#ContentsContainer #Contents .article p {
	line-height: 190%;
	margin: 0 0 20px 0px;
}
#ContentsContainer #Contents .article strong {
	display: block;
	line-height: 190%;
}
#ContentsContainer #Contents .article ol {
	list-style-type: decimal;
	padding-left: 25px;
}
#ContentsContainer #Contents .article ul {
	list-style-type: disc;
	padding-left: 25px;
}
#ContentsContainer #Contents .Topic_Style01 {
	background: url(../images/Topic_Style01.jpg) no-repeat left center;
	color: #4f549b;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 20px;
	padding-left: 18px;
}
#ContentsContainer #Contents .Topic_Style02 {
	background: url(../images/Topic_Style02.png) no-repeat left center;
	color: #0fa1b8;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 15px;
	padding-left: 18px;
}
#ContentsContainer #Contents .Topic_Style02_noBlock {
	background: url(../images/Topic_Style02.png) no-repeat left center;
	color: #0fa1b8;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 15px;
	padding-left: 18px;
}
#ContentsContainer #Contents .Topic_Style03 {
	background: url(../images/Topic_Style03.png) no-repeat left center;
	color: #666666;
	display: block;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 15px;
	padding-left: 18px;
}
#ContentsContainer #Contents .Topic_Style03_noBlock {
	background: url(../images/Topic_Style03.png) no-repeat left center;
	color: #666666;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 15px;
	padding-left: 18px;
}
#ContentsContainer #Contents .Topic_Style04 {
	background: url(../images/Topic_Style04.jpg) no-repeat left center;
	color: #666666;
	padding-left: 18px;
}
.ConditionSearchContainer {
	background: #defbff;
	border: 1px solid #9cf1ff;
	border-radius: 3px;
	font-size: 0.9em;
	margin: 0px 0px 20px;
	moz-border-radius: 3px;
	padding: 10px;
	webkit-border-radius: 3px;
}
.ConditionSearchContainer span, .ConditionSearchContainer select, .ConditionSearchContainer .Submit_1, .ConditionSearchContainer input {
	vertical-align: middle !important;
}
.ConditionSearchContainer .Submit_1 {
	background: url(../images/QuickSearchBTN.jpg) no-repeat left center;
	border: 0px;
	cursor: pointer;
	display: block;
	height: 23px;
	margin-left: 5px;
	text-indent: -9999px;
	width: 65px;
}
.ConditionSearchContainer .sec {
	border-bottom: 1px solid #9cf1ff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.ConditionSearchContainer .sec span {
	padding: 0 5px;
}
.ConditionSearchContainer .sec span.hd {
	background: url(../images/ConditionSearch_divi.jpg) no-repeat left center;
	margin-left: 5px;
}
.ConditionSearchContainer .sec label {
	cursor: pointer;
}
.ConditionSearchContainer .sec label span {
	padding: 0px 5px 0 0;
}
.ConditionSearchContainer div.Last {
	border: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.ConditionSearchContainer select, .ConditionSearchContainer input {
	color: #878787;
	cursor: pointer;
}
.ConditionSearchContainer .Submit {
	width: 65px;
}
.ConditionSearchContainer .sec_1 {
	border-bottom: 1px solid #aad2ff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: right;
}
.ConditionSearchContainer .sec_2 {
	text-align: right;
}
.TableStyle_02 {
	border: 1px solid #bfc0c5;
}
.TableStyle_02 th {
	background: #0fa1b8;
	border-right: 1px solid #fff;
	color: #ffffff;
	padding: 10px;
}
.TableStyle_02 th.last {
	border-right: none;
}
.TableStyle_02 .hd {
}
.TableStyle_02 td {
	border-bottom: 1px dotted #c9c9c9;
	line-height: 180%;
	padding: 10px;
}
.TableStyle_02 .odd td {
	background: #f2f2f2;
}
.TableStyle_02 td.Last {
	border-bottom: none;
}
.TableStyle_02 .BorderRight {
	border-right: 1px solid #dcdcdc;
}
.TableStyle_03 .hd {
	font-weight: 700;
}
.TableStyle_03 td {
	padding: 5px;
}
.RelatedInfoContainer {
	background: #f8f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	moz-border-radius: 3px;
	webkit-border-radius: 3px;
}
.RelatedInfoContainer h3 {
	border-bottom: 1px solid #e9e9e9;
	color: #898989;
	font-size: 1.15em;
	font-weight: 700;
	padding: 10px 15px;
}
.RelatedInfoContainer .RelatedInfoList {
	padding: 15px;
}
.RelatedInfoContainer .RelatedInfoList li {
	background: url(../images/ListIcon_001.png) no-repeat left 6px;
	color: #898989;
	margin-bottom: 5px;
	padding: 3px 20px;
}
.RelatedInfoContainer .RelatedInfoList li a {
	color: #898989;
}
.RelatedInfoContainer .RelatedInfoList li a:hover {
	color: #0fa1b8;
}
.RelatedInfoContainer .RelatedInfoList li a.noBlock {
	display: inline-block;
}
.RelatedInfoContainer .note {
	padding: 0 20px;
}
.BoxContainer_Style1 {
	border: 1px solid #adf4aa;
	border-top: 2px solid #2cb02a;
}
.BoxContainer_Style1 h2 {
	background: #e2ffe1;
	color: #0fa1b8;
	font-size: 1.1em;
	padding: 10px 15px;
}
.BoxContainer_Style1 .tabs_fake {
	background: #e2ffe1;
	min-height: 35px;
}
.BoxContainer_Style1 .tabs_fake li {
	float: left;
	list-style-image: none !important;
	margin: 0 !important;
	padding: 0;
	text-indent: 0;
}
.BoxContainer_Style1 .tabs_fake li a {
	background: #e2ffe1;
	border-right: 1px solid #ffffff;
	color: #45c343;
	display: block;
	font-size: 1.1em;
	font-weight: 700;
	height: 35px;
	line-height: 35px;
	margin: 0px;
	padding: 0px 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: 1px;
}
.BoxContainer_Style1 .tabs_fake li.current a {
	background: #ffffff;
	color: #0fa1b8 !important;
	cursor: default !important;
}
#Main #ContentsContainer #Contents .article dl {
	margin-top: 10px;
}
#Main #ContentsContainer #Contents .article dl dt {
	background: url(../images/Topic_Style03.png) no-repeat left center;
	color: #666666;
	font-weight: 700;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 20px;
}
#Main #ContentsContainer #Contents .article dl dd {
	background: url(../images/ListIcon_002.jpg) no-repeat 3px 8px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 20px;
}
#Main #ContentsContainer #Contents .article dl dd.Note {
	background: none;
	display: block;
	margin: 0px 0px 10px 20px;
}
#Main #ContentsContainer #Contents .article dl dd dd {
	background: url(../images/ListIcon_003.jpg) no-repeat 3px 8px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
}
.Submit_Style1 {
	background: url(../images/Submit_Style1_BG.jpg) repeat-x;
	border: 0px;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	moz-border-radius: 3px;
	padding: 7px 40px;
	text-align: center;
	webkit-border-radius: 3px;
}
.Submit_Style1:hover {
	filter: alpha(opacity=70%);
	opacity: 0.7;
}
.Topic_Style02 {
	background: url(../images/Topic_Style02.png) no-repeat left center;
	color: #0fa1b8;
	font-weight: 700;
	padding-left: 20px;
}
.ResultContainer {
	background: #eeeeee;
	border-radius: 3px;
	margin-bottom: 20px;
	moz-border-radius: 3px;
	padding: 10px;
	webkit-border-radius: 3px;
}
.ResultContainer dl dt {
	display: inline-block;
	float: left;
	font-size: 1.1em;
	font-weight: 700;
	margin-right: 10px;
}
.ResultContainer dl dd {
	display: inline-block;
	float: left;
}
.ResultContainer dl dd .Money {
	font-size: 1.1em;
	margin-right: 5px;
}
.ResultContainer dl dd .Cost {
	color: #ff0000;
	font-size: 1.3em;
	font-weight: 700;
}
#LocationBTNContainer .LocationBTN li {
	display: block;
	float: left;
}
#LocationBTNContainer .LocationBTN li a {
	background: url(../images/BTN_BG02.jpg) repeat-x bottom;
	border: 1px solid #bfc0c5;
	border-radius: 3px;
	color: #434343;
	display: inline-block;
	font-size: 1.15em;
	font-weight: 700;
	line-height: 50px;
	margin: 5px;
	moz-border-radius: 3px;
	padding: 0px 10px;
	position: relative;
	webkit-border-radius: 3px;
	width: 130px;
}
#LocationBTNContainer .LocationBTN li a:hover {
	color: #0fa1b8;
}
#LocationBTNContainer .LocationBTN li .Icon {
	background: url(../images/Arrow_icon_02.png) no-repeat center center;
	height: 32px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
}
.pagination_1 {
	display: block;
	padding: 30px 0px;
	text-align: center;
}
.pagination_1 a {
	background: #ffffff;
	border: 1px solid #9ef2ff;
	color: #0fa1b8;
	padding: 5px;
}
.pagination_1 a:hover {
	background: #0fa1b8;
	border: 1px solid #9ef2ff;
	color: #ffffff;
}
.pagination_1 a.disable {
	background: #ffffff;
	border: 1px solid #bfbfbf;
	color: #999999;
}
.pagination_1 a.disable:hover {
	background: #ffffff;
	border: 1px solid #bfbfbf;
	color: #999999;
}
.pagination_1 a.current {
	background: #0fa1b8;
	border: 1px solid #9ef2ff;
	color: #ffffff;
}
#LargeBTNContainer {
}
#LargeBTNContainer a {
	background: url(../images/LargeBTN_BG.png) no-repeat center center;
	color: #0fa1b8;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	height: 204px;
	margin: 0px 10px 10px 0px;
	width: 213px;
}
#LargeBTNContainer a:hover {
	color: #e10001;
	filter: alpha(opacity=70%);
	opacity: 0.7;
}
#LargeBTNContainer .imgCenterContainer {
	height: 135px;
	line-height: 135px;
	text-align: center;
	width: 200px;
}
#LargeBTNContainer .imgCenter {
	margin-top: 0;
	vertical-align: middle;
}
#LargeBTNContainer .TitleContainer {
	background: url(../images/LargeBTNtxt_BG.png) no-repeat center center;
	height: 52px;
	margin: 0 auto;
	position: relative;
	width: 186px;
}
#LargeBTNContainer .Title {
	left: 5px;
	position: absolute;
	text-shadow: 1px 1px 1px #fff;
	top: 5px;
	width: 145px;
}
.Form_Style01 p {
	line-height: 190%;
}
.Form_Style01 .Note {
	margin-left: 10px;
}
.Form_Style01 .Note em {
	color: #0075e9;
}
.Form_Style01 .NoteLink img {
	margin: -5px 0px 0px 10px;
	vertical-align: middle;
}
.Form_Style01 a {
	color: #0075e9;
}
.Form_Style01 a:hover {
}
.input_style01 {
	color: #959595;
	margin: 0px 5px;
}
dl.dl_Style02 {
	line-height: 180%;
	margin-top: 10px;
}
dl.dl_Style02 dt {
	background: url(../images/Topic_Style03.png) no-repeat left 5px;
	color: #666666;
	font-weight: 700;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 20px;
}
dl.dl_Style02 dd {
	background: url(../images/ListIcon_002.jpg) no-repeat 3px 8px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 20px;
}
dl.dl_Style02 dd.Note {
	background: none;
	display: block;
	margin: 0px 0px 10px 20px;
}
dl.dl_Style02 dd.TableInDD {
	background: none;
}
dl.dl_Style02 dd dd {
	background: url(../images/ListIcon_003.jpg) no-repeat 3px 8px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
}
dl.dl_Style02 dd dd {
	background: url(../images/ListIcon_003.jpg) no-repeat 3px 8px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
}
dl.dl_Style02 dd dd dd {
	background: url(../images/ListIcon_007.png) no-repeat 3px 8px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
}
dl.dl_Style02 dl {
	padding-top: 10px;
}
dl.dl_Style02 dl dl {
	background: #f2f2f2;
	border-radius: 3px;
	margin: 10px 0;
	moz-border-radius: 3px;
	padding: 10px 10px 5px 10px;
	webkit-border-radius: 3px;
}
dl.dl_Style02 dl dt {
	margin-left: 0px;
}
dl.dl_Style02FloatLeft {
	float: left;
	width: 435px;
}
dl.dl_Style02FloatLeft dd {
	margin-left: 0px !important;
}
.Note2 {
	color: #ff0000;
	margin: 5px 0px;
}
.SearchResult_Style01 {
	background: #eeeeee;
	padding: 25px;
}
.SearchResult_Style01 .Total {
	border-bottom: 1px solid #cccbcb;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	text-align: right;
}
.SearchResult_Style01 .Total .hd {
	font-weight: 700;
}
.SearchResult_Style01 .Total .price {
	color: #ff0000;
	font-size: 22px;
	font-weight: 700;
	margin: 0 5px;
}
.TableStyle_04 .hd {
	font-weight: 700;
}
.TableStyle_04 td {
	border-bottom: 1px solid #ffffff;
	padding: 5px;
}
.TableStyle_04 .price {
	color: #ff0000;
	font-weight: 700;
	margin: 0 5px;
}
.SaveContainer {
	background: #ffffff url(../images/SaveBG.jpg) no-repeat left center;
	margin: 20px 0px 0px 0px;
	padding: 20px 20px 20px 200px;
}
.SaveContainer p {
	line-height: 150%;
	margin: 5px 0px 5px 0px;
}
.BTN_Style02 {
	background: #f7f7f7;
	border: 1px solid #dedede;
	margin: 0px 5px;
	padding: 2px 5px;
}
.Search_style02 {
	background: url(../images/Search_Icon2.jpg) no-repeat 0 0;
	color: #0075e9;
	margin: 0px 10px;
	padding-left: 25px;
}
.Search_style02:hover {
	color: #ff711c;
}
.BTN_Style03 {
	background: #ffffff url(../images/gradient_grey_01.jpg) repeat-x bottom;
	border: 1px solid #dedede;
	border-radius: 3px;
	display: inline-block;
	margin: 0 5px 0 0;
	moz-border-radius: 3px;
	padding: 4px 15px;
	webkit-border-radius: 3px;
}
.BTN_Style03 .Icon {
	background: url(../images/ArrowRight_007.png) no-repeat 0 2px;
	padding: 0 0 0 20px;
}
.BTN_Style03:hover {
	background: #0fa1b8;
	color: #ffffff;
}
.BTN_Style03:hover .Icon {
	background: url(../images/ArrowRight_007_white.png) no-repeat 0 2px;
}
.BTN_Style03_down {
	background: #ffffff url(../images/gradient_grey_01.jpg) repeat-x bottom;
	border: 1px solid #dedede;
	border-radius: 3px;
	display: inline-block;
	margin: 0 5px 5px 0;
	moz-border-radius: 3px;
	padding: 3px 5px;
	webkit-border-radius: 3px;
}
.BTN_Style03_down .Icon {
	background: url(../images/ArrowDown_007.png) no-repeat 0 2px;
	padding: 0 0 0 20px;
}
.BTN_Style03_down:hover {
	background: #0fa1b8;
	color: #ffffff;
}
.BTN_Style03_down:hover .Icon {
	background: url(../images/ArrowDown_007_white.png) no-repeat 0 2px;
}
.LargeBanner_inner {
	margin: 15px 0px;
	text-align: center;
}
.LargeBanner_inner a img {
	max-width: 580px;
}
.LargeBanner_inner a img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.DL_Style03 {
	line-height: 180%;
}
.DL_Style03 dd dd {
	padding-left: 25px;
}
#LargeBTN_2Container {
	background: #f4fff4 url(../images/gradient_green_BG.jpg) repeat-x bottom;
	border: 1px solid #adf4aa;
	border-radius: 3px;
	moz-border-radius: 3px;
	webkit-border-radius: 3px;
}
#LargeBTN_2Container a.Button {
	cursor: pointer;
	display: inline;
	display: inline-block;
	width: 340px;
	zoom: 1;
}
#LargeBTN_2Container a.BTN_L {
	border-right: 1px solid #caf9c8;
}
#LargeBTN_2Container a.BTN_R {
	border-left: 1px solid #ffffff;
}
#LargeBTN_2Container a .TitleContainer {
	padding: 15px;
}
#LargeBTN_2Container a .TitleContainer .Sub_Title {
	color: #2cb02a;
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
}
#LargeBTN_2Container a .TitleContainer .Title {
	background: url(../images/Arrow_icon_03.png) no-repeat 205px center;
	color: #0fa1b8;
	font-size: 30px;
	font-weight: 700;
	margin: 30px 0px 0px 0px;
	padding: 10px 35px 10px 0px;
	text-align: center;
}
#LargeBTN_2Container a:hover .TitleContainer .Title {
	background: url(../images/Arrow_icon_03_hover.png) no-repeat 205px center;
	color: #fc9a31;
}
#LargeBTN_2Container a .DescripContainer {
	margin: 20px;
}
#LargeBTN_2Container a .DescripContainer p {
	background: #adf4aa;
	border-radius: 3px;
	color: #2cb02a;
	moz-border-radius: 3px;
	padding: 15px;
	webkit-border-radius: 3px;
}
.HeaderDescription_Style1 {
	background: #ececec;
	border-radius: 5px;
	margin: 0 0 15px 0;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
}
.HeaderDescription_Style1 .HeaderTitle {
	border-right: 1px solid #ffffff;
	display: inline;
	display: inline-block;
	padding: 10px 20px;
	width: 145px;
	zoom: 1;
}
.HeaderDescription_Style1 .HeaderTitle .Title {
	background: url(../images/ArrowDown_icon_01.png) no-repeat right center;
	color: #666666;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 10px 35px 10px 0px;
}
.HeaderDescription_Style1 .HeaderTitle .sub_Title {
	color: #666666;
	font-size: 1.3em;
	font-weight: 700;
}
.HeaderDescription_Style1 .Description {
	display: inline;
	display: inline-block;
	padding: 20px 0 20px 15px;
	vertical-align: top;
	width: 430px;
	zoom: 1;
}
.HeaderDescription_Style1 .Description p {
}
.Percent_5, .Percent_10, .Percent_15, .Percent_20, .Percent_25 {
	background: #e7d37a;
	display: inline-block;
	height: 12px;
	margin-right: 10px;
}
.Percent_5 {
	width: 30px;
}
.Percent_10 {
	width: 60px;
}
.Percent_15 {
	width: 90px;
}
.Percent_20 {
	width: 120px;
}
.Percent_25 {
	width: 150px;
}
.DownloadBTNContainer {
	float: right;
	margin: 15px 0px 0px 5px;
}
.DownloadBTNContainer a {
	background: #f7f7f7 url(../images/download_icon.png) no-repeat 5px 7px;
	border: 1px solid #dedede;
	padding: 5px 5px 5px 25px;
}
#SiteMapContainer {
}
#SiteMapContainer .SiteMap_Section {
	clear: both;
	margin-bottom: 15px;
}
#SiteMapContainer .SiteMap_Section h3.Title {
	background: #0fa1b8;
	border-radius: 3px;
	color: #ffffff;
	font-size: 1.2em;
	height: 39px;
	line-height: 39px;
	margin: 0 0 15px 0;
	moz-border-radius: 3px;
	padding: 3px 15px 0;
	webkit-border-radius: 3px;
}
#SiteMapContainer .SiteMap_Section h3.Title a {
	color: #ffffff;
}
#SiteMapContainer .SiteMap_Section h3.Title a:hover {
	color: #0fa1b8;
}
#SiteMapContainer .SiteMap_Section ul.SiteMapList {
	background: #f5f4f4;
	border-radius: 3px;
	display: inline;
	display: inline-block;
	margin: 0px 10px 20px 10px;
	padding: 15px;
	vertical-align: top;
	width: 260px;
	zoom: 1;
}
#SiteMapContainer .SiteMap_Section ul.SiteMapList h4 a {
	background: none;
	border-bottom: 1px dotted #e8e8e8;
	color: #0fa1b8;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#SiteMapContainer .SiteMap_Section ul.SiteMapList h4 a:hover {
	color: #0fa1b8;
}
#SiteMapContainer .SiteMap_Section ul.SiteMapList a {
	background: url(../images/RoundIcon.png) no-repeat 0 4px;
	color: #666666;
	display: block;
	margin: 10px 0px;
	padding-left: 15px;
}
#SiteMapContainer .SiteMap_Section ul.SiteMapList a:hover {
	color: #0fa1b8;
}
#SubBannerContainer {
	width: 260px;
}
#SubBannerContainer h1 {
	color: #0fa1b8;
	font-size: 21px;
	line-height: 100%;
	margin-bottom: 12px;
}
.SubBanner .SubBanner_single {
	border: 1px solid #dcdcdc;
	margin-bottom: 13px;
	position: relative;
}
.SubBanner .SubBanner_single img.HotIcon {
	position: absolute;
	right: -4px;
	top: -4px;
}
.SubBanner .SubBanner_single .IMG {
	background: #000000;
	float: left;
	height: 62px;
	width: 117px;
}
.SubBanner .SubBanner_single .IMG img {
	height: 62px;
	max-width: 117px;
	width: auto;
}
.SubBanner .SubBanner_single h2 {
	cursor: pointer;
	float: left;
	font-size: 0.9em;
	font-weight: normal;
	height: 50px;
	overflow: hidden;
	padding: 5px 20px 5px 10px;
	width: 110px;
}
.SubBanner .SubBanner_single .Icon {
	bottom: 7px;
	position: absolute;
	right: 7px;
}
.SubBanner li.Last .SubBanner_single {
	margin-bottom: 0px;
}
#PostOnlyContainer {
	background: url(../images/LatestNewsBG.jpg) repeat-x bottom;
	position: relative;
	width: 658px;
}
#PostOnly .MoreBTN_1 {
	bottom: 0px;
	position: absolute;
	right: 0px;
}
#PostOnly .MoreBTN_1 a {
	display: block;
}
#PostOnly dd {
	margin: 12px 0px;
	overflow: hidden;
}
#PostOnly dd .Date {
	background: url(../images/LatestNewsDateBG.png) no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 0.9em;
	margin-right: 5px;
	padding: 1px 0px;
	text-align: center;
	width: 75px;
}
#PostOnly dd .Cate, #PostOnly dd .Subject {
	display: block;
	float: left;
	font-weight: 700;
	margin-right: 5px;
}
#PostOnly dd .Cate {
	color: #f93599;
}
#PostOnly dd .Subject {
	color: #06b66f;
}
#PostOnly dd .Link {
	color: #0fa1b8;
	display: block;
	float: left;
	font-size: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 400px;
}
#PostOnly .NewStamp dd .Link {
	width: 400px;
}
.TabInnerWarp {
	margin: 0;
	padding: 0;
}
.TabInnerWarp .Banner {
	float: left;
	width: 223px;
}
.TabInnerWarp .Banner img {
	display: block;
	height: 260px;
	width: 223px;
}
.TabInnerWarp .List {
	float: left;
	padding: 15px;
	width: 400px;
}
.TabInnerWarp .List li {
	display: inline;
	display: inline-block;
	margin: 0 7px;
	vertical-align: top;
	width: 115px;
	zoom: 1;
}
.TabInnerWarp .List li a {
	cursor: pointer;
}
.TabInnerWarp .List li a .IMG {
	margin: 0 0 5px 0;
	width: 129px;
}
.TabInnerWarp .List li a .IMG table td {
	height: 118px;
	position: relative;
	text-align: center;
	width: 129px;
}
.TabInnerWarp .List li a .IMG img {
	bottom: 0;
	height: auto;
	left: 0;
	max-height: 100%;
	max-width: 129px;
	right: 0;
	top: 0;
	width: auto;
}
.TabInnerWarp .List li a:hover > .IMG img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.TabInnerWarp .List li a h2 {
	color: #535353;
	font-size: 1em;
	font-weight: normal;
	height: 50px;
	line-height: 170%;
	moz-transition: color;
	moz-transition-duration: 2000ms;
	o-transition: color;
	o-transition-duration: 2000ms;
	overflow: hidden;
	transition: color;
	transition-duration: 2000ms;
	webkit-transition: color;
	webkit-transition-duration: 2000ms;
}
.TabInnerWarp .List li a:hover > h2 {
	color: #0fa1b8;
	moz-transition: color;
	moz-transition-duration: 300ms;
	o-transition: color;
	o-transition-duration: 300ms;
	transition: color;
	transition-duration: 300ms;
	webkit-transition: color;
	webkit-transition-duration: 300ms;
}
.TabInnerWarp .List li a p.Price {
	color: #535353;
	font-weight: 700;
	line-height: 170%;
	margin: 0 0 5px 0;
}
.TabInnerWarp .List li a .Note span {
	color: #ffffff;
	display: inline-block;
	font-size: 0.9em;
	margin-right: 1px;
	padding: 1px 3px;
}
.TabInnerWarp .List li a .Note .overseas {
	background-color: #ff971c;
}
.TabInnerWarp .List li a .Note .limited {
	background-color: #ea68a2;
}
#SearchLocationContainer {
	margin-bottom: 4px;
}
#SearchLocation a img {
	transition: opacity 1s linear;
}
#SearchLocation a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: opacity 0.5s linear;
}
#SearchLocation a img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#ProductSearchConatiner {
	margin: 0;
	padding: 0;
	width: 261px;
}
#ProductSearchConatiner .ProductSearch {
	margin-top: 5px;
	position: relative;
}
.ProductSearch .Header {
	background: url(../images/ProductSearch_Header.png) no-repeat;
	color: #ffffff;
	font-weight: 700;
	left: 7px;
	padding: 15px 140px 5px 50px;
	position: absolute;
	text-shadow: 0px -1px 2px #000000;
	top: 0px;
	z-index: 5;
}
.ProductSearch .BodyContent {
	background: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	left: 0px;
	moz-border-radius: 3px;
	padding: 20px 10px 10px;
	position: absolute;
	top: 25px;
	webkit-border-radius: 3px;
	width: 239px;
	z-index: 2;
}
.ProductSearch .BodyContent select {
	border: 1px solid #aaa;
	color: #1c94c4;
	display: block;
	height: 26px;
	line-height: 26px;
	margin-bottom: 2px;
	padding: 2px;
	width: 237px;
}
.ProductSearch .ProductSearchBTN {
	margin-top: 8px;
}
.ProductSearch .ProductSearchBTN input {
	border: 0;
	cursor: pointer;
	display: inline;
	display: inline-block;
	height: 20px;
	width: 114px;
	zoom: 1;
}
.ProductSearch .ProductSearchBTN input:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.ProductSearch .ProductSearchBTN input.Clear {
	background: url(../images/ProductSearch_InputClear.png) no-repeat;
	margin-right: 5px;
}
.ProductSearch .ProductSearchBTN input.Search {
	background: url(../images/ProductSearch_InputSearch.png) no-repeat;
}
.HeaderGraphic_1 {
	background: #f8f5ec;
}
.HeaderGraphic_3 {
	background: #000000;
}
.HeaderGraphic_1 .Graphic, .HeaderGraphic_2 .Graphic, .HeaderGraphic_3 .Graphic, .HeaderGraphic_4 .Graphic, .HeaderGraphic_5 .Graphic, .HeaderGraphic_6 .Graphic, .HeaderGraphic_7 .Graphic, .HeaderGraphic_8 .Graphic {
	margin: 0 auto;
	width: 942px;
}
.ViewToolContainer {
	background: #f3f3f3;
	border-radius: 3px;
	margin-bottom: 20px;
	moz-border-radius: 3px;
	padding: 10px;
	webkit-border-radius: 3px;
}
.ViewToolContainer .View {
	float: left;
}
.ViewToolContainer .Collection {
	float: right;
}
.ViewToolContainer .View li, .ViewToolContainer .Collection li {
	display: inline;
	display: inline-block;
	zoom: 1;
}
.ViewToolContainer .View a, .ViewToolContainer .Collection .CollectionBTN {
	font-weight: 700;
	line-height: 30px;
	padding: 6px 5px 6px 35px;
}
.ViewToolContainer .View a {
	color: #898989;
	margin-right: 5px;
}
.ViewToolContainer .View a:hover, .ViewToolContainer .View a.current {
	color: #313131;
}
.ViewToolContainer .Collection .CollectionBTN {
	background: url(../images/CollectionBTN_L.png) no-repeat;
	color: #313131;
}
.ViewToolContainer .View .PicView {
	background: url(../images/PicView_L.png) no-repeat;
	background-position: left bottom;
}
.ViewToolContainer .View .ListView {
	background: url(../images/ListView_L.png) no-repeat;
	background-position: left bottom;
}
.ViewToolContainer .View a:hover, .ViewToolContainer .View a.current {
	background-position: left top;
}
.ViewToolContainer .Collection .Hint_Icon_s {
	height: 14px;
	line-height: 14px;
}
.ViewToolContainer .Collection .Hint_Icon_s {
	padding: 4px 0px;
}
.ViewToolContainer .Collection .Hint_Icon_s img {
}
.ViewToolContainer .Collection .Hint_Icon_s .Hint_Icon_sBTN {
	background: url(../images/Hint_Icon_s.png) no-repeat;
	display: block;
	height: 13px;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	width: 13px;
}
.InnerProductListContainer {
	margin-bottom: 20px;
}
.PicViewContainer {
	margin-right: -15px;
}
.PicViewContainer li {
	display: inline;
	display: inline-block;
	margin: 0px 15px 15px 0;
	vertical-align: top;
	width: 220px;
	zoom: 1;
}
.PicViewContainer li.Last {
	margin-right: 0px;
}
.PicViewContainer li a.ProductInfo {
	background: #ffffff;
	border: 1px solid #dcdcdc;
	cursor: pointer;
	display: block;
	min-height: 255px;
	moz-transition: background-color 1000ms linear;
	ms-transition: background-color 1000ms linear;
	o-transition: background-color 1000ms linear;
	padding: 10px;
	transition: background-color 1000ms linear;
	webkit-transition: background-color 1000ms linear;
}
.PicViewContainer li a.ProductInfo:hover {
	background: #0fa1b8;
	border: 1px solid #0fa1b8;
	border-bottom: 1px solid #dcdcdc;
	moz-transition: background-color 200ms linear;
	ms-transition: background-color 200ms linear;
	o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	webkit-transition: background-color 200ms linear;
}
.PicViewContainer li a.ProductInfo .IMG {
	border: 1px solid #d9d9d7;
	margin: 0px auto 5px auto;
	width: 195px;
}
.PicViewContainer li a.ProductInfo .IMG table td {
	height: 129px;
	position: relative;
	text-align: center;
	width: 195px;
}
.PicViewContainer li a.ProductInfo .IMG img {
	bottom: 0;
	height: auto;
	left: 0;
	max-height: 100%;
	max-width: 195px;
	right: 0;
	top: 0;
	width: auto;
}
.PicViewContainer li a.ProductInfo:hover > .IMG img {
}
.PicViewContainer li a.ProductInfo .IMG .SubBannerHot, .PicViewContainer li a.ProductInfo .IMG .SubBannerNew, .PicViewContainer li a.ProductInfo .IMG .SubBannerSale {
	height: 41px;
	position: absolute;
	right: -3px;
	top: -3px;
	width: 41px;
	z-index: 99;
}
.PicViewContainer li a.ProductInfo .IMG .SubBannerHot {
	background: url(../images/SubBannerHot.png) no-repeat;
}
.PicViewContainer li a.ProductInfo .IMG .SubBannerNew {
	background: url(../images/SubBannerNew.png) no-repeat;
}
.PicViewContainer li a.ProductInfo .IMG .SubBannerSale {
	background: url(../images/SubBannerSale.png) no-repeat;
}
.PicViewContainer li a.ProductInfo h3 {
	color: #959595;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 170%;
}
.PicViewContainer li a.ProductInfo h2 {
	color: #0fa1b8;
	font-size: 1em;
	font-weight: 700;
	height: 50px;
	line-height: 170%;
	margin-bottom: 5px;
	overflow: hidden;
}
.PicViewContainer li a.ProductInfo h2 .Catelog {
	color: #000000;
	font-weight: 700;
	margin-right: 3px;
}
.PicViewContainer li a.ProductInfo p.Price {
	color: #535353;
	font-size: 1.15em;
	font-weight: 700;
	line-height: 170%;
}
.PicViewContainer li a.ProductInfo p.Price .LineThrough {
	text-decoration: line-through;
}
.PicViewContainer li a.ProductInfo p.Price .Discount {
	color: #ff0000 !important;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0px 5px;
	text-decoration: none;
}
.PicViewContainer li a.ProductInfo p.DiscountPeriod {
	color: #434343;
	font-size: 0.9em;
	height: 15px;
	overflow: hidden;
}
.PicViewContainer li a.ProductInfo h3, .PicViewContainer li a.ProductInfo h2, .PicViewContainer li a.ProductInfo p.Price, .PicViewContainer li a.ProductInfo p.Price .Discount, .PicViewContainer li a.ProductInfo p.DiscountPeriod {
	moz-transition: color;
	moz-transition-duration: 2000ms;
	o-transition: color;
	o-transition-duration: 2000ms;
	transition: color;
	transition-duration: 2000ms;
	webkit-transition: color;
	webkit-transition-duration: 2000ms;
}
.PicViewContainer li a.ProductInfo:hover h3, .PicViewContainer li a.ProductInfo:hover h2, .PicViewContainer li a.ProductInfo:hover p.Price, .PicViewContainer li a.ProductInfo:hover p.Price .Discount, .PicViewContainer li a.ProductInfo:hover p.DiscountPeriod {
	color: #ffffff !important;
	moz-transition: color;
	moz-transition-duration: 300ms;
	o-transition: color;
	o-transition-duration: 300ms;
	transition: color;
	transition-duration: 300ms;
	webkit-transition: color;
	webkit-transition-duration: 300ms;
}
.PicViewContainer li .Tool {
	background: #0fa1b8;
	border: 1px solid #0fa1b8;
	color: #ffffff;
	display: block;
	font-size: 0.9em;
}
.PicViewContainer li .Tool .Social, .PicViewContainer li .Tool .Collect {
	float: left;
}
.PicViewContainer li .Tool .Social {
	border-right: 1px solid #ae1965;
	padding: 3px 10px;
}
.PicViewContainer li .Tool .Social a img, .PicViewContainer li .Tool .Collect a img {
	vertical-align: middle;
}
.PicViewContainer li .Tool .Collect {
	border-left: 1px solid #fc9acc;
	padding: 2px 5px;
}
.PicViewContainer li .Tool .Collect input {
	margin-right: 3px;
	vertical-align: middle;
}
.PicViewContainer li .Tool .Social .title, .PicViewContainer li .Tool .Collect .title {
	margin-right: 5px;
	vertical-align: middle;
}
.ListViewContainer {
}
.ListViewContainer td {
	border-bottom: 1px solid #e4e4e4;
	padding: 20px 10px;
	vertical-align: middle;
}
.ListViewContainer .AlignCenter {
	text-align: center;
}
.ListViewContainer td p.Price {
	color: #535353;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 170%;
}
.ListViewContainer td .LinkContainer {
	cursor: pointer;
	display: block;
	min-height: 70px;
}
.ListViewContainer td .LinkContainer .IMG {
	border: 1px solid #dcdcdc;
	float: left;
	margin-right: 15px;
	width: 105px;
}
.ListViewContainer td .LinkContainer .IMG table td {
	height: 69px;
	padding: 0px !important;
	position: relative;
	text-align: center;
	width: 105px;
}
.ListViewContainer td .LinkContainer .IMG img.ResizeIMG {
	bottom: 0;
	height: auto;
	left: 0;
	max-height: 100%;
	max-width: 105px;
	right: 0;
	top: 0;
	width: auto;
}
.ListViewContainer td .LinkContainer:hover .IMG img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.ListViewContainer td .LinkContainer h3 {
	color: #959595;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 170%;
}
.ListViewContainer td .LinkContainer h2 {
	color: #0fa1b8;
	font-size: 1em;
	font-weight: 700;
	height: 50px;
	line-height: 170%;
	margin-bottom: 5px;
	overflow: hidden;
}
.ListViewContainer td .LinkContainer h3, .ListViewContainer td .LinkContainer h2 {
	moz-transition: color;
	moz-transition-duration: 2000ms;
	o-transition: color;
	o-transition-duration: 2000ms;
	transition: color;
	transition-duration: 2000ms;
	webkit-transition: color;
	webkit-transition-duration: 2000ms;
}
.ListViewContainer td .LinkContainer:hover h3, .ListViewContainer td .LinkContainer:hover h2 {
	color: #009ae9 !important;
	moz-transition: color;
	moz-transition-duration: 300ms;
	o-transition: color;
	o-transition-duration: 300ms;
	transition: color;
	transition-duration: 300ms;
	webkit-transition: color;
	webkit-transition-duration: 300ms;
}
.ListViewContainer td p.Price .LineThrough {
	font-size: 1.15em;
	text-decoration: line-through;
}
.ListViewContainer td p.Price .Discount {
	color: #ff0000 !important;
	font-size: 1.2em;
	font-weight: 700;
	text-decoration: none;
}
.ListViewContainer td .DiscountPeriod {
	font-size: 0.9em;
}
.ListViewContainer td .SpecialOffer {
	color: #ff0000;
	font-size: 0.9em;
	padding-left: 25px;
	position: relative;
}
.ListViewContainer td .SpecialOffer .Icon {
	background: #ff0000;
	color: #ffffff;
	display: inline-block;
	left: 0px;
	padding: 1px 3px;
	position: absolute;
	top: 0px;
}
.ListViewContainer td a.SearchLocation img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#RankConatiner {
	margin: 0;
	padding: 0;
	width: 261px;
}
#RankConatiner .Rank {
	margin-top: 5px;
	position: relative;
}
.Rank .Header {
	background: url(../images/RankHeaderBG.png) no-repeat;
	color: #ffffff;
	font-weight: 700;
	left: 7px;
	padding: 12px 10px 5px 40px;
	position: absolute;
	text-shadow: 0px -1px 2px #000000;
	top: 0px;
	width: 196px;
	z-index: 5;
}
.Rank .BodyContent {
	background: #ffffff;
	background: url(../images/RankBG.jpg) bottom repeat-x;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	height: 223px;
	left: 0px;
	moz-border-radius: 3px;
	padding: 15px 10px 10px 10px;
	position: absolute;
	top: 25px;
	webkit-border-radius: 3px;
	width: 239px;
	z-index: 2;
}
.Rank .BodyContent ul li {
	border-bottom: 1px solid #e8e8e8;
}
.Rank .BodyContent ul li a {
	display: block;
	overflow: hidden;
	padding: 9px 5px 9px 38px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Rank .BodyContent ul li.Rank_1 a {
	background: url(../images/RankIcon001.png) no-repeat 0px center;
}
.Rank .BodyContent ul li.Rank_2 a {
	background: url(../images/RankIcon002.png) no-repeat 0px center;
}
.Rank .BodyContent ul li.Rank_3 a {
	background: url(../images/RankIcon003.png) no-repeat 0px center;
}
.Rank .BodyContent ul li.Rank_4 a {
	background: url(../images/RankIcon004.png) no-repeat 0px center;
}
.Rank .BodyContent ul li.Rank_5 a {
	background: url(../images/RankIcon005.png) no-repeat 0px center;
}
.Rank .BodyContent ul li.Rank_6 a {
	background: url(../images/RankIcon006.png) no-repeat 0px center;
}
.ItemMainContainer {
	margin-bottom: 25px;
}
.ItemMainContainer .ItemDetail {
	float: left;
	width: 350px;
}
.ItemMainContainer .ItemDetail h1 {
	border: 0px !important;
	color: #535353 !important;
	font-size: 28px !important;
	line-height: 120% !important;
	margin-bottom: 15px !important;
	padding: 0px !important;
}
.ItemMainContainer .ItemDetail h2 {
	color: #848383;
	font-size: 20px;
	margin-bottom: 15px;
}
.ItemMainContainer .ItemDetail p {
	line-height: 180%;
	margin-bottom: 15px;
}
.ItemMainContainer .ItemDetail .ItemPrice {
	color: #848383;
	font-size: 23px;
	font-weight: 700;
	vertical-align: bottom;
}
.ItemMainContainer .ItemDetail .ItemPrice .Price {
	color: #df3341;
	font-size: 30px;
	font-weight: 700;
	vertical-align: bottom;
}
.ItemMainContainer .ItemDetail .DiscountPeriod {
	color: #ff711c;
	font-size: 1em;
}
.ItemMainContainer .ItemDetail .ItemSpecContainer {
	background: #f3f3f3;
	border-radius: 5px;
	margin-bottom: 15px;
	moz-border-radius: 5px;
	padding: 5px 15px;
	webkit-border-radius: 5px;
}
.ItemMainContainer .ItemDetail .ItemSpecContainer td {
	border-bottom: 1px solid #e1e1e1;
	color: #838383;
	padding: 15px 5px;
}
.ItemMainContainer .ItemDetail .ItemSpecContainer .Last td {
	border-bottom: none;
}
.ItemMainContainer .ItemDetail .ItemSpecContainer .hd {
	color: #666666;
	font-weight: 700;
	padding-right: 5px;
	width: 45px;
}
.ItemMainContainer .ItemDetail .ItemBTN {
	margin-top: 25px;
}
.ItemMainContainer .ItemDetail .ItemBTN a {
	margin-right: 10px;
}
.ItemMainContainer .ItemDetail .ItemBTN a img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.ItemMainContainer .ItemDetail .ItemBTN a:hover img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: opacity 0.5s linear;
}
.ItemMainContainer .GalleryBlock {
	float: left;
	padding: 15px;
	width: 475px;
}
.ItemMainContainer .GalleryBlock table td {
	height: 400px;
	position: relative;
	text-align: center;
	width: 475px;
}
.ItemMainContainer .GalleryBlock table td img {
	bottom: 0;
	height: auto;
	left: 0;
	max-height: 100%;
	max-width: 475px;
	right: 0;
	top: 0;
	width: auto;
}
.ItemMainContainer .ToolBlock {
	float: right;
}
.ItemMainContainer .ToolBlock li {
	margin-bottom: 5px;
}
.ItemMainContainer .ToolBlock li a {
	background: url(../images/ToolBTN.jpg) no-repeat;
	display: block;
	filter: alpha(opacity=70);
	height: 57px;
	opacity: 0.7;
	overflow: hidden;
	text-indent: -9999px;
	width: 57px;
}
.ItemMainContainer .ToolBlock li a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	transition: opacity 0.5s linear;
}
.ItemMainContainer .ToolBlock li a.Tool_1 {
	background-position: 0 0;
}
.ItemMainContainer .ToolBlock li a.Tool_2 {
	background-position: 0 -57px;
}
.ItemMainContainer .ToolBlock li a.Tool_3 {
	background-position: 0 -114px;
}
.ItemMainContainer .ToolBlock li a.Tool_4 {
	background-position: 0 -171px;
}
.ItemMainContainer .ToolBlock li a.Tool_5 {
	background-position: 0 -228px;
}
.ItemMainContainer .ToolBlock li a.Tool_6 {
	background-position: 0 -285px;
}
.RelatedItemContainer {
	border: 1px solid #dcdcdc;
	border-top: 3px solid #dcdcdc;
}
.RelatedItemContainer ul {
	padding: 15px;
}
.RelatedItemContainer h2 {
	border-bottom: 1px solid #DCDCDC;
	padding: 10px 15px;
}
.RelatedItemContainer ul li {
	display: inline;
	display: inline-block;
	margin: 0px 24px;
	width: 130px;
	zoom: 1;
}
.RelatedItemContainer ul li a {
	cursor: pointer;
	display: block;
}
.RelatedItemContainer ul li a .IMG {
	border: 1px solid #c9c9c9;
	margin-bottom: 10px;
	width: 125px;
}
.RelatedItemContainer ul li a .IMG table td {
	height: 125px;
	position: relative;
	text-align: center;
	width: 125px;
}
.RelatedItemContainer ul li a .IMG table td img {
	bottom: 0;
	height: auto;
	left: 0;
	max-height: 100%;
	max-width: 125px;
	right: 0;
	top: 0;
	width: auto;
}
.RelatedItemContainer ul li a:hover .IMG table td img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: opacity 0.5s linear;
}
.RelatedItemContainer ul li a .IMG table td img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.RelatedItemContainer ul li a h3 {
	font-size: 1.1em;
	height: 40px;
	overflow: hidden;
}
.RelatedItemContainer ul li a .Price {
	color: #535353;
	font-size: 0.9em;
	font-weight: 700;
	margin-bottom: 10px;
}
.RelatedItemContainer ul li a .DiscountPeriod {
	color: #ff971c;
	font-size: 0.9em;
}
.RelatedItemContainer ul li a .DiscountPeriod .hd {
	background: #ff971c;
	color: #ffffff;
	display: block;
	font-size: 0.9em;
	padding: 1px 3px;
}
.RelatedItemContainer ul li a:hover .Price, .RelatedItemContainer ul li a:hover h3 .RelatedItemContainer ul li a:hover .DiscountPeriod, .RelatedItemContainer ul li a:hover .DiscountPeriod .hd {
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: opacity 0.5s linear;
}#QuickSearchStampContainer {
	background: url(../images/QuickSearchStampBG.jpg) no-repeat;
	height: 34px;
	position: relative;
	width: 940px;
}
.QuickSearchStamp {
	left: 65px;
	position: absolute;
	top: 6px;
	width: 855px;
}
.QuickSearchStamp h2 {
	color: #434343;
	float: left;
	font-size: 1.15em;
	margin-right: 30px;
	margin-top: 4px;
}
.QuickSearchStamp select {
	color: #666666;
	margin-right: 5px;
	min-width: 115px;
}
.QuickSearchStamp input.TypeText {
	color: #666666;
	padding: 1px;
}
.QuickSearchStamp .Submit {
	width: 87px;
}
.QuickSearchStamp .Submit input {
	background: url(../images/Search_BTN002.png) no-repeat left center;
	border: 0px;
	cursor: pointer;
	display: block;
	height: 19px;
	margin: 2px 10px 0px 10px;
	text-indent: -9999px;
	width: 87px;
}
.QuickSearchStamp .Submit input:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: opacity 0.5s linear;
}
#MemberContainer {
	min-height: 120px;
	position: relative;
}
#MemberContainer #Deco {
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 2;
}
#MemberLogin {
	margin-bottom: 8px;
}
#KeyWordContainer {
	background: url(../images/KeyWordBG.jpg) no-repeat;
	height: 53px;
	position: relative;
	width: 260px;
}
#KeyWordContainer .hd {
	color: #666666;
	font-size: 1em;
	font-weight: 700;
	margin-right: 5px;
}
#KeyWordContainer a {
	color: #ff0000;
	font-size: 0.9em;
	margin-right: 2px;
}
#KeyWordContainer a:visited {
	/*color: #3656c3;*/
}
#KeyWordContainer a:hover {
	color: #0fa1b8;
}
#KeyWord {
	left: 8px;
	position: absolute;
	top: 8px;
}
#TempPostInfoContainer {
	border: 1px solid #dcdcdc;
	border-top: 3px solid #0fa1b8;
}
#TempPostNews {
	border-right: 1px solid #dcdcdc;
	float: left;
	height: 306px;
	position: relative;
	width: 280px;
}
#TempPostNews .Header {
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 20px;
}
#TempPostNews h2 {
	background: url(../images/TempPostNewsHeader.png) no-repeat;
	display: block;
	height: 18px;
	text-indent: -9999px;
	width: 114px;
}
#TempPostNews dl {
	margin-bottom: 10px;
	padding: 10px 20px;
}
#TempPostNews dl dd {
	border-bottom: 1px dotted #a7a7a7;
	color: #0fa1b8;
	overflow: hidden;
	padding: 10px 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 240px;
}
#TempPostNews dl dd .Title {
	color: #f93599;
	font-weight: 700;
}
#TempPostNews dl dd .Link {
}
#TempPostNews dl dd.Last {
	border-bottom: none;
}
#TempPostNews .MoreBTN_1 {
	bottom: 0px;
	position: absolute;
	right: 0px;
}
#TempPostNews .MoreBTN_1 a {
	display: block;
}
#TempStamp {
	background: #f0fdff;
	border-right: 1px solid #dcdcdc;
	float: left;
	height: 306px;
	position: relative;
	width: 280px;
}
#TempStamp .Header {
	background: #caf8ff;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 20px;
}
#TempStamp h2 {
	background: url(../images/TempStampHeader.png) no-repeat;
	display: block;
	height: 18px;
	text-indent: -9999px;
	width: 112px;
}
#TempStamp dl {
	margin-bottom: 10px;
	padding: 25px 20px;
}
#TempStamp dl dd {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
#TempStamp dl dd a {
	cursor: pointer;
}
#TempStamp dl dd a .IMG {
	background: #ffffff;
	border: 1px solid #a0a0a0;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 1px;
	width: 55px;
}
#TempStamp dl dd a .IMG {
	border: 1px solid #d9d9d7;
	margin: 0px 10px 5px 0px;
	width: 55px;
}
#TempStamp dl dd a .IMG table td {
	height: 55px;
	position: relative;
	text-align: center;
	width: 55px;
}
#TempStamp dl dd a .IMG table td a {
	display: block;
	width: 55px;
}
#TempStamp dl dd a .IMG img {
	height: auto;
	max-height: 55px;
	max-width: 55px;
	width: auto;
}
#TempStamp dl dd a .Link {
	display: block;
	float: left;
	width: 170px;
}
#TempStamp dl dd a .Link h3 {
	font-size: 1em;
}
#TempStamp dl dd a .Link .Date {
	color: #7d7d7d;
	font-size: 0.9em;
}
#TempStamp .MoreBTN_1 {
	bottom: 0px;
	position: absolute;
	right: 0px;
}
#TempStamp .MoreBTN_1 a {
	display: block;
}
#LatestScenery {
	float: left;
	height: 306px;
	position: relative;
	width: 378px;
}
#LatestScenery .MoreBTN_1 {
	right: 0;
}
#LatestScenery .Deco {
	position: absolute;
	right: 15px;
	top: -15px;
}
#LatestScenery .Header {
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 20px;
}
#LatestScenery h2 {
	background: url(../images/LatestSceneryHeader.png) no-repeat;
	display: block;
	height: 18px;
	text-indent: -9999px;
	width: 118px;
}
#LatestScenery ul {
	padding: 35px 25px;
}
#LatestScenery ul li {
	border-right: 1px solid #e5e5e5;
	float: left;
	padding: 0 17px;
}
#LatestScenery ul li.Last {
	border-left: 1px solid #e5e5e5;
	border-right: 0px;
	margin-left: -1px;
}
#LatestScenery ul li a {
	cursor: pointer;
}
#LatestScenery ul li a .IMG {
	border: 2px solid #0fa1b8;
	margin: 0px 0px 5px 0px;
	position: relative;
	width: 125px;
}
#LatestScenery ul li a .IMG .Dec_2 {
	background: url(../images/StampIcon_002.png) no-repeat;
	height: 54px;
	position: absolute;
	right: 5px;
	top: -15px;
	width: 47px;
	z-index: 5;
}
#LatestScenery ul li a .IMG table td {
	height: 120px;
	position: relative;
	text-align: center;
	width: 120px;
}
#LatestScenery ul li a .IMG img {
	bottom: 0;
	height: auto;
	left: 0;
	max-height: 100%;
	max-width: 120px;
	right: 0;
	top: 0;
	width: auto;
}
#LatestScenery ul li a .Link {
	font-weight: 700;
	padding: 10px 5px 10px 5px;
	text-align: center;
	width: 119px;
}
#LatestScenery ul li a:hover .Link {
	background: url(../images/LatestSceneryTopicBG.png) no-repeat center top;
	color: #ffffff;
}
#VideoContainer {
	width: 260px;
}
#Video li {
	float: left;
	width: 122px;
}
#Video li.First {
	margin-left: 0px;
}
#Video li .IMG {
	margin-bottom: 10px;
	position: relative;
}
#Video li .IMG a {
	filter: alpha(opacity=100);
}
#Video li .IMG a.VideoPlayCover img {
	filter: alpha(opacity=20);
	left: 0px;
	opacity: 0.2;
	position: absolute;
	top: 0px;
	z-index: 5;
}
#Video li .IMG a.VideoPlayCover:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#Video li .IMG img {
	height: 72px;
	width: 122px;
}
#Video li h3 {
	cursor: pointer;
	font-size: 1em;
	height: 75px;
	overflow: hidden;
}
#RelatedSiteContainer {
	margin-right: -10px;
}
#RelatedSiteContainer .RelatedSite {
	float: left;
	width: 220px;
}
.BackToTop_2 {
	background: #eeeeee;
	border-radius: 5px;
	display: block;
	height: 35px;
	line-height: 130% !important;
	margin: 15px 0px;
	moz-border-radius: 5px;
	position: relative;
	webkit-border-radius: 5px;
}
.BackToTop_2 a {
	background: url(../images/bullet_top.png) no-repeat 0 3px;
	color: #727171;
	font-size: 0.9em;
	margin: 4px 0 0 0 !important;
	padding: 0 0 0 15px;
	position: absolute;
	right: 15px;
	top: 5px;
}
.BackToTop_2 a:hover {
	color: #0fa1b8;
}
#MainAdOverView {
}
#MainAdOverView li {
	background: #eeeeee url(../images/MainAdShadow.jpg) no-repeat bottom center;
	clear: both;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 45px;
}
#MainAdOverView li a {
	color: #535353;
	cursor: pointer;
}
#MainAdOverView li:hover a {
	color: #0fa1b8;
}
#MainAdOverView li .Info {
	display: block;
	padding: 20px;
	width: 216px;
}
#MainAdOverView li .Info .InfoDesc {
	font-size: 22px;
	line-height: 130%;
	margin-bottom: 15px;
}
#MainAdOverView li .Info p {
	color: #989898;
}
#MainAdOverView li .IMG img {
	display: block;
	width: 684px;
}
#MainAdSmallOverView {
	margin-right: -28px;
}
#MainAdSmallOverView li {
	display: inline;
	display: inline-block;
	margin: 0 27px 27px 0;
	vertical-align: top;
	width: 212px;
	zoom: 1;
}
#MainAdSmallOverView li a {
	background: #eeeeee;
	color: #535353;
	display: inline-block;
	padding: 10px;
}
#MainAdSmallOverView li a:hover {
	color: #0fa1b8;
}
#MainAdSmallOverView li a .Info {
	display: block;
}
#MainAdSmallOverView li a .Info .smallInfoDesc {
	font-size: 1em;
	line-height: 130%;
	margin-bottom: 10px;
}
#MainAdSmallOverView li a .IMG {
	margin-bottom: 10px;
}
#MainAdSmallOverView li a .IMG img {
	display: block;
	width: 191px;
}
.MultipleImageContainer {
	margin: 0 auto;
	width: 675px;
}
#InnerItemTitle .TitleContain {
	border-bottom: 1px solid #0fa1b8;
	display: block;
	overflow: hidden;
	padding: 0 0 15px 0;
}
#InnerItemTitle .TitleContain .Title {
}
#InnerItemTitle .SearchNew {
	background: #defbff;
	border: 1px solid #9cf1ff;
	border-radius: 3px;
	font-size: 0.9em;	margin: 0px 0px 20px;
	moz-border-radius: 3px;
	overflow: hidden;
	padding: 10px;
	webkit-border-radius: 3px;
}
#InnerItemTitle .SearchNew select {
	border: 1px solid #bfbfbf;
	color: #878787;
	margin-right: 5px;
	padding: 2px;
}
#InnerItemTitle .SearchNew input.Submit_2 {
	background: #ffffff;
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	border: 1px solid #cacaca;
	border-radius: 3px;
	box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	color: #818181;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	font-size: 0.9em;
	moz-border-radius: 3px;
	moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	padding: 3px 8px;
	text-decoration: none;
	vertical-align: middle;
	webkit-border-radius: 3px;
	webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	width: 50px;
}
#InnerItemTitle .TitleContain h2 {
	color: #0fa1b8;
	font-size: 22px;
	line-height: 150%;
}
#InnerItemTitle .TitleContain h3 {
	color: #707070;
	font-size: 1.1em;
}

#InnerItemTitle .TitleContain .stampDesc {
	color: #707070;
	font-size: 1.1em;
}

#ItemDetail {
	color: #0fa1b8;
	float: left;
	width: 280px;
}
#ItemDetail th, #ItemDetail td {
	border-bottom: 1px solid #e4e4e4;
	padding: 5px 8px;
}
#ItemDetail td a {
	border-bottom: 1px solid #0fa1b8;
}
#ItemDetail td a:hover {
	border-bottom: 1px solid #f93599;
}
#ItemDetail .hd {
	color: #6f6e6e;
	font-weight: 700;
	text-align: right;
	width: 120px;
}
#ItemDetail .odd td, #ItemDetail .odd th {
	background-color: #f5f5f5;
}
#ItemDetail_fullwidth {
	color: #0fa1b8;
}
#ItemDetail_fullwidth th,
#ItemDetail_fullwidth td {
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 15px;
}
#ItemDetail_fullwidth td a {
	border-bottom: 1px solid #0fa1b8;
}
#ItemDetail_fullwidth td a:hover {
	border-bottom: 1px solid #f93599;
}
#ItemDetail_fullwidth th.hd {
	color: #6f6e6e;
	font-weight: 700;
	text-align: left;
	width: 60px;
}
#ItemDetail_fullwidth .odd th, #ItemDetail_fullwidth .odd td {
	background-color: #f5f5f5;
}
#InnerItemTitle .Description {
	float: left;
	width: 365px;
}
#InnerItemTitle .Description h2 {
	color: #0fa1b8;
	font-size: 1.3em;
	line-height: 150%;
}
.RelatedLinks {
	border-top: 1px solid #bfbfbf;
	display: block;
	padding: 15px 0 0 0;
}
.RelatedLinks a {
	background: url(../images/SearchBTN_BG.jpg) repeat-x bottom;
	border: 1px solid #d2d2d2;
	padding: 3px 10px;
}
#Map {
	margin-right: 20px;
	width: 437px;
}
#Map h2 {
	background: url('../images/Topic_Style04.png') no-repeat center left;
	color: #0fa1b8;
	font-size: 1.2em;
	padding: 2px 0 2px 26px;
}
.acc-links {
	left: 0px;
	position: relative;
	top: 50px;
}
.acc-links a {
	color: #ffffff;
}
#Stamp_2List {
}
.Stamp_2ListWidth {
	width: 485px;
}
.Fullwidth {
	width: 940px;
}
#Stamp_2List .Header {
	margin: 0 0 10px 0;
	overflow: hidden;
}
#Stamp_2List .Header h2 {
	background: url('../images/Topic_Style04.png') no-repeat center left;
	color: #0fa1b8;
	font-size: 1.2em;
	padding: 2px 0 2px 26px;
}
#Stamp_2List .Header .More {
	background: url(../images/Breadcrumbs_BG.jpg) repeat-x bottom;
	border: 1px solid #d2d2d2;
	float: right;
	padding: 3px 5px;
}
#Stamp_2List table {
	border: 1px solid #bfc0c5;
	margin-right: -1px;
}
#Stamp_2List table th, #Stamp_2List table td {
	border-left: 1px solid #ffffff;
	padding: 10px;
	vertical-align: top;
}
#Stamp_2List table th:first-child, #Stamp_2List table td:first-child {
	border-left: 0px;
}
#Stamp_2List table th, #Stamp_2List table td a:hover img, #Stamp_2List table th, #Stamp_2List table td a img:hover {
	filter: none;
}
#Stamp_2List table th {
	background: #0fa1b8;
	color: #ffffff;
}
#Stamp_2List table .odd td {
	background: #eeeeee;
}
#StampClipart {
	overflow: hidden;
}
#StampClipart li {
	float: left;
	margin-right: 25px;
	width: 331px;
}
#StampClipart li a {
	cursor: pointer;
	display: block;
}
#StampClipart li a .Header {
	background: #ffffff;
	border: 1px solid #5fe7fc;
	padding: 1px;
}
#StampClipart li a .Header .Contain {
	background: url(../images/Header03_BG.jpg) repeat-x bottom;
	padding: 5px 10px;
}
#StampClipart li a .Header .Contain h2 {
	background: url(../images/Header03_Icon.jpg) no-repeat left center;
	color: #0fa1b8;
	font-size: 1.1em;
	padding: 3px 10px;
}
#StampClipart li a .Header .Contain h2 .normal {
	color: #535353;
	font-size: 1.1em;
	font-weight: normal;
}
#StampClipart li a .Content {
	border: 1px solid #e5e5e5;
	min-height: 255px;
	padding: 10px;
	position: relative;
}
#StampClipart li a .SceneIMG {
	background: url(../images/SceneIMG.jpg) no-repeat;
}
#StampClipart li a .TempPostIMG {
	background: url(../images/TempPostIMG.jpg) no-repeat;
}
#StampClipart li a .Content .More {
	bottom: 10px;
	left: 5px;
	position: absolute;
}
.Opening h2 {
	color: #0fa1b8;
	font-size: 22px;
	line-height: 150%;
}
.Opening p {
	line-height: 180%;
}
#Recruit ul li {
	float: left;
}
#Recruit ul li.Step1, #Recruit ul li.Step2 {
	background: url(../images/Arrow_right.jpg) no-repeat right 60px;
	margin-right: 12px;
	padding-right: 35px;
}
#Recruit ul li ul {
	margin: 15px 0 0 30px;
}
#Recruit ul li li {
	float: none;
	margin-bottom: 5px;
}
#Recruit ul li li .Num {
	color: #ffffff;
	font-size: 0.9em;
	padding: 7px;
}
#Recruit ul li.Step1 li .Num {
	background: url(../images/ListBG_blue.jpg) no-repeat center center;
}
#Recruit ul li.Step2 li .Num {
	background: url(../images/ListBG_pink.jpg) no-repeat center center;
}
#Recruit ul li.Step3 li .Num {
	background: url(../images/ListBG_yellow.jpg) no-repeat center center;
}
.RelatedQuestion {
	background: #eeeeee;
	border-radius: 20px;
	moz-border-radius: 20px;
	padding: 10px 10px 10px 80px;
	position: relative;
	webkit-border-radius: 20px;
}
.RelatedQuestion .Deco {
	background: url(../images/QuestionHeader.png) no-repeat center center;
	display: block;
	height: 74px;
	left: 0px;
	position: absolute;
	top: -17px;
	width: 74px;
}
.RelatedQuestion a {
	border-right: 1px solid #0fa1b8;
	margin-right: 10px;
	padding-right: 15px;
}
.StampmarkContainer {
	padding: 0 20px 20px 20px !important;
}
.Stampmark {
	margin: 0 auto 15px auto;
	width: 310px;
}
.Stampmark table td {
	height: 310px;
	text-align: center;
	width: 310px;
}
.Stampmark table td img {
	height: auto;
	max-height: 100%;
	max-width: 310px;
	width: auto;
}
#FileDownloadContainer .FileDownBox {
	background: #e7e7e7;
	border: 1px solid #d2d2d2;
	margin-bottom: 10px;
	padding: 5px 5px 5px 0px;
}
#FileDownloadContainer .FileDownBox .FileDown {
	float: left;
	width: 334px;
}
#FileDownloadContainer .FileDownBox .FileDown .FileType {
	float: left;
	margin: 0px 10px;
}
#FileDownloadContainer .FileDownBox .FileDown .Info {
	background: #ffffff;
	float: left;
	min-height: 50px;
	position: relative;
	width: 267px;
}
#FileDownloadContainer .FileDownBox .FileDown .Info .FileName {
	line-height: 150% !important;
	margin: 5px !important;
	max-width: 150px;
}
#FileDownloadContainer .FileDownBox .FileDown .Info .FileName a {
	color: #009ae9;
	font-weight: 700;
}
#FileDownloadContainer .FileDownBox .FileDown .Info .FileName a:hover {
	color: #fcb631;
}
#FileDownloadContainer .FileDownBox .FileDown .Info .FileSize {
	background: #f1f1f1;
	border-radius: 3px;
	font-size: 0.9em;
	moz-border-radius: 3px;
	padding: 2px 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	webkit-border-radius: 3px;
}
.faq-list {
	margin: 0 0 30px;
}
.faq-btn {
	background: url(../images/bg_article-lista.png) repeat-x #eee;
	border: 1px solid #eee;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 85%;
	line-height: 160%;
	margin: 0 0 10px;
	padding: 10px 40px 10px 35px;
	position: relative;
	webkit-border-radius: 5px;
	width: 610px;
}
.faq-btn:hover {
	color: #0fa1b8;
}
.faq-btn h3 {
	font-size: 1em;
	font-weight: 400;
}
.faq-content {
	float: left;
	line-height: 160%;
	padding: 10px 35px;
	position: relative;
}
.faq-list .on .icon-arrow {
	background: url(../images/icon-faqArrow-on.png) no-repeat;
}
.faq-list .over .icon-arrow,.faq-list a:hover {
	opacity: 0.7;
}
.faq-list .icon-arrow {
	background: url(../images/icon-faqArrow.png) no-repeat;
	display: inline-block;
	height: 22px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 22px;
}
.faq-list .icon-questions {
	background: url(../images/icon-questions.png) no-repeat;
	display: inline-block;
	height: 22px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 22px;
}
.faq-list .icon-answer {
	background: url(../images/icon-answer.png) no-repeat;
	display: inline-block;
	height: 22px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 22px;
}
.topNews-slider {
	background: url(../images/bg-sliderkit-btm.png) center bottom no-repeat;
	padding: 0 0 27px;
}
.page-controls {
	padding: 0 0 20px;
}
.page-controls-inner {
	background: url(../images/bg-pageControls-inner.png) repeat-x #f5f5f5;
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 12px 10px;
	position: relative;
}
.grid-pager {
	float: left;
}
.sort-method-buttons {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
.sort-method-buttons li {
	float: left;
	position: relative;
}
.sort-method-buttons a {
	background: url(../images/icon-sortMethodA.png) 8px 16px no-repeat;
	border-left: 1px solid #ddd;
	color: #424242;
	display: block;
	padding: 12px 10px 12px 20px;
}
.sort-method-buttons a:hover,.sort-method-buttons .current {
	background: url(../images/icon-sortMethodAhover.png) 9px 16px no-repeat;
	color: #0fa1b8;
}
.msg-list {
	line-height: 180%;
}
.msg-list li a {
	border-bottom: 1px solid #d9d9d9;
	display: block;
	padding: 15px 30px 0;
}
.msg-list .Date {
	color: #0fa1b8;
	margin: 0 0 5px;
}
.msg-list .Topic {
	color: #434343;
	font-size: 1.3em;
	margin: 0 0 10px;
	position: relative;
}
.Topic .label {
	padding: 0 0 0 10px;
	vertical-align: middle;
}
.msg-list a:hover .Topic {
	color: #0fa1b8;
}
.msg-list .Thumbs {
	color: #7c7c7c;
	font-size: 1.1em;
	padding: 0 0 15px;
}
.topNews-slider .sliderkit img {
	height: auto;
	max-height: 568px;
	max-width: 400px;
}
#FileDownloadContainer .FileDownBox {
	background: #e7e7e7;
	border: 1px solid #d2d2d2;
	margin-bottom: 10px;
	padding: 5px 5px 5px 0px;
}
#FileDownloadContainer .FileDownBox .FileDown {
	float: left;
	width: 334px;
}
#FileDownloadContainer .FileDownBox .FileDown .FileType {
	float: left;
	margin: 0px 10px;
}
#FileDownloadContainer .FileDownBox .FileDown .Info {
	background: #ffffff;
	float: left;
	min-height: 50px;
	position: relative;
	width: 267px;
}
#FileDownloadContainer .FileDownBox .FileDown .Info .FileName {
	margin: 5px;
	max-width: 150px;
}
#FileDownloadContainer .FileDownBox .FileDown .Info .FileName a {
	color: #009ae9;
	font-weight: 700;
}
#FileDownloadContainer .FileDownBox .FileDown .Info .FileName a:hover {
	color: #fcb631;
}
#FileDownloadContainer .FileDownBox .FileDown .Info .FileSize {
	background: #f1f1f1;
	border-radius: 3px;
	font-size: 0.9em;
	moz-border-radius: 3px;
	padding: 2px 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	webkit-border-radius: 3px;
}
.PrintInput {
	background: #eee;
	clear: both;
	margin: 15px 0 0;
	padding: 15px;
	text-align: center;
}
.PrintInput a {
	background: #333333;
	background: -moz-linear-gradient(top, #666666, #333333);
	background: -ms-linear-gradient(top, #666666, #333333);
	background: -o-linear-gradient(top, #666666, #333333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
	background: -webkit-linear-gradient(top, #666666, #333333);
	background-image: -ms-linear-gradient(top, #666666 0%, #333333 100%);
	border: 1px solid #222222;
	box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	color: #FFFFFF;
	font-weight: 400;
	moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	padding: 3px 15px;
	text-decoration: none;
	vertical-align: middle;
	webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
}
.PrintInput a:hover {
	background: #222222;
	background: -moz-linear-gradient(top, #555555, #222222);
	background: -ms-linear-gradient(top, #555555, #222222);
	background: -o-linear-gradient(top, #555555, #222222);
	background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#222222));
	background: -webkit-linear-gradient(top, #555555, #222222);
	background-image: -ms-linear-gradient(top, #555555 0%, #222222 100%);
	text-shadow: #222222 0 1px 0;
}
.PrivacyPolicy {
	background: #e8ebe6;
	border-radius: 5px;
	moz-border-radius: 5px;
	padding: 15px;
	webkit-border-radius: 5px;
}
.PrivacyPolicy .img_1 {
	float: right;
	margin: -26px -5px 0px 20px;
}
.ContentBox2Container {
	background: url(../images/ConrentBox02_shadow.jpg) no-repeat center bottom;
	padding-bottom: 5px;
}
.ContentBox2 {
	border: 5px solid #83d4e1;
	border-radius: 5px;
	moz-border-radius: 5px;
	padding: 20px;
	webkit-border-radius: 5px;
}
.ContentBox2 ul {
	overflow: hidden;
}
.ContentBox2 ul li {
	display: block;
	float: left;
	margin: 5px 0;
}
.ContentBox2 ul li .ColorBG_1 {
	background: #31bcd2;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	moz-border-radius: 3px;
	padding: 5px 10px;
	webkit-border-radius: 3px;
}
.Arrow_icon_04 {
	background: url(../images/Arrow_icon_04.jpg) no-repeat 0 center;
	display: inline-block;
	height: 19px;
	width: 11px;
}
.StepbyStep_1 .ColorBG_1 {
	min-width: 76px;
}
.StepbyStep_1 .Arrow_icon_04 {
	margin: 0px 10px;
	vertical-align: middle;
}
#ExterbalPage {
	background: #eeeeee;
}
#ExterbalPage .Container {
	margin: 0 auto;
	padding: 15px 0;
	width: 80%;
}
#ExterbalPage .btn {
    width: 100%;
    text-align: center;
    padding: 20px 0 50px 0;
}
#ExterbalPage .btn .Submit {
    background: #fff;
    color: #393939;
    font-weight: 600;
    width: 120px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 16px;
}
#StampOverView {
	margin: 0 0 20px 0;
}
#StampOverView li {
	display: inline;
	display: inline-block;
	margin: 0 10px 15px 0;
	vertical-align: top;
	zoom: 1;
}
#StampOverView {
	margin: 0 0 20px 0;
	width: 100%;
}
#StampOverView li .IMG {
	margin: 0 0 10px 0;
}
#StampOverView li .IMG img {
	background: #ffffff;
	border: 3px solid #dcdcdc;
	border-radius: 5px;
	moz-border-radius: 5px;
	padding: 3px;
	webkit-border-radius: 5px;
	width: 260px;
}
#StampOverView li .Number {
	text-align: center;
}
#StampOverView_Large {
	background: #000000;
	border-radius: 5px;
	moz-border-radius: 5px;
	padding: 15px;
	webkit-border-radius: 5px;
}
#StampOverView_Large li {
	margin-top: 15px;
	text-align: center;
}
#StampOverView_Large li:first-child {
	margin-top: 0px;
}
#StampOverView_Large li img {
	max-width: 820px;
}
.Result-Style {
}
.Result-Style .Content {
	text-align: center;
}
.Result-Style .no-Result .img {
	background: url(../images/img-no-Result-2.png) center top no-repeat;
	height: 300px;
}
.Result-Style .Content .title {
	font-size: 1.15em;
	margin: 0 0 .5em;
}
.Result-Style .Content p {
	font-size: 1.15em;
	margin: 0 0 .5em;
}
.List_BTN_Style3 {
	width: 725px;
}
.List_BTN_Style3 ul {
	list-style-type: none !important;
	padding-left: 0px !important;
}
.List_BTN_Style3 li {
	margin: 0 0px 10px 0;
}
.List_BTN_Style3 li a {
	background: url(../images/bg_article-lista.png) repeat-x #eee;
	border: 1px solid #eee;
	border-radius: 3px;
	color: #535353;
	display: block;
	font-size: 100%;
	font-weight: 400;
	line-height: 160%;
	padding: 5px 25px 5px 35px;
	position: relative;
	webkit-border-radius: 3px;
}
.List_BTN_Style3 li a:hover {
	color: #0fa1b8;
}
.List_BTN_Style3 li a:visited {
	/*color: #3656c3;*/
}
.List_BTN_Style3 li a .hd {
	color: #0fa1b8;
	font-weight: 700;
	margin-right: 10px;
}
.List_BTN_Style3 .icon-arrow, .List_BTN_Style3 li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.List_BTN_Style3 .icon-arrow {
	background: url(../images/Topic_Style02.png) no-repeat;
	display: inline-block;
	height: 15px;
	left: 10px;
	position: absolute;
	top: 8px;
	width: 15px;
}
.List_BTN_Style3 .icon-arrow2 {
	background: url(../images/ArrowIcon_3.png) no-repeat;
	display: inline-block;
	height: 13px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 8px;
}
.ContentBoxContainer {
	margin: 0 auto;
	width: 680px;
}
.ContentBoxContainer .ContentBox_top {
	background: url(../images/ContentBox_BGtop.jpg) no-repeat;
	display: block;
	height: 29px;
	width: 680px;
}
.ContentBoxContainer .ContentBox_btm {
	background: url(../images/ContentBox_BGbtm.jpg) no-repeat;
	display: block;
	height: 30px;
	width: 680px;
}
.ContentBoxContainer .ContentBox_md {
	background: url(../images/ContentBox_BGmd.jpg) repeat-y;
	display: inline-block;
	overflow: hidden;
	padding: 0 20px;
}
.ContentBoxContainer .ContentBox_md .GraphicImg {
	display: block;
	float: left;
	margin-right: 20px;
	width: 230px;
}
.ContentBoxContainer .ContentBox_md .GraphicImg img {
	width: 230px;
}
.ContentBoxContainer .ContentBox_md .LinksContainer {
	display: block;
	float: left;
	width: 385px;
}
.ContentBoxContainer .ContentBox_md .LinksContainer .List_BTN_Style3 {
	width: 385px !important;
}
.input-sm {
	width: 50px;
}
.input-md {
	width: 100px;
}
.input-lg {
	width: 185px;
}
.ListSelect {
	overflow: hidden;
}
.ListSelect p.InputWrap {
	margin-right: 5px;
}
.ListSelect p.InputWrap select {
	background: #0fa1b8;
	border: 1px solid #33c1d7;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	moz-border-radius: 5px;
	padding: 3px 5px;
	position: relative;
	webkit-border-radius: 5px;
}
#QuickSearch .ListSelect p.InputWrap, #QuickSearch .ListSelect p.submitWrap {
	float: left;
}
#QuickSearch .ListSelect p.InputWrap select {
	width: 330px;
}
.subMenu2 {
	background: #f5f5f5;
	border: 1px solid #eeeeee;
	padding: 3px 10px;
}
.subMenu2 a {
	background: url(../images/navarrow_hover.png) no-repeat 0 5px;
	margin-right: 10px;
	padding: 0 0 0 10px;
}

#LatestNewsContainer {
	margin-bottom: 20px;
	width: 260px;
}
#LatestNewsContainer #LatestNewsHeader {
	margin-bottom: 14px;
}
#LatestNewsContainer #LatestNewsHeader .Header {
	float: left;
}
#LatestNewsContainer #LatestNewsHeader .More {
	float: right;
}
#LatestNewsContainer #LatestNewsHeader .More:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
#LatestNewsContainer #FocusContainer {
	margin-bottom: 8px;
}
#LatestNewsContainer #FocusContainer .FocusImage {
	border: 1px solid #959595;
	padding: 1px;
	background: #ffffff;
	float: left;
	margin: 0px 5px 5px 0px;
	display: block;
	width: 70px;
}
#LatestNewsContainer #FocusContainer .FocusImage img {
	width: 100%;
}
#LatestNewsContainer #FocusContainer .FocusTopic {
	color: #ef254b;
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
	line-height:1.4em;
}
#LatestNewsContainer #FocusContainer .FocusTopic:hover {
	color: #0088dc;	
}
#LatestNewsContainer #FocusContainer .FocusThumb {
	color: #505050;
	font-size:.9em;
	line-height:1.4em;
}
#LatestNewsContainer #FocusContainer .FocusThumb a {
	color: #0088dc;	
}
#LatestNewsContainer #FocusContainer .FocusThumb a:hover {
	color: #ef254b;	
}
#LatestNewsContainer #NewsList li {
	padding: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
}
#LatestNewsContainer #NewsList li.BgColor {
	background: #edf7ff;
}
#LatestNewsContainer .Date {
	color:#0088dc;
	font-size:.85em;
}
#LatestNewsContainer #NewsList li a {
	color: #535353;
	width: 220px;
	font-size:.9em;
	white-space: nowrap;
}
#LatestNewsContainer #NewsList li a:hover {
	color: #0088dc;	
}

#LatestNewsContainer #NewsList li a:visited {
	/*color: #3656c3;	*/
}

.MultipleImageContainer_2 .fotorama__wrap--slide .fotorama__stage__frame{ background: #000000;}
.MultipleImageContainer_2 .fotorama {margin-bottom: 10px;}
.MultipleImageContainer_2 .OverView-resp a{
	padding: 5px 10px;
	text-align: center;
	background: linear-gradient(to bottom,  #3acee8 0%,#058ea3 100%);
	border-radius: 5px;
	color: #ffffff;
	display: block;
}
.MultipleImageContainer_2 .OverView-resp a:hover { opacity: 0.9;}
.MultipleImageContainer_2 .OverView-resp a:active { position: relative; top: 1px;}



/************test 測試用，可刪除************/
.slider-nojq {width: 658px;}
.slider-nojq img {width: 100%;}
.slides-nojq { width: 590px; margin: 0 auto;}
.slides-nojq li { width: 191px; display: inline-block; *display: inline; zoom: 1; margin: 0 1px;}
.slides-nojq li img { width: 191px; height: 54px;}
/************test 測試用，可刪除************/

.privacy_btn {
    border: 1px solid #f2f2f2;
	background: #f4f4f4;
    float: left;
    min-height: 47px;
    width: 257px;
	margin-top: 15px;
}
.privacy_btn a {
    display: block;
    padding: 10px 70px 10px 16px;
    position: relative;
    z-index: 5;
	text-align: center;
}
.privacy_btn a img.IMG {
    position: absolute;
    right: 0px;
    top: -8px;
    z-index: 10;
}

/* 無障礙使用 */
.input-label {
	display:none;
}

.hyperlink-txt{
	display:none;	
}
/* end of 無障礙 */

.FatFooterHeader strong a {
    font-size: 15px;
}



/*多圖輪播*/
.MultipleImageContainer_new_main {
    float: left;
    border: 1px solid #ccc;
}
.MultipleImageContainer_new_bar {
    position: relative;
    float: left;
    margin: 0 20px;
    width: 648px;
}
.cboxElement {
    display: block;
}
.MultipleImageContainer_new {
    width: 648px;
    margin: 20px;
    float: left;
}
.MultipleImageContainer_new>a {
    width: 100%;
    width: 628px;
    height: 404px;
    text-align: center;
    vertical-align: middle;
    background: #000000;
    margin: 10px 10px 0 10px;
    padding: 10px 0;
}
.MultipleImageContainer_new>a>img {
    max-width: 90%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.cycle-overlay {
    background-color: #000;
    padding: 5px 10px;
    color: #ffffff;
    display: block;
    width: 608px;
    margin: 0 10px 0 10px;
}
.cycle-overlay>div:first-child{
	display: none;
}
#adv-custom-pager {
    margin: 20px 0 20px 130px;
    float: left;
	display: flex;
    flex-wrap: wrap;
}
#adv-custom-pager a:nth-child(2n) {
    /*display: none;*/
}


#adv-custom-pager a{
	background: #e3e3e3;
	float: left;
    padding: 0 5px;
    margin: 0 5px;
	border: 3px solid #ffffff00;
}
.cycle-pager-active {
    border: 3px solid #69ab00;
}
/*rwd*/
.rwd_index {
    display: none;
}
.rwd_cont {
    display: none;
}
.rwd_list {
    float: left;
    width: 100%;
    margin: 3% 0;
}
.rwd_list tr th {
	width: 30%;
    background: #0fa1b8;
    color: #ffffff;
    padding: 10px;
    border-bottom: 1px solid #fff;
}
.rwd_list tr td {
    border: 1px solid #ccc;
    padding: 10px;
}
.rwd_list tr:last-child th{
	border-bottom: 0px;
}

.card_list {
    padding: 10px;
    background: #ddf1f5;
    margin: 0 1% 10px;
    width: 44%;
    display: inline-block;
    vertical-align: top;
}
.card_list li {
    width: 96%;
    border-bottom: 1px dashed #ccc;
    display: block;
    overflow: hidden;
    padding: 5px 2%;
}
.card_list .title ,.card_list .title_7 {
    float: left;
}
.card_list .text {
    float: left;
    width: 76%;
    text-align: left;
}
.card_list .text_7 {
    float: left;
    width: 64%;
    text-align: left;
}
.end_list {
    text-align: center;
}

/*跑馬燈*/
.marquee_title {
    background: #0fa1b8;
    color: #fff;
    padding: 10px 20px;
    float: left;
    border-radius: 5px 0px 0 5px;
    font-size: 16px;
}
.quick_search_list li.active a{
	background: #0fa1b8;
}
.quick_search_list li {
    font-size: 18px;
    text-align: center;
    width: 33.3%;
    float: left;
}
.quick_search_list li a {
    padding: 15px 0;
    display: block;
    background: #0b7283;
    color: #fff;
}
.quick_search_cont {
    background: #0fa1b8;
    padding: 20px 3%;
    display: inline-block;
    width: 94%;
}
.search_select {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: "微軟正黑體";
    width: 80%;
    float: left;
    border: 0px;
}
.btn {
    float: left;
    width: 18%;
}
.determine {
    background: #ececec;
    border: 0px;
    padding: 12px 21%;
    font-size: 14px;
    margin: 0px 10px;
    font-family: "微軟正黑體";
}
.management {
    display: block;
    overflow: hidden;
}
.management_btn li {
    background: #fff;
    padding: 30px 4%;
    width: 42%;
    float: left;
}
.management_btn {
    display: inline-block;
    background: #fff;
    width: 100%;
}
.management_btn li a p {
    float: left;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.management_btn li a .pic {
    width: 18%;
    float: left;
}

.rwd_service {
    background: #e6e6e6;
    display: inline-block;
    width: 100%;
}
.service_title {
    background: #fff;
    margin: 3% 3% 1px;
    display: inline-block;
    width: 90%;
    padding: 15px 2%;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.service_list {
    margin: 0 3% 3%;
    width: 94%;
    display: block;
    overflow: hidden;
    background: #fff;
}
.service_list li {
    width: 33.06%;
    float: left;
    text-align: center;
    padding: 5% 0;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.service_list li a p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 12px;
}
.link {
    margin: 3% 3% 0;
    width: 94%;
}
.link_title {
    display: inline-block;
    width: 95%;
    margin: 0 0 2px 0;
    background: #fff;
    padding: 13px 2.5%;
    font-weight: bold;
}
.link_title p {
    float: left;
    width: 115px;
    font-size: 18.5px;
}
.link_title a {
    float: right;
    font-weight: bold;
    background: url(../images/icon-sortMethodAhover.png) center right no-repeat;
    padding-right: 14px;
    font-size: 15px;
}
.link_cont {
    background: #fff;
    width: 100%;
    display: block;
    overflow: hidden;
}
.link_list li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 20px 0;
}

.rwd_news {
    margin: 3% 3% 0;
    width: 94%;
}
.news_title {
    display: inline-block;
    width: 95%;
    margin: 0 0 2px 0;
    background: #fff;
    padding: 13px 2.5%;
    font-weight: bold;
}
.news_title p {
    float: left;
    width: 115px;
    font-size: 18.5px;
}
.news_title a {
    float: right;
    font-weight: bold;
    background: url(../images/icon-sortMethodAhover.png) center right no-repeat;
    padding-right: 14px;
    font-size: 15px;
}
.news_cont {
    background: #fff;
}
.news_list li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background: #ebfcff;
}
.news_list li:nth-child(2n) {
    background: #fff;
}
.news_list li a .date {
    float: left;
    width: 100%;
    color: #0fa1b8;
    margin: 4px 0 0px 0;
}
.news_list li a span {
    color: #333;
    font-size: 16px;
}

.management_btn li a .pic img {
	width: 100%
}

 .rwd-close {
    display: none;
}

.order-info_list .cont {
    display: block;
}

.order-info_list .cboxElement {
    display: inline-block;
    margin: 2px 5px 2px 0;
}

a:focus ,
input:focus,
button:focus{
    outline: 3px solid #0086d8;
}
.acc-key a:focus {
	outline: 3px solid #0086d8;
	border: 0 !important;
}


.bxslider img{
    width: 100%;
    max-width: 790px;
}

.bxslider .slick-prev,
.bxslider .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 28px;
    height: 28px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    background: transparent;
}

.bxslider .slick-prev {
    left: 20px;
    background: url(../images/ArrowPrev.png) 0 0 no-repeat;
    z-index: 1;
}

.bxslider .slick-next {
    right: 20px;
    background: url(../images/ArrowNext.png) 0 0 no-repeat;
}

.bxslider .slick-prev:hover,
.bxslider .slick-next:hover {
    opacity: 0.8;
}

.bxslider .slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.bxslider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}

.bxslider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.bxslider .slick-dots li button:before
{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #333;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: .65;
}

.bxslider .slick-dots li.slick-active button:before {
    background-color: #69ab00;
    box-shadow: 0 0 0 2px #fff
}

.slick-dots li button:hover:before {
    opacity: 1;
}