
/*** MOUNTS ***/

div#mounts { width:707px; padding:285px 0px 0px; margin:auto;}
div#mounts.de { background:url('head_de.jpg') left top no-repeat; }
div#mounts.en { background:url('head_en.jpg') left top no-repeat; }
div#mounts.es { background:url('head_es.jpg') left top no-repeat; }
div#mounts.fr { background:url('head_fr.jpg') left top no-repeat; }
div#mounts.nl { background:url('head_nl.jpg') left top no-repeat; }
div#mounts.pl { background:url('head_pl.jpg') left top no-repeat; }
div#mounts.ro { background:url('head_ro.jpg') left top no-repeat; }

img.button-diamonds.pngfix {
	width:219px;
	height:84px;
	float:right;
}

div.mountbox {
	width:295px;
	height:183px;
	float:left;
	display:block;
	margin:3px 20px -3px 20px;
}

* html div.mounts { margin:3px 10px -3px 10px; }

div.mountbox h2 {
	font-size:13px;
}

div.mountbox div.border {
	position:relative;
	width:295px;
	height:133px;
	background:url('icon-decoration.gif') left top no-repeat #e8cd9a;
	border:solid 1px #4c3e30;
}

div.mountbox div.border img {
	position:absolute;
	left:0px;
	top:0px;
}

div.mountbox div.border div.contentbox {
	position:absolute;
	left:126px;
	top:9px;
	width:158px;
	height:113px;
	background:#f4e0b4;
	border:solid 1px #ae8557;
}

div.mountbox div.border div.contentbox p { font-size:11px; }

div.mountbox div.border div.contentbox p.info { text-align:center; }
div.mountbox div.border div.contentbox p.value {
	text-align:center;
	font-weight:bold;
}

/* Tabs */

div.tab-container {
	display:none;
}

div#container {
	border:1px solid #ae8557;
}

div.tab-box {
	margin:10px 0px 4px 20px;
}

a.tab {
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px 6px;
	border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;


	background-color:#e8cd9a;
	border:1px solid #ae8557;
	border-bottom:none;
	padding:4px;
	margin-right:1px;
	text-decoration:none;
	font-weight:bold;
	color:black;
}
a.tab.active {
	padding:5px;
	background-color:#f4e0b4;
}

a.tab:hover {
	background-color:#f4e0b4;
}
