/*------------------------------------------------------------

* Filename: layout.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: basic elements

== STRUCTURE: ==============================
* Page width: 990 px
* Number of columns: 2 or 1
============================================

-------------------------------------------------------------*/

/* CONTAINER */
#main-wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 990px;
	background: #343B4D url(../images/bg/main_wrapper_bg.jpg) no-repeat left top;
	position: relative;
	z-index: 100;
}
#sub-wrapper {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 910px;
	background: #191919;
	border: 1px solid #979797;
}

/* HEADER */
#header {
	width: 990px;
	height: 270px;
	position: relative;
}

/* CONTENT */
#content{
	padding: 0 20px 20px;
	min-height: 550px;
}

/* FOOTER */
#footer {
	clear: both;
	height: 50px;
	margin: 20px 0 0 0;
	position: relative;
	background: Black;
}





/* LEFT COLUMN: big one */
#main-article {
	width: 585px;
	background: White;
	float: left;
	padding: 0 25px !important ;
	margin: 20px 0 0 0;	
	position: relative;
	*padding: 0 24px;	
	min-height: 550px;	
	height: auto !important ;
	*height: 550px;
}
/* IE 6 bug */
body.page-externals #main-article, body.page-sample #main-article {
	*padding: 0 21px 0 24px ;
}
body.page-specifications #main-article {
	*padding: 0 21px 0 24px ;
}
/* RIGHT COLUMN */
#sidebar {
	width: 215px;
	float: right;
	margin: 20px 0 0 0;
}


/* LAYOUT: one-col */
body.one-col #content {
	padding: 0 0 20px 0;
}
body.one-col #main-article {
	padding: 0 !important ;
	margin: 0;	
	width: 870px;
	background: none;
	float: none;
	position: relative;	
}

/* sidebar: block */
.block {
	margin: 0 0 10px 0;
}
.tools {
	background: White;
}
.tools p {
	width: 195px;
	padding: 0 10px;
	background: url(../images/dec/dec_dot_hline.gif) repeat-x left bottom;
	height: 32px;
	line-height: 32px;
}
.tools h3 {
	background: url(../images/title/title_sidebar_tools.gif) no-repeat left top;
}
.tools label {
	float: left;
	width: 90px;
}
.tools select {
	*margin-top: 0 !important ;
	*margin-top: 6px;
}
.tools-btn-update, .tools-btn-display {
	text-align: center;
	position: relative;
}
.tools-btn-update a span {
	position: absolute;
	top: 3px;
	left: 22px;
	display: block;
	width: 171px;
	height: 25px;
	background: url(../images/button/update_btn.gif) no-repeat left top;	
	cursor: pointer;
}
.tools-btn-display a span {
	position: absolute;
	top: 3px;
	left: 22px;
	display: block;
	width: 171px;
	height: 25px;
	background: url(../images/button/salesplace_btn.gif) no-repeat left top;	
	cursor: pointer;
}
.tools-btn-update a:hover span, .tools-btn-display a:hover span {
	background-position: left -25px;
}

.special-event h3 {
	background: url(../images/title/title_sidebar_specialevent.gif) no-repeat left top;
}
.expert {
	background: White;
}
.expert h3 {
	background: url(../images/title/title_sidebar_expert.gif) no-repeat left top;
	margin-bottom: 5px;
}

.expert-list {
	width: 195px;
	height: 68px;
	padding: 5px 0 5px 0;
	margin: 0 10px;
	background: url(../images/dec/dec_dot_hline_03_blue.gif) repeat-x left bottom;
}
.expert-pic {
	float: left;
	width: 65px;
	height: 65px;
	margin-right: 10px !important;
	*margin-right: 5px;
	border-bottom: none !important ;
	*border-bottom: 1px solid #999999;
}
.expert-pic img {
	border: 1px solid #999999;
	padding-bottom: 0px;
/*	margin-top: 0px !important ;
	*margin-top: -1px;*/
}
.expert-nickname {
	background: url(../images/bg/nickname_bg.gif) no-repeat left top;
	width: 100px !important ;
	height: 27px;
	padding: 6px 10px 9px 10px;
	line-height: 16px;
	margin: 0px !important ;
	*margin: 2px 0 0 75px !important ;
	*margin: 2px 0 0 0px;		
}
.expert-from {
	height: 12px;
	line-height: 16px;
	margin: 8px 0 0 0 !important ;
	*margin: 3px 0 0 75px !important ;	
	*margin: 7px 0 0 0;	
}
.expert-from span {
	background: url(../images/title/title_pro_from.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 53px;
	height: 12px;
	margin: 0 7px 0 10px !important ;
	*margin: 0 5px 0 5px;
}
.expert .last {
	background: none;
	padding-bottom: 10px;
}
/* expert popinfo */
a.expert-info {
	position:relative;
	z-index:20;
	text-decoration:none;
	cursor: default;
	
	}
a.expert-info:hover {z-index:25;background:none;text-decoration:none;}
a.expert-info span {display: none}
a.expert-info:hover span {
	padding: 3px 8px 3px 8px;
	display:block;
	position:absolute;
	top:47px !important ;
	left:-1px !important ;
	width:180px;
	background-color:#F6F6F6;
	color:#555555;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #dddddd;
	*top: 72px !important ;
	*left: -1px;

}