@font-face {
font-family: 'Roboto';
src: url('../fonts/roboto-regular-webfont.eot');
src: url('../fonts/roboto-regular-webfont.eot#iefix') format('embedded-opentype'),
	 url('../fonts/roboto-regular-webfont.woff') format('woff'),
	 url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
	 url('../fonts/roboto-regular-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Robotoblack';
src: url('../fonts/roboto-black-webfont.eot');
src: url('../fonts/roboto-black-webfont.eot#iefix') format('embedded-opentype'),
	 url('../fonts/roboto-black-webfont.woff') format('woff'),
	 url('../fonts/roboto-black-webfont.ttf') format('truetype'),
	 url('../fonts/roboto-black-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}

.price-blue {
	color: #fff;
	font-weight:bold;
}

.slidedown_head{font-weight:bold;cursor:pointer;background-color:#B2C0A0;margin:2px;color:#fff;}
.slidedown_head div {padding:6px 0 6px 6px;}
.slidedown_body {background-color:#CAD4BE;margin:0 2px 0 2px;}
.slidedown_body th {padding:6px;text-align:center;}
.slidedown_body td {padding:6px;text-align:center; background-color:#EEF1EA;border-bottom:1px solid #fff;}

.widget_title {
	margin-bottom: 15px;
	font-weight: 600;
	position: relative;
	font-family:'Robotoblack';
	font-size:14px;
	text-transform:uppercase;
	color:#d30500;
}

.widget_title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.widget_title::before {
	content: "";
	position: absolute;
	bottom: -2px;
	width: 65px;
	height: 3px;
	background-color: #FF324D;
}