﻿/* IMPORT STILE SITO */
@import url("http://www.ciniwebster.it/stile.css");

html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	overflow: auto;
}
td, th, div, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border-style: none;
}
img, select, .inputimg {
	vertical-align: middle;
}
select {
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
}
form {
	padding: 0;
	margin: 0;
}
ul {
	margin: 3px 0;
	padding: 0 0 0 15px;
}

/* LINK */
a {
	text-decoration: none;
	color: #312B59;
}
a:active, a:hover {
	text-decoration: underline;
}

.title {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding: 10px;
}

a.menu_stampe {
	background-color: #F4F4F7;
	display: block;
	padding: 5px 2px;
	margin: 0 2px 5px 2px;
	text-align: center;
	border-bottom: 1px solid #ECEBEF;
	border-right: 1px solid #ECEBEF;
}
a.menu_stampe:hover {
	background-color: #ECEBEF;
}

.div_vetrina {
	overflow: hidden;
	position: relative;
	height: 85px;
	width: 560px;
}
.main_table td {
	height: 25px;
	vertical-align: top;
	background-color: #f4f4f7;
}
.main_table .alternating_row td {
	background-color: white;
}
