@CHARSET "UTF-8";

/*
Document   : defaults.cs
Created on : May 6, 2009, 3:03:08 PM
Author     : Daniel Schwiperich
Description:
Default styles
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 0;
}

html {
    background:#cacfd7;
    overflow-y: scroll;
    height: 100%;
overflow-x:hidden;
}

body {
    font-size: 62.5%;
    font-family:  "Arial", sans-serif;
    width: auto; 
    height: 100%;
    min-height:818px;
    min-width: 1040px;
    background: url(../images/css/bg-site.jpg) #cacfd7 repeat-x top left scroll;
    
}


/* Structure */
#wrapper {
    width: 980px; /*height: 816px;*/
    min-height: 100%;
    position: relative;
    background:#000;
    padding-left: 10%;
}

#header #sonoro-logo {
    position: absolute; left: 7px; top: 50px;
}

#header {
    width: 980px; height: 270px;
    position: relative;

}

#right {
    position: absolute; right:-38px; top: 260px;
}

#right ul, #right li {
    list-style: none;
}

#right li {
    height: 92px;
}

#left {
    width: 330px;
    display: block; float: left; margin-left: 0px;
}

#main {
    width: 450px;
    display: block; float: right; margin-right: 100px;
}

#footer {
    position: absolute; 
    right: 34px; 
    top: 68px;
    line-height:0;
}

.onecolumn #main {
    width: 780px;
    float: none;
    margin-left: 50px;
}

.bg-white #wrapper {
    background:#000 url(../images/css/bg-container-white2.png) no-repeat  right 255px;
}

.gdae #wrapper {
    background:#000 url(../images/css/bg-container-white2.png) no-repeat  right 255px;
}

.bg-white #container {
    margin-top:20px;
    padding: 20px;
    color: #333;
    background:transparent url(../images/css/bg-container-white-repeat2.png) repeat-y right;
}

.gdae #container {
    background:transparent url(../images/css/bg-container-white-repeat2.png) repeat-y right;
}

div#clear, .clear {
    clear: both;
}

.invisible {display: none;}


/* Elements */
a {
    color: #fff;
    text-decoration: none;
}

#main a, #left a, #window_layer a {
    color: #787878;
}

#main a:hover, #left a:hover, #window_layer a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 24px; font-weight: normal;
    margin-bottom: 20px; line-height: 28px;
}

.bg-white h1, #window_layer h1 {
    color:#BABCB9 !important;
    font-size:14px;
    left:-30px;
    margin:0;
    position:relative;
    top:-30px;
    text-transform: uppercase;
}

.bg-white .mod_navigation h1, .bg-white .mod_customnav h1 {
   left:0;
   top:-30px;
}

h2 {
    font-size: 18px; font-weight: normal;
    margin-bottom: 12px; line-height: 22px;
}

h3 {
    font-size: 16px; font-weight: normal;
    margin-bottom: 12px; line-height: 20px;
}

h4 {
    font-size: 14px; font-weight: bold;
    margin-bottom: 12px; line-height: 18px;
}

h5, h6 {
    font-size: 12px; font-weight: bold;
    margin-bottom: 12px;
}

.bg-white h1,.bg-white h2,.bg-white h3,.bg-white h4,.bg-white h5,.bg-white h6, .bg-white h1 a,.bg-white h2 a,.bg-white h3 a,.bg-white h4 a,.bg-white h5 a,.bg-white h6 a{
    color: #767676 !important;
}

.bg-white h1, .bg-white h1 a {
    color:#BABCB9 !important;
}

#container {
    height: auto !important;
    height: 548px;
    min-height: 548px;
    padding-left: 1px;
}

#container ul {
    padding-left: 25px;
}

p, .ce_form {
    margin-bottom: 12px;
}

#container, #window_layer {
    color: #fff; font-size: 12px; line-height: 18px;
}

.invisible {
    visibility: hidden;
}

.hide-text {
    overflow: hidden;
    text-indent: -1000px;
}

.info {
    color: #787878;
}

p.info {
    margin-bottom: 5px;
}

div.background {
    position: absolute;
    width: 100%;
    background: #000;
    right: 0;
    z-index:-1;
    text-align: right;
top: 130px;
}

div.background .image_wrapper {
    /*background: transparent url(../images/css/bg-content-fader-top.png) top right no-repeat;
    z-index: -1;*/
}

div.background .image_container {
    /*background: transparent url(../images/css/bg-content-fader-bottom.png) bottom right no-repeat;
    z-index: -2;*/
}

div.background .image_container img{
    z-index: -3;
    position: relative;
    width: 973px;
}

div.box > h2 {
    width: 270px;
    padding: 35px 40px 0px 41px;
    position: absolute; top: -30px; left: 0;
    background: url(../images/css/bg-content-box-top.png) no-repeat top left scroll;
}

div.box h3 {
    padding-top: 5px;
}

div.box {
    position: relative;
    width: 270px;
    margin-top: 15px;
    padding: 40px 40px 41px 40px;
    background: url(../images/css/bg-content-box-bottom.png) no-repeat bottom left scroll;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
}

div.box {
    float: right;
}

#left div.box {
    margin-right: -50px;
}

.mod_newslist .block {
    text-align: justify;
}

.mime_icon {
    vertical-align: bottom;
}

.ce_downloads {
    margin-bottom: 50px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
}

caption {
    text-align: left;
}

td, th {
    padding: 0px 10px;
    border: 1px solid;
}

thead th, tbody th {
    font-weight: bold;
    font-size: 14px;
}

tbody th {
    font-size: 12px;
}

#main .image_container img {
    /*
    border: 5px solid #333;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    */
}

.rights {
    font-size: 10px;
    margin-top: 50px;
}

