/* Explore VisitScotland site list page */
.widget_end_row { clear: both; }

#exploreVisitScotland {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: url(/i/widget/explore-vs-panel-top.png) no-repeat 0px top;
	padding: 12px 0px 0px;
	width: 602px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#exploreVisitScotland ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#exploreVisitScotland .widget_container {
	padding: 0px 1px 12px;
	background: url(/i/widget/explore-vs-panel-btm.png) no-repeat 0px bottom;
	width: 600px;
}
#exploreVisitScotland .widget_container li {
	float: left;
	width: 150px;
	display: block;
}
#exploreVisitScotland .widget_container li a {
	color: #162A58;
	display: block;
	padding: 4px 10px 4px 15px;
	font-weight: normal;
	margin: 0px;
	text-decoration:none;
}
#exploreVisitScotland .widget_container li a:hover {
	color: #FFFFFF;
	background: url(/i/widget/widget-link-hover.png) repeat-x left bottom;
	text-decoration: none;
}