/************************************************
 *			BOEKENTIPS ITEM						*
 ************************************************/
/* CATEGORY OVERVIEW */

div.shop_catoverview_catname {
	font-size:		16px;
	font-weight:	bold;
	padding-top:	10px;
	padding-bottom:	15px;
}

a.shop_catoverview_link {
	color:					#336699;
}
a.shop_catoverview_link:hover {
	color:					#cc0000;
}


/* ITEM OVERVIEW */
table.shop_item {
	width:					100%;
	margin:					2px;
}
table.shop_item td.shop_imagecel {
	width:					120px;
	vertical-align:			middle;
	text-align:				left;
	padding:				5px;
}
table.shop_item td.shop_descriptioncel {
	vertical-align:			top;
	text-align:				left;
	padding:				5px;
}

table.shop_item span.itemname {
	color:					#336699;
	font-weight:			bold;
}

div.shop_blue_line {
	margin:				0px 5px 0px 5px;
	background-image:	url("../images/blue_line_small.jpg");
	background-repeat:	repeat-x;
	background-position: left top;
	height:				10px;
	display:			block;
}

/* SPECIAL OFFER */
span.shop_specialoffer {
	color:					#cc0000;
	font-weight:			bold;
}

span.shop_itemisbn {
	font-size:				10px;
}
