/* GLOBAL */
*
{
	margin: 0;
	padding: 0;
}
html
{
	margin: 0;
	padding: 0;
}
body
{
	background: #ECF5FA url('/images/bg_body.png') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
img
{
	border: 0px;
}
a
{
	text-decoration: none;
	color: #09F;
}
a:hover
{
	text-decoration: underline;
}

/* LAYOUT */
#wrapper
{
	width: 750px;
	margin: auto;
}
#content
{
	display: block;
	background: #fff;
	border: 4px solid #999;
	border-width: 0 4px 0 4px;
	min-height: 200px;
	padding: 20px 40px;
}
.topborder
{
	background: url(/images/border.gif);
	display: block;
	width: 750px;
	height: 20px;
	margin-top: 30px;
}
.bottomborder
{
	background: url(/images/border.gif) 0 20px;
	display: block;
	width: 750px;
	height: 20px;
}
.center
{
	display: block;
	margin: auto;
	text-align: center;
}
h1, h2, h1 a
{
	margin: 15px 0;
	color: #13638a;
}
h3, h4
{
	margin: 10px 0 4px 0;
	color: #13638a;
}
.greybox
{
	border: 3px solid #ccc;
	padding: 15px;
	margin-bottom: 20px;
}
.greybox input.text
{
	margin: 20px 0 5px 0;
	font-size: 18px;
	text-align: center;
	padding: 4px;
	border: 2px solid #99880F;
}
.greybox input.btn
{
	display: block;
	margin: 10px auto 0 auto;
}
.secondary
{
	font-size: 12px;
	font-weight: normal;
}
table
{
	border-collapse: collapse;	
}
table td
{
	vertical-align: text-top;
	padding-top:3px;	
}
.secondary table
{
	margin: 20px 0 0 0;
}
.secondary2 table
{
	margin: 0px 0 0 0;
}
ul
{
	margin: 10px 20px;
	padding: 0px;
}
.processing
{
	display: block;
	margin: 50px auto;
}
#footer
{
	text-align: center;
	padding: 10px;
	font-size: 10px;
	color: #13638a;
}
#footer a
{
	color: #000;
	margin: 0 8px;
}
.state a:hover
{
	text-decoration: none;
}
.nolink
{
	text-decoration: none;
	color: #000;	
}
.red
{
	color: #C03;
}
table h3
{
	margin: 4px 0;
}
table input
{
	margin: 8px 0;
}
.buy
{
	text-align: right;
}
.buybox
{
	border: 3px solid #ccc;
	padding: 15px;
	margin-bottom: 10px;
}
#special.buybox
{
	border: 1px solid #ccc;
}
.checkout
{
	text-align: right;
	margin-bottom: 20px;
}
.guarantee
{
	font-size: 12px;
	margin: 40px auto 20px auto;
	vertical-align: text-top;
}
.guarantee img
{
	float: left;
	margin-right: 20px;
}
.clr
{
	clear: both;
}
#article
{
	margin-top: 30px;
}
#article p
{
	margin: 8px 0;
	font-size: 12px;
}
.onetime
{
	padding: 3px;
	display: inline;
	background-color: #fef8e9;
	border: 1px solid #f5e1ac;
	font-size: 12px;
}
iframe
{
	width: 670px;
	display: block;
	height: 710px;
	margin: 0px;
}
#results
{
	margin-bottom: 20px;
}
#results td
{
	padding: 10px 0;
	border: 1px solid #ccc;
}
#results .available
{
	background-color: #fef8e9;
}
.checkbox
{
	margin: 20px auto 0 auto;
}
.checkbox td
{
	background: url(/images/check.gif) no-repeat;
	padding-left: 25px;
	text-align: left;
	padding-bottom: 10px;
}
.btn_tracer
{
	display: block;
	margin: 20px auto;
}
.state
{
	padding-right: 50px;
	padding-left: 15px;
	width: 150px;
}

/* Lightbox */
.white_content
{
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 355px;
	padding: 16px;
	border: 1px solid #000000;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}

.white_content A
{
	display: block;
	clear: both;
	text-align: center;
}

.black_overlay
{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
