@charset "UTF-8";

.mtcontainer {
	width: 180px;
}

.mtimage {
	width: 50px;
	float: left;
	margin-right: 10px;
}

.mtcontent {
	float: left;
	width: 120px;
}

.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;
}

