/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight: normal;}
q:before, q:after { content:''}
a { text-decoration:none; outline: none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
/* * a { position:relative } Gets links displaying over a PNG background */


/*----------------------------------------------------------------------------------------------------   generale */

body {
	color: #333;
	font: 11px/1.4em Arial, Helvetica, sans-serif;
	background: #D9D0BB url(../pics/bg_body.jpg) no-repeat top left;
	text-align: center;

}

a img { border: none; }

a {color: #fff;}
a:hover {color: #ccc;}


/* Typo */

h1, h2, h3, h4, h5, h6 {font-family: Helvetica, Arial, Verdana,  sans-serif; line-height: 1.2em; }
h1 {font-size: 2em; }
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}

h1.pagetitle {
	color: #E6DED4;
	font-size: 21px;
	letter-spacing: 1px;
}


h2.pagesubtitle {	
	color: #807473;
	font-size: 12px;
	line-height: 1.6em;
	letter-spacing: 1px;
	border-bottom: solid 1px #333;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* struttura */

.innerwrapper {
	margin: 0 auto;
	text-align: left;
	position: relative;
	clear: both;
	background: transparent;
}

.htmlarea {
	line-height: 1.5em;
	color: #49283F;
}

.htmlarea p {
	margin: 0 0 .5em 0;
}
/*----------------------------------------------------------------------------------------------------  header */

/* navbar */

#navbar {
	margin: 0 0 0 0;
	padding: 5px 0;
	height: 17px;
	width: 900px;
	background: #000;
	min-width: 900px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#navbar li {
	display: inline;
	padding: 0 1em;
	border-right: 1px solid #fff;
}

#navbar li .current {
	color: #807473;
/*	color: #652622;*/
/*	color: #29AAE1;*/
}

#navbar li.last {
	border-right: none;
}

#navbar .compraonline {
	border-right: none;
	text-align: right;   

}

#navbar .compraonline a {
	position: absolute;
	right: 10px;
	top: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	z-index: 50;
	padding:3px 0 4px 20px;
	background: url(../pics/shopping.gif) no-repeat 0 0;
}

#lang_wrapper {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 60px;
	position: relative;
}

#languages {
	margin: 0 auto;
	padding: 2px;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	visibility: hidden;
}

#languages li {
	display: inline;
	margin: 0 0 0 5px;
	list-style: none;
	text-transform: lowercase;
}

#navbar strong, #languages strong {
	color: #333;
	font-weight: normal;
}

#navbar a, #languages a {
	color: #666;
}
#navbar a:visited, #languages a:visited {
	color: #666;
}
#navbar a:hover, #navbar a:hover strong, #languages a:hover {
	color: #999;
	text-decoration: none;
}

/* footer */

#footer {
	background: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	width: 900px;
	margin: 0 auto;
	margin-top: -2px;
}

#footer .innerwrapper {
	padding: 7px 20px;
}

#footer .htmlarea {
	margin: 0;
	text-align: left;
	color: #666;
	font-size: 10px;
}

#footer .htmlarea a {
	color: #888;
}

/* content */

#content {
	min-height: 575px;
	height: auto !important;
	height: 575px;
	width: 900px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
	text-align: left;
}

.contentinnerwrapper {
	margin: 0 auto;
	overflow: hidden;
}

#maincurtain {
	background: #E7E3D7 url(../pics/coll_bg.jpg) repeat-x top ;
	width: 900px;
	height: 100%;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;	
	_height: 575px;
}


/**************************************************** main body */

#homebackground {
	height: 575px;
	position: relative;

}

.home #maincurtain {
	height: 100px !important;
	min-height: 100px !important; 
	width: 900px;
	background: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	bottom: 0 ;
	right: 0;
	z-index: 0;	
}


#homecontent {
	height: 80px;
	width: 860px;
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;	
}

#homelinkcollections {
	margin: 20px;
	position: absolute;
	top: 70px;
	left: 180px;
	
	/*	*/	display: none;
}

