a.dl, a.tag, a.opencd, .opencdtag, .dltag, .exptag, .osstag, .x64tag {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	border: 1px solid black;
	font-size: 67%;
	padding: 2px 2px 2px 2px;
	margin-left: 5px;
}

.osstag {
	border: 1px inset;
	background-color: #FFDEAD;
}

.exptag {
	color: #ffffff;
	background-color: #ff0000;
	text-transform: uppercase;
}

.x64tag {
	color: #ffffff;
	background-color: Purple;
}


.product {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
	vertical-align: middle;
	}

.linkseparator
{
	visibility: hidden;
	width: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	border-left: 0;
	border-right: 0;
}

a.dl:link, .dltag {
	text-decoration: none;
	color: white;
	background: #0066FF;
}

a.dl:visited {
	color: white;
	background-color: #CC0066;
}

a.dl:hover {
	text-decoration: underline;
	color: #0066FF;
	background: white;
}

a.dl:active {
	color: white;
	background: #0066FF;
	text-decoration: none;
	border: 1px dashed green;
}

a.opencd:link, .opencdtag {
	text-decoration: none;
	color: black;
	background-color: white;
}

a.opencd:visited {
	text-decoration: none;
	color: black;
	background-color: white;
}

a.opencd:hover {
	text-decoration: none;
	color: red;
	background-color: Aqua;
}

a.tag:link, a.tag:hover, a.tag:visited, a.tag:active {
	margin: 1px 1px 1px 0px;
}


a.tag:link {
	color: #006665;
	background-color: #FFDEAD;
	border: 2px solid #FFDEAD;
	text-decoration: underline;
}

a.tag:visited {
	color: #003466;
	background-color: #FFDEAD;
	border: 2px solid #FFDEAD;
}

a.tag:hover {
	text-decoration: none;
	border: 2px outset;
	color: #006665;
	background-color: #FFDEAD;	
}

a.tag:active {
	text-decoration: none;
	color: #336699;
	background-color: #FFDEAC;
	border: 2px inset;
}

ul {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;	
	font-size: 66%;
}



ul.newitems {
	font-size: 66%;
}

ul.newitems li {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 130%;
}


table#content {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	width: 90%;
	font-size: 80%;
}

table#content td {
	width: 20%;
	vertical-align: top;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

table#content th {
	/*border: 1px hidden transparent;*/
	padding-left: 4px;
	text-align: left;
	font-size: 80%;
}

ul.newitems, table#content ul {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px 0px 5px 0px;
	margin-left: 15px;
}

img {
	border: 0;
}

dl {
	margin-left: 1em;
	font-size: 80%;
}

dt {
	margin-top: 0.8em;
}

dt img {
	vertical-align: middle;
	margin-right: 5px;
}

.note {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 80%;
	color: #336666;
	background: transparent;
	clear: left;
}

.seealso {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}

dt a {
	font-weight: bold;
}

dd th {
	text-align: left;
}

dd td {
	text-align: right;
}

dd p, dd ul {
	margin-top: 0;
	margin-bottom: 2px;
}

a:link {
	color: blue;
	background-color: transparent; 
}

a:visited {
	color: Fuchsia;
	background-color: transparent;
}

a:hover {
	color: #CC3366; 
	background-color: transparent;
}

a:active {
	text-decoration: none;
	color: black;
	background-color: #E6E6E6;
}