#login div.login { float:right; margin-top: 20px; margin-right: 20px; }
#login div.login span.id {
	display:inline;
	font-weight: bold;
}
#login div.login span.sep {
	display:inline;
	margin: 0em .5em;
	font-size: 100%;
}
#login div.login span.button {
	display:inline;
}
#login div.login a {
	text-decoration: none;
	margin: 0em;
	padding: 0em;
	color: blue;
}
#login div.login a:hover {
}
#login div.login div.noframed {
	padding: 1px 0em;
	font-size: 90%;
	text-align: right;
}



div#main2 .left {
	text-align: left;
}

div#main2 .center {
	text-align: center;
}

div#main2 .right {
	text-align: right;
}

div#main2 .top {
	vertical-align: top;
}

div#main2 {
	padding: 1em;
}

div#main2 span.link {
	color: #c64a34;
}

div#main2 span.link a {
	color: #c64a34;
	text-decoration: none;
}
div#main2 span.link a:hover {
	color: red;
}

div#main2 span.caption {
	font: normal bold 80% sans-serif;
	color: #3D4887; 
}

div#main2 div.login {
	border: 1px solid #606FB7;
	background: #E7EBFF;
	width: 30em;
	padding: 1em;
	margin: 1em;
}
div#main2 div.login .error {
	color: red;
	font-size: 90%;
}

div#main2 div.logout {
	border: 1px solid #606FB7;
	background: #E7EBFF;
	width: 20em;
	padding: 1em;
	margin: 1em;
	text-align:center;
	font-size: 120%;
	font-weight: bold;
}

div#shadowmask {
	background-image: url(../img/backgd.png);
	background-repeat: repeat;
	position: absolute;
	visibility: hidden;
	text-align: center;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	display: none;
	z-index: 4;
}

div#shadowmask h1 {
	color: #3D4887;
	height: 40px;
	font-size: 28px;
}

div#shadowmask div.box {
	position: relative;
	background: white;
	text-align: center;
	margin-top: 15%;
	margin-bottom: 15%;
	margin-left: 15%;
	margin-right: 15%;
	height: 50%;
	width: 70%;
}

div#shadowmask div.box div.content {
	background: none;
	height: 100%;
	width: 100%;
	padding: 0em;
	margin: 0em;
}

div#shadowmask div.box div.content h1 {
	vertical-align: middle;
	margin: 0em;
	padding: 2em 0em 1em;
}
div#shadowmask div.box div.content p {
	margin: 0em;
	padding: 1em;
}

div#main2 p.message {
	color: red;
	margin: .1em 1em;
}

div#main2 div.message {
	font-size: 120%;
	color: red;
	text-align: left;
	margin: .5em 2em;
}

div#main2 div.message2 {
	font-size: 120%;
	color: red;
	text-align: center;
	margin: .5em 2em;
	border: 1px solid red;
	padding: 1em 2em;
	background-image: url(../img/msg_bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	clear:both;
}

div#main2 div.message3 {
	font-size: 120%;
	color: red;
	text-align: center;
	margin: .5em 2em;
	padding: 1em 2em;
	font-weight: bold;
	clear:both;
}


div#main2 div.errors {
	font-size:80%;
	font-family: arial, sans-serif;
	padding: 0em 1em;
	margin: 0em;
}

div#main2 div.errors ul {
	padding: 0em;
	margin: 0em;
	list-style-type: none;
}

div#main2 div.errors ul li.error {
	color: red;
	padding: 0em;
	margin: 0em;
}

div#main2 div.errors ul li.warning {
	color: OrangeRed;
	padding: 0em;
	margin: 0em;
}

div#main2 ol, div#main2 ul {
	padding: 1em
}

div#main2 div.shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 60em;
}

div#main2 div.shadow-container div.shadow2,
div#main2 div.shadow-container div.shadow3,
div#main2 div.shadow-container div.container {
	position: relative;
	left: -1px;
	top: -1px;
}
div#main2 div.shadow-container div.shadow1 {
	background: #F1F0F1;
}
div#main2 div.shadow-container div.shadow2 {
	background: #DBDADB;
}
div#main2 div.shadow-container div.shadow3 {
	background: #B8B6B8;
}
div#main2 div.shadow-container div.container {
}

div#main2 div.user {
	border: 1px solid #3D4887;
	margin: 0em;
	padding: 1em; 
	background-color: white;
}

