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

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

a.domain:link, a:visited {
	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;
}

.button {
	width: 150px;
	padding: 10px;
	background-color: #FF8C00;
	box-shadow: -8px 8px 10px 3px rgba(0,0,0,0.2);
	font-weight:bold; text-decoration:none;
}
#cover {
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
	z-index:5;
	width:100%;
	height:100%;
	display:none;
}
#loginScreen {
	height:150px;
	width:300px;
	margin:0 auto;
	position:relative;
	z-index:10;
	display:none;
	background: url(login.png) no-repeat;
	border:5px solid #cccccc;
	border-radius:10px;
}
#loginScreen:target, #loginScreen:target + #cover {
	display:block;
	opacity:2;
}
.cancel {
	display:block;
	position:absolute;
	top:3px;
	right:2px;
	background:rgb(245,245,245);
	color:black;
	height:30px;
	width:35px;
	font-size:30px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
