body, td
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

a
{
	color: #666666;
}
h1
{
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
h2
{
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3
{
	font-size: 22px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 0px;
}

.price
{
	font-size: 18px;
	color: #C62B27;
	font-weight: bold;
}

.line
{
	background-color: #cccccc;
}

.button
{
	border:solid 1px #666666;
	font-size: 10px; 
	color: #666666; 
	font-weight: bold; 
	background-color:#D4D4D4;
}

.dialog {
	padding-top: 10px; 
	display:none;
	position:absolute;
	/*width:1px;*/
	/*height:1px;*/
	background:white;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
}
.dialog td { white-space: no-wrap; padding: 0px 10px 10px 10px; }
.menu {
	font: 11px Arial;
	font-size: 11px;
	color: #60584B;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
	}
.titel {
	font: 11px Arial;
	font-size: 11px;
	color: #E0DDDC;
	}	
.checkout
{
	border:solid 1px #C00000;
	font: 11px Arial;
	font-size: 11px;
	color: #60584B;
	text-decoration: none;
}
#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 100px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 100px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 100px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 400px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 400px;
}