div#main2 table.admin {
	border-collapse: collapse;
	empty-cells: show;
	margin: 0em 3em;
	padding: 1em;
}
div#main2 table.admin a {
	background: none;
}
div#main2 table.admin tbody tr {
	border-left: 1px solid #606FB7;
	border-right: 1px solid #606FB7;
}
div#main2 table.admin tbody tr th {
	border-top: 1px solid #606FB7;
	border-bottom: 1px solid #606FB7;
	background: #E7EBFF;
}
div#main2 table.admin tbody tr th,
div#main2 table.admin tbody tr td {
	padding: 1px .25em;
	border-top: 1px solid #606FB7;
	border-bottom: 1px solid #606FB7;
}
div#main2 table.admin tbody tr.noborder th, 
div#main2 table.admin tbody tr.noborder td {
	border-top: none;
	border-bottom: none;
}

div#main2 table.admin tbody .selected {
	background: #e7fff6;
	font-style: italic;
}
div#main2 table.admin tfoot {
	padding: 0em .5em;
}
div#main2 table.admin tbody tr {
	background: white;
}
div#main2 table.admin tbody tr.h {
	background: #eaf6ff;
}
div#main2 table.admin span.remark {
	font-style: italic;
}

div#main2 table.fs {
	background: none;
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	border: none;
}

div#main2 table table.fs tr {
	background: none;
	width: 100%;
	border: none;
}

div#main2 table table.fs tr td {
	background: none;
	width: 50%;
	border: none;
}
div#main2 table td.select {
	text-align: left;
	font-size: 80%;
}

div#main2 table td.select button {
	font-size: 80%;
}

div#main2 table table.fs td.browser {
	text-align: right;
	font-size: 80%;
}
div#main2 table table.fs td.browser a {
	padding: 0em 0.2em;
	text-decoration: none;
}
div#main2 table a.sort {
	padding: 0em 0.2em;
	text-decoration: none;
}
div#main2 table a.sort img {
	border: none;
}
div#main2 table img.filter {
	border: none;
	font-size: 80%;
	text-align: left;
	font-weight: normal;
	color: red;
}
div#main2 table div.filter {
}
div#main2 table div.filter table {
	border: none;
	background: none;
}
div#main2 table div.filter table tr {
	border: none;
	background: none;
}
div#main2 table div.filter table tr td {
	border: none;
	background: none;
}
	
div#main2 div.panels {
	border-bottom: solid 2px #3D4887;
}

div#main2 div.panels div.header {
	/*background-image: url(../img/panels1.png);
	background-repeat: repeat-x;
	background-position: center;*/
	border-bottom: solid 2px #3D4887;
	padding: 0em 1em;
}

div#main2 div.panels div.header ul {
	padding: 0em;
	margin: 0em;
}

div#main2 div.panels div.header ul li {
	display: inline;
	background: white;
	margin: 1em;
	border: solid 2px #3D4887;
}

div#main2 div.panels div.header ul li.selected {
	background:#7388ff;
}

div#main2 div.panels div.header ul li a {
	color: black;
	padding: .1em 1em;
}

div#main2 div.panels div.body {
	border-left: solid 2px #3D4887;
	border-right: solid 2px #3D4887;
	padding: 0.5em 1em;
}

div#main2 div.panels div.body div.panel {
	display: none;
}
div#main2 div.infoproduct {
	width: 40em;
	padding: .25em;
	margin: 3px;
	border: 1px solid #606FB7; 
	background-color: white;
	background-image: url(../img/tbl_bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
div#main2 div.infoproduct span.version {
	font-size:70%;
	padding-left: 1em;
	font-weight: normal;
}

div#main2 div.infoproduct table {
	border-collapse: collapse;
	empty-cells: show;
	margin: 1px;
	padding: 0em;
	width: 100%;
}
div#main2 div.infoproduct table thead td {
	font-size: 120%;
	font-weight: bold;
	padding: 3px;
}
div#main2 div.infoproduct table tfoot td {
	font-size: 80%;
	font-weight: bold;
	text-align:right;
	padding: 3px;
}
div#main2 div.infoproduct table tbody td {
	text-align:left;
	padding: .10em .5em;
}
div#main2 div.infoproduct table tbody td img.logo {
	float:left;
	padding: .1em 1em;
}

div#main2 div.admin {
	border: 5px solid #87483D;
	margin: 1em;
	padding: 1em; 
	width: 60em;
	background-color: white;
}
div#main2 div.admin table tbody tr th {
	/*text-align: left;*/
	padding-right: .5em;
	vertical-align: top;
}
div#main2 div.admin table tbody tr td {
	text-align: left;
	vertical-align: top;
}

