body {
  background: #200428 url(/website_images/6109/structure/bg.jpg) repeat-x 0 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;  
  margin:0;
  font-size: 12px;  
}
#banner {
  background: url(/website_images/6109/structure/bg-banner.jpg) no-repeat 0 0;
  width:470px;
  height:70px;
  position:absolute;
  top:48px;
  left:260px;
}
#banner img {
  padding:3px 0 0 0px;
  position:static;
}


a, a:visited {
  color: #6b3886;
}

a:hover {
  color: #9765b2;
}

a:active,
a:focus  {
  outline:none;
}

a img { 
  border:none;
}

strong {
  font-weight: bold;
  color: #6b3886;  
}

p {
  margin: 0 0 12px 0;
  text-align: left;
  line-height:17px;
}

label {
  font-weight: bold;
  color: #333;
  text-align: right;
}

/* STRUCTURAL ELEMENTS */

#header {
  color: #fff;
  height:174px;
  padding: 0;
  margin:0 auto;
  font-size: 12px;
  width:1001px;
  text-align: left;
  position:relative;
}

#header #logo {
  background: url(/website_images/6109/structure/logo.jpg) no-repeat left top;
  position:absolute;
  left:-27px;
  top:0;
}

#outer {
  background: url(/website_images/6109/structure/bg-top.jpg) no-repeat center top;
  margin:0;
}
#leftside {
}

#rightside {
}

#container {
  background: url(/website_images/6109/structure/page-mid.jpg) repeat-y;
}
#main {
  background: url(/website_images/6109/structure/page-top-alt.jpg) no-repeat left top;
}

#content {
}

/* HEADINGS */
h1.pas, h2.footerfeature {
  background: url(/website_images/6109/structure/heading-h1.jpg) no-repeat;
  color: #fff;
  text-indent:20px;  
  font-size: 14px;
  font-weight: bold;
  height:31px;
  width:580px;
  line-height:31px;
  margin: 0 0 8px 0;
}

h2.pas, h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 6px 0;
}


h3.pas {
  color: #364200;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 4px 0;
}

/* TABLE AND LIST HEADERS */
#pas_login table thead th,
#pas_nav_offers thead th,
.pas_nav_side h2 {
  background: url(/website_images/6109/structure/heading-sidebar-left.jpg) no-repeat left top;
  color:#fff;
  font-size:12px;
  margin:0;
  font-weight: bold;  
  text-indent:15px;
  text-align:left;
  height:33px;
  line-height:33px;
}
#rightside .pas_nav_side h2 {
  background: url(/website_images/6109/structure/heading-sidebar-right.jpg) no-repeat left top;
}

table.pas_data_table thead th {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  background: #38303b;
  padding:5px 0;
}

/* ALTERNATING ROW COLORS */
table.pas_data_table tbody tr.alt th {
  background:#c6c6c4;
}
table.pas_data_table tbody tr.alt td  {
  background:#f1f1ef;
}

#pas_nav_offers tbody tr.alt th {
  background: url(http://www.rakebackrolls.com/images/liquid-lime/sidebar-nav-alt.jpg) repeat-y left top;
}
#pas_nav_offers tbody tr.alt td  {
  background: url(http://www.rakebackrolls.com/images/liquid-lime/sidebar-nav-alt.jpg) repeat-y right top;
} 


/* BUTTONS */
input.pas_button {
  font-size:13px;
  color:#444;
  font-size: 12px;
  text-decoration: none;
  text-transform:uppercase;
  font-weight:bold;
  display:block;
  border:1px solid #555;
  padding: 2px 5px;
  background: #cecece;
}

input.pas_button:hover {
  background: #D3D3D3;
  color: #000;
}

a.pas_button, 
a.pas_button:visited {
  font-size:13px;
  color:#444;
  font-size: 12px;
  text-decoration: none;
  text-transform:uppercase;
  font-weight:bold;
  line-height:22px;
  display:block;
  border:1px solid #555;
  padding: 2px;
  background: #cecece;
}

