/* **********  ********** */
.listbox
{
	height: 45px;
}
.listboximg
{
	width: 45px;
	height: 45px;
	margin-right: 8px;
}
.listboxh3
{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
}

.listboxhi
{
	height: 90px;
}
.listboximghi
{
	width: 90px;
	height: 90px;
	margin-right: 15px;
}
.listboxh3hi
{
	margin-top: 3px;
	margin-bottom: 12px;
	font-size: 18px;
}


/* **********  ********** */
/* remove from base.css, row 509
	.article-view-arrow span
	{
		display: none;
	}
	
	a.article-view-arrow:hover
	{
		width: 200px;
		color: #8f8f8f;
	}
	
	a.article-view-arrow:hover span
	{
		display: block;
	}
*/

.article-view-arrow-hover
{
	width: 200px;
	color: #8f8f8f;
}
.article-view-arrow-hover-span
{
	opacity:1;
}
.article-view-arrow-span
{
	opacity:0;
}





iframe#shop {
	width:100%;
	height:600px;
	border:none;
	background:#FFFFFF;
}


input.invalid {background-color:#ffeeee}