.cc_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;	
	overflow: auto;	
	width: 500px;
	height: 200px;
}

.cc_results ul {
	width: 500px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cc_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.cc_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 500px;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.cc_loading {
	background : Window url('./images/indicator.gif') right center no-repeat;
}

.cc_over {
	background-color: Highlight;
	color: HighlightText;
}

.cc_optionsHighlight
{
    font-size: xx-small;
    font-weight: bold;
    color: Red;
}

.toggle-button
{
    padding-left: 5px;
    padding-right: 5px;
}

.toggleable 
{
    padding: 0px;
    border: 1px solid WindowFrame;
    background-color: Window;            
    display:none;
}

.toggleableselect
{
    font-family: Verdana;
    font-size: 11px;
    width: 100px;   
}

.tc_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;	
	overflow: auto;	
	width: 200px;
	height: 200px;
}

.tc_results ul {
	width: 200px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.tc_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.tc_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 200px;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.tc_loading {
	background : Window url('./images/indicator.gif') right center no-repeat;
}

.tc_over {
	background-color: Highlight;
	color: HighlightText;
}

.tc_optionsHighlight
{
    font-size: xx-small;
    font-weight: bold;
    color: Red;
}
