html {
	background: url(../images/html-y.jpg) repeat-x #727272;
}

body {
	background: url(../images/html-top.jpg) no-repeat top center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width:975px;
	margin:0px auto;
	background: url(../images/wrapper-y.jpg) repeat-y;
}

#bg-wrapper {
	background: url(../images/body-y.jpg) 50% 0 repeat-y;
}

div.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

#header {
	height: 160px;
	position: relative;
	width:975px;
	margin:0px auto;
	background: url(../images/header-bg.jpg) no-repeat;
}

#header #logo {
	position: absolute;
	width: 340px;
	height: 60px;
	top: 41px;
	left: 20px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}

#left-column {
	width: 182px;
	float: left;

	margin-right: 31px;
}

#content {
	width: 555px;
	float: left;
	margin: 10px 0 15px 0;
}

#right-column {
	width: 180px;
	float: right;
}

h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:22px;
	font-weight: bold;
	color: #383838;
}

h1 span, h2 span {
	color: #c50202;
}

hr {
	color: #dcdcdc;
	height: 1px;
	border: 0;
	background-color: #dcdcdc;
	width: 100%;
	margin: 15px auto 13px auto;
}

#footer {
	width:975px;
	margin:0px auto;

	padding: 12px 0 15px 0;
	clear: both;
	font-size: 10px;
	color: #fff;
	text-align: center;
}

#footer a {
	color: #fcfce8;
}

#footer .copyright {
	margin-top: 8px;
	color: #c8c8c8;
}



/* boxes */
.box {
	width: 181px;
	background: url(../images/box-y.gif) top left repeat-y;
	margin: 0px 0 13px 0;
	padding:0;
	overflow: hidden;
	font-size: 11px;
	color: #343434;
}

.box h3 {
	font-size: 11px;
	font-weight:bold;
	color: white;
	text-align: center;
	background-color: #707070;
	margin: 9px 1px 6px 1px;
	padding: 5px;
}


.box td.prize {
	color: #04b800;
	font-weight: bold;
}

.box hr {
	margin: 10px auto;
	padding: 0;
	width: 90%;
}

.login-top {
	height: 30px;
	background: url(../images/login-top.gif) top left no-repeat;
	margin-top: 8px;
}

.private-top {
	height: 29px;
	background: url(../images/top-private.gif) top left no-repeat;
	margin-top: 8px;
}

.calc-top {
	height: 26px;
	background: url(../images/calc-top.gif) no-repeat;
	margin-top: 15px;
}

.race-top {
	height: 21px;
	background: url(../images/race-top.gif) no-repeat;
	margin-top: 17px;
}

.contact-top {
	height: 27px;
	background: url(../images/contact-top.gif) no-repeat;
	margin-top: 15px;
}

.offers-top {
	height: 30px;
	background: url(../images/offers-top.gif) no-repeat;
	margin: 8px 0 0 0;
}

.login-top span, .calc-top span, .contact-top span, .race-top span, .private-top span, .offers-top span {
	display: none;
}

.box-bottom {
	height: 4px;
	background: url(../images/box-bottom.gif) no-repeat;
	overflow: hidden;
}

.box p {
	margin:8px 15px;
	padding:0;
}


/* ===================== */
/* EARNCHIPS.com MERGER */
/* ===================== */




/* HEADINGS */






h3 {
	font-weight: bold;
	font-size: 13px;
	margin: 20px 0 5px 0;
}


p {
	margin: 8px 0 15px 0;
	line-height: 150%;
}

input, select, textarea {
	padding: 3px;
	margin: 3px 0 3px 2px;
}

#rakeback-offers-nav-box {

}

/* offers AND bonuses */
.an-offer a {
	display: block;
	height: 28px;
	/* background: url(http://rakeback101.ca/images/offer-bg.gif) repeat-x; */
	margin: 0px 2px 0px 2px;
	position: relative;
	border-bottom: 1px dotted #e1e1e1;
	overflow: hidden;
}

.an-offer img {
	right:0;
	top:0px;
	position: absolute;
	cursor: pointer;
}

.an-offer a:hover {
	background-color: #e9e9e9;
	text-decoration: none;
}

.an-offer span.site-name {
	float: left;
	margin: 8px 0 0 14px;
	cursor: pointer;
	color:#333333!important;
}

.an-offer span.rb-percent {
	position: absolute;
	right:17px;
	top: 8px;
	cursor: pointer;
	font-weight: bold;
	color: #0F5589;
}

.an-offer span.updated {
	float: left; clear: both;
	font-weight: normal;
	color: #ababab;
	cursor: pointer;
	margin-left: 6px;
	font-size: 10px;
	width: 100%;
	
}



/* bonus offers 
.an-offer span.bonus-site-name {
	font-weight: bold;
	color: white;
	float: left;
	margin: 5px 0 0 43px;
	cursor: pointer;
}

.an-offer span.bonus-desc {
	float: left; clear: both;
	font-weight: normal;
	color: #ababab;
	cursor: pointer;
	margin: 1px 0 0 43px;
	width: 100%;
}

*/


