@CHARSET "UTF-8";


#sh-wrapper{
	width:1100px;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12pt;
	border:5px solid #ced7de;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px;
}

#sh-wrapper img{
	border:0;
}

#sh-wrapper .container{
	margin-bottom:20px;
	clear:both;
}

#sh-wrapper #shop-img{
	float:right;
}

#sh-wrapper #shopinfo-text{
	float:left;
	padding:20px;
	padding-left:140px;
	background:url(http://secondherzog.de/wp-content/uploads/ebay_phone.jpg) 50px 35px no-repeat;
}

#sh-wrapper #website-link{
	background:#CCC;
	padding:5px 20px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:black;
	text-decoration:none;
}

#sh-wrapper #more-tabs{
	display:table;
	width:1100px;
}

#sh-wrapper #tabs-row{
	display:table-row;
	background: #222; 
}

#sh-wrapper #more-tabs a{
	display:table-cell;
	text-align:center;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	text-decoration:none;
	font-size:16px;
	padding:5px 0;
	color:white;
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#0a0a0a, #444444);
	background: -o-linear-gradient(#0a0a0a, #444444);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0a0a0a), to(#444444)); /* older webkit syntax */
	background: -webkit-linear-gradient(#0a0a0a, #444444);
	border-right:1px solid white;
	width:220px;
}

#sh-wrapper #more-tabs a.last{
	border-right:none;
}

#sh-wrapper #more-text{
	padding:20px 40px;	
}

#sh-wrapper .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */