﻿*{
	margin: 0;
	padding: 0;
}
a{
	color: #258fb8;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#tabs{
	position: relative;
	z-index: 1;
}
#tabs li{
	background: #ddd;
	border: 1px solid #ccc;
	border-bottom: none;
	display: inline-block;
	margin-right: 5px;
	padding: 5px 10px;
	color: #999;
	cursor: pointer;
    float:left;
}
#tabs li:hover{
	color: #666;
}
#tabs li.enable{
	border-bottom: 1px solid #ddd;
	margin-bottom: -1px;
	color: #333;
}
#container{
	background: #ddd;
	border: 1px solid #ccc;
	box-shadow: 0 0 16px #ccc;
	width: 920px;
	position: relative;
	overflow: hidden;
}
#contents{
	position: absolute;
	left: 0;
	width: 3680px; /* 內容寬度 * 頁籤數 */
}
#contents > div{
	padding: 10px 15px;
	text-align: justify;
	float: left;
	width: 890px; /* 內容寬度 - 左右padding */
}

#contents ol, #contents ul
{
    padding-left: 30px;
}

footer{
	margin-top: 15px;
	font-size: 12px;
	color: #999;
	text-align: right;
}
footer .back{
	background: #258fb8;
	border-radius: 15px;
	color: #fff;
	float: left;
	font-weight: bold;
	padding: 5px 15px;
}
footer .back:hover{
	background: #2AA5D5;
	text-decoration: none;
}


/**********************************************************************/
.line_red{border:1px solid #ccc; margin-top:5px; background-color:#fff; padding: 8px;}

.itemImage
{
    float: left; 
    margin: 8px;
    width: 138px;
}

.itemTitle 
{
    font-weight: bold;
    font-size: 12pt;
    color:Navy;
}

.itemInfo
{
    color:Olive;
}

.itemText
{
}
