/* CSS Document */

/* dedeelde Classes */
#content .thumbs {
	width: 940px;
	position: relative;
	text-align: left;
	float: left;
}
#content .thumbs img {
	border: 1px solid #e7e7e7;
	background-color: #f5f5f5;
	float: left;
	padding: 6px;
}
#content .thumbs a:hover img {
	border: 1px solid #afafaf;
}

#content .subheading h1 {
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	float: left;
	margin: 0px;
}

/* subheading */

#content .subheading a.showhide {
	background-image: url(../images/menu/order/hide_40x25px.png);
	display: block;
	width: 40px;
	height: 25px;
	float: right;
}

#content .subheading a.showhide:hover { background-image: url(../images/menu/order/hide_40x25px_o.png); }
#content .subheading a.showhide:active { background-image: url(../images/menu/order/hide_40x25px_a.png); }
#content .subheading a.showhide span { display: none; }

#content .hidden a.showhide {
	background-image: url(../images/menu/order/show_40x25px.png);
	display: block;
	width: 40px;
	height: 25px;
	float: right;
}

#content .hidden a.showhide:hover { background-image: url(../images/menu/order/show_40x25px_o.png); }
#content .hidden a.showhide:active { background-image: url(../images/menu/order/show_40x25px_a.png); }
