/* CSS Document */
#content #block{
	width:700px;
	padding:19px;
	border:1px solid #cccccc;
	margin-bottom: 10px;
}
.thumb{
	width: 170px;
	height: 170px;
	float: left;
	margin:1px;
	border: 1px solid silver;
}
.thumb img.prev{
	border:none;
	padding: 10px;
}
.thumb p{
	margin-left: 9px;
}
#pages{
 width: 700px;
 text-align: center;
}
.prices{
	border: 1px solid silver;
}
.prices tr{
	border: 1px solid silver;
}
.prices th{
	padding: 3px;
	background-color: #e0e0e0;
}
.prices td{
	padding: 3px;
	background-color: #F0F0F0;
}
.prices .icon{
	text-align: center;
}
.prices .icon img{
	border:none;
}
.menubox{
	width: 690px;
	background-color: #fafafa;
	padding: 3px;
	border: 1px solid silver;
	margin: 1px;
}
.menubox form{
	display: inline;
}
.menubox form input{
	border: 1px solid black;
}
.menubox a{
	color: black;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.menubox a:hover{
	background-color: #e1e1e1;
}
.menubox table a{
	text-decoration: underline;
	font-weight: normal;

}
.menubox table th{
	background-color: #666666;
	color: white;
}
.menubox table td{
	border: 1px solid #e1e1e1;
}
.menubox table a.check{
	background-color:#aad5ff;
}
.menubox table a:hover.check{
	background-color:white;
}