@charset "UTF-8";
/* CSS Document */
.div_element{
	padding: 2px;
	font-size: 10px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	background-color: #F7F7F7;
	position: relative;
}
.div_element img{
	padding: 1px;
	border: 1px solid #333333;
	margin-right: 5px;
}
.div_element .titolo{
	margin: 2px;
	font-size: 11px;
	color: #666666;
	float: left;
	width:466px;
	font-weight: bold;
	position: relative;
}
.div_element .content{
	clear: both;
	position: relative;
}
.div_element .data{
	clear: left;
	display: block;
}
.wrapper_div{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.wrapper_div .rosso{
	color: #FF0000;
}
.wrapper_div a:link,.wrapper_div a:visited,.wrapper_div a:active{
	color: #006633;
}
.wrapper_div a:hover{
	text-decoration: underline;
}
.wrapper_div label{
	display: list-item;
	list-style-type: none;
	
}

.wrapper_div .carrello a:link, .wrapper_div .carrello a:visited{
	color: #333333;
	background-color: #EBEBEB;
	display: block;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #999999;
	font-size: 9px;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 0px;
	background-image: url(/images/cart_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 40px;
	margin: 0px;
	bottom: 0px;
	padding: 0px;
}
.wrapper_div .carrello a:active{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
.wrapper_div .carrello a:hover{
	color: #000000;
	text-decoration: underline;
}
.negozio_wrapper .div_element input{
	padding: 2px;
}
.negozio_wrapper .rosso{
	color: #FF0000;
}
#TB_window .rosso{
	color: #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#TB_window span{
	color: #333333;
	display: block;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #7db856;
	padding-top: 2px;
	padding-bottom: 2px;
}
#TB_window img{
	text-align: center;
	display: block;
}
