/* ------------------------------
 *  Sites styles
 *  ----------------------------- */

#conSiteText {
	display: block;
	line-height: 15px;
}

	#conSiteText p {
		margin-bottom: 10px;
		text-indent: 15px;
	}

#conAttachments {
	display: block;
	margin: 10px 20px;
}

	#txtAttachments {
		font-size: 14px;
	}
	
	#conAttachments ul {
		list-style: none;
	}
	
		#conAttachments ul li {
			margin: 5px 0;
			padding-left: 36px;
			height: 32px;
			background-position: left;
			background-repeat: no-repeat;
			line-height: 32px;
		}
		
			#conAttachments ul li a {
				text-decoration: underline;
			}
			
				#conAttachments ul li a:hover {
					text-decoration: none;
				}
