/*= Generelle Einstellungen */
#list,
#list *
{
	margin: 0;
	padding: 0;
}

body	
{
	font: normal 11px "Verdana", Sans-Serif;
	color: #0f0f0f;
}

p	
{
	line-height: 1.2em;
	color: #222;
	word-spacing: 1px;
}

.pagination_links
{
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  
  float: right;
}

/*= Artikellisten */
#list
{
	list-style: none;

	width: 100%;
	min-width: 320px;
	max-width: 100%;
}

#list li
{
	width: 100%;
	position: relative;

	height: 120px; /* Damit es schneller angezeigt wird */

	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

#list li.last
{
	border-bottom: 0;
	padding-bottom: 0;
}

/*= Bestandteile */
#list .icon
{
	float: left;

	width: 100px !important;
	height: 100px !important;
}

#list .badge
{
	position: absolute;

	left: 26px;
	top: 58px;
}

#list div
{
	margin-left: 104px;

	height: 114px;
	padding: 3px;
	
	position: relative;
	border: 1px solid white; /* Hack für Firefox */
}

#list li h2
{
	font: bold 124% "Trebuchet MS", Sans-Serif !important;

	margin-bottom: 0.4em;
}

#list li h2 { float: left; width: 100%; }

#list em	
{
	font-style: normal;
	font-size: 0.7em;
}

#list p
{
	height: 50px;
	padding-right: 50px;

	clear: right;
}

#list span
{
	position: absolute;
	bottom: 0;
	
	color: #777;
	
	margin: 4px 4px 4px 0;
}

#list .add-to-cart
{ 
  width: 100%;
  
  height: 19px !important;

	position: absolute;

	bottom:   0px;
	right:    0px;
}

.asdfg
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	margin: 2px;
}