/*-- Berkshire Inns --*/
/*-- drop down with opacity --*/
/*-- 7/20/09 --*/
 
.extra {
	display: inline;
	width: 99%;
	float: left;
	text-decoration: none;
	margin: 0 auto;
}

.extra em {
	font-style: normal;
}

.extra em.txt, .extra b {
	display: none;
}

.extra .head {
	display: block;
	width: 99%;
	height: 0;
}

.extra .color1 {
	background: #FFF;
}

.extra .color2 {
	background: #877660;
}

.extra .color3 {
	background: #8aaa7f;
}

a.extra img {
	border: 0;
	width: 99%;
	display: block;
	text-align: center;
}

.extra em.mh2 {
	margin: 0;
	color: #333;
	font-weight: normal;
	font-size: 1em;
	padding-left: 1em;
}

.extra em.mh3 {
	padding-left: .5em;
	margin: 0;
	color: navy;
	font-size: 99%em;
}

.extra em.mh4 {
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-size: 90%;
	padding-left: .5em;
}

.extra:hover {
	background: #fff;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}

.extra:hover b {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 99%;
	background: #ccc;
	height: 100%;
	opacity: 0.8;
}

.extra:hover .color1 b {
	background: #FFF;
}

.extra:hover .color2 b {
	background: #877660;
}

.extra:hover .color3 b {
	background: #8aaa7f;
}

.extra:hover em.txt {
	display: block;
	position: absolute;
	top: 1em;
	width: 99%;
	left: 1.5em;
	height: 100%;
	color: #000;
	margin: 0;
	line-height: 1.2em;
}

/*- controls backdround & text on the larger images -*/

.extralrg {
	display: inline;
	width: 99%;
	float: left;
	text-decoration: none;
	margin: 0 auto;
}

.extralrg em {
	font-style: normal;
}

.extralrg em.txt, .extralrg em.txtlng, .extralrg b {
	display: none;
}

.extra .head {
	display: block;
	width: 99%;
	height: 0;
}

.extra .color1 {
	background: #FFF;
}

.extra .color2 {
	background: #877660;
}

.extra .color3 {
	background: #8aaa7f;
}

a.extralrg img {
	border: 0;
	width: 99%;
	display: block;
	text-align: center;
}

.extralrg em.mh2 {
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 1em;
	padding-left: 1em;
}

.extralrg em.mh3 {
	padding-left: .5em;
	margin: 0;
	color: navy;
	font-size: 99%em;
}

.extralrg em.mh4 {
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-size: 90%;
	padding-left: .5em;
}

.extralrg:hover {
	background: #fff;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}

.extralrg:hover b {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #ccc;
	height: 100%;
	opacity: 0.8;
}

.extralrg:hover .color1 b {
	background: #FFF;
}

.extralrg:hover .color2 b {
	background: #877660;
}

.extralrg:hover .color3 b {
	background: #8aaa7f;
}

.extralrg:hover em.txt {
	display: block;
	position: absolute;
	top: .8em;
	width: 90%;
	left: 1.8em;
	height: 100%;
	color: #333;
	margin: 0;
	line-height: 1.2em;
}

.extralrg:hover em.txtlng {
	display: block;
	position: absolute;
	top: .5em;
	width: 99%;
	left: .8em;
	/*height: 15em;*/
	color: #333;
	margin: 0;
	line-height: 1.1em;
}