 
body {
	background:#F2F2F2;
	text-align:left;
	height:100%;
	margin-left:40px;
	margin-top:40px;
	margin-bottom:40px;
	padding:0;
	font-family: 'PT Sans', sans-serif;
	text-shadow: 1px 1px 0px #fff;
	font-size:16px;
	color:#222;
	/*font-family: 'PT Sans', sans-serif;*/
	
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	color:#505050;
text-shadow: 1px 1px 0px #fff;
font-weight:bold;
font-family: 'PT Sans Narrow', sans-serif;	

}

h3 {font-size:22px; color:#2F96D0;}
h2 {font-size:32px; margin-bottom:20px;}
h1 {font-size:59px;}



.simpleshop_product_name{
	font-weight:bold;
	font-size:20px;
	margin-bottom:5px;
	line-height:24px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-shadow: 1px 1px 0px #fff;	
}



.simpleshop_product_price{
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-shadow: 1px 1px 0px #fff;
}

.simpleshop_product_quantity
{
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
	margin-top:5px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-shadow: 1px 1px 0px #fff;
}


.wkboxleft {width:240px;
height:auto;
float:left;
margin-right:15px;
 

}

.wkboxright {width:420px;
height:auto;
float:left;
font-weight:bold;
 

}

#wktrenner {width:700px;
border-bottom:1px solid #Fff;
border-top:1px solid #dbdbdb;

	clear:both;
	
	margin-bottom:30px;
	margin-top:10px;
}


#trennerzero {width:700px;
clear:both;
height:25px;
}

select {
  -webkit-appearance: button;
  
  
  
 /* box-shadow: 0 0 0 5px #f2f7f9;
    -moz-box-shadow: 0 0 0 5px #f2f7f9;
    -webkit-box-shadow: 0 0 0 5px #f2f7f9;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;*/
  -webkit-padding-end: 20px;
  -webkit-padding-start: 10px;
  -webkit-user-select: none;
  background-color:#f2f2f2;
  background-image: url(http://www.cisell.de/images/select-arrow.gif), 
   -webkit-linear-gradient(#f2f2f2, #f2f2f2 40%, #f2f2f2); 
  background-position: center right;
  background-repeat: no-repeat;
 /*  border: 1px solid #c4c4c4;*/
 border: 1px solid #c4c4c4;
  color: #555;
   /*font-size: inherit;*/
   font-size:14px;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-left:4px;
  padding-right:-2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height:30px;
  width:180px;
  text-shadow: 1px 1px 0px #fff;
  color:#444; 
font-weight:bold;
font-family: 'PT Sans Narrow', sans-serif;	
  }
