@charset "utf-8";
.oneColLiqCtrHdr {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/up_bg.jpg);
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #wrapper {
	width: 996px;  /* this will create a container 80% of the browser width */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
}
#container {
	position: relative;
	width: 100%;
}

#bannerArea {
	width: 996px;
	height: 242px;
	vertical-align:bottom;
}
#bannerArea img {
	vertical-align:bottom;
}
.oneColLiqCtrHdr #conContainer {
	width: 100%;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	position: relative;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.oneColLiqCtrHdr #header {
	height: 51px;
	padding-top: 0;
	padding-bottom: 0;
	width: 996px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
#logo {
	left: 0;
	top: 0;
	width: 700px; !important;
	width /**/:760px;
	height: 40px;
	float: left;
	margin: 0px;
}
#functionMenu {
	list-style: none;
	width: 280px; !important;
	width /**/: 220px;
	float: left;
	padding: 0;
	margin: 0;
	clear: right;
	height: 40px;
	background-image: url(images/functionMenu.jpg) left top;
}
#functionMenu ul {
	list-style: none;
	margin: 0;
}
#functionMenu li {
	float: left;
	width: 70px;
	height: 27px;
}
#functionMenu li a{
	display: block;
	overflow: hidden;
	width: 100%;
    height: 0px !important; 
	height /**/: 27px; 
	padding-top: 27px;
	background-image: url(images/functionMenu.jpg);
	color: #FFFFFF;
}
/* offMouse時位置 */
	#funNav01 a { background-position:  0     0; }
	#funNav02 a { background-position: -75px 0; }
	#funNav03 a { background-position: -150px 0; }
	
	/* 現在位置 */
	#funNav01 a.stay { background-position:  0     0px; }
	#funNav02 a.stay { background-position: -75px 0px; }
	#funNav03 a.stay { background-position: -150px 0px;  }

	/* onMouse時位置 */
	#funNav01 a:hover { background-position:  0     -27px; }
	#funNav02 a:hover { background-position: -75px -27px; }
	#funNav03 a:hover { background-position: -150px -27px; }
	

#mainMenuBoss {
	height: 30px;
	padding-left: 30px;
}
#mainMenu {
	height: 30px;
	background: url(images/mainMenu_bg.jpg) left top;
	background-repeat: repeat-x;
	padding-left: 30px;
}
#mainMenu ul{
	list-style: none;
	margin: 0;
}
#mainMenu li {
	float: left;
	width: 111px;
}
#mainMenu li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0px !important;
	height /**/: 30px;
	padding-top: 30px;
	background-image: url(images/main_menu.jpg);
	color: #FFFFFF;
	
}
.oneColLiqCtrHdr #homeEvent {
	position: absolute;
	margin: 0;
	width: 310px;
	height: 393px;
	left:0;
	clear: left;
}

.homeEventContent {
	width: 220px;
	padding-left: 100px;
	display: block;
	background: url(images/event_icon.jpg) left top;
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	padding-bottom: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	height: 95px;
}
.homeEventContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	display: block;
	clear: left;
}
.homeEventContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	float: left;
	width: 120px;
	display: block;
	clear: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.homeEventContent h5 {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #003fa6;
	text-decoration: none;
	float: left;
	width: 90px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
}
.homeEventContent h6 {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #fe0000;
	text-decoration: none;
	float: right;
	width: 115px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*  背景圖位置
---------------------------------------------*/
	
	/* offMouse時位置 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -111px 0; }
	#nav03 a { background-position: -223px 0; }
	#nav04 a { background-position: -335px 0; }
	#nav05 a { background-position: -447px 0; }
	#nav06 a { background-position: -559px 0; }
	#nav07 a { background-position: -671px 0; }
	#nav08 a { background-position: -783px 0; } 
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     0px; }
	#nav02 a.stay { background-position: -111px 0px; }
	#nav03 a.stay { background-position: -223px 0px;  }
	#nav04 a.stay { background-position: -335px 0px; }
	#nav05 a.stay { background-position: -447px 0px; }
	#nav06 a.stay { background-position: -559px 0px; }
	#nav07 a.stay { background-position: -671px 0px; }
	#nav08 a.stay { background-position: -783px 0px; }

	/* onMouse時位置 */
	#nav01 a:hover { background-position:  0     -30px; }
	#nav02 a:hover { background-position: -111px -30px; }
	#nav03 a:hover { background-position: -223px -30px; }
	#nav04 a:hover { background-position: -335px -30px; }
	#nav05 a:hover { background-position: -447px -30px; }
	#nav06 a:hover { background-position: -559px -30px; }
	#nav07 a:hover { background-position: -671px -30px; }
	#nav08 a:hover { background-position: -783px -30px; }
	



.oneColLiqCtrHdr #homeContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	background: #FFFFFF;
	height: 393px;
	width: 688px;
	margin-left: 309px;
}

