/* GLOBAL */
* {margin:0; padding:0;}
html {margin:0; padding:0;}
body { background: #dedede url('rpd-images/bg_body.gif') repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:14px;}
img {border:0px;}
a {text-decoration:none; color:#09F;}
a:hover {text-decoration:underline;}

/* LAYOUT */
#wrapper {
	width:750px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#content {
	display:block;
	background: #fff;
	min-height:200px;
	padding: 20px 40px;
	border: 3px solid #639;
}
.topborder {background: url(rpd-images/border.gif); display:block; width:750px; height:20px; margin-top:30px;}
.bottomborder {background: url(rpd-images/border.gif) 0 20px; display:block; width:750px; height:20px;}
.center {display:block; margin:auto; text-align:center;}
h1 {
	font-size:50px;
	color:#F90;
	font-family: "MS Serif", "New York", serif;
}
h2 {margin:15px 0; color: #13638a;}
h3, h4 {margin:10px 0 4px 0; color: #13638a;}
.greybox {
	border: 2px solid #F93;
	padding:15px;
	margin-bottom:50px;
}
.greybox input.text {margin:20px 0 5px 0; font-size:18px; text-align:center; padding:4px; border: 2px solid #ff9900;}
.greybox input.btn {display:block; margin:10px auto 0 auto;}
.secondary {color: #999; font-size:11px;}
table {border-collapse:collapse;}
table td { vertical-align:text-top;}
.secondary table {margin: 20px 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:#06C;
	margin:0 8px;
}
.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(rpd-images/check.gif) no-repeat; padding-left:25px; text-align:left; padding-bottom:10px;}
.btn_tracer {display:block; margin:20px auto;}

/* 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:auto;
	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);
}
