/*-----------------------------------------------------------------------------

version:	20/07/2010 - v.0.0.1
author:		federico pizzutto - http://www.pngised.net/
client:		Pentagono Editrice - www.clamerinforma.it
scope:		foglio di stile per il tema PURPLE
            
- Convenzioni -
NOTE:: --> utilizzato per indicare particolari informazioni
HACK:: --> utilizzato per indicare correzioni specifiche
-----------------------------------------------------------------------------*/

@media all {
}
@media screen, projection {
/* @group COLORS ----------------------------------- */
#container, body {
	background-color: #9b5a9b;
}
.bordo {
	border: 1px solid #ff95d6;
}
h3, a {
	color: #9b5a9b;
}
a {
	border-bottom: 1px dotted #9b5a9b;
}
#menu-template a {
	background-color: #ffb4e1;
	color: #a4489b;
}
#menu-template li.active a {
	background-color: #9b5a9b;
	color: #fff;
}
/* @end */

/* @group STRUCTURE ----------------------------------- */
#container {
	padding-top: 30px;
}
#content {
	padding-bottom: 4em;
}
#content .wrapper {
	padding: 10px;
	width: 940px;
}
#sidebar {
	width: 250px;
}
#block-content {
	width: 670px;
}
.col2 {
	width: 450px;
}
.col {
	width: 200px;
}
/* @end */
/* @group TYPOGRAPHY ----------------------------------- */
h1 {
	text-indent: -9999em;
}
h3 {
	text-transform: uppercase;
	font: bold 15px "Century Gothic", Arial, Helvetica, Verdana, Geneva, sans-serif;
	padding-bottom: 0.5em;
}
p {
	padding: 0.2em 0 0.5em;
}
#descrizione-azienda {
	font-style: italic;
}
#info p {
	padding: 0 0 0.2em;
	line-height: 1.4em;
}
a {
	text-decoration: none;
}
a:hover {
	border-style: solid;
	text-decoration: none;
}
/* @end */
/* @group NAVIGATION ----------------------------------- */
a#home-link {
	display: inline;
	float: left;
	width: 200px;
	height: 30px;
	background: url(../../../images/logo-vetrina-mini.png);
	border: 0;
	text-decoration: none;
}
a#home-link_en {
	display: inline;
	float: left;
	width: 200px;
	height: 30px;
	background: url(../../../images/logo-vetrina-mini_en.png);
	border: 0;
	text-decoration: none;
}

#menu-template ul {
	padding: 8px 0 3px;
}
#menu-template li {
	display: inline;
}
#menu-template a {
	font-family: "Century Gothic", Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding: 3px 5px;
	margin-right: 10px;
	border: 0 !important;
}
#menu-template a:hover {
	background-color: #ccc !important;
	color: #333 !important;
}
/* @end */
/* @group DESIGN-BRANDING ----------------------------------- */
#container .wrapper {
	background-color: #fff;
}
.bordo {
	padding: 10px;
	margin-bottom: 20px;
}
#azienda img {
	margin: 0 auto;
	display: block;
}
table.logoAzienda {
	width: 100% !important;
}
table.logoAzienda td {
	height: 150px !important;
	vertical-align: middle !important;
}
#descrizione-azienda {
	padding-top: 40px;
	background: url(../images/divisore.png) no-repeat 50% 10px;
}
#info {
	background-color: #dfe5ea;
}
/* @group DETTAGLIO ----------------------------------- */
#dettaglio { padding: 10px;}
body.dettaglio, .dettaglio #container {
	background-color: #fff;
}
.dettaglio img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 2px solid #e0d4cc;
}
table.navigationButton td {
	padding-bottom: 15px;
}
#dettaglio table table { width: auto;}
.ico {
	width: auto;
	float: left;
	padding: 5px 10px 5px;
	background-color: #fab600;
	border: 2px solid #e8a903;
	margin-right: 10px;
}
#dettaglio .testi img.stella { float:right;}
#dettaglio .testi {
	padding-bottom: 1.8em;
}
#dettaglio .testi textarea {
	width: 90%;
	height: 110px;
	color: #333;
	border: 0;
	padding-top: 1em;
	background: transparent;
	border-top: 1px solid #eee;
	font: 1em Geneva, Verdana, Arial, Helvetica, sans-serif;
}
body.dettaglio, #dettaglio table {
	font: 10px/1.6 Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
