.item {
	border: 1px solid #5e5f61;
	margin-bottom: 0.5em;
	padding: 0.5em;
	overflow: auto;
	background: #FFF;
}

.item a {
	font-size: 87%;
}

.item table {
	border: 0 none;
	vertical-align: top;
	font-size: 90%;
}

.item td {
	vertical-align: top;	
}

.item a {
	color: #000;	
}

.item a:hover {
	text-decoration: none;
}

.item-top-details .ref {
	float: right;	
}

.item-image {
	float: left;
}

.item-top-details {
	color: #C00;
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 0.5em;	
}

.item-details {
	float: left;
	width: 340px;
	margin-left: 10px;
}

.item-details-fields {
	background: #eee;
	padding: 0.5em;
	line-height: 1.2em;
}

.item-details-fields .label {
	width: 90%;
}

.item-details-fields .value {
}

.item-details-fields ul {
	float: left;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0.5em;
}

.item-longdescription {
	padding-top: 1em;
	padding-bottom: 1em;	
}

#item-left {
	width: 68%;
	float: left;
}

#item-right {
	width: 25%;
	float: right;
	border: 1px solid #000;
	padding: 0.5em;
	margin-top: 4em;
	font-size: 87%;
}

#item-right h2 {
	margin-top: 0;
	font-size: 1.2em;
}

#item-right ul {
	padding-left: 1.6em;
	margin-left: 0;
}

#item-right li {
	padding-left: 0;
	margin-left: 0;
}

#item-image {
	padding: 1px;
	border: 1px solid #000;
	text-align: center;
	margin-bottom: 1em;
	line-height: 0.1em;
	text-align: center;
}

#sort_order_form {
	padding-bottom: 1em;
}

#sort_order_form input, #search input {
	width: auto;	
}

#search input#text {
	width: 180px;	
}

#item-image-thumbs-list {
	text-align: center;
}

#item-image-thumbs-list img {
	border: 1px solid #DDD;
	padding: 3px;
}

#item-image-thumbs-list a:hover img {
	border: 1px solid #F5821F;
}

a.button {
	color: #060;
	border: 1px solid #0C0;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background: #CFC;
}

a.button:hover {
	background: #3F3;
	text-decoration: none;
}

#enquiryform input {
	width: auto;
}

#enquiryform textarea {
	width: auto;
}