
#main
{
  background:url('../images/default/pl/main.png') no-repeat;
  width:980px;
  height:276px;
  overflow:hidden;
  position:relative; 
}

#txt
{
position:absolute;
width:355px;
height:120px;
top:65px;
left:118px;
}

#products-more
{
position:absolute;
width:120px;
height:20px;
top:12px;
left:754px;
cursor:pointer;
}


#featured
{
position:absolute;
width:350px;
height:210px;
top:63px;
right:100px;
}



div.productList
	{
	width:167px;
	height:97px;
	overflow:hidden;
	background:url('../images/default/main-product-item-back.png') no-repeat;
	position:relative;
	cursor:pointer;
	float:left;margin-right:10px;
	margin-bottom:10px;
	}
	
div.productList  a{color:#4c3b37;}

div.productList img {border:1px solid #cac8b6;}

div.productList .productListPrice
	{
	position:absolute;
	width:50px;
	height:24px;
	background-color:#300000;
	color:#ffffff;
	top:118px;
	right:10px;
	}	

div.productListOver
	{
	width:167px;
	height:97px;
	overflow:hidden;
	background:url('../images/default/main-product-item-back.png') no-repeat;
	background-position: 0px -97px;
	position:relative;
	cursor:pointer;
	float:left;margin-right:10px;
	margin-bottom:10px;
	}
	
div.productListOver img {border:1px solid #dbd3b8;}
	
div.productListOver .productListPrice
	{
	position:absolute;
	width:50px;
	height:24px;
	background-color:#ff6000;
	color:#ffffff;
	top:118px;
	right:10px;
	}		

