a img
{
	border: 0px;
}

.book
{
	position: relative;
	width: 125px;
	float: left;
	margin-left: 30px;
	display: inline;
}

.mask, .bookImage
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 73px;
	height: 90px;
}

.bookImage
{
	z-index: 1;
}

.mask 
{
	z-index: 100;
}

.promotie
{
	position: absolute;
	left: 57px;
	top: 17px;
	width: 35px;
	height: 64px;
	z-index: 101;
}

.noutate
{
	position: absolute;
	left: 50px;
	top: 56px;
	width: 43px;
	height: 43px;
	z-index: 102;
}



.book h2
{
	font-size: 11px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
}

.book h3
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	margin-top: 5px;
	text-align: center;
}

select
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8f0000;
}

#headerPages
{
	clear: both;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
}

#headerPages a
{
	color: #ffffff;
	text-decoration: none;
	width: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#headerPages a:hover
{
	text-decoration: underline;
}

#footerPages
{
	clear: both;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
}

#footerPages a
{
	color: #ba0000;
	text-decoration: none;
	width: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#headerPages a:hover, #footerPages a:hover
{
	text-decoration: underline;
}


#bookList
{
	width: 629px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#bookList li
{
	background: url(../images/book-list-box.png) top left no-repeat;
	width: 621px;
	height: 102px;
	margin-left: 30px;
	margin-top: 12px;
}

#bookList li img.mask, #bookList li img.bookImage
{
	width: 66px;
	height: 81px;
	position: absolute;
	left: 15px;
	top: 10px;
}

#bookList li h2, #bookList li p
{
	margin: 0px;
	padding: 0px;
	margin-left: 100px;
}

#bookList li h2
{
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8f0000;
	font-weight: bold;
	font-size: 12px;
}
#bookList li p
{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 10px;
}

#bookList li a.bookDetails
{
	background: url(../images/buton-detalii.png) top left no-repeat;
	width: 68px;
	height: 20px;
	text-indent: -9999px;
	float: right;
	margin-right: 30px;
	margin-top: 5px;
	outline:none;
}

