@charset "UTF-8";

/* SpryMasterDetail.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Master/Detail structure container. 
 *
 * 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.
 */
.MasterDetail1
{
	margin: 2px;
}

/* This is the selector for the Master Container element which houses all the MasterColumn
 * classes. By default the Master column occupy about 35% from the width of the 
 * entire structure. 
*/
.MasterDetail1 .MasterContainer
{
	background-color:#FFC;
	border: 1px solid #C90;
	width: 630px;
	padding:0;
	
}

.MasterDetail1 .MasterColumn
{
	background-color: #FFC;
	cursor:pointer;
	border-bottom:1px solid #C90;
	height:60px;
	padding:0px;
}



.MasterDetail1 .MasterColumn1
{
	background-color: #FFF;
	height:30px;
	padding:0px;
}


/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail1 .MasterColumnHover
{
	background-color:#F3D953;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail1 .MasterColumnSelected
{
	background-color:#F3D953;
}

/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/
.MasterDetail1 .DetailContainer
{
	border: 1px solid #C90;
	width: 610px;
	padding:0 20px 0 0;
	background-color:#FFC;
	background-image:url(../images/mulino1.jpg);
}

.DetailContainer img
{
	float:left;
}

.MasterDetail1 .DetailContainer1
{
	border: 1px solid #C90;
	width: 610px;
	padding:0 20px 0 0;
	background-color:#FFC;
	background-image:url(../images/sfondo_bio1.jpg);
}

.DetailContainer1 img
{
	float:left;
}



/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail1 .DetailColumn
{
	margin-bottom: 1px;
	padding:2px 0;

}

.MasterDetail1 .DetailColumn img
{
	padding:0 10px;

}

