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

/* {{{ Common */
.component, .textmodule {
    margin: 0px 0px 10px 0px;
    width: 200px;
    border: 1px solid #C4C1BC;
    padding: 0px;
    font-size: 12px;
	background: white;
}
.component h5,

.component h5 a, .textmodule h5, .textmodule h5 a {
    color: #fff;
	text-transform: uppercase;
	font-style:normal;
	font-weight:100;
    font-size: 11px;
    margin-bottom: 5px;
	background: #515151;
	margin: 0;
	line-height:25px;
	text-align:left;
	padding-left:3px;
}

.component .inner
{
	text-align:left;
	padding-left:1px;
    padding-right:1px;
}

#sidebarLeft .non-commercial .inner
{
	padding-left: 0px;	
}
/*
#sidebarLeft .non-commercial .inner .notice
{
	padding-left:15px;
}
*/
.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;
}
*/
.component p {
    padding: 2px;
    margin: 0;
}
/* }}} Common */

/* {{{ Specific */
#header #menu .component {
    width: 1125px;
    height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0;
    border: 0;
}
#currentCartInfo label {

}
#currentCartInfo .currentTotal,
#currentCartInfo .currentCount {
    font-weight: bold;
    color: #fff;
}
#catalogTree {
    background-color: transparent;
    margin: 0px 0px 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;
	width: 100%;
}
#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 */
/*
#currentAccountInfo .toggle-workshop-mode
{
    background: transparent url("../images/default/icons/toolbox.png") no-repeat left center;
    padding-left: 20px;
}
*/