#homelinkcollections h1 {
	font: 20px/1em Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #fff ;
}


#homelinkcollections h2  {
	font: 22px/1em Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #fff;
}

#homecontent #homelinkcollections h2 a:hover {
	text-decoration: underline;
	color: #fff;
}




#homecontent h1.titolo_evidenza {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#homelinkevidenza li {
	margin: 0;
	width: 250px;
	padding-right: 30px;
	float: left;

}

#homelinkevidenza p.data {
	color: #ccc;
	font-size: 10px;
	font-weight: bold;
	line-height: 1em;
}

#homelinkevidenza h2 a {
	font-size: 11px;
	line-height: 1em;
}

#homelinkevidenza .abstract {
	margin: 0;
	font-size: 10px;
	color: #aaa;
	line-height: 1em;
}

#homelinkevidenza a.thumb {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #aaa;
	width: 60px;
	height: 60px;
	padding: 2px;
}

#homelinkevidenza a.thumb:hover {
	border-color: #fff;
}

/**************************************************** sidebar */
#sidenav {
	height: 265px;
	padding: 250px 20px 10px 20px;
	width: 160px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;	
	text-align: left;
	background: url(../pics/logo.png) no-repeat 20px 50px;
	_background: url(../pics/logo.gif) no-repeat 20px 50px;
}

#home #sidenav {background: none;}


#sidenav h1 {
	border-bottom: 1px solid #ADA29A;
	padding: 0 0 .4em 0px;
	margin: 0 0 1em 0;
	color: #996E6B;
	font: 14px/.8em Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#sidenav ul li {
	padding: 0 0 0 10px;
	list-style: square;
	list-style-position: inside;
	color: #333;
}

#sidenav ul li a {
	color: #652622;
}
/**************************************************** collezioni */

body.collections  .contentinnerwrapper{
}


body.collections  .contentinnerwrapper #maincurtain {
	_height: 575px !important;
}


body.collections #content .innerwrapper {
	position: relative;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#collectionsbar {
	padding: 0;
	margin: 0;
	width: 665px;
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 1;
}

#collectionsbar h2 a {
	font-size: 11px;
	line-height: 1.4em;
	font-weight: bold;
	color: #fff;
	background: #652622;
	text-transform: uppercase;
	margin-top: 1em;
	padding: 4px 5px 0;
	float: left;
	white-space: nowrap;
}

#collectionsbar a img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#collectionsbar a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#collectionsbar .collectionpreview {
	width: 150px;
	height: 430px;
	float: left;
}

#collectionsbar .collectionpreview img {
	border: 1px solid #fff;
	width: 330px;
	height: 170px;
	display: block;

}

#collections #sidenav #ipodlink {
	display: block;
	position: absolute;
	left: 10px;
	bottom: 10px;
	height: 40px;
	width: 120px;
	padding: 0 0 0 30px;
	color: #440200;
	font-size: 10px;
	background-image: url(../pics/icon_ipod.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#collections #sidenav #ipodlink:hover {
	text-decoration: underline;
}

#collectionsbody {
	padding: 0;
	margin: 0 30px 0 232px;
	width: 500px;
	position: absolute;
	top: 240px;
	left: 0;
}

#collectionsbody h1 {
	font: 20px/1em Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color: #fff;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: .5em;
}

#collectionsbody h2 {
	font: 20px/1em Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
}

#homelinkcollections h1, #homelinkcollections h2 {
	position: relative;
	z-index: 4;
}


#collectionsbody .htmlarea {
	line-height: 1.3em;
	font-size: 1.1em;
	color: #49283F;
	padding: 1em 0;
	border-top: 1px solid #B6AAA2;
	border-bottom: 1px solid #B6AAA2;
}


/**************************************************** collezioni slide */
#collectionscontent #homelinkcollections {
	position: absolute;
	top: 50px;
	left: 40px;
}


#vinil_bottom {
	background: url(../pics/vinili_bottom.gif) no-repeat 0 0 ;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 177px;
	width: 276px;
	z-index: 2;
}

