#buyoverlay {
	width: 550px;
	height: 500px;
	background-color: #fff;
}

#shop {  
    overflow:auto;  
  /*
  width:540px;  
    height:350px;  
*/
}  

.content-scroller {
    height: 100%;
    overflow: auto;
    width: 100%;
    outline: none;

}

#buyoverlay h1, #buyoverlay h3.shopHeader {
	margin: 0;
	margin-bottom: 5px;
}
#buyoverlay .icon-margin {
	margin-right: 5px;
	
}
#buyoverlay h3 {
	margin: 0;
	margin-bottom: 0px;
}

#buyoverlay h3 a:hover {
	border: 0;	
	background: 0;
}
#shop table tr td select option {
	width: 120px;
}

#shop table {
	color: #fff;
}
.tableHeading {
	font-weight: bold;
}
.markProductOutOfStock {
	font-size: 8px;
}
.checkoutBar {
	border: 1px solid #8f8f8f;
	padding: 2px;
	height: 20px;
	
}
td.checkoutBarCurrent {
	font-weight: bold;
	color: #f26100;
/* 	background-image: url('/images/shop/arrowstatus2.png'); */
	background-repeat: no-repeat;
	background-position: center center;
}
span.green {
	color: #f26100;
}
.checkoutBar a {
	color: #f26100;
}
.formAreaTitle {
	font-size: 12px;
	font-weight: bold;
}
#buyoverlay form input {
	border: solid 1px #666;
}
.weitershoppen {
	font-weight: normal;
	color: #656565;
	text-decoration: underline;
	margin-right: 5px;
	position: relative;
	bottom: 2px;
}
.dottedBottom {
	border-bottom: 1px dotted #484339;
}

.dottedTop {
	border-top: 1px dotted #484339;
}
#shop td span.borderBottom {
	margin-left:70px;
	width:425px;
	border-bottom:2px solid #c9c9c9;
	display:block;
}
#shop td.padding-right-40 {
	padding-right: 16px;
}
#shop td.padding-right-30 {
	padding-right: 30px;
}
#shop td.padding-left-70 {
	padding-left: 70px;
}
#shop td h3 {
	height: 15px;
}
.underline {
	text-decoration: underline;
}
#shop td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#shop td {
	color: #fff;
}
.fontsize11 {
	font-size: 11px;
}