#main .white_box {
    background: transparent url(../images/css/windowlayer-white-content-vsmall.png) no-repeat left top;
    color:#000;
    margin-bottom: 22px;
    padding-top: 8px;
    width: 250px;
    position: relative;
}

#main .white_box .ce_text {
    background-color:#fff;
    padding: 22px;
    margin-top: 2px;
}

#main .white_box .ce_image {
    bottom:-8px;
    line-height:0;
    position: absolute;
}

p.more {
     font-style: italic;
}

.noborder, .noborder img, .background img, table.noborder td, table.noborder th {
    border: 0px !important;
}

#main .mod_navigation h1, #main .mod_customnav h1 {
    padding-left: 25px;
}

.fade {
    display:none;
}

/* Window Layer */

.windowlayer_white_page #windowlayer_white {
    background: transparent url(../images/css/windowlayer-white-top.png) no-repeat left top;
    width: 600px; height: 367px;
padding-top: 20px;
    color: #333;
    position: absolute; z-index: 20;
    right: 100px; top:300px;
}

.windowlayer_white_page #windowlayer_white .ce_text {
    padding: 20px 40px;
background: transparent url(../images/css/windowlayer-white-repeat.png) repeat-y;
}

.windowlayer_white_page #windowlayer_white .ce_image {
    line-height:0;
}

.windowlayer_white_page #windowlayer_white p, .windowlayer_white_page #windowlayer_white a {
    /*font-size:14px;*/
}

/* Only used in the retailer_*_ajax templates!*/
#window_layer {
    /*opacity: 0;*/
    /*visibility: hidden;*/
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#window_layer .close {
    position: absolute;
    top: 60px;
    right: 70px;
}

.windowlayer_background {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.windowlayer-contentfader {
    position: absolute;
    bottom: 49px;
    left: 65px;
}



#button_container, #slider_container {
    bottom: 110px;
    right: 65px;
    position: absolute;
    height: 258px;
    width: 11px;
    display: none;
}

#button_container {
}

#slider_container {
    background: transparent url(../images/css/window_layer/slider-bar.png) no-repeat left center;       
    border: 0;
    -moz-border-radius: 0;
}

#slider-up {
    background: transparent url(../images/css/window_layer/slider-up.png) no-repeat left top;
    height: 17px;
    right: -1px;
    position: absolute;
    top: -32px;
    width: 11px;
    cursor: pointer;
}

#slider_container #slider {
    background: transparent url(../images/css/window_layer/slider.png) no-repeat left top;
    height: 38px;
    width: 11px;
    border: 0;
    left:0;
    cursor: pointer;
    margin-bottom:-19px;
    -moz-border-radius: 0;
}

#slider-down {
    background: transparent url(../images/css/window_layer/slider-down.png) no-repeat left top;
    bottom: -32px;
    height: 18px;
    right: -1px;
    position: absolute;
    width: 11px;
    cursor: pointer;
    z-index: 1;
}

/**
 * SITES
 */



/* JS Modules */

/* SlideGallery */
.gallery-slide {
    position: relative; overflow: hidden;
}

.gallery-slide img {
    position: absolute; bottom: 0; z-index: -1;

}

/* FadeGallery */
.gallery-fade {
    position: relative;
}

.gallery-fade img {
    visibility: hidden;
    position: absolute; top: 0; left: 0;
    border: 0px !important;
    z-index: 0;
}

.gallery-fade td {
    border: 0;
}

/* HoverLinkImages */
a.hover_image {
    display:block; width: auto; height: auto;
    position: relative;
}

a.hover_image img{
    position: absolute;
}

/* Sitebar */

#produkte a.hover_image {
    width: 99px;
    height: 92px;
}

.sb_margin {
    margin-top: 8px;
}

#right li.small_image {
   height: 42px;
   padding-left: 2px;
}

#right .small_li {
    height: 62px;
}

#produkte .small_li a.hover_image {
    height: 62px;
}

#twitter, #sonoro-audioblog, #facebook{
    padding-left: 35px;
}

/* Start */

#gallery-home {
    position: relative;
    top: -25px;
}

/* Forms */

.option_container {
    margin-bottom: 5px;
}

.label_container {
    width: 150px;
}

.input_container {
    float: left;
}

.submit_container {

}

.submit_container input {
    height: 24px;
    vertical-align: middle;
    padding: 0px 5px;
    background: #fff;
    color: #333; font-weight: bold;
}

#main .checkbox_container span, .bg-white #main .checkbox_container span{
    display: block;
}

.bg-white #main .checkbox_container span{
    color: #000;
}

.checkbox_container span input, .checkbox_container span label {
    width: auto;
    vertical-align: bottom;
}

.error {
    color: #f00;
}

.error input, .error textarea {
    color: #000;
}

.input_container .error {
    border: 1px solid #f00;
}

.input_container_captcha .captcha_text {
    border: 0;
    display: block;
}

.input_container input {
    height: 16px;
}

.input_container input, .submit_container input, .input_container textarea, select {
    border: 1px solid #000;
width: 200px;
}

.input_container textarea {
    width: 300px;
    height: 100px;
}

#retailer_search .input_container input {
    width: 200px;
}

#retailer_search .submit_container input {
    height: 22px;
    padding: 1px;
    width: 200px;
    background-color: #fff;
}

#retailer_search .submit_container {
    margin: 0;
}

.ajax #retailer_search .submit_container {
    margin-left: 150px;
}

#retailer_search .label_container {
    width: 125px;
}

#retailer_search .input_container input {
    width: 125px;
}

#retailer_search select {
    width: 125px;
    height: 22px
}

.sonoroart {
    padding-top: 50px;
}

.threesixty #sb-wrapper { width: 1420px !important; }

.threesixty #sb-body {
    background-color: #FFFFFF;
    height: 510px !important;
    padding: 10px;
}
