/* CONTENT CLASSES */
.Content-Title
{
	display:inline-box;
	white-space:nowrap;
	background:#F7E2EE;
	padding:4 0 4 6;
	height:30px;
}

.Content-Title-Left
{
	/*text-align:left;*/
	float:left;
	/*display:inline-box;*/
}

.Content-Title-Center
{
	text-align:center;
}

.Item-Display2
{
	/*border: 1px solid #000;  */
	padding: 10 0 0 10;
	margin: 0 0 0 0; 
	overflow:hidden;
}

.Item-Display2 A
{
	text-decoration:none;
}

.Item-Display2 li
{
	width: 400px;
	/*min-height:250px;
	border: 1px solid #ddd; */  
	display: -moz-inline-stack;
	display: inline-block;
	margin: 3px;
	vertical-align:middle;
	zoom: 1;
	*display: inline;	
}

.Item-Display2 img
{
	/*max-width:100px;*/
	/*max-height:300px;
	height:auto !important height:300px;*/
	max-width:400px;
	width:auto !important width:400px;
	overflow:hidden;
	border:0;
}

.ItemInformation
{
	padding: 20 30 20 30;
}

.ItemInformation table
{
	border: 0;
	border-collapse:collapse;
}

.ItemInformation table td
{
	vertical-align:top;
}

.ItemInformation table td img
{
	border:0;
}


.ItemInformation table td.ItemImage img
{
	max-width:250px;
	width:auto !important width:250px;
}

.ItemInformation table td.ItemHeader
{
	font-weight:bold;
	color:#fff;
	background-color:#CC9999;	
	padding: 6 4 0 4;
}

.ItemInformation table td.ItemData
{
	padding: 6 4 0 4;
}

.TransMsg
{
	color:#f00;
	font-size:11px;
}

