/* WIDGET STYLES */

.DTWidget {
	margin-bottom: 10px !important;
	background: #fff !important;
	color: #404040 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	line-height: 1 !important;
	text-align: left !important;
	}

.DTWidgetInner {
	border-left: 1px solid #d8d8d8 !important;
	border-right: 1px solid #d8d8d8 !important;
	padding: 15px !important;
	overflow-x: hidden !important;
	}

.DTWidgetLogo {
	float: left !important;
	margin: 10px !important;
	border: 0 !important;
	padding: 0 !important;
	}

.DTWidget h1 {
	margin: 0 !important;
	min-height: 34px !important;
	padding: 10px 10px 8px 10px !important;
	background: #222 !important;
	color: #fff !important;
	font-size: 15px !important;
	line-height: 32px !important;
	font-weight: normal !important;
	height: auto !important;
	width: auto !important;
	overflow: clip !important;
	white-space: nowrap !important;
	font-family: Arial, Helvetica, sans-serif !important;
	float: none !important;
	text-align: left !important;
	text-decoration: none !important;
	clear: none !important;
	}

.DTWidget h2 {
	margin: 8px 0 0 0 !important;
	border-top: 1px solid #e5e5e5 !important;
	padding: 8px 0 0 0 !important;
	font-size: 14px !important;
	height: auto !important;
	width: auto !important;
	font-family: Arial, Helvetica, sans-serif !important;
	background: none !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
	}

.DTWidget h2:first-child {
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	}

.DTWidget a {
	color: #0099ff !important;
	}

.DTWidget a:hover {
	color: #40b3ff !important;
	}

.DTWidget h2 a {
	margin: 0 !important;
	color: #0099ff !important;
	text-decoration: none !important;
	border: 0 !important;
	}

.DTWidget h2 a:hover {
	color: #40b3ff !important;
	text-decoration: underline !important;
	}

.DTWidget p {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
	color: #404040 !important;
	font-size: 13px !important;
	line-height: 1.3 !important;
	}

.DTWidget p em {
	font-size: 12px !important;
	font-weight: bold !important;
	}

.DTWidget .DTWidgetMore {
	display: block !important;
	border-left: 1px solid #d8d8d8 !important;
	border-right: 1px solid #d8d8d8 !important;
	border-bottom: 2px solid #d8d8d8 !important;
	padding: 10px 15px !important;
	background: #f8f8f8 !important;
	font-size: 13px !important;
	line-height: 1.2;
	text-decoration: none !important;
	text-align: right !important;
	font-weight: bold !important;
	text-shadow: 1px 1px 1px #fff !important;
	}
