/* @override http://topwine/style/default/topwine_default.css */

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Lucida Grande",Lucida,sans-serif;
}

a{
cursor:pointer;
}

body {
	text-align: center;
	color: #333;
	background: #725f86 url(bg_base.jpg) repeat-x 0 0;
}

/* My Comment */

/* @group layout Style Info */

#page {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background:  url(bg_main.jpg) no-repeat 0 0;
}
#page.produttori {
	background:  url(bg_top3.jpg) no-repeat 32px 32px;
}
#header {
	margin: 0 70px;
	height: 392px;
	position: relative;
}
.produttori #header {
	height: 200px;
}
#head1,#head2,#head3,#head4,#head5,#head6 {
	float:left;
}
#head1,#head3,#head4,#head6,#head7,#head9 {
	width: 190px;
}
#head2,#head5,#head8 {
	width: 475px;
}
#head1,#head2,#head3 {
	height: 90px;
	margin-top: 15px;
}
#head4,#head5,#head6 {
	height: 110px;
}

#head7,#head8,#head9 {
	height: 90px;
	margin-top: 15px;
}
#head1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#head2 {
	position: absolute;
	top: 0px;
	left: 200px;
}
#head3 {
	position: absolute;
	top: 0px;
	left: 560px;
}
#head4 {
	position: absolute;
	top: 100px;
	left: 0px;
}
#head5 {
	position: absolute;
	top: 100px;
	left: 200px;
}
#head6 {
	position: absolute;
	top: 100px;
	left: 660px;
}
#head7 {
	position: absolute;
	top: 220px;
	left: 0px;
}
#head8 {
	position: absolute;
	top: 220px;
	left: 200px;
}
#head9 {
	position: absolute;
	top: 220px;
	left: 660px;
}

#head4.verde a,
#head6.verde a {
	color: #990099;
}

#title {
	position: absolute;
	top: 20px;
	left: 230px;
	width: 500px;

}

#menu {
	height: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 40px;
}

#login {
	position: absolute;
	width: 180px;
	top: 16px;
	right: 0px;
	text-align: left;
	color: #3b0068;
}
#login-block a.username{
	font-weight: bold;
	color: #fff;
}
#login-block{
	background: #be79a5;
	padding: 10px 5px 10px 20px;
	margin: 0;
	position: relative;
	border: 1px solid #85668f;
}
.exit{
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}
#content, #content-azi {
	padding: 0px 0px 10px 0px;
	color: #333;
	overflow: hidden;
	width: 910px;
	margin: 0 42px;
	background: url(bg_vert2.jpg) repeat-y -10px 0;
}
.produttori #content,
.produttori #content-azi{
	background: url(bg_vert3.jpg) repeat-y -10px 0;
}
#content-logo {
	width: 910px;
	height:100px;
	overflow:hidden;
	text-align:center;
	color:;
}
#footer {
	text-align: center;
	height: 168px;
	background: url(bg_piede.jpg) 32px bottom no-repeat;
}
.produttori #footer{
	background: url(bg_piede3.jpg) 32px bottom no-repeat;
}
/* @end */


/* @group Elementi */
#header a {
	color: #003d4c;
}
h1#title {
	color: #ffffff;
	font: normal 300%  Georgia, Times, serif; 
}
h1#title a,
h1#title a:active,
h1#title a:visited,
h1#title a:hover{
	color: #ffffff; 
}

#menu ul {
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	overflow: hidden;
}
#menu li {
	float: left;
	height:30px;
	margin: 0;
	padding: 0 ;
}
#menu li a,
#menu li a:active:visited {
	display: block;
	margin: 0;
	padding: 7px 10px 7px 10px;
	/*font-weight: bold;*/
	text-decoration: none;
	line-height: 16px;
}
#menu li a.active {
	color: #990099;
	background: #fff;
}
#menu li a.active:hover {
	background: #fff;
	color: #990099;
}
#menu li a:hover {
	background: #ee5;
	color: #990099;
}
#content-col {
	float: right;
	width: 180px;
	margin-right: 20px;
}
#content-col1 {
	float: left;
	width: 195px;
	margin-left: 25px;
}

#content-main {
	position: relative;
	float: left;
	width: 475px;
}
#content-azi #content-main {
	position: relative;
	width: 675px;
	margin:0 0 0 20px;
	background-color: transparent;
}
#content-azi #content-col {
	margin-right: 20px;
}

