/* Generic Classes */
hr {
	margin: 15px 0 20px 0; padding: 0;
	clear: both;
	width: 100%;
	height: 1px;
	border: none;
	background: #666;
}

/* Table Categories */
table.TableCategories {
	margin: 10px 0 0 0;
	border: none;
}

table.TableCategories h2 a {
	text-decoration: none;
}

table.TableCategories td {
}


/* Table Store */
table.Store {
	border-collapse: collapse;
}

table.Custom {
}

td.body {
}

td.label {
}

td.Header {
}

td.footer {
}

td.Message {
}

/* Item Details */
ul.item_details {
	width: 120px;
	float: left;
}

ul.item_details li {
	margin: 0 0 7px 0; padding: 0;
	width: 120px;
	float: left;
	list-style-type: none;
}

ul.item_details .width-small {
	width: 50px;
	display: block;
}

ul.item_details .bold {
	font-weight: bold;
}