div#main2 table.subtable {
	border: none;
	background: none;
	width: 30em;
}
div#main2 table.subtable tbody tr {
	border: 1px solid white;
}
div#main2 table.subtable tbody tr th {
	border: none;
	background: none;
	text-align: right;
	vertical-align: top;
	width: 5em;
	font-weight: normal;
	background: #f9eaff;
}
div#main2 table.subtable tbody tr td {
	border: none;
	background: none;
	text-align: left;
	vertical-align: top;
	background: #f9eaff;
}
div#main2 div.user div.product {
	margin: 1em 3em;
	text-align:center;
	font-size: 120%;
	font-weight: bold;
}
div#main2 div.user table.productlist {
	border-collapse: collapse;
	width: 90%;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 1em;
	margin-right: 1em;
}
div#main2 div.user table.productlist tbody tr th {
	width: 5%;
}
div#main2 div.user table.productlist tbody tr td {
	text-align: left;
}
div#main2 div.user table.productlist tbody tr td.c1 {
	width: 25%;
}
div#main2 div.user table.productlist tbody tr td.c2 {
	width: 70%;
}
div#main2 div.user table.productlist tbody tr.topborder th,
div#main2 div.user table.productlist tbody tr.topborder td {
	border-top: 1px solid #7388ff; 
}
div#main2 div.user table.productlist tbody tr.bottomborder th,
div#main2 div.user table.productlist tbody tr.bottomborder td {
	border-bottom: 1px solid #7388ff; 
}

div#main2 div.user div.terms {
	margin: .5em 3em;
}
div#main2 div.user div.terms div.title {
	font-weight: bold;
}
div#main2 div.user div.terms div.field {
	font-weight: bold;
	text-align: center;
}


div#main2 div.basket {
	margin: 1em;
	padding: 1em;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	background: white;
	font-size: 90%;
}

div#main2 div.basket table.reference {
	border-collapse: collapse;
	width: 90%;
}

div#main2 div.basket table.reference tbody tr td {
	border: 2px solid #3D4887; 
	width: 20em;
}

div#main2 div.basket table.content {
	border-collapse: collapse;
	width: 90%;
}
div#main2 div.basket table.content thead tr th {
	border-bottom: 2px solid #3D4887; 
}
div#main2 div.basket table.content tbody tr th.c0 {
	text-align: left;
	width: 1em;
	padding: 0em .5em;
	font-size: 80%;
}
div#main2 div.basket table.content tbody tr td.c0 {
	text-align: left;
	width: 1em;
	padding: 0em .5em;
	font-size: 80%;
}
div#main2 div.basket table.content tbody tr td.c1 {
	text-align: left;
	width: 10em;
	padding: 0em .5em;
}
div#main2 div.basket table.content tbody tr td.c2 {
	text-align: left;
	width: 15em;
	padding: 0em .5em;
}
div#main2 div.basket table.content tbody tr td.c3 {
	text-align: right;
	width: 7em;
	padding: 0em .5em;
}
div#main2 div.basket table.content tbody tr td.c4 {
	text-align: center;
	width: 5em;
	padding: 0em .5em;
}
div#main2 div.basket table.content tbody tr td.c5 {
	text-align: right;
	width: 7em;
	padding: 0em .5em;
}
div#main2 div.basket table.content tfoot tr.r1 th,div#main2 div.basket table.content tfoot tr.r1 td {
	border-top: 2px solid #3D4887;  
}
div#main2 div.basket table.content tfoot tr.r1 td.c4 {
	text-align: left;
	padding: 0em .5em;
}
div#main2 div.basket table.content tfoot tr.r1 td.c5 {
	text-align: right;
	padding: 0em .5em;
}
div#main2 div.basket table.content tfoot tr.r2 td.c4 {
	text-align: left;
	padding: 0em .5em;
}
div#main2 div.basket table.content tfoot tr.r2 td.c5 {
	text-align: right;
	padding: 0em .5em;
}
div#main2 div.basket table.content tfoot tr.r3 td.c4 {
	border-bottom: 2px solid #3D4887;  
	font-weight: bold;
	text-align: left;
	padding: 0em .5em;
}
div#main2 div.basket table.content tfoot tr.r3 td.c5 {
	border-bottom: 2px solid #3D4887;  
	font-weight: bold;
	text-align: right;
	padding: 0em .5em;
}
div#main2 div.basket table.content tfoot tr.info td {
	border-bottom: none;
	font-size: 80%;
	text-align: left;
	padding: 1em .5em 0em;
}


