.shortlist {
	width: 43.00em; /* 473px */
	border-collapse: collapse;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 5px 5px;
	}
	.shortlist th,
	.shortlist td {
		border: 1px solid #ccc;
		border-right: none;
		border-bottom: none;
		padding: 4px 2px;
		}
	.shortlist tr.odd td {
		background-color:#f6f8f9;
		}		
	.shortlist th {
		font-weight: bold !important;
		padding-right: 20px;
		background: #EEEEEE;
		cursor: pointer;
		}		
	.shortlist th.header {
		background: #EEEEEE  url(/img/09/tablesort_up_down.png) right top no-repeat !important;
		}		
	.shortlist th.headerSortDown {
		background: #EEEEEE url(/img/09/tablesort_down.png) right top no-repeat !important;
		}	
	.shortlist th.headerSortUp {
		background: #EEEEEE url(/img/09/tablesort_up.png) right top no-repeat !important;
		}
	* html .shortlist th {
		font-size: 0.69em !important;
		}
	.dropdownlist-content {
		background: url(/img/09/background-content-dropdown-large.gif) 0 0 repeat-x;
		height: 20px;
		margin: 5px;
		overflow: hidden;
		position: relative;
		}
	.dropdownlist-content:hover {
		background: url(/img/09/background-content-dropdown-large.gif) 0 -40px repeat-x;
		}
		.dropdownlist-content .opener-link  {
			color: #5f6060;
			display: block;
			height: 20px;
			padding: 1px 8px;
			border-left: 1px solid #878787;
			background: url(/img/09/background-content-dropdown-large.gif) right -20px no-repeat;
			}
		.dropdownlist-content .opener-link:hover  {
			background: url(/img/09/background-content-dropdown-large.gif) right -60px  no-repeat;
			color: #fff;
			text-decoration: none;
			}
	.dropdownlist-content ul,
	.dropdown-subcategories-outer {
		display: none;
		}
		
	h3.n_seperator-head span  {
		font-weight: normal;
		}		
		
	.n_shortlist-functions {
		font-family: tahoma, verdana, arial, sans-serif;
		margin: 5px 0 0 5px;
		color: #ccc;
		}
	.n_shortlist-functions div {
		width: 280px;
		float: left;
		} 
		.n_shortlist-functions .formbutton {
			display: block;
			height: 19px;
			line-height: 19px;
			float: right;
			color: #000;
			text-decoration: none !important;
			background: url(/img/09/background-content-buttons.png) 0 -19px no-repeat;
			cursor: pointer;
			}
		* html .n_shortlist-functions .formbutton {
			width: 100px;
			white-space: nowrap;
			}
		
		.n_shortlist-functions .formbutton:hover {
			background: url(/img/09/background-content-buttons.png) 0 -57px no-repeat;
			}
		.n_shortlist-functions .formbutton:active {
			position: relative;
			top: 1px;
			left: 1px;
			}
		.n_shortlist-functions .formbutton span {
			padding: 0 8px;
			display: block;
			height: 19px;
			background: url(/img/09/background-content-buttons.png) right top no-repeat;
			}	
		.n_shortlist-functions .formbutton:hover span {
			background: url(/img/09/background-content-buttons.png) right -38px no-repeat;
			}
		
		
		
/* dropdown im content */
	.n_content-dropdown {
		margin: 10px 0;
		position: relative;
		}
		.n_content-dropdown h3 {
			background: #fff;
			color: #c0c9ce;
			font-size: 11px;
			padding: 0 10px 3px 2px;
			}		
		.n_content-dropdown p {
			font-weight: bold;
			color: #2d2d2d;
			padding: 10px;
			}
		.n_content-dropdown h4 {
			background: url(/img/09/background-content-dropdown-large.gif) 0 0 repeat-x;
			line-height: 20px;
			height: 20px;
			border-left: 1px solid #878787;
			margin: 0 5px 10px 5px;
			} 	
		.n_content-dropdown h4 a,
		.n_content-dropdown h4 a:hover {
			background: url(/img/09/background-content-dropdown-large.gif) right -20px no-repeat;
			color: #2d2d2d;
			text-decoration: none;
			display: block;
			height: 20px;
			font-size: 11px;
			padding: 0 10px 0 10px;
			font-weight: normal;
			overflow: hidden;
			}	
		.n_content-dropdown .content-dropdown-outer {
			position: absolute;
			display: none;
			}	
			
		.n_content-dropdown .content-dropdown {
			position: absolute;
			top: -11px;
			left: 5px;
			width: 508px;
			border: 1px solid #878787;
			background: #eff1f2;
			z-index: 999;
			padding: 5px 0 10px 0;
			overflow-y: auto;
			max-height: 250px;
			}
			* html .n_content-dropdown .content-dropdown {
				overflow: auto;
				width: 473px;
				height: expression( this.scrollHeight > 249 ? "250px" : "auto" );
			}
			*+html .n_content-dropdown .content-dropdown {
				width: 473px;
			}
				
		.n_content-dropdown .back-to-main {
			color: #2d2d2d;
			text-decoration: none;
			display: block;
			margin: 5px 10px 5px 10px;
			}
		.n_content-dropdown .back-to-main:hover {
			background: #fff;
			}			
		.n_content-dropdown h5 {
			border-top: 1px solid #71757c;
			border-bottom: 1px solid #71757c;
			color: #71757c;
			font-size: 11px;
			margin: 5px 10px 5px 10px;
			padding: 3px 0 3px 0;
			}
		.n_content-dropdown li a {
			color: #2d2d2d;
			font-size: 11px;
			margin: 0 10px 0 10px;
			padding: 2px 10px 2px 10px;
			display: block;
			}		
		.n_content-dropdown li a:hover {
			background: #fff;
			text-decoration: none;
			}			
		hr.filter {
			height: 1px;
			line-height: 1px;
			color: #2d2d2d;
			background-color: #2d2d2d;
			border: none;
			}		
		#message {
			padding: 10px;
			color: #d00;
			border: 1px solid #d00;
			}	
			#message strong {
				font-weight: bold;
				}
