﻿div.brochure-selection {
	margin: 0px auto 0px auto;
	text-align: left;
}

div.brochure-selection div.brochure {
	position: relative;
	background-color: #eee;
	width: 153px;
	height: 50px;
	overflow: hidden;
	margin: 5px 10px 5px 0;
	padding: 5px;
	float: left;
	border: 1px solid #eee;
	cursor: pointer;
}

div.brochure-selection div.brochure:hover {
	border: 1px solid #d7ae56;
}

div.brochure-selection div.brochure.last {
	width: 163px;
	margin-right: 0;
}

div.brochure-selection div.brochure.selected {
	border: 1px solid #d7ae56;
	background-color: #fff7cf;
}

div.brochure-selection div.brochure img {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 5px 5px 0;
}

div.brochure-selection div.brochure p.title {
	font-weight: bold;
}

div.brochure-selection div.brochure p.contents {
	font-size: 10px;
}

div.brochure-selection div.brochure p.contents {
	display: none;
}

div.brochure-selection input.brochureCheckbox {
/*	display: none; */
	position: absolute;
	bottom: 5px;
	right: 5px;
}

