
.bookcardmini, .bookcardmaxi
{
	width: 530px;
	margin: 20px 30px 0px 0px;
	padding: 0px;
	color: #000;
	font-size: 10px;
	line-height: 140%;
	font-weight: normal;
	float: left;
}

.bookcardmaxi { width: 530px; }

.bookcardmini_covercol, .bookcardmaxi_covercol
{
	width: 120px;
	margin: 0px;
	padding: 0px;
	float: left;  
}

.bookcardmaxi_covercol{ width: 190px; }

.bookcardmini_infocol, .bookcardmaxi_infocol
{
	width: 360px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
}

.bookcardmaxi_infocol { width: 360px; }

.priceboxmini { height: 92px; width: 102px; background-color: #f0f0f0; padding: 5px 5px 0px 5px; margin: 0px; }
.priceboxmaxi { height: 92px; background-color: #f0f0f0; padding: 5px 0px 0px 0px; margin: 0px; }

.cover{ border: 1px solid #aaa; }

.title
{ 
	color: #f00; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.title:link, .title:visited { font-weight: bold; text-decoration: none; }
.title:link:hover, .title:visited:hover { font-weight: bold; text-decoration: underline;}

.author
{ 
	color: #000; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.author:link, .author:visited { font-weight: bold; text-decoration: none; }
.author:link:hover, .author:visited:hover { font-weight: bold; text-decoration: underline;}

.publisher
{ 
	color: #000; 
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.publisher:link, .publisher:visited { font-weight: normal; text-decoration: none; }
.publisher:link:hover, .publisher:visited:hover { font-weight: normal; text-decoration: underline;}

.description
{
	color: #000;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	text-align: justify; 
}

.more
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.more:link, .more:visited { color: #000; font-weight: bold; text-decoration: none; }
.more:link:hover, .more:visited:hover { color: #000; font-weight: bold; text-decoration: underline;}

.pricemini, .pricemaxi { height: 90px; font-size: 12px; color: #000; font-weight: bold; float: left; width: 70px; }
.pricemaxi {  padding: 0px 0px 0px 30px;  width: 90px; }

.oldprice { font-size: 10px; color: #777; font-weight: normal; }
.yourprice {  }


