/** Category breadcrumb **/
#ndtrcCategories {
    overflow: hidden;
    margin-bottom: 10px;
}
.ndtrcFilterInfo h4 {
	text-weight: bold;
}
#ndtrcCategories a {
    color: #000;
    font-weight: bold;
    padding: 2px 4px;
}

#ndtrcCategories a.active {
    text-decoration:none;
	background-color:#B21F16;
    color:#fff;
}
#ndtrcOverview .overviewRootCategory {
    width: 502px;
    margin-bottom: 20px;
    float:left;
}
.overviewRootCategory  hr {
    background:#ddd;
    color:#ddd;
    clear:both;
    float:none;
    width:100%;
    height:.1em;
    margin:0 0 1.45em;
    border:none;
}



/** header **/
.ndtrcItemList h4 {
	margin:0px;
}



/** Search block sidebar **/
#ndtrcSideSearch {
	display: inline-block;
	color: #FFFFFF;
}

#ndtrcSideSearch input.text {
    height:  14px;
    width:   196px;
    padding: 2px;
    margin-bottom: 8px;
}

#ndtrcSideSearch input.unfilled, #ndtrcSideSearch select:disabled {
    color: #AFAFAF;
    font-size: 11px;
}

#ndtrcSideSearch input {
    vertical-align: top;
	clear:both;
}

#ndtrcSideSearch label {
    padding-top:5px;
	float:left;
	font-weight: bold;
	clear: both;
	min-width: 100px;
}

#ndtrcSideSearch select {
	clear:both;
    height:  22px;
    padding: 2px;
    margin-bottom: 8px;
}
#ndtrcSideSearch .imageButton {
    float:right;
}

.ndtrcSearchButton{
	float:right;
	background: #000;
	padding: 3px;
	border: 0px;
    height:20px;
}


/** Category filter block sidebar **/
#ndtrcSideCategory {
    width: 202px;
    overflow: hidden;
    color: #fff;
}
#ndtrcSideCategory li ul {
	padding-left:14px;
}
#ndtrcSideCategory li > ul > li.unfolded > ul li:first-child {
	margin-top: -3px;
}
#ndtrcSideCategory li > ul > li.unfolded > ul {
    margin-bottom: 3px;
}
#ndtrcSideCategory li strong {
    font-size: 120%;
}

#ndtrcSideCategory li {
    display: block;
    margin: 0;
    list-style-type: none;
    float: left;
    width: 100%;
}

#ndtrcSideCategory li .fold {
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 20px;
    float: left;
    cursor: pointer;
}

#ndtrcSideCategory li span.categoryHolder, #ndtrcSideCategory .checkCategory {
    cursor: pointer;
    cursor: hand;
}

#ndtrcSideCategory li.folded > div.fold {
    background: url(/images/icons/bullet_arrow_right.png) no-repeat;
    background-position: 0px 3px;
}
#ndtrcSideCategory li.unfolded > div.fold {
    background: url(/images/icons/bullet_arrow_down.png) no-repeat;
    background-position: 0px 3px;
}

#ndtrcSideCategory input {
	vertical-align: middle;
	margin-bottom:2px;
}



/** Filter block sidebar **/
#ndtrcSideFilter {
	margin-bottom: 13px;
}
#ndtrcSideFilter .explanation {
	background-color: #d27973;
	margin-top:10px;
	padding:5px 5px 0px 5px;
}

.ndtrcSortItems {
    margin: 7px 0px;
}

.ndtrcSortItems, .ndtrcSortItems .ndtrcSort {
    color:#000 !important;
}

.ndtrcSortItems .ndtrcSort:active {
	text-decoration: none;
	font-weight: bold;
}

.ndtrcSortItems .up {
	font-weight: bold;
	text-decoration: none;
	background: url(/images/icons/sortUp.jpg) no-repeat 100% 50%;
	padding: 0 12px 0 0;
}
.ndtrcSortItems .down {
	font-weight: bold;
	text-decoration: none;
	background: url(/images/icons/sortDown.jpg) no-repeat 100% 50%;
	padding: 0 12px 0 0;
}

.ndtrcSort.favorite {
	background: url(/images/ndtrc_favorite_small.png) no-repeat left -1px;
	padding-left:20px;
	padding-bottom:6px;
}

/** Item list content **/
.ndtrcItemList li {
    padding: 8px 0 8px 10px;
	position:relative;
}
.ndtrcTitle {
    font-weight: bold;
    font-size: 16px;    
}
.itemCount{
	color: #AFAFAF;
	float:left; 
	padding: 0px 0px 0px 5px;
}
.ndtrcItemList .imageHolder {
	width:80px;
    float: left;
    margin-right:4px;
}

.ndtrcItemList .imageHolder .favorite {
    position:absolute;
	vertical-align:top;
    margin:-8px 0 0 -8px;
    z-index: 100;
}
.ndtrcItemList .imageHolder img {
    margin-left:-10px;
    z-index: 90;
}

.ndtrcItemList .textHolder {
	margin-top:0px;
    float:left;
    width: 405px;
}
.ndtrcItemList .subheader {
    color: #919191;
    width: 375px;
}
.ndtrcItemList .text {
    width: 375px;
}

.ndtrcItemList .icon {
    float:right;
    margin-right:4px;
}

.ndtrcItemList .textHolder .ItemHead {
   	color: #000;
	font-weight: bold;
	text-decoration: none; 
}

.cleaner {
	clear:both;
}



