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

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

h1 {font: normal 1.1em sans-serif;}
h2 {font: normal 1.0em sans-serif;}
h3 {font: bold 0.8em sans-serif;}

h1,h2,h3 {padding-top: 6px; color: #555533; margin-bottom: 4px;}

p,code,ul {padding-bottom: 1.0em;}

li {list-style: none;}

.text2 {
	background: url(quote000.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* LINKS */

a:link {
	color: #004488;
	background: transparent;
	text-decoration:underline;
	text-align: justify;
	}

a {color: #048;}
a:hover {color: #06C;}

a:hover {
	color: #0066CC;
	background: transparent;
	text-decoration:none;
	}

h1 a, h2 a, h3 a {
text-decoration:none;
color: #555533;	
}

.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;
}