@charset "utf-8";
/* styles for the 'bookmarks' module */

#bookmarksContainer {
	width:743px;
	float:left;
	margin-top:8px;
	padding-left:212px;
	font-size:75%;
}

#bookmarks {
	width:524px;
	float:left;
	padding:10px 18px 10px 18px;
	background-color:#d1eff7;
	text-align:left;
}

#bookmarks a {
	display:inline;
	padding:0 6px 0 6px;
	color:#333;
	text-decoration:underline;
}
