html, body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:1em;
	margin:0;
	width:100%;
}

h1, h2, h3, h4, h5 {
	font-family:'Comfortaa';
}

#container {
	width:98%;
	margin: auto;
	position:relative;
	padding:10px;
	clear: both;
}

#sinistra {
	float:right;
	width:20%;
	text-align:left;
	padding:10px;
	font-size:24px;
}

#sinistra ul {
	margin-top:20px;
	list-style-type: none;
	color:#D63E0E;
	padding:10px;
	
}

#sinistra li {
	border-bottom:1px solid #eee;
	max-width:200px;
}

#sinistra a {
	color: #0f0f0f;
}

#sinistra a:hover {
	color:#D63E0E;
	text-decoration:none;
}


#corpo {
	padding:10px;
	float:left;
	min-width:65%;
}

#corpo h1  {
	border-top: 5px solid #363636;
    clear: both;
    font-weight: 600;
    line-height: 48px;
    padding: 32px 0 18px;
    text-transform: uppercase;
	display:block;
}

.cerca {
	padding:5px 10px;
	width:450px;
	float:right;
}

table {
  border-collapse:collapse;
  width:100%;
}

td {
	text-align:center;
	vertical-align:middle;
	border-color: inherit;
	border-top: 1px solid gray;
}

td form {
	margin:auto;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	height:40px;
}

tbody tr:nth-child(odd) td{
	background:#ECE9E9;
}


label {color: #363636;
	font-size: 14px;
	font-weight: bold;
	display: block;
	min-width: 120px;
	padding-right:10px;
	float: left;
	line-height: 34px;
	text-align:right;
}

.carica label {
color: #363636;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	min-width: 120px;
	padding-right:10px;
	line-height: 34px;
	text-align:right;
	float: none !important;
}

input[type=submit], button {
	color: #fff;
	cursor: pointer;
	float: none;
	font-size: 13px;
	font-weight: normal;
	height: 36px;
	line-height: 37px;
	margin: 0 5px 2px 2px;
	padding: 0 20px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	background: linear-gradient(to bottom, #53524d 0%, #62615d 100%);
}

input[type=submit]:hover, button:hover{
	background: linear-gradient(to bottom, #F8693B 0%, #EB592A 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: 1px 1px 0 #F7683A inset, 1px 0 3px rgba(0, 0, 0, 0.26);
}

select, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top-color: #ccc;
	height: 38px;
	line-height: 39px;
	padding: 0 12px;
	font-size: 14px;

	max-width: 100% !important;

	background-color: rgb(250, 255, 189);
	background-image: none;
	color: rgb(0, 0, 0);
}

input:disabled {
	color:gray;
}

.migliorOfferta {
	background:green !important;
	color:white;
}

.migliorOfferta span {
	
	padding:5px;
}

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

a:hover {
	text-decoration:underline;
}
