/**
 * Systems styles.
 *
 * @author Frantisek Fialka <info@ide.cz>
 * @copyright 2005-2006 IDE.cz
 * @version 0.1
 */

.systems .body .contentBg {
	position: relative;
}
.systems .logoStereo {
	width: 124px; height: 46px;
}
.systems .logoDuel {
	 width: 94px; height: 46px;
}
.systems .logoStereo img, .systems .logoDuel img {
	display: block;
}
.systems p {
	font-size: 1.1em; margin-bottom: 15px;
}
.systems a {
	color: #24408F; text-decoration: underline;
}
.systems a:hover {
	color: #000; text-decoration: underline;
}
.systems .version {
	position: absolute; right: 10px; top: 5px;
}