@import url("base.css");

#main h2{
	font-size: 2.1em;
	line-height: 1.5em;
	color: #55a820;
	margin-bottom: 10px;
}

#main  h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #55a820;
	vertical-align: middle;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#main  h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #0063a2;
	vertical-align: middle;
	text-transform: none;
	margin-bottom: 4px;
}
#main  div.newsdate {
	font-size: 1.2em;
	color: #55a820;
	margin-top: 0px;
	margin-bottom: 18px;
/*	line-height: 1.6em;*/
}

#main p{
	line-height: 1.5em;
	margin-bottom: 10px; 
}
#main table.nonform {
	margin-top: 10px;
}
#main table.nonform th{
	color: #0063a2;
}
#main table.nonform td{
	line-height: 1.5em;
	padding-bottom: 10px; 
}

#main #left {
	width: 556px;
	/*border: solid blue 1px;*/
	float: left;
	/*&background: url(../../elements/skin/left_bg.gif) repeat-x left top;*/
	padding-top: 16px;
	padding-right: 42px;
	line-height: 1.4em;
}
#main #right {
	width: 254px;
/*	border: solid red 1px;*/
	float: left;
}

#main #right .findGelato {
	width: 254px;
	height: 48px;
	background: url(../../elements/skin/find_gelato_interior.gif) no-repeat left top;
	text-align: center;
}
#main #right .findGelato form {	padding-top: 8px; }

#main #right .findGelato form label {
	line-height: 1.2em;
	color: #451309;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 2px;
}

#main #right .findGelato form select {
	vertical-align: middle;
	font-size: .8em;
	color: #666666;
}
#main #right .findGelato a { display: none; }
#main #right .findGelato form .button,
#main #right .findGelato form  select { vertical-align: middle; }

#main .findGelato form .button {
	width: 20px;
	height: 20px;
	background: transparent url(../../elements/skin/go_button.gif) no-repeat left top;
	vertical-align: middle; 
}


#main #right img{
	margin-top: 40px;
	margin-bottom: 24px;
}

#main #left .bread-crumb{
	margin-bottom: 8px;
}

#main #left .bread-crumb,
#main #left .bread-crumb a{
	color: #afcdf1;
	text-transform: lowercase;
}

ol.menu{
	margin-bottom: 20px;
}

ol.menu li{
	clear: left;
	margin-bottom: 23px;
}

ol.menu li img{
	float: left;
	border: solid 1px #dcedad; 
}

ol.menu li .iteminfo{
	display: block;
	float: left;
	margin-left: 22px;
	width:408px;
	/*border: solid red 1px;*/
}

ol.menu li .itemdescription{
	display: block;
	float:none;
	clear: left;
	/*border: solid blue 1px;*/
	padding-top: 6px;
	line-height: 1.5em;
}

ol.menu li .itemdescription a{
	text-decoration: underline;
	font-weight: bold;
	color: #0065a3;
}

a.headButton{
	margin: 5px 0 0 20px;
}
dl.menu dd{
	clear: left;
	/*border: 1px solid blue;*/
}
dl.menu dt{
	/*border: 1px solid blue;*/
}
