body {
	font-family:Arial,Helvetica,Sans-serif;
	width:950px;
	background: url(http://www.schuhshop-linn.de/shop/templates/Night+Day/img/bg-body.jpg) #080808 center top fixed;
	margin: 0 auto;
}
p {
	text-align:left;
}
.main-table {
	background-color: #ffffff;
}
.header-image {
	border: none; 
	border-bottom: 0; /* 2px solid #ffffff; */
	width:950px;
}
.menu {
	background: #1e439b;
    height: 28px;
    width: 100%;
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
}
h1.product-title {
	font-size:80%;
	color:#302b28;
	margin: 15px 0 10px 0;
	padding: 10px; 
	margin-top: 0px; 
}
/*images start*/
.product-images-box {
	position: relative;
	margin: 10px;
	padding: 0;
}
.product-image-default-box {
	float: left;
	width: 555px;
	height: 555px;
	margin: 0 10px 0 0;
}
.default-image-style {
  box-shadow: 0px 0px 5px #aaa;
  max-width: 555px; max-height:555px;
}
.product-thumbnails-box {
	float: left;
	width: 185px;
	height: 500px;
}
a.mouseover-thumbnail-holder {
	display: block;
	float: left;
	margin: 0;
}
.large-thumbnail-style {
	display:block;
	box-shadow:0px 0px 5px #aaa;
	max-width:555px; max-height:555px;
}
.small-thumbnail-style {
	float: left;
	max-width: 80px; max-height:80px;
	margin: 0 3px 3px 0;
	box-shadow: 0px 0px 1px #aaa;
}
a.mouseover-thumbnail-holder .large-thumbnail-style {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}
a.mouseover-thumbnail-holder:hover .large-thumbnail-style {
	top:0;
	left:0;
	z-index:1;
	opacity:1;
}
/*images end*/
.banner_head {
	margin: 0;
	font-size: 12px;
}
.banner {
	float: left;
	width: 185px;
	height: 425px;
  	box-shadow: 0px 0px 5px #aaa;
}
.product-short-description {
	text-align:left;
	margin: 0;
	padding: 10px; 
}
.product-description { 
	text-align:left;
	margin: 0;
	padding: 10px; 
}
.content-box-size-tables {
	display:table;
	width:900px;
	margin: 0;
	padding: 10px;
}
.content-box-size-table {
	float:left;
	margin:5px;
	width:285px;
}
.size_table tr:first-child {
	background: #ddd;
	border:2px solid #000;
}
.size_table tr:nth-child(even) {
	background: #f3f3f3;
}
.size_table {
	font-size:11px;
}
.size_table td {
	border-right:1px solid #ddd;
}
.size_table td:last-child {
	border-right: 0;
}
.size_table tr:hover {
	background: #B3C0FF;
}
.size_table tr:first-child:hover {
	background: #ddd;
}
.content-box-footer {
	padding: 10px;
	text-align:center;
}
.versandkosten-head {
	font-size:12px;
	text-align:left;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:0;
}
.versandkosten-text {
	font-size:12px;
	text-align:left;
	margin:0;
	padding:0;
}
