@charset "utf-8";
/* CSS Document */

/* Simple Banner menu */
.menu_banner_simple 
{
	width:100%;			
	border-bottom: 1px solid; 
}
.menu_banner_simple .menu_banner_simple_img
{
	position:relative;
	margin: 0;
	padding: 0;	
	margin-left: auto;
	margin-right: auto;
			
}		
.menu_banner_simple .menu_simple
{
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1px; /* move one pixel down */		
}
.menu_banner_simple .menu_simple ul
{
	float: left;
	width:100%;
	margin: 0;
	padding:0;
	list-style:none;		
}	
.menu_banner_simple .menu_simple li
{
	float: left;
	margin: 0;
	padding: 0;
}	
.menu_banner_simple .menu_simple a
{
	float: left;
	display: block;
	margin: 0 0 0 5px;
	padding: 4px 15px;	
	border: 1px solid;
	border-bottom:none;
	text-decoration:none; /* lose the dots */
}			
.menu_banner_simple .menu_simple a:hover, .menu_banner_simple .menu_simple .menu_item_select a
{		
	padding-bottom: 5px;
}
/* Simple Banner menu END */

/* Simple Crumb */
.crumbs, .crumbs li 
{
	list-style-type:none;
	padding:0;
	margin:0;		
}
	
.crumbs 
{
	float: left;
	width: 90%;				
	margin: 10px 9% 10px 0%;
}

.crumbs li 
{
	float:left;
	line-height:2.3em;	
	padding-left: 10px;	
}		
	
.crumbs li a 
{
	display:block;
	padding:0 25px 0 0;			
	text-decoration:none;
}
	
.crumbs .last 
{
	padding-left: 10px;		
}	

/* Simple Crumb END */


/* Simple Artwork list */
.list_artwork_simple_wrap_inner
{	
	padding: 45px 30px 60px 30px;
}

.list_artwork_simple 
{
	padding: 0;
	margin: 0;	
}

.list_artwork_simple li 
{
	text-align: center;
	display: -moz-inline-box;
	display: inline-block;
	/*\*/ vertical-align: top; /**/
	margin: 0 7px 15px 7px;
	border: 1px solid #999;
	padding: 0;
}

.list_artwork_simple li>div 
{
	/*\*/ display: table; /**/
	width: 199px;
}

.list_artwork_simple a 
{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #ffe;
	cursor: pointer;
}
/*\*/
.list_artwork_simple>li .wrimg 
{
	display: table-cell;
	vertical-align: middle;
	width: 199px;
	height: 199px;
}
/**/
.list_artwork_simple li .wrimg 
{
	/* background-color: #F0F; purple */
}

.list_artwork_simple img 
{
	border: solid 1px #333;
	vertical-align: middle;
}

.list_artwork_simple a:hover {
	background-color: #fbe059;
}
/*\*//*/
 
 html .list_artwork_simple li .wrimg {
	display: block;
	font-size: 1px;
}
 
 html .list_artwork_simple .wrimg span {
	display: inline-block;
	vertical-align: middle;
	height: 199px;
	width: 1px;
}
/
*/

.list_artwork_simple .caption {
	display: block;	
	padding: .3em 5px;
	font-size: .9em;
	line-height: 1.1;
	border-top: 1px solid #ccc;
	w\idth: 189px;  /* Moz, IE6 */
	/*background-color:#fdfddb;*/
}
/* top ib e hover Op < 9.5 */
@media all and (min-width: 0px) {
	html:first-child .list_artwork_simple a {
		display: inline-block;
		vertical-align: top;
	}
	html:first-child .list_artwork_simple {
		border-collapse: collapse;
		display: inline-block; /* non deve avere margin */
	}
}

/* Simple Artwork list END*/

/* Content Row & Box */
.content_row
{
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
}
	
.content_column_100
{
	margin: 20px 0 20px 0;
	padding: 0;
	width: 100%;
}
		
.content_column_50
{		
	padding: 0;
	width: 49%;
}
.content_column_50_l	
{
	float: left;
	margin-right: 1%;		
}	
.content_column_50_r
{
	float:right;
	margin-left: 1%;		
}

.box
{
	padding: 10px 2% 10px 2%;
	width: 96%;
}

.box_lightbrown
{
	background-color:#FFF; /* white */
}

.box_lightblue
{
	background-color:#e4f4f8; /* light blue */
}
		
.box_head_underline
{
	padding-bottom: 10px;
	width: 100%;				
}

.box_head_underline h2
{	
	position: relative;	
	margin: 0;
	padding: 0;				
	display:block;
	font-size: 130%;
}		

.box_head_underline h2 .underline
{
	position: absolute;
	height: 10px;
	bottom: -10px;
	width: 100%;		
}	

.box_head_underline h2 .underline .underline_left
{
	float: left;
	height: 10px;
	width: 50%;				
}
.box_head_underline h2 .underline .underline_right
{
	float: right;
	height: 10px;
	width: 50%;		
}

.box_content
{
	margin-top: 20px;
	width: 100%;
}	
	
/*
background-color:#C30;

background: transparent url(../../Public/General/Img/GUI/Underline/Charcoal/underline_right_charcoal.png) no-repeat right bottom;
*/
/* Content Row & Box END */

/* Image Gallery */
.imggallery
{
	margin:0;
	padding:0;
	width: 100%;
}

.imggallery .imgthumbs 
{		
	margin:0;
	padding:0;
	width:100%;
	display:inline-block;
	list-style:none;
}

.imgthumbs .imgthumb
{		
	float:left;		
}

.imgthumbs .imgthumb a
{		
	outline:none;
	text-decoration:none;
	width: 100%;	
}

.imgthumbs .imgthumb a img, :link .imgthumbs .imgthumb a img, :visited .imgthumbs .imgthumb a img 
{
	border:0 none;
}

.imgthumbs .imgthumb img
{		
	width: 100%;	
}		

.imgthumbs_4 .imgthumb
{		
	width: 22%;
	/*height: 23%;*/
	padding: 1%;
}	

/* Image Gallery END */

