@charset "utf-8";

body { /*請於此設定標準文字級數12pixel,其它css的字級與字高請均使用em為單位*/
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	font-family: "微軟正黑體", "新細明體", Arial;
	/*color: #666;
	background-color: #FFF;
	background-image: url(https://www.okweb.asia/2005/color_a/images/bg.jpg);*/
	background-repeat: repeat;
	background-position: 0px 0px;
	
	-ms-word-break: break-all;
     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;
     /* Non standard for webkit */
     word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
.date{
	font-size:12px;	
	}
/* Start For News List Css */

ul.singlepagelist{/* 單頁式列表 */
	list-style:none;
	margin:0;
	padding:0;
}
ul.singlepagelist li{
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px;
	margin:0 auto 20px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	/*background:#f8f8f8;*/
	 background-color: rgba(200, 200, 200, 0.1);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.singlepagelist-subhead{/* 單頁式列表標題 */
	position:relative;
	font-family: Arial, "微軟正黑體", "新細明體", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.2em;
	line-height:1.4;
	font-weight: normal;
	margin:0;
	padding:0.6em 0;
	display:block;


	text-align: left;
}
.singlepagelist-subhead a{
	text-decoration:none;
	color:inherit;
}
.singlepagelist-subhead a:hover{
	text-decoration:none;
	color:#000000;
}

.singlepagelist-date:after{/* 單頁式列表日期+此樣式 */
	content:attr(data-newsdate);
	font-size: 12px;
	line-height:1;
	text-shadow: none;
	display:inline-block;
	padding:5px;
	color:#999;
}
.singlepagelist-summary{/* 單頁式列表剪短摘要 */
	display:block;
	margin:0.8em 0;
	font-size:16px;

	text-align: left;
}
.icon-bullhorn:before, .icon-faq:before, .icon-guide:before{
	content:' ';
	display:inline-block;
	margin:-2px 0 0 0;
	width:25px;
	height:25px;
	vertical-align:top;
}
.icon-bullhorn:before{/* 單頁式最新消息列表+icon樣式 */
	background:url(https://www.okweb.asia/3003/images/cube-news.png) no-repeat center center;
	background-size:contain;
}
.icon-faq:before{/* 單頁式常見問題列表+icon樣式 */
	background:url(https://www.okweb.asia/3003/images/cube-faq.png) no-repeat center center;
	background-size:contain;
}
.icon-guide:before{/* 單頁式購物指南列表+icon樣式 */
	background:url(https://www.okweb.asia/3003/images/cube-guide.png) no-repeat center center;
	background-size:contain;
}
/* End For News List Css */
div#editable{

    width:100%;
    overflow-x: hidden;
	}
div.editor_bar{
    width:100%;
	} 
.img, .img a{
	border:0px;
}

.cleancss {
    clear:both;
}
#header-title{
	z-index:6000;
	/*color:#CCC;*/
	font-size: 1.2em;
	font-weight: bold;
	font-family: '微軟正黑體', '新細明體',Arial, Helvetica, sans-serif;
	white-space: nowrap;
	position:absolute;
	top:18px;
	left:17px
	}
#co {
	width:960px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#import{
	width: 100%;
	}
#header {
	height: 105px;
}

.header-sub-menu {
}
.header-sub-menu a{
	/*color: #999999;*/
	text-decoration: none;
}
.header-sub-menu a:hover{
	/*color: #FF3E00;*/
	text-decoration: underline;
}





/***************************************************
			NEW DROPDOWN MENU
***************************************************/
ul.topnav {
	list-style: none;
	padding: 0 15px;	
	margin: 0;
	width: 700px;
	font-size: 1em;
	
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	/*color: #fff;*/
	display: block;
	text-decoration: none;
	float: left;
	white-space: nowrap;
	padding-top: 18px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 5px;	
}
ul.topnav li a:hover{
	/*background: url(topnav_hover.gif) no-repeat center top;*/
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 37px;
	float: left;
	/*background: url(https://www.okweb.asia/2005/color_a/images/subnav_btn.png) no-repeat center bottom;*/
	
	
}
ul.topnav li span.subhover {
	background-position: center bottom;
	cursor: pointer;
	
} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	z-index:3334;
	left: 0; top: 42px;
	/*background: #333;
	border: 1px solid #111;*/
	margin: 0; padding: 0;
	display: none;
	min-width: 200px;	
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	/*border-top: 1px solid #252525;*/ /*--Create bevel effect--*/
	/*border-bottom: 1px solid #444;*/ /*--Create bevel effect--*/
	clear: both;
	min-width: 200px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	min-width: 200px;
	/*background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;*/
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	/*background: #222 url(dropdown_linkbg.gif) no-repeat 10px center; */
}