#homeDemolink {
	margin: 0;
	height: 186px;
	width: 175px;
	background-image: url(images/homeDemo_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 157px;
	float: left;
}

#homeDemolink p{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
}

#homeDesignlink {
	margin: 0;
	height: 186px;
	width: 343px;
	background-image: url(images/homeLink_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#homeDesignlink p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	padding-right: 180px;
	padding-left: 10px;
}
#footer {
	background-color: #DDDDDD;
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-x;
	height: 78px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	text-align: center;	
}
#footer p{
    width:996px;
	text-align: left;
	padding-left: 20px;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BC1957;
}
.oneColLiqCtrHdr #contentTitleBg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #999999;
	background-image: url(images/content_title_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 30px;
	margin: 0px;
	height: 38px;
}
.oneColLiqCtrHdr #contentArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	padding-left: 30px;
	margin: 10px;
	padding-right: 30px;
}

.oneColLiqCtrHdr #contentBottomBg {
	background-image: url(images/content_bottom_bg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 996px;
}
#contentFooter {
	margin:0;
	text-align: left;
	padding-left: 30px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BC1957;
	padding-bottom: 3px;
}
#tempFlashIndex {
	padding-left: 30px;
	padding-top: 10px;
	width: 579px;
	display: block;
	margin: 0px;
}
#tempNewIndex {
	padding-left: 30px;
	padding-top: 10px;
	width: 720px;
	height: 500px;
	display: block;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}
#tempNewIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	width: 216px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 20px;
	position: absolute;
	left: 735px;
	top: 57px;
	background-image: url(images/contentIndexRightBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#tempSearchArea {
	position: absolute;
	padding-left: 25px;
	padding-top: 10px;
	width: 203px;
	height: 98px;
	top: 55px;
	left:0px;
	display: block;
	margin: 0px;
	background-image: url(images/tempSearchBg.jpg);
	background-position: 25px 10px;
	background-repeat: no-repeat;

}
#tempSearchArea input{
	width: 160px;
	height: 20px;
	border: 1px solid #6C9298;
	margin-top: 35px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 17px;
}
#tempSearchArea img{
	margin-top: -10px;
	margin-left: 109px;
}
#tempFlashIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	height: 300px;
	width: 316px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 20px;
	position: absolute;
	left: 615px;
	top: 57px;
	background-image: url(images/contentIndexRightBg.gif);
	background-repeat: no-repeat;
	background-position: 30px 50px;
}
#tempContentIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	width: 730px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	top: 57px;
	margin-left: 230px;
	margin-right: 0px;
}
#tempContentIndex h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #dc246d;
	margin:0px;
}
#topNaviIcon{
	padding:0px;
	text-align: right;
	height:17px;
	margin: 0px;
	line-height: 0px;
}
#bottomNavi {
	padding:0px;
	text-align: right;
	width:720px;
	margin: 0px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	word-spacing: 5px;
}
.packageList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(images/event_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 780px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	margin: 0px;
	display: block;
	clear: both;
	position: relative;
}
.packageList h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	padding-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	display: block;
	clear: left;
}
.packageList h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	float: none;
	width: 500px;
	display: block;
	clear: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.packageList h5 {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	width: 90px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	position: absolute;
	left: 100px;
}
.packageList h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #fe0000;
	text-decoration: none;
	width: 115px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 120px;
}

