/** This stylesheet contains alls Styles for the different main_contents with the exceoption
*	of standard textstyles, etc.
*	Author: Florian Kraft
*/

/** General Style, such as the former td.main */

td.display_items {
	font-size: 11px;
	margin:5px;
}

td.display_items img {
	border: 2px dotted grey;
	padding: 5px;
}

.bigprice {
	padding:10px;
	font-size:14px;
	font-weight:bold;
}

/** Category: Film /schnuffi_template/module/categorie_listing/categorie_listing_film.html */

div.film_product_box {
	border: 2px dotted grey;
	margin:10px;
	padding:15px;
	float:left;
}

div.film_product_box .filmpic {
	float:left;
/*	width: 150px;*/
        width: 130px;
}

div.film_product_box .film_product_desc {
	float:right;
	padding-right: 15px;
	padding-bottom: 25px;
	font-size: 11px;
	width:350px;
}

a.title {
	font-weight:bold;
	color:black;
}
	
.film_product_desc p.bigprice {
	text-align:right;
}
	
.film_product_desc p.bigprice .small {
	font-size: 8px;
}

.buybutton_right {
	text-align:right;
	float:right;
}

