a.linkbox {
	background-color: rgb(10,10,10);
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 500px;
	padding: 5px;
}

a.linkbox:hover {
	background-color:rgb(22,23,25);
}

a.imagelinkbox {
	background-color: rgb(10,10,10);
	width: 500px;
	height: 128px;
        padding: 12px;
}

a.buy {
	background-color: rgb(0,0,0);
	color: rgb(220,230,250);
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	margin: 5px;
	padding: 5px 10px 5px 10px;
	border: 3px solid rgb(20,20,20);
        cursor:pointer;
}

a.buy:hover {
	background-color: rgb(10,10,10);
	border: 3px solid rgb(40,40,40);
}

a.buy:active {
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}

a.blank{
	text-decoration: none;
}

.title {
	background-color: rgb(0,0,0);
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	border: 1px solid rgb(20,20,20);
}

.productid {
	color: rgb(120,130,150);
	font-size: 12px;
}

.productprice {
	float: right;
	color: rgb(128,128,0);
}

.oldprice {
        color: rgb(128,0,0);
        margin-right: 0.25em;
        text-decoration: line-through;
}

.newprice{
        color: rgb(0,128,0);
}

.caption {
	font-size: 18px;
	margin: 15px 0px 0px 0px;
	border-bottom: 1px solid rgb(20,20,20);
}

.textbox {
	background-color: rgb(0,0,0);
	margin: 5px 0px 0px 0px;
	padding: 5px;
	border: 1px solid rgb(20,20,20);
}

.textboxcaption {
	margin: 5px;
	border-bottom: 1px solid rgb(20,20,20);
}

.textboxcontent{
	color: rgb(120,130,150);
	text-align: justify;
	margin: 5px 10px 10px 10px;
}

.textboximage{
	float: right;
	color: rgb(220,230,250);
	margin: 10px;
}

.newsbox {
	background-color: rgb(0,0,0);
	color: rgb(220,230,250);
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	border: 1px solid rgb(20,20,20);
}

.newsbox:hover {
	color: rgb(20,20,20);
	background-color: rgb(221,222,225);
}

.warningbox{
	background-color: rgb(200,0,0);
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	border: 1px solid rgb(200,200,200);
}

.buybutton{
        text-align: center;
        margin-top: 1em;
        margin-bottom: 1em;
}