/** Category breadcrumb **/
#ndtrcCategories {
    overflow: hidden;
    margin-bottom: 10px;
}

#ndtrcCategories a {
    color: #B21F16;
    font-weight: normal;
    padding: 2px;
}

#ndtrcCategories a.active {
    text-decoration:none;
	background-color:#B21F16;
    color:#fff;
}

#ndtrcCategories ul {
	list-style: none;
}
#ndtrcCategories li {
	float: left;
}
#ndtrcCategories .separator {
	margin:0 1px;
}

.overviewRootCategory{
	width: 700px;
	margin-bottom: 20px;
	float:left;
}
/** NDTRC Loading items container **/
div.ndtrcLoading, div.ndtrcNoResults {
	margin-top:5px;
    padding: 15px 10px 0px 40px;
	height: 35px;
		
	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% #F0EFD3;
    border: 1px dotted #ccc;
}

div.ndtrcFilterInfo {
    background-color: #F0EFD3;
	border: 1px dotted #ccc;
	display: block;
	padding: 10px;
	margin-bottom: 10px;
}

.ndtrcFilterInfo h4 {
    margin-bottom: 5px;	
}
.overviewLinkList {
	width: 225px;
	float:left;
	list-style: none;
}

select.ndtrcSelectCategory {
	border: 1px solid #7e9eb7;
	padding:3px;
	float:right;
	display:none;
}



/** Category filter block sidebar **/

#ndtrcSideCategory {
	width: 224px;
	overflow: hidden;
}
#ndtrcSideCategory li strong {
	font-size: 120%;
}

#ndtrcSideCategory li {
    display: block;
    margin: 0;
    list-style-type: none;
    float: left;
    width: 100%;
}
#ndtrcSideCategory ul, #ndtrcSideCategory li , #ndtrcSideCategory span {
	vertical-align: -1px;
}

#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, #ndtrcSideCategory li.unfolded > div.fold {
	margin-left: 3px;
	padding-left: 3px;
}
#ndtrcSideCategory li.folded > div.fold {
	background: url(/images/icons/ndtrc_arrow_right.png) no-repeat;
}
#ndtrcSideCategory li.unfolded > div.fold {
	background: url(/images/icons/ndtrc_arrow_down.png) no-repeat;
}

#ndtrcSideCategory > h2 {
    margin-bottom:5px;
}

#ndtrcSideCategory input[type=checkbox], #ndtrcSideCategory input.radio {
	top:0px;
}

#ndtrcSideCategory .checkCategory {
	vertical-align: 2px;
}

span.ndtrcInfoNotice {
	position: absolute;
    padding-left:7px;
    z-index: 200;
    width: 200px;
}
span.ndtrcInfoNotice .ndtrcInfoText {
	display:block;
    background-color: #F0EFD3;
    border: 1px dotted #CCCCCC;
    padding: 5px;
	z-index: 1;
	float:right;
	width: 181px;
	margin-left:-1px;
}
span.ndtrcInfoNotice .ndtrcPointer {
	display:block;
    width: 8px;
	height: 17px;
	margin-top:6px;
	background: url(/images/icons/ndtrc_info_bullet.png) no-repeat 0px 0px;
	z-index: 2;
	float:left;
}


/** Search block sidebar **/
#ndtrcSideSearch {
	display: inline-block;
	padding:5px;
    border: 1px solid #B21F16;
    background-color: #b21f16;
    margin-bottom: 13px;
    color:#fff;
}

#ndtrcSideSearch h2 {
    color: #fff;
}

#ndtrcSideSearch input.text {
    height:  14px;
    width:   168px;
    padding: 2px;
}

#ndtrcSideSearch input {
    vertical-align: top;
	clear:both;
}

#ndtrcSideSearch label {
    padding-top:5px;
	float:left;
	font-weight: bold;
	clear: both;
	min-width: 100px;
	cursor: default;
}

#ndtrcSideSearch select {
	clear:both;
    height:  22px;
    width:   175px;
    padding: 2px;
}
#ndtrcSideSearch .imageButton {
    float:right;
}

.ndtrcSearchButton{
	background: #000;
	padding: 3px 10px;
	!padding: 3px 3px;
	border: 0px;
	float: right;
	display: inline-block;
	cursor: pointer;
	margin-top:11px;
	margin-right: 10px;
}

#leftContainer #ndtrcSideSearch {	
	width: 201px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#leftContainer #ndtrcSideSearch input.text {
    width:   195px;
}
#leftContainer #ndtrcSideSearch select {
    width:   202px;
}



/** Filter block sidebar **/
#ndtrcSideFilter {
	margin-bottom: 13px;
}
#ndtrcSideFilter ul {
    padding-left: 0;
}
#ndtrcSideFilter li {
    list-style: none;
    margin: 2px 0px;
}
#ndtrcSideFilter a {
    color: #6D6D6D;
}
#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 .explanation {
	background-color: #d27973;
	margin-top:10px;
	padding:5px 5px 0px 5px;
}

#ndtrcSideFilter .ndtrcNoFilter, #ndtrcSideFilter .ndtrcLoadingFilters {
	margin-bottom: 10px;
}

#ndtrcSideFilter .ndtrcLoadingFilters {
	background: url(/images/icons/loading.gif) no-repeat top right;
	display: none;
}
#ndtrcSideFilter .ndtrcLoadingFilters strong {
    margin-right: 40px;
    display: block;
}


h3#contentTopPageTitle.ndtrcTitle {
	margin-bottom: 0px !important;
}

.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%;
}


/** Item list content **/
.ndtrcItemList {
	margin-bottom: 13px;
}
.ndtrcItemList li {
    padding:10px 0 5px 10px;
	border-bottom: 1px solid #D9D9D9;
	min-height: 110px;
}
.itemCount{
	color: #AFAFAF;
	float:left; 
	padding: 6px 0px 0px 5px;
}
.ndtrcItemList .imageHolder {
    float: left;
}

.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 {
    padding-left:118px;  
}

.ndtrcItemList .textHolder .ItemHead {
   	color: #000;
	font-weight: bold;
	text-decoration: none; 
}

.cleaner {
	clear:both;
}

.ndtrcItemList .textHolder .text {
    float:left;
    width:315px;
}
.ndtrcItemList .textHolder .subheader {
    float:left;
    width:315px;
    color: #B6B6B6;
}
.ndtrcItemList .textHolder .googleMapsMarker {
    float:right;
    margin-right:7px;
}
.ndtrcItemList .textHolder .googleMapsMarker img {
    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% #F0EFD3;
	border: 1px dotted #ccc;
}

#ndtrcDetails {
    margin-bottom:20px; 
}

#ndtrcDetails #photoContainer {
    margin-top:10px;
}

#ndtrcDetails #photoContainer .large {
    float:left;
    margin-right:7px;
}

#ndtrcDetails #photoContainer .small {
    float:left;
}

#ndtrcDetails #photoContainer .small img {
    clear:both;
    float:left;
    margin-bottom:6px;
}

#ndtrcDetails h3 span.titleLocation {
    margin-left:10px;
    line-height: 20px;
	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 .tabMenu {
    float:left;
    clear:both;
    font-size: 110%;
}

#ndtrcDetails .tabMenu li {
    float:left;
}

#ndtrcDetails .tabMenu li a {
    padding:2px 4px;
}

#ndtrcDetails .tabMenu li a:hover, #ndtrcDetails .tabMenu li a.active {
    background:#b21f16;
    color:#fff;
    text-decoration: none;
}

#ndtrcDetails .separator {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom:10px;
    clear:both;
}

#ndtrcDetails .tabContainer{
	display: none;
}

.textHolder .dateHolder{
	line-height: 20px;
}

#ndtrcSideSearch .dateSpecifier{
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

#ndtrcSideSearch .dateSpecifierActive{
	text-decoration: underline;
	font-weight: bold;
	padding-left: 13px;
	background: url('/images/icons/bullet_red_white.png') 0px 3px no-repeat;
	cursor: default;
}

#ndtrcEventNodes{
	display: none;
}

#ndtrcSideSearch .dateSpecifier {
	color: #ec716a;
}

.ndtrcSideSearchTab{
	float: left;
	width: 101px;
	padding-left: 10px;
	padding-top: 8px;
	margin-top: -13px;
	height: 24px;
	cursor: pointer;
    background: url('/images/backgrounds/tab_inactive.png');
}

.ndtrcSideSearchTabActive{
	background: #B21F16;
	cursor: default;
}

#leftContainer #ndtrcSideSearch .eventSearchOptions{
	display: none;
}

.ndtrcSideSearchFirstTab{
	margin-right: 1px;
}