div#main2 div.invoice {
	margin: 1em;
	padding: 1em;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	background: white;
	font-size: small;
}

div#main2 div.invoice table.reference {
	border-collapse: collapse;
	width: 90%;
}

div#main2 div.invoice table.reference tbody tr td {
	border: 2px solid #3D4887; 
	width: 20em;
}

div#main2 div.invoice table.content {
	border-collapse: collapse;
	width: 90%;
}
div#main2 div.invoice table.content thead tr th {
	border-bottom: 2px solid #3D4887; 
}
div#main2 div.invoice table.content tbody tr th.c0,
div#main2 div.invoice table.content tbody tr td.c0 {
	text-align: left;
	width: 1em;
	padding: 0em .5em;
	font-size: 80%;
}
div#main2 div.invoice table.content tbody tr td.c1 {
	text-align: left;
	width: 10em;
	padding: 0em .5em;
}
div#main2 div.invoice table.content tbody tr td.c2 {
	text-align: left;
	width: 15em;
	padding: 0em .5em;
}
div#main2 div.invoice table.content tbody tr td.c3 {
	text-align: right;
	width: 7em;
	padding: 0em .5em;
}
div#main2 div.invoice table.content tbody tr td.c4 {
	text-align: center;
	width: 5em;
	padding: 0em .5em;
}
div#main2 div.invoice table.content tbody tr td.c5 {
	text-align: right;
	width: 7em;
	padding: 0em .5em;
}
div#main2 div.invoice table.content tfoot tr.r1 th,div#main2 div.invoice table.content tfoot tr.r1 td {
	border-top: 2px solid #3D4887;  
}
div#main2 div.invoice table.content tfoot tr.r1 td.c4 {
	text-align: left;
	padding: 0em .5em;
}
div#main2 div.invoice table.content tfoot tr.r1 td.c5 {
	text-align: right;
	padding: 0em .5em;
}
div#main2 div.invoice table.content tfoot tr.r2 td.c4 {
	text-align: left;
	padding: 0em .5em;
}
div#main2 div.invoice table.content tfoot tr.r2 td.c5 {
	text-align: right;
	padding: 0em .5em;
}
div#main2 div.invoice table.content tfoot tr.r3 td.c4 {
	border-bottom: 2px solid #3D4887;  
	font-weight: bold;
	text-align: left;
	padding: 0em .5em;
}
div#main2 div.invoice table.content tfoot tr.r3 td.c5 {
	border-bottom: 2px solid #3D4887;  
	font-weight: bold;
	text-align: right;
	padding: 0em .5em;
}
div#main2 div.invoice table.content table.vat_details {
	margin: 1em;
	border-collapse: collapse;
	border: 1px solid #3D4887;
	font-size: small;
}
div#main2 div.invoice table.content table.vat_details thead tr th,
div#main2 div.invoice table.content table.vat_details tbody tr td {
	text-align: center;
	font-weight: normal;
	border: none;
	border-left: 1px solid #3D4887;
	border-right: 1px solid #3D4887;
}
div#main2 div.invoice table.content table.vat_details tbody tr td.c0 {
	width: 5em;
	text-align: center;
	border-top: 1px solid gray;
}

div#main2 div.invoice table.content table.vat_details tbody tr td.c1,
div#main2 div.invoice table.content table.vat_details tbody tr td.c2 {
	width: 5em;
	text-align: right;
	border-top: 1px solid gray;
}
div#main2 div.invoice table.content table.vat_details tbody tr td.c3 {
	width: 30em;
	text-align: left;
	border-top: 1px solid gray;
}

