.resources-item {
	position: relative;
	width: 100%;
	height: 100px;
	background: url(../img/usefulwebsites/dots.gif) repeat-x bottom;
}

.resources-item .image {
	position: absolute;
	width: 100px;
	height: 80px;
	padding: 4px;
	top: 5px;
	background: url(../img/usefulwebsites/imgBG.gif) no-repeat;
}

.resources-item .text {
	position: absolute;
	width: 430px;
	top: 10px;
	left: 120px;
}

.resources-item .text p.title { font-size: 12px; color: #2F3070; font-weight: bold; }
.resources-item .text p.link { font-size: 11px; color: #45709B; font-weight: bold; }