/***************************************************
			DROPDOWN MENU
***************************************************/
#primary-menu {
	/*
	background-image: url(https://www.okweb.asia/2005/color_a/images/nav_bg.jpg);
	color: #FFF;
	background-color: #A80C19;
	*/
	background-repeat: repeat-x;
	background-position:0 0;
	font-size: 1.2em;
	line-height: 25px;	
	text-decoration: none;
	min-height: 65px;	
	font-weight: normal;
	padding:0;
	min-height: 65px;
	width: 100%;
}






#nav2 {
	font-size: 1em;
	line-height: 1.5em;
	/*
	color: #999999;
	background-color: #000;
	*/
	text-decoration: none;	
	text-align: right;
	min-height: 35px;

}
#nav2 ul{
	position:absolute;
	top: 0px;
	right: 10px;
	z-index:19;
}
#nav2 li{
	float: right;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#nav2 a{
	/*color: #999;*/
	text-decoration: none;
}
#nav2 a:hover{
	/*color: #FF9;*/
	text-decoration: none;
}










/***************************************************
	MAIN
***************************************************/

#main {
	
}

#left {
	float: left;
	width: 720px;
	
}

#right {
	float: right;
	width: 230px;
}
#logo td img{
	max-width:210px;
	max-height:220px;
	}
.div_down10,.run01,#logo,#search_block {
	/*background-color: #FFF;*/
	padding: 10px;
	margin-bottom: 10px;
	
}

.right_title {
	font-size: 1.3em;
	line-height: 25px;
	/*color: #FFF;*/
	text-decoration: none;
	/*background-image: url(https://www.okweb.asia/2005/color_a/images/right_title_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}


#title {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	/*border-bottom-color: #CCCCCC;*/
	font-size: 1.5em;
	font-weight: bold;
	/*color: #333;*/
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.title_text {
	font-size: 1.7em;
	font-weight: bold;
	/*color: #666;*/
	text-decoration: none;
}

#content {
	margin-bottom: 30px;
}

/***************************************************
	SEARCH
***************************************************/

#search {
	width: 190px;
	position: relative;
	float: right;
	padding: 10px;
	margin-top: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*background-color: #000000;*/
	margin-bottom: 2px;
}
#search input {
	width:87%;
	float: left;
	padding: 0;
	margin: 0px;
	border: none;
	font-size: 1em;
	background-color: transparent;
	/*color: #FFFFFF;*/
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#search input:focus {
	/*color: #FFFFFF;*/
}
#search .search-button {
	width: 35px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	top: 1px;
	right: 1px;
	margin: 0px;
	padding: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-attachment: scroll;
	background-color: transparent;
	/*background-image: url(https://www.okweb.asia/2005/color_a/images/sprite.png);*/
	background-repeat: no-repeat;
	background-position: 12px -184px;
}
#search .search-button:hover {
	background-attachment: scroll;
	background-color: transparent;
	/*background-image: url(https://www.okweb.asia/2005/color_a/images/sprite.png);*/
	background-repeat: no-repeat;
	background-position: 12px -217px;
}
#search input:focus {
	/*color: #FFFFFF;*/
}
#import {

	margin-right: auto;
	margin-left: auto;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