a.pas_button:hover {
  background: #D3D3D3;
  color: #000;
}

.pas_button_cta {
  color:#fff;
  font-weight:bold;
  background: url(/website_images/6109/structure/button-get-rakeback.jpg) no-repeat left top;
  height:26px;
  line-heigth:26px;
  width:174px;
  border:medium none;
  padding:0;
  margin:0 auto;  
}

/* TOP NAVIGATION BAR */
#pas_nav_top {
  position:absolute;
  top:120px;
  right:0;
}
#pas_nav_top ul {
  background: url(/website_images/6109/structure/navbar.jpg) no-repeat left top;
  margin: 0;
  padding: 0;
  width:854px;
  height: 36px;
}

#pas_nav_top ul li {
  list-style-type: none;
  position: relative;
  margin: 0;
  display: block;
  float: left;
  text-align: center;
}

#pas_nav_top ul li a, 
#pas_nav_top ul li a:visited {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  line-height: 36px;
  display: block;
  padding: 0 14px;
}

#pas_nav_top ul li a:hover {
  background: url(/website_images/6109/structure/nav-over.jpg) no-repeat 50% 80%;
  color:#b175db;
}

li ul {
position: absolute;
display: none;
}

li:hover > ul {
    display: block;
}

#menu1 ul li a {
display: block;
width: 230px;
color: #fff;
background: #5b5b5b;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */



/* SIDE NAVIGATION BAR */
.pas_nav_side  {
  padding: 0;
  margin: 0 0 13px 0;  
}  

.pas_nav_side ul {
  background:#fff url(/website_images/6109/structure/sidebar-shade.jpg) repeat-x left top;
  border:1px solid #d3d3d3;
  width: 176px;
  list-style: none;
  text-align: left;
  padding:0;
  margin: 0;
}
#rightside .pas_nav_side ul {
  width: 181px;
}

.pas_nav_side ul li.header {
  display: block;
}

.pas_nav_side ul li {
  background: url(/website_images/6109/structure/sidenav-dotted.jpg) repeat-x left bottom;
}
.pas_nav_side ul li.last {
  background: none;
}

.pas_nav_side ul li a, 
.pas_nav_side ul li a:visited {
  background: url(/website_images/6109/structure/bullet.jpg) no-repeat 10px 10px;
  margin: 0;
  padding: 7px 0 7px 22px;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.pas_nav_side ul li a:hover {
  color: #6b3886;
}

/* NAV LOGIN */
#pas_login {
  position:absolute;
  right:0px;
  top:10px;
  color: #fff;
  padding: 0;
  margin: 0;
}
#pas_login table {
  width: 230px;
  margin: 0 0 0px 0;
}
#pas_login input.pas_button {
  margin:0px 7px 0px 0px;
  float:right;
  cursor:pointer;
}
#pas_login .password-reset {
 display:block; 
  margin:0 10px 0 0;
 text-align:right;
}

#pas_login table.pas_form td {
  color: #f0f0f0;
  padding:5px 0 0 0;
}

#pas_login input.login {
  width: 130px;
}
#pas_login p {
  margin:40px 140px 12px;
}

a.register-now {
  background:url(/website_images/6109/structure/button-register.jpg) no-repeat 0 0;
  height:22px;
  width:160px;
  display:block;
  text-indent:-2000px;
  float:left;
}
#pas_login .pas_button {
  background:url(/website_images/6109/structure/button-login.jpg) no-repeat 0 0;
  height:22px;
  width:58px;
  text-indent:-2000px;
  border:none;
  float:right;
}

#pas_login a, #pas_login a:visited {
  color: #fff;
  font-size:10px;
}


/* NAV OFFERS */
#pas_nav_offers  {
  background: url(http://www.rakebackrolls.com/images/liquid-lime/sidebar-nav.jpg) no-repeat left bottom;
  padding: 0 0 13px 0;
  margin: 0 0 13px 0;  
}  
  
#pas_nav_offers table{
  width: 184px;
  font-size: 11px;
  text-align: left;
  color: #fff;
  margin:0;
  padding:0;  
}

