
/*-------------------------------------------------------------------------
*************************************************

	INIZIO AREA DEFINIZIONI GLOBALI	*/

html, body {
	height: 100%;
}

a{
	font-weight: bold;
}

body {
	background:#BCE4D2;
	color:#4B1A00;
	font-family:Arial,sans-serif,Tahoma,Verdana;
	margin:0;
	padding:0;
	text-align:center;
}

img{
	border:0px;
	vertical-align:middle;
}

a:link {color:#4B1A00}    /* unvisited link */
a:visited {color:#4B1A00} /* visited link */
a:hover {color:#668799}  	/* mouse over link */
a:active {color:#4B1A00}  /* selected link */

a.link_2:link {color:#008b8b}    /* unvisited link */
a.link_2:visited {color:#008b8b} /* visited link */
a.link_2:hover {color:#008b8b}  	/* mouse over link */
a.link_2:active {color:#008b8b}  /* selected link */

a.link_3{
	font-weight: normal;
}

a.link_4:link {color:#4B1A00!important}    /* unvisited link */
a.link_4:visited {color:#4B1A00!important} /* visited link */
a.link_4:hover {color:#4B1A00!important}  	/* mouse over link */
a.link_4:active {color:#4B1A00!important}  /* selected link */

#container{
	background:#BCE4D2;
	width:100%;
	min-width:960px;
/*
	width:964px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding:20px 10px 20px 10px;
*/
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
}

#head{
	width:100%;
	padding-top:10px;
	text-align:left;
	background:#BEB8AE;
}

#footer{
	font-size:12px;
	text-align:center;
	/*padding-top:20px;*/
	height: 2em;
	clear:both;
}

/*
#sx{
	width:160px;
	min-height:600px;
	padding:20px 10px 20px 10px;
	float:left;
}
*/
#dx{
/*	width:760px;
	float:left;
	width:920px;*/
	min-height:400px;
	padding:10px;
}

/*		FINE AREA DEFINIZIONI GLOBALI

*************************************************
-------------------------------------------------------------------------
*************************************************

	INIZIO AREA DI RICERCA PRODOTTI	*/

.gest_cart{
	width:160px;
}

.confirm_box{
	border: 2px solid red;
    padding: 6px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.searchArea{
	background:#FFFFC6;
	position:relative;
	padding: 0px 8px;
	font-size:12px;
	display: table;
	width: 99%;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*
.searchSx{
	background:transparent url(http://pics.ebaystatic.com/aw/pics/globalHeader/imgHdrSearchLft.gif) no-repeat scroll left top;
}

.searchDx{
	background:transparent url(http://pics.ebaystatic.com/aw/pics/globalHeader/imgHdrSearchRgt.gif) no-repeat scroll right top;
	white-space:nowrap;
}
*/
.textSearch{
	width: 15%;
	margin:8px 8px !important;
	position:relative;
	vertical-align:middle;
}

.selectSearch{
	width: 200px;
	margin:8px 8px !important;
	position:relative;
	vertical-align:middle;
}

/*		FINE AREA DI RICERCA PRODOTTI

*************************************************
-------------------------------------------------------------------------
*************************************************

	INIZIO AREA SFOGLIA PER PRODOTTI O MARCHE	*/

.showArea{
	padding-top:10px;
/*	height:500px;*/
}

ul.tabNavSel {
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	padding:4px 0;
	margin:0px;
	text-align:center;
}

ul.tabNavSel li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0% 4%;
}

ul.tabNavSel li a:link {
	color:#444488;
}
ul.tabNavSel li.tabSelActive a {
	background-color:#9EC0C3;
	border:2px solid #000000;
	border-bottom:2px solid #9EC0C3;
	font-weight:bold;
	font-size:14px;
}

ul.tabNavSel li a {
	background:#FFFFFF none repeat scroll 0 0;
	margin:2px;
	padding: 4px 10%;
	text-decoration:none;
	border:1px solid #000000;
	border-bottom:0px solid #9EC0C3;
}

.tabShow{
	min-height:340px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.tabNavShow .tabShow{
	background-color:#9EC0C3;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	padding:0.5em 2em 2em;
}
.tabNavShow .tabShowHide {
	display:none;
}

.item_sfoglia{
	text-align:center;
	width:100%;
	height:100%;
	border:2px solid #008b8b;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.showCategoria {
	background-color:#FFFFFF;
	float:left;
	width:150px;
	height:100px;
	text-align:center;
/*	border:#777788 solid 1px;*/
	margin:18px;
	margin-bottom:36px;
}

/* Pagina risultati carrello */

table.carrello{
	width:800px;
	padding;24px;
	margin:24px;
}

table.carrello tr td{
	padding:8px;
	background-color:#FFFFC6; 
}
table.carrello tr.odd td{
	background-color:#008b8b; 
}

input.submit{
    background: url("http://www.prochet1861.com//img/btn_general.png") repeat-x scroll center center #9EC0C3;
    color: #4B1A00;
    font-size: medium;
    font-weight: bold;
    height: 32px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

input.submit.mini{
    height: 20px;
	font-size: 12px;
}

.bord{
    border-color: #015965;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
}

/* Pagina risultati prodotti */

.addCart{
	color: blue;
	font-weight: bold;
	cursor: pointer;
}

.respAddCart{
	color:green;
	font-weight: bold;
	display:none;
}

#resultArea{
	float:right;
	width:80%;
}

#perfezionaRicerca{
	float:left;
	width:18%;
}

.perfezionaRicercaInner{
	background-color: #FFFFC6;
	margin-top:12px;
	margin-right:12px;
	padding:12px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.titolo_ricerca{
	background-color: #9EC0C3;
	margin-top:12px;
	padding:12px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.resultTable{
	background-color: #9EC0C3;
	margin-top:12px;
	width:100%;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*border-bottom:1px #000 solid;*/
}


.resultTableCol1{
	width:15%;
	vertical-align:top;
}

.resultTableCol2{
	width:60%;
	vertical-align:top;
}

.resultTableCol3{
	width:25%;
	vertical-align:top;
}

.resultTableCol4{
	width:15%;
	vertical-align:top;
}

.resultTableImg{
	padding:2px;
/*	width:120px;
	height:80px;
	border:1px solid;*/
}

.resultTableNome{
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	text-align: left;
}

.resultTableNome a{
	text-decoration: none;
}

.resultTableDescr{
	font-size:12px;
	font-weight:normal;
	text-align: left;
	padding-bottom:10px;
}

.resultTableProdutt{
	font-size:12px;
	font-weight:normal;
	text-align: left;
	padding-bottom:10px;
}

.resultTablePrezzo{
	font-size:16px;
	font-weight:bold;
	text-align: left;
}

.resultTableBuy{
	font-size:14px;
	font-weight:normal;
	text-align: left;
}

// Pagina dettaglio prodotto

#detailArea{
	padding-top:20px;
}

.detailTableCol1{
	width:30%;
	vertical-align:top;
}

.detailTableCol2{
	width:40%;
	vertical-align:top;
}

.detailTableCol3{
	width:30%;
	text-align:center;
	vertical-align:top;
	vertical-align:top;
}

.detailTableImg{
	padding:2px;
	border: 1px solid #C0BFBF;
	/*height:240px;
	border:1px solid;*/
}

.detailTableNome{
	font-size:18px;
	font-weight:bold;
	padding:15px;
	text-align: left;
}

.detailTableDescr{
	font-size:14px;
	font-weight:normal;
	text-align: left;
	padding:0px 15px 15px 15px;
}

.detailTableAltro{
	font-size:14px;
	font-weight:normal;
	text-align: left;
	padding:15px;
}

.detailTableBuy{
	font-size:16px;
	font-weight:bold;
	text-align: left;
	padding:15px;
}

.whiteLine{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #FFFFFF;
	height:2px;
	text-align:right;
	width:100%;
}

.gMapClass{
	width: 500px; 
	height: 300px; 
	border:1px solid; 
	float:left;
}

.contactClass{
	float:left;
	padding: 16px;
	font-size:14px;
	font-weight:bold;
	line-height: 28px;
	text-align: left;
}

/*		FINE AREA SFOGLIA PER PRODOTTI O MARCHE

*************************************************
-------------------------------------------------------------------------
*************************************************

	INIZIO AREA CONTEST	*/

/* ul */
.contest_area_all_foto{
    list-style-type: none;
    margin: 0 auto;
    width:960px;
    list-style: none outside none;
}

/* li */
.contest_area_foto{
	background-color: #FFFFFF;
    float: left;
    height: 310px;
    margin: 16px 5px 0px;
    padding: 5px;
    position: relative;
/*    width: 172px;*/
    width: 212px;
}

/* div */
.contest_foto{
    cursor: pointer;
    height: 208px;
    overflow: hidden;
    width: 100%;
    vertical-align:moddle;
    margin-bottom: 24px;
}

.contest_like{
    padding: 16px;
    position: relative;
    z-index: 10000000;
}

/*		FINE AREA CONTEST

*************************************************
-------------------------------------------------------------------------
*************************************************

	INIZIO AREA DEFINIZIONI GENERICHE	*/

.showMarca{
	background-color:#FFFFC6;
	float:left;
	width:150px;
	height:154px;
	text-align:center;
	margin:18px;
	margin-bottom:36px;
	vertical-align:bottom;
}

.offusca-mostra{
	opacity:0.7;
	filter:alpha(opacity=40);
}

.offusca-mostra:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

.img-marca{
	max-width:150px;
	max-height:100px;
}

.img-categoria{
	max-width:100%;
	max-height:100%;
}

.titolo1{
	font-size:26px;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:12px;
}

.titolo2{
	font-size:22px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
}

.titolo3{
	font-size:18px;
	padding-top:6px;
	padding-bottom:6px;
}

.titolo_sup{
	margin:4px 0px 4px 0px;
	text-align:center;
	width:100%;
	font-weight:bold;
}

.testo{
	font-size:14px;
	padding-bottom:6px;
	line-height:26px;
	letter-spacing:1px;
	word-spacing:4px;
}

.title_item{
	font-size:16px;
	font-weight:bold;
}

.text_item{
	font-size:14px;
}

.point_item{
	padding-left:6px;
	font-size:12px;
}

.center{
	text-align: center;
}

.clearFloatHeightClass{
	clear:both;
}
/*		FINE AREA DEFINIZIONI GENERICHE

*************************************************
-------------------------------------------------------------------------*/

