/*CSS GLOBALE */

*{
  margin:0;
  padding:0;
}

body{
	 text-align: center;
     border:none;
     height: 100%; 
	 background-color:#b64561;
	 background-image:url("../../images/pages/global/bg_op.jpg");
	 background-repeat:no-repeat;
	 background-position:top center;
	 color:#380a1c;
} 

a {
	 color:#530f20;
	 text-decoration:underline;
	 font-weight:bold;
}

a:hover {
	 text-decoration:underline;
} 

.TableContent{
	margin: 0px auto;
    text-align: left;
    width:779px;
}

.Foto
{
	background-color:#f5f5f5;
	padding:5px;
	border:1px solid #24547a;
}

.Combo{
	background-color:#f4e7e9;
	border:1px solid #b3b1a1;
}

.Footer
{
	height:55px;
	width:750;	
	padding-top:15px;
	text-align:center;
	background-image:url(../../images/pages/global/bg_footer.png);
	
	_background-image:url(../../images/pages/global/pixel.gif);
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/pages/global/bg_footer.png',sizingMethod='image'); 
	
	background-position:top center;
	background-repeat:no-repeat;
	color:#fff;
}

.BtGeneric
{
	border: solid 1px #3e3f39;	
	background-color: #7c2947;	 
	color: #fff;
	text-align:center;		
	font-weight: bold;
	margin:5px;	
	width:auto;
    overflow:visible;
	-moz-box-sizing: content-box;
}

.BtGeneric2
{
	border: solid 1px #3e3f39;	
	background-color: #eab328;	 
	color: #fff;
	text-align:center;		
	font-weight: bold;
	margin:5px;	
	width:auto;
    overflow:visible;
	-moz-box-sizing: content-box;
}

/*Gallerie immagini*/

.Gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Gallery li {
	margin: 20px 2px 3px;
	padding: 8px;
	background: url(../../images/pages/global/polaroid.png) no-repeat;
	_background-image:url(../../images/pages/global/pixel.gif);
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/pages/global/polaroid.png',sizingMethod='image'); 
	float: left;
	position: relative;
	width: 168px;
}

.Gallery span {
	background: url(../../images/pages/global/tape.png) no-repeat;
	_background-image:url(../../images/pages/global/pixel.gif);
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/pages/global/tape.png',sizingMethod='image'); 
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	left: 54px;
	top: -12px;
}

.Gallery em 
{
	height:20px;
	display: block;
	padding: 0 18px 0 0;
	text-align: center;	
	color: #333;
}

