h1 {
	font: 16pt Times, Serif;
	display:inline;
	color: #000;
	width:50%;
	line-height:15pt;
}

div#filtersort {
	width: 781px;
	margin: -5px 0 0 0;
	padding: 0;
	height:26px;
	/*border-bottom: 1px solid #000;*/
}

div#filtersort div#leftside {
	float:left;
	width:52%;
}

div#filtersort div#rightside {
	float:right;
	width:47%;
	text-align:right;
}

div#biblio_info {
	/*clear:both;
	margin:0;
	padding:0;
	color:#666;
	width:390px;
	font-size:90%;
	text-align:justify;*/
	color:#666;
	width:390px;
	font-size:90%;
	text-align:justify;
	position:absolute;
	top:35px;
	left:12px;
}

/* debug: */

h2.cat {
	margin:0;
	padding:0;
	color:#6a0d3a;
	font-size:18px;
}

.book_details {
	font-weight:bold;
}

span.meta-info {
	font-weight:normal;
}

span.meta-info_description {
	font-weight:bold;
}

div#description {
	font-weight:normal;
	margin-top:20px;
}

span.title_date {
	color:black;
	font-size:85%;
}

span.item_number {
	background:#f6da80;
	font-weight:normal;
}

.pages {
	float:right;
	padding:5px 0 0 20px;
}

#listWidget {
	width:45%;
	margin:0;
	padding:0;
	text-align:right;
	display:inline;
}

#listWidget label {
	font-weight: bold;
}

#listWidget select {
	margin:0;
	padding:0;
}

#content table {
	clear: both;
	width: 781px;
	margin: 15px 0;
}

td {
	vertical-align:top;
	padding: 10px 5px;
	border-bottom:1px solid silver;
}

td.image {
	width: 90px;
	height: 120px;
	padding: 10px 0;
	text-align: center;
}

td.price {
	text-align: center;
	font-weight: bold;
}

td .guideDescription {
	position: absolute;
	display: none;
	width: 330px;
	background: transparent;
	font-weight: normal;
	text-align: left;
}

td .guideDescription p {
	display: block;
	width: 305px;
	margin: -10px 0 0 0;
	padding: 0 10px;
	background: url(../images/bubblemiddle.png) repeat-y;
}

/* list-page guide content */

div.listGuideDescription {
	width:80%;
}

a.listGuideFeature {
	display:block;
	background:#f2e8cf;
	margin:10px -12px 0 -12px;
	padding:10px 12px 10px 12px;
	color:#000;
	text-decoration:none;
}

a.listGuideFeature:hover {
	text-decoration:none;
	background:#d2cd9e !important;
}

a.listGuideFeature div:hover {
	text-decoration:none !important;
}

a.listGuideFeature div p:hover {
	text-decoration:none !important;
}

a.listGuideFeature p {
	color:#000;
	margin:0;
	padding:0;
	text-decoration:none !important;
}

a.listGuideFeature img {
	float:left;
}

a.listGuideFeature div {
	 float:right;
	 width:700px;
	text-decoration:none;
}

a.listGuideFeature div h3 {
	color:#8b5f42;
	margin:2px 0 5px 0;
	padding:0;
	text-decoration:none;
}

p.subGuide {
	margin-left:20px;
}

/* end list-page guide content */

