.new_items_header
{
	font-family: Georgia;
	font-size: 25px;
	color: #ffb86c;
	width: 230px; 
	text-align: center;
	display: block;
}

.new_items_image
{
	border: 5px solid #f5e8db;
	cursor: pointer;
}

.new_items_link
{
	font-family: Georgia;
	color: #f5e8db;
	font-size: 15px;
	font-weight: bold;
	width: 230px; 
	text-align: center;
	display: block;
}

.new_items_link:hover
{
	color: white;
}

.new_items_factory
{
	font-family: Georgia;
	font-size: 15px;
	color: #d1b5a6;
}

#rotator1, #rotator2, #rotator3														{ position: relative; display: none; background: #f5e8db; width: 230px; height: 167px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
#rotator1 a, #rotator2 a, #rotator3 a												{ border: 0px; }
#rotator1 .slides div, #rotator2 .slides div, #rotator3 .slides div						{ float:left; position: absolute; top: 5px; left: 5px; width: 220px; height: 157px; background: #000; cursor: pointer; }
#rotator1 .slides img, #rotator2 .slides img, #rotator3 .slides img					{ width: 220px; height: 157px; cursor: pointer; border: 0px; }
#rotator1 .slides div.show, #rotator2 .slides div.show, #rotator3 .slides div.show		{ z-index: 500; }

/* Новогодняя акция - баннер*/
#action { width: 230px; height: 167px; position: relative; -moz-border-radius: 5px;-webkit-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px; background: #F5E8DB; }
#action .flash { width: 220px; height: 157px; position: absolute; top: 5px; left: 5px; background: #735C4F; display: none; }
#action img { position: absolute; top: 5px; left: 5px; }
#action img.tree { margin-left: -50px; }
#action img.ded { margin-left: 50px; }
#action a.actionLink { width: 220px; height: 157px; position: absolute;top: 5px; left: 5px; display: block; text-decoration: none; border: 0; z-index: 10; }