#pas_nav_offers tbody th,
#pas_nav_offers td  {
  cursor: pointer;
  padding: 6px;
}

#pas_nav_offers a, 
#pas_nav_offers a:visited {
  color: #c4c16c;
  font-weight: bold;
  text-decoration: none;
}

#pas_nav_offers tbody tr.over th a,
#pas_nav_offers tbody tr.over td {

}

#pas_nav_offers tbody tr.over th {
  background: url(http://www.rakebackrolls.com/images/liquid-lime/sidebar-nav-over.jpg) repeat-y left top;
}
 
#pas_nav_offers tbody tr.over td  {
  background: url(http://www.rakebackrolls.com/images/liquid-lime/sidebar-nav-over.jpg) repeat-y right top;
}

/*  DATA TABLE  */
table.pas_data_table {
  width: 572px;
  font-size: 12px;
  margin: 8px 0;
}

table.pas_data_table tbody th  {
  text-align: left;
  padding-left: 5px;
  background:#bdbdbd;
  color: #000;
  padding: 5px 3px 5px 6px;  
  border-left:1px solid #b4b4b4;
  border-right:1px solid #b4b4b4;
  border-bottom:1px solid #b4b4b4;  
}

table.pas_data_table thead td  {
  font-weight: normal;
  text-align: left;
  color: #000;
  background: #ccc;
  padding: 5px 0px 5px 6px;
}

table.pas_data_table tbody td  {
  color: #000;
  padding: 3px 3px 3px 6px;
  border-right:1px solid #b4b4b4;
  border-bottom:1px solid #b4b4b4;
}

/* FORM ELEMENTS */
table.pas_form {
  margin: 0px auto;
  font-size: 12px;
}

table.pas_form td {
  color: #444;
}

table.pas_form th {
  text-align: right;
  padding-right: 8px;
}

/* MY ACCOUNT */
#pas_main_index table {
  margin: 0;
}

#pas_main_index table thead th{
  width: 175px;
  background-color: #DDDDDD;
  border: 1px solid #C3C3C3;
}

#pas_main_index table tbody th{
  background-color: #EFEFEF;
  border: 1px solid #C3C3C3;
  font-weight: normal;
  font-size: 22px;
}

#pas_main_index tbody td{
  font-size: 11px;
  text-align: center;
}

/* GLANCE PAGES */

#pas_glance .pas_logo {
  float: right;
  margin:0 10px 0 0;
}


/* OFFERS GRID */
table.pas_offers_grid {
  padding: 10px;
  text-align: center;
}

#pas_offers_grid {
  background: #fdfdfd;
  border:1px solid #f0f0f0;
  text-align: center;
  width: 182px;
  padding: 0 0 5px 0;
  margin: 5px;
}

#pas_offers_grid a.pas_button, 
#pas_offers_grid a.pas_button:visited {
  color:#fff;
  font-weight:bold;
  background: url(/website_images/6109/structure/button-get-rakeback.jpg) no-repeat left top;
  height:26px;
  line-heigth:26px;
  width:174px;
  border:medium none;
  padding:0;
  margin:0 auto;  
}


#pas_offers_grid img {
  padding:4px 2px 0 0px;
}

#pas_offers_grid h1 {
  font-size: 14px;
  color:#000;
  font-weight:normal;
  height:30px;
  line-height:30px;
  margin: 0;  
  padding: 0;
}

#pas_offers_grid h2 {
  font-size: 13px;
  color: #6b3886;
  font-weight:bold;
  margin: 5px 0;  
  padding: 0;
}

#pas_offers_grid h3 {
  font-size: 14px;
  color:#000;
  font-weight: normal;
  margin: 4px 0;  
  padding: 0;
}

#pas_offers_grid h4 {
  font-size: 11px;
  color:#555;  
  text-align: center;
  font-weight: normal;
  margin: 0px 0 9px 0;  
  padding: 0;
}

