h1
{
    color:#A06482;
    font-family:Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight: normal;
    text-transform: uppercase;
}

#inner-search
{
	float:right;
	margin:-5px 0 10px;
	width:128px;
	height:16px;
	background:#fff;
	border:1px solid #999;
}

#book-excerpt
{
    clear:both;
    float:left;
    margin:0 0 20px;
    padding:15px;
    background: url("../images/block-small_bg.png") repeat-x 0 0 #FFFFFF;
}

#excerpt-thumbnail
{
    float:left;
}
#excerpt-thumbnail img
{
    width:120px;
}

#excerpt-detail
{
    margin:0 0 0 135px;
}

#excerpt-title
{
    color:#666;
    font-size:14px;
}

#excerpt-author
{
    margin:0 0 15px;
}
#excerpt-author em
{
    display:block;
    padding:15px 0 0;
}

#excerpt-links
{
    margin:4px 0 0;
    display:block;
    float:left;
    width:190px;
    height:22px;
    overflow:hidden;
}

#excerpt-links li {
    display: block;
    float: left;
    margin: 5px 5px 0 0;
}
#excerpt-links a {
    background: none repeat scroll 0 0 #A06482;
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 2px 0 0 10px;
    width:80px;
    text-decoration: none;
}
#excerpt-links a:hover {
    background: none repeat scroll 0 0 #3C0000;
    text-decoration: none !important;
}


#book-list
{
    clear:both;
}
#books
{
    clear:both;
    width:665px;
    overflow: hidden;
    position:relative;
}

.books-navigation
{
    clear:both;
    text-align:center;
}
.books-navigation li
{
    display: inline;
}
.books-navigation li
{
    display: inline;
    padding:0 3px;
}
.books-navigation li a
{
    padding:3px;
    text-decoration:none;
    color:#333;
}

.books-navigation li a.active
{
    color:#A06482;
}

#books-bottom-navigation
{
    margin:12px 0 0;
}
#books-infos
{
    font-size: 11px;
    color:#999;
}


.book-list-widget-container
{
    height:785px;
    width:665px;
}

.paginated-list-widget-panels-container
{
    height:725px;
}

.paginated-list-widget-panels
{
    height:725px;
    border-top: 1px solid #999999;
}

.paginated-list-widget-panel
{
    padding:0;
    border:0;
    height:725px;
    width:665px;
}

#books-panels-container
{
    float:left;
    margin:0 0 15px;
    background: url("../images/content-shadow-t-h_bg.png") repeat-x scroll 0 0 transparent;
}

.book,
.active .book
{
    float:left;
    padding:15px 5px 15px 0;
    width:216px;
    border-bottom:1px solid #999;
}
.book.romans
{
    border-bottom:1px solid #339ed4;
}
.book.thriller
{
    border-bottom:1px solid #bb0f0f;
}

.book-thumbnail,
.active .book-thumbnail
{
    float:left;
    width:80px;
    height:145px;
    background:#fff;
    overflow:hidden;
}
.book-thumbnail a,
.active .book-thumbnail a
{
    display:block;
    width:80px;
    overflow:hidden;
}

.book-thumbnail img,
.active .book-thumbnail img
{
    width:80px;
    float:left;
}

.book-detail,
.active .book-detail
{
    margin:0 0 0 90px;
    height:145px;
    width:126px;
    overflow:hidden;
}

.book-title,
.active .book-title
{
    padding:0;
    display:block;
    height:72px;
    font-family: Arial Black,Helvetica,sans-serif;
    font-size: 11px;
    line-height:14px;
}

.book-author,
.active .book-author
{
    padding:0;
}
.book-category,
.active .book-category
{
    padding:0;
    font-size:12px;
    border:0 !important;
}

.book-book,
.active .book-book
{
    display:block;
    height:36px;
    font-size: 10px;
    line-height:12px;
}
.book-book em,
.active .book-book em
{
    font-size:10px;
    font-style:normal;
}

.romans .book-book em
{
    color:#339ed4;
}

.thriller .book-book em
{
    color:#bb0f0f;
}

.book-introduction,
.active .book-introduction
{
    display:block;
    padding:0;
    height:48px;
    overflow:hidden;
    font-size:10px;
    text-align:left;
    line-height:14px;
}
.book-introduction *
{
    font-size:10px;
}

.book-description,
.active .book-description
{
    display:none;
}

.book.romans
{
	border-color:#6699cb;
}

.book.humour
{
	border-color:#ffb200;
}

.book.documents
{
	border-color:#ff6600;
}

.book.beaux-livres
{
	border-color:#000c56;
}

.book.mieux-vivre
{
	border-color:#79c736;
}

.book.temoignages-memoires
{
	border-color:#595959;
}

.book.jeunesse
{
	border-color:#8f326b;
}

.book.coffrets
{
	border-color:#bc7b41;
}

.book.thrillers-polars
{
	border-color:#de4040;
}

.romans .book-category
{
	color:#6699cb;
}

.humour .book-category
{
	color:#ffb200;
}

.documents em.book-category
{
	color:#ff6600;
}

.beaux-livres em.book-category
{
	color:#000c56;
}

.mieux-vivre em.book-category
{
	color:#79c736;
}

.temoignages-memoires em.book-category
{
	color:#595959;
}

.jeunesse em.book-category
{
	color:#8f326b;
}

.coffrets em.book-category
{
	color:#bc7b41;
}

.thrillers-polars em.book-category
{
	color:#de4040;
}

/* --- */