.tout
{
	margin-bottom: 1em;
	font-size: 1em;
	overflow:hidden;
}
.tout p
{
	margin-top: 0em;
}
.tout img
{
	width: 85px;
	height: 65px;
	float: left;
	border: 1px solid #224b87;
}
.tout .pretitle
{
    margin-left: 95px;
	margin-top: 0.1em;
	margin-bottom:.1em;
	font-size: 1em;
	display: block;
	color: #999;
}
.tout .title
{
	margin-left: 95px;
	margin-top: 0.1em;
	font-size: 1.1em;
	display: block;
	font-weight: bold;
	color: #224B87;
}
.tout .content
{
	margin-top: 0.25em;
	font-size: 1em;
	color: #666666;
	margin-left: 95px;
}


.xs
{
	min-height:35px;
}
.xs  img
{
	width: 40px;
	height: 30px;
}
.xs .pretitle, .xs  .title, .xs  .content
{
	margin-left: 50px;
}
.xs .title
{
	margin-top:0em;
}

.md 
{
	min-height: 100;
}
.md  img
{
	width: 120px;
	height: 90px;
}
.md .pretitle, .md  .title, .md  .content
{
	margin-left: 130px;
}
.mw
{
	min-height: 85px;
}
.mw img
{
	width: 143px;
	height: 79px;
}
.mw .pretitle, .mw .title, .mw .content
{
	margin-left: 153px;
}
.lw
{
	min-height: 125px;
}
.lw img
{
	width: 280px;
	height: 120px;
}
.lw .pretitle, .lw .title, .lw .content
{
	margin-left: 290px;
}
.top
{
	min-height: 180px;
}
/*.top img
{
	width: 300px;
	height: 172px;
	border:none;
}
*/
.top .title{ font-size:1.4em; }
.top .pretitle, .top .title, .top .content
{
	margin-left: 310px;
}

.noContent .content
{
	display: none;
}
.noTitle .title
{
	display:none;
}

.no
{
}
.no img
{
	display: none;
}
.no .pretitle, .no .title, .no .content
{
	margin-left: 0px;
}
.stacked
{
	height: auto;
}

.stacked img
{
	float: none;
	margin-bottom:5px;

}
.stacked .pretitle, .stacked .title, .stacked .content
{
	margin-left: 0px;
}
.stackedContent
{
	height: auto;
}
.stackedContent .pretitle, .stackedContent .title
{
	padding-top: .5em;
}
.stackedContent .content
{
	clear: both;
	margin-left: 0px;
	padding-top: .05em;
}
.wrappedContent
{
	height: auto;
}
.wrappedContent img
{
	margin-right: 10px;
	margin-bottom: 10px;
}
.wrappedContent .content
{
	margin-left: 0px;
}
