/*GESTIONE HEADER*/

#headerint_wide
{
background:transparent url(../images/hd_bg.png) no-repeat 50% 0;
}

#headerint
{
	width:900px; height:160px; 
	/*background:transparent url(../images/footer-bg-home.png) no-repeat 0 13px;*/
	margin:0 auto;
	position:relative; 
}

#headerint #logo a
{
	display:block;
	width:900px; height:160px;
	text-indent:-9999px;
	text-decoration:none;
}

/*FORM CONTATTI*/

.form {
width: 300px;
float:right;
}

.form body{
text-align:right;
margin:2px 0;
padding:0;
}

.form h2{
font-family:Verdana, sans-serif;
color:#666;
}

.form {
border:0px dashed rgb(51,102,153);
width:300px; 
padding:2px;
margin: 0;
}
.form p {
margin: 0;
}

fieldset { 
border:0px groove;
padding: 0; 
 }
 
legend {
 font-weight:bold;
 font-style:normal;
 font-family:Verdana, sans-serif;
 color: #666;
 font-size:9px;
 padding:1px;
}

.informazioni label {
font-weight: bold;
color: #666;
width: 300px;
float: left;
margin-bottom: 5px;
}

.informazioni input { 
font: 9px Verdana, Helvetica, Arial, sans-serif;
width:300px; 
height: 15px;
border:#CECECE 1px solid; 
background:rgb(229,229,229);
color: #5C5C5C;
padding:2px;
margin-bottom: 5px;
}


.informazioni textarea{
font: 0.8em Verdana, Helvetica, Arial, sans-serif;
width:300px; 
border:#73848C 1px solid; 
background:rgb(229,229,229);
color: #333;
padding:2px;
margin-bottom: 5px;
}

input#invia {
width:100px;
height: 30px;
display: block;
color: #747474;
font-weight: normal;
font-size:9px ;
font-family:Verdana,helvetica,sans-serif; 
/*margin-left:5px;*/
}

input#annulla {
width:150px;
border:#73848C 1px solid; 
background-color:rgb(228,228,228);
color: rgb(51,102,153);
font-weight: bold;
font-size:11px ;
font-family:Verdana,helvetica,sans-serif; 
}

.labelAccesskey{
font-size:11px;
font-family:Verdana, sans-serif;
font-weight:bold;
}

/*GESTIONE NEWSLETTER*/

input#searching-box {
width:100px;
height: 30px;
display: block;
color: #747474;
font-weight: normal;
font-size:9px ;
font-family:Verdana,helvetica,sans-serif; 
/*margin-left:5px;*/
}

/*spacer con linea*/

.line_div {
			display: block;
			clear: both;
			border-bottom: 1px solid #232221;
			}


/*	----------------------------------------------------------------------------  */
	
	* {
		margin: 0;
		padding: 0;
		}
	
	html, body {
		height: 100%;
		}
	
	body {
		font: small/1.4em "Lucida Grande", "Lucida Sans Unicode", "Arial", Verdana, sans-serif;
		background:#333333 url(../images/bg-home.png) repeat-x top left;
		color: #bfb7ae;
		}	
		
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		line-height: 1em;
		}
	
	h1 {
		font-size: 140%;
		padding: 4px 0;
		color: #FFCC00;
		}

	.h1_class {
		font-size: 140%;
		padding: 4px 0;
		color: #FFCC00;
		}
		
	h2 {
		font-size: 105%;
		line-height: 1.6em;
		color: #FFF;
		}
	
	.h2_class {
		font-size: 105%;
		line-height: 1.6em;
		color: #FFF;
		}
	
	h3 {
		font-size: 90%;
		color: #FFF;
		padding-bottom: 5px;
		}
		
		h3 em {
			font-style: normal;
			color: #ccc3ba;
			}
	.h3_class {
		font-size: 90%;
		color: #FFF;
		padding-bottom: 5px;
		}

	.h3_class em {
		font-style: normal;
		color: #ccc3ba;
		}
			
	h4 {
		padding-bottom: 7px;
		font-size: 70%;
		line-height: 1.3em;
		color: #66615d;
		}

	.h4_class {
		padding-bottom: 7px;
		font-size: 70%;
		line-height: 1.3em;
		color: #66615d;
		}
		
	h5 {
		padding: 20px 0 5px 0;
		font-size: 130%;
		color: #fff;
		}
		
	blockquote {
		display: block;
		margin-top: 5px;
		padding: 15px 20px 0 20px;
		border-top: 1px dotted #232221;
		color: #ccc6c2;
		}
		
	cite {
		display: block;
		text-align: right;
		padding: 0 20px 5px 20px;
		font-size: 85%;
		color: #66615d;
		border-bottom: 1px dotted #232221;
		margin-bottom: 10px;
		}
	
	p {
		line-height: 1.4em;
		padding-bottom: .8em;
		}

	
		
	ol {
		padding: 0 0 .8em 20px;
		font-size: 85%;
		}
			
	table {
		border-collapse: collapse;
		font-size: 85%;
		text-align: center;
		}
		
	th {
		background: #141312;
		}
	
	td, th {
		border: 1px solid #232221;
		padding: 2px 3px;
		}
	
	em {
		font-style: normal;
		color: #fff;
		}
		
	sup {
		font-size: 50%;
		}


/*	----------------------------------------------------------------------------
	(2) LINKS
	--------------------------------------------------------------------------*/

	a, a:link, a:visited, a:hover, a:active {
		color: #e8bf74;
		text-decoration: none;
		}

	a:hover {
		color: #fff;
		}
		
	a img {
		border: none;
		}

	h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
		color: #FFCC00;
		text-decoration: none;
		}

	h1 a:hover {
		color: #fff;
		}
		
	h1 a img {
		border: none;
		}
			
	ul { list-style: none;
    }
	
/*	----------------------------------------------------------------------------
	LAYOUT
	----------------------------------------------------------------------------	
	*/
	
	
	#container {
		position: relative;
		/*min-height: 100%;*/
		}

	* html #container {
		height: 100%;
		}
		
	.full {
		position: relative;
		width: 900px;
		padding: 0 0px;
		margin-left: auto;
		margin-right: auto;
		} 


/*	----------------------------------------------------------------------------
	Header
	--------------------------------------------------------------------------*/	
	
	
							
	#header {
		position: relative;
		height: 30px;
		background:#000 url(../images/bg-menu.png) repeat-x left;
		color: #404040;
		}
		
		
		#header ul {
			list-style: none;
			text-align: left;
			
			padding: 5px;
			padding-left: 0;
			
			}
			
			#header li {
				display: inline;
				padding-left: 1px;
				margin-right: 5px;
				}
		
		#navigation a {
			font-size: 105%;
			color: #807a74;
			}
		
		#navigation .selected a {
			color: #ff6600;
			text-decoration: none;
			}
			
		#navigation a.special {
			color: #c92332;
			}
			
		#navigation a:hover {
			color: #fff;
			text-decoration: none;
			}
			
		#navigation .selected a:hover {
			color: #ff6600;
			}
			
	

/*	----------------------------------------------------------------------------
	Content
	--------------------------------------------------------------------------*/

				
	#container_content {
		padding-top: 10px;
		}
		
	#left, #lefty {
		float: left;
		width: 595px;
		}
		
	#right {
		float: left;
		width: 290px;
		padding-left: 15px;
		font-size: 85%;
		color: #99928b;
		}
		
		#right p {
			font-size: 110%;
			}
		
	#breadcrumbs {
		list-style: none;
		width: 587px;
		padding: 4px;
		border-top: 1px solid #232221;
		border-bottom: 1px solid #232221;
		margin-bottom: 8px;
		font-size: 85%;
		color: #666360;
		}
		
		#breadcrumbs li {
			display: inline;
			}
			
			#breadcrumbs li em {
				color: #fff;
				}
	
	.divider {
		border-bottom: 1px solid #232221;
		margin-bottom: 15px;
		}
		
	.bottom_spacer {
		clear: both;
		height: 75px;
		}

	.falsebottom_spacer {
		height: 5px;
		border-top: 1px solid #666666;
		}




	#centerfoto {
			border-left: 39px solid #333333;
		}

	/*	----------------------------------------------------------------------------
		Content: Home
		--------------------------------------------------------------------------*/
		#newest {
			width: 900px;
			display: block;
			clear: both;
			padding-bottom: 5px;
			border-bottom: 0px solid #232221;
			}
			
			#newest h1 {
				color: #FFCC00;
				}

			#newest h2 {
				color: #fff;
				}
			
			#newest img.t1 {
				float: left;
				display: block;
				margin-right: 15px;
				}
			#newest #flashcontent {
				float: left;
				display: block;
				margin-right: 15px;
				}

			#newest img {
				float: left;
				display: block;
				margin:0;
				padding:0;
				}
				
			#newest .more {
				font-size: 100%;
				}

		#newest_sx {
			width: 300px;
			float:left;
			display: block;
			clear: both;
			padding-bottom: 5px;
			border-bottom: 0px solid #232221;
			}
			
			#newest_sx h1 {
				color: #FFCC00;
				}
			
			#newest_sx img.t1 {
				float: left;
				display: block;
				margin-right: 15px;
				}
				
			#newest_sx .more {
				font-size: 100%;
				}
				
		
		.module {
			/*border-left: 1px solid #333333;*/
			float: left;
			width: 215px;
			margin-left: 13px;
			margin-top: 15px;
			}
			
			.module h2, #right h2 {
				clear: both;
				padding-top: 5px;
				font-size: 90%;
				color: #66615d;
				}
			
			.module h2 a, #right h2 a {
				font-size: 100%;
				}
				
			.module p {
				font-size: 90%;
				}

		.module_first {
			/*border-left: 1px solid #333333;*/
			float: left;
			width: 215px;
			margin-top: 15px;
			}
			
			.module_first h2, #right h2 {
				clear: both;
				padding-top: 5px;
				font-size: 90%;
				color: #66615d;
				}
			
			.module_first h2 a, #right h2 a {
				font-size: 100%;
				}
				
			.module_first p {
				font-size: 90%;
				}
		
		#right_module {
			width: 280px;
			padding-right: 0;
			}
			
		.newsmodule {
			border-left: 8px solid #333333;
			float: left;
			width: 186px;
			padding: 15px 15px 0 0;
			}
			
			.newsmodule h2, #right h2 {
				clear: both;
				padding-top: 5px;
				font-size: 90%;
				color: #66615d;
				}
			
			.newsmodule h2 a, #right h2 a {
				font-size: 100%;
				}
				
			.newsmodule p {
				font-size: 90%;
				}	

	/*	----------------------------------------------------------------------------
		Content: Portfolio
		--------------------------------------------------------------------------*/
				
		.text_feature {
			float: right;
			width: 234px;
			padding: 0 0 15px 20px;
			}
			
			.text_feature_first {
			    float: left;
			    width: 500px;
				padding-left: 0;
				}
				
		.feature_blurb {
			float: left;
			width: 400px;
			padding: 20px 20px 20px 0;
			}
		
			.feature_blurb_right {
				padding: 20px 0 20px 20px;
				border-left: 1px solid #232221;
				}
	
			.feature_blurb_bottom {
				border-top: 1px solid #232221;
				}
		
		#gallery #featured {
			background: #141312;
			border-top: 1px solid #232221;
			border-bottom: 1px solid #232221;
			}
			
			#gallery #featured h1 {
				color: #99928b;
				}
			
			#gallery div.first {
				border-top: 1px solid #232221;
				}
			
		#gallery .artwork {
			width: 910px;
			display: block;
			clear: both;
			padding: 12px 0 8px 0;
			border-bottom: 1px solid #232221;
			}
			
			.artwork h3, .module h3, #newest h3, h3.date {
				text-transform: uppercase;
				}
				
			#gallery .artwork h6 {
				padding-bottom: 0.6em;
				font-size: 80%;
				line-height: 1.6em;
				color: #403d3a;
				}
			
			.artwork h2 {
				color: #736e68;
				}
			
			.artwork h2 a {
				font-size: 110%;
				}
			
			.artwork h6 em {
				font-size: 135%;
				}
			
			h6.price {
				padding-top: 1.4em;
				}
				
			.artwork h5 {
				padding: 2px 0 2px 0;
				font-size: 100%;
				color: #736e68;
				}
				
			h4 a.artist, h4 a.artist:link, h4 a.artist:visited {
				color: #66615d;
				}
				
				h4 a.artist:hover {
					color: #fff;
					}
		
		#gallery h1 em.note {
			font-size: 70%;
			color: #807a74;
			}
			
		div.thumbnail, div.t1 {
			position: relative;
			}
		
		img.thumbnail {
			float: left;
			border: 4px solid #fff;
			}

		img.thumbnail_portfolio {
			float: left;
			margin-right: 15px;
			border: 4px solid #fff;
			}

		img.thumbnail_portfolio_show {
			margin-right: 10px;
			border: 4px solid #fff;
			margin-bottom: 10px;
			}
			
			img.t1_overlay {
				z-index: 100;
				position: absolute;
				float: left;
				padding: 4px 0 0 549px;
				}

			img.overlay {
				z-index: 100;
				position: absolute;
				top: 4px;
				left: 246px;
				}
				
			* html #gallery .artwork img.t1_overlay, * html  #gallery .artwork img.overlay {
				display: none;
				}
				
		#gallery h3 {
			padding-top: 5px;
			}
			
		#gallery select {
			display: inline;
			}
		
		#gallery fieldset {
			float: left;
			width: 270px;
			margin-left: 15px;
			padding: 8px;
			font-size: 80%;
			border: 1px solid #232221;
			background: #141312;
			}
		
		#gallery #crosspromo {
			width: 595px;
			margin: 10px 0 15px 0;
			border-top: 1px solid #232221;
			border-bottom: 1px solid #232221;
			}
			
			#gallery #crosspromo .module img.thumbnail, div#right img.thumbnail {
				margin-right: 0;
				margin-bottom: 5px;
				}
			
		#right h2 {
			font-size: 120%;
			color: #e5dfd8;
			line-height: 1.2em;
			}
		
		#right h5 {
			padding-top: 5px;
			}
		
		#gallery #right .price {
			font-size: 120%;
			}
			
		#gallery div.cart_item {
			background: #141312;
			}
			
		div.summary {
			border-bottom: 1px solid #232221;
			padding: 8px 6px 11px 6px;
			font-size: 130%;
			text-align: right;
			color: #fff;
			}
			
			div.summary span {
				float: left;
				}
				
			div.summary em {
				font-size: 80%;
				color: #807a74;
				}
				
		div.checkout {
			background: #141312;
			height: 43px;
			padding: 5px;
			}
			
			div.checkout img.continue {
				float: left;
				}
				
			#empty_cart div.checkout {
				margin-top: 30px;
				border-top: 1px solid #232221;
				text-align: left;
				}
					
			#empty_cart div.checkout img.continue {
				float: none;
				}
				
		div.top {
			border-top: 1px solid #232221;
			}
			
		div.material_image {
			float: right;
			width: 190px;
			background: #0f0f0e;
			border: 1px solid #232221;
			padding: 10px 0 0 0;
			margin: 0 0 5px 15px;
			text-align: center;
			font-size: 80%;
			line-height: 1.2em;
			}
			
			div.material_image p {
				border-top: 1px solid #242221;
				padding: 2px 5px;
				margin-top: 10px;
				background: #232221;
				}
						
						




/*	----------------------------------------------------------------------------
	(3Cv) Content: News
	--------------------------------------------------------------------------*/	
	
	#news fieldset#right {
		width: 290px;
		}
		
	#news img.t1 {
		display: block;
		margin: 5px 0 5px 0;
		}
		
	.news_snippet {
		margin-top: 5px;
		border-top: 1px solid #232221;
		padding-top: 15px;
		}
		
		.news_snippet h4 span.timestamp {
			color: #fff;
			}
		
		.news_snippet h4 a {
			color: #b85849;
			}
		
		.news_snippet h4 a:hover {
			color: #fff;
			}
		
	p.comments {
		padding: 4px 4px 6px 20px;
		border-top: 1px solid #232221;
		border-bottom: 1px solid #232221;
		margin-bottom: 20px;
		background: #141312 url(/assets/img/widget_comment.gif) no-repeat 3px 6px;
		font-size: 85%;
		}
		
		p.comments span.rating {
			float: right;
			color: #fff;
			vertical-align: top;
			text-transform: uppercase;
			font-size: 85%;
			padding-top: 1px;
			}
			
			p.comments span.rating span {
				vertical-align: top;
				}
				
			p.comments span.rating img {
				padding-top: 1px;
				}
				
	div.comments {
		padding-top: 15px;
		width: 590px;
		}
	
		div.comments h3 {
			padding: 2px 0 0 0;
			}
		
		div.comments p {
			padding-top: 8px;
			padding-bottom: 0;
			}
		
		div.comments .odd {
			background: #141312;
			border-top: 1px solid #232221;
			border-bottom: 1px solid #232221;
			color: #99938b;
			}
			
		div.comments .odd em {
			color: #99938b;
			}
			
		div.comments img.delete {
			float: right;
			}
			
		div.comment {
			padding: 8px 8px 10px 8px;
			color: #8c8680;
			font-size: 90%;
			}
		
			div.comment em {
				color: #8c8680;
				}
			
			div.comment ol {
				padding: .5em 0 .5em 5px;
				font-size: 100%;
				}
			
			div.comment ol ol {
				padding: 0;
				}
				
			div.comment li {
				margin-left: 15px;
				}
		
			div.comment blockquote {
				display: block;
				margin-top: 0;
				padding: 0 10px 0 10px;
				border-top: none;
				color: #99938b;
				}
			
			div.comment cite {
				display: inline;
				text-align: left;
				padding: 0;
				font-size: 100%;
				color: #99938b;
				border-bottom: none;
				margin-bottom: 0;
				}
		
			#left div.comment table {
				width: 570px;
				margin: 10px 0;
				}
				
			#left div.comment table th, #left div.comment table td {
				padding: 2px 5px;
				text-align: left;
				}
		
			div.comment em {
				font-style: italic;
				}
			
			div.comment h1, div.comment h2, div.comment h3, div.comment h4, div.comment h5, div.comment h6 {
				font-size: 100%;
				color: #fff;
				padding: 0;
				margin: 0;
				line-height: 1.5em;
				}
		
		div.comment h3.name {
			color: #fff;
			font-size: 75%;
			}
			
			div.comments .admin h3.name {
				color: #7da7d1;/*ffe4b2*/;
				}
			
			div.comments .admin {
				background: #0f0f0e;
				}

		div.comment h3.timestamp {
			color: #66615d;
			font-size: 75%;
			}
					
		.comments a {
			color: #b85849;/*7da7d1;*/
			}
			
			div.comments .admin a {
				color: #7da7d1;
				}
				
			div.comment h3.timestamp a {
				color: #99574c;
				}
	
		.comments a:hover {
			color: #fff;
			}
	
	div.form_alert {
		padding-top: 10px;
		}
				
	div.comment_form {
		margin-top: 20px;
		}
		
		div.comment_form .right {
			width: 270px;
			height: 180px;
			padding-left: 25px;
			border-left: 1px solid #232221;
			float: right;
			}
		
		div.comment_form textarea {
			width: 100%;
			height: 120px;
			}
			
		div.comment_form h2 span {
			float: right;
			font-size: 75%;
			}
			
		div.comment_form h2 span a {
			color: #e8bf74;
			}
		
	
		
			

			
			
				
