.book_cover_container
{
	width: 150px;
}

.book_shadow_right
{
	width: 8px;
	background: url('img/shadow_right.png');
}

.book_shadow_bottom
{
	height: 6px;
	background: url('img/shadow_bottom.png') no-repeat bottom right;
}

.book_list_title
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0a6cb0;
	padding-bottom: 2px;
	text-align: left;
	text-decoration: underline;
	cursor: pointer;
}

.book_list_title_noprice
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0a6cb0;
	padding-bottom: 2px;
	text-align: left;
	text-decoration: underline;
}

.book_list_bookproperty_name
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #454749;
}

.book_list_bookproperty
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #454749;
	
	padding-left: 8px;
}

.book_list_details
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ed791d;
}

.book_list_lead
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #2d2e30;
	text-align: justify;
	
	height: 45px;
}

.book_list_price_td
{
	width: 300px;
	padding-top: 4px;
	font-family: Tahoma;
	font-size: 16px;
	color: #c30b0b;
	text-align: right;
}

.book_list_price
{
	text-align: right;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #c30b0b;
}

.book_list_list_price
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #c30b0b;
	text-decoration: line-through;
}

.book_list_order_button
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #97af04;
	padding-top: 8px;
}

.book_list_separator
{
	background: url('img/book_list_separator.jpg') repeat-x;
	height: 3px;
	width: 100%;
}

.book_list_readmore a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #2857c2;
	text-decoration: none;
	cursor: pointer;
}

.book_list_discount_badge
{
	background: url('img/badge.png') no-repeat;
	width: 45px;
	height: 45px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding-left: 1px;
	color: #ffffff;
}

.book_list_discount_text
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ed7c1d;
}


.blue_line
{
	background: url('img/blue_line.png') repeat-x;
}


.pages_text
{
	padding-right: 16px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #303030;
	text-align: center;
}

.pager_td
{
	border: solid 1px #c6c6c6;
}

.pager_td a
{
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;
	color: #606060;
	text-align: center;
	text-decoration: none;
}

.pager_active
{
	background: #acfcc8;
}