/*
 * Cookieframe
 */

#cookieframe
{
	float:				right;
	padding-left:		10px;
}

#cookieframe iframe
{
	border:				none;
	overflow:			hidden;
}


/*
 * Itemlist, Cart
 */

#item_list ol, #cart ul
{
	list-style-type:	none;
	padding:			0;
	margin:				0;
	margin-left:		-20px;
}

#cart ul { margin-left:0; }

#item_list li, #cart li
{
	display:			block;
	margin-bottom:		10px;
	border-bottom:		1px dashed #CCCCCC;
/*	text-align:			center;
	width:				110px;
	height:				180px;
	float:				left;
	margin-right:		20px;
	margin-bottom:		30px;
*/
}

#item_list li label
{
	float:				right;
}

#item_list li label a:hover, #cart li a:hover, .imglink a:hover
{ background-color:transparent !important; }

#item_list img
{
	border:				none;
}


/*
 * Infotext used on the section-sites
 */
p#infotxt
{
	padding:			20px;
	text-align:			left;
}


.price
{
	text-align:			right;
	display:block;
}

.header
{
	text-transform:		uppercase;
	font-weight:		bold;
	font-size:			14px;
	border-bottom:		none !important;
	color:				#336699;
}
