/* GLOBAL */
* {margin:0px; padding:0px;}
html {margin:0px; padding:0px;}
body { background: #DDEFFA; background-image:url(rpd-images/bg_body.gif); font-family:Arial, Helvetica, sans-serif; font-size:14px; padding-top:0px; margin-top:0px;}
img {border:0px;}
a {text-decoration:none; color:#fff;}
a:hover {text-decoration:none; border-bottom:thin dotted #fff;}
/* LAYOUT */
#wrapper {width:750px; margin: auto; padding-top:0px;}
#content {display:block; background: #fff; border: thin solid #0e3b55; border-width: 0px 1px 0px 1px; min-height:200px; padding: 10px 30px;}
.center {display:block; margin:auto; text-align:center;}
h1, h2 {margin:10px 0; color: #0e3b55;}
h3, h4 {margin:10px 0 4px 0; color: #0e3b55;}
.h_bg {background-color:#fff; width:738px; height:40px; margin-top:7px; padding-top:10px; padding-left:10px; border: thin solid #0e3b55;}
.title-text {font-size:24px; font-family:verdana; color:#0e3b55; padding-left:10px;} 
.navi { text-align:left; padding-left:24px; padding-top:10px; padding-bottom:10px; color:#bee6ff; background-color:#0e3b55; }
.greybox {border: 0px solid #0e3b55; padding:5px; color:#fff; background: #fff; text-align:center;}
input.text {font-size:18px; text-align:center; padding:4px; border: 1px solid #bee6ff; color:#0e3b55; }
input.btn {padding:4px; border: 1px solid #fff; color:#0e3b55; background-color:#fff; font-weight:bold; text-align:center;}
.home_img { float:left;padding-right:10px;padding-bottom:10px; }
.srch_dev {text-align:left; margin:0px;}
.srch_dev_table {text-align:center; width:700px; height:400px; padding:0px; margin:0px; color:#bee6ff; background-color:#0e3b55;
background-image:url(rpd-images/search_bg.jpg); background-repeat:no-repeat; background-position:center; }
.srch_dev_table_td {text-align:right; padding:0px 26px 0px 0px; height:40px;}
.srch_dev_table_subtd {text-align:right; padding:0px 77px 0px 0px; vertical-align:top;}
.secondary {color: #0e3b55; font-size:11px;margin-top:20px;}
table {padding:15px; margin-bottom:5px; color:#0e3b55;}
table td { vertical-align:text-top; padding:10px;}
.secondary table {margin-top:20px;;}
ul {margin:10px 20px; padding:0px;}
.processing {display:block; margin:50px auto;}
.cp { text-align:center; color:#0e3b55; font-size:10px; width:748px; height:20px; margin:0px; padding:10px 0 0 0;  vertical-align:middle;}
.cp a { color:#0e3b55; }
.cp a:hover { color:#0e3b55; border-bottom: thin dotted #fff; }
.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: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);
}
