@charset "UTF-8";
/* CSS Document */

body {
	background-color: #E9E9E9;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}

/* Layout */

.center {
	text-align: center;
}

table.layout
{
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;
}

td
{
	vertical-align:top;
	text-align:left;
}

tr.separator, hr
{
	border-width:0;
	border-bottom:1px solid black;
	width:100%;
}

td.pdgmain
{
	text-align:left;
}

	table.layout td.content
	{
		text-align:center;
	}
	
	table.layout td.content table
	{
		width: 100%;
	}
	
	table.layout td.content div#innerWrapper
	{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		width: 656px;
	}

table.layout td.layout
{
	padding: 0;
}

	table.layout td.topNav
	{
		padding: 0 0 30px 0;
	}
	
	table.layout td.topLogo
	{
		padding-left: 10px;
	}
	
	table.layout td.leftNav, table.layout td.rightNav
	{
		width:20%;
		text-align:center;
	}
	
	table.layout td.content
	{
		width:60%;
	}

table.layout td.topNav table.topTable
{
	width:100%;
}

table.layout td.topNav table.topTable td.topLinks
{
	text-align: center;
	padding:.25em;
}

table.layout td.bottomNav
{
	font-size: 80%;
	text-align:center;
}

table.layout td.content td
{
	padding:.4em;
	line-height: 200%;
	text-decoration: none;
	text-align: left;
}

table.layout td.content table.medium 
{
	margin: 1.5em 0;
	width: auto;
}

table.layout td.content table.medium tr td
{
	line-height: 1em;
	padding: 0.1em;
}

table.layout td.content tr.tight td
{
	line-height: 100%;
	padding: 0;
}

/* Shades */

.darker
{
	background-color:#999999;
}

/* forms */

table.layout td.content input[type="text"], table.layout td.content input[type="password"], table.layout td.content select
{
	padding: .1em 0 .1em 0;
	width: 300px;
}

table.layout td.content table.pdgmain td.pdgmain input[type="text"]
{
	width:50px;
}

/* element */

table.layout td.content th
{
	font-weight:bold;
	text-align:right;
	width:40%;
}

h1
{
	font-size:125%;
	font-weight:bold;
	background-color:#999999;
	padding:.3em;
	line-height:125%;
}

h2
{
	font-size:150%;
	font-weight:bold;
	line-height:150%;
	text-align: left;
	margin-bottom: 2em;
}

h3
{
	font-size:125%;
	font-weight:bold;
	line-height:125%;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

td.options
{
	text-align:center;
}

/* from BBOB site */
.navbar {
	color: #CC2229;
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 8px;
	padding: 4px;
	text-align: right;
	text-transform: uppercase;
}
.navbar a {
	padding: 4px;
	text-decoration: none;
}
.navbar a:link, .navbar a:visited {
	color: #999999;
}
.navbar a:hover, .navbar a:active {
	color: #CC2229;
}

.description {
	color: #666666;
}

td.content th {
	font-weight: bold;
}

td.content p {
	line-height: 200%;
	margin-bottom: 1em;
	text-decoration: none;
	text-align: left;
}

.bullet {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left: 8px;
	border-top: 0px none;
	border-right-style: none;
	border-bottom-style: none;
	border-left: 14px solid #CC2229;
}

.bullet_h3 {
	color: #666666;
	padding-left: 8px;
	border-top: 0px none;
	border-right-style: none;
	border-bottom-style: none;
	border-left: 14px solid #CC2229;

}
.description p {
	text-align: justify;
}

table.layout td.content td.qty input[type="text"] {
	text-align: center;
	width: 3em;
}

table.layout td.content td input[name="cvv2"], table.layout td.content td.expirationDate select {
	width: 6em;
}

.small {
	font-size: 80%;
}

.footer {
	line-height: 100%;
	text-align: center;
}

.footer div.navbar {
	text-align: center;
}

hr {
	height: 2px;
	margin: 0;
	padding: 0;
}

.largeSpace {
	margin-bottom: 3em;
}

.pdgmainhdr {
	font-weight: bold;
}

#innerWrapper ol {
	margin: 0;
	padding: 0;
}

#innerWrapper ol li {
	line-height: 150%;
	list-style: decimal;
	margin: 0 0 0 3em;
	padding: 0 0 1em 0;
	text-align: left;
}
