/* Stylesheet for GPS overview page in multi languages */

#systems .systems-gps > a {
	background: orange;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

.hilite {
	clear: left;
	min-height: 120px;
	}
	.hilite:hover,
	.hilite:focus {
		background: #ddc;
		border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}

#middle h3 {
	margin: 0;
	margin-left: 135px;
	padding: 0;
	}
.icon120x100 {
	margin-top: -1em;
	float: left;
	}
.icon120x100 + p {
	margin-top: 0;
	margin-left: 135px;
	padding-top: 0;
	}

#websites h4 {
	text-transform: uppercase;
	margin-bottom: 0.5em;
	}
#websites a {
	font-size: 90%;
	}


