.cms {
    margin-bottom:10px;
    padding: 0;	
}
.cms .title{
	height:35px;
	margin:0;
	padding:0;
/*	background-image:url(../../images/bg_title_widget_topmain.png);*/
    }
.cms .content{
/*	border:#833692 1px solid;
*/	border-top:0;
	margin:0;
	padding:10px;
/*	background-color:#fff;
*/}
.cms h6{
/*	font-family:Arial, Helvetica, sans-serif !important;*/	
	color:#333;
	padding:10px 0px 0px 10px;	
	margin:0 !important;
	/*text-transform:uppercase;*/
}
.cms ul {
    padding-top: 10px;
    padding-left: 10px;
    list-style: none;
    margin: 5px 0 0 5px;
    font-size: 100%;
}
.cms li {
    margin: 0 0 5px 3px;
    padding: 0;
    list-style: circle;
    font-weight: 400;
}
.cms li a {
    text-decoration: none;
    font-weight: 400;
}
.cms li a:hover {
    text-decoration: none;
    font-weight: 400;
    color: #900;
}
/*css widgets*/
.cms-widgets {
    padding:0;
}
.cms-widgets .title{
	height:35px;
	margin:0;
	padding:0;
	background-image:url(../../images/bg_title_widget_topmain.png);
}
.cms-widgets .content{
	border:#CCCCCC 1px dotted;
	border-top:0;
	margin:0;
	padding:10px;
	background-color:#fff;
}
.cms-widgets h6{
/*	font-family:Arial, Helvetica, sans-serif !important;
*/	font-size:13px;
	font-weight:700;
	color:#333;
	padding:10px 0px 0px 10px;	
	margin:0 !important;
	text-transform:uppercase;
}
.cms-widgets h2 {
    font-size: 14pt;
    font-weight: normal;
    letter-spacing: -2px;
    padding: 10px 0;
}
.cms-widgets p {
    font-size: 9pt;
}
.cms-widgets a {
    text-decoration: underline;
    color: #ff9933;
}
.cms-widgets a:hover {
    color: #6598b8;
}
