/**
 * @author Eric Bartels <e.bartels@customsoft.de>
 * @version $Id$
 */

/* {{{ Common */
.component {
    margin: 10px 10px 20px 10px;
    background: transparent url("../web/instances/52/uploads/assets/Bilder/start/box_header.png") repeat-x left top;
    border: 1px solid #C4C1BC;
    padding: 4px;
    font-size: 10pt;
}
.component h5,
.component h5 a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
    margin: 0px 0px 0px 5px;
}
.component .note {
    font-weight: bold;
}

#left .component, #right .component {
  margin: 10px 0px 0px 0px;
  color: #555555;
  border: 0px;
  background-color: #e6e6e6;
}

#left .component .inner {
  padding: 0px;
}
#right .component .inner {
  padding: 6px;
  color: #555555;
}

.component table.property {
    font-size: 10pt;
}

.component .notice {
    margin: 10px 0 10px 0;
    font-weight: normal;
    line-height: 10pt;
    color: #212121;
    padding: 1px 1px 1px 20px;
    background: url("../images/default/icons/component-notice.png") no-repeat left center;
}
.component p {
    padding: 2px;
    margin: 0;
}
/* }}} Common */

/* {{{ Specific */
#header #menu .component {
    padding: 0;
    margin: 0;
    border: 0;
}
#currentCartInfo label {

}
#currentCartInfo .currentTotal,
#currentCartInfo .currentCount {
    font-weight: bold;
    color: #000000;
}
#catalogTree {
    background-color: transparent;
    margin: 10px 10px 10px 0;
    
}
.component .offer .name {
    font-weight: bold;
    font-size: 1.0em;
    margin-bottom: 4px;
}

.component .offer .name a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

#currentSelectedCarType .property {
    font-size: 9pt;
    color: #333333;
}
#cartContentPreview {
    font-size: 9pt;
    color: #000000;
}
#cartContentPreview #cartSummaryReceiver {
    padding: 0;
    margin: 0;
}
#cartContentPreview #summaryInfo {
    width: 100%;
    border-collapse: collapse;
    border: none;
}
#cartContentPreview #summaryInfo td {
    border: none;
}
#panelCartPreview {
    display: none;
}
.custombox {
    clear: both;
    margin: 0px 0px 0px 0px;
    background: transparent url("../web/instances/52/uploads/assets/Bilder/start/box_header.png") repeat-x left top;
    border: 0px solid #C4C1BC;
    padding: 0px;
    font-size: 10pt;
    font-color: #FFFFFF;
    width:	100%;
    line-height:	1.5;
}
.custombox h5,
.custombox h5 a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
    margin: 0px 0px 0px 10px;
}

/* }}} Specific */
