/* CSS Document */
body {
scrollbar-3dlight-color: #961c1c;
scrollbar-arrow-color: #faf7e6;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #961c1c;
scrollbar-highlight-color: #c11c1c;
scrollbar-shadow-color: #7f1212;
scrollbar-track-color: #F5F7F8;
background-color:#cdc9b2;
/*background-color:#BAB490;*/
margin:0 0 0 0;
padding:0 0 0 0;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.carattere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}
.caratteremini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: justify;
}

.carattere_titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	text-align: justify;
	font-weight: 500;
	text-decoration: underline;
}
.marginatore {
	padding: 10px;
	margin: 10px;
}
.selezione {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C0BE87;
	border-right-color: #C0BE87;
	border-bottom-color: #C0BE87;
	border-left-color: #C0BE87;
}

#menubar td{
	padding:0;
	margin:0;	
}

#menubar {
	background: url(img/menubar.png) repeat-x;
	font-size:10px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:5px;
}

.imgborder {
	border:solid;
	border-width:2px;
	border-color:#eae7d4;
	padding:10px;
}

a:link {
	text-decoration: none;
	color: 961C1C;
}
a:visited {
	text-decoration: none;
	color: 961C1C;
}
a:hover { 
	text-decoration: underline;
	color: 961C1C;
}
a:active {
	text-decoration: none;
	color: 961C1C;
}
a.bianco:link, a.bianco:visited, a.bianco :hover, a.bianco:active
	{
	text-decoration: none;
	color: #FFFFFF;
}

#li-cani {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#li-cani li {
	padding-left: 25px;
	background-image: url(img/caneimpronta.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}


#li-bimbi
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#li-bimbi li 
{
	padding-left: 25px;
	background-image: url(img/bimbipalloncino.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#li-bimbi-stella
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#li-bimbi-stella li {
	padding-left: 25px;
	background-image: url(img/bimbistella.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#li-beach {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#li-beach li {
	padding-left: 25px;
	background-image: url(img/beachciabatte.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#li-listino {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#li-listino li {
	padding-left: 25px;
	background-image: url(img/listinomare.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}



