@CHARSET "UTF-8";

.templateWidgets {
	width: 200px;

}

.templateWidgets div {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

.templateWidgets div div {
	background-color: #8c090e;
	color: #ffffff;	
	height: 14px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;	
	padding-left: 15px;
	cursor: default;
}

.templateWidgets ul {
	background-color: #eeeeee;	
	border: 1px solid #cccccc;
	list-style: none;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;	
	margin-top: 1px;
}

.templateWidgets ul li {
	width: 100%;
		
}

.templateWidgets ul li a { 
	text-decoration: none;
}

.templateWidgets ul li a:hover { 
	text-decoration: underline;	
}
