/* CSS Document */
p.art {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
.art_name {
	color: #006633;
}
.art_auth {
	font-style:italic;
}
dl.art {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
dl.art dt {
	color: #006633;
}
#leftmenu p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
#leftmenu .menuhead {
	color:#333366;
	font-weight:bold;
}
img.cart {
	border: 0;
}

/* whats on */
.whatson h1, .whatson h2, .whatson p {
	font-family:Arial, Helvetica, sans-serif;
}
.whatson h1 {
	color:#CC6600;
	font-size: 95%;	
}
.whatson h2 {
	color:#CC6600;
	font-size: 90%;	
	font-weight: bold;	
}
.whatson p {
	font-size: 85%;	
}

.navline {
	font-size: 75%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #CC6600;
	border-bottom: 1px solid #CC6600;
	background-color: #fce3c6;
}

.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
}

.clearonly {
	clear: both;
	line-height: 0px;
	height: 0px;
	margin:0px;
	font-size:1px;
}