@import url("layout.css");
@import url("basic.css");
@import url("products.css");
@import url("professional.css");
@import url("downloads.css");
@import url("service.css");
@import url("aboutus.css");
/*------------------------------------------------------------

* Filename: print.css
* Version: 1.0.0 (2008-03-24) 
* Website: http://www.ricoh.com.tw/
* Author: Medialand digi-tech. Inc. 米蘭數位科技 
* Contact: service@mail.medialand.com.tw
* Description: print style

-------------------------------------------------------------*/

body {
	background: white !important;
	color: #555454;	
	font-family: Georgia,sans-serif;

}
/* layout close */
#header, #sidebar {
	display: none !important;
}

#main-wrapper, #sub-wrapper {
	background: white !important;
	border: none !important;
	width: auto !important;
}
#main-article {
	float: none !important;
}
/* element close ----------------------------*/
h1, h2, h3, h4, h5 {
	text-indent: 0;
	margin: 0;
	padding: 0
}
embed, object {
	display: none !important;
}
#footer {
	width: auto;
}
address {
	position: inherit;
	left: 0;
	border-top: 1px dashed #D8D8D8;
}
ul {
	list-style: disc;
}
li {
	padding-left: 0px;
	margin-left: 15px;
}
.pagebar {
	display: none !important;
}


/* style adjust ----------------------------*/

/* =PRODUCTS */

h4 {
	border-top: 7px solid #B10017;	
	text-align: center;
	padding: 5px 0;
	font-size: 24px;
	line-height: 24px;
	vertical-align: baseline;
}
.pruduct-series {
	border-bottom: 1px dashed #D8D8D8;
	padding-bottom: 10px;
}
li.more-btn {
	list-style: none !important;
}