/***BASIC***/
body {
	margin:0 10px;
	padding: 0;
	background: #fff;
	font: normal normal 100% Arial, Helvetica, Verdana, sans-serif;
	color:#015B90;
}

.clear {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float:right;
}

.last {
	border-bottom:0;
}

/***TEXTAUSZEICHNUNGEN***/

p {
	font: normal normal 0.8em Arial, Helvetica, Verdana, sans-serif;
}

h1 {
	font: normal bold 1em Arial, Helvetica, Verdana, sans-serif;
	background: url(../img/headlinebg.gif) top repeat-x;
	color: #fff;
	padding: 1px 3px;
	margin:0;
	border-right: 1px solid #005B91;
	height: 18px;
	vertical-align: middle;
}


h2 {
	font: normal bold 0.9em Arial, Helvetica, Verdana, sans-serif;
	padding: 0;
	margin:0;
}

h3 {
	font: normal bold 0.8em Arial, Helvetica, Verdana, sans-serif;
}

a, a:link, a:visited {
	text-decoration: none; 
	color: #015B90;
	font-weight:bold;
}

a:active, a:hover, a:focus {
	text-decoration: underline;  
}	

img {
	
}

ul {
	margin: 0 0 0 10px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

input {
	border: 1px solid #015B90;
	background: #fff;
}

.box ul {
	font-size:0.8em;
}

/***WRAPPER HEADER LOGO CONTENT CORSET FOOTER***/

#wrapper {
	
}

#header {
	background: url(../img/headerbg.jpg) no-repeat;
	height: 59px;
	position:relative;
	width: 990px;
	display:none;
}

#logo {
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
	display:none;
}
#logo img {
	border:0;
	margin: 5px;
	padding: 5px;
}
#corset{
	width: 990px;
	margin: 0;
	padding: 10px 0;
}

#columnleft {
	margin: 0 ;
	padding:0;
	float:left;
	width: 170px;
	display:none;
	}

#grapper {
	margin: 0 0 10px 10px;
	padding: 0;
	float:left;
	width:100%;
}	
	
#content {
	width: 100%;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

#columnright {
	float:left;
	width: 150px;
	display:none;
}

#footer {
	border-top: 1px solid #015B90;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	display:none;
}

#footer p, #footer p a {
	color: #015B90;
	margin: 0;
	padding: 0;
}

/**** QUICKSEARCH + BREADCRUMB******/

#servicebanderole {
	margin:5px 0;
	padding:0;
	width: 990px;
	height: 15px;
	display:none;
}

#breadcrumb {
	float:left;
	font-size: 0.75em;
	margin:3px 0 0 17px;	
	display:none;
}

#quickserach {
	float:right;
	display:none;
}

#quickserach input {
	padding: 2px 5px;
	margin:0;
	display:none;
}

#qssubmit {
	width: 55px;
	display:none;
}

/*****MAINNAVI*****/

#mainnavi {
	margin:0 0 0 10px;
	padding:0;
	position:absolute;
	bottom:10px;
	left: 145px;
	font-size: 0.8em;
	font-weight: bold;
	display:none;
}


#mainnavi ul {
	list-style:none;
}

#mainnavi ul li {
	margin:0;
	padding:0;
	display: inline;
	margin: 0 10px;
}

#mainnavi ul li a{
	margin:0;
	padding:0;
	color: #015B90;
	font-size:1em; 
	text-decoration:none;
}

#mainnavi ul li.active a, #mainnavi ul li a:hover {
	color: #fff;
	text-decoration:none;
}
/***NAVI***/

.top {
	height: 4px;
	margin: 0;
	padding: 0;
	background: url(../img/top.gif) top repeat-x;
	font-size:0px;
	display:none;
}

.topright {
	float: right;
	height: 4px;
	width:5px;
	background: url(../img/topright.gif) top right no-repeat;
	display:none;
}

.topleft {
	float: left;
	height: 4px;
	width:5px;
	background: url(../img/topleft.gif) top left no-repeat;
	display:none;
}

.bottom {
	margin: 0;
	padding: 0;
	height: 4px;
	background: url(../img/bottom.gif) top repeat-x;
	display:none;
}

.bottomright {
	float: right;
	height: 4px;
	width:5px;
	background: url(../img/bottomright.gif) top right no-repeat;
	display:none;
}

.bottomleft {
	float: left;
	height: 4px;
	width:5px;
	background: url(../img/bottomleft.gif) top left no-repeat;
	display:none;
}


