@charset "utf-8";
/* 基本設定 */
body {
	margin: 0px;
	padding: 0px;
	font-family: Courier New;
	font-size:12px;

}

a {
	text-decoration: none;
	border: none;
}
a:link {
	text-decoration: none;
	color: #221e1f;
}
a:visited {
	text-decoration: none;
	color: #4d4d4d;
}
a:hover {
	text-decoration: none;
	color: #808080;
}

form {
	margin: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

img {
	border: none;
}
/*display: block; 加在裡面"遇到圖片後強制斷行*/


/*  共用 */
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.my_new_class {
	color: f76f55;
}
a.my_new_class {
	text-decoration:none;
	color: #221e1f;
}
a.my_new_class:hover {text-decoration:none;color:#808080;}


/* 右上角的快速連結 */
#hotlink {
	width: 420px;
	font-size: 12px;
	line-height: 18px;
	color: #221e1f;
}
#hotlink ul {
	border-bottom: 0px solid #221e1f;
	border-left: 0px solid #221e1f;
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	height: 60px;
}
#hotlink li {
	float: left;
	width: 65px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/index_border01.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#hotlink a {
	display: block;
	width: 100%;
	height: 100%;
	color: #4d4d4d;
	text-decoration: none;
	text-align: center;
}
#hotlink a:hover {
	color: #ffffff;
	background-color: #808080;
}

#hotlink_buy a {
	display: block;
	width: 78px;
	color: #4D4D4D;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/0buy.gif);
	background-repeat: no-repeat;
	background-position: 50px 1px;
}
#hotlink_buy a:hover {
	background-color: #808080;
	background-image: url(../images/0buy_mo.gif);
}

/* 主要目錄選項 */
#bannerlink {
	border: solid solid none solid;
	border-color: #fff;
	border-width: 1px 1px 0px 1px;
	background-repeat: repeat-x;
	height:28px;
}
#bannerlink ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#bannerlink li {
	float: left;
	width: 134px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	line-height:28px;
	border-right: solid 1px #221e1f;
}
#bannerlink a {
	display: block;
	width: 100%;
	height: 100%;
	color: #4d4d4d;
	text-decoration: none;
	text-align: center;
}
#bannerlink a:hover{
	font-size: 12px;
	color: #808080;
}

/* 訂閱電子報 */
.newsletters_input {
	width: 120px;
	height: 15px;
	color: #999999;
	font-size: 10px;
}

/* 底部選項 */
.copyright {
	width: 810px;
	height: 90px;
	position: relative;
	border-top:solid 1px #221e1f;
	margin-top: 3px;
	padding-top: 5px;
}
.copyright a {
	color: #4d4d4d;
	text-decoration: none;
}
.copyright a:hover{
	color: #808080;
}

.delete{ font-size:10pt; text-decoration:line-through; color:#666666;}

/*===== Loader_preview  Style 圖片載入 =====*/
.border_preview{ z-index: 100; position: absolute; background: #fff;}
#loader_container { text-align: center; position: absolute; top: 40%; width: 100%;}
#loader_preview { font-family: Tahoma, Helvetica, sans; font-size: 12px; color: #000000; background-color: #FFFFFF; margin: 0 auto; display: block; width: 135px; text-align: left; z-index: 255; filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.65); opacity: 0.65;}
.preview_temp_load { vertical-align: middle; text-align: center;}
.preview_temp_load img{ vertical-align: middle;  text-align:center; margin: 0px;}
#preview_div { display: none; position: absolute; z-index: 110; left: -500px; top: 48px; border: 1px solid #221e1f; padding: 10px; width:300px; height:300px;}