#import_bg {
}



/***************************************************
	Member Login
***************************************************/

.member-login {
	/*background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #333333;*/
	font-size: 12px;
	font-weight: lighter;
	padding: 3px;
	text-decoration: none;
	width: 130px;
}

.right-member-link {
	font-size: 1em;
}
.right-member-link a{
	text-decoration: none;
	/*color: #333;*/
}
.right-member-link a:hover{
	/*color: #F60;*/
	text-decoration: underline;
}

.member-icon1 {
	/*background-image: url(https://www.okweb.asia/2005/color_a/images/icon_1.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 24px;
}

.member-icon2 {
	/*background-image: url(https://www.okweb.asia/2005/color_a/images/icon_2.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 24px;
}

*+html .member-icon1 {
	/*background-image: url(https://www.okweb.asia/2005/color_a/images/icon_1.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 24px;
	padding-top: 2px;
} /* IE7 */

*+html .member-icon2 {
	/*background-image: url(https://www.okweb.asia/2005/color_a/images/icon_2.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 24px;
	padding-top: 2px;
} /* IE7 */



/***************************************************
	LEFT
***************************************************/
.left_div {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	/*border-bottom-color: #CCCCCC;*/
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.left_div2 {
	/*border: 1px solid #CCCCCC;*/
	padding-bottom: 20px;
}
.left_title {
	/*background-image: url(https://www.okweb.asia/2005/color_a/images/side_title_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	/*color: #FFF;*/
	text-decoration: none;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 40px;
}


/***************************************************
	LEFT SUB
***************************************************/
ul#menu-sub, ul#menu-sub ul {
	list-style-type:none;
	margin: 0;
	width: 210px;
	/*background-color: #EFEFEF;*/
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

ul#menu-sub a {
  display: block;
  text-decoration: none;	
}

ul#menu-sub li {
}

ul#menu-sub li a {
	/*color: #333333;*/
	font-size: 1em;
	font-weight: bold;
	/*background-image: url(https://www.okweb.asia/2005/color_a/images/sub_icon1.jpg);*/
	background-repeat: no-repeat;
	background-position: 8px 13px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 22px;
}

ul#menu-sub li a:hover {
	/*color: #FF3E00;*/
	text-decoration: none;
}

ul#menu-sub li ul li a {
	/*color: #666666;*/
	padding-left: 36px;
	font-size: 1em;
	font-weight: normal;
	/*background-image: url(https://www.okweb.asia/2005/color_a/images/sub_icon2.jpg);*/
	background-repeat: no-repeat;
	background-position: 25px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
}

ul#menu-sub li ul li a:hover {
	/*color: #FF3E00;*/
}



/***************************************************
	LEFT NEWS
***************************************************/

ul#news-sub, ul#news-sub ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	/*background-color: #EFEFEF;*/
}
ul#news-sub a {

  display: block;
  text-decoration: none;
  	
}

ul#news-sub li {
  margin-top: 1px;
}

ul#news-sub li a {
	/*color: #666666;*/
	font-size: 1em;
	font-weight: normal;
	/*background-image: url(https://www.okweb.asia/2005/color_a/images/sub_icon2.jpg);*/
	background-repeat: no-repeat;
	background-position: 8px 11px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 22px;
}

ul#news-sub li a:hover {
	/*color: #FF3E00;*/
	text-decoration: none;
}

/***************************************************
	LEFT VOTE
***************************************************/
#vote_div {
	/*background-color: #EFEFEF;*/
	padding: 10px;
	font-size: 1em;	
}
.vote_title {
	
	/*color: #6F0000;
	border-bottom-color: #70726D;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;	
	padding-bottom: 10px;
}
#vote_div ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#vote_div ul li { /*讓li成為相對,再將其中的核選input變成絕對,就可以將核選圓點突出到li左側界限外了*/

	position: relative;
	margin-left: 20px;
	margin-top: 4px;
	margin-bottom: 5px;
}
#vote_div li input{
	position: absolute;
	width: 20px;
	left: -20px;
	top: 2px;
	}
