
/* ----------------------------------- 
   Allgemeines
------------------------------------- */

* { padding: 0; margin: 0; }

body {
    margin: 0;
    padding: 0;
    font: 13px Arial, Helvetica, sans-serif;
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 8px 0;
    line-height: 1.1em;
}

h1, h2, h3 { color: #000; font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
p { margin: 0 0 1em; }
p { padding: 0; margin: 0; }

img { border: none; }
#headerLinks img { margin-top:25px;}


h2 a { color: #000; text-decoration:none; }
h2 a:hover { color: #000; text-decoration:none; }

a { color: #7A2553; text-decoration:none;}
a:focus{ color: #7A2553; }
a:hover, a div:hover{ color: #7A2553; text-decoration:underline;}
a:active { color: #7A2553; }

.content_paging a { color: #7A2553; text-decoration:none; padding:0 3px 0 3px;}
.content_paging a.current { color: #000000; text-decoration:none; padding:0 3px 0 3px; font-weight:bold;}

span.big { font-size: 18px; font-weight:bold;}


DIV.content_paging a {
    margin-left:3px;
    vertical-align:top;
}

DIV.content_paging a img {
    margin-top:-2px;
}

.prod_name , .prod_name:hover { color:#000000; text-decoration:none; font-weight:bold; font-size:13px;}
.prod_shortdesc, .prod_shortdesc:hover { color:#444444; text-decoration:none; font-weight:normal; font-size:11px;}
.prod_image  { color: #000; text-decoration:none; }
.prod_price, .prod_price:hover { line-height: 28px; color: #000; text-decoration:none; font-weight:bold; font-size:16px; vertical-align:middle;}
.prod_verf, .prod_verf:hover { font-weight:bold; font-size:12px;}
.green { color:#339900;}
.red { color:#F97828;}
.prod_versand a, .prod_versand a:hover, table.prod1 td a { color:#7A2553; text-decoration:none; font-weight:normal; font-size:12px;}
.prod_versand a:hover, table.prod1 td a:hover { text-decoration:underline;}



#footer a { color: #666; text-decoration:none; }
#footer a:hover { color: #444; text-decoration:underline;}


tr.none { background-color:#ffffff;}
tr.marked { background-color:#f9f9f9;}
.marked td  { border:1px solid #a0a0a0;}
td.indent { padding-left:10px; }


ol {
    list-style-position:outside;
    padding-left: 20px;
}

blockquote {
    background: #ecf7fd;
    margin: 1em 0;
    padding: 1.5em;
}

code {
    background: #ecf7fd;
    font: 14px courier, monaco, monospace;
    margin: 0 .3em;
}

abbr, acronym {
    border-bottom: .1em dotted;
    cursor: help;
}
div.spacer5 {
    height:5px;
    clear:both; 
}
div.spacer10 {
    clear: both;
    height:10px;
}

div.spacer20 {
    clear: both;
    height:20px;
}

div.spacer50 {
    clear: both;
    height:50px;
}


/* -----------------------------------
Buttons
----------------------------------- */

.btn_large a:link, .btn_large a:active, .btn_large a:visited {
    display: block;
    text-decoration: none;
    width: 262px; height: 29px;
    margin-top: 5px;
    font-size:14px;
    font-weight: normal;
    overflow: hidden;
    padding-top: 8px;
    text-align:center;
}

.btn_small a:link, .btn_small a:active, .btn_small a:visited {
    display: block;
    text-decoration: none;
    width: 129px; height: 27px;
    margin-top: 5px;
    font-size:13px;
    font-weight: normal;
    overflow: hidden;
    padding-top: 7px;
    text-align:center;
    margin-right: 5px;
}

.btn_large a:hover, .btn_small a:hover {
    text-decoration: underline;
}

a.btn_blue {
    background-image: url('../images/btn_blue_large.png');
    background-repeat: no-repeat;
    color:#FFFFFF;
}

a.btn_blue_small {
    background-image: url('../images/btn_blue_small.png');
    background-repeat: no-repeat;
    color:#FFFFFF;
}

a.btn_gray {
    /*color:#555;*/
    background-image: url('../images/btn_gray_large.png');
    background-repeat: no-repeat;
    color:#000000;
}

a.btn_gray_small {
    background-image: url('../images/btn_gray_small.png');
    background-repeat: no-repeat;
    color:#000000;
}

img.button_top {
    margin-top: 10px;
}
img.button_bottom {
    margin-bottom: 5px;
}

.btn_small a.white, .btn_large a.white {
    color: white;
}
.btn_small a.black, .btn_large a.black {
    color: black;
}

input.btn_small {
    margin:5px 0 0 0;
    padding:0;
    padding-bottom:3px;
    border:none;
    text-decoration:none;
    width:129px;
    height:31px;
    font-size:13px;
    font-weight:normal;
    text-align:center;
}

input.btn_large {
    margin:5px 0 0 0;
    padding:0;
    padding-bottom:4px;
    border:none;
    text-decoration:none;
    width:262px;
    height:33px;
    font-size:14px;
    font-weight:normal;
    text-align:center;
}


input.btn_blue_small {
    color:white;
    background-color:transparent;
    background-image:url('../images/btn_blue_small.png');
    background-repeat:no-repeat;
    cursor:pointer;
}
input.btn_gray_small {
    color:black;
    background-color:transparent;
    background-image:url('../images/btn_gray_small.png');
    background-repeat:no-repeat;
    cursor:pointer;
}

input.btn_blue {
    color:white;
    background-color:transparent;
    background-image:url('../images/btn_blue_large.png');
    background-repeat:no-repeat;
    cursor:pointer;
}
input.btn_gray {
    color:black;
    background-color:transparent;
    background-image:url('../images/btn_gray_large.png');
    background-repeat:no-repeat;
    cursor:pointer;
}


input.btn_small.white {
    color:white;
}

input.btn_small.black {
    color:black;
}

/* -----------------------------------
Layout-Container
----------------------------------- */
#container {
    margin: 0 auto;
    width: 940px;
}

#header {
    background: #ffffff;
    padding: 0;
    float: left;
    width: 940px;
    height: 85px;
}

.listen-container {
    width: 100%;
    float: left;
    background-color: #fff;
    border-bottom: 1px solid #a0a0a0;
    margin: 0;
    padding: 0;
}

.content-container {
    float: left;
    width: 100%;
    border-bottom: 1px solid #a0a0a0;
    margin: 0;
    padding: 0;
}

.content {
    float: left;
    width: 700px;
    padding: 0 0 0 20px;
    margin: 0;
    display: inline;
}

.content_banner {
    float: left;
    width: 700px;
    padding: 0 0 20px 0;
    margin: 0;
    display: inline;
}

.content_banner_blank {
    float: left;
    width: 700px;
    height:130px;
    padding: 0 0 20px 0;
    margin: 0;
    display: inline;
    background-image: url('../images/banner_blank.png');
    background-repeat:no-repeat;
}

.content_banner_blank table {
    margin-top:6px;
    width:670px;
}
.content_banner_blank table h2{
    margin-top:6px;
}
.content_banner_blank .offset{
    width:65px;
}

.content_paging {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: inline;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    height: 25px;
    padding: 7px 0 2px 0;
    vertical-align: top;
}

.content-full {
    float: left;
    width: 100%;
    padding: 0;
    margin: 5px 10px 5px 0;
}

.filter {
    float: left;
    width: 220px;
    padding: 0;
    margin: 0;
    display: inline;
}

.filter_right {
    float: right;
    width: 220px;
    padding: 0;
    margin: 0;
    display: inline;
}

.prod-links {
    position:relative;
    float: left;
    width: 620px;
    padding: 0;
    margin: 0 10px 0 0;
    background: #ffffff url(../images/prodleftbg.png) no-repeat top left;
    height:425px;
    text-align:center;
}

.prod-links-nobox {
    position:relative;
    float: left;
    width: 620px;
    padding: 0;
    margin: 0 10px 0 0;
    min-height:425px;
    text-align:center;
    overflow:hidden;
}

.prod-links-white {
    float: left;
    width: 620px;
    padding: 0;
    margin: 0 10px 0 0;
    /*height:425px;*/
    text-align:center;
    border-top: 1px solid #fff;
    position: relative;
    z-index: inherit;
    zoom: 1; /* For IE6 */
}

.links {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 0 0;
    text-align:left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: inherit;
    zoom: 1; /* For IE6 */
}

.prod-links-white-box {
    background-color: #fff;
    width: 618px;
    height: 423px;
    margin: 0;
    padding: 0;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(css/border-radius.htc);
    overflow:hidden;
}

.links-box {
    background-color: #fff;
    margin: 0;
    padding: 10px;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(css/border-radius.htc);
    overflow:hidden;
}

.prod-rechts {
    float: right;
    width: 300px;
    padding: 0;
    margin: 0 0 0 10px;
}

.prod-small {
    width:100%;
    padding:0px;
    margin:0px;
}
.prod-small td {
    padding:2px;
    text-align:left;
    vertical-align:top;
}

.content-2sp-links {
    width: 460px;
    float: left; 
    margin: 5px 5px 5px 0;
    padding: 0;
    line-height: 20px;
}

.content-2sp-rechts {
    width: 460px;
    float: right; 
    margin: 5px 0 5px 5px;
    padding: 0;
    line-height: 20px;
}


.content-3sp-links {
    width: 300px;
    float: left; 
    margin: 5px 15px 5px 0;
    padding: 0;
}

.content-3sp-mitte {
    width: 300px;
    float: left; 
    margin: 5px 5px 5px 5px;
    padding: 0;
}

.content-3sp-rechts {
    width: 300px;
    float: right; 
    margin: 5px 0 5px 15px;
    padding: 0;
}

.clear {
    clear:both;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 620px;
    height:420px;
}

.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/


/* ----------------------------------- 
    Header
    Breadcrumb
    Footer
 --------------------------- */
#breadcrumb {
    width: 940px;
    color: #7A2553;
    padding: 0 0 10px 0;
    margin: 0px;
    background: #ffffff;
    height: 25px;
    clear:both;
}

#headerRechts {
    float: right;
    width: 450px;
    height: 78px;
    margin: 7px 0 0 30px;
    display: inline;
    background: #ffffff url(../images/headerWK.png) no-repeat bottom right;
}

#headerLinks {
    float: left;
    width: 295px;
    padding: 0;
    margin: 5px 5px 0 0;
    display: inline;
}

#headerMitte {
    float: left;
    width: 150px;
    padding: 2px 0 0 0;
    margin: 0;
    display: inline;
}


#headerTable a, #breadcrumb a { color: #7A2553; text-decoration:none; }
#headerTable a:link, #breadcrumb a:link, .content_paging a:link { color: #7A2553; }
#headerTable a:visited, #breadcrumb a:visited, .content_paging a:visited { color: #7A2553; }
#headerTable a:focus, #breadcrumb a:focus, .content_paging a:focus { color: #7A2553; text-decoration:underline;}
#headerTable a:hover, #breadcrumb a:hover, .content_paging a:hover { color: #7A2553;  text-decoration:underline;}
#headerTable a:active, #breadcrumb a:active, .content_paging a:active { color: #7A2553; text-decoration:underline; }
#breadcrumb a.current { color: #909090; }


#headerTable {
    padding: 0;
    float: right;
    height:38px;
    margin-top:34px;
    width:450px;
}
#headerTable td {
    text-align: center;
    color: #000000;
    padding: 0 15px 0 5px;
}
#headerTable td.cartContent {
    text-align: right;
    padding: 0;
}
#headerTable td.border {
    text-align: center;
    background: #ffffff url(../images/headerspacer.gif) no-repeat right;
}

#footer {
    float: left;
    width:100%;
    clear: both;
    background: #f9f9f9;
    padding: 20px 0 10px 0;
    min-height: 200px;
}


/* -----------------------------------
   Styles fuer Scroller-boxen
   -----------------------------------*/
#prodscroller, #prodscroller_alsopurchased {
    border: 0px none; 
    width: 875px;  
    position: relative; 
    min-height: 150px;
	
}
div.prodcanvas {
    border:0px;
    position: absolute; 
    left: 0px;
}

div.prodcanvas div {
    float:left;
    margin: 0 10px 0 5px;
    width: 160px;
    text-align:center;
}

div.canvas img {

    padding-bottom: 4px;

}

/* ----------------------------------- 
Navigation
 ----------------------------------- */

#navigation {
    width: 940px;
    color: #FFF;
    padding: 0 0 15px 0;
    margin: 0px;
    background: #ffffff;
    height: 42px;
    clear:both;
}
#navigation_inner {
    color: #FFF;
    font-size: 13px;
    width: 940px;
    height: 42px;
    padding: 0;
    margin: 0;
    border: 0;
    background: #ffffff url(../images/hmenubg.png) repeat-x top;
}

#hmenu_home {
    padding: 0;
    margin: 0;
    height:42px;
    width:48px;
    float: left;
    background: #f0f0f0 url(../images/hmenuhome.png) no-repeat top left;
}

#hmenu_right {
    padding: 0;
    margin: 0;
    height:42px;
    width:16px;
    float: right;
    background: #ffffff url(../images/hmenuright.png) no-repeat top left;
}

#hmenu_suche {
    padding: 0;
    height:42px;
    float: right;
    width:260px;
}

#hmenu_home a {
    padding: 0 0 0 9px;
    height:42px;
    text-decoration: none;
    color: #000;
    margin: 0 ;
}

/* --------------------------- 
 Boxes
 -----------------*/

.w750 { width: 750px; }
.w800 { width: 800px; }
.box_padding { padding: 5px; }

.box_neutral {
    border: 1px solid #a0a0a0;
    color: #000;
    background-color: #fff;
    margin: 5px auto;
}

.box_neutral_noborder {
    color: #000;
    background-color: #fff;
    margin: 5px auto;
}
.box_success {
    border: 1px solid #006734;
    color: #006734;
    margin: 5px 0 15px 0;
    padding: 8px;
    line-height: 1.4em;
    background: #FAFAFA;
}
.box_success a {
    color: #008800;
}
.box_error {
    border: 1px solid #aa0000;
    color: #aa0000;
    margin: 5px 0 15px 0;
    padding: 8px;
    line-height: 1.4em;
    background: #FAFAFA;
}
.box_error a {
    color: #aa0000;
}

.box_error li {
    margin-left: 15px;

}

.box_neutral_links {
    width: 48%;
    background-color: #FAFAFA;
    float: left; 
    margin: 5px 10px 15px 0;
    padding: 0;
    border: 1px solid #a0a0a0;
}

.box_neutral_rechts 	{
    width: 48%;
    background-color: #FAFAFA;
    float: right; 
    margin: 5px 0 15px 10px;
    padding: 0;
    border: 1px solid #a0a0a0;
}

.box_grid_links {
    width: 52%;
    float: left; 
    margin: 0 0 5px 0;
    padding: 0;
    border-right: 1px solid #e0e0e0;
    text-align:left;
}

.box_grid_rechts 	{
    width: 47%;
    float: right; 
    margin: 0 0 5px 0;
    padding: 0 ;
    border: none;
    text-align:center;
}
.legalInfo {color:#666; font-size:10px; padding-top:0px;}

/* --------------------------- 
 CART
 --------------------- */

.product-image-canvas{
    width:141px; 
    height:106px; 
    margin:0;
    padding:5px 0 0 0;
    float:left;
    display:block; 
    text-align:center;
    background: transparent url(../images/warenkorb_bg.png) no-repeat top left;
    
}
.product-image{width:95px; height:95px; margin:0;}
.articleBox{float:left; margin:0; padding:0;}
.item-options{overflow:hidden;}
.cartaction{margin-top:10px; display:block; }
.tPrice, .sPrice {text-align:right;padding-right:10px;}
.tPrice {font-weight:bold;}
.tPrice_total {font-size: 17px; font-weight:bold; text-align:right;padding-right:10px;}
.inStock span {color:#009900; font-weight:bold;}
.footerSmallText {color:#444; font-size:11px; text-align:center; padding:2px;}
.cartSmallText {color:#555555; font-size:11px; text-align:right; padding-right:10px;}

.smalltext, .smallText {
    color:#555555;
    font-size:10px;
}

.listen-container p.smallText  {line-height:13px;}
.listen-container p.smalltext  {line-height:13px;}
//.content-container p.smallText  {line-height:13px;}
//.content-container p.smalltext  {line-height:13px;}

/* ------------------------------
  Allgemeine Tabellen
  ------------- */
table.step {
    margin:0 auto;
    width: 100%;
    vertical-align:middle;
    background-color: #f0f0f0;
}

table.border_table {
    margin:0 auto;
    width: 100%;
    border: 1px solid #e0e0e0;
    color: #444;
    background-color: #fff;
}

table.step tr td, table.border_table tr td {
    padding: 5px 3px 5px 5px;
}


tr.light {
    background-color:#fafafa;
}

tr.light2 {
    background-color:#ffffff;
}

tr.light3 {
    background-color:#ffffff;
}
tr.marked {
    background-color:#008543;
    color:#FFFFFF;
}

tr.head {
    background-color:#E9E9E9;
    color:#000000;

}

.light td, .light2 td, .marked  td {border-bottom: 1px solid #c0c0c0;}



/* --------------------------- 
 Content
 --------------------------- */
td {
    font-size:13px;
}

table.contentTable {
    margin: 0;
    border-collapse: collapse;
    width: 700px;
}
table.buttonTable {
    margin: 0;
    padding: 0;
    border:none;
}
table.contentTable td, table.contentFullTable td {
    padding: 2px;
    vertical-align:top;
}

table.buttonTable td {
    padding: 0;
    margin: 0;
    vertical-align:top;
}
table.contentFullTable {
    margin: 0;
    width: 100%;
}

table.prod1 {
    margin: 0;
    padding:0;
    width: 300px;
    height: 100%;
    background-color: transparent;
    font-size: 12px;
}


table.col2 {
    margin: 20px 0 10px 0;
    padding: 0;
    border-collapse: collapse;
    width: 460px;
}

table.col2_small {
    margin: 20px 0 10px 0;
    padding: 0;
    border-collapse: collapse;
    width: 335px;
}


table.col2nomargin {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 460px;
}


table.col2nomargin_wide {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 615px;
}
table.col2 th, table.col2_small th { 	
    background: #a0a0a0; 
    color:#000;
    font-weight:bold;
    background: url(../images/col2_bg.png) no-repeat top left;
    height:31px;
    border-bottom: 1px solid #ffffff;
    text-align:left;
    margin: 0;
    padding: 1px 5px 1px 10px;
}
table.col2nomargin_wide th { 	
    background: #a0a0a0; 
    color:#fff;
    font-weight:bold;
    background: url(../images/col2wide_bg.png) no-repeat top left;
    height:31px;
    border-bottom: 1px solid #fff;
    text-align:left;
    margin: 0;
    padding: 1px 5px 1px 10px;
}

table.col2nomargin_wide th.noborder { 	
    border: none;
}
table.col2 td, table.col2_small td, table.col2nomargin td, table.col2nomargin_wide td {
    height:31px;
    border-bottom: 1px solid #c0c0c0;
    text-align:left;
    margin: 0;
    padding: 1px 2px 1px 5px;
}

table.col2 td.top3, table.col2_small td.top3  {
    padding: 5px 0 3px 2px;
    vertical-align: top;
}

table.col2  td.last, table.col2_small  td.last  {
    border:none;
}


table.formArea_wide td,  table.formArea_small td, table.formArea_full td {
    height: 31px;
    margin: 0;
    padding: 2px;
}

table.col2nomargin_wide td {
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;

}

input.entryfield {
    height: 18px;
    border: 1px solid #999;

}
input.entryfield:hover {
    border: 1px solid #0077AA;

}





table.col2 td.gray1, table.col2nomargin td.gray1, table.col2nomargin_wide td.gray1 {
    background: #f0f0f0;
}

table.formArea td.gray1, table.formArea_wide td.gray1, table.formArea_small td.gray1, table.formArea_full td.gray1 {
    background: #f0f0f0;
    border-bottom: 1px solid #c0c0c0;
}


div.prod1top { 	
    width: 300px;
    background: #fff; 
    background: url(../images/prodright_top.png) no-repeat top left;
    padding: 0;
    height:9px;
    font-size: 1px;
}

div.prod1bottom { 	
    width: 300px;
    background: #fff; 
    background: url(../images/prodright_bottom.png) no-repeat bottom left;
    padding: 0;
    font-size: 1px;
    height:6px;
}
div.prod1middle { 	
    width: 300px;
    background-color: #f5f5f5;
    min-height:413px;
}

div.prod1middle-noheight { 	
    width: 300px;
    background-color: #f5f5f5;
}

div.prod-links-middle {
    width: 620px;
    height:425px;
    padding: 0;
    margin: 0 10px 0 0;
    font-size: 1px;
}

table.prod1 td { 	
    padding: 2px 1px 2px 15px;
    background-color: transparent;
}

td.herstlogo { 	
    background-color: #f5f5f5;
    text-align:center;
    border-bottom: 2px solid #ffffff;
}

table.prod1 td.prod1spacer {
    padding: 1px 0 0 0 ;
    margin: 0;
    background-color: #f5f5f5;
    font-size: 1px;
    border-bottom: 2px solid #ffffff;
}

td.prod1name { color:#555;}
td.prod1name h2 { color:#555;font-weight:bold; font-size:15px;}
td.prod1small { color:#555; font-size:11px; line-height: 12px;}
td.prod1price { color:#000; font-weight:bold; font-size:20px; }

img.prod1icon {
    border: 1px solid #e0e0e0;
}

img.prod1icon:hover {
    border: 1px solid #7A2553;
}
table.noborder {
    margin: 0;
    padding:0;
    border: none;
    width: 100%;
}
table.noborder td { 	
    padding: 0 0 0 0;
    border: none;
    text-align: left;
}
}
table.noborder td:hover { 	
    padding: 0 0 0 0;
    border: none;
    text-decoration: none;
}

table.border {
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
}

table.border caption {
    text-align: left;
    font-weight: bold;
    padding: 0 0 5px 0;
    color: #236271;
}

table.border td, table.border th {
    text-align: left;
    border: 1px solid #b1d2e4;
    padding: 5px 5px;
    vertical-align: top;
}

table.border th, table.border tr.head td {
    background: #ecf7fd;
    font-weight:bold;
}

table.border_gray {
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
}
table.border_gray_nomargin {
    margin: ;
    border-collapse: collapse;
    width: 100%;
}
table.border_gray tr:hover{
    background-color: #F5F5F5;
    /*cursor:pointer;*/
}

table.border_gray .odd{
    background-color:#FFFFFF;
}

tr.pointer:hover{
    cursor:pointer;
}


table.border_gray caption, table.border_gray_nomargin caption {
    text-align: left;
    font-weight: bold;
    padding: 0 0 5px 0;
    color: #236271;
}

table.border_gray td, table.border_gray th, table.border_gray_nomargin td, table.border_gray_nomargin th {
    text-align: left;
    border: 1px solid #ADADAD;
    padding: 2px 2px;
    vertical-align: top;
}

table.border_gray th, table.border_gray tr.head td,  table.border_gray_nomargin th, table.border_gray_nomargin tr.head td{ 
    background: #E0E0E0; 
    font-weight:bold;
}


table.priceInfoBox {
    border: 1px solid #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow:hidden;
    z-index:20; 
    background: #fff; 
    height: 90px;
    margin: 0;
    padding: 0;

}

table.priceInfoBox td,  table.priceInfoBox td.main {
    text-align:right;

}

.nobr {	
    white-space:nowrap;
}

.content-container ul, .listen-container ul {

    padding: 5px 0 4px 25px;
    line-height: 18px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.content-container ul li ul, .listen-container ul  li ul{

    padding: 5px 0 4px 25px;
    line-height: 18px;
    border: none;
}
.content-container ul li, .listen-container ul li {

    padding-bottom: 2px;
}

.content-container li, .listen-container li {

    list-style-type:square ;
    list-style-position:outside;
    line-height: 18px;
}

.content-container p, .listen-container p {

    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 18px;
}

.main_odd {
    border-bottom: 1px solid #e0e0e0; 
}

.rand2 {
    border-left: 1px solid #e0e0e0; 
}

/* --------------------------- 
 Filter
 --------------------------- */
table.filter {
    margin: 0;
    border-collapse: collapse;
    width: 220px;
}

table.filterPopup {
    margin: 0;
    border-collapse: collapse;
    width: 500px;
}

table.filter td, table.filter th, table.filterPopup td {
    text-align: left;
}

/*
.popup_headline { 
	position:relative;
	width: 478px;
	background: #a0a0a0; 
	color:#ffffff;
	font-weight:bold;
	padding: 0 2px 0 20px;
	text-align:center;
	height:31px;
	border-bottom: 1px solid #ffffff;
}
*/

table.filter th { 	
    background: #a0a0a0; 
    color:#ffffff;
    font-weight:bold;
    background: url(../images/filterheaderbg.png) no-repeat top left;
    padding: 0 2px 0 20px;
    height:31px;
    border-bottom: 1px solid #ffffff;
}

table.filterPopup th { 	
    background: #a0a0a0; 
    color:#ffffff;
    font-weight:bold;
    padding: 0 2px 0 20px;
    height:31px;
    border-bottom: 1px solid #ffffff;
}

table.filter td.filterfooter { 	
    width: 220px;
    background: #a0a0a0; 
    color:#ffffff;
    font-weight:bold;
    background: url(../images/filterfooterbg.png) no-repeat top left;
    padding: 0 2px 0 20px;
    height:31px;
    border-top: 1px solid #ffffff;
}

table.filter td.title,  table.filterPopup td.title { 
    background: #e0e0e0; 
    color:#555555;
    padding: 0 2px 0 5px;
    height:31px;
    vertical-align:middle;
    border-top: 1px solid #ffffff;
}

table.filter td.data,table.filterPopup td.data { 
    background: #f5f5f5; 
    color:#555555;
    padding: 2px 2px 0 2px;
    height:24px;
    width:200px;
    vertical-align:middle;
    font-size: 12px;

}

table.filter td.data_more {
    background: #f5f5f5;
    background-image: url(../images/arrow_down.gif) ;
    background-repeat:no-repeat;
    background-position:10px 7px;
    padding-left:25px;
    font-size:11px;
    font-weight:bold;
}

table.filter td.dataspacer, table.filterPopup td.dataspacer  { 
    background: #f5f5f5; 
    color:#555555;
    padding: 0;
    margin: 0;
    height:24px;
    width:10px;
    font-size: 1px;
}

table.filter td.linespacer, table.filterPopup td.linespacer  { 
    background: #f5f5f5; 
    color:#555555;
    padding: 0;
    margin: 0;
    height:8px;
}
table.filter img, table.filterPopup img { 
    padding: 3px 2px 0 0;
}

.filter-a{background:#f5f5f5 url(../images/button_filter.png) no-repeat 0 0}
/* .filter-a a:hover{      background:#f5f5f5 url(../images/button_filter.png) no-repeat 0 -112px; } */
.filter-b{background:#f5f5f5 url(../images/button_filter.png) no-repeat 0 -112px}
.filter-c{background:#f5f5f5 url(../images/button_filter.png) no-repeat 0 -223px}
/* .filter-c a:hover{      background:#f5f5f5 url(../images/button_filter.png) no-repeat 0 -335px; } */
.filter-d{background:#f5f5f5 url(../images/button_filter.png) no-repeat 0 -335px}
/* .filter-d a:hover{      background:#f5f5f5  } */
.filter-e{padding-left:25px; background:#f5f5f5 url(../images/button_filter.png) no-repeat 0 -447px; color:#c0c0c0}


.filter-mehr a, #footer a.mehr{padding-top:0 ; line-height:25px; background:#f5f5f5 ; color:#7A2553; text-decoration:none}
.filter-mehr a:hover, #footer a.mehr:hover{text-decoration:underline;}

.filter-a a, .filter-b a , .filter-c a , .filter-d a , .filter-e a{
    padding-left:25px;
    color:#555555;
    text-decoration:none;
    background:transparent;

    display: inline-block; 
}

.filter-a a:hover, .filter-b a:hover , .filter-c a:hover , .filter-d a:hover {
    color: #7A2553;
    text-decoration:underline;
}

.filter-a span, .filter-b span, .filter-c span, .filter-d span, .filter-e span {
    color:#999;
    text-decoration:none;
    line-height: 12px;
}



/* ---------------------------
    Vorschlagliste
   --------------------------- */

div.suggestion {
    cursor:pointer;
    position:relative;
    width: 280px;
    padding: 10px;
    margin: 20px 0 20px 0;
    vertical-align:top;
    border: 1px solid #e0e0e0;
    background: transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.suggestion:hover {
    border: 1px solid #a50072;
    background: transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/* ---------------------------
   Produkt Grid 
   --------------------------- */
table.product_grid {
    width: 700px;
    padding: 0;
    margin-bottom: 20px;
}
table.product_grid_full {
    width: 940px;
    padding: 0;
    margin-bottom: 10px;
}

.prod-links-noheight {
    background-color: #fff;
    width: 618px;
    margin: 0;
    padding: 0;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(css/border-radius.htc);
    overflow:hidden;
}

.product_grid td, .product_compare td.product {
    position:relative;
    width: 214px;
    /*min-height:325px;*/
    padding: 0 2px 2px 0;
    margin: 0;
    text-align: center;
    vertical-align:top;
    border: 1px solid #e0e0e0;
    background: transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* background:#ffffff url(../images/prodgridbg.png) no-repeat 0 0; */
}

.product_grid td:hover, .product_grid_full td:hover,  .product_grid td.product_grid_hover, .product_grid_full td.product_grid_hover {
    border: 1px solid #a50072;
    background: transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* background:#ffffff url(../images/prodgridbg.png) no-repeat 0 -427px; */
}

.product_grid_full td {
    position:relative;
    width: 100px;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align:top;
    border: 1px solid #e0e0e0;
    background: transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* background:#ffffff url(../images/prodgridbg.png) no-repeat 0 0; */
}

.product_grid td.product_spacer, .product_compare td.product_spacer {
    border:none;
    height: 20px;
    min-height:20px;
    width: 20px;
    margin:0;
    padding:0;
    overflow:hidden;
}

.product_grid td.product_spacer, .product_compare td.product_spacer {
    border:none;
    height: 20px;
    min-height:20px;
    width: 20px;
    margin:0;
    padding:0;
    overflow:hidden;
}

.product_grid_full td.product_spacer {
    border:none;
    height: 5px;
    min-height:5px;
    width: 5px;
    margin:0;
    padding:0;
    overflow:hidden;
}

.product_grid_full td.product_dummy {
    border:none;
    height: 20px;
    min-height:20px;
    width: 100px;
    margin:0;
    padding:0;
    overflow:hidden;
}

.product_grid div.prod {
    display: block;
    position: relative;
    text-align:left;
    padding: 5px 5px 5px 10px;
}

.product_grid_full div.prod {
    display: block;
    position: relative;
    text-align:left;
    padding: 0 1px 2px 1px;
}

.product_grid div.prod_data {
    text-align:left;
    padding: 10px 0;
}

.product_grid_full div.prod_data {
    text-align:left;
    padding: 3px 0;
}

.product_grid img.neu {
    position: absolute;
    z-index: 500; /* zIndex should be greater than that of shadow's below */
    top: -13px;
    left: 173px;

}

.product_grid_full img.details {
    position: absolute;
    z-index: 500; /* zIndex should be greater than that of shadow's below */
    top: 3px;
    left: 73px;
    opacity:0.55;
    filter: alpha(opacity=55); 
    -moz-opacity:0.55; 
}

.product_grid img {
    margin-bottom: 10px;
}

.product_grid_full img {
    margin-bottom: 3px;
}
/* --------------------------- 
 Forms
 --------------------------- */

div.search_small {
    float:right;
    border: none;
    width: 239px;
    margin: 6px auto;
}
.search_small input, .search_small button {
    border: none;
    float: left;
}

#input_wrapper_small {
    width: 237px;
    height: 29px;
    background: url(../images/search_bg_small.png) no-repeat top left;
}

.input_wrapper_filter_small {
    width: 60px;
    height: 24px;
    background: url(../images/filter_search.png) no-repeat top left;
}

.input_wrapper_filter_170 {
    width: 170px;
    height: 24px;
    background: url(../images/filter_search170.png) no-repeat top left;
}

.content_paging select {
    border: 1px solid #a0a0a0;
    width: 150px;
    height: 22px;
    padding: 1px;
    margin-top: -2px;
}

.data input.price {
    width: 50px;
    height: 22px;
    background: transparent;
    border: none;
    float: left;
    padding: 2px 2px 0 5px;
    color: #909090;
    line-height: 17px;
}
 
.search_small input.box_small {
    color: #909090;
    width: 184px;
    height: 18px;
    padding: 0;
    background: transparent;
    margin-top: 5px;
    margin-right: 0;
    margin-left: 25px;
    line-height:17px;
}
.search_small button.btn_small {
    margin: 0;
    width: 28px;
    height: 29px;
    cursor: pointer;
    text-indent: -9999px;
    background: #e9e9e9 url(../images/search_bg_small.png) no-repeat top right;
}

.search_small input.btn_small {
    margin: 0;
    width: 28px;
    height: 29px;
    cursor: pointer;
    text-indent: -9999px;
    background: #e9e9e9 url(../images/search_bg_small.png) no-repeat top right;
}





table.w615 {
    width: 620px;
}
table.w300 {
    width: 300px;

}
table.w940 {
    width: 940px;

}
table.w615 th {
    background: #a0a0a0 url(../images/th620_bg.png) no-repeat top left;
}
table.w618 th {
    background: #a0a0a0 url(../images/th618_bg.png) no-repeat top left;
}

table.w940 th {
    background: #a0a0a0 url(../images/th940_bg.png) no-repeat top left;
}

table.w300 th {
    background: #a0a0a0 url(../images/th300_bg.png) no-repeat top left;
}

table.formAreaTable {
    padding: 0;
    border-collapse: collapse;
}
table.formAreaTable th { 	
    color:#fff;
    font-weight:bold;
    height:31px;
    border-bottom: 1px solid #fff;
    text-align:left;
    margin: 0;
    padding: 0px 5px 0px 10px;
}

table.formAreaTable th.tableHeading_first { 	
    background: #c7c7c7 url(../images/th620_bg.png) no-repeat top left;

}
table.formAreaTable th.tableHeading { 	
    background: #c7c7c7 ;
}
table.formAreaTable th.tableHeading_last { 	
    background: #c7c7c7 url(../images/th620_bg.png) no-repeat top right;
}


table.formAreaTable td {
    text-align:left;
    margin: 0;
    padding: 2px 5px 2px 5px;
}



table.formAreaTable td.gray {
    background-color: #dfdfdf;
    color:#444;
    
}
table.formAreaTable td.gray1 {
    background-color: #ebebeb;
    
}
table.formAreaTable td.gray2 {
    background-color: #f5f5f5;
    
}
table.formAreaTable td.white {
    background-color: #fff;
    color:#000;
    
}

table.formAreaTable td.bb {
    border-bottom: 1px solid #fff;

}
table.formAreaTable td.br, table.formAreaTable th.br {
    border-right: 1px solid #fff;

}

table.formAreaTable td.right {

    text-align:right;
}

table.formAreaTable td.gray2_footer {
    font-size: 1px;
    background: #f5f5f5 url(../images/td300_footer.png) no-repeat bottom left;
    height: 10px;

}

table.formAreaTable td.border {
    border-bottom: 1px solid #fff;
}

table.formAreaTable td.padding {
    padding: 7px;
    
}
/* --------------------------- */



/* --------------------------- 
 Live-Suche
/* --------------------------- */

.ac_results {
    padding: 0;
    margin-left:-80px;
    margin-top:13px;
    overflow: hidden;
    z-index: 999;
    border-bottom-width: 0;
    background: #105688 url(../images/hmenubg_submenu.jpg) repeat-x top;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0 0 8px 0;
    margin: 0;
    min-height:80px;
    background:transparent url(../images/hsubmenubottom310.png) 0 bottom no-repeat;
}

.ac_results li {
    margin: 0px;
    padding: 1px 1px 1px 3px;
    cursor: default;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: 11px Arial, Helvetica, sans-serif;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    height: 17px;
    overflow: hidden;
}

.ac_loading {
}

.ac_title {
    background: #196493 url(../images/hmenugray.png) repeat-x  top center;
    color: white;
    border-bottom: 1px solid #505050;
}

.ac_odd {
    color: white;
    border-bottom: 1px solid transparent;
    overflow:hidden;
}

.ac_even {
    color: white;
    border-bottom: 1px solid transparent;
    overflow:hidden;
}

.ac_over {
    color: white;
    background-color: #2FA2DB;
    border-bottom: 1px solid #ffffff;
}
/* --------------------------- */


/* ---------------------------- */
/* Ausklappmenue				*/
/* ---------------------------- */

#nav {
    padding: 0;
    float: left;
    height:42px;
    /* background: url(../images/hmenuspacer.png) no-repeat top right; */
    border-right: 2px groove  #2FA2DB;
    background-color:transparent;
}

#nav, #nav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}

#nav a.main {
    padding: 0 5px 0 5px;
    height:42px;
    width: 110px;
    text-decoration: none;
    color: #FFF;
    margin: 0 ;
    /* background: url(../images/hmenuspacer.png) no-repeat top left; */
    border-left: 2px groove  #2FA2DB;
    background-color:transparent;
    display: block;
}

#nav a.main:hover {
    padding: 0 5px 0 5px;
    color: #FFFFFF;
    text-decoration: underline;
}

#nav a.current {
    background: #196493 url(../images/hmenubg_current.png) repeat-x  top center;
    color: #FFFFFF;
}

#nav a.regular {
    color: #000000;
}

#nav span {
    padding-top: 13px;
    text-align:center;
    display:block;
}

#nav a.sub {
    display: block;
    padding: 0 2px 0 2px;
    text-decoration: none;
    /* color: #FFF; */
    color:#CCCCCC;
    margin-top: 0 ;
}

#nav div.sub {
    display: block;
    padding: 0 2px 0 2px;
    text-decoration: none;
    color: #FFF;
    margin-top: 0 ;
}

#nav a.sub:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#nav li { /* all list items */
    float: left;
    width: 120px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
    position: absolute;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    border-bottom-width: 0;
    font: 13px Arial, Helvetica, sans-serif;
    z-index: 1000; /* zIndex should be greater than that of shadow's below */
    background: #105688 url(../images/hmenubg_submenu.jpg) repeat-x top;
    min-height: 80px; 
    padding: 10px 0 0 10px;
    margin-left: 2px;
    opacity:0.95;
    filter: alpha(opacity=95); 
    -moz-opacity:0.95; 
}

#nav li ul.wide{
    width: 380px; /* default width for wide menu */
}

#nav li ul.small{
    width: 250px; /* default width for small menu */
}

#nav li ul.small li { /* second-level lists */
    width:100%;
}

#nav li ul.wide li { /* second-level lists */
    width:50%;
}

#nav li ul.small li.last { /* second-level lists */
    background:transparent url(../images/hsubmenubottom250.png) 0 bottom no-repeat;
    margin-left:-10px;
    padding-left:10px;
    height:7px;
    font-size:1px;
}

#nav li ul.wide li.last { /* second-level lists */
    background:transparent url(../images/hsubmenubottom380.png) 0 bottom no-repeat;
    margin-left:-10px;
    padding-left:10px;
    height:7px;
    font-size:1px;
    width:100%;
}

#nav li ul li { /* second-level lists */
    color:black;
    text-align:left;
    line-height: 22px;

}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto;
}

