﻿@media screen {

/* wrapper */
#pageContentDetail 
{
	overflow: hidden;
	padding: 10px 10px 10px 10px; 
	background: #ffffff;
}

.detailTitleTop
{
	display: none;
	visibility: hidden;
}

.detailTitleBottom
{
	display: none;
	visibility: hidden;
}

.contentTitleCompanyInfo
{
	background-color: #ffffff;
	margin-bottom: 5px; 
	width: 702px;
	height: 79px;
	background: #ffffff url(images/popupcar_companyinfo.jpg) no-repeat top left;
}

/* informazioni sulla società */
.contentCompanyText
{
	float:left; 
	padding-left: 15px;
	padding-top: 10px;
	width: 300px; 
	color: #fe3b00;
	font-size: 9pt;
}

/* logo della società */
.contentCompanyLogo
{
	float:right; 
	display: none; 
	visibility: hidden;
	width: 300px; 
}

/* contiene le 2 div: foto e descrizione dell'auto */
.detailContentCar
{
	overflow: hidden; 
	width: 99%;
	background-color:#ffffff;
}

/* contiene le foto */
.detailContentFoto
{
	clear:both; 
	float:left; 
	width: 290px;
}

/* header della sezione foto */
.contentHeaderFoto
{
	margin-bottom: 10px; 
	margin-top: 3px;	
}

.contentBodyFoto
{
	float: left; 
	height: 100%; 
	width: 45%;
}

/* contiene i 3 bottoni */
.contentButtonFunction
{
	float: right;
	padding: 5px 5px 5px 5px;
	width: 100px;
}

.contentDetailCarBody
{
	overflow:hidden; 
	width: 100%;
	background: url(images/popupcar_carbox_repeat.jpg) repeat-y;
}

/* footer della div a destra che elenca i dati dell'auto */
.contentDetailCarInfoFooter
{
	visibility: hidden;
	display: none;
}

.PopUp 
{
	/*background-color: #ffffff;*/
	background: #ffffff;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;    
	color: White;
		
}

/* classe della label che visualizza le informazioni della società */
.companyInfo
{
	color: #fe3b00;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;    	
	font-size: 8pt;
}

/* div che contiene l'immagine selezionata grande */
#contentPrincipalImg
{
	float:left;	
	height:140px; 
	margin-bottom:5px; 
	margin-top: 5px;
	width: 120px; 
}

/* div che contiente l'oggeto repeater */
#contentRepeater
{
	 clear: both; 
	 height: auto;	 
	 width: 295px;
	 margin-top: 5px;
	 overflow: auto;
}

/* Immagine Selezionata dall'utente visualizzata in grande */
#contentMainThumbNail
{
	height: 180px;
	overflow: hidden;
	width: 234px;
}

/* Singole thumbnail contenute nel repeater */

.contentSinglePicTh
{	
	float:left;
	height:60px; 
	margin-left:2px; 
	margin-right: 2px;
	margin-top: 2px; 
	text-align:center; 
	width: 80px;
}


/* riferimento auto */
.lblSingleDesc
{
	float: left; 
	font-weight: bold;
	width: 110px; 
	color: #bbbbbb;
}

/* gli altri campi della macchina */
.lblAll
{
	float: left; 
	font-weight:bold; 
	padding-top: 2px;	
	width: 110px;	
	color: #bbbbbb;
}


/* div che contiente il testo a destra delle immagini */
#contentInformation
{
	float: right;
	padding-right: 10px;
	font-size: 9pt; 
	width: 350px;
	margin-right: 10px;
	overflow: hidden;
}

/* div che contiene il tile SCHEDA AUTO */
.itemTitle
{
	color: #fe3b00;
	float: left;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	width: 150px;
}

/* div che elencano i campi del prodotto */
.ItemList
{
	clear: both;
	color: white; 
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 3px;
}

.contentItemTop
{
	background: #ffffff url(images/popupcar_carbox_top.jpg) no-repeat top left;	
	height: 10px;
	width: 350px;
	overflow: hidden;
}

.contentItemBottom
{
	background: #ffffff url(images/popupcar_carbox_bottom.jpg) no-repeat top left;
	height: 10px;
	width: 350px;
}


/* contiene la descrizione dell'auto */
.ItemListDescription
{
	clear: both; 
	margin-top: 6px;
}

/* top della div a destra */
.contentItemDescriptionHead
{
	background: url(images/detail_top.jpg) no-repeat top left; 
	height: 34px;
	overflow: hidden;
	width: 350px;  
	background: url(images/popupcar_carbox_repeat.jpg) repeat-y;
}

/* bottom della div a destra */
.contentItemDescriptionBottom
{
	padding: 0;
	margin: 0;
	background: url(images/popupcar_carbox_repeat.jpg) repeat-y;
	height: 34px;
	width: 350px;	
}

.lblFoto
{
	color: #fe3b00;
	font-weight: bold;
}

.lblSchedaAuto
{
	font-weight: bold; 
	font-size: 12pt; 
	margin-bottom: 5px;
	color: #fe3b00;
	font-family: Trebuchet MS, Verdana, Arial;
	margin-left: 10px;
}
}