/* CONTENT CLASSES */
.Content-Title
{
	display:inline-box;
	white-space:nowrap;
	background:#F7E2EE;
	padding:4 0 4 6;
}

.Content-Title-Left
{
	text-align:left;
}

.Content-Title-Center
{
	text-align:center;
}

.Item-Display
{
	/*border: 1px solid #000;  */
	padding: 10 0 0 10;
	margin: 0 0 0 0; 
	overflow:hidden;
}

.Item-Display A
{
	text-decoration:none;
}

.Item-Display li
{
	width: 150px;
	/*min-height:250px;*/  
	border: 1px solid #ddd; 
	display: -moz-inline-stack;
	display: inline-block;
	margin: 3px;
	vertical-align:top;
	zoom: 1;
	*display: inline;	
}

.Item-Display img
{
	/*max-width:100px;*/
	max-height:90px;
	height:auto !important height:90px;
	overflow:hidden;
	border:0;
}

.ItemButton
{
	position:relative;
	float:right;
	padding:2;
}

.ItemButton IMG
{
	max-height:25px;
	height:auto !important height:25px;
}

.ItemButton INPUT
{
	width:35px;
	font-size:8pt;
	color:#000000;
	background-color:#F7E2EE;
	border-style:solid;
	border-color:#FF99CC;
	border-width:1;
	overflow:visible;
}

.ItemTitle *
{
	display:inline;
	font-weight:bold;
}

.ItemTitle
{
	overflow:hidden;
	white-space:nowrap;
	line-height: 1.2em;
	height: 1.2em;
	width:100%;
	text-overflow:ellipsis;						/* Safari, Chrome, IE 7 and ealier */
	-o-text-overflow:ellipsis;					/* Opera */
	-ms-text-overflow:ellipsis;					/*  IE 8 */
	-moz-binding: url(moz_fix2.xml#ellipsis);	/* FireFox */
	zoom: 1;	
}

.ItemTitle > DIV:first-child
{
	float:left;	
	display:block;
}

.ItemTitle > DIV + DIV
{
	float: right;	
	margin-top: -1.2em;
}

.ItemTitle > DIV + DIV::after
{
	background-color:white;
	content:'...';
}

.ItemPrice
{
	padding: 0 0 0 2;
}  

.ItemPrice SPAN.Shipping
{
	font-size:10px;	
}