@charset "UTF-8";

.CLEAR {
	clear:both;
}

.ProjectTitle {
	font-size: 10px;
	color: #999;
	margin: 0 15px 5px 0;
	border-bottom: 1px solid #CCC;
}



/* ####################
   PROJECT ICON
   #################### */
.ProjectIcon {
	display:block;
	width:50px;
	height:50px;
	border:1px solid #CCCCCC;
}
.ProjectIcon-DUB {
	display:block;
	width:50px;
	height:50px;
	border:1px solid #EEE;
}

/* ####################
   PROJECT SELECTION
   #################### */
.ProjectSelect {
	float: left;
	position: relative;
	margin-right: 15px;
	margin-bottom: 15px;
}
.ProjectSelect p {
	display: none;
	width: 200px;
	margin: 0;
	padding: 3px 0 0 0;
	position: absolute;
	left: 0;
	top: 50px;
	overflow: visible;
	font-size: 10px;
	color: #333333;
	text-align: left;
	
}
.ProjectSelect:hover p, p:hover {
	display: block;
}





#HomeTopBox {
	background-color: #FFF;
}
.AlbumCover {
	height: 149px;
	width: 151px;
	padding-left: 5px;
}
.FocusImage {
	margin-bottom: 0px;
}

/* ############# */
.white_line {
	padding-bottom: 5px;
	border-top: 1px solid #FFF;
}
.grey_line {
	padding-bottom: 5px;
	border-top: 1px solid #333;
}
/* ############# */



.RSS {
	float: right;
	display: block;
	padding-right: 10px;
}

.METH-Box {
	height: 200px;
	width: 160px;
	margin-left: 20px;
	float: left;
	display: block;
}
.METH-TextBox {
	margin-left: 180px;
}