#nav li:hover, #nav li.sfhover {
    background: #196493 url(../images/hmenubg_current.png) repeat-x  top center;
    color: #FFFFFF;
}

#nav li ul li:hover, #nav li ul li.sfhover {
    background: transparent;
}

#nav li a.bold, #nav li div.bold {
    /* font-weight:bold; */
    /* font-size: 14px; */
    /* color:#BCBCBC; */
    color:#FFFFFF;
    /*font-family: Arial;
    font-size: 14px;*/
}

/* ---------------------------- */

.strong_main, .sm {
    font-weight: bold;
}

.formAreaTitle {
    font-weight: bold;
}
table.formArea {
    border: 1px solid #a0a0a0;
    padding: 6px;
    line-height: 26px;
}

table.formArea_full {
    border: 1px solid #a0a0a0;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}

table.formArea_wide {
    border: 1px solid #a0a0a0;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 622px;
}

table.formArea_small {
    border: 1px solid #a0a0a0;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 300px;
}

.top_link {
    margin-bottom: 10px;
    color:#000000;
    font-weight:bold;
    font-size:15px;
}

.top_link a {
    color:#000000;
    font-weight:bold;
    font-size:15px;

}

.top_link a:focus{ color: #000000; }
.top_link a:hover { color: #000000; text-decoration:none;}
.top_link a:active { color: #000000; }

/* ------------------------------- */

.contractError {
    color:#990000;
}


.auszahlung {
    font-weight: bold;
    color:#aa0000;
    white-space:nowrap;
}

#helpcontainer {
    width:600px;z-index:2;visibility:hidden;position:absolute;
}
.helpbox {
    background-color:#f0f0f0;border-color:#a0a0a0;border-width:1px;border-style:solid;
}

.contracthelp {
}

.contracthelp li {
    margin-left:20px;
}


/* -------------- ORDER STEPS -----------*/
#ordersteps {
    background-image:url('../images/ordersteps_bg.gif'); 
    background-repeat:repeat-x;
    height:30px;
    color:#888;
    border:solid 1px #e9e9e9;
    width:99%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

#ordersteps li {
    list-style-type:none;
    padding-left:10px;
    line-height:30px;
    height: 30px;
    display:inline-block;
    float:left;
    background-image:url('../images/ordersteps_separator.gif'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#333333;
    outline:none;
}

#ordersteps a:hover {
    color:#35acc5;
}

.infoBoxHeadingBroadActive:hover {
    text-decoration:none;
}

div.boxhead {
    background-image:url('../images/banner_head.png');
    height:10px;
}
div.boxbody {
    background-image:url('../images/banner_spacer.png');
    padding-left:20px;
    padding-right:10px;
}

div.boxfoot {
    background-image:url('../images/banner_footer.png');
    height:10px;
}


/* --------------------------------------------------------------------------- */

table.border_gray_new {
    border-spacing:0px 0px;
    border-collapse:collapse;
    width: 100%;
}

table.head_bg {
    background-color:#B2B2B2;
    background: url(../images/th618_bg.png) no-repeat 1px 0px;
    width:619px;
}






table.head_bg2 {
    background-color:#B2B2B2;
    background: url(../images/th698_bg.png) no-repeat 1px 0px;
    width:699px;
 
}

table.border_gray_new tr th, table.border_gray_new tr th {
    color:#FFFFFF;
    text-align:left;
    white-space:nowrap;
    padding-left:10px;
    padding-right:10px;
    height:31px;

    border-left:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
}


table.product_container tr td{
    border-bottom:1px solid #FF0000;
    border-left:1px solid #FF0000;
}

table.product_container tr td.image_container{
    height:106px;
    width:141px;
    background: url(../images/warenkorb_bg.png);
    padding:0px;
    border:0px;
}

table.border_gray_new tr td{
    color:#444444;
    padding-left:10px;
    padding-right:10px;
    height:40px;
    vertical-align:middle;   
    border-left:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
}

table.border_gray_new tr td a{
    color:#444444;

}


table.border_gray_new tr.hover:hover {
    background-color:#DFDFDF;
}


table.border_gray_new tr.odd {
    background-color:#F5F5F5;
}

table.border_gray_new tr.even {
    background-color:#EBEBEB;
}


/* -------------------- HOVERPIC ----------*/

#lieferumfang_hoverpic {
    z-index: 7000;
}

