body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	margin: 0;
	padding: 1cm 2cm 1cm 3cm;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}

#container,
#wrapper,
#content {
	margin: 0;
	padding: 0;
}

#masthead {
	font-size: 8pt;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0.5cm 0;
	border-bottom: 1px solid #000;
	margin: 0;	
}

#listname {
	font-size: 18pt;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	padding: 0.5cm 0;
	border-bottom: 2px double #000;
	margin: 0 0 0.5cm 0;
}

#introtext {
	margin-bottom: 2cm;
}

#listlink {
	display: none;
}

#intro_image,
#honeymoon_image,
#checkout_image,
#guest_access {
	display: none;
}

h2 {
	font-size: 12pt;
	text-align: left;
	font-weight: normal;
	padding: 0.1cm 0;
	border-bottom: 1px dotted #000;
	margin: 1cm 0 0 0;
	text-transform: uppercase;
}

#container #wrapper #content div.items div.taken,
#container #wrapper #content div.items div.available {
	display: block;
	clear: both;
	float: none;
	margin: 0.5cm 0 0 0;
	padding: 0;
	width: 100%;
	position: relative;
	min-height: 60px;
	border: 1px solid #fff;
	page-break-inside: avoid;
}

div.items h3 {
	page-break-after: avoid;
}

* html div.taken,
* html div.available {
	height: 60px;
}

h3 {
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
	float: left;
	width: 60%;
	padding: 0;
	margin: 0;
}

div.taken h3 {
	text-decoration: line-through;
}

div.costs {
	float: right;
	width: 35%;
	text-align: right;
	margin: 0;
	padding: 0;
}

div.costs p {
	float: right;
	width: 40%;
	margin: 0;
	padding: 0 0 0 4%;
}

p.primary_currency {
	font-weight: bold;
}

div.description {
	clear: both;
	margin: 0;
	padding: 0.1cm 0 0 0;
	font-style: italic;
}

div.description p {
	margin: 0.1cm 0 0 0;
}

div.description img,
img.itemimg {
	position: absolute;
	top: 0;
	left: -70px;
	width: 60px;
	height: 60px;
}

p.buylink {
	display: none;
}

#suggestion {
	display: none;
}

#checkout_bar {
	display: none;
}

#footer {
	position: static;
	width: 100%;
	clear: both;
	font-size: 8pt;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	padding: 0.2cm 0;
	border-top: 1px solid #000;
	margin: 1cm 0 0 0;
}

#footer_utilities {
	display: none;
}