#vinil_top {
	background: url(../pics/vinili_top.gif) no-repeat 100% 25px;
	position: absolute;
	right: 0;
	top: 0;
	height: 377px;
	width: 900px;
	z-index: 0;
}


#white_stripe {	
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 80px;
	height: 340px;
	width: 900px;
	z-index: -1;
}


div#imageflow{
	padding-top: 50px;

}


#imageflow_title {
	position: relative;
}

#imageflow_title h1 {
	color: #aaa;
	font-size: 23px;
	padding-top: 1em;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

#imageflow_title h2 {
	color: #666;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: .8em;
	margin-bottom: .5em;
	padding-left: 20px;
	width: 200px;

}


#imageflow_title #ipodlink {
	display: block;
	position: absolute;
	right: 10px;
	top: 60px;
	height: 40px;
	width: 120px;
	padding: 0 0 0 30px;
	color: #440200;
	font-size: 11px;
	background-image: url(../pics/icon_ipod.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#imageflow_title #ipodlink:hover {
	text-decoration: underline;
}

/**************************************************** ADVertising */



body.advertising h1.pagetitle {
	font: 20px/1em Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color: #fff;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 40px 0 0 0;
}

body.advertising h2.pagesubtitle {	
	border-bottom: none;
}

body.advertising #content #advertisingwrapper {
	width: 622px;
	height: 575px;
	padding: 0;
	padding-left: 248px;
	margin: 0;
}

#advertisinglist {
	width: 624px;
	white-space: nowrap;
	clear: both;
}

#advertisinglist li {
	display: inline;
	list-style: none;
	float: left;
	padding: 10px 0;
}

#advertisinglist img {
	vertical-align: bottom;
	border: 0;

}

#advertisinglist a {display: block; width: 101px; height: 68px;}
#advertisinglist a img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;

}

#advertisinglist a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
}

#advertisingimage {
	width: 421px;
	height: 411px;
}

/**************************************************** MAI DIRE */

body#aboutus #content {
	background: #E7E3D7 url(../pics/coll_bg.jpg) repeat-x top ;
}

body#aboutus #aboutuscontent {
	padding: 0 0 0 585px;
	height: 515px;
	background-color: #fff;
	background-image: url(../pics/decoro_aboutus.jpg);
	background-position: 6px 6px;
	background-repeat: no-repeat;
	color: #333;
}

body#aboutus #content .htmlarea {
	padding: 20px 20px 20px 25px;
	height: 475px;
	overflow: auto;
	margin: 0;
}

body#aboutus #content a.collectionslink {
	color: #1F689B;
	font: 14px/.8em Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	background: url(../pics/arrow_collections.gif) no-repeat 0px 3px;
	padding-left: 15px;
	margin-right: 10px;
}

/**************************************************** news */

.news #newscontent {
	min-height: 525px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 40px 20px 10px 240px;
}

/* 
.news #newssidebar {
	width: 180px;
	position: absolute;
	top: 0;
	right: 0px;
	background: #090E14 url(../pics/news_sidebar.jpg) no-repeat top left;
	padding: 5px;
	color: #aaa;
	font-size: 11px;
	line-height: 1.3em;
	height: 313px;
	padding-top: 230px;
}
*/

.news #newsmaincontent h1 {
	font: 20px/1em Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color: #fff;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 30px 0 0 0;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #ADA29A;
}

.news #newscontent h2 {
	font-size: 21px;
	color: #ADA29A;
	margin: 0 0 4px 0;
	padding: 0 0 3px 0;
	border-bottom: solid 1px #ADA29A;
}

.news #newsnav {	
	height: 44px;
	padding: 20px 40px;
}

.news #newsnav h2 {
	font-size: 12px;
	border: none;
	margin: 0;
}

.news #yearnav {
	margin: 0;
	padding: 0;
}

.news #yearnav li {
	display: inline;
	margin: 0;
	padding: 4px 0;
	list-style: none;
	color: #545A62;
	font-size: 12px;
}
.news #yearnav li.current {
	color: #666;
}
.news #yearnav li.clickable {
	color: white !important;
}

