﻿.PromoTextContent 
{
    width: 280px;
    float: left; 
}

.PromoPhoto
{
    width: 394px;
    float: left;
    margin-left: 15px;
}

div.PromoPhoto div.photo_bkg_up 
{
    width: 394px; height: 26px; 
    background: url(Images/photo_bkg_up.png) no-repeat;
}

div.PromoPhoto div.photo_bkg_center
{
    width: 394px;
    background: url(Images/photo_bkg_center.png) repeat-y;
}

div.PromoPhoto div.photo_bkg_center img { width: 365px; margin-left: 15px; }

div.PromoPhoto div.photo_bkg_down
{
    width: 394px; height: 26px; 
    background: url(Images/photo_bkg_down.png) no-repeat;
}

.ViewPromoTitle
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	font-size: 22px; 
	font-weight: normal; 
	color: navy;	
}
.ViewTitle
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #023375;	
	/* height: 36px; */
	margin-bottom:20px;
}
.ViewDescription
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: Gray;
	margin-top:-14px;
	margin-right: 10px;
}
.ViewLink
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	display:block; 
	float:left; 
	width:190px; 
	/* height:10px; */
	margin-top:5px;	
	color: #387bbf;
}
.ViewLink a, .ViewLink a:link { color: #387bbf; }

.ViewPromoStrillo
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	float:left; 
	width:240px; 
	/*height:110px;*/
	margin-right:10px;
	margin-bottom:35px;
	overflow:visible;
}
.ViewPromoStrilloTextBlock
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	float:left; 
	width:160px; 
	/*height:90px;*/
}
.ViewPromoLink
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration:underline;
	color: #387bbf;
}

a.ViewPromoLink, a:Link.ViewPromoLink, a:visited.ViewPromoLink
{	
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration:underline;
	color: #387bbf;
}
.ViewPromoPhotoBackground
{
	float:left; 
	background: url(Images/sfondoOmbra.jpg) no-repeat;
	width:73px; 
	height:73px;
}
.ViewPromoContainer
{
	width:500px; 
	float:left;
}
.ViewPromoPager
{
	width:500px; 
	float:left; 
	text-align:center; 
	margin-top:20px; 
	margin-bottom:10px;
}
.ViewPromoMaster
{
	width:700px;
}
.ViewPromoInternalTitle
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	float:left;
	color:#296db4;
	font-size:15px;
	font-weight:bold;
	clear:both;
}
.ViewPromoInternalSubTitle
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	/*float:left;*/
	color:#878787;
	font-size:15px;
	font-weight:bold;
	clear:both;
	margin-bottom: 12px;
}
.ViewPromoInternalDescription
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	/*float:left;*/
	color:#7f7f7f;
	clear:both;
	margin-top:5px;
	font-size:12px;
}
.ViewPromoRoundBoxLineTop
{
	/*float:left;*/
	background: url(Images/lineTop.jpg) repeat-x;
}
.ViewPromoRoundBoxLineDown
{
	float:left;
	background: url(Images/lineDown.jpg) repeat-x;
}
.ViewPromoRoundBoxCrnTopLeft
{
	/*float:left;*/
	background: url(Images/crnTL.jpg) no-repeat;
}
.ViewPromoRoundBoxCrnTopRight
{
	/*float:right;*/
	background: url(Images/crnTR.jpg) no-repeat;
}
.ViewPromoRoundBoxCrnDownLeft
{
	float:left;
	background: url(Images/crnDL.jpg) no-repeat;	
}
.ViewPromoRoundBoxCrnDownRight
{
	float:right;
	background: url(Images/crnDR.jpg) no-repeat;	
}
.ViewPromoRoundBoxCenLeft
{
	float:left; 
	background: url(Images/centralLineLeft.jpg) repeat-y;
}
.ViewPromoRoundBoxCenRight
{
	float:right; 
	background: url(Images/centralLineRight.jpg) repeat-y;
}
.panelPromoLinks
{
     float:left; 
     clear:both; 
     margin-top: 24px;
     width:100%;
}

.promo_linkheader 
{
    text-align: center;
    background: #3d7ec2 url(Images/head.png) repeat-x;
    color: #ffffff;
    height: 17px;
}

.clear_float { clear: both; }
