.panel {
	position: fixed;
	top: 93px;
	left: 0;
	display: none;
	background: rgba(0,0,0,0.8);
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 400px;
	padding: 80px 20px 20px 20px;
	filter: alpha(opacity=85);
	opacity: 1;
	z-index: 999;
	height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 10px solid rgba(0,0,0,0.2);
}
.panel .titolo {
	font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 25px;
	width: 100%;
	margin-bottom: 10px;
}
.panel .immagine_prodotto {
	height: 100px;
	width: 100px;
	display: table;
}
.panel .immagine_prodotto div {
	background: white;
}
.panel h1 {
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.panel table tr td {
	padding: 5px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid black;
}
.panel .tabelle_carrello tr th {
	background-color: #8cc63f;
	padding: 0px;
	color: white;
	text-align: center;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.panel .immagine_prodotto div img {
	max-height: 100px;
	max-width: 100px;
}
.panel p {
	margin: 0 0 15px 0;
	padding: 0;
	color: #cccccc;
}
/*.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}*/

a.trigger {
	position: fixed;
	text-decoration: none;
	top: 102px;
	left: 0;
	color: #fff;
	padding: 20px 40px 20px 10px;
	font-weight: bold;
	background: #333333 url(../img/plus.png) 85% center no-repeat;
	border: 1px solid #444444;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	display: block;
	z-index: 1000;
	text-transform: uppercase;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
a.trigger:hover {
	position: fixed;
	text-decoration: none;
	top: 102px;
	left: 0;
	color: #fff;
	background: #222222 url(../img/plus.png) 86% center no-repeat;
	border: 1px solid #444444;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	padding: 20px 40px 20px 15px;
	display: block;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
a.active.trigger {
	background: #222222 url(../img/minus.png) 86% center no-repeat;
}
.panel .columns {
	clear: both;
	width: 100%;
	padding: 0px;
}
.panel .colleft {
	float: left;
	width: 50%;
}
.panel .colright {
	float: right;
	width: 50%;
}
.panel ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.panel ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.panel hr {
	background-color: #333333;
	height: 1px;
}
