@charset "utf-8";
/* CSS Document */

body {	
	padding: 0;
	margin: 0;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333333;
	}

#wrapper {
	margin: 0 auto;
	width: 61.3em;
	text-align: left;
	position:relative;
	}

#topmenu {
	width: 58.3em;
	padding-left:1.5em;
	padding-right:1.5em;
	padding-top:22px;
	position:relative;
	background:url(../../images/top_grey.jpg);
	background-color:#CCCCCC;
	height:46px;
	}
#topmenu ul {
	list-style:none;
	padding:0;
	margin:0;
	}
#topmenu li {
	list-style:none;
	padding-right:1.5em;
	padding-left:1.4em;
	font-size:0.8em;
	font-weight:bold;
	float:left;
	display:block;
	width:8.5em;
	background:url(../../images/separator.gif) no-repeat 10.0em;
	}
#topmenu li a{
	text-decoration:none;
	color:#333333;
	}
#topmenu li a:hover{
	text-decoration:none;
	color:#fd7801;
	}

#topmenu li a.red {
	text-decoration:none;
	color:#ff0000;
	}

#mainheader {
	width: 61.3em;
	height:245px;
	background-image:url(../../images/header_bg.jpg);
	background-repeat:no-repeat;
	}
	
#mainheader .banner {
	float:right;
	width:120px;
	height:90px;
	background-color:#FFFFFF;
	margin-top:50px;
	margin-right:100px;
	clear:both;
	margin-bottom:63px;
	margin-left:750px;
	}

#mainheader .infobox {
	width:60em;
	padding-left: 1.5em;
	}

#mainheader .infobox .left{
	width:20em;
	float:left;
	}
#mainheader .infobox .right{
	width:17em;
	padding-right: 1.8em;
	float:right;
	}

#mainheader .infobox p {
	font-size:0.8em;
	padding-top:0;
	margin-top:0;
	padding-bottom:0;
	margin-bottom:0;
	}

#content {
	width: 61.3em;
	padding-top:1.5em;
	padding-bottom: 1.5em;
	background-color:#FFFFFF;
	position:relative;
	}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#pfadfinder {
	position:relative;
	margin: 0 auto;
	height:0.5em;
	margin-bottom:1.2em;
	font-size:0.8em;
	padding-left:1.8em;
	padding-top:1.0em;
	}	
.pfadfindertitle {
	color:#666666;
	font-weight:bold;
	}
#leftcol {
	width:12.5em;
	margin-right:2.0em;
	float:left;
	}
#leftcol .categorie {
	background-color:#d4f0fa;
	background-image:url(../../images/bottom_blue_rounded.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	min-height:200px;
	margin-bottom:1.0em;
	}
#leftcol .categorie img {
	margin-bottom:1.0em;
	}

#leftcol .categorie ul {
	margin:0;
	padding:0;
	}
#leftcol .categorie li {
	padding-left:0.2em;
	line-height:1.5em;
	margin-left:1.5em;
	font-size:0.8em;
	list-style-type:none;	
	}
#leftcol .categorie li a{
	text-decoration:none;
	color:#132243;
	}
#leftcol .categorie li a:hover {
	text-decoration:none;
	color:#fd7801;
	}

#leftcol .specials {
	background-color:#fff0d1;
	background-image:url(../../images/bottom_orange_rounded.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:200px;
	margin-bottom:0.5em;
	text-align:center;
	}

#leftcol .tornasu {
	margin-bottom:0.5em;
	font-size:0.8em;
	}
#leftcol .tornasu a{
	color:#333333;
	text-decoration:none;
	}
#leftcol .tornasu a:hover{
	color:#fd7801;
	text-decoration:none;
	padding-bottom:0.5em;
	}

#leftcol .tornasu img{
	border:none;
	}	
#rightcol {
	width:46.7em;
	float:left;
	}
#main, #altriprodotti {
	width:747px;
	height:38px;
	background-image:url(../../images/main.jpg);
	background-repeat:no-repeat;
	}
#main h1, #altriprodotti h1 {
	padding-top:0.4em;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	padding-left:1.0em;
	font-size:1.2em;
	color:#FFFFFF;
	font-weight:bold;
	}

/* liquid corner box **********************************************************************/
.top-left {
	margin-right: 9px; /* clip right corner */
	background-image: url('../../images/corners1280x18.gif');
	height: 9px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}

