@import "main.css";

/* ------------ */

/* ----- CONTENUTO PRINCIPALE ----- */

#contenuto_principale {
	background-color: #fff;
	padding: 10px;
}

#contenuto_principale #colSx {
	float: left;
	width: 600px;
}

/* ---- GALLERY ---- */

#gallery {
	position:relative;
	height: 250px;
	width: 600px;
	margin-bottom: 20px;
}
	#gallery a {
		float:left;
		position:absolute;
}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index: 600; 
		color:#ffffff; 
		height: 65px;
		width: 600px; 
		position: absolute;
		bottom:0;
	background-color: #333;
}

	#gallery .caption .content {
	margin: 7px 10px 10px;
	color: #fff;
	text-decoration: none;
	font: normal normal 11px/110% "Trebuchet MS";
	padding: 0;
}
	
	#gallery .caption .content h3 {
	color: #fff;
	text-decoration: none;
	font: bold 13px/120% Arial;
	text-transform: uppercase;
	margin-bottom: 0;
}

#migliori_proposte {
	height: 188px;
}

#migliori_proposte h3 {
	color: #0079E4;
	text-decoration: none;
	font: normal normal 13px/120% Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#migliori_proposte .offerta {
	position: relative;
	width: 195px;
	height: 160px;
}

#migliori_proposte .offerta img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#migliori_proposte .offerta .bg {
	width: 195px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	
	background-image: url(../img/offerta_bg.png);
	_background-image: url(../common/img/transparent.gif);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/offerta_bg.png", sizingMethod="crop");
	background-repeat: no-repeat;
}

#migliori_proposte .offerta h4 {
	position: relative;
	z-index: 3;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	float: left;
}

#migliori_proposte .offerta h4 a {
	color: #fff;
	text-decoration: none;
	width: 170px;
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
}

#migliori_proposte .offerta h4 a strong {
	font-size: 16px;
	line-height: 110%;
	margin-bottom: 5px;
	display: block;
}

#migliori_proposte .offerta h4 a span {
	font-size: 13px;
}

#migliori_proposte .offerta h4 a:hover {
	color: #FF9900;
}

.jcarousel-container {
    position: relative;
	padding: 0;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 195px;
    height: 160px;
	display: inline;
}

/* --------- */

.jcarousel-container {
}

.jcarousel-container-horizontal {
    width: 600px;
}

.jcarousel-clip-horizontal {
    width: 600px;
    height: 160px;
}

.jcarousel-item {
    width: 195px;
	height: 169px;
}

.jcarousel-item-horizontal {
	margin-right: 5px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/* -------------------- */

#contenuto_principale #colDx {
	float: right;
	width: 330px;
}

#colDx #ricerca_veloce {
	width: 310px;
	height: 240px;
	background: #fff url(../img/ricerca_veloce_bg.jpg) repeat-x 0 bottom;
	padding: 1px 10px 10px;
	position: relative;
	margin-bottom: 20px;
}

#colDx #ricerca_veloce h4 {
	color: #0079E4;
	text-decoration: none;
	font: normal normal 14px/120% Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#colDx #ricerca_veloce .formBlock {
	margin-bottom: 5px;
	margin-bottom: expression('-5');
}

#colDx #ricerca_veloce .formBlock label {
	color: #949FA5;
	text-decoration: none;
	font: bold 12px "Trebuchet MS";
	float: left;
}

#colDx #ricerca_veloce .formBlock select {
	float: right;
	width: 230px;
	color: #899399;
	text-decoration: none;
	font: normal normal 11px "Trebuchet MS";
	padding: 1px 0 1px 1px;
	border: 1px solid #899399;
}

#colDx #ricerca_veloce #newsletter {
	border: 1px solid #C8CFCD;
	background-color: #DCE4E2;
	padding: 5px;
	margin-top: 10px;
	padding-top: expression('2');
	padding-bottom: expression('0');
	margin-bottom: 10px;
	margin-bottom: expression('5');
}

#colDx #ricerca_veloce #newsletter p {
	color: #70787E;
	text-decoration: none;
	font: normal normal 11px/115% "Trebuchet MS";
	margin-bottom: 5px;
	margin-top: 0;
}

#colDx #ricerca_veloce #newsletter input {
	color: #ccc;
	font: 11px "Trebuchet MS";
	background-color: #fff;
	border-style: none;
	padding: 2px;
}

#colDx #ricerca_veloce #newsletter input#nome_newsletter {
	float: left;
	width: 100px;
}

#colDx #ricerca_veloce #newsletter input#mail_newsletter {
	float: right;
	width: 180px;
}

#colDx #ricerca_veloce input#cerca_btn {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font: bold 13px Georgia, "Times New Roma", serif;
	text-align: center;
	width: 70px;
	height: 21px;
	border: 1px solid #4583C8;
	background: #75a8e1 url(../img/cerca_btn_bg.jpg) repeat-x 0 0;
	padding: 0 0 1px;
}

#colDx #ricerca_veloce input#cerca_btn:hover {
	background: #FF9900 url(../img/cerca_btn_bg.jpg) repeat-x 0 bottom;
	border: 1px solid #ec8e00;
}

#colDx #ricerca_veloce #chiave {
	background: url(../img/chiave.png) no-repeat;
	width: 131px;
	height: 79px;
	position: absolute;
	right: -30px;
	bottom: -5px;
}

/* -------- */

#ultime_news {
	
}

#ultime_news h3 {
	color: #0079E4;
	text-decoration: none;
	font: normal normal 13px/120% Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#ultime_news #contenitore_news {
	width: 310px;
	height: 141px;
	background: url(../img/contenitore_news_bg.jpg) no-repeat 0 0;
	padding: 10px;
	paddint-top: 8px;
	position: relative;
}

#ultime_news #contenitore_news ul {
	margin-bottom: 10px;
}

#ultime_news #contenitore_news ul li {
	border-bottom: 1px solid #ADCFEE;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#ultime_news #contenitore_news ul li span {
	color: #8BAABF;
	text-decoration: none;
	font: normal normal 11px "Trebuchet MS";
}

#ultime_news #contenitore_news ul li a {
	color: #0079E4;
	text-decoration: none;
	font: bold 11px "Trebuchet MS";
}

#ultime_news #contenitore_news ul li a:hover {
	color: #f90;
}

#ultime_news #contenitore_news h5 {
	position: absolute;
	right: 10px;
	bottom: 4px;
}

#ultime_news #contenitore_news h5 a {
	color: #0079E4;
	text-decoration: none;
	font: normal normal 10px Georgia, "Times New Roman", serif;
	text-transform: uppercase;
}

#ultime_news #contenitore_news h5 a:hover {
	text-decoration: underline;
}

/* -------------------------------- */