
div.ProductsItem
{
		overflow: hidden;
		border-bottom: 1px solid #EFEFEF;
		padding: 20px 0px 20px 0px;
}
div.ProductName a
{
		color: #F27000;
}
div.ProductsItem span
{
		font-size: 10px;
		font-weight: bold;
		color: #999999;
}
div.ProductsItem h2 a
{
		color: #333333;
}
div.ProductsItem a.ProductImage
{
		float: left;
		display: block;
		width: 140px;
		height: 50px;
		border: 1px solid #999999;
		background-repeat: no-repeat;
		background-position: center;
		font-size: 10px;
		font-weight: bold;
		color: #999999;
		text-align: center;
		padding: 40px 0px 0px 0px;
		margin: 0px 20px 0px 0px;
}

div.ProductName
{
		float: left;		
		width: 300px;
		height: 70px;
		border-right: 1px dotted #999999;
		padding: 10px;
}
div.ProductName h2
{		
		padding: 0px;
		margin: 0px;
}

div.ProductPrice
{
		float: right;
		width: 90px;
		background-color: #D60000;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		padding: 5px;
		margin: 35px 10px 0px 0px;
}
div.ProductPrice strong
{
		font-size: 14px;
}
div.ProductPrice span
{
		color: #FFFFFF;
		text-decoration: line-through;
}
div.ProductPrice a
{
		font-weight: normal;
}

div.ProductProducer
{
		float: left;
		width: 100px;
		height: 45px;
		border-right: 1px dotted #999999;
		text-align: center;		
		padding: 35px 10px 10px 10px;
}

div.ProductModel
{
		float: left;
		width: 120px;
		margin: 5px 0px 0px 0px;
}



a.next
{
		display: block;
		float: right;
		clear: left;
		background: url('../gfx/sqrFF800D.jpg') no-repeat 0px 50%;
		color: #666666 !important;
		text-align: right;
		margin: 0px 0px 0px 0px;
		padding: 2px 0px 2px 10px;
}



div.layerContent
{
		text-align: center;
}
div.layerContent img
{
		margin: 0px 30px 0px 30px;
}


/* ********************************************** */
/* ****************** navigator ***************** */
/* ********************************************** */

div#navigation
{
		border: none;
		margin: 0px;
}


