#contentright {
    position: relative;
	display: inline;
	float: left;
	width: 200px;
	background: #e6e5e3;
	text-align: center;
}

.rightblocks {
    position: relative;
	margin-top: 0px;
	width: 179px;
	height: 128px;
	margin-bottom: 8px;
	*margin-bottom: 6.5px;
}

#souls {
    background-image: url(../images/rightcolimages/soulswon.jpg);
	background-repeat: no-repeat;
	width: 179px;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	cursor: pointer;
}

#soultext {
    position: relative;
	top: 17px;
	width: 173px;
	text-align: right;
	color: #ffffff;
}

.soullabel {
    position: relative;
	font-size: 12px;
	margin-bottom: 0px;
}

.soulcounter {
    position: relative;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}


#searchform {
    position: relative;
	margin-top: 0px;
	margin-left: 11px;
	*margin-left: 0px;
	width: 179px;
	height: 41px;
	padding-top: 10px;
	background-image: url(../images/searchfield_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	overflow-x: hidden;
}

#searchfield {
    position: relative;
	display: inline;
	float: left;
	margin-left: 2px;
	*margin-left: 0px;
	width: 148px;
	*width: 145px;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
	background: transparent;
	border: none;
}

#searchbutton {
    position: relative;
	display: inline;
	float: left;
	margin-left: 0px;
	width: 26px;
	height: 23px;
	border: none;
    filter: alpha(opacity=00);
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
    cursor: pointer;	
}

#rightcolbottomlinks {
    position: relative;
	margin-top: 0px;
	*margin-top: -16px;
	margin-left: 11px;
	margin-bottom: 12px;
	width: 200px;
	text-align: left;
	font-size: 10px;
}

.rtbtomlink {
    position: relative;
	width: 179px;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #333333;
}

a.rbt {
    color: #000000;
	text-decoration: none;
}

a.rbt:hover {
    color: #ff0000;
}

a.raquo {
    color: #ff0000;
	font-size: 16px;
	text-decoration: none;
}

a.raquo:hover {
    text-decoration: underline;
}

