nav.tabs li { 
	height: 3em;
	padding: 0 10px;
	text-align: center;
	line-height: 3em;
}
nav.tabs ul { position: relative; top: -21px; margin: 0; padding: 0; }

nav.hanging.tabs li {
	border-width: 0 1px 1px 1px;
	border-color: black;
	border-style: solid;
	border-radius: 0 0 3px 3px;
}

nav.regions {
	extends: nav.hanging.tabs;
	position: absolute;
	top: 0px;
	right: 0px;
}
nav.regions li { background-color: #c1c1c1; }
nav.regions li.current { background-color: #dadada; }
/* Hide these programattically somehow */
.regional-product .field-label { display: none; }

.regional-product .field-name-field-box-art { float: left; margin-right: 18px; }

.regional-product .field-name-field-box-art img { width: 420px; }

.regional-product .icons li { float: left; list-style: none; margin-right: 1em; } 