.news #newsnav a {
	color: White;
}
.news #newsnav a:hover {
	text-decoration: underline;
}

.news #newslist li {
	clear: both;
	padding: 15px 0 0 110px;
	margin: 0;
	list-style: none;
}

.news #newslist .thumb {
	float: left;
	padding: 2px;
	margin: 0 0 0 -112px;
	border: 1px solid #666;
	_display: inline;
}


.news #newslist h2 a {
	font-size: 13px;
	line-height: 1em;
	letter-spacing: -.5pt;
	color: #652622;
	font-weight: normal;
}
.news #newslist h2 a:hover {
	text-decoration: underline;
}

.news #newslist .abstract {

	line-height: 1.2em;
}

.news #newsmaincontent p.newsdate {
	color: #ccc;
	margin: -10px 0 20px 0;
}

.news #newsmaincontent .htmlarea {
}

.news #newsmaincontent #sideimg {
	float: right;
	width: 100px;
}

.news #newsgallery {
	clear: both;
}
.news #newsgallery ul {
	margin: 0;
	padding: 20px 0;
}
.news #newsgallery li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.news #newsgallery li img {
	border: 1px solid Black;
	vertical-align: bottom;
}

.news #newsgallery li a:hover img {
	border-color: #999;
}

.news #newsmaincontent .innerthumb {
	float: right;
	padding: 2px;
	margin: 0 0 10px 10px;
	border: 1px solid #666;

}

.news #newsmaincontent .attachedcontent {
	float: left;
	width: 240px;
	margin: 0 10px;
	color: #999;
}

.news #newsmaincontent .attachedcontent h2 {
	margin: 30px 0 10px 0;
	color: #ccc;
}

.news #newsmaincontent .attachedcontent a {
	color: white;
}
.news #newsmaincontent .attachedcontent a:hover {
	text-decoration: underline;
}


/**************************************************** download */

#downloadcontent {
	padding: 20px ;
	height: 515px;
	padding-top: 40px;
	padding-left: 240px;
}

#downloadmaincontent h1 {
	background-position: right;
	background-repeat: no-repeat;
	font: 20px/1em Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color: #fff;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 30px 0 0 0;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #ADA29A;
}

#downloadmaincontent h1#cat_ipod {
	background-image: url(../pics/icon_ipod.gif);
	height: 40px;
}

#downloadmaincontent .htmlarea {
	margin: 0 0 30px 0;
	width: 46em;
}

#fileslist {
	margin: 0;
	padding: 0;
}

#fileslist li {
	float: left;
	width: 160px;
	height: 140px;
	margin: 0 1px 1px 0;
	padding: 0;
	list-style: none;

}

.video li {
	float: left !important;
	margin: 0 1px 1px 0;
	padding: 0;
	list-style: none;
	width: 160px !important;
	height: 140px !important;
}

.video li a.amplink {
	display: block;
	margin-top: 1em;
}
#fileslist li a {
	color: #333;
}

#fileslist li img {
	border: 1px solid black;
	display: block;
}

#fileslist li a:hover img {
	border: 1px solid white;
}

/**************************************************** press */
#presscontent {
	padding-left: 240px;
}

#presscontent #pressmaincontent {
	padding: 40px 20px 0 0;
	min-height: 533px;
	height: auto !important;
	height: 533px;
}

#presscontent #pressmaincontent h1 {
	font: 20px/1em Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color: #fff;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 30px 0 0 0;
	margin: 0 0 5px 0;
}

/**************************************************** press comunicati */
.press #newslist {
	margin: 1em 0;
}

.press #newslist li {
	clear: both;
	padding: 0 0 1em 0;
	margin: 0 20px 1em 0;
	border-bottom: 1px solid #7c7c7c;
	list-style: none;
}

.press #newslist .thumb {
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
}

.press #newslist h2 a {
	font-size: 13px;
	line-height: 1em;
	letter-spacing: -0.5pt;
	color: #652622;
	font-weight: normal;
}
.press #newslist h2 a:hover {
	text-decoration: underline;
}

