@charset "UTF-8";

.mtcontainer {
	width: 180px;
}

.mtimage {
	width: 50px;
	float: left;
	margin-right: 10px;
}

.mtcontent {
	float: left;
	width: 120px;
}

.mtcontent .mBot5 div {
	display: block;
	color: #666666 !important;
	background-color: #FFFFFF !important;
	text-transform: uppercase;
	font-size: 0.75em !important;
}

.mtcontent .grey {
	font-size: 0.75em !important;
	font-weight: normal !important;
	line-height: 1.2 !important;
	color: #666666 !important;
	background-color: transparent !important;
	text-transform: none !important;
}

.mtPBot15 {
	padding-bottom: 5px;
}

html>body .mtPBot15 {
	padding-bottom: 15px;
}

.mtcontainer .mtcontent a:link, .mtcontainer .mtcontent a:visited {
	display: block;
	color: #007B32;
	background-color: transparent;
	background-image: url("../../../images_css/mtcontainer_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 12px;
}

.mtcontainer .mtcontent a:hover, .mtcontainer .mtcontent a:active {
	display: block;
	color: #FF0000;
	background-color: transparent;
	background-image: url("../../../images_css/_mtcontainer_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 12px;
}

