﻿/* General Styles 

BODY {
	background: white;
	font: 10px Arial, verdana, Helvetica, sans-serif;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

P {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
    margin-top:0px; 
    margin-bottom:0px;
}

/* Link styles */

A, A:visited
{
  color: #003399;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}

A:active, A:hover
{
  color: #FD0011;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}

/* span is used inside the license tag on each link 

span {
  color: red;
}

/* Style for the image tag */
.image {
	float: left;
	width: 100px;
	position: relative;
}

/* Style for the main tag - the surronding tag */

.main {
	width: 450px;
	margin-bottom: 10px;
}

/* Style for the productgroup tag, where name of the product group is placed */

.productgroup {
	background: black;
	color: white;
	text-align: center;
	margin-bottom: 6px;
	font: bold 8pt arial, sans-serif;
}

/* Style for the div to the right of the image tag */

.right {
	position: relative;
	left: 0px;
	min-height: 140px;
}

/* Style for the tag where the short product information is placed */

.info {
	margin-bottom: 6px;
}

/* Style where the link to the detailed product description is placed */

.additional {
	margin-bottom: 6px;
}

/* Style for tag where all available licenses (ie 1, 2 and 3 year license) will be placed */

.license {
	margin-bottom: 6px;
}