#sectionpic {
	width: 120px;
    height: 140px;
	float: left;
    padding: 0px;
    margin: 0px;
}

#sectionmenu {
	width: 460px;
    height: 140px;
	float: right;
    padding: 0px;
    margin: 0px;
	background: url("../images/bookshops.gif") top left no-repeat;
}

#resultstopper {
	color: white;
	width: 528px;
	height: 32px;
    padding: 0px;
	margin: 12px auto 8px auto;
	background: url("../images/gfx_bookshopstopperbak.gif") top left repeat-x;
}

#booktext {
	width: 370px;
	padding: 63px 0px 0px 50px;
	color: #ffffcc;
}

.bookwrap {
	display: block;
	background: #F2F2F2;
	width: 528px;
    padding: 2px 0px 10px;
	margin: 0px auto;
}

.even {
	display: block;
	background: #FFFFFF;
	width: 528px;
    padding: 2px 0px 10px;
	margin: 0px auto;
}

.bookinfo {
	text-align: left;
	float: left;
	width: 252px;
    padding-left: 8px;
	margin-top: 8px;
	text-decoration: none;
}

.specialist {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 4px;
	color: #996600;
}

.opent {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #CC9966;
}

.bookhead {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.bookhead a {
	text-decoration: none;
}

.bookhead a:hover {
	text-decoration: none;
	color: #ff3300;
}

/*tooltips*/
.bookinfo a.tooltip span {
	display: none;
	padding: 2px 0px;
	text-align: center;
	margin-left: 4px;
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	z-index: 1;
}

.bookinfo a.tooltip:hover span {
	display: inline;
	position: absolute;
	border: 1px solid #cccccc;
	background: #ffffff;
	color: #6c6c6c;
}