/* Products pages: */

.products-container
{
	float: left;
}

.products-icon
{
	margin-left: 20px;
	height: 128px;
	width: 128px;
}

.products-text
{
	margin-left: 160px;
}

a.products-plain
{
	text-decoration: none;
}

a.products-plain:link
{
	color: #333333;
}

a.products-plain:visited
{
	color: #333333;
}

a.products-plain:hover
{
	color: #333333;
	text-decoration: none;
}

a:active
{
	color: #037;
}

.products-text:hover
{
	background-color: #ececec;
	border-radius: 6px;
}

.products-text-sel
{
	margin-left: 160px;
	background-color: #fffcdc;
	border-radius: 6px;
}

.products-body
{
	margin-top: 10px;
}

.products-more
{
	font-style: italic;
	margin-top: 10px;
}

