/*-----------------------------------------------------------------------------
Site Wide Right Bar Style Sheet

version:   1.0
author:    Brian Gershberg
email:     gersh@relayspec.com
website:   http://www.relayspec.com
-----------------------------------------------------------------------------*/

/* =RB Product Left
-----------------------------------------------------------------------------*/

#rb_content_right { 
  width: 205px;
  float: left;
  margin-top:5px;
  padding-left:10px;
}

#rb_header { 
  width: 205px;;
  height:30px;
  float: left;
  display:inline;
  z-index:2;
  background:url(../../Images/2008/rightbar/header.jpg);
}

#rb_header2 { 
  width: 205px;;
  height:30px;
  float: left;
  display:inline;
  z-index:2;
  background:url(../../Images/2008/rightbar/header.jpg);
  margin-top:20px;
}

#rb_catalog { 
  width: 203px;;
  float: left;
  display:inline;
  z-index:2;;
  border-left:1px #367698 solid;
  border-right:1px #367698 solid;
  border-bottom:1px #367698 solid;
  background:#eaeaea;
  padding-top:9px;
}

#rb_newsletter { 
  width: 173px;;
  float: left;
  display:inline;
  z-index:2;;
  border-left:1px #367698 solid;
  border-right:1px #367698 solid;
  border-bottom:1px #367698 solid;
  background:#eaeaea;
  padding:15px;
}



/* =RB Links 
-----------------------------------------------------------------------------*/

a.rb_buttons:link, a.rb_buttons:visited {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  display: block;
  width: 203px;
  height: 22px;
  color: #367698;
  text-decoration: none;
  background:url(../../Images/2008/rightbar/bar_bkgd.jpg);
  border-left:1px #367698 solid;
  border-right:1px #367698 solid;
  text-indent: 15px;
  padding-top:9px;
  float:left;
}

a.rb_buttons:hover {
 background: #367698;
 color: #fff;
}


/* =RB Links  - Bottom
-----------------------------------------------------------------------------*/

a.rb_buttons_bottom:link, a.rb_buttons_bottom:visited {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  display: block;
  width: 203px;
  height: 22px;
  color: #367698;
  text-decoration: none;
  background:url(../../Images/2008/rightbar/bar_bkgd.jpg);
  border-left:1px #367698 solid;
  border-right:1px #367698 solid;
  border-bottom:1px #367698 solid;
  text-indent: 15px;
  padding-top:9px;
  float:left;
}

a.rb_buttons_bottom:hover {
 background: #367698;
 color: #fff;
}

/* =RB Links - 2 Rows
-----------------------------------------------------------------------------*/

a.rb_buttons_2rows:link, a.rb_buttons_2rows:visited {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  display: block;
  width: 203px;
  height: 31px;
  color: #367698;
  text-decoration: none;
  background:url(../../Images/2008/rightbar/bar_bkgd.jpg);
  border-left:1px #367698 solid;
  border-right:1px #367698 solid;
  text-indent: 15px;
  padding-top:1px;
  float:left;
}

a.rb_buttons_2rows:hover {
 background: #367698;
 color: #fff;
}

/* =RB Links - 2 Rows
-----------------------------------------------------------------------------*/

a.rb_titles {
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  height: 22px;
  color:#FFFFFF;;
  text-decoration: none;
  text-indent:15px;
  padding-top:7px;
  float:left;
 
}


/* =RB Catalog Link 
-----------------------------------------------------------------------------*/

a.rb_catalog_link:link, a.rb_catalog_link:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color:#367698;
text-decoration:none;
text-indent: 15px;
}

a.rb_catalog_link:hover {
color:#FF0000;
}


/* =Table - For the Form
-----------------------------------------------------------------------------*/

table#rightbar {

  border-collapse: collapse;
  width: 100px;
  border: 1px solid #006399;
}



