/*
File: styles.css
*/


/*===== UNDO =====*/

* {
	margin: 0;
	padding: 0;
	xfont-family: "Segeo UI", Arial, Helvetica, sans-serif;
	font-family: "Segoe UI",Arial, Helvetica, sans-serif;
}
html, body {color: #000;}
html {
	overflow: auto; /* @ IE/Win, hide vertical scroll bar if not necessary */
	border: 0; /* @ IE/Win, hide the viewport's border */
}
strong {font-weight: bold;}
ol {margin-left: 40px;}
ul {list-style: none;}
table {
    border-collapse: collapse;
    border-spacing: 0;
    caption-side: top;
    empty-cells: show;
}
td, th {vertical-align: top;text-align: left;}
a {text-decoration: underline;}
img {border: 0;}
hr {display: none;}
fieldset {border: 0 solid transparent; /* 'solid transparent' required by Opera */}
legend {color: #000; /* IE/Win does not inherit color */}
optgroup {font-style: normal;font-weight: bold;}




.blue{
	color:#1d3b9e;
}
.red{
	color:#770000;
}
.missing,.missing td{
	color:#770000;
	font-weight:bold;
}
.watermarked{
	color:#999999;
}

/*===== Debug-Panel =====*/
.debug{
	display:block;
	position:absolute;
	bottom:10px;
	left:10px;
	border:1px solid gray;
	background:white;
	cursor:pointer;
	z-index:100;
}
.debug h2{
	font-size:10px;
	background:#eeeeee;
	padding: 2px 5px;
	display:block;	
}
.debug p{
	display:none;
	padding: 5px 10px;
	font-size:11px;
}
.debug a{
	font-size:10px;
}


/* ======== COMMON ======== */

.container{
	width:780px;
	margin: 0 auto 20px auto;
}

body{
	background: White;
	background-color: White;
}
html{
	font-size: 0.7em;
}
a:hover {
	text-decoration: underline;
}
over{
	text-decoration:underline;
}
td,th,a,body,input,.textfelder,select,h1,h2,h3,textarea{
	font-size:100%;
	color: #353535;
}

th,td{
	text-align:left;
	vertical-align: top;
}
.tdr{
	text-align:right !important;;
}
.tdbottom{
	vertical-align: bottom;
}
.tdright{
	text-align:right;
}
.tdcenter{
	text-align:center;
}
.tdleft{
	text-align:left !important;
}
a img{
	border-width:0px;
}

.Teasers{
	display:block;
}


.copy{
	color: #999999;
	text-align:center;
}

.pagefooter{
	color: #999999;
	text-align:right;
}
.pagefooter a{
	color:#999999;
	text-decoration:none;
}
.pagefooter a:hover{
	text-decoration:underline;
}


.contentHeadline{
	font-weight: bold;
}
.container .top{
	position:relative;
	display:block;
	margin: 15px 0;
	height:24px;
}
.container .top .header{
	font-size:24px;
}

.container .helper{
	text-align:right;
	padding-top:10px;
}
.container .helper,
.container .top a,
.container .helper a{
	text-decoration:none;
	color:#999999;
}
.container .top a:hover,
.container .helper a:hover{
	text-decoration:underline;
}
.GreyBorder{
	border:1px solid #cccccc;
	background-color:#eeeeee;
	margin-bottom:20px;
	overflow:hidden;
}
.GreyBorder .ext{
	display:block;
	margin: 5px;
	text-decoration:none;
}
.GreyBorder .ext:hover{
	text-decoration:underline;
}
.NavPanel{
	margin: 10px 5px;
	display:block;
	clear:both;
	overflow:hidden;
}
.NavPanel.links a{
	display:block;
	clear:both;
	text-decoration:none;
	padding: 2px 5px;
	line-height:16px;
	overflow:hidden;
}
.NavPanel.links a:hover{
	background-color:#ffffff;
}
.NavPanel a.sel{
	color:#006400;
}
.Langs .NavPanel a.sel{
	text-decoration:none;
}
.BasketStatusDisplay .total{
	margin: 10px 0;
	display:block;
}
h4{
	color:red;
	font-size:18px;
	margin: 10px 5px;
}

.alt{
	background-color:#f4f4f4;
}


/*======Buttons=====*/
.SearchHeadline{
	margin-bottom:4px;
	display:block;
}
.SearchField{
	width:90px;
	height:12px;
	float:left;
	margin:0 5px 0 0;
	padding:0px;
}
.SearchSubmit{
	width:20px;
	height:14px;
	text-decoration:none;
	padding:2px;
}
.SearchButton{
	display:block;
	width:16px;
	height:16px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	background-image:url(/images/ui/go.png);
	background-position:0 0px;
	background-repeat:no-repeat
}
.SearchButton:hover{
	background-position:0 -68px;
}
.SearchButton span{
	display:none;
}

.btn{
	padding: 0 18px 0 0;
	line-height:16px;
	height:16px;
	display:table-cell;
	background-position:right 0px;
	background-repeat:no-repeat;
	text-decoration:none;
}
.btn:hover{
	text-decoration:underline;
}

.showbasket{
	background-position:right 0px;
	background-image:url(/images/ui/go.png);
	width:auto;
}
.showbasket:hover{
	background-position:right -68px;
}

.btnback{
	padding: 0 0 0 18px;
	background-position:left 0px;
	background-image:url(/images/ui/back.png);
	width:auto;
}
.btnback:hover{
	background-position:left -68px;
}
.btndelete{
	background-image:url(/images/ui/delete.png);
}



/*===== Headlines =====*/

.orderhead,.content .headline{
	display:block;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	line-height:32px;
	position:relative;
}
.orderhead .left{
	display:block;
	float:left;
	margin: 5px 0px;
	font-size:18px;
}
.orderhead .right{
	display:block;
	float:right;
	margin: 5px 0px;
	color:#999999;
}
.orderhead .right .sel{
	color:#006400;
	font-weight:bold;
}



/*===== Content =====*/
.content,
.contentTableNav{
	border:1px solid #cccccc;
	background-color:#eeeeee;}

.content{
	padding:10px;
	width:600px;
	min-height: 510px;
}
/*
.content .headline{
	display:block;
	position:relative;
	line-height:18px;
	overflow:hidden;
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}
*/
.content .headline .text{
	font-size:18px;
	margin: 5px 0;
	display:block;
}
.content .headline .icon{
	position:absolute;
	right:5px;
	top:0px;
	width:42px;
	height:37px;
}
.borderon{
	border-color: #999999;
	background-color: #999999;
}
.borderonWithWhite{
	background: #999999;
	color:white;
	font-weight: bold;
}
.borderonWithWhiteRight{
	background: #999999;
	color:white;
	font-weight: bold;
	text-align: right;
}

.smallInput,.smallInputCentered,.smallInputCenteredGreen{
	color: #353535;
}
.smallInputCentered,.smallInputCenteredGreen{
	text-align: center;
	width: 50px;
}

.smallInputCenteredGreen{
	background: #aaffaa;	
}

.btn{
	cursor:pointer;
}
.btn span{
	display:none;
}

fieldset{
	background-color:#dddddd;
	border: 1px solid #bbbbbb;
	padding:5px 10px 10px 10px !important;
	margin-bottom: 1em;
}

fieldset legend{
	background-color:#eeeeee;
	border: 1px solid #bbbbbb;
	padding: 0.1em 5px;
	xmargin-left:1em;
}


/*====AGBs====*/
.AGBHead{
	font-weight: bold;
	margin: 20px;
	text-align:center;
}
.AGB{
	text-align: left;
}
.Impressum{
	text-align: left;
}
.AGBParagraph{
	margin:15px 0px 5px 0px;
	font-weight: bold;
}
.AGB p,.Impressum p{
	margin: 10px 0px;
}
.AGB a,.AGB address,.Impressum a{
	font-style: normal;
}



/*=====welcome=====*/
.welcome .teaser{
	border:2px solid white;
	display:block;
	width:290px;
	height:70px;
	float:left;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:8px;
}
.welcome .teaser:hover{
	border:2px solid #999999;
}
/*=====Produktliste=====*/

.list .row td,
.list .alt td{
	padding: 3px;
}
.list .hover{
	background-color:#fafafa;
}
.list .jump{
	cursor:pointer;
}
.list .pager{
	border-top:1px solid #bbbbbb
}
.list .pager span,
.list .pager a{
	display:table-cell;
	padding: 5px 10px;
	margin-right:2px;
}
.list .pager span{
	color:#dc143c;
}
.list .pager a:hover{
	background-color:#bbbbbb;
}
.list .pager table{
	float:left;
}
.list .pager .showall{
	xposition:absolute;
	xright:0px;
	xtop:0px;
	float:right;
	display:block;
}

/* ======== Produktdarstellung ======== */
.detail .cnt {
	xborder-top:1px solid #cccccc;
	padding-top:10px;
}
.detail .row1{
	overflow:hidden;
	margin-bottom:10px;
}
.detail .texts{
	width:320px;
	float:left;
}
.detail .image{
	width:250px;
	float:right;
	text-align:center;
}

.detail .image .vonyclink{
	display:block;
	margin: 10px;
}

.detail .sizescontainer{
	position:relative;
}
.detail .sizechart{
	display:none;
	position:absolute;
	top:-20px;
	right:260px;
	border:1px solid #cccccc;
	background-color:#f4f4f4;
	padding: 5px;
	text-align:left;
}
.detail .sizechart label{
	display:block;
	float:left;
	width:12px;
}


.detail .texts h2{
	font-size:1.2em;
	margin-bottom:10px;
}
.detail .texts h3{
	margin: 10px 0;
}
.detail .texts .price{
	display:block;
	margin-bottom:5px;
}
.detail .lief{color:#006400;}
.detail .nlief{color:#770000;}

.detail .btnminus{width:16px;background-image:url(/images/ui/remove.gif);}
.detail .btnplus{width:16px;background-image:url(/images/ui/add.gif);}

.detail .image .vars{
	margin: 10px auto;
	display:block;
	border:1px solid #cccccc;
	width:250px;
}
.detail .image .vars th,
.detail .image .vars td{
	padding:3px 5px;
}
.detail .image .vars .hover td{
	background-color:white;
}
.detail .image .vars .head{
	background-color:#cccccc;
}
.detail .image .vars .footer{
	border-top: 1px solid #cccccc;
}
.detail .image .vars td{
	text-align:center;
}
.detail .image .vars td .btn{
	float:right;
}

.detail .tracklisting{
	display:block;
	width:600px;
}
.detail .tracklisting h2{
	margin: 0 0 5px 0;
}
.detail .tracks table{
	border:1px solid #cccccc;
}
.detail .tracks .alt{
	background-color:white;
}
.detail .tracks td{
	padding: 1px 2px;
}

.detail .tracks .hover{
	background-color:#f4f4f4;
}



.detail .playing{
	background-color:#ffd700 !important;
}
.detail .playing .speaker a{
	visibility: hidden;
}
.detail .speaker a{
	cursor:pointer;
	color:#006400;
	text-decoration:none;
}
.detail .speaker a:hover{
	text-decoration:underline;
}

.detail #pbox{
	display:block;
	margin: 10px 0;
	display:none;
}



/*====Order Commons=====*/


/*==footer==*/
.ordernav{
	margin-top:10px;
	display:block;
	overflow:hidden;
	border:1px solid #bbbbbb;
	background-color:#e0f3d2;
	position:relative;
	padding:5px 10px;
	zoom:1.01;
}
.ordernav .prev{
	float:left;
	background-color: transparent;
}
.ordernav .next{
	float:right;
	background-color: transparent;
}



/*===== Basket =====*/
.basket .basketlist .alt{
	background-color:#f4f4f4;
}
.basket .basketlist .hover{
	background-color:#fff3aa;
	cursor:pointer;
}
.basket .header{
	background-color:#bbbbbb;
}
.basket .footer{
	border-top:1px solid #bbbbbb;
}
.basket .header th{
	padding: 1px 2px;
}
.basket .row td,
.basket .footer td{
	padding: 5px 2px;
}



/*===== Adresse =====*/
.adress .adrtab td{
	padding-bottom:2px;
}


/*====Payment=====*/

.payment .text{
	display:block;
	width:350px;
	float:left;
}

.payment .send{
	display:block;
	width:170px;
	float:right;
	text-align:right;
	position:relative;
}


.payment .btnpp,
.payment .btncc{
	text-align:center;
	padding-left:5px;
}

.payment .btnpp{height:55px;}
.payment .btncc{height:50px;}


.payment .working{
	position:absolute;
	top:10px;
	right:40px;
	background-color:#fff3aa;
	border: 2px solid #ffd700;
	padding:10px 20px !important;

}

.payment .text .tbx{
	margin-bottom:2px;
}
.payment .text .cbx{
	line-height:12px;
	font-weight:bold;
}
.payment .text .cbx label{
	margin-left:5px;
}
.payment .text label{
	display:block;
	float:left;
	width:100px;
	line-height:14px;
}
.payment .watermarked{
	color:#bbbbbb;
}


/*===== Confirm =====*/
.confirm .adr{
	border:1px solid #bbbbbb;
	padding: 5px 10px;
	margin-bottom:10px;
}
.confirm .adr .left,
.confirm .adr .right{
	display:block;
	width:49%;
	float:left;
}


.confirm .basketlist .alt{
	background-color:#f4f4f4;
}
.confirm .header{
	background-color:#bbbbbb;
}
.confirm .footer{
	border-top:1px solid #bbbbbb;
}
.confirm .header th{
	padding: 1px 2px;
}
.confirm .row td,
.confirm .footer td{
	padding: 5px 2px;
}



.confirm .agbs{
	border:1px solid #bbbbbb;
	padding: 5px 10px;
	margin-bottom:10px;
}

.confirm .agbs .missing{
	display:block;
	margin-top: 5px;
}
.confirm .agbs label{
	margin-left:5px;
}


/*===== Done/Placed =====*/
.done .fsok legend{
	color:#006400;
}

.done .fsfail legend,
.done .fsfail{
	color:red;
}


/*========================================================*/
/*		Basket			*/
/*========================================================*/
.basketlist{
	border-width:0px;
}
.basketlist .empty td{
	padding: 10px 0;
}



/*========================================================*/
/*								Order										*/
/*========================================================*/

.FormularError{
	color: #770000;	
	font-weight: bold;
}
.FormularErrorSmall{
	color: #ff0000;	
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

/*==== order1 = Adressangabe ====*/
.order1fieldname{
	width:200px;
	padding: 2px 2px;
}
.order1fieldvalue{
	width:200px;
	border-width:0px;
	padding: 1px 2px;
}
.order1fielderror{
	width:200px;
}

.order3rowheadline{
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
.order3rowheadlinespacer{
	height: 20px;
	vertical-align: middle;
}

.order4columnheadline{
	color: #E7E7E7;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-top: 1px;
	padding-right: 2px;
	background:#353535;
}


.orderTD{
	height: 1em;		
}
	
.OrderFootNav{
	position: relative;
}


.orderFooterTable{
	margin-top:20px;
}

.BasketDottedLine{
	display:block;
	border-bottom: 1px solid #D4D4D4;
	height:1px;
}

/*==== Giveaway (Free CD bei >50€) ====*/
.GiveawayPanel{
	margin: 20px 0px;
	padding: 5px;
	display:block;
	border:1px solid #999999;
	background:#F4F4F4;
	background-color:#F4F4F4;
}

.GiveawayPanel .InActive td,.GiveawayPanel .InActive a{
	color:#777777;
}
.cbxGiveAway{
	display:block;
}


/*===== Confirm Page =====*/
.confirm{
	position:relative;
}
.confirm .waiter{
	display:block;
	position:absolute;
	top:250px;
	left:200px;
	border:2px solid #006400;
	padding: 10px 20px;
	background-color:#e0f3d2;
	color:#006400;
}



/*=====Shipping====*/
.ShippingTime{
	margin: 10px 0px 10px 0px;
	font-weight:bold;
	border-bottom: 0px;
	display:block;
	text-align: left;
}
.ShippingPrice{
	text-align: right;
}
.ShippingHeadline{
	padding-top: 10px;
}

.ProductDetailText{
	padding:0px 10px;
}

.shipping .ddl{
	float:left;
	margin-right:10px;
}

.shipping .item1,
.shipping .item{
	display:block;
	float:left;
	width:60px;
	text-align:center;
}
.shipping .item1{
	width:60px;
	text-align:left;
}

/*===== Contact =====*/
.contact label{
	padding-top:7px;
	padding-left:5px;
	display:block;
	width:70px;
	float:left;
}
.contact .tbx,
.contact .tbxbig,
.contact .ddl,
.contact a{
	margin:5px 0;
}
.contact .tbx{
	width:400px;
}
.contact .tbxbig{
	height:100px;
}
.contact .ddl{
	width:400px;
}



/*===== Detail: Sets =====*/
.detail .sets .slot{
	border:1px solid #cccccc;
	margin-bottom:10px;
	position:relative;
}
.detail .sets .slot .items{
	overflow:hidden;
}

.detail .sets h2{
	font-size:16px;
	border-bottom: 1px solid #cccccc;
	background-color:#dddddd;
	height:24px;
	line-height:24px;
	vertical-align: middle;
	padding-left:5px;
}

.detail .sets .grp{
	overflow:hidden;
	padding-bottom:5px;
}

.detail .sets .slot .items .item{
	width:135px;
	float:left;
	display:block;
	margin: 10px 0 10px 10px;
	background-color:#f4f4f4;
}


.detail .sets .slot .items .item img{
	margin: 5px 10px;
	display:block;
}
.detail .sets .slot .items .item h3{
	height:3.5em;
	margin: 5px;
}
.detail .sets .slot .items .item .size div{
	display:block;
	float:left;
	cursor:pointer;
	text-indent: 20px;
	margin: 2px 0 2px 10px;
	background-image:url(/images/adder.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:100px;
	height:16px;
	overflow:hidden;
}

.detail .sets .sel{
	color:green;
	font-weight:bold;
	background-position:0 -16px !Important;
}
.detail .sets .slot .stat{
	color:black;
	display:block;
	background-image:url(/images/slotstat.gif);
	background-repeat:no-repeat;
	background-position: right 0;
	padding-right:28px;
	width:200px;
	height:22px;
	position:absolute;
	right:0px;
	top:0px;
	text-align:right;
	line-height:24px;
	vertical-align: middle;
}
.detail .sets .slot .ok{
	color:#1b6f1c !important;
	background-position: right -24px;
}

.detail .sets .inbasket{
	border: 1px solid #cccccc;
	background-color:#dddddd;
	margin-bottom:10px;
}

.detail .sets .inbasket .btn{
	width:598px;
	height:24px;
	border-width:0px;
	text-align:right;
	padding-right:26px;
	background-image:url(/images/slotinbasket.gif);
	background-color:#dddddd;
	background-position: right 0px;
	line-height:24px;
	vertical-align: middle;
	color:#999999;
}

.detail .sets .inbasket .act{
	color:green;
	font-size:1.2em;
	font-weight:bold;
	background-position: right -24px;
}


.detail .filled h2{
	background-color:#e0f3d2;
}