/*	----------------------------------------------------------------------------
	(3D) Footer
	--------------------------------------------------------------------------*/
	
	#footer {
		position: relative;
		height: 150px;
		background:  url("../images/bg-footer.png") repeat-x #000;
		border-top: 1px solid #121110;
		margin-top: -55px;
		padding-top: 8px;
		font-size: 80%;
		line-height: 1.4em;
		color: #403e3b;
		}
		
		#footer p {
			padding-bottom: 0;
			}
		
		#footer ul {
			list-style: none;
			text-align: left;
			}
					
		#footer li {
			display: inline;
			}
	
		#footer li a {
			padding-left: 9px;
			background: transparent url(/assets/img/bg_divider_account.gif) no-repeat 2px 3px;
			color: #66615d;
			}
			
		#footer li.first a {
			padding-left: 0;
			background: none;
			}
			
			#footer a:hover {
				color: #99928b;
				text-decoration: none;
				}
				
		#footer .rss {
			float: right;
			padding: 4px 0 0 32px;
			background: transparent url(/assets/img/widget_rss.gif) no-repeat 0 7px;
			}
			
			#footer .rss a {
				color: #403e3b;
				}
				
			#footer .rss a:hover {
				color: #fff;
				}
		
		

/*	----------------------------------------------------------------------------
	(4) STYLING
	----------------------------------------------------------------------------	
	(4A) Buttons
	--------------------------------------------------------------------------*/		
		
	img.button {
		position: relative;
		left: -3px;
		padding: 15px 0 20px 0;
		}
		
	img.button_s, input.button_s {
		padding: 10px 0 20px 0;
		}
		
	#summary img.button, #summary input {
		padding: 6px 0;
		}
		
	#newest img.button {
		padding-top: 0;
		}
		


	
