


/* dl-news */
.dl-news{
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0 0 8px;
	color:#000;
	font:1.1em/1.4em Arial, Helvetica, sans-serif;
}
.dl-news dt{
	float:left;
	font-weight:bold;
	margin:0 4px 0 0;
}
* html .dl-news dt{margin-right:1px;}
.dl-news dd{
	display:block;
	overflow:hidden;
	margin:0;
	color:#909087;
}
.dl-news dd a{
	color:#000;
	text-decoration:none;
}
.dl-news dd a:hover{text-decoration:underline;}


/* promo-visual */
.promo-visual{
	overflow:hidden;
	padding:0 0 45px;
	position:relative;
	float:left;
	width:621px;
	margin-bottom: 30px;
}

* html .promo-visual{
	height:1%;
	overflow:visible;
}
.img-place{
	overflow:hidden;
	border:solid #fff;
	border-width:4px;
}
* html .img-place{
	height:1%;
	overflow:visible;
}
.img-place img{}
.img-area{
	overflow:hidden;
	position:relative;
	background:#cdb19c;
	width:100%;
}
.img-area a{
	text-decoration: none;
}
.img-area img{
	float:right;
	border:none;
	margin:0 0 0 5px;
}
.p-v-loc{
	position:absolute;
	top:258px;
	right:122px;
}
.loc-2{
	top:251px;
	right:5px;
}

/**** Continuare ***/

.p-gallery img
{
    float: left;
    padding: 0 0 0 2px;
    list-style: none;
    padding-right: 5px;
    display: block;
    padding-left: 7px;
    background: url(../img/bg-p-v-loc.png) no-repeat;
    padding-bottom: 12px;
    overflow: hidden;
    width: 62px;
    cursor: pointer;
    padding-top: 10px;
    height: 62px;
}
.p-gallery .active img
{
    background: url(../img/bg-p-v-loc-hover.png) no-repeat;
}
.p-gallery img:hover
{
    background: url(../img/bg-p-v-loc-hover.png) no-repeat;
}
.loc-2 .p-gallery img
{
    float: left;
    padding: 0 0 0 2px;
    list-style: none;
    padding-right: 8px;
    padding-left: 8px;
    background: url(../img/bg-p-v-loc-2.png) no-repeat;
    padding-bottom: 14px;
    width: 82px;
    padding-top: 12px;
    height: 82px;
}
.loc-2 .p-gallery .active img
{
    background: url(../img/bg-p-v-loc-2-hover.png) no-repeat;
}
.loc-2 .p-gallery img:hover
{
    background: url(../img/bg-p-v-loc-2-hover.png) no-repeat;
}
.p-loc .prevSlideshow
{
    background: url(../img/btn-p-loc-prev.png) no-repeat;
}
.p-loc .nextSlideshow
{
    background: url(../img/btn-p-loc-next.png) no-repeat;
}


/* p-gallery */
.p-gallery-forced
{
    background: url(../images/bg-p-v-loc-hover.png) no-repeat;
}
.p-gallery{
	float:left;
	margin:0;
	padding:0;
}
.p-gallery li{
	float:left;
	padding:0 0 0 2px;
	list-style:none;
}
.p-gallery a
{
}
.p-gallery .active a
{
    background:url(../images/bg-p-v-loc-hover.png) no-repeat;
}
.p-gallery a:hover{background:url(../images/bg-p-v-loc-hover.png) no-repeat;}
.loc-2 .p-gallery a{
	width:82px;
	height:82px;
	padding:12px 8px 14px 8px;
	background:url(../images/bg-p-v-loc-2.png) no-repeat;
}
.loc-2 .p-gallery .active a
{
     background:url(../images/bg-p-v-loc-hover.png) no-repeat;
}
.loc-2 .p-gallery a:hover{background:url(../images/bg-p-v-loc-2-hover.png) no-repeat;}
/* p-loc */
.p-loc{
	float:left;
	margin:30px 0 0;
	padding:0 1px 0 0;
}
.loc-2 .p-loc{padding:10px 1px 0 10px;}
.p-loc li{
	float:left;
	list-style:none;
}
.p-loc a{
	display:block;
	width:14px;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.p-loc .prev{background:url(../images/btn-p-loc-prev.png) no-repeat;}
.p-loc .next{background:url(../images/btn-p-loc-next.png) no-repeat;}
