/* CSS Document */
.standard .mainpix {
	float: right;
	padding: 0 0 0.25em 24px;
}

@media all and (max-width: 500px) {
	.standard .mainpix {
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
	.standard .mainpix img.displayBlock {
		margin: auto;
	}
}

.standard .table .firstCol {
	padding-right: 10px;
}

.standard .shopmods .orderprice .productPrice {
	font-size: 300%;
	line-height: 100%;
}


.standard .chosenPrice {
	margin-right: 24px;
}
.standard .chosenPrice,
.standard .orderMod {
	vertical-align: middle;
}
.standard .chosenPrice .vat {
	font-size: 90%;
}
.standard .chosenPrice .priceDisplay span {
	font-size: 240%;
	line-height: 130%;
}


/* Children */

.productChilds .childsNav a {
	color: #000;
	padding: 5px 8px;
	background: #f6f8f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
	background: linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
}
.productChilds .childsNav a.chosen {
	text-decoration: none;
	color: #fff;
	background: rgb(114,140,167); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(114,140,167,1) 0%, rgba(65,92,118,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,140,167,1)), color-stop(100%,rgba(65,92,118,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(114,140,167,1) 0%,rgba(65,92,118,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(114,140,167,1) 0%,rgba(65,92,118,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(114,140,167,1) 0%,rgba(65,92,118,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(114,140,167,1) 0%,rgba(65,92,118,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#728ca7', endColorstr='#415c76',GradientType=0 ); /* IE6-9 */
}

.productChilds .chosen .table .firstCol {
	padding-right: 10px;
}

.productChilds .chosen .chosenElement {
	margin-right: 20px;
	vertical-align: top;
}

.productChilds .chosen .chosenPackages {
	width: 445px;
	padding: 10px;
	margin-right: 0;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.productChilds .chosen div.chosen {
	border: 1px solid #435D77;
	padding: 10px;
	width: 580px;
	text-align: justify;
}
.productChilds .chosen div.chosen .inlineBlock {
	vertical-align: top;
}

.productChilds .chosen div.chosen .chosenElement {
	margin-bottom: 0;
}


.standard .productDownloads {
	margin-bottom: 3em;
}