/* Start of CMSMS style sheet 'Module: Bookmarks' */
/* BOOKMARKS MODULE STYLES */

.cms-module-bookmarks-header {
   color: #445; 
   font-weight: bold; 
   font-size: 1.1em;
   line-height: 1.8em;
   margin: 0 0 0.2em 0;
   text-transform: uppercase !important;
}

.cms-module-bookmarks-list {
	list-style: none !important;
	margin: 0px;
	padding: 3px;
}

.bookmark-link {
	color: #777;
	background-color: #fff;
	background-image: url(images/external.gif);
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	text-decoration: underline;
}

.bookmark-link a:visited {
	color: #aaa;
	text-decoration: none;
}

.bookmark-link a:hover {
	color: #c00;
	text-decoration: none;
}

cms-module-bookmarks-summary {
	padding: 2px 5px 5px 0px !important;
	margin: 0px 0px 0px -10px !important;	
}

/* End of 'Module: Bookmarks' */