#content-col .box{
	margin: 0.5em;
	padding: 0.5em;
}
#content-col .box h4{
	padding: 0 0 3px 0;
	border-bottom: 1px dashed #cccc33 ;
	font-size: 1.2em;
}

#content-col .box ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content-col .box ul li{
	margin: 0;
	padding: 0;
}
#content-col .box ul.blogs li{
	background: url(./blog_ico.png) no-repeat 0 5px;
	padding:4px 0 4px 20px;
}
#content-col .box ul.posts li{
	background: url(./post_ico.png) no-repeat 0 7px;
	padding:4px 0 4px 20px;
}
#content-main .related{
	margin: 10px;
	background: #fff;
	padding: 0.5em 0;
}
/* @end */

/* @group Blogs */

#content-main .blog,
#content-main .post,
#content-main .user {
	margin: 0 10px;
	padding: 0.5em;
}
#content-main .blog{
	background-color: #f3f3f3;
}
#content-main .blog .author{
	color: #777;
	font-style: italic;
}
#content-main .blogs .blog{
	border: 1px dashed #ddd;
	border-width: 1px 0;
}
#content-main .blogs h4{
	margin: 0.5em 0 0 0; 
	padding:0.5em 0.5em 0 1em;
}
#content-main .post .date{
	font: italic 0.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #888; 
}
#content-main .post .modified{
	font: italic 0.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #888;
	margin: 0 0 1em 0; 
}
#content-main .post .by{
	color: #555;
}
#content-main .post .meta{
	font: normal 0.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #555;
	margin: 0.5em 0 1em 0;
	padding: 0.5em 1em;
	border: 1px dashed #ccc;
	border-width: 1px 0;
	background-color: #eec;
}
#content-main .post p{
	margin: 0 0 1em 0; 
}
#content-main h3 {
	font: 1.66em Georgia, Times, serif; 
	text-align: left;
	margin: 0.5em 0 0.2em 0; 
	padding:0.5em 0.5em 0 0;
}
#content-main .related h3 {
	font: 1.66em Georgia, Times, serif; 
	text-align: left;
	margin: 0.5em 0 0 0; 
	padding:0.5em 0 0 0;
}

#content-main .related .date{
	padding: 1em 0 0 0;
	margin: 0;
	border-bottom: 1px dashed #aaa;
}
#content-main .related .post{
	margin: 0.5em 0 1em 0;
	padding: 0 0.5em;
}
#content-main .related .post p{
	margin: 0;
	padding: 0.5em 0;
}

#content-main .related .comment{
	margin: 0;
	padding: 0.5em 0;
	border-top: 1px dashed #999;
}
#content-main .related .comment p{
	margin: 0.5em 0;
	padding: 0.5em 0.5em 0.5em 2em;
	background: url(./quot.gif) no-repeat left 5px;
}

/* @end */

/* @group General Style Info */

a {
	color: #990099;
	text-decoration: none;
}

a:hover {
	color: #990099;
	text-decoration: underline;
}

a img {
	border: none;
}

h1, h2, h3, h4 {
	font-weight: normal;
	font-family: Georgia, Times, serif;
	
}
h1 u, h2 u, h3 u, h4 u {
	font-size: inherit;
}
h1 a, h2 a, h3 a, h4 a {
	color: #aa0;
	font-family: Georgia, Times, serif;
	font-size: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #990099;
	text-decoration: none;
}

h1 {
	color: #003d4c;
	margin: 0;
	font-size: 180%;
	line-height: 160%;
}

h2 {
	color: #aa0;
	margin: 0.3em 0;
	font-size: 180%;
}
h3 {
	color: #aa0;
	padding: 0.5em 0;
	font-size: 140%;
}

h4 {
	color: #aa0;
	padding: 0.5em 0;
	font-size: 120%;
}

em {
	font-size: 12px;
}

ul, li {
	margin: 0 12px;
}
.small {
	font-size: 0.9em;
}

/* @end */

/* @group tables */

table {
	width: 100%;
	color: #333;
	background-color: #fff;
	padding: 0;
	margin: 0 0 2em 0;
	white-space: normal;
	border:	none;
}

th {
	background-color: #e2e2e2;
	text-align: center;
	padding: 1px 4px;
}

table tr td {
	padding: 4px 4px;
	vertical-align: top;
	text-align: center;
}

table tr.altRow td {
	background: #f4f4f4;
}

table td.actions {
	white-space: nowrap;
}

