a.title:link {
	color: #000044;
	text-align: left;
	text-decoration: none;
}

a.title:hover, a:active {
	color: #0000FF;}

a.domain:link{
	color: #008000;
	text-align: left;
	text-decoration: none;
	font-size:14px;
}

a.domain:hover, a:active {
        color: #00aa00;}


.relatedLinks {


}

#checkoutbutton {
	background-color: #cccccc;
	border-radius:4px;
	border: 1px solid #cccccc;
	padding: 6px 5px 5px 5px;
	font-weight:bold;
	width:100px;
	color:#777777;
}
#checkoutbutton:hover {
	border: 1px solid #444444;
	color: #444444;
}
.widget {
    width:100%;
    clear:both;
}