@CHARSET "UTF-8";
@IMPORT url("/css/risinggems.css");

#leftcolumn {
	width: 515px;
	overflow: hidden;
	margin-bottom: 80px;
}
#rightcolumn {
	width: 270px;
	line-height: 20px;
}
#rightcolumn .expand_content{
	width: 400px;
}

#toprightcolumn {
	width: 258px;
}
.img5px {
	padding-right: 5px;
	padding-bottom: 5px;
}
#manual-collections{
	margin-top: 5px;
}
.thumb{
	width: 60px;
	height: 60px;
	padding: 4px 5px 4px 0;
	
	opacity: 0.6;
	filter: alpha(opacity=60);
	
	display: inline-block;
}
.thumb:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
}