#cakeSqlLog td {
	text-align: left;
	padding: 4px 8px;
	background: #fff;
	border-bottom: 2px solid #ccc;
}

/* @end */

/* @group scaffold */

div.related {

}

dl {
	line-height: 2em;
	margin: 0em 1em;
	float: left;
	width: 400px;
}

dt {
	font-weight: bold;
	vertical-align: top;
}

dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* @end */

/* @group notices and errors */

#flashMessage, .error, .error_message {
	color: #900;
	font-size: 16px;
	background-color: #fff;
	margin: 8px 0px;
	font-weight: bold;
}

.error_message {
	clear: both;
}

.error em {
	font-size: 18px;
	color: #003d4c;
}

.notice {
	color: #656565;
	font-size: 14px;
	background-color: #f4f4f4;
	padding: 0.5em;
	margin: 1em 0;
	display: block;
}

.tip {
	color: #656565;
	background-color: #ddd;
}

/* @end */

/* @group forms */

form {
	margin: 2em 0 1em 0;
}

form div {
	vertical-align: text-top;
	margin:1em 0;
}

form div.date {
	margin-left: 0em;
}

label {
	display: block;
	width: 140px;
	padding-right: 20px;
}

input, textarea {
	font-family: inherit;
}

select {
	vertical-align: text-bottom;
	font-family: inherit;
}
option {
	font-family: inherit;
	padding: 0 0.3em;
}
input[type=submit] {
	display: inline;
	vertical-align: bottom;
}

div.required {
	color: #222;
}

div.optional {
}

div.submit {
}

/* @end */

/* form options*/

#header form {
	margin: 0;
}
#header form div {
	vertical-align: text-top;
	margin: 0;
}
#header label {
	display: inline;
	width: 50px;
	padding-right: 10px;
	color: #3b0068;
}

#header input {
	font-size: 10px;
	margin: 0;
	display: inline;
}

/* action links */

ul.actions {
	overflow: hidden;
	list-style: none;
	display: block;
	border: 1px dashed #aaa;
	padding: 0.3em;
	margin: 0;
}

ul.actions li {
	float: left;
	display: block;
	text-align: center;
	padding: 0 0.5em;
	margin: 0 0.5em;
}

div.actions {
	text-align: right;
}

pre {
	padding: 1em;
}

/*xxxxxxxxxx*/

td.label{
	text-align:right;
	color:#999;
}
td span.label{
	display:block;
	text-align:right;
	color:#999;
	width:115px;
	font-size:0.9em;
	float:left;	
	padding: 0 0.5em  0 0;
}
#home {
	width:100%;
	margin:0;
	padding:0;
}
#home td {
	vertical-align: top;
}
#h_1,#h_2,#h_3 {
	background:#D5D756 url(./01_fold.gif) no-repeat  top right;
	padding:10px;
	margin:10px 0 0 10px;
	color: #fff;
	width: 178px;
	text-align: center;
}
#h_1 p,#h_2 p,#h_3 p {
	text-align: center;
}
.bbutton {
	background:url(./uno.png) left top no-repeat;
	width:106px;
	height:70px;
	margin:0 35px;
}
.bbutton a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	display:block;
	text-align:center;
	padding:20px 0 0 0;
}
.scacchiera {
	padding: 0 20px;
	overflow: hidden;
}
.scacchiera .thumb {
	background: transparent url(./q_01.gif)0 0  no-repeat;
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 5px 5px 0;
	position:relative;
	text-align:center;
}
.scacchiera .thumb p{
	position:absolute;
	bottom:0;
	left:0;
	width:100px;
	height:20px;
	text-align:center;
}
.scacchiera .thumb a,
.scacchiera .thumb p a{
	color:#000;
}
.scacchiera .thumb img{
	border:1px solid #fff;
}
.scacchiera h2 {
	background:url(./sbrof.gif) 0 20px  no-repeat;
	padding: 20px 0 0 30px;
	clear: left;
	}
.rubriche {
	height: 90px;
	width: 180px;
	background: transparent url(./r_01.gif);
	margin: 0 0 10px 0;
	text-align: center;
}
.rubriche img {
	margin: 5px;
}
.scheda {
	padding: 0 2em;
	line-height: 1.5em;
}
.scheda span{
	color: #a07;
	font-weight: bold;
}
.scheda ul{
	padding: 2em 0 0 0;
}	
.scheda li u{
	font-weight: bold;
}	

#head8 li {
	display:inline;	
	}