@charset "utf-8";
/* CSS Document */
*{
	font-size:13px;
}
body{
	margin:0px;
}

a:link {
	font-size: 13px;
	text-decoration: none;
	color:#333333;
}
a:visited{
	font-size: 13px;
	text-decoration: none;
	color: #666666;
}
a:active{
	font-size: 13px;
	text-decoration: none;
	color: #ff0000;
}
a:hover{
	font-size: 13px;
	text-decoration: underline;
	color: #2C5AA5;
}

.mbody {
	width:1000px;
}
.left_side {
	float:left;
	width:265px;
	height:750px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
}
	.menu_box {
		padding-left:35px;
		padding-right:30px;
		padding-top:20px;
	}
	.menu_head {
		font-weight:bold;
		padding:7px;
		font-size:15px;
		background-color:#E5E5E5;
		text-align:center;
	}
	.usersonline {
		text-align:center;
	}
.right_side {
	float:left;
	width:735
}
	.content {
		padding-top:10px;
		
	}
	.info {
		font-size:13px;
		text-align:center;
		padding:5px;
		line-height:25px;
	}
	.line {
		background-color:#DFDFDF;
		height:8px;
		font-size:0px;
		margin-bottom:5px;
	}


/* 計數器 */
.counter {
	font-size:12px;
	padding:10px;
	text-align:center;
}

/* 作品分類 */
.category_table{
	width:120px;
	height:100px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	text-decoration: none;
	text-align: center;
}
.product_list{
	float:left;
	padding:10px;
	height:150px;
	overflow:hidden;
}
.list_link a{
	font-family:arial; 
	font-size:10pt;
	font-weight:bold;
	text-decoration: none;
	color:#666666;
}
.list_txt{
	font-family:arial; 
	font-size:7.5pt; 
	color:#666666;
}

.menu {/* 商品目錄 */
	background-image:url(products/images/bg.gif);
	background-repeat:repeat-x;
	line-height:25px;
	height:25px;
	text-indent:10px;
	text-align:left;
}
	.menu a{/* 商品目錄 */
		display:block;
	}
.sub-menu {/* 商品目錄 */
	background-image:url(products/images/bg.gif);
	background-repeat:repeat-x;
	line-height:25px;
	height:25px;
	text-indent:25px;
	text-align:left;
}
	.sub-menu a{/* 商品目錄 */
		display:block;
	}


/* 詳細內容 */
.good_left {
	width:200px;
	float:left;
	text-align:center;
}
.good_right {
	float:left;
	padding-left:10px;
}
.good_name {
	font-weight:bold;
}
.good_preview {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}
.good_txt {
	clear:both;
}
.good_content {
	padding-left:20px;
}

/* 留言板 */
.message_box{
	width:700px;
}
.message_fill {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
.message_header {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	background-color: #EEEEEE;
}
.message_content {
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align:left;
	padding: 5px;
}
.reply_header {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F6F6F6;
	padding: 5px;
}
.reply_content {
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align:left;
	padding: 5px;
}
.mark {color: #FF0000}
		
/* 分頁 */
.pager_links { 
	font-size:13px;
	text-align:center;
	clear:both;
}
.pager_links a{ 
	color:#333333; 
	padding:1px 4px 1px 4px; 
	margin:2px;
	font-size:13px;
}
.pager_links a:hover{
	text-decoration:none;
	color:#3399ff;
	background:#f2f2f2;
	border:1px solid #3399ff;
	padding:1px 4px 1px 4px;
	margin:2px;
	font-size:13px;
}
.current_page{
	font-weight: bold;
	padding:1px 4px 1px 4px;
	font-size:13px;
}

