
#mp_body #tradeShowsWrapper.full{
	width:700px;
}
#mp_body #tradeShowsWrapper.front{
	width:1130px;
}
#mp_body .full .tradeShowsEntry{
	border-top:1px solid #ccc;
	padding:15px 0;
	position:relative;
}
#mp_body .tradeShowsImage{
	float:left;
	width:120px;
	margin-right:20px;	
}
#mp_body .tradeShowsPlace, #mp_body .tradeShowsDate{
	float:left;
	padding-right:25px;
	font-size:14px;
	color:#999;
	margin-bottom:10px;
	line-height:14px;
	font-weight:bold;
}
#mp_body .full .tradeShowsContentWrapper{
	float:left;
	width:520px;
	min-height:120px;
	padding-bottom:10px;
}
#mp_body .tradeShowsTitle{
	clear:both;
}
#mp_body .tradeShowsTitle h3{
	color:#0080C6;
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	padding-bottom:8px;
}
#mp_body .tradeShowsText p{
	display:inline-block;
	padding-right:15px;
}
#mp_body .border-bottom{
	height:1px;
	background:#ccc;
}
#mp_body .tradeShowsLinkIssuer{
	position:absolute;
	right:0;
	bottom:4px;
}
#mp_body .tradeShowsLinkIssuer a{
	display:block;
	background:#0080C6;
	height:15px;
	font-size:12px;
	line-height:15px;
	padding:1px 4px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
#mp_body .tradeShowsLinkIssuer a:hover{
	background:#b4b4b4;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
/*tradeShows Front*/
#mp_body .newsTitleFront{
	width:180px;
	padding-right:10px;
	float:left;
	font-size:22px;
	font-weight:bold;
}
#mp_body .tradeShowsTiteleFront{
	width:190px;
	float:left;
	font-size:22px;
	font-weight:bold;
}
#mp_body .toArchive{
	float:left;
	width:160px;
}
#mp_body .tradeShowsEntry.front{
	float:left;
	width:340px;
	padding-right:40px;
}
#mp_body .entryWrap{
	float:left;
	width:760px;
}