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

*
{
	margin: 0;
	padding: 0;
	list-style: none;
}

body
{
/*background: #FEC6DF url(images/bg_fuss.jpg);*/
background-color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

div#minsum {
font-size: 14px;
text-align: center;
}

.pricetxt {
font-size: 12px;
}

.downloadinfo p { padding: 4px; font-size: 11px; }

.oldprice {
	text-decoration: line-through;
}

#footer { text-align: center; padding-bottom: 20px;}
#footer a { color: #ffffff; }

h1
{
font-size: 14px;
text-align:left;
padding-top: 15px;
margin-bottom: 20px;
font-weight:bold;
color:#000;
}

a.v_link
{
	padding: 3px;
	color: #fff;
	text-decoration: none;
	background-color: #BF447B;
	font-weight:bold;
	border: #999 1px solid;
	font-size: 12px;
}

a.v_link:hover
{
	text-decoration: underline;
	background-color: #eee;	
	border: #BF447B 1px solid;
	color:#000;
}

div#shoppingcart_layer {
position:absolute;
right: 0px;
width: 180px;
height: 50px;
min-height: 50px;
background-color:#ffffff;
border: #666666 1px solid;
z-index: 200;
padding:5px;
display:none;
}

html>body div#shoppingcart_layer {
height: auto;
}

div#shoppingcart_layer .footerbuttons {
margin-top: 5px;
text-align: right;
}

div#shoppingcart_layer .close {
text-align: right;
}

div#shoppingcart_layer .close a {
color:#999999;
text-decoration:none;
}

h4 {
text-align:center;
font-size: 12px;
margin-bottom: 5px;
}

#carttable td {
padding: 3px;
}

h2
{
font-size: 13px;
padding-top: 10px;
margin-bottom: 20px;
color:#000;
}

h3 {
color:#fff;
background-color: #BF447B;
font-size:11px;
text-align: center;
padding: 3px;
}

div#start
{
margin: 20px auto;
width:500px;
background-color:#eee;
text-align:center;
}

div#box1 {
width: 775px;
}

div#header
{
position:relative;
width:980px;
background-color: #ffffff;
overflow:hidden;
height:74px;
border-bottom: #ccc 1px solid;
/*height:220px;*/
}


div#topSelling {
width: 190px;
position: absolute;
top:140px;
right:0px;
border: #ccc 1px solid;
background-color:#000;
text-align:center;
}

div#topSelling img {
padding-top: 5px;

}

div#buttons
{
position:absolute;
top:4px;
right:5px;
}
div#container
{
position:relative;
margin: 10px auto;
width:980px;
border: #999 1px solid;
background-color:#eee;
padding:3px;

}


div#content
{
position:relative;
}

div#overCartInfo
{
padding:5px;
text-align:right;
}



div#contentList
{
margin-top:20px;
}

p.clipheader {
font-size: 12px;
font-weight: bold;
}

div#desc
{
padding:5px;
height: 100px;
min-height: 100px;
font-size: 10px;
}

html>body div#desc
{
height:auto;
}

div#properties
{
width: 475px;
margin-top: 0px;
}

div#properties .col1
{
float: left;
width: 250px;
margin-left:5px;
}

/*
div#properties .col1 a
{

text-transform:uppercase;
padding:2px;
background-color:#BF447B;
color:#fff;
display:block;
width:175px;
text-decoration:none;
font-weight:bold;
border: #999 1px solid;
margin:3px;
text-align:center;

}
*/

div#properties .col2
{
font-size: 10px;
float: left;
width: 180px;
margin-top: 8px;
}

.clear
{
clear:both;
height:10px;
}


/* buttons */

ul.buttonList
{
}

ul.buttonList li
{
	float: left;
	padding: 1px;
}


ul.buttonList li a
{
	padding: 6px 6px 4px;
	color: #fff;
	display: block;
	text-decoration: none;
	background-color: #474747;
	font-weight:bold;
	border: #474747 1px solid;
}

ul.buttonList li a:hover
{
	text-decoration: underline;
	background-color: #eee;	
	color:#000;
	border: #474747 1px solid;
}

div#overCartInfo
{
padding:0px;
margin-right:5px;
text-align:right;
}

div#cartInfo
{
position:relative;
margin-top:20px;
text-align:right;
}

div#cartInfo a
{
text-transform:uppercase;
padding:5px;
background-color:#BF447B;
color:#fff;
width:100px;
text-decoration:none;
font-weight:bold;
border: #999 1px solid;
margin:3px;
text-align:center;
}

div#cartInfo a.cart
{
padding-left: 30px;
background: #BF447B url(images/warenkorb.gif) 4px 1px no-repeat;
}

a.payment-button
{
display:block;
text-transform:uppercase;
padding:5px;
background-color:#BF447B;
color:#fff;
text-decoration:underline;
font-weight:bold;
border: #999 1px solid;
margin:3px;
text-align:center;
}

div#movielength
{
position:relative;
margin-top:20px;
text-align:left;
}

div#movielength a
{
/*
color: #000;
text-decoration:underline;
*/
text-transform:uppercase;
padding:2px;
background-color:#BF447B;
color:#fff;
width:100px;
text-decoration:none;
font-weight:bold;
border: #999 1px solid;
margin:3px;
text-align:center;

}


.remove a
{
padding:2px;
background-color:#BF447B;
color:#fff;
text-decoration:none;
font-weight:bold;
border: #999 1px solid;
margin:3px;
text-align:center;
}

.submitOrder a
{
text-transform:uppercase;
padding:4px;
background-color:#BF447B;
color:#fff;
text-decoration:none;
font-weight:bold;
border: #999 1px solid;
margin:3px;
text-align:center;
display:block;
}
.standardLink
{
	color: #000;
	text-decoration: none;
}

div#paging
{
text-align:center;
padding:10px;
}

div#paging a
{
color:#000;
line-height:20px;
}


