﻿.RichDropDown{}
	.RichDropDown #DropDownSelected  
	{
		background: #fff; 
		padding: 3px 3px 3px 3px; 
		cursor:pointer; 
		width: 350px; 
		border: solid 1px #000; 
	}
	.RichDropDown #DropDownSelected img	{ display:inline; }
	.RichDropDown .DropDownItems{
		width:350px;
		height: 200px;
		overflow:auto;
		position:absolute;
		background-color: #fff; 				
		z-index: 2000;
		border: solid 1px #000;		
	}	
	.RichDropDown .DropDownItems .Item {
		cursor: pointer;
		padding: 5px 0 0 5px;
	}
	
#RichTextEditor ol, #RichTextEditor ul {
	list-style-type:disc;
}