#subnavi {
	margin:0;
	padding:0;
	float: left;
	font-size: 0.75em;	
	font-weight: bold;
	display:none;
}

#subnavi ul {
	clear:both;
	margin:0;
	list-style:none;
	padding:0;
	padding-top:2px;
	background: #4FA1D1 url(../img/subnavibg.gif) top repeat-x;
	border-left: 1px solid #C5E2F4;
	border-right: 1px solid #D6DBDF;
}

#subnavi ul li {
	margin: 0;
	padding:0;
	border-bottom: 1px solid #C5E2F4;	
}

#subnavi ul li a {
	padding:3px 0 0 15px;
	display: block;
	color: #fff;
	text-decoration:none;
}

#subnavi ul li.subactive {
	border:0;	
}

#subnavi ul li.subactive a, #subnavi ul li a:hover {
	color:#015B90;
	background: url(../img/subactivepoint.gif) 5px center no-repeat;
}

/*****SUBNAVI*****/

 ul#subsubnavi {
 	margin:0;
	padding: 0;
	background: transparent;
	border:0;
	border-top: 1px solid #C5E2F4;
	border-bottom: 1px solid #C5E2F4;
	font-weight: normal;
	list-style-image:none;
	background-image:none;
	display:none;
}

ul#subsubnavi li {
 	padding-left:0;
	border: 0;
	list-style-image:none;
	background-image:none;
 } 
 
#subnavi ul li.subactive ul#subsubnavi li {
 	padding-left:0;
	border: 0;
	list-style-image:none;
	background-image:none;
 } 
 
ul#subsubnavi li a {
 	padding:3px 0 0 20px;
	text-decoration:none;
	display: block;
	color: #005A8F;
	background-image:none;
 }
 
#subnavi ul li.subactive ul#subsubnavi li a {
 	padding:3px 0 0 20px;
	text-decoration:none;
	display: block;
	color: #005A8F;
	background-image:none;
	display:none;
 }
 
ul#subsubnavi li.subsubactive a, ul#subsubnavi li a:hover {
 	background: url(../img/subsubactivearrow.gif) 7px 7px no-repeat;
	font-weight: bold;
 }
 
#subnavi ul li.subactive ul#subsubnavi li.subsubactive a, #subnavi ul li.subactive ul#subsubnavi li a:hover {
 	background: url(../img/subsubactivearrow.gif) 7px 7px no-repeat;
	font-weight: bold;
 }

 
 /*****CONENTELEMENTE*****/
 
 .box {
 	border: 0px solid #ccc;
	border-top:0px;
	margin: 0 0 10px 0;
	padding: 10px;
 }
 
#top10 {
	margin-top:15px;	 
}

.ten {
	border-bottom: 0px solid #ccc;
	margin: 5px 0;
	padding: 5px 0;
}

/*****PARTNER******/

#partner {
	margin-top: 10px;
}


#partner h1 {
	font-size: 0.8em;
}
/*****50-50 COLUMN*****/

.fifftyone {
	width:49%;
	float:left;
	margin: 0 10px 10px 0;
}

.fifftytwo {
	width:49%;
	float:left;
	margin: 0 0 10px 0;
}


/****PRODUCTSHORTINFO****/


.productshortinfo {
	border-bottom: 0px solid #ccc;
}

.more {

}

/****PRODUCTINFO****/

.productinfo {
	
}

.productinfo ul{
	margin-left: 15px;
}

.dvd {
	float:left;
	width:150px;
}

.cd {
	float:left;
	width:250px;
}

.imgwrapper img{
	border:0;
}

.imgwrapper a{
	font-size:0.75em;
	font-weight: bold;
	color: #015B90;
}

.cd .bigimg img {
	width: 250px;
}

.bigimg img {
	width: 150px;
}

.description {
	margin: 0 320px 0 170px;
}

.descriptioncd {
	margin: 0 0 0 270px;
}


.media {
	width: 300px;
	float: right;
}

.smallimg {
	border-top:0px solid #ccc;
	margin: 10px 0;
}

.smallimg img {
	float:left;	
	width: 70px;
	margin: 2px;
}

.productdetaildescription {
	float: left;
	width: 32%;	
	margin: 10px 0;
}

.cast, .similarproducts {
	float: left;
	width: 32%;	
	margin: 10px 0 0 10px;
}

