﻿.BrowseAll
{
	padding-bottom: 200px;
	
}

.BrowseAll h3
{
	clear: both;
	font-size: 12px;
	border-bottom: solid 1px #ccc;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
}

.BrowseAll .GenreNav
{
	margin-left: 30px;
	margin-right: 90px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 20px;
}

.BrowseAll .BrowseTile
{
	clear: both;
	width: 450px;
	margin-left: 30px; margin-right: 5px;
	margin-top: 0px;
}

.BrowseAll .BrowseTile .ImageBox
{
	background-image: url(../Image.ashx?src=~/Media/BookShadow.jpg&b=10,10,10,10&d=90,132);
    width: 90px;
    height: 126px;
	float: left;
}

.BrowseAll .BrowseTile .Image
{
	width: 75px;
	height: 116px;
}

.Panel
{
	position: absolute; 
	display: none; 
	background-color: #f3f6f0;
	border: solid 1px #a8ad9c; 
	width: 400px; 
	text-align: justify;
	z-index: 110;
	padding: 10px;
}

.Panel h3
{
	font-size: 16px;
	margin-bottom: 10px;
}
/*
.Panel img
{
	margin-right: 10px;
}
*/
.Panel p
{
	margin: 10px;
}


.Panel .ImageBox
{
    float: left;
    background-image: url(../Image.ashx?src=~/Media/BookShadow.jpg&b=10,10,10,10&d=118,173);
    background-position: right bottom;
    width: 118px;
    height: 173px;
}


.Panel .Image
{
	float: left;
	width: 100px;
	height: 155px;
}
