body {
	background: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	text-align: center;
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
}

/* layout generali */
div#container{
	position:relative;
	width: 786px;
	margin: 0 auto;
	text-align: left;
}
div#ebay_header {
	position:relative;
	background: url(../img/ebay_header.jpg) no-repeat;
	width: 786px;
	height: 120px;
	overflow:hidden;
}

div#ricerca_header{
	position:relative;
	background: url(../img/ricerca_header.jpg) no-repeat;
	width: 786px;
	height: 88px;
}

div#ricerca{
	position:relative;
	width: 784px;
	height: 190px;
	
	border:#CCCCCC solid;
	border-width: 0px 1px;
	
}

div#ricerca_footer{
	position:relative;
	background: url(../img/ricerca_footer.gif) no-repeat;
	width: 786px;
	height: 40px;
}


div#ebay_footer{
	position:relative;
	background: url(../img/ebay_footer.gif) no-repeat;
	width: 786px;
	height: 120px;
}



/* form */

div#search_form{
	position:relative;
	left: 20px;
	background: url(../img/bg_form1.gif) no-repeat;
	width: 745px;
	height: 171px;	
}

#modulo	{
	position:relative;
	top: 10px;
}



h2 {
    font-size: 14pt;
    font-weight: bold;
}

h3 {
    font-size: 13pt;
}

div#breadcumbs {
    clear: both;
    font-size: 10pt;
    padding-top: 10px;
    padding-bottom: 10px;
}

.column {
    width: 48%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10pt;
}

.counter {
    clear: both;
    padding-top:10px;
    padding-bottom:10px;
    font-weight:bold;
    font-size: 10pt;
}

div.spacer	{
	clear: both;
	height: 20px;
}
