/**
 * @author Eric Bartels <e.bartels@customsoft.de>
 * @version $Id$
 */

/* {{{ Common */
.component {
    font-size: 10pt;
    z-index:10;
}
.component h5,
.component h5 a {
    color:#548bbe;
    font-weight: bold;
    font-size: 10pt;
	text-align:center;
    padding-bottom: 7px;
  	background:transparent url("../images/default/box_h5.jpg") no-repeat center bottom;
  	margin-bottom:5px;
}
.component .note {
    font-weight: bold;
}
.component table.property {
    font-size: 10pt;
}

.component .notice {
  /*  margin: 10px 0 10px 0;*/
    font-weight: normal;
    line-height: 10pt;
    color: rgb(58, 58, 58);
    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: #316Ac5;
}
#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;
}
#cartContentPreview {
    font-size: 9pt;
}
#cartContentPreview #cartSummaryReceiver {
    padding: 0;
    margin: 0;
}
#cartContentPreview #summaryInfo {
    width: 100%;
    border-collapse: collapse;
    border: none;
}
#cartContentPreview #summaryInfo td {
    border: none;
}
#panelCartPreview {
    display: none;
}
/* }}} Specific */
