@charset "UTF-8";
/* CSS Document */

/* ALLGEMEINE FORMATIERUNGEN */
* {
	margin:0;
	padding:0;
	color:#4b4b4b;
	font:12px "trebuchet ms",arial,verdana,sans-serif;
}

* a {
	text-decoration:none;
	color:#4b4b4b;
}

* a:hover {
	text-decoration:underline;
	color:#222222;
}

body{
	text-align:center;
}

#content{
	background:#fff url(http://schmuckkanal.de/gfx/bkd.jpg) no-repeat;
	position:relative;
	margin:0 auto;
	text-align:left;
	width:800px;
	min-height:742px;
}
#logo{
	position:absolute;
	top:20px;
	left:13px;
}
#main {
	position:relative;
	top:200px;
	width:100%;
}
#player {
	width:390px;
	position:relative;
	float:left;
}
#product {
	width:390px;
	position:relative;
	float:left;
}

.main_content .content {
	border:0px solid black;
	width:390px;
	/*background-color:#CCC;*/
}

.label_container {
	background-image:url(http://schmuckkanal.de/gfx/headline.png);
	background-repeat:no-repeat;
	width:265px;
	height:34px;
	text-align:center;
	padding-bottom:10px;
}

.label_text {
	color:#fff;
	font-size:18px;
	padding-top:6px;
}

#spacing_middle {
	float:left;
	width:20px;
	overflow:visible;
}





#imp {
	clear:both;
	width:800px;
	padding-top:50px;
	padding-bottom:20px;
	}
#imp #imp_container {
	background-image:url(http://schmuckkanal.de/gfx/footer.png);
	background-repeat:no-repeat;
	width:451px;
	height:33px;
	position:relative;
	bottom:20px;
	left:150px;

	}
#imp #imp_container #imp_links {
	position:absolute;
	top:5px;
	left:130px;
	border:0px solid red;
}
#imp #imp_container .item {
	float:left;
	padding:2px;
}
#imp #imp_container .item a {
	font-size:14px;
}

#imp #imp_container .trenner {
	float:left;
	background-color:#4b4b4b;
	width:1px;
	margin:3px 3px 0px 3px;
	height:18px;
}


#player_content {
	width:360px;
	height:270px;
	border:1px solid #222222;
	background-color:#efefef;
}

#product .product_title  {
	font-size:18px;
	font-weight:bold;
	color:#111111;
}
#product .product_desc  {
	font-size:14px;
}
#product .product_img  {
	padding:2px;
	margin:10px 5px 20px 5px;
}
#product .product_img img {
	border:1px solid #222222;
	padding:2px;
	background-color:#fff;
	}
#product .product_price_1  {
	color:#9756BE;
	font-size:13px;
}
#product .product_price_2 {
	color:#6D0AA9;
	font-size:26px;
}
#product .product_shipping_price  {
	font-size:12px;
}