#vote_div_btn{
	text-align: center;
	padding-top: 10px;
	}	
.vote_btn1{
	/*background-image: url(https://www.okweb.asia/2005/color_a/images/table_slect.jpg);*/
	background-color:transparent;
	height: 40px;
	width: 92px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	
	}
.vote_btn2{
	/*background-image: url(https://www.okweb.asia/2005/color_a/images/table_slect2.jpg);*/
	background-color:transparent;
	height: 40px;
	width: 92px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	}	
/***************************************************
	LEFT AD
***************************************************/

#ad {
	width: 230px;
}
#ad img{
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/***************************************************
	RIGHT BANNER
***************************************************/

#banner {
	margin-bottom: 2px;
}

#banner img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/***************************************************
	FOOTER
***************************************************/
#footer {
}
#footer2 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer_menu {
	padding-bottom: 20px;
}
.footer_menu_links {
	/*background-color: #000000;*/
	height: 40px;
}
.footer_menu_links ul{
	margin: 0px;
	padding: 0px;
}
.footer_menu_links li{
	float: left;
	list-style-type: none;
}
.footer_menu_links li a{
	padding-right: 10px;
	margin-right: 10px;
	/*color: #FFFFFF;*/
	text-decoration: none;
	padding-left: 15px;
}
.footer_menu_links li a:hover{
	/*color: #D92236;*/
	text-decoration: underline;
}



#footer_Info {
	/*background-color: #DDDDDD;*/
	padding: 10px;
	/*color: #666;*/
	font-size: 12px;
}
#footer_Info a{
	text-decoration: none;
	/*color: #666666;*/
}
#footer_Info a:hover{
	/*color: #D52033;*/
	text-decoration: underline;
}


#footer_design {
	text-align: center;
	padding-bottom: 20px;
	font-size: 0.9em;
}
#footer_design a{
	text-decoration: none;
	/*color: #666666;*/
}
#footer_design a:hover{
	/*color: #D62134;*/
	text-decoration: underline;
}


#footer_fb {
	text-align: right;
	padding-top: 10px;
	float:right;

}
#footer_message{
	width: 780px;
	float: left;
	}





/***************************************************
	FORM
***************************************************/

.form-style{/*統一用單行欄位*/	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: lighter;
	/*border: 1px solid #E3E3E3;
	color: #666666;
	background-color: #FFFFFF;*/
	text-decoration: none;	
	padding: 5px;
	word-spacing: 1px;	
	}
.form-style-big{/*統一用多行欄位*/	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	/*
	border: 1px solid #E3E3E3;
	background-color: #FFFFFF;
	color: #666666;
	*/
	text-decoration: none;
	padding: 5px;
	width: 380px;
	}
.form-btn{
	padding: 10px;
}/*表單送出按鈕,目前是採用空值,若有適合的樣式可加上,因按鈕中的文字多變,故不以背景圖加字的方式製作*/



/***************************************************
	MARQUEE
***************************************************/
#marquee {
	/*background-color: #EFEFEF;*/
}




#left_right_div {
	float: right;
	width: 0;
}
#left_right_div div.ad1 ,#left_right_div div.ad2{
	/*background-color: #FFF;*/
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
#left_left_div {
	float: left;
	width: 100%;
}


#left_pro_div {
	width: 520px;
	overflow: hidden;
}
#left_pro_div2 {
	width: 600px;
}
#left_pro_div_co {

}





.left_pro_list_div {
	float: left;
	width: 234px;
	margin-right: 12px;
	margin-bottom: 10px;
}
.left_pro_list_t1 {
	/*color: #999;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
.left_pro_list_t2 {
	/*color: #666;*/
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	font-family: "新細明體";
}
.t_money {
	font-size: 18px;
	font-weight: bold;
	/*color: #990000;*/
	text-decoration: none;
	float: right;
	font-family: Arial;
	line-height: 18px;
}





 
