@import url("base.css");
@import url("basic.css");
@import url("layout.css");



/*------------------------------------------------------------

* Filename: print.css
* Version: 1.0.0 (2008-03-24) 
* Website: http://
* Author: Medialand digi-tech. Inc. 米蘭數位科技 
* Contact: service@mail.medialand.com.tw
* Description: for print

-------------------------------------------------------------*/
/* layout close */
#header, #sidebar, #wrapper-left-bg, #wrapper-right-bg {
	display: none !important;
}

#main-wrapper, #sub-wrapper {
	background: white !important;
	border: none !important;
	width: auto !important;
	margin: 0;
	padding: 0;
}
#content {
	float: none !important;
	width: auto;
	margin: 0;
	padding: 0;
}
#main-article {
	float: none !important;
	width: 600px;
	margin: 0;
	padding: 0;
}
embed, object {
	display: none !important;
}
#footer {
	width: auto;
	color: gray;
	margin: 0;
	padding: 100px 0 0 0;
}
address {
	position: inherit;
	left: 0;
	font-size: 11px;
}
p.guildline {
	display: none !important;
}
address .tjoin-phone {
	background: none !important ;
	text-indent: 0;
	position: static;
}
.pagebar, .msg, .tab, .breadcrumb {
	display: none !important ;
}

.list-place ul {
	width: 270px;
}

.note {
	border: 1px solid #E4E4E4;
	padding: 15px;
	margin: 0 15px;
	clear: both;
}
.list-place li, .note li {
	padding: 0;
	margin: 0 0 0 20px;
	list-style: disc;
}
.list-table {
	margin: 0 0 30px ;
	padding: 0;
}
.list-table table {
	margin: 0;
}
.list-table table td{
	border-color: Gray;
}
.page-content, .page-list {
	margin: 0;
	padding: 0;
}