/*	----------------------------------------------------------------------------
	Overlay
	--------------------------------------------------------------------------*/

	#overlay {
		position: absolute;
		float: left;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		min-height: 100%;
		z-index: 9999;
		background: #000;
		}  

	#message {
		margin-left: auto;
		margin-right: auto;
		margin-top: 200px;
		width: 400px;
		padding: 20px;
		text-align: center;
		}
		


		
	* html #account li a, * html #minicart li a, * html #footer li a {
		background-position: 2px 4px;
		}
	
	a.new {
		width: auto;
		padding-right: 25px;
		background: transparent url(/assets/img/widget_new.gif) no-repeat center right;
		}
		
	img.t1 {
		border: 4px solid #fff;
		margin-bottom: 8px;
		}

	#flashcontent {
		border: 4px solid #fff;
		margin-bottom: 8px;
		}
		
	.caption {
		float: left;
		width: 305px;
		padding-top: 3px;
		text-align: left;
		font-size: 85%;
		color: #66615d;
		}
	
	.price {
		display: block;
		padding-bottom: 5px;
		font-size: 110%;
		line-height: 1.3em;
		color: #fff;
		}
		
		#right .price {
			padding-top: 10px;
			font-size: 130%;
			}
			
	a.more {
		display: block;
		font-size: 90%;
		padding: 0 0 10px 0;
		}
		
	a.edit {
		font-size: 9px;
		color: #cc7466;
		}
		
	.birthday select {
		display: inline;
		margin-right: 5px;
		}
	
	.discount {
		display: block;
		font-size: 85%;
		color: #66615d;
		}
		
	.sale {
		display: block;
		color: #fff;
		}
		
	.extra {
		font-size: 90%;
		color: #66615d;
		padding-top: 10px;
		}
		
	ul.none {
		list-style: none;
		}
			
	div.artist img {
		float: left;
		width: 80px;
		margin: 0 8px 3px 0;
		border: 2px solid #fff;
		}
		
	#right div.artist h2 {
		clear: none;
		padding: 0 0 3px 0;
		}
		
	div.artist p {
		display: block;
		}
		
	a.subtle {
		color: #66615d;
		}
		
	a.desktop {
		padding-left: 30px;
		background: transparent url(/assets/img/widget_desktop.gif) no-repeat;
		}
					
	p.info_text {
		font-size: 85%;
		line-height: 1.4em;
		color: #cc7466;
		}
		
		p.info_text a {
			text-decoration: underline;
			color: #cc7466;
			}
			
			p.info_text a:hover {
				color: #fff;
				}
		
	p.footnotes {
		font-style: italic;
		font-size: 90%;
		color: #66615d;
		}
	
	p.note {
		padding-top: 20px;
		color: #fff;
		}
	
	.space_bottom {
		padding-bottom: 8px;
		}
		
	.spacer {
		clear: both;
		height: 2px;
		}
		
	.spacer_line {
		border-bottom: 1px solid #090908;
		margin-bottom: 20px;
		}

  .jsonly {
    display: none;
    }