.press #newslist .data {
	color: #7c7c7c;
}

.press #newslist .abstract {

}


.press #yearnav {
	margin: 0;
	padding: 0;
}

.press #yearnav li {
	display: inline;
	margin: 0;
	padding: 4px 0;
	list-style: none;
	color: #999;
	font-size: 12px;
}
.press #yearnav li.current {
	color: #666;
}
.press #yearnav li.clickable {
	color: white !important;
}

/**************************************************** press lookbook */

.press #newsgallery {
	clear: both;
}
.press #newsgallery ul {
	margin: 0;
	padding: 20px 0;
}
.press #newsgallery li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.press #newsgallery li a {
	display: block;
	height: 105px;
	width: 65px;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}

.press #newsgallery li a img {
	vertical-align: bottom;
}
.press #newsgallery li a:hover img {
	border-color: #999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/**************************************************** press gallery */


.press #pressreview ul {
	margin: 0 20px 0 0;
	padding: 10px 0;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}
.press #pressreview li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid Black;
}

.press #pressreview li a span {
	float: left;
	height: 30px;
	width: 90px;
	font: 12px;
	color: #fff;
	margin-left: -130px;
	_display: inline;
	padding: 2px 10px 2px 2px;
	background: url(../pics/arrow_right.gif) no-repeat 94px 14px  ;
}

/*.press #pressreview li a {
	display: block;
	height: 33px;
	overflow: hidden;
	padding-left: 132px;
	background: #340200;
}*/

/*.press #pressreview li a:hover {
	display: block;
	height: 105px;
	overflow: hidden;
	background: #5C0000;
}*/

.onout {
	height: 33px;
}

.onhover {
	height: 105px;
}

.press #pressreview li a {
	background-repeat: no-repeat !important;
	background-position: 100% 10% !important;
}

.press #pressreview li a#img_1 {background-position: 100% 2% !important;}
.press #pressreview li a#img_2 {background-position: 100% 0% !important;}
.press #pressreview li a#img_3 {background-position: 100% 0% !important;}
.press #pressreview li a#img_4 {background-position: 100% 2% !important;}
.press #pressreview li a#img_5 {background-position: 100% 12% !important;}
.press #pressreview li a#img_6 {background-position: 100% 2% !important;}
.press #pressreview li a#img_7 {background-position: 100% 3% !important;}
.press #pressreview li a#img_8 {background-position: 100% 3% !important;}
.press #pressreview li a#img_9 {background-position: 100% 1% !important;}
.press #pressreview li a#img_10 {background-position: 100% 6% !important;}
.press #pressreview li a#img_11 {background-position: 100% 7% !important;}


.press #pressreview li a img {
	float: right;
	vertical-align: bottom;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.press #pressreview li a:hover img {
	border-color: #999;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


/**************************************************** contatti */

#contactcontent {
	height: 575px;
	position: relative;
	padding-left: 250px;
}

#contactcontent h1.pagetitle {
	font: 20px/1em Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color: #fff;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 30px 0 0 0;
}

#contactcontent #sidebar {
	width: 160px;
	float: right;
	margin: 50px 10px 0 0;
}


#communitysubscribe {
	float: left;
	width: 380px;
	margin: 20px 0 0 20px;
}


#contactcontent #sidebar h2 {	
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	border-bottom: solid 3px #584949;
	margin: 0 0 .5em 0;
	padding: 20px 0 .1em 0;
}


#contactcontent #sidebar .htmlarea {
	line-height: 1.1em;
}

#contactcontent #sidebar .htmlarea a {
	color: #333;
}

#contactcontent #sidebar .htmlarea a:hover {
	text-decoration: underline;
}


#contacts_networklink #networklinks {
	margin: 20px auto;
	padding: 0;
	width: 75px;
	visibility: visible;
	text-align: center;
}

#contacts_networklink #networklinks li {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#contacts_networklink #networklinks a {
	height: 68px;
	display: block;
}