/** Filter block sidebar **/
#ndtrcSideFilter {
    margin-bottom: 13px;
}
#ndtrcSideFilter ul {
    padding-left: 0;
}
#ndtrcSideFilter li {
    list-style: none;
    margin: 2px 0px;
}
#ndtrcSideFilter a {
    color: #FFF;
}
#ndtrcSideFilter a:hover {
    color: #000;
}
#ndtrcSideFilter a.selected {
    color: #000;
    background: url(/images/icons/deleteFilter.png) no-repeat 100% 42%;
    padding: 1px 20px 0 0;
    z-index: 1;
}
#ndtrcSideFilter a.selected:hover {
    background: url(/images/icons/deleteFilterHover.png) no-repeat 100% 42%;
    text-decoration: line-through;
}
#ndtrcSideFilter .filterContainer {
    margin-bottom: 13px;
}

#ndtrcSideFilter .ndtrcNoFilter, #ndtrcSideFilter .ndtrcLoadingFilters {
    margin-bottom: 10px;
}

#ndtrcSideFilter .ndtrcLoadingFilters {
    background: url(/images/icons/loading.gif) no-repeat;
    background-position: 162px 8px;
    border: 1px dotted #9ddb18;
    background-color: #d9eab4;
    margin-top:10px;
    padding:5px;
    display:none;
}
#ndtrcSideFilter .ndtrcLoadingFilters strong {
    margin-right: 40px;
    display: block;
    color: #000;
}




.ndtrcItemList .textHolder .text {
    float:left;
}
.ndtrcItemList .textHolder .googleMapsMarker {
    float:right;
    margin-right:7px;
    cursor: pointer;
}


.FilterInfoKnop {
	font-size: 12px;
	font-weight:bold;
	padding: 10px;
	text-decoration: underline;
	color: #000;
	padding-left: 40px;
	background: url(/images/icons/filterInfo.png) no-repeat 2% 50% #d9eab4;
	border: 1px dotted #9ddb18;
}

/** NDTRC **/
#ndtrcDetails {
    margin-bottom:20px; 
}
#ndtrcDetails .titleContainer {
    padding-bottom: 8px;
    margin: 6px 0px 10px 0px;  
}
#ndtrcDetails h4 {
    font-size: 13px;
    font-weight: bold;
    margin: 12px 0px 8px 0px;
}
#ndtrcDetails h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 12px 0px 8px 0px;
}
#ndtrcDetails #textContainer {
     clear:both;
     float: left;
}
#ndtrcDetails .large a {
    color: #FFFFFF;	
    display: block;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
}
#ndtrcDetails .large .moreImagesButton {
	padding: 2px 5px;
	text-decoration: underline;
}
#ndtrcDetails #photoContainer {
    float: left;
    margin: 0px;
    margin: 3px 20px 8px 0px;
}

#ndtrcDetails #photoContainer .large {
    float:left;
}

#ndtrcDetails #photoContainer .small {
    float:left;
}

#ndtrcDetails #photoContainer .small img {
    clear:both;
    float:left;
    margin-bottom:6px;
}

#ndtrcDetails span.titleLocation {
    margin-left:10px;
    line-height: 14px;
    color: #afafaf;
    font-weight: normal;
    font-size: 110%;
    vertical-align: top;
}

#ndtrcDetails ul {
    padding-left:0px;
    margin-bottom:10px;
}

#ndtrcDetails ul li {
    list-style: none;
}

#ndtrcDetails .menu li a {
    padding:2px 4px;
}

#ndtrcDetails .menu li a:hover {
    background:#b21f16;
    color:#fff;
    text-decoration: none;
}

#ndtrcDetails .menu li {
    float:left;
}

#ndtrcDetails .menu {
    float:left;
    clear:both;
}

#ndtrcDetails .separator {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom:10px;
    clear:both;
}

/* Sorting items */
.ndtrcSortItems span.ndtrcSeparator {
    padding: 0 4px;
}
.ndtrcSortItems .up, .ndtrcSortItems .down {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding: 0 12px 0 0;
}
.ndtrcSortItems .up {
    background: url(/images/icons/sortUp.jpg) no-repeat 100% 50%;
}
.ndtrcSortItems .down {
    background: url(/images/icons/sortDown.jpg) no-repeat 100% 50%;
}


/** NDTRC Loading items container **/
div.ndtrcLoading, div.ndtrcNoResults {
    margin-top:5px;
    padding: 15px 10px 0px 40px;
    height: 35px;
	width:452px;

    font-size: 12px;
    font-weight:bold;
    text-decoration: underline;
    color: #000;
    text-align: center;
    vertical-align:middle;
    display:none;

    background: url(/images/icons/filterInfo.png) no-repeat 2% 50% #d9eab4;
    border: 1px dotted #9ddb18;
}

div.ndtrcFilterInfo {
    background-color: #d9eab4;
    border: 1px dotted #9ddb18;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}

.ndtrcFilterInfo h4 {
    margin-bottom: 5px; 
}
.overviewLinkList {
    list-style: none;
    width: 240px;
}
.overviewLinkList li {
    margin-left:14px;
    list-style: none;
}
.overviewRootCategory .columnLeft,
.overviewRootCategory .columnRight {
    float: left;
    width: 250px;
}

select.ndtrcSelectCategory {
    border: 1px solid #7e9eb7;
    padding: 0px;
    float:right;
    display:none;
    width: 150px;
}

.ndtrcItemTitle {
	float:left;
}
.content .ndtrcItemTitle {
	margin-top:0px !important;
}

.ndtrcFilterHelp {
    background: url(/images/icons/filterHelp.png) no-repeat left top;
    height: 21px;
    width: 21px;
    display: block;
    floaT: right;
    margin-top: -4px;
}