﻿/* Main Starline Software CSS */

.TitleHeaderStyle
{
	color:#982020;
	font-family:Verdana;
	font-weight:bold;
	font-size:16;
}

/* == Footer Style == */
.SSFooterStyle
{
	font-family:Verdana;
	font-size:xx-small;
	color:Gray;
	background-color:#FFFFFF;
	text-align:center;	
}

.DownloadProductContainerStyle
{
}

.DownloadProductTitleStyle
{
	height:20px;
	line-height:20px;
	vertical-align:middle;
	font-size:xx-small;
	font-weight:bold;
	background-color:#dddddd;
}

.DownloadProductButtonAreaStyle
{
	height:30px;
}

.DownloadImageAreaStyle
{
	height:100px;
	padding-top:10px;
}

.DownloadProductStyle
{
	float:left;
	width: 125px;
	height: 150px;
	border: solid 1px #888888;
	border-top-color:#dddddd;
	border-left-color:#dddddd;
	margin: 0px 20px 0px 0px;
	text-align:center;
	overflow:hidden;
}

.BulletStyle
{
	width:16px;
	height:16px;
	background-image: url("../images/bullet1.gif");
	background-repeat:no-repeat;
}