@import url("skitter.styles.css");
@import url("pagestyle.css");
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Main Style */
body {
	background: #FFF;
}
body.popcart {
	background: url(images/popcart_bg.jpg) no-repeat top center;
	padding-top: 160px;
}
form {display: inline;}
a {
	color: #434343;
	text-decoration: none;
}
a:hover {color: #2577e3;}
a:focus, a:link, a:active {outline:none;}

input.radio {border: 0 !important;}
input.checkbox {border: 0 !important;}
input#SameChk {margin: 0;}
input[type=button], input[type=submit] {
	cursor: pointer;
	font-size: 15px;
}
input[type=text], textarea, select {
	padding: 3px;
	border: 1px solid #dcdcdc;
}

.center {text-align: center;}

div.row_0 {
	width: 1000px;
	margin: 0 auto;
}

/* container */
div.container {
	background: #FFF url(images/foot_bg.jpg) no-repeat center bottom fixed;
	background-size: contain;
	min-width: 1000px;	
}
div.container .con_a {
	background: url(images/head_bg.jpg) no-repeat top center;
}
.mainhead {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 1;
}
.mainbody {
	position: relative;
	z-index: 999;
	margin-bottom: 40px;
}
div.col_01 {
	width: 235px;
}
div.col_02 {
	position: relative;
	padding: 10px;
	border: 5px solid #FFF;
	background: #FFF url(images/ptlist_bg.gif) repeat-x top left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.3);	
}
div.col_02 .middle .d_01 {
	min-height: 685px;
}

.foot-text:after, .leaf_link:after {
	display: table;
	content: "";
	clear: both;
}
/*上版頭*/
.logo {
	margin: 25px 0 0 8px;
	float: left;
}
.top-link {
	position: absolute;
	width: 65px;
	top: 0;
	right: 75px;
	padding-top: 2px;
}
.top-link a {
	display: block;
	float: left;
}
.top_home {
	background: url(images/icon_home.png) no-repeat left top;
	padding: 1px 10px 1px 18px;
	color: #626262;
	margin: 5px 15px 0 0;
}
.top_home:hover {
	color: #4db7e5;
}

/* (foot/counter/copyright/gotop) */
.copyright {
	background: rgba(23,56,111,0.9);
}
.foot_box {
	width: 1000px;
	margin: 0 auto;
}
.foot-text {
	padding: 10px 0;
}
.foot-text div[class*="f-"] {
	float: left;
	line-height: 1.5;
}
.f-address, .f-copytext {
	padding-left: 25px;
	margin-left: 30px;
	margin-top: 5px;
	border-left: 1px solid #4377b0;
}
.f-address {
	color: #FFF;
}
.f-copytext, .f-copytext > a {
	color: #4db4e6;
	font-size: 13px;
}
.f-copytext > a:hover {
	color: #88CDEE;
}
.counter {
	padding-bottom: 3px;
	text-align: center;
	padding-right: 29px;
}

.foot .gotop {
	background: #666 url(images/gotop.gif) no-repeat center center;
	height: 24px;
	width: 24px;
	display: none;
	position: fixed;
	right: 20px;
	bottom: 80px;
	padding: 10px;
	cursor: pointer;
	
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

/* Modules Title */
.md_top h3 {
	margin: 0;
	line-height: 1.5;
}

/* 自訂模組 */
div.noborder,div.showborder {
	position: relative;
}

div.col_01 .noborder .md_bottom{
	height: 25px;
}
table.special {width: 100%;}
table.special a {
	font-size: 15px;
}
.sys {
	color: #72542f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.more {
	position: absolute;
	top: -31px;
	right: 0;
	text-align: center;
	padding-top: 3px;
}
div.more a {
	font-size: 12px;
	color: #FFF;
	padding: 3px 8px;
	display: block;
	background: #90cf53;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.more a:hover {
	background: #47C128;	
}
/*------模組外觀------*/
/*左選單*/
.left_menu {
	background: #58bacd;
	width: 235px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
}
.left_menu table.special td > img {
	display: none;
} 
.left_menu .box-heading {
	background: url(images/menu_titlebg.gif) repeat-x;
	height: 80px;
	margin-bottom: 5px;
	text-align: right;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}
.left_menu a.special-link {
	display: block;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding-left: 28px;
	height: 46px;
	width: 214px;
	margin-right: -18px;
	line-height: 46px;
	background: url(images/mune_linkbg.png) no-repeat left bottom;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.left_menu a.special-link:hover {
	color: #434343;
	background-position: left top;
}
/*左連結*/
.left_link .noborder .md_bttom {
	height: 0;
}
.left_link a.special-link {
	display: block;
	margin-bottom: 15px;
	max-width: 235px;
	overflow: hidden;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.left_link a.special-link img {
	width: 235px;
}
.left_link a.special-link:hover {
	-webkit-box-shadow: 0px 0px 2px 3px rgba(88,186,205,1);
	-moz-box-shadow: 0px 0px 2px 3px rgba(88,186,205,1);
	box-shadow: 0px 0px 2px 3px rgba(88,186,205,1);	
}
/*葉子icon連結模組*/
.leaf_link {
	float: left;
	width: 315px;
	margin-right: 40px;
}
.leaf_link + .leaf_link {
	margin-right: 0 !important;
}
.leaf_link .box-heading {
	font-size: 18px;
	font-weight: bold;
	color: #2a59a7;
	padding-left: 20px;
	height: 35px;
	line-height: 35px;
	background: url(images/icon_leaf.png) no-repeat left center;
}
.leaf_link a.special-link {
	width: 299px;
	height: 22px;
	line-height: 22px;
	display: block;
	overflow: hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.leaf_link a.special-link:hover {
	font-weight: bold;
	font-size: 16px;
}
.leaf_link table.special td {
	padding: 1px 0;
}
/***list右欄區塊***/
div.ptlist {
	background: url(images/ptlist_bg2.png) no-repeat right top;
}
div.ptlist .md_top h3 {
	font-size: 24px;
	font-weight: bold;
}

/*明細-內框*/
.mo_ptdetail .md_middle {
	padding: 25px 15px;
}

.ptlist .md_top .layer_01 {/*分類-標題*/
	padding: 3px 0 0 0;
	margin-bottom: 30px;
}
.ptlist .md_top h3:after {
	display: table;
	content: "";
	width: 100%;
	height: 2px;
	background: #58bacd;
	margin-top: 5px;
	-webkit-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.25);
}
.ptname {/*明細-標題*/
	font-size: 24px;
	line-height: 1.5;
	padding-bottom: 5px;
	border-bottom: 2px solid #2eca53;
}

div.desc {
	padding: 0 5px;
}
div.list {
	padding: 15px 0
}
table.cglist {width: 100%;}
table.cglist div a {font-weight: bold;}
table.cglist td {padding: 4px;}
table.cglist div.normal {
	padding: 5px 7px;
	border: 1px solid #dcdcdc;
}
table.cglist div.over {
	padding: 5px 7px;
	border: 1px solid #FFF;
	background-image: url(images/slash_gray.gif);
}
table.cglist div.down {
	padding: 5px 7px;
	border: 1px solid #FFF;
	background: #c1c1c1;
}

/***shadow：商品陳列-陰影效果***/
td.cm {
	vertical-align: top;
}
td.rm, div.rm, td.lm, div.lm {
    width: 6px;
}
.ptcontent .showcontent {
	background: #eee;
	border: 1px solid #e5e5e5;
	border-bottom-width: 4px;
	border-bottom-color: #58bacd;
	padding: 10px 10px 15px;
	margin-bottom: 5px
}
.ptcontent .showcontent:hover {
	background: #fff;
	border-bottom-color: #2eca53;
}
.showcontent:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}

td.cb {height: 4px;}
td.rb {
	width: 4px;
	height: 4px;
}
div.cb {
	height: 4px;
	width: 10px;
}
td.cb,td.rb,td.lb,td.ct,td.rt,td.lt {width: 4px;}
td.cm .shadow-link img {border: none;}
span.shadow-ptname a,
span.shadow-ptname a:link,
span.shadow-ptname a:visited {font-size: 18px;}
span.shadow-ptname a:hover {}
.shadow-text {line-height: 1.5em;}
.shadow-link img {
	padding: 4px 4px 18px 4px;
	border: 1px solid #cdc5b8;
	border-bottom-width: 3px;
	background: #fff;
}
/*表單*/
table.formtabMt {
	margin-top: 25px;
	width: 100%;
	border-spacing: 0;
}
.formtab_desc {
	padding-bottom: 20px;
}
.formtab_foot {
	padding-top: 10px;
}
.formtab_left, .formtab_right {
	padding: 5px;
}
.formtab_left {
	text-align: left;
}
input.formtab_input {
	background: #119eda;
	cursor: pointer;
	font-size: 15px;
	color: #fff;
	border: 0;
	padding: 5px 15px;
	margin: 5px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input.formtab_input:hover {background: #2a59a7;}
/*商品分類頁:加入購物車*/
.ptadd {text-align: right;}
.cart_add {
	background: #df5e44;
	padding: 5px 15px;
	color: #FFF;
	margin-right: 5px;
}
.cart_add:hover {
	color: #fff;
	background: #E37760;
}

/***listmod：表格陳列***/
table.listmod_4 {
	width: 100%;
	font-size: 15px;
}
table.listmod_4 a {
	font-weight: bold;
}
table.listmod_4 thead {
	color: #FFF;
	background-color: #178ac8;
}
table.listmod_4 thead div {text-align: left;}
table.listmod_4 td,
table.listmod_4 th {padding: 8px;}
table.listmod_4 td {border-bottom: 1px solid #bfbfbf;}
table.listmod_4 td.row_01 {}
table.listmod_4 td.row_02 {background: #f4f4f4;}

table.mo_download {
	width: 100%;
	margin-top: 10px;
}
table.desc {width: 100%;}

/***ptdetail：商品明細頁***/
div.ptdet a.addtocart{
	background: #178ac8;
	padding: 5px 15px;
	color: #FFF;
	position: absolute;
	top: 345px;
	left: 280px;
}
div.ptdet a.addtocart:hover {background: #6AD0D9;}

/*圖文分離*/
td.haveimage_1 {
	border-left: 1px #666 dotted;
	padding-left: 5px;
}

/*文繞圖*/
table.largeimage_2 {
	clear: left;
	float: left;
	width: 330px;
	margin-right: 15px;
	position: relative;
}
table.largeimage_2 img {
	padding: 4px;
	border: 1px solid #eee;
}
table.largeimage_2 tr table img {border:none;}/*加入購物車前的圖*/

div.haveimage_2 {/*文字區塊*/}

/*圖置上*/
table.largeimage_3 {
	clear: both;
	margin-bottom: 10px;
}
div.haveimage_3 {
	clear: both;
	border-top: 1px #666 dotted;
	padding: 2px;
}
div.relinfo {margin: 0 3px 3px 0;}

/*商品屬性*/
table.ptdet-def {
	width: 100% !important;
    border-radius: 10px;
    border: 1px solid #167F92;
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;
}
.ptdet-def .ptdet-def-td1 {
	color: #FFF;
    background-color: #58bacd;
    padding: 1em;
}
.ptdet-def .ptdet-def-td2 {
	padding: 1em;
}
.ptdet-def tr, .ptdet-def td{
    border: 1px solid #D9E4E6;
    background-color: #EAF3F3;
}


/***favlist***/
div.mo_favlist {margin: 0 10px 10px 10px;}
div.mo_favlist table {width: 100%;}
div.mo_favlist table td {
	padding: 3px;
}
div.mo_favlist h5 {margin: 0;}
div.mo_favlist div.checkall {
	float: left;
	margin-right: 50px;
}
div.mo_favlist div.page {padding: 5px;}
table.favlist td.row_01 {background: #FFF;}
table.favlist td.row_02 {background: #F3F3F3;}

/*備註樣式*/
div.page {
	text-align:center;
	padding-top: 8px;
}
div.other {
	padding:4px;
	overflow: hidden;
}
table.other {
	margin-top:10px;
	clear:both;
}
table.other th {
	text-align:left;
	border-bottom:1px dashed #B4AB9E;
}
table.other td {padding:2px;}
table.other table {
	width: 100%;
	margin-top: 5px;
}
div.page span, 
div.other span a {
	font-size: 15px;
	color: #656565;
}
div.other span a:hover {color: #a37836;}

/*商品特性*/
table.ptdet-feat-table {width:100%;}
/* (viewcart/popcart/bill) */
div.viewcart,
div.bill,
div.checkoutmsg {
	margin: 20px;
	padding: 20px;
	border: 1px solid #dcdcdc;
	background: #FFF;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.viewcart .md_top,
div.bill .md_top {
	margin-top: 10px;
	padding: 5px 10px;
	border: 1px solid #dcdcdc;
	border-width: 1px 0;
}
div.viewcart .md_top .layer_01,
div.bill .md_top .layer_01 {padding-left: 20px;}
div.tips {
	padding: 5px;
	margin: 10px 0;
	font-weight: bold;
}
.popcart {padding-top: 7px;}
body.popcart div.viewcart div.md_bottom div.layer_01 {
	height: 7px !important;
}
body.popcart a {
	padding: 1px 3px;
	text-decoration: none;
}
table.viewcart {
	border: 1px solid #dcdcdc;
}
table.viewcart td, table.viewcart th {
	border-bottom: 1px solid #dcdcdc;
}
table.viewcart thead {
	white-space: nowrap;
	background-image: url(images/slash_gray.gif);
}
table.viewcart td div {text-align: right;}

table.control {
	width: 100%;
	margin: 10px 0;
}
table.control input[type=button], table.control input[type=submit] {
	background: #df5e44;
	color: #fff;
	border: 0;
	padding: 5px 15px;
}
table.control input[type=button]:hover,
table.control input[type=submit]:hover {background: #F00;}
table.control td div {text-align: right;}

/***bill***/
div.bill div.msg {
	margin: 0 20%;
	border-style: dotted;
	background: none;
	padding: 20px 10px;
	width: 300px;
	text-align: left;
}
div.bill div.md_middle div.layer_03 {min-height: 200px;}
table.bill td div {text-align: right;}
table.bill {
	  border: 1px #A8BEF8 solid;
	  border-width: 0 0 1px 1px;
	  margin-top: 10px;
}
table.bill td {
        padding: 2px 4px;
        border: 1px #A8BEF8 solid;
        border-width: 0 1px 1px 0;
        height: 24px;
}
table.bill thead td {border-bottom: 1px #819ADE solid;}

/***msg：系統訊息***/
div.msg {
	padding: 10px;
	border: 1px solid #E7D2CD;
}
div.viewcart div.msg {/*購物車:無商品*/
	padding: 40px 10px;
	border: none;
}
div.checkoutmsg .msg {/*結帳完成*/}
div.submit {
	margin-top: 10px;
	text-align: center;
}

/***account***/
div.account {margin: 0 20px 5px 20px;}
div.title {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0;
	padding: 4px;
	border-bottom: 2px dashed #dcdcdc;
}
table.account {width: 100%;}
table.account td {padding: 4px;}

div.account td.row_01_left,
table.account td.row_01_left {
	text-align: right;
	width: 45%;
}
div.account td.row_02_left,
table.account td.row_02_left {text-align: right;}

/***check：複選加入***/
div.check {
	padding-top: 15px;
	overflow: hidden;
}
div.checkall {
	text-align: right;
	color: #FFF;
}
.checkall a {/*複選加入鈕*/
	color: #fff;
	border: 0;
	padding: 3px 20px 3px 10px;
	display: inline-block;
	background: #BE7910 url(/ezcatfiles/sc77/img/img/3716/check_abg.gif) repeat-y right center;
}
.checkall a:hover {background-color: #d5993d;}
.checkall a:active {background-color: #8F631F;}

/***query***/
div.mo_query {margin: 0 25px 5px 25px;}
div.mo_query div.md_top div.layer_01 div {
	height: 10px;
	background: none;
	border: 0;
}
div.mo_query div.msg {margin-top: 0;}
div.mo_query div.desc {margin-bottom: 0;}

/***forum***/
div.mo_forum table {width: 100%;}
div.mo_forum {margin-bottom: 5px;}
div.mo_forum div.md_top,
div.mo_forum_view div.md_top,
div.mo_forum_post div.md_top {
	height: 10px;
	background: none;
}
div.mo_forum div.control {
	background: #ECECEC;
	padding: 3px;
}
div.mo_forum table.forumlist {margin-top: 10px;}
div.mo_forum table td,
div.mo_forum_post table td {vertical-align: middle;}
table.forumlist thead td {
	border-bottom: 1px #999 solid;
	padding: 5px 0 3px 3px;
}
table.forumlist tbody td {
	vertical-align: middle;
	padding: 3px;
}
div.mo_forum .row_01 {background: #FFF;}
div.mo_forum .row_02 {background: #F3F3F3;}
div.smiles {
	display: inline;
	float:left;
	clear:right;
	padding: 0 3px;
	text-align: center;
}
table.forumpost {margin: 10px 0;}
p.square {clear: left;}
div.square {display: block;}
p.inline {clear: right;}
div.inline {float: left;}
div.reply {clear: left;}
div.bbsearch {margin-bottom: 5px;}
/*DISPLAY*/
.path {display:none;}

/*--------------系統預設樣式--------------*/
div.navbar {
	position: relative;
	z-index: 100;
	height: 27px;
	white-space: nowrap;
	border: 1px solid #C90;
	border-width: 1px 0;
}
div.navbar div {padding: 0;}
div.navbar ul {
	margin: 0;
	padding: 0;
	display: inline;
}
div.navbar li {
	list-style: none;
	float: left;
	display: block;
	margin: 0;
	padding: 0 5px;
	text-align: center;
}
div.navbar li a,
div.navbar li a:link,
div.navbar li a:visited {
	font-weight:bold;
	display: block;
	padding: 5px 15px;
}
div.navbar li a:hover {color: #F80;}

div.navbar li.marquee {
	color: #000;
	width: 350px;
	position: absolute;
	right: 0;
}
/**************************cgmenu*************************/
div.mo_cgmenu {}
div.mo_cgmenu .md_top {
	border:1px solid #CBB585;
}
.flyoutMenu{border:0;}
.flyoutLink{
	padding-left:5px;
	cursor:pointer;
}
.flyoutLink a,.flyoutLink a:link,.flyoutLink a:visited {}
.flyoutLinkOver  {
	background:#FFF;
	cursor:pointer;
}
.flyoutLinkOver a,.flyoutLinkOver a:link,.flyoutLinkOver a:visited,.flyoutLinkOver a:hover {
	color:#44447E;
	font-weight:bold;
}
.flyoutLinkDown  {cursor:pointer;}
.flyoutLinkDown a,.flyoutLinkDown a:hover,.flyoutLinkDown a:visited {}

.flyoutSubMenu {
	border:#FFF solid;
	border-width:1px 0 0 1px;
	background:#ECECEC;
}
.flyoutSubLink {}
.flyoutSubLink a,.flyoutSubLink a:link,.flyoutSubLink a:visited {}
.flyoutSubLinkOver {
	background:#CCC;
	cursor:pointer;
}
.flyoutSubLinkOver a,.flyoutSubLinkOver a:link,.flyoutSubLinkOver a:visited,.flyoutSubLinkOver a:hover {color:#000;}
.flyoutSubLinkDown {cursor:pointer;}
.flyoutSubLinkDown a,.flyoutSubLinkDown a:link,.flyoutSubLinkDown a:visited,.flyoutSubLinkDown a:hover {}
/***** aso *****/
div.o_block,div.o_none {
	clear: both;
	padding: 5px;
}
div.dynamic-tab div.no {
	display: block;
	float: left;
	color: #000;
	height: 17px;
	margin: 0 -1px 0 2px;
	float: left;
	cursor: pointer;
	z-index: 1;
	text-align: center;
	top: 0;
	padding: 3px 0 0 0;
	white-space: nowrap;
}
div.dynamic-tab div.no div.layer_03 {padding-left: 3px;}
div.dynamic-tab div.no div.layer_02 {padding-right: 3px;}
div.dynamic-tab div.no div.layer_01 {
	padding: 1px 3px 0 3px;
	text-align: center;
}
div.dynamic-tab div.layer_01 {
	white-space: nowrap;
	text-align: center;
}
div.dynamic-tab div.now {
	display: block;
	float: left;
	cursor: hand;
	text-align: center;
	height: 20px !important;
	z-index: 5;
	margin: 1px -1px -2px 2px;
	background: #FFF;
	border-bottom: 0;
	top: -1px;
	position: relative;
	padding:1px 0 0 0;
}
div.dynamic-tab div.now div.layer_03 {
	padding-left:3px;
	position:relative;
}
div.dynamic-tab div.now div.layer_02 {
	padding-right:3px;
	position:relative;
}
div.dynamic-tab div.now div.layer_01 {
	padding: 2px 3px 0 3px;
	position: relative;
	text-align: center;
}
div.dynamic-tab div.o_block,div.dynamic-tab div.o_none {
	border:1px solid #919B9C;
	background:#FCFCFE;
	z-index:2;
	position:relative;
	top:-2px;
	padding:5px;
	width:97%;
	float:left;
}
/***notfound***/
body.notfound {padding-top: 15px;}
div.notfound {margin: 0 50px;}
div.notfound div.md_middle div.layer_01 {text-align: center;}
div.notfound div.md_middle div.layer_01 div {text-align: left;}
div.notfound div.md_top div.layer_01 div {
	height: 10px;
	background: none;
	border: 0;
}
/***vote***/
div.mo_vote {margin: 10px 10%;}
div.mo_vote table {
	width: 100%;
	margin: 5px 0;
}
div.mo_vote table td {
	padding: 4px 5px 4px 3px;
	white-space: nowrap;
	text-align: right;
}
div.mo_vote div.voting {
	height: 11px;
	float: left;
	background-color: #D75C4F;
}
div.mo_vote div.desc {margin:0;}
div.mo_vote div.close {text-align:center;}
div.mo_vote div.close button {
	margin: 5px;
	padding: 2px;
	font-size: 14px;
}
div.mo_vote div.msg {border-color: #666;}
div#hdAds {text-align: center;}
div.searchbar {
	position: absolute;
	right: 5px;
	top: 0px;
	height: 20px;
	text-align: left;
	width: 80px;
	padding-left: 2px;
	padding-bottom: 2px;
}
div.searchbar div form, div.searchbar input, div.searchbar div img {
	margin: 0;
	padding: 0;
}
div.searchbar div {
	padding-top: 3px;
	vertical-align: top;
}
div.searchbar div table td {padding: 0 5px 0 0;}
div.searchbar input.keyword {
	border: 0;
	height: 16px;
	width: 95px;
	/* background: url("images/searchinput_bg.gif") no-repeat 100% 0 fixed !important; */
	border: 1px #ABABAB solid;
	color: #000;
}
/***last update***/
div.showhr div.md_top,div.showhr div.md_bottom,div.nohr div.md_top,div.nohr div.md_bottom {display: none;}
div.nohr div.md_middle {
	border: 0;
	padding: 3px;
}
div.showhr div.md_middle {
	border:0;
	border: 1px #999 dashed;
	padding: 3px;
}
div.showhr {margin-bottom: 5px;}

/***search***/
div.search {margin: 0 10px 5px 10px;}
div.search div.tips span {margin-right: 13px;}
div.advsearch div.md_middle {
	border: 1px #CCC solid;
	background: #F5F5F5;
}
div.advsearch div.md_middle div.layer_01 table td {
	padding: 5px 10px 5px 5px;
	line-height: 1.35em;
}
div.advsearch div.md_middle div.layer_01 input {
	height: 14px;
	border: 1px #999 solid;
	margin: 0 2px;
}
div.mo_search,div.mo_asosearch {margin-bottom: 5px;}
div.mo_search div {
	border: 0 !important;
	text-align: left;
}

div.mo_search div.md_middle div.layer_01 {padding: 3px;}
div.mo_search div.key {margin-bottom: 3px;}
div.mo_search div.key input {
	width: 95%;
	height: 16px;
	border: 1px #999 solid;
}

/***acctmsg***/
div.acctmsg {margin: 0 25px 5px 25px;}
div.acctmsg div.md_middle div.layer_03 {min-height: 300px;}
div.acctmsg div.md_middle div.layer_01 {
	padding: 40px 100px;
	text-align: center;
}
div.acctmsg div.msg {
	margin: 0;
	text-align: left;
	background: #ECECEC;
	border: 1px #000 solid;
	padding: 15px;
}
