/**
 * Stylesheet for the RandomLinks module for the SilverStripe CMS 
 * Jim Pye
 * PyeNet Universal 20080523
 * http://www.pyenet.co.nz
 */

#RandomLinksList {
	background:#f0f0f0;
	float: left;
	border: 1px dotted #ccc;
	padding: 5px;
	width: 90%
}

#RandomLinksList li {
	margin: 0;
	list-style-type: none;
}

#RandomLinksList li.randomlinksTitle {
	font-size:1.3em;
	font-weight:bold;
	color:#0083C8;
	text-decoration:none;
	background:#ffffff;
	padding-left:25px;
	margin-bottom:5px;
}

.randomlinksImage {
	width:180px;
	height:60px;
}

