﻿@charset "UTF-8";

/* SprySpotlightColumn.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main container of the Spotlight Column and Stacked Containers structure. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
 
#calDate{
	width:100px;
	height:110px;
	background:url(../immagini/bgCalAste.gif);
	float:left;
	display:table-cell;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	padding-top:15px;
	
}
 
.SpotlightEven #calDate{
	width:100px;
	height:110px;
	background:url(../immagini/bgCalAste2.gif);
	float:left;
	display:table-cell;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	padding-top:15px;
}
  
.SpotlightAndStacked
{
	font: 100% Verdana, Geneva, sans-serif;
	
}


.DescriptionContainer{
		float:left;
		text-align:center;
	width:210px;
	height:220px;	
	background-image:url(../immagini/bggrid2.jpg);
	background-repeat:no-repeat;
	padding:4px;
}

.ImageContainer{
	float:left;
			text-align:center;
	width:210px;
	height:220px;
	background-image:url(../immagini/bggrid.jpg);
	background-repeat:no-repeat;
	padding:4px;
}

/* This is the selector for the row element which houses all the Spotlight and Stacked containers
 * classes. 
*/

.GRIDSpotlightAndStacked .GRIDSpotlightAndStackedRow
{
	display:table-row;

	margin-left:15px;
	padding:5px;
	float:left;
	width:210px;
	height:220px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.SpotlightAndStackedRow
{
	
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEBE;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
	width:670px;

}

.SpotlightAndStackedRow2
{
	display:table-cell;
	margin-bottom: 5px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEBE;
	margin-left:18px;
	padding:5px;
	width:710px;
	margin-top: 5px;
	margin-right: 18px;
}

/* This is the selector for the container of the Spotlight column elements. By default 
 * the Spotlight column occupy about 25% from the width of the 
 * entire structure. 
*/
.SpotlightAndStacked .SpotlightContainer
{
	width: 22%;
	float: left;
	text-align:center;
	vertical-align: middle;
}

.SpotlightEven
{
	background-color:#F4F5F7;
}

/* This is the selector for the Spotlight column element which holds the actual data for 
 * a spotlight column.
*/
.SpotlightAndStacked .SpotlightColumn
{
}
.SpotlightAndStacked .StackedTitle
{
	font-size: 16px;
	color: #900;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}
.SpotlightAndStacked .StackedTitle a
{
	font-size: 16px;
	color: #900;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
}
.SpotlightAndStacked .StackedTitle a:hover
{
	font-size: 16px;
	color: #E48401;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration:underline;
}



.DescriptionContainer .trackLot
{
	font-size: 9px;
	color: #B37A11;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	float: left;
	height: 24px;
	width: 92px;
	background-image: url(../immagini/BUTTRACKNOW.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	font-weight: 500;
	text-decoration: none;
}
.DescriptionContainer .placeBid
{
	font-size: 9px;
	color: #FC0;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	float: left;
	height: 24px;
	width: 92px;
	background-image: url(../immagini/BUTPLACEBID.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	font-weight: 500;
	margin-left: 5px;
	text-decoration: none;
}

.SpotlightAndStacked .trackLot
{
	font-size: 9px;
	color: #B37A11;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	float: left;
	height: 24px;
	width: 92px;
	background-image: url(../immagini/BUTTRACKNOW.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	font-weight: 500;
	text-decoration: none;
}
.SpotlightAndStacked .placeBid
{
	font-size: 9px;
	color: #FC0;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	float: left;
	height: 24px;
	width: 92px;
	background-image: url(../immagini/BUTPLACEBID.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	font-weight: 500;
	margin-left: 5px;
	text-decoration: none;
}

/* This is the selector for the container of the Stacked container elements. By default 
 * the Stacked container occupy about 75% from the width of the 
 * entire structure. 
*/
.SpotlightAndStacked .StackedContainer
{
	width: 43%;
	float: right;
}
.SpotlightAndStacked .ValuesContainer
{
	width: 30%;
	float: right;
}
.SpotlightAndStacked .StackedContainerCal
{
	width: 65%;
	float: left;
}
.SpotlightAndStacked .ValuesContainerCal
{
	width:65%;
	float: left;
}

/* This is the selector for the Stacked container elements which holds the actual data for 
 * a stacked column.
*/
.SpotlightAndStacked .StackedColumn
{
	
}
.SpotlightAndStacked .numberLot
{
	color: #5C5C5C;
	text-transform: uppercase;
	
}
.SpotlightAndStacked .SubTitle
{
	color: #5C5C5C;
	text-transform: uppercase;
	font-size: 12px;
	
}
