div.items
{
	border: solid 1px #AAA;
	border-top: none;
	padding: 1.8em;
	margin: 1em;
	margin-top: 0;
	padding-bottom: 0px;
}

div.item
{
	overflow: hidden;
	clear: both;
	font-size: 0.85em;
	background-image: url(../images/item-bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding-bottom: 0.8em;
	margin-bottom: 1.8em;
	border: 1px solid #777;
}

div.item div.itemheader
{
	background-color: #888;
	font-weight: bold;
	color: white;
	padding: 0.3em;
}

div.item a.btndetails
{
	font-size: 0.9em;
	white-space: nowrap;
	border: solid 1px #000;
	background-color: yellow;
	padding: 0.3em;
	text-decoration: none;
	float: right;
}

div.itemcontent
{
	padding: 0.5em;
	
}

div.itemcontent div.img
{
	float: left;
	margin-right: 1em;
	text-align: center;
	width: 137px;
}

div.itemcontent div.img img
{
	margin-left: auto;
	margin-right: auto;
}

div.pages 
{
	clear: both;
	margin: 1em;
	text-align: right;
}

div.detail
{
	margin: 1em;
}

div.detail div.img
{
	float: left;
	margin-right: 1em;
	background-color: #eee;
	text-align: center;
	font-size: 0.8em;
}

div.detail a.button
{
	border: none;
	color: white;
	background-color: #666;
	width: 45px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
}


div.detail a.button:hover
{
	background-color: #2c538f;
}

#prev
{
	float: left;
	border-right: solid 1px #888;
}

#next
{
	float: left;
	border-left: solid 1px #444;
}



div.detail h3
{
	margin: 0.2em;
	margin-left: 0px;
	font-size: 1em;
}

#imgnav td
{
	padding: 0px;
}

div.basic, div.extra
{
	clear: both;
}

div.extra, div.descr
{
	padding-top:0.7em;
	border-top: solid 1px #777;
}

table.datalist
{
	margin: 1em auto;
	width: 80%;
	font-size: 0.9em;
}

col.label
{
	text-align: right;
	padding-right: 0.5em;
	width: 15em;
}

td:first-child, td:first-child + td + td
{
	text-align: right;
	padding-right: 0.5em;
}