div.item {
	border: 1px solid #ad4b36;
	margin: 10px 0px 10px 0px;
	padding: 10px;
}

div.itemImg {
	width: 140px;
	float: left;
}

div.itemImg img {
	border: 1px solid #51282c;
}

div.itemDescription {
	float: left;
	font-size: 1.2em;
	color: #51282c;
	font-weight: bold;
}

div.itemDescription a {
	color: #51282c;
	text-decoration: none;
}

div.clear {
	clear: both;
}

div.message {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #51282c;
	font-weight: bold;
}

/* Tab menu markup */
div.tabMenu {
	width: 625px;
	height: 50px;
	padding: 0px;
}

div.tabMenu ul {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

li.menuItem {
	float: left;
	list-style-type: none;
	background: #AD4B36;
	border: 1px solid #51282c;
	margin-right: 5px;
}

li.menuItem a.itemOff {
	text-decoration: none;
	color: #d4effc;
	display: block;
	padding: 5px 10px 5px 10px;
}

li.menuItem a.itemOn {
	text-decoration: none;
	color: #d4effc;
	display: block;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}

table.filterTable {
	margin-top: 10px;
}

table.filterTable td.label {
	padding: 0px 20px 0px 10px;
	color: #51282c;
}

/* Item details markup */
div.itemDetail {
	width: 620px;
}

div.itemDetail p {
	text-align: center;
}

div.itemDetail p.description {
	text-align: left;
}


div.itemPrice {
	float: right;
	width: 150px;
	font-size: 1.2em;
	color: #51282c;
	font-weight: bold;
}

div.price {
	height: 73px;
}

div.button {
	float: right;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.itemPrice div.button a.detailsButton {
	background: #AD4B36;
	border: 1px solid #51282c;
	color: #d4effc;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

h2 {
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #51282c;
}

h2.detailsTitle {
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #51282c;
	font-size: 1.5em;
}

div.imageThumbs {
	text-align: center;
}

div.imageThumbs img {
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #51282c;
}

table.downloads {
	margin-top: 10px;
	width: 100%;
	border-bottom: 1px solid #51282c;
}

table.downloads th {
	padding: 0px 5px 0px 5px;
	border: 1px solid #51282c;
	color: #000000;
	background: #d4effc;
}

table.downloads td {
	text-align: center;
}

table.downloads td.download {
	width: 100px;
}

/* Google maps markup */
div#map {
	border: 1px solid #51282c;
}

div#map_canvas {
	margin-top: 5px;
	border: 1px solid #51282c;
	float: left;
}

div#directions {
	float: left;
}

/* Pager markup */
table.pager {
	padding: 10px 0px 5px 0px;
}

table.pager td {
	padding-bottom: 2px;
	padding-top: 1px;
}

table.pager td a.defaultButton {
	background: #AD4B36;
	border: 1px solid #51282c;
	color: #d4effc;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	margin: 0px 2px 0px 2px;
}

table.pager td a.defaultButtonSel {
	background: #AD4B36;
	border: 1px solid #51282c;
	color: #d4effc;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	margin: 0px 2px 0px 2px;
	font-weight: bold;
}

dl.descriptions {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
dl.descriptions dd {
	float: left;
	font-weight: bold;
	width: 27%;
	margin: 0;
	padding: 0;
}
dl.descriptions dt {
	float: left;
	width: 73%;
	padding-bottom: 1em;
}