.similarproducts img {
	border: 0;
}

.pressevoice {
	float: left;
	width: 32%;	
	margin: 10px 0 0 10px;
}

.productdetaildescription h2, .pressevoice h2, .cast h2, .similarproducts h2{
	border-bottom:0px solid #015B90;	
}

.row {
	margin:5px 0;
	font-size:0.75em;
}

.left {
	width: 40%;
	float: left;
	font-weight: bold;
}

.right {
	width: 58%;
	float: left;
}

.right a{
	font-weight: normal;
        text-decoration:underline;
}

.rowprice {
	margin:5px 0;
	font-size:1em;
	color: #cc0000;
	font-weight: bold;
}

.pressetext {
	margin: 5px;
	padding: 5px;
	font-size: 0.75em;
	border-bottom:0px solid #015B90;
}

.quelle {
	font-weight: bold;
}

.pdf{
	vertical-align:middle;
	height: 60px;
	border-top:1px solid #015B90;
	margin-top:10px;
	font-size:0.85em;
}

.pdf img{
	float:left;
	border: 0;
	margin-right:10px;
}

.pdf p{
	font-weight:bold;
	color:#015B90;
	line-height: 60px;
	font-size:0.9em;
}

/****SHOWLIST*****/

.showlist {
	margin:5px;
}

.productlist {
	margin: 5px;
	padding:10px 0;
	border-bottom: 0px solid #ccc;
}

.listimg {
	float:left;	
        position:relative;
        z-index:1;
}

.listimg img{
	border:0;
	width: 80px;
}

.listimg img.new {
	width:35px;
        position: absolute;
        top:-10px;
        left:-10px;
        z-index:2;
}

.listdescription {
	float:left;
	width:678px;
	margin: 0 0 0 10px
}

.listdescription .rowprice {
	font-size: 0.8em
}

.col-one {
	width: 32%;
	margin:0;
	float:left;
       /* border-right: 1px solid #015B90;*/
}

.col-two {
	width: 32%;
	margin:0 10px;
	float:left;
       /* border-right: 1px solid #015B90;*/
}

.col-three {
	width: 32%;
	margin:0;
	float:left;
}

/***PAGAR******/

.pager {
	text-align:center;
}

.pager ul {
	list-style:none;
}

.pager ul li{
	display:inline;
	margin: 0 2px;
}

.pager ul li.active a{
	border: 0px solid #015B90;
	padding: 2px 3px;
	background:#AAD9F5;
}

/****NEW*****/
.descriptioncd .new {
	margin:10px;
}

/**ZINDEX + AB**/

.zindex {
	position:relative;
	Z-index:3;
}

.abdate {
	position:absolute;
	Z-index:5;
        top:4px;
        left:5px;
        margin:0;
        padding:0;
        font-weight: bold;
	font-size: 0.9em;
        color:#fff;
}

.descriptioncd .abdatebutton{
	margin:10px;	
}

.descriptioncd .abdate{
	font-size:0.7em;	
	position:absolute;
	Z-index:5;
        top:14px;
        left:15px;
}

/******HANDELSPARTNER******/

#partner p {
        margin: 0 0 10px 0;
        padding:0;
}

ul.partner {
        list-style:none;
        margin:0;
        padding:0;
}


ul.partner li img{
         border:0;
         width:130px;       
}


/*****PRODUKTSUSCHE*****/


.box .colleft {
	margin:5px 0;
	padding:0;
	float:left;
	width:50%;
}

.box .colright {
	margin:5px 0;
	padding:0;
	float:left;
	width:30%;
}
.box input {
	margin:5px 0;
	padding:0;
	float:left;
	width:50px;
}

.box input.serachresult {
	margin: 4px 0;
	padding:2px;
	float:left;
	width:100px;
}

.box label.group {
	margin:10px 0;
	padding:0;
	float:left;
	width:80px;
}

.box label {
	margin:5px 0;
	padding: 0;
	float:left;
	width:120px;
	font-size:0.75em;
}

.box select {
	margin:4px 10px 0 0;
	padding:0;
	float:left;
	
}


.box .button{
	margin:10px 5px;
	float:right;
	width:100px;
}

.result {
	position:relative;
}

.box .buttondownright {
	position:absolute;
	bottom:10px;
	right:10px;
}

.orderby select {
	float:none;
}


.orderby span{
	margin-right:10px;
}

.orderby .active{
	text-decoration:underline;
}
