/*
eazyShop CSS
@Author Marc Wagner
*/
html, body, div, p, h1, h2, h3, ul, li, ol, 
span, a, table, td, form, img, li {
   border: none;
   font-family: Arial,Verdana, Geneva, Helvetica, sans-serif;
}

body, html, table {
	font-size: 14px;
	color: #494949;
}

body {
	background: #ededed;
}

#webinero {
	width:  928px;
	padding: 10px;
	margin:  0 auto;
	border:  1px solid #494949;
	background-color:#ffffff;	
}

#header {
	width: 950px;
	height: 80px;
	margin:  0 auto;
}

#logo {
	width: 250px;
	height: 80px;
	float:left;
}

#meta {
	
	height: 80px;
	float: left;
}

#meta ul {
	list-style-type: none;
}

#meta ul li {
	float: left;
	background: #788c7a;
}

#meta ul li a {
	color: #fff;
	font-size:13px;
	line-height:13px;
	font-weight:700;
}

#meta  {
	display: block;
	width: 700px;
	overflow: hidden;
}

#meta ul {
	margin: 0px 0 20px 0;
	padding: .7em;
	float: left;
	list-style: none;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;    
}

#meta li {
	float:left;
}

#meta a {
	float:left;
	padding: .8em 1.5em;
	text-decoration: none;
	color: #555;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font: bold 1em/1 'trebuchet MS', Arial, Helvetica;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #ccc #999 #eee;
	background: #c1c1c1;
	background: -moz-linear-gradient(#f5f5f5, #c1c1c1);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#c1c1c1));
	background: -webkit-linear-gradient(#f5f5f5, #c1c1c1);
	background: -o-linear-gradient(#f5f5f5, #c1c1c1);
	background: -ms-linear-gradient(#f5f5f5, #c1c1c1);
	background: linear-gradient(#f5f5f5, #c1c1c1);            
 }
 
#meta a:hover, #meta a:focus {
	outline: 0;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	background: #fa6958;
	/*background: -moz-linear-gradient(#fa6958, #f8341d);
	background: -webkit-gradient(linear, left top, left bottom, from(#fa6958), to(#f8341d0));
	background: -webkit-linear-gradient(#fa6958, #f8341d);
	background: -o-linear-gradient(#fa6958, #f8341d);
	background: -ms-linear-gradient(#fa6958, #f8341d);
	background: linear-gradient(#fa6958, #f8341d);*/
}

#meta a:active {
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
}
 
#meta li:first-child a {
	border-left: 0;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;            
}

#meta li:last-child a {
	border-right: 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;            
}

#size {
	width: 750px;
	margin:  0 auto;
}	

.productPictures {
	width: 450px;
	float: left;
}

.productText {
	width: 450px;
	float: left;
}

#icon-list {
	width: 450px;
	list-style-type:none;
	margin-left: 0;
	padding-left: 0;
}

#icon-list li {
	float: left;
	width: 77px;
	margin-right: 10px;
}

#icon-list:after {
    content:'';
    display:block;
    clear: both;
}

h1 {font-family:Arial,Verdana;font-weight:normal;color:#fff;font-size:22px;line-height: 155%;;background: #fa6958; padding: 10px;}
h2 {font-family:Arial,Verdana;font-style:normal;color:#fa6958;font-size:18px;font-weight:bold;line-height: 125%; margin-bottom: 5px; padding-bottom: 0px;}

strong {
	color:#fa6958;
}

/*Tabelle*/
.size-table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000;
  background: #fff;
}

.size-table caption
{
  caption-side: bottom;
  font-size: 1.0em;
  font-style: italic;
  text-align: left;
  padding: 0.5em 0;
  color: #788c7a;
}

.size-table th, .size-table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: center;
  color: #494949;
}

.size-table th[scope=col]
{
  color: #000;
  background-color: #788c7a;
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.size-table th+th[scope=col]
{
  color: #fff;
  background-color: #788c7a;
  border-right: 1px dotted #666;
  width: 95px;
  text-align: center;
}

.size-table th[scope=row]
{
  background-color: #aab7ab;
  border-right: 2px solid #333;
  color: #fff;
}