/* BUTTONS */
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button { 
	padding: 0 15px 0 0; 
	margin-right:5px; 
	background: transparent url(http://rakeback101.ca/images/button-sprite.gif) no-repeat right -273px; 
}
	
button span {
	padding: 5px 0 0 15px; 
	height:23px; 
	background: transparent url(http://rakeback101.ca/images/button-sprite.gif) no-repeat left -183px; 

	font-size:12px; 
	font-weight: bold;
	color: white;
	text-align: center; 
}
	
button:hover {
	background-position: right -318px; 
}
	
button:hover span {
	background-position: 0 -228px;
}

/* GRAY */
button.gray { 
	background: transparent url(http://rakeback101.ca/images/button-sprite.gif) no-repeat right -90px; 
}
	
button.gray span {
	background: transparent url(http://rakeback101.ca/images/button-sprite.gif) no-repeat left 0px; 
}
	
button.gray:hover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -135px; 
}
	
button.gray:hover span {
	background-position: 0 -45px;
}

/* IE 6 fixes */
button.submitBtnHover {
	background-position: right -318px; 
}

button.submitBtnHover span {
	background-position: 0 -228px;
}





/* login box */
#pas_login {
	font-size: 11px;
	margin-top: 10px;
	text-align: center;
	margin-left: -8px;
}


#pas_login .login-input, #pas_login .password-input {
	height: 20px;
	/* background: url(http://earnchips.com/rakeback-files/images/input-bg.gif) no-repeat; */
	
	width: 126px;
	position: relative;
}



#pas_login .login-input #login, #pas_login .password-input #password {
	height: 15px;
	display: block;
	margin:0; 
	padding: 3px 5px 0 5px;
	background: url(http://rakeback101.ca/images/input-x.jpg) repeat-x;
	width: 113px;
	font-weight: bold;
	position: absolute;
	top:0;
	left:0;
	border: 1px solid #D4D4D4; 
}


#pas_login .login-box, #pas_login .password-box {
	margin: 0 auto 7px auto;
	width: 122px;
	text-align: left;
}

#pas_login .password-box {
	margin: 0 auto 4px auto;
}

#pas_login .remember-me {
	margin-bottom:7px;
}

#pas_login .login-btn {
	margin: 3px auto 15px auto;
}

/* styles */

.paserror, .error {
	color: #ff3939;
}

a {
	text-decoration: none;
	color: #0c16dc;
}


a:hover {
	text-decoration: underline;
}

.note {
	color: #f6c02e;
}

.gold {
	color: #ECE130;
}

.bonus-code {
	color: #9932cc;
}

.small {
	font-size: 11px;
}

/* ul and li */
#content ul {
	margin: 10px 10px 10px 10px;
}

#content ul ul {
	margin: 10px 10px 10px 10px;
}

#content ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(http://rakeback101.ca/images/diamond.gif) 0px 3px no-repeat;
}

#content li li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(http://rakeback101.ca/images/diamond-dark.gif) 0px 3px no-repeat;
}

/* news items */

.news-item {
	margin: 10px 0;
	border-bottom: 1px solid #1F593C;
}

.news-item .title {
	font-weight: bold;
	border-bottom: 1px dotted #296B73;
	font-size: 13px;
}

.new-item .date {
	
}



br.clear {
	clear:both;
	width: 100%;
	height: 1px;
	
}

/* OFFERS GRID */
.offers-grid {
	/* background: url(http://rakeback101.ca/images/vertical-bar-y.gif) 240px 0 repeat-y; */
}

.offers-grid .offer-box {
	width: 185px;
	padding:0 0 0 0px;
	margin: 5px 0px 15px 0px;
	float: left;
	background: transparent;
}


.offers-logo-box {
	position: relative;
}

.offers-logo-box a.rounded-deco {
	position: absolute;
	display:block;

	width: 170px;
	height: 56px;
	background: url(http://rakeback101.ca/images/rounded-overlay.gif);
	top:0;
	left:0;
}

.offers-grid .offer-box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 5px 0 5px 4px;
	padding:0;
	color: #152d48;
	font-weight: bold;	
}

.offers-grid .offer-box p {

	margin: 0px 0 8px 5px;
	padding:0;

}

.offers-grid .offer-box hr {
	width:90%;
	margin: 15px 0 0px 0;
	padding:0;
	text-align: left;
}



/* .pas_data_table */
table.pas_data_table {
	width: 100%;
	margin: 10px 0;
	color: #2c2c2c;
	border-collapse: collapse;
}

table.pas_data_table thead th {
	background-color: #014D87;
	border: 1px solid #d5d5d5;
	color: white;
	font-weight: bold;
	padding: 4px;
	text-align: center;
   font-size: 13px;
}

table.pas_data_table thead td {
	font-weight: bold;
}

table.pas_data_table td {
	padding: 4px 5px;
}

table.pas_data_table tbody td, table.pas_data_table tbody th {
		border: 1px solid #d5d5d5;
}

table.pas_data_table tbody th, table.pas_data_table thead td {
	color: black;
	text-align: center;
	background-color: #f4f2de;
	border: 1px solid #d5d5d5;
}

table.pas_data_table tr.alt td {
	background-color: #F7F7F7;
}

table.pas_form label {
	margin:3px 0;
	padding:3px;
	display: block;
}


/* END PASS TABLE */

div.success {
	background-color: #084c0e;
	border: 1px solid #14741d;
	color: white;
	padding: 0px 15px;
	margin: 15px 0;
}

.success h2 {
	padding: 0px 0px;
	margin: 8px 0;
}

div.success h1 {
	border-color: #29cc38;
}

/* IMAGES */

img.right {
	float:right;
	padding:0;
	margin:5px 0 10px 15px;
	clear:both;
}

/*WEBIM */
#webim {
	position: absolute;
	right: 0px;
	top: 32px;
}