.top-right {
	margin-top: -9px; /* to level of top-left corner */
	margin-left: 9px; /* clip left corner */
	background-image: url('../../images/corners1280x18.gif'); 
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 9px; 
	font-size: 2px;
}

.bottom-left {
	margin-right: 9px; /* clip right corner */
	background-image: url('../../images//corners1280x18.gif');
	background-position: 0 -9px; /* show under half of the image */
	height: 9px;
	font-size: 2px;
}

.bottom-right {
	margin-top: -9px; /* to level of bottom-left corner */
	margin-left: 9px; /* clip left corner */
	background-image: url('../../images/corners1280x18.gif'); 
	background-position: 100% -9px; /* under half, right side */
	height: 9px; 
	font-size: 2px; 
}

.inside {
	border-left: 2px solid #d0cfcf;
	border-right: 2px solid #d0cfcf;
	background: #ffffff;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.inside img.product {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:none;
	height:150px;
	width:150px;
	}

.inside img.buttons {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	border:none;
	}

.des {
	font-size:0.8em;
	height:4.5em
	}
.desdet {
	font-size:0.9em;
	color:#666666;
	}

.notopgap, .producttitle {
	margin-top: 0;
	font-size:1.0em;
	font-weight:bold;
	color:#fd7801;
}
.notopgap a, .producttitle a{
	text-decoration:none;
	color:#fd7801;
}
.notopgap a:hover{
	text-decoration:none;
	color:#21b3e2;
}

.notopgapcat {
	margin-top: 0;
	margin-left:0.5em;
	font-size:0.8em;
	color:#132243;
}
.notopgapcat a{
	color:#132243;
}
.notopgapcat a:hover{
	color:#fd7801;
}
.nobottomgap {
	margin-bottom: 0;
	font-size:1.3em;
	font-weight:bold;
	color:#21b3e2;
}

/* liquid corner box end **********************************************************************/

#footer {
	position:relative;
	margin-bottom:1.5em;
	clear:both;
	}
#footer p {
	font-size:0.7em;
	text-align:center;
	line-height:1.5em;
	}
#footer a {
	text-decoration:underline;
	color:#333333;
	}
#footer a:hover {
	color:#fd7801;
	}
	

/* liquid corner box footer **********************************************************************/
.top-left_grey {
	margin-right: 9px; /* clip right corner */
	background-image: url('../../images/corners1280x18_grey.gif');
	height: 9px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}

.top-right_grey {
	margin-top: -9px; /* to level of top-left corner */
	margin-left: 9px; /* clip left corner */
	background-image: url('../../images/corners1280x18_grey.gif'); 
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 9px; 
	font-size: 2px;
}

.bottom-left_grey {
	margin-right: 9px; /* clip right corner */
	background-image: url('../../images/corners1280x18_grey.gif');
	background-position: 0 -9px; /* show under half of the image */
	height: 9px;
	font-size: 2px;
}

.bottom-right_grey {
	margin-top: -9px; /* to level of bottom-left corner */
	margin-left: 9px; /* clip left corner */
	background-image: url('../../images/corners1280x18_grey.gif'); 
	background-position: 100% -9px; /* under half, right side */
	height: 9px; 
	font-size: 2px; 
}

.inside_grey {
	border-left: 2px solid #e9e9e9;
	border-right: 2px solid #e9e9e9;
	background: #f5f5f5;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
/* liquid corner box footer end**********************************************************************/

.container_productbox {
	position:relative;
	width:100%;
	}
.productbox {
	width:21.5em;
	float:left;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:20px;
	}

form {
	margin:0;
	padding:0;
	}
label {
	font-size:0.8em;
	color:#fd7801;
	font-weight:bold;
	}
#pages p {
	font-size:0.8em;
	color:#666666;
	}
#pages p a{
	color:#666666;
	}
#pages p a:hover {
	color:#fd7801;
	}
.active {
	background-color:#21b3e2;
	color:white;
	}

.torna {
	text-align:right;
	}

.torna a{
	color:#fd7801;
	font-size:0.8em;
	font-weight:bold;
	}
.torna a:hover{
	color:#21b3e2;
	}
.clearer {
	clear:both;
	}
p.sitemap {
	font-size:0.8em;
	color:#333333;
	line-height:0.6em;
	}
a {
	text-decoration:underline;
	color:#333333;
	}
a:hover {
	color:#fd7801;
	}