/* OFFERS LIST */
#pas_offers {
  text-align: left;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #CECECE;
}

#pas_offers .pas_logo {
  float: right;
  margin: 4px;
}

/* STATISTICS */
#pas_quick_statistics th {
  text-align: center;
}

#pas_full_statistics th {
  text-align: center;
}
/* HELPDESK */

#pas_new_ticket table {
  text-align: left;
}

#pas_view_ticket table td{
  width: 70%;
  text-align: left;
}

#pas_view_ticket h4{
  font-size: 10px;
  font-weight: normal;
  padding: 0;  margin: 0;
}

#pas_view_ticket h3 {
  font-size: 12px;
  font-weight: bold;
  padding: 0;  margin: 0;
}

#pas_new_ticket td, #pas_new_ticket tbody th{
  background-color: #fff;
  border: 0px;
  text-align: left;
}

#pas_reply_form table td {
  background-color: #fff;
  border: 0;
}
/* REFERRAL CENTER */

#pas_referral_center table {
  width: 400px;
}

#pas_referral_center table th {
  text-align: center;
}

/* LANDING PAGE */

#pas_landing_page table.pas_data_table {
  width: 400px;
}

#pas_landing_page table.pas_data_table td{
  color: #000;
}

#pas_landing_page table.pas_form {
  color: #000;
  border: 1px solid #000;
}

#pas_landing_page table.pas_form tbody td{
  color: #000;
}

#pas_landing_page table.pas_form tbody th{
  padding: 4px;
}

/* NEWSLETTER */
#newsletter {
  position:relative;
}
#newsletter .inner .af-form {
  width:160px;
  margin:10px;
}
#newsletter .inner {
  background:#fff url(/website_images/6109/structure/sidebar-shade.jpg) repeat-x left top;
  width:181px;
  border:1px solid #ccc;
  padding:20px 0 0 0;
}
#newsletter input.submit {
  background: url(/website_images/6109/structure/button-signup.jpg) no-repeat;
  width:88px;
  height:22px;
  margin:5px 0 10px 0;
  border:none;
  text-indent:-2000px;
  cursor:pointer;
  position:absolute;
  right:30px;
}
#newsletter #cards {
  position:absolute;
  top:-20px;
  right:10px;
  z-index:20;
}
.privacyPolicy  {
  height:22px;
}
.privacyPolicy a, .privacyPolicy a:visited {
  font-size:10px;
    position:absolute;
   bottom:10px;
}


/* OTHER FONTS */
.pas_error, .paserror, p.pas_error {
  color: red;
}

/* FOOTER */

#footer-wrap {
  height:300px;
  color: #fff;
  text-align: left;
  clear: both;
  background:#1a0421;
  width:1001px;
  margin:10px auto;
}

#footer {
  margin: 28px 0 0;      
  margin: 8px 0 0;      
  padding: 0;
  text-align:left;
}

#footer a, footer a:visited {
  color: #fff;
}

#footer_center {
  font-size:10px;
}

#footer_left  {
  padding: 0 8px;       
}

#footer_right {
  width: 263px;         
  padding: 0;       
}

#footer_right a {
  text-decoration: none;
  font-size: 12px;
  font-weight:bold;
  float: right;
  margin: 39px 25px 0 0;
}

#footer_cont {
  margin: 4px 0 9px 0;
  overflow: hidden;
}

#footer_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer_list li {
  float: left;
  line-height: 14px;
  margin: 0 .5em 0 -.5em;
  padding: 0 .5em 0 .5em;
}

#footer_list li a,
#footer_list li a:visited {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}

#footer_list a:hover {
  text-decoration: underline;
}

/* CTA Button */
span.pas_cta_button {
  padding: 10px;
  text-align: center;
}

.pas_cta_button, {
  color:#fff;
  font-weight:bold;
  background: url(/website_images/6109/structure/button-get-rakeback.jpg) no-repeat left top;
  height:26px;
  line-heigth:26px;
  width:174px;
  border:medium none;
  padding:0;
  margin:0 auto;  
}
