div.commonLink a {
	font-weight: bold;
	text-decoration: none;
}

div.commonLink a:hover {
	text-decoration: underline;
}


div.commonLink dl {
	margin: 0 0 20px 0;
}

div.commonLink dl dt {
	background: url(../../images/attachments-arrow.gif) 20px center no-repeat;
	margin-bottom: 5px;
	padding-left: 40px;
}


div.commonLink dl dt a {
	font-size: 16px;
}

div.commonLink dl dt a.btn {
	float: right;
	font-size: 12px;
	color: #fff;
}

div.commonLink dl dd {
	font-size: 11px;
	color: #656565;
	margin-bottom: 20px;
	border-bottom: 1px solid #cecece;
	padding: 0 0 2px 40px;
	line-height: 18px;
}


div.commonLink span.linkDescription {
	color: #000;
	line-height: 16px;
	font-weight:bold;
	font-size: 11px;
}

div.commonLink dl dd span.top {
	display: block;
	padding: 2px 10px;
	text-align: right;
	line-height: 11px;
}

div.commonLink dl dd span.top a {
	color: #656565;
	background: url(../../images/attachments-gotop.gif) right center no-repeat;
	padding-right: 14px;
}


