/* Test */

/* {{{ Common */
.component {
    margin: 10px 10px 20px 10px;
	background: #610101 repeat-y;
    border: 1px dotted #666666;
    padding: 4px;
    font-size: 10pt;
}
.component h5 {
    color: #FFF;
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 5px;
	background: url("../images/default/navibg.png") repeat-x;
}
.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: #CCCCCC;
    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: #ffffff; 
}
#catalogTree {
    background-color: #610101;
    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 */
/**
* {{{ OFS
* Offer category specific
*/
ul#offerCategories ul {
list-style: none;
margin: 0;
padding: 0 0 0 20px;
}

ul#offerCategories {
   list-style: none;
   margin: 0;
   padding: 0;
}
ul#offerCategories li.active p {
font-weight: bold;
text-decoration: underline;
}
ul#offerCategories .backlink {
   margin-right: 2px;
}
/* }}} OCS */
