@charset "utf-8";
/*-----------主框架設定-----------------*/
#mainBody #colLeft {
	float: left;
	width: 640px;
	margin-right: 30px;
}
#mainBody #colRight {
	float: right;
	width: 280px;
}
#colLeft #gradeBox {
	float: left;
	margin-left:5px;
}
/*-----------作區展示部份設定-----------------*/
#mainBody #gradeBox .textBox {
	font-size: 11px;
	color: #666666;
	margin-left: 3px;
	margin-top: 2px;
}
#mainBody #playerBox {
	margin-bottom: 10px;
	clear: both;
}
#mainBody .description {
	margin-bottom: 50px;
}
/*-------會員標頭資料-------------------*/
#memberIntro .photoBox {
	background-color: #E1E1E1;
	width: 60px;
	float: left;
	height: 55px;
}
#memberIntro .title {
	margin-left: 70px;
	padding-top: 5px;
}
#memberIntro .intro {
	margin-left: 70px;
	font-size: 12px;
	margin-bottom: 0px;
}
/*---------操作panel外框-----------------*/
#panelBox {
	background-color: #E1E1E1;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
}
/*--------panel內的選項標頭------------------*/
#panelBox .labelBar {
	width: 265px;
	background-color: #939393;
}

.labelBar .item1 {
	font-size:0px;
	height: 13px;
	width: 13px;
	background-image: url(../../images/v2/item01_1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-top: 2px;
	margin-right: 6px;
}
.labelBar .item2 {
	height: 13px;
	width: 13px;
	background-image: url(../../images/v2/item01_2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-top: 2px;
	margin-right: 6px;
}
.labelBar .title {
	font-weight: bold;
	color: #FFFFFF;
}
.labelBar .bottom {
	font-size:0px;
	height: 4px;
	width: 100%;
	clear: both;
}
/*--------panel內的label內容------------------*/
#workListBox .contentScroll, #relatedListBox .contentScroll {
	height: 180px;
	width: 243px;
	background-color: #ffffff;
}
/*--------panel內的quote引用區塊設定------------------*/
#quoteListBox .contentScroll {
	height: 150px;
	width: 243px;
	background-color: #ffffff;
}
/*--------標籤雲區塊設定------------------*/
#tagCloudBox {
	margin-bottom: 15px;
}
#tagCloudBox .tagCloud {
	line-height: 1.4;
}
/*===================討論區塊設定=================================*
/*--------討論區塊設定------------------*/
#commentBox .function{
	height: 35px;
}
#commentBox .function .btn{
	float: left;
}
#commentBox .function .intro{
	font-size: 12px;
	color: #666666;
	float: right;
	margin-top: 10px;
}
.commentListBox{
	background-color: #efefef;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
}
.commentListBox .commentCell{
	margin-bottom: 10px;
}
.commentListBox .colLeft{
	width: 60px;
	float: left;
	margin-left: 10px;
}
.commentListBox .colLeft .photoBox{
	width:40px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.commentListBox .colLeft div{
	float: left;
	width: 30px;
}
.commentListBox .colRight{
	margin-left: 90px; 
}
.commentListBox .colRight .title{
	margin-bottom: 5px;
}
.commentListBox .colRight .commentText{
	margin-bottom: 8px;
}

.middle2
{
	padding: 1px;
}

.box
{
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	display: none;
	border: 1px solid #ccc;
}