/* FONTS (some special font options may be contained within other CSS files)*/

body {
font: 13px Arial, Verdana, sans-serif;
}

h1{
	font-size:15px;
	padding-left: 10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:5px;
	margin: 0px;
	color:red;
	font-weight:100;
	text-align: justify;
}

h2{
	font-size:15px;
	padding-left: 10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:0px;
	margin: 0px;
	color:red;
	font-weight:100;
	text-align: justify;
}

p {
	font-size:15px;
	padding-left: 10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:0px;
	margin: 0px;
	color:#595858;
	text-align: left;
}

/* LINKS */

a:link {
	color: red;
	background: transparent;
	text-decoration:none;
	text-align: justify;
	}

a:visited, a:active {
	color:red;
	background: transparent;
	text-decoration:none;
	}

a:hover {
	color:red;
	background: transparent;
	text-decoration:underline;
	}

.hotlist, .hotlink {
clear: both;
text-align: left;
position:relative;
margin:2px 0px 1px 24px;
padding-bottom:5px;
}

.hotlist img, .hotlink img {
position:absolute;
padding: 0;
left: -24px;
bottom: 1px;
}	

.hotlist h1, .hotlink h1 {
clear: right;
text-align: left;
position:relative;
margin:0px;
padding:0px;
}

.price {
font-size: 110%;
font-weight: bold;
font-style: normal;
}

.price_old {
text-decoration: line-through;
}

.price_special {
color: red;
text-decoration: blink;
font-style: normal;
}

.price_amount{
color: red;
font-style: normal;
}