@charset "UTF-8";
@media all
{
	/* RECHTS */
	#info a.info {
		display: block;
		margin-bottom: 50px;
	}

	#product_details {
		overflow: hidden;
	}

	.back {
		border-bottom: 1px solid #C3C5C8;
		margin-bottom: 10px;
	}

	#product_image_frame {
		border: 1px solid #A8A9AC;
		width: 250px;
		height: 375px;
		overflow: hidden;
		float: left;
	}
	
	#product_image_frame  img {
		width: 250px;
		height: 375px;
	}

	#product_description {
		margin-left: 260px;
		padding: 15px 9px;
		height: 345px;
	}

	#product_details h1 {
		font-size: 9pt;
		margin: 0 0 9px 0;
		padding: 0;
	}

	p.price {
		font-size: 7pt;
	}

	p.price span{
		font-weight: bold;
		font-size: 16pt;
	}
	
	#slogan {
	width: 122px;
	border:1px solid #8D8D8D;
	#bottom:105px;
	#left:10px;
	background-color: FF0000;
	position:relative;
	#position:absolute;
	padding:5px;
	font-size: 11pt;
	font-weight: bold;
	color: #FFF;
	
	}
	
	#usave {
		border: 1px solid #8D8D8D;
		padding: 4px 8px;		
		background-color: #000;
		float: right;
		text-align: center;
		margin-left: 10px;
		font-size: 11pt;
		
	}
	
	#usave  * {
		color: #FFF;
		margin: 0;
		padding: 0;
	}

	#usave p {
		margin-bottom: 5px;
	}
	
	#usave span {
		font-size: 12pt;
		font-weight: bold;
	}
	
	#usave  #old {
		position: relative;
		display: block;
	}
	
	#old  span{
		background: url(http://templates.event-im-trend.de/ebay/ulla-popken-mode/img/line.gif) transparent top left no-repeat;
		display: block;
		position: absolute;
		top: 3px;
		left: 3px;
		width: 78px;
		height: 15px;
	}
	
	#usave  #pct {
		font-size: 26pt;
		color: #FF0000 !important;
	}

	#thumbs {
		position: absolute;
		bottom: 10px;
		left: 10px;
	}

	#thumbs img {
		width: 55px;
		height: 85px;
		margin-right: 10px;
		border: 1px solid #989DA3;
		cursor: pointer;
	}

	#thumbs img.active {
		border: 1px solid #FFF;
		cursor: normal;
	}

	#cross_selling {
		margin-top: 10px;
	}
	
	#nav_left  a {
		display: block;
		margin-bottom: 4px;
	}
	
	#nav_left  a:hover {
		font-weight: bold;
	}
	
	#nav_left h2 {
		font-size: 14pt;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	
	.hidden {
		display: none;
	}
}