﻿

.ComponentContainer
{
	position: relative;
	width: 100%;
	border: solid 1px Gray;
	margin: 15px 0px 15px 0px;
	background: url(images/background.gif) repeat-y left;
	z-index: 1;
	font-family: Verdana, Times New Roman, Garamond;
	clear: both;
}

.LeftProduct
{
	position: relative;
	float: left;
	left: 1px;
	top: 0px;
	width: 90px;
	height: auto;
	min-height: 100px;
	text-align: center;
	vertical-align: middle;
	background: url(images/background.gif) repeat-y left;
	z-index: 1;
}

.RightProduct
{
	position: relative;
	float: right;
	top: 0px;
	width: 115px;
	height: auto;
	min-height: 100px;
	text-align: center;
	vertical-align: middle;
	background: url(images/background.gif) repeat-y left;
	z-index: 1;
}

.RightFloater
{
	position: relative;
	float: right;
	top: 0px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}

.CenterProduct
{
	position: relative;
	top : 0px;
	min-height: 200px;
	height: auto;
	margin : 0px 125px 0 125px;
	padding: 0px 0px 0px 0px;
	background: url(images/background.gif) repeat-y left;
	text-align: left;
	z-index: 1;
}

.clearing {
	height: 0;
	clear: both;
	position: relative;
}

#content {

}

.LeftInfo
{
	position: relative;
	float: left;
	width: 90px;
	text-align: center;
	height: auto;
	min-height: 100px;
	margin: 10px 0px 10px 0px;
	vertical-align: middle;
	background: url(images/background.gif) repeat-y left;
	z-index: 1;
}

.RightInfo
{
	position: relative;
	margin-left: 100px;
	margin-right: 25px;
	height: auto;
	min-height: 100px;
	text-align: left;
	background: url(images/background.gif) repeat-y left;
	z-index: 1;
}

.RightInfo:after
{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.RightInfo div
{
	margin: 10px 2px 10px 2px;
	z-index: 1;
}


.CategoryHeader
{
	position: relative;
	font-size: larger;
	font-style: normal;
	font-weight: bold;
	color: #FF8C00;
	z-index: 1;
}

.DownloadButton
{
	position: relative;
	background-color: #00539B;
	border: solid 6px #888888;
	text-align: center;
	border-bottom: solid 6px #000000;
	border-right: solid 6px #444444;
	color: #FF8C00;
	font-weight: bold;
	width: 120px;
	height: 120px;
	z-index: 1;
}

.ScanButton
{
	position: relative;
	background-color: #00539B;
	border: solid 6px #888888;
	text-align: center;
	border-bottom: solid 6px #000000;
	border-right: solid 6px #444444;
	color: #FF8C00;
	font-weight: bold;
	width: 120px;
	height: 120px;
	z-index: 1;
}