div#main2 div.invoice table.header {
	margin-bottom: 1em;
	border-collapse: collapse;
	width: 90%;
}
div#main2 div.invoice table.header tbody tr td {
	text-align: left;
	width: 50%;
}
div#main2 div.invoice table.signature {
	margin-top: 1em;
	margin-bottom: 1em;
	border-collapse: collapse;
	width: 90%;
}
div#main2 div.invoice table.signature tbody tr td {
	text-align: left;
	width: 50%;
}
div#main2 div.invoice table.signature tbody tr td.signature {
	text-align: center;
}
div#main2 div.invoice table.footer {
	margin-top: 1em;
	border-collapse: collapse;
	width: 90%;
	border: 2px solid black;
}
div#main2 div.invoice table.footer tbody tr td {
	text-align: center;
	width: 33%;
}
div#main2 table.invoice_receipts {
	border-collapse: collapse;
}
div#main2 table.invoice_receipts thead tr th {
	border-bottom: 1px solid black;
	text-align: center;
}
div#main2 table.invoice_receipts td {
	padding: 0em .5em;
}
div#main2 table.invoice_receipts td.c0 {
	text-align: center;
}
div#main2 table.invoice_receipts td.c1 {
	text-align: left;
}
div#main2 table.invoice_receipts td.c2 {
	text-align: right;
}
div#main2 table.invoice_licenses {
	border-collapse: collapse;
}
div#main2 table.invoice_licenses thead tr th {
	border-bottom: 1px solid black;
	text-align: center;
}
div#main2 table.invoice_licenses td {
	padding: 0em .5em;
}
div#main2 table.invoice_licenses td.c0 {
	text-align: left;
}
div#main2 table.invoice_licenses td.c1 {
	text-align: center;
}
div#main2 table.invoice_licenses td.c2 {
	text-align: center;
}
div#main2 div.user table.hosts {
	margin: .5em 1em;
	border: 1px solid #606FB7;
}
div#main2 div.user table.hosts tr th {
	padding: 0em .5em;
	width: 2em;
}
div#main2 div.user table.hosts tr td {
	padding: 0em .5em;
	width: 40em;
}
div#main2 div.user table.hosts span.host_label {
}
div#main2 div.user table.hosts span.host_description {
	font-size: 80%;
	color: #3D4887;
}
div#main2 div.buttons {
	margin: 1em 0em;
	padding: .5em 5em;
	text-align: center;
	background-color: #E7EBFF;
}

div#main2 div.user div.buttons {
	border-top: 3px solid #606FB7;
	border-bottom: 3px solid #606FB7;
}

div#main2 div.user span.comment {
	color: #3D4887;
	font-weight: normal;
	font-size: small;
	font-style: italic;
}

div#main2 table.admin .positive {
	color: blue;
}
div#main2 table.admin .negative {
	color: red;
}
div#main2 table.admin .zero {
	color: green;
}


div#main2 span.caption {
	font: normal bold 80% sans-serif;
	color: #3D4887; 
}
div#main2 span.emph { font-weight: bold; font-style:italic; }
div#main2 span.pn { font-weight: bold; }



div#main2 table.summary {
	border: 1px solid #606FB7;
	margin: 1em 1em 1em;
	padding: .5em;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: white;
}
div#main2 table.summary table.summary {
	margin: 0em;
}
div#main2 div.admin table.summary {
	border: none;
	padding: 0em;
}
div#main2 table.summary tbody tr th {
	text-align: right;
	background: #E7EBFF;
}
div#main2 table.summary thead tr th {
	text-align: center;
	background: #E7EBFF;
}
div#main2 table.summary tbody tr th.text {
	font-weight: normal;
}
div#main2 table.summary tbody tr td {
	text-align: left;
}
div#main2 table.summary thead tr th, div#main2 table.summary thead tr td,
div#main2 table.summary tbody tr th, div#main2 table.summary tbody tr td {
	vertical-align: top;
	padding: .1em .5em;
	border-bottom: 1px solid #E7EBFF;
}
div#main2 table.summary tbody tr td.comment {
	font-size: small;
	color: #3D4887;
}
div#main2 table.summary tbody tr td.spacer {
	height: .5em;
	border-top: 1px solid #606FB7;
	border-bottom: 1px solid #606FB7;
	border-left: none;
	border-right: none;
	background: #606FB7;
}


div#main2 span.optional {
	margin-left: .5em;
	font-weight: normal;
	font-size: 70%;
	color: #606FB7; 
}
div#main2 div.code {
	text-align: center;
}
div#main2 div.code img {
	border: 1px solid black;
}

