/*********************** MTEL ************************/

.content-wrapper_mtel {
	float: left;
	width: 234px;
	font: 11px   Verdana, arial, "Lucida Console", "Trebuchet MS",Tahoma, clean, helvetica, sans-serif;
	color: #8e2000;
	margin: 20px 5px 20px 40px;
	border: 0 solid red;
	border: solid 1px #9a0000;
	display: inline;
	height: 155px;
}

.content-wrapper_mtel_inner_01 {
	width: 234px;
	height: 155px;
	background: #f6f6f6 url(img/bg_top.gif) no-repeat center top;
	position: relative;
	top: -9px;
}

.content-wrapper_mtel_inner_02 {
	width: 234px;
	height: 155px;
	background: #f6f6f6 url(img/bg_bottom.gif) no-repeat center bottom;
	position: relative;
	bottom: -18px;
}

.content-wrapper_mtel a img {
	position: relative;
	display: block;
	float: left; 
	margin-right: 10px; 
	margin-left: -30px;
	border: solid 1px #959998;
	z-index: 1;
}

.content_head_mtel {
	position: relative;
	width: 270px;
	font-weight: bold;
	color: #f7edec;
	padding: 0 0 0 8px; 
	height: 32px;
	background: url(img/content_head_bgr.gif) no-repeat left 50%; 
	margin-left: -30px;
	z-index: 150;
}

.content-txt-without-bgr {
	padding: 10px 5px 0 10px;
	line-height: 1.6em;
}

.content_head_mtel a {
	display: block;
	position: absolute;
	height: 2.2em;
	line-height: 2.2em;
	top: 50%;
	margin-top: -1.1em;
	text-decoration: none;	
	font: 11px  Verdana, arial, "Lucida Console", "Trebuchet MS",Tahoma, clean, helvetica, sans-serif;
	color: #f7edec;
	font-weight: bold;
}

.content-wrapper_mtel a {
	background: none;
}

.content-wrapper_mtel a:hover {
	background: none;
}