#dettaglio, #dettaglio table{ font-size: 1.2em; /*=12px*/}
#dettaglio p { padding: 0.2em 0 0.6em 0;}
#dettaglio .scarica {
	margin-bottom: 2em;
	font-size: 1.2em;
}
#dettaglio .scarica a {
	border:0;
	background: #333;
	color: #fff;
	padding: 0.2em;
}
#dettaglio .scarica a:hover {
	background: #8d3740;
}
#dettaglio .bottone {
	padding-top: 1em;
	text-align: center;
	margin: 1em auto;
}
#dettaglio a.buttons {
	color: #fff;
	cursor: pointer;
	border: 0;
	background-color: #8d3740;
	padding: 2px 5px;
	font-size: 1.2em;
	width: auto;
	text-align: center;
}
/* @end */
/* @end */
/* @group MISC+ ----------------------------------- */
#banner td {
	padding-bottom: 0.5em;
	padding-top: 0.3em;
	border-bottom: 1px solid #ccc;
}
#banner .sectionsubtitle a {
	border: 0;
}
.bordo table a.lightview {
	border: 0;
	font-weight: bold;
}
.bordo table {
	clear: both;
}
.bordo table td {
	padding: 0 10px 20px;
	line-height: 1.35em;
}
.filtri table td {
	padding: 5px 15px 10px 0;
	line-height: 1.4em;
}
#top table td {
	padding-left: 0;
}
#btnnav {
	text-align: right;
	float: right;
	width: 54px;
}
#btnnav input, table.navigationButton input {
	background: transparent;
	border: 0;
	text-indent: -9999em;
	height: 24px;
	width: 24px;
	font-size: 0;
	display:block;
	line-height: 0;
}
#btnnav input.next, table.navigationButton input.next {
	background: #fff url(../images/next.png) no-repeat 0 0;
	float: right;
}
#btnnav input.prev, table.navigationButton input.prev {
	background: #fff url(../images/prev.png) no-repeat 0 0;
	float: left;
}
/* @end */
/* @group CLEARING ----------------------------------- */
#container .wrapper, #menu-template ul, .bordo {
	overflow: hidden;
}
/* @end */
/* @group CSS3 enhance ----------------------------------- */
/* BORDER RADIUS */
#container .wrapper, .bordo, #menu-template a {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
a#home-link:hover {
	opacity: 0.6;
	filter: alpha(opacity=60); /*per Internet Explorer 6-7*/
	filter: “alpha(opacity=60)”; /*per Internet Explorer 8 doctype strict*/ 
}
a#home-link:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* first! */
	filter: alpha(opacity=60);										  /* second! */
}
/*aggiunti da EDO per lingue*/
a#home-link_en:hover {
	opacity: 0.6;
	filter: alpha(opacity=60); /*per Internet Explorer 6-7*/
	filter: “alpha(opacity=60)”; /*per Internet Explorer 8 doctype strict*/ 
}
a#home-link_en:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* first! */
	filter: alpha(opacity=60);										  /* second! */
}

/* @end */


/* da edo*/



/* --> LINKS
-----------------------------------------------------------------------------*/
/*a {
	color: #226900;
	text-decoration: none;
	border-bottom: 1px dotted #226900;
}
a:hover {	border-bottom-style: solid;}
a:focus { outline: none;}*/



/* --> FORM
-----------------------------------------------------------------------------*/


/* fine da edo */

}
@media print {
	
}