div.float_left {
	width: 46%;
	float: left;
}
div.float_right {
	width: 45%;
	float: right;
}

div.product {
	font-size: 90%;
	margin: 1em 1% 1em 1%;
}

div.product h2 {
	margin-top: 0;
	color: white;
	padding: 3px 0.5em;
	font-weight: normal;
}
div.product ul{
	margin-left: 1.5em;
	padding-left: 1em;
}

.product_subversion h2 {
	background-color: #aa0000;
}

.product_subversion div.price {
	background-color: #aa0000;
}

.product_subversion {
	border-left: 1pt solid #aa0000;
}

.product_webspace h2 {
	background-color: #002283;
}

.product_webspace {
	border-left: 1pt solid #002283;
}
.product_webspace div.price {
	background-color: #002283;
}

div.product div.price {
	text-align: right;
	float:right;
	margin: -3em 0em 0em 0em;
	color: white;
	padding: 0.5em;
}
div.product div.price span.price {
	font-weight: bold;
	font-size: 150%;
	color: white;
}

div.product div.details {
	display: inline;
	padding: 0.5em;
	margin-left: 20%;
}


.product_webspace div.details a {
	color: #002283;
}

.tooltip {
	border-bottom: 1pt dotted black;
}

div.highlighted {
	background-color: #EFF1FD;
}

table.webspace {
	width: 90%;
	margin: 1.5em auto;
/* 	border: 1pt solid black; */
	border-collapse: collapse;
	font-size: 90%;
}
table.webspace thead td {
	background-color: black;
	color: white;
	border-bottom: 1pt solid black;
}
table.webspace thead th {
	border: none;
	border-bottom: 1pt solid black;
	font-weight: bold;
}
table.webspace tr.notice td {
	background-color: white;
	color: #002283;
	border-width: 0pt;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	vertical-align: middle;
}
table.webspace td {
	text-align: center;
/* 	border-top: 1pt solid black; */
/* 	border-bottom: 1pt solid black; */
	border-left: 1pt solid black;
	border-right: 1pt solid black;
	padding: 3px 0.5em;
}
table.webspace th {
	text-align: left;
	font-weight: normal;
/* 	border-top: 1pt solid black; */
/* 	border-bottom: 1pt solid black; */
	border-left: 1pt solid black;
	padding: 3px 0.5em;
}
table.webspace tr.separator th {
	border: none;
	padding-top: 1em; 
	font-weight: bold;
	border-top: 1pt solid black;
	border-bottom: 1pt solid black;
}
table.webspace tr.spacer {
	border-top: 1pt solid black;
	border-bottom: none;
	height: 1.5em;
}
table.webspace tr.spacer td {
	border-left: none;
	border-right: none;
}
table.webspace tr.header th {
	border: none;
	font-weight: bold;
	border-bottom: 1pt solid black;
}
table.webspace tr.header td {
	height: 1em;
	border-bottom: none;
	border-top: 1pt solid black;
	background-color: black;
	color: white;
}

table.webspace tr.price td {
	color: #002283;
	font-weight: bold;
	font-size: 120%;
}
table.webspace th.footer {
	border-top: 1pt solid black;
	padding: 0;
}

p.remark, div.remark {
	font-size: 80%;
}

table.legend {
	font-size: 80%;
	margin: 0 auto;
}
table.legend img.icon {
	margin-left: 1em;
	margin-right: 0.5em;
}

ul.partners {
	list-style: none;
	margin: 2em 0pt 2em 0pt;
	padding: 0em 1em;
}

ul.partners li {
	margin: 0.5em 0;
	clear: both;
}

img.screenshot {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 1pt solid #002283;
}

a.reference {
	font-size: 120%;
	font-weight: bold;
}

ul.partners p {
	margin-top: 0.5em;
}