.packageList p{
	margin-top: 10px;
	margin-left: 0px;
}
.SubMenuLineSpace {
	margin-top: 5px;
}
#mainContent {
	width: 100%;
	display :block;
	bottom :10px;

}
#faqSubMenu {
	position: absolute;
	padding-left: 40px;
	padding-top: 40px;
	width: 195px;
	height: 308px;
	top: 55px;
	left:0px;
	display: block;
	margin: 0px;
	background-image: url(images/faqSubmenuBg.jpg);
	background-position: 30px 20px;
	background-repeat: no-repeat;
}
#faqSubMenu span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#faqSubMenuItem {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 42px;
	top: 70px;
	width: 186px;
}
#faqSubMenuItem ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
#faqSubMenuItem li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	background-image: url(images/faqSubMenuGridLineYellow.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	height: 22px;
}
#faqSubMenuItem li a{
    color: #FFFFFF;
	text-decoration: none;
}
#faqContentIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	width: 680px;
	height: 700px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	top: 57px;
	margin-left: 240px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	display: block;
}
#faqContentIndex h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #dc246d;
    margin-top: 20px;
}
#memberContentIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	width: 730px;
	height: 450px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	top: 57px;
	margin-left: 240px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	display: block;
}
#memberContentIndex h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #dc246d;
    margin-top: 20px;
}

#portfolioContentIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	width: 940px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	top: 57px;
	margin-right: 0px;
	margin-left: 15px;
	height: 450px;
}
#portfolioContentIndex h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #999999;
	width: 910px; 
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 22px;
	background-image: url(images/portfolioIcon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#portfolioContentIndex h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #999999;
	width: 910px; 
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 22px;
}
#portfolioContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	width: 910px; 
	padding-top: 0px;
	padding-right: 0px;
	margin-left: 40px;
	margin-top: 0px;
}
.portfolioList {
	margin-left: 50px;
	height: 168px;
}
.portfolioList ul{
	list-style-type: none;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.portfolioList li {
	width: 168px;
	text-align: center;
	margin-right: 10px;
	padding: 0px;
	float: left;
}
.portfolioList h3{
	display: block;
	color: #CCCCCC;
	background: #ececec;
	padding-bottom: 5px;
	height: 150px;
	width: 168px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#productList {
	margin-top: 10px;
	list-style-type: none;
	 height: 100%; 
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	padding: 0px;
}
#productList ul{
	list-style-type: none;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#productList li {
	width: 168px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0px;
	float: left;
}
#productList h3{
	display: block;
	color: #CCCCCC;
	background: #ececec;
	padding-bottom: 5px;
	height: 150px;
	width: 168px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#productList span {
	display: block;
	color: #333333;
	font-weight: normal;
	background: #ececec;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#productList dl {
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	display: block;
	height: 20px;
	padding-bottom: 10px;
}
#productList dt a{
	float: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 15px;
	background-image: url(images/prodDetIcon.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#productList dd a{
	float: right;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DC246D;
	background-image: url(images/shipCart.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#productTopBg {
	background-image: url(images/productTopBg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	width: 760px;
	padding-left: 13px;
}
#productTopBg h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-top: 25px;
	padding-left: 5px;
	margin: 0px;
	padding-bottom: 10px;
}
#productBg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background-image: url(images/productBg.jpg);
	background-repeat: repeat-y;
	width: 760px;
	position: relative;
}
#productViewNavi{
	width: 708px;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#buyIconTopBg {
	position: absolute;
	padding-left: 40px;
	padding-top: 50px;
	padding-bottom: 10px;
	width: 281px;
	/* height: 279px; */
	top: 55px;
	left:0px;
	display: block;
	margin: 0px;
	background-image: url(images/buyIocnBg.jpg);
	background-position: 30px 20px;
	background-repeat: no-repeat;
}
#buyContentIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	width: 640px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	top: 57px;
	margin-left: 320px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.buyPlanList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(images/event_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 530px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	margin: 0px;
}
.buyPlanList h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	padding-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	display: block;
	clear: left;
}
.buyPlanList h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	float: none;
	width: 300px;
	display: block;
	clear: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.buyPlanList h5 {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	width: 100px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	position: absolute;
	left: 430px;
}
.buyPlanList h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #fe0000;
	text-decoration: none;
	width: 115px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 120px;
}