div#main2 img.fleft {
	float: left;
}
div#main2 img.fright {
	float: right;
}
div#main2 div.helperlogin {
	display: none;
	position: absolute;
	border: 1px solid black;
	background: white;
	z-index: 1;
	text-align: left;
	font-weight: normal;
}
div#main2 div.helperlogin a {
	padding: 0em .5em;
	color: black;
}
div#main2 div.helperlogin a:hover {
	color:red;
}
div#main2 div.helperlogin a:active {
	color:black;
}
div#main2 div.order_steps {
	color: black;
	font-size: small;
	border-bottom: 1px solid #3D4887;
	padding-bottom: 10px;
}
div#main2 div.order_steps span {
	color: #3D4887;
}
div#main2 div.order_steps span.selected {
	font-weight: bold;
}
div#main2 div.order_reference {
	font-size: small;
	color: #3D4887;
	font-weight: normal;
	margin-bottom: 1em;
}
div#main2 div.order_reference span.title {
	padding-right: .3em;
}
div#main2 div.order_reference span.reference {
	font-style: italic;
}

div#main2 div.productsheet {
	width: 686px;
	margin: 0 auto;
	position: relative;
}

div#main2 div.productsheet div.header {
}
div#main2 div.productsheet div.description {
}
div#main2 div.productsheet div.twocolumns,
div#main2 div.productsheet div.threecolumns
{
	height:auto;
	overflow:hidden;
	margin:0;
	position:relative;
	width:686px; 
	margin:0px;
	color: black;
}
div#main2 div.productsheet div.twocolumns div.leftcolumn,
div#main2 div.productsheet div.twocolumns div.rightcolumn
{
	float:left; 
	width:310px; 
	padding: 0px;
	margin: 10px;
	border: 1px solid #606FB7; 
	background-color: white;
}

div#main2 div.productsheet div.twocolumns div.header
{
	font-weight: bold;
	color: black;
	font-size: 17px;
	margin: 0;
	padding: 0 0px 0 10px;
}
div#main2 div.productsheet div.twocolumns div.content {
	padding: 0px 10px;
}
div#main2 div.productsheet div.twocolumns div.content p {
	padding: 0;
	margin: 0;
}
div#main2 div.productsheet div.twocolumns div.content ul {
	padding-top: 0;
	margin-top: 0;
}

div#main2 div.productsheet div.threecolumns div.leftcolumn,
div#main2 div.productsheet div.threecolumns div.centercolumn,
div#main2 div.productsheet div.threecolumns div.rightcolumn
{
	float:left; 
	width:220px; 
	padding: 0;
	margin: 0px;
	border: 1px solid red;
	background-color: white;
	background-image: url(../img/msg_bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
div#main2 div.productsheet div.threecolumns div.header 
{
	font-weight: bold;
	color: black;
	height: 40px;
	font-size: 17px;
	margin: 5px 0 5px 0;
	padding: 0 10px 0 10px;
	text-align: center;
}
div#main2 div.productsheet div.threecolumns div.content {
	padding: 0px 10px;
}

div#main2 div.productsheet div.threecolumns div.download
{
	margin-left: 0px;
}

div#main2 div.productsheet div.threecolumns div.download div.text 
{
	margin: 5px 0px;
	padding: 20px 0px; 
	height: 36px; 
	width: 200px;
	color: black;
}
div#main2 div.productsheet div.threecolumns div.download a:hover div.text 
{
	color: red;
}
div#main2 div.productsheet div.threecolumns div.download div.text span
{
	display: block;
	font-size: 80%;
}
div#main2 div.productsheet div.threecolumns div.download div.image
{
	float: left;
	width: 70px;
}
div#main2 div.productsheet div.threecolumns div.also 
{
	margin-bottom: 10px;
}

div#main2 div.productsheet div.oslist
{
	width: 50%;
	margin: 0 auto;
	position: relative;
	padding: 10px;
	border: 1px solid red;
	background-color: white;
	background-image: url(../img/msg_bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
div#main2 div.productsheet div.oslist table
{
	border-collapse: collapse;
	empty-cells: show;
	padding: 5px;
	width: 100%;
	margin-bottom: 10px;
}
div#main2 div.productsheet div.oslist table tbody tr td
{
	padding: 5px 0px;
	border-bottom: 1px dotted red;
}
div#main2 div.productsheet div.oslist table tbody tr td.c0
{
	text-align: center;
}
div#main2 div.productsheet div.testimonial 
{
	margin-top: .5em;
}
div#main2 div.productsheet div.testimonial span.t
{
	font-style: italic;
}

div#main2 a.btn_download
{
	display: block;
	background-image: url(../img/download.png);
	background-repeat: none;
	height: 80px;
	width: 400px;
}
div#main2 a.btn_download:hover
{
	display: block;
	background-image: url(../img/download-over.png);
	background-repeat: none;
	height: 80px;
	width: 400px;
}