#contacts_networklink #networklinks li span {
	display: none;
}

#contacts_networklink #networklinks #linkcarlochionna a {
	width: 73px;
	background-image: url(../pics/logochionna.gif);
}

#contacts_networklink #networklinks #linkcarlochionna a:hover {
	width: 73px;
	background-image: url(../pics/logochionna_on.gif);
}

#contacts_networklink #networklinks #link92 a {
	width: 73px;
	background-image: url(../pics/logo92.gif);
}
#contacts_networklink #networklinks #link92 a:hover {
	background-image: url(../pics/logo92_on.gif);
}

#contacts_networklink #networklinks #link92kids a {
	width: 73px;
	background-image: url(../pics/logo92kids.gif);
}
#contacts_networklink #networklinks #link92kids a:hover {
	background-image: url(../pics/logo92kids_on.gif);
}

#contacts_networklink #networklinks #linkmadamegrillet a {
	width: 73px;
	background-image: url(../pics/logomadame.gif);
}
#contacts_networklink #networklinks #linkmadamegrillet a:hover {
	background-image: url(../pics/logomadame_on.gif);
}

#communitysubscribe form {
	margin: 10px 0;
}

#communitysubscribe label, 
#communitysubscribe span.extlabel {
	font: 12px Georgia, serif;
	letter-spacing: 1px;
	color: #333;
}

#communitysubscribe .formfield {
	margin: 0 0 4px 0;
	padding: 0;
}

#communitysubscribe .formelements {
	margin: 0 0 0 110px;
	padding: 0;
}

#communitysubscribe .extlabel {
	float: left;
	width: 100px;
	text-align: right;
}

#communitysubscribe #af_component_Privacy .formelements {
	margin: 0 0 0 70px;
}
#communitysubscribe #af_component_Privacy .extlabel {
	width: 60px;
}

#communitysubscribe select {
	text-align: left;
}

#communitysubscribe .extlabel {
	font-weight: normal;
}

#communitysubscribe .formerror {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	font-weight: bold;
	color: #E75312;
}

#communitysubscribe div.errormessage {
	border: 2px solid #990000;
	margin: 0 0 20px 0;
	padding: 3px 10px;
	color: #cc0000;
	background: black;
}

#communitysubscribe div.error label {
	color: #cc0000;
}
#communitysubscribe .errorstring {
	display: none;
	color: #900;
	margin: 10px 0 10px 150px;
	float: right;
}

#communitysubscribe .formfield:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#communitysubscribe .formfield {display: inline-block;}

/* Hides from IE-mac \*/
* html #communitysubscribe .formfield {height: 1%;}
#communitysubscribe .formfield {display: block;}
/* End hide from IE-mac */


#communitysubscribe input {
	border: 1px solid #aaa;
	background: #eee;
}

#communitysubscribe input:focus {
	border: 1px solid #666;
	background: #fff;
}

#communitysubscribe input[type=checkbox],
#communitysubscribe input[type=radio] {
	border: none;
}

#communitysubscribe .actions {
	margin: 10px 0;
	padding: 0;
	padding-left: 160px;
}

#communitysubscribe .button {
	border: 1px solid Olive;
	text-decoration: none;
	color: #333;
	background: #eee;
	margin: 1px 5px 1px 0;
	padding: 0 5px;
	cursor: hand;	
}

#communitysubscribe .disabled {
	color: #aaa !important;
	font-style: italic;
}

#communitysubscribe a.button.disabled {
	border: 1px solid #aaa !important;
	text-decoration: none !important;
	color: #aaa !important;
	background: #fff !important;
	cursor: crosshair !important;
}

#actionbuttons {
	margin: 20px 0 15px 140px;
}

#communitysubscribe textarea {
	width: 220px;
	height: 60px;
	overflow: auto;
}
.privacy {
	font-size: 9px;
}

/**************************************************** note legali */

#content #contentnotelegali {
	height: 503px;
	padding: 40px;
	margin: 0 auto;	
	background: #E6DED4;
	overflow: auto;
}