.buyPlanList p{
	margin-top: 10px;
	margin-left: 0px;
}
.buyPlanList span{
	margin: 0px;
	padding: 0px;
}
.buyPlanDetail a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #0000fc;
	text-decoration: none;
	background-image: url(images/shipCart.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 100px;
	margin: 0px;
}
.buyPlanDetail a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #0000fc;
	text-decoration: none;
	background-image: url(images/shipCart.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 100px;
	margin: 0px;
}
.buyPlanDetail a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #fe0000;
	text-decoration: underline;
	background-image: url(images/shipCart.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 100px;
	margin: 0px;
}
#orderContentIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	width: 640px;
	height: 350px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 10px;
	top: 57px;
	margin-left: 320px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#buyMemberInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 450px;
	width: 960px;
	padding-left: 30px;
	clear: both;
}
#buyMemberInfo h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #999999;
	margin: 0px;
	padding-left: 10px;
}
#buyMemberTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	margin: 0px;
	padding-left: 10px;
}
.inputGray250 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	background-color: #EEEEEE;
	height: 15px;
	width: 250px;
	border: 1px solid #cccccc;
}
.inputGray200 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
	height: 15px;
	width: 200px;
	border: 1px solid #cccccc;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 12px;
}
.inputGray100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
	height: 15px;
	width: 100px;
	border: 1px solid #cccccc;
	margin: 0px;;

}
.inputGray580 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	background-color: #EEEEEE;
	height: 15px;
	width: 580px;
	border: 1px solid #cccccc;
}
.inputGrayArea250 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	margin: 0px;
	background-color: #EEEEEE;
	height: 80px;
	width: 250px;
	border: 1px solid #cccccc;
}
.inputGrayArea580 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	margin: 0px;
	padding: 5px;
	background-color: #EEEEEE;
    height: 60px;
	width: 580px;
	border: 1px solid #cccccc;
}
.graySubmit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 25px;
	width: 100px;
	vertical-align: top;
}
#memberLoginIntro {
	padding-left: 30px;
	padding-top: 30px;
	width: 500px;
	display: block;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
#memberLoginArea {
	/* height: 300px; */
	width: 380px;
	display: block;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 0px;
	position: absolute;
	left: 542px;
	top: 60px;
	margin-top: 30px;
	margin-bottom: 0px;
	background-image: url(images/loginAreaBg.jpg);
	background-repeat: repeat-y;
	background-position: 20px 50px;	
}
#memberLoginArea img {
	vertical-align:bottom;
}
#memberLoginHeader {
	height: 61px;
	margin: 0px;
	padding: 0px;
}
#memberLoginHeader img {
	vertical-align:bottom;
}

#memberLoginContent {
	/* height: 300px; */
	background-image: url(images/loginAreaBg.jpg);
	background-repeat: repeat-y;
}

#memberLoginContent span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-left: 30px;
	padding-top: 20px;

}

.imgloc{
	padding-left: 15px;
	padding-top: 20px;
}

#memberLoginArea a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000ff;
	padding-top: 20px;
	text-decoration: none;
}
#memberLoginArea a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fc0000;
	padding-top: 20px;
	text-decoration: none;
}
#contactArea{
	background-image: url(images/contactArea.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 250px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#ecardArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 960px;
	margin-top :10px;
	padding-left: 30px;
	clear: both;
	display: block;
}
#ecardPhotoLeft {
	padding: 0px;
	float: left;
	height: 410px;
	width: 480px;	
}
#ecardContentRight {
	padding-left: 10px;
	padding-top: 20px;
	width: 400px;
	margin-left: 470px;
	height: 410px;
}
#ecardPhoto {
	position: absolute;
	left: 62px;
	top: 86px;
	height: 407px;
	width: 479px;
}
#ecardTemp {
	background-image: url(../../uploads/ecard_temp_test.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 525px;
	width: 800px;
}
#ecardTitle {
	position: absolute;
	height: 32px;
	width: 200px;
	left: 570px;
	top: 320px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "新細明體", "細明體";
	line-height: 24px;
}
#ecardContent {
	position: absolute;
	height: 32px;
	width: 213px;
	left: 570px;
	top: 165px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "新細明體", "細明體";
	line-height: 28px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}