@charset "utf-8";

#mod_sidebar{
	width: 400px;
	float: right;
}

#mod_content_container{
	margin-right: 430px;
}

#wall{
	height: 282px;
	padding: 90px 0 78px 0;
	overflow: hidden;
	position: relative;
}

.wall{
	width: 900px;
	position: absolute;
	left: 100%;
}

#wall_buttons{
	position: absolute;
	width: 900px;
	margin: 0 0 0 -450px;
	top: 400px;
	left: 50%;
	text-align: right;
}

.wall_button {
	display: inline-block;
	padding: 3px 5px;
	background-color: #666;
	color: #FFF;
	cursor: pointer;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 10px;
}

.active_wall {
	color: #FFF;
	border: 1px solid #900;
	background-color: #F00;
}

.brick{
	position: relative;
	height: 121px;
	width: 155px;
	
	margin: 20px 0 0 20px;
	
	float: left;
	
	display: none;
	
	background: none center center no-repeat transparent;
}

.brick .brick_image{
	background: none center center no-repeat transparent;
	
	position: absolute;
	top: 0;
	left: 0;
	
	z-index: 10;
}

.brick .brick_name{
	background-color: #000;
	border: 1px solid #999;
	
	color: #CCC;
	
	padding: 10px 5px 5px 5px;
	display: none;
	
	width: 105px;
	
	position: absolute;
	top: 0;
	left: 0;
	
	z-index: 2000;
}

.brick .brick_name .tooltip{
	background: transparent top center url(/assets/image/tooltip.gif) no-repeat;
	
	margin: -15px 5px 5px 0;
	
	width: 10px;
	height: 5px;
	
	font-size: 0px;
	line-height: 0px;
	
	z-index: 2001;
}

.brick .brick_image a, .brick .brick_image a:hover{
	text-decoration: none;
}

.brick .brick_image a span{
	height: 119px;
	width: 153px;
	
	border: 1px solid #CCC;
	
	display: block;
	cursor: pointer;
}