/* browser warning message */
div#browserwarning {
	display: none;
}
/***************************/

a {
	color: blue;
}

a:hover {
	text-decoration: none;
}

body {
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
	overflow: hidden;
	height: 100%;
}

div.category {
	height: 170px;
	border-bottom: solid 1px silver;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.category a {
	color: black;
	text-decoration: none;
}

div.category img {
	float: right;
	margin-left: 10px;
}

div.clear {
	clear: both;
}

div#content {
	position: absolute;
	left: 180px;
	width: 575px;
	bottom: 15px;
	top: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 3px;
}

div#footer {
	font-size: 11px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top: solid 1px silver;
	padding-left: 10px;
	color: gray;
}

div#footer a {
	color: gray;
	text-decoration: none;
}

div#map {
	width: 500px;
	height: 300px;
}

div#menu {
	position: absolute;
	width: 139px;
	top: 20px;
	left: 10px;
}

div#menu img {
	width: 139px;
	height: 73px;
	margin-bottom: 6px;
}

div.picture {
	width: 170px;
	height: 170px;
	text-align: center;
	float: left;
}

h1 {
	margin: 0px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 18px;
}

h2 {
	margin: 0px;
	margin-top: 20px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 15px;
}

html {
	overflow: hidden;
	height: 100%;
}

img.costumepicture {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

img.forsale {
	width: 25px;
	height: 25px;
}

img#logo {
	position: absolute;
	width: 226px;
	height: 191px;
	bottom: 10px;
	left: 764px;
}

img#url {
	position: absolute;
	width: 16px;
	height: 336px;
	top: 5px;
	left: 724px;
}

label {
	display: block;
	float: left;
	width: 85px;
	font-weight: bold;
	cursor: text;
}