
.bookmarksColumn
{
	float : right;
	width : 220px;
	padding-left : 8px;
	padding-bottom : 8px;
	border-left : 1px solid #DEDFDE;
	margin-left : 10px;
}

.bookmarksColumn p
{
	margin : 0px;
	text-align : left;
}

.bookmarksColumn hr
{
	margin-top : 8px;
	margin-bottom : 8px;
	border : 0px;
	color : #DEDFDE;
	background-color: #DEDFDE;
	height : 1px;
	clear : both;
}

.bookmarksColumn a
{
	display : block;
	margin : 6px 0px 6px 0px;
	font-weight : bold;
	font-size : 16px;
	text-decoration : none;
	color : #0022C4;
}
.bookmarksColumn a:visited
{
	color : #52188C;
}
.bookmarksColumn a:hover
{
	text-decoration : underline;
}

.bookmarksColumn img
{
	float : right;
	margin-left : 4px;
	margin-bottom : 4px;
}


