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

#leftcolumn {
	margin-bottom: 80px;
	width: 540px;
	height: inherit !important;
}

#leftcolumn img{
	margin-right: 10px;
}

#bodymain {
	clear: both;
}
#rightcolumn {
	width: 245px;
	line-height: 20px;
}
.thumb{
	display: inline-block;
	width: 70px;
	height: 103px;
	margin: 0 9px 9px 0;
}
.thumb:hover{
	opacity: 0.6;
}
.thumb1 {
	margin-right: 24px;
	margin-bottom: 13px;
}

#toprightcolumn {
	width: 258px;
}
.underline {
	text-decoration: underline;
}
#arrow a {
	text-decoration: underline;
}

.page-list{
	text-align: center;
}

.page-list a{
	display: inline-block;
	padding: 5px;
	
	font-size: 10px;
}

/***** IE STYLES ******/
.thumb:hover{
	filter: alpha(opacity=60);
}
