
/* Custom layer (2 boxes of wine.) */

.customLayer1{
	height: 280px;
	position: relative;
}

.customLayer1 .customSublayerLayer1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 263px;
}

.customLayer1 .customSublayerLayer2{
	position: absolute;
	left: 200px;
	top: 0px;
	width: 200px;
	height: 263px;
}

.customLayer1 img{
	position: absolute;
	left: 60px;
	top: 0px;
}

.customLayer1 .name{
	position: absolute;
	left: 22px;
	top: 200px;
	width: 92px;
	color: #A31732;
	font-size: 9pt;
	font-weight: bold;
}

.customLayer1 .color{
	position: absolute;
	left: 123px;
	top: 200px;
	width: 51px;
	line-height: 28px;
	height: 28px;
	border-left: 1px solid #F1B700;
	text-align: center;
	color: #66746C;
	font-weight: bold;
}

.customLayer1 .description{
	position: absolute;
	left: 44px;
	top: 236px;
	width: 126px;
	height: 27px;
	text-align: center;
}