#sliderzrs {
float: left;
	width: 100%;
	height: 70px;
	margin: 0 0 10px 0 ;
}
#bannerad {
float: left;
	width: 100%;
	height: 30px;
	margin: 0 0 10px 0 ;
}

body {
	background-image:url('../images/backgroundzs.png');
	background-repeat:repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#header {
	float: left;
	width: 960px;
}

#header #logo {
	float: left;
	width: 400px;
	height: 70px;
	text-align: left;
	padding: 10px 0 0 10px;
}

#header #links {
	float: left;
	width: 540px;
	height: 25px;
	color: #fff;
	text-align: right;
	padding: 10px 5px 0 0;
}

#header #links a {
	color: #FD5D0E;
	font-weight: bold;
	text-decoration: none;
}

#header #links a:hover {
	color: #fff;
	text-decoration: none;
}

#header #searchbox {
	float: right;
	width: 250px;
	height: 35px;
	margin: 10px 7px 5px 0;
}

#header #searchbox .search_inputt {
	float: left;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	height: 15px;
	width: 200px;
	color: #878787;
	border: 1px solid #DDDDDD;
	padding: 4px 0px 2px 4px;
	margin: 3px 0 0 10px; 
}

#header #searchbox .search_button {
	float: right;
	width: 30px;
	height: 30px;
	background: url('../images/search.png') no-repeat top right;
	border-style: none;
	margin: 0;
	padding: 0 0 0 0;
	cursor: pointer;
}


/* Top Menu
----------------------------------------------- */	
#menu {
	float: left;
	width: 960px;
	height: 27px;
	background: #FD5D0E;
	padding: 0px;
}

#menu a {
	float: left;
	display: block;
	padding: 7px 30px 7px 30px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	background: #FD5D0E;
	text-decoration: none;
}


#column_left {
	float: left;
	width: 180px;
	margin: 22px 15px 0 0;
}

#column_center {
	float: left;
	width: 570px;
	margin: 5px 0 0 0;
}

#column_center h1 {
	text-align: left;
	padding: 0 0 0px 15px;
	border-bottom: 2px solid #fff;
	
}

#column_right {
	float: left;
	width: 180px;
	margin: 22px 0 0 15px;
}


/* Boxes
----------------------------------------------- */	
.box {
	margin-bottom: 0px;
}

.box .top {
	padding: 5px 0px 4px 7px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 4px double #DEDFED;
}

.box .top img {
	float: left;
	margin-right: 5px;
}

.box .middle {
	padding: 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	border: 1px solid #000;
	
}

.box .bottom {
	height: 5px;
}

#footer {
	float: left;
	color: #FD5D0E;
	background:  url('../images/gradient.jpg') repeat-x top left;
	border-top: 1px solid #DEDFED;
	width: 960px;
	height: 75px;
	margin: 0;
	text-align: center;
	padding: 10px 0 0 0;
}

.highlight a{
color: #FD5D0E;
}

highlight a:hover{
color: #OOO;
}

#footer a {
	color: #1E80A3;
	text-decoration: none;
}

#footer a:hover {
	color: #94CA29;
	text-decoration: underline;
}

#footer p {
	color: #fff;
}

#footer .rss_icon {
	padding-left: 45px;
	background: url('../images/rss_icon.png') no-repeat center left;
}





/* Tables
----------------------------------------------- */	

th {
	
	height: 25px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	border-right: 1px solid #FD5D0E;
	border-left: 1px solid #FD5D0E;
}

tr.row_odd {
	background: #000;
}

tr.row_even {
	
}


/* Like Box
----------------------------------------------- */	

td.like {
	color: #fff;
	border-right: 1px solid #DDDDEE;
	background:  url('../images/gradient.jpg') repeat-x top left;
	
}

td.like:hover {
	color: #fff;
	background: #000;
}


/* LINKS
----------------------------------------------- */	
a {
	color: #3494CF;
	text-decoration: none;
}

a:hover {
	color: #94CA29;
	text-decoration: underline;
}


a.continue {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	background: url('../images/continue.png') no-repeat center left;
   
}




a.start_link {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 10px;
    display: inline;
    background: #FD5D0E;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
	text-decoration: none;
}
.start_link:hover {
	background: #AFFB1B;
}

a.conditions {
	color: #fff;
	background: url('../images/conditions_icon.png') no-repeat center left;
	padding: 12px 10px 10px 30px;
}

a.favorites {
	color: #fff;
	background: url('../images/favorites_icon.png') no-repeat center left;
	padding: 8px 10px 10px 30px;
}

a.goback {
	background: url('../images/back.png') no-repeat center left;
	padding: 22px;
	text-decoration: underline;
}

a.seemore {
	background: url('../images/seemore_icon.gif') no-repeat center left;
	padding-left: 17px;
}

a.go2store {
	background: url('../images/goto.png') no-repeat center right;
	padding: 5px 20px 5px 5px;
	color: #92D611;
	font-weight: bold;
	float: right;
	white-space: nowrap;
	text-decoration: underline;
}

a:hover.go2store {
	color: #fff;
	text-decoration: none;
}

a.go2store_b {
	background: url('../images/goto.png') no-repeat center right;
	padding: 0 25px 3px 0;
	font-size: 12px; 
	color: #3494CF;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: underline;
}

a:hover.go2store_b {
	color: #94CA29;
	text-decoration: none;
}


/* Autocomplete
----------------------------------------------- */	
.ac_results {
	padding-top: 0;
	border-left: 1px solid #9AE30A;
	border-right: 1px solid #9AE30A;
	border-bottom: 1px solid #9AE30A;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 3px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: #FFFFFF right center no-repeat;
}

.ac_odd {
	background-color: #FFFFFF;
}

.ac_over {
	background-color: #D4FB89;
	color: #000000;
}


/* Tooltip
----------------------------------------------- */	

div.DB_tooltip span {
	background: #000;
	display: none;
	padding: 7px;
	position: absolute;
	z-index: 1000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.DB_tooltip {
	display: inline;
	padding-right: 10px;
}

.tooltip {
	background: #88BB22;
	color: #FFFFFF;
	min-height: 10px;
	max-width: 220px;
	padding: 7px;
	opacity: 0.9;
}


/* Statuses
----------------------------------------------- */

.confirmed_status, .pending_status, .declined_status, .failed_status, .request_status, .paid_status, .payment_status {
	float: left;
	margin-left: 3px;
	padding: 5px 5px 5px 20px;
}

.confirmed_status {
	color: #A6D220;
	background: url('../images/icons/status-confirmed.png') no-repeat center left;
}

.pending_status {
	color: #F7B400;
	background: url('../images/icons/status-pending.png') no-repeat center left;
}

.declined_status {
	color: #FF5558;
	background: url('../images/icons/status-declined.png') no-repeat center left;
}

.failed_status {
	color: #FF000A;
	background: url('../images/icons/status-failed.png') no-repeat center left;
	
}

.request_status {
	color: #979797;
	padding: 3px;
}

.paid_status {
	color: #86C125;
	background: url('../images/icons/status-paid.png') no-repeat center left;
}

.payment_status {
	color: #535352;
}


/* Message Box
----------------------------------------------- */	
.info_msg, .success_msg, .error_msg {
	border: 1px dotted;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
	width: 80%;
	margin: 10px auto;
	padding: 10px 10px 10px 50px;
	white-space: nowrap;
}

.info_msg {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/icon_info.png');
}

.error_msg {
	color: #E94E4E;
	background-color: #000;
	background-image: url('../images/icon_error.png');
	
}

.success_msg {
	color: #FFFFFF;
	background-color: #6BEB2B;
	background-image: url('../images/icon_success.png');
}



/* Lists
----------------------------------------------- */
ul {
	padding: 0;
	margin: 10px 0 5px 30px;
	
}

li {
	padding: 2px 0 0 0;
}

#categories {
	padding: 0;
	margin: 5px 5px 5px 10px;
}

#categories li {
	list-style-type: none;
	background: url('../images/list-arrow.gif') 0 2px no-repeat;
	padding-left: 10px;
	line-height: 19px;
}

#categories li a {
	color: #fff;
	text-decoration: none;
}

#categories li a:hover {
	color: #94CA29;
	text-decoration: none;
}

#categories li.active {
	background: url('../images/list-arrow-b.gif') 0 2px no-repeat;
}

#categories li.active a {
	color: #FD5D0E;
	font-weight: bold;
	text-decoration: none;
}

#categories li.active a:hover {
	color: #FD5D0E;
	text-decoration: underline;
}

#popular_list {
	padding: 0;
	margin: 0 5px 5px 2px;
}

#popular_list li {
	list-style-type: none;
	background: url('../images/popular_icon.gif') 0 7px no-repeat;
	padding: 10px 0 7px 27px;
	line-height: 14px;
	border-bottom: 1px dotted #ccc;
}

#popular_list li a {
	display: block;
	color: #91DB00;
	text-decoration: none;
}

#popular_list li a:hover {
	color: #B9FF2F;
	text-decoration: none;
}

#newest_list {
	padding: 0;
	margin: 0 5px 5px 2px;
}

#newest_list li {
	list-style-type: none;
	background: url('../images/star1.png') 0 7px no-repeat;
	padding: 3px 0 5px 15px;
	line-height: 13px;
	border-bottom: 1px dotted #ccc;
}

.newest_cashback {
	color: #F8A51B;
	font-size: 10px;
	padding-left: 10px;
	text-align: right;
}

#account_menu {
	padding: 0;
	margin: 5px 5px 0 10px;
	
}

#account_menu li {
	list-style-type: none;
	background: url('../images/list-arrow.gif') 0 2px no-repeat;
	padding-left: 10px;
	line-height: 19px;
}

#benefits li {
	list-style-type: none;
	background: url('../images/check_icon.png') 0 2px no-repeat;
	padding-left: 20px;
	line-height: 19px;
}

.click_history {
	float: left;
	background: url('../images/check_blue.gif') no-repeat 5px center;
	padding: 4px 5px 1px 30px;
}

#referrals_list {
	padding: 0;
	margin: 5px 5px 5px 10px;
}
#referrals_list li {
	list-style-type: none;
	background: url('../images/referral_icon.png') no-repeat 5px center;
	padding: 8px 0 8px 30px;
	line-height: 14px;
	color: #fff;
}
#referrals_list li a {
	color: #91DB00;
	text-decoration: none;
}
#referrals_list li a:hover {
	color: #B9FF2F;
	text-decoration: none;
}


/* Alphabet Order
----------------------------------------------- */	
#alphabet {
	margin: 5px 0 5px 0;
	background-color: #000;
	border-top: 1px #D7D7D7 solid;
	border-bottom: 1px #D7D7D7 solid;
	color: #BBBBBB;
	height: 25px;
-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px;
}

#alphabet ul {
	width: 98%;
	margin: 0 auto;
	position: relative;
	list-style-type: none;
	padding: 5px;
	text-align: center;
}

#alphabet li {
	margin: 0 0 0 4px;
	padding: 0 4px 0 0;
	border-right: 1px solid #A7A7A7;
	line-height: 15px;
	display: inline;
}

#alphabet li.last { border: none; }

#alphabet li a {
	color: #FD5D0E;
	font-size: 11px;
	padding: 2px 1px 2px 1px;
	text-decoration: none;
}

#alphabet li a:hover {
	color: #fff;
	text-decoration: underline;
}


/* Alphabet
----------------------------------------------- */	
.alphabet {
	padding: 0;
	margin: 0;
	border-top: 1px solid #DEDFED;
	border-left: 1px solid #DEDFED;
	color: #616B76;
	font-size: 11px;
	font-weight: normal;
-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px;
}

.td_alphabet {
	border-right: 1px solid #DEDFED;
	border-bottom: 1px solid #DEDFED;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #FBFBFB url('../images/td_bg.gif') no-repeat;
}

.td_alphabet_active {
	border-right: 1px solid #DEDFED;
	border-bottom: 1px solid #DEDFED;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #5F5F5F;
}

.td_alphabet_active a {
	color: #FFFFFF;
}


.td_alphabet:hover {
	background: #EDFBD8;
	background: url('../images/td_bg.gif') no-repeat right top;
}


.td_alphabet a {
	display: block;
	color: #5B5858;
	text-decoration: none;
}

.td_alphabet a:link,
.td_alphabet a:visited {	
	color: #5B5858;
}

.td_alphabet a:hover {
	color: #000000;
}


/* TEXT
----------------------------------------------- */	
p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	/*margin: 0;*/
}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 5px;
}

h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}

h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}

.btext {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

.stitle {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #94CA29;
}

.req {
	color: #FF0000;
	font-weight: normal;
}

.note {
	padding-top: 4px;
	font-size: 11px;
	color: #999999;
	position: absolute;
}

.newnum {
	font-size: 10px;
	color: #F77003;
	font-weight: bold;
}

#shadow {
	background: url('../images/shadow.gif') no-repeat bottom right;
	margin: 10px 0 0 5px !important;
	float: left;
	text-align: center;
}

#shadow img {
	display: block;
	background-color: #FFFFFF;
	margin: -3px 6px 6px -3px;
	padding: 3px;
}


.abalance {
	background: url('../images/balance_bg.png') no-repeat bottom center;
	color: #4AAF0A;
	padding: 25px;
	text-align: center;
}

.abalance span {
	padding-top: 4px;
	font-size: 28px;
	color: #55D32E;
}

.mbalance {
	color: #94CA29;
	font-weight: bold;
}

.imgs {
	border: 1px solid #D3D3D3;
	margin-right: 3px;
	padding: 3px;
	background: #FFFFFF;
}

a:hover .imgs {
	border-color: #F3F3F3;
}

.thebest {
	border: 1px solid #F3F3F3;
	padding: 10px;
	background: #F7F7F7;
	margin: 3px 0;
}

a:hover .thebest {
	background: #F7F7F7;
	border-color: #E3E3E3;
}

.conditions_title {
	color: #454545;
	font-weight: bold;
}

.sline {
	background: #fff url('../images/line.gif') no-repeat center bottom;
	margin: 2px auto;
	height: 1px;
 }

 .bline {
	background: #d6d6d6 url('../images/px.gif') no-repeat center bottom;
	margin: 2px auto;
	height: 1px;
 }




/* Support Messages
----------------------------------------------- */
.message_subject {
	color: #444;
	font-weight: bold;
	background: url('../images/icon_message.gif') no-repeat center left;
	padding: 5px 10px 5px 20px;
}

.message_text {
	padding: 7px 5px 5px 20px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #C3C3C3;
}

.answer_date {
	float: right;
	padding: 2px 3px 2px 3px;
	text-align: right;
	color: #FFF;
	background: #AECDEA;
}

.answer_sender {
	color: #000;
	font-weight: bold;
	background: url('../images/icons/message.png') no-repeat center left;
	padding: 5px 10px 5px 20px;
}

.answer_text {
	padding: 7px 5px 5px 20px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #C3C3C3;
}



/* RETAILERS
----------------------------------------------- */	

table {
	border-collapse:collapse;
}

tr.odd {
	
	height: 120px;
	border-bottom: 1px solid #D6E9F0;
}

tr.odd:hover {
	/*background: #EAFFDF;*/
}

tr.even {
	height: 120px;
	
	border-bottom: 1px solid #D6E9F0;
}

tr.even:hover {
	/*background: #EAFFDF;*/
}

.featured {
	display: block;
	position: relative;
	top: 35px;
	color: #BB6CAA;
	background: url('../images/featured.png') no-repeat center right;
	padding: 10px 10px 18px 20px;
}

.cashback {
	color: #FD5D0E;
	font-weight: bold;
}

a.retailer_title  {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.retailer_title {
	text-decoration: underline;
}

.retailer_description {
	text-align: justify;
}

.retailer_statistics {
	line-height: 1.6em;
	margin: 5px;
	font-size: 11px;
}
.retailer_statistics label {
	display: block;
	float: left;
	clear: left;
	width: 68px;
}
.retailer_statistics label, .retailer_statistics .label
{
    color: #fff;
}

.category_description {
	color: #5F5F5F;
}

.browse_top {
	padding: 15px 10px 5px 10px;
	margin: 0 auto;
	height: 25px;
	background: url('../images/gradient.jpg') repeat-x top left;
	border: 1px solid #D7D7D7;
	
	margin:0 0 5px 0 ;
}

.browse_top .sortby {
	float: left;
}

.browse_top .sortby span {
	color: #fff;
	font-weight: bold;
}

.browse_top .results {
	float: right;
}

.browse_top .results span {
	color: #444444;
	font-weight: bold;
}


/* FORMS
----------------------------------------------- */	
fieldset {
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 10px;
}

form {
	margin:0;
	padding:0;
	display: inline;
}

input.inputt, textarea.inputt2, select.field {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 2px 3px 2px 3px;
	border: 1px solid #bdc7d8;
	width:150px;
}
.inputtsupport {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 2px 3px 2px 3px;
	border: 1px solid #bdc7d8;
	width:300px;
}
.inputtsupport:focus {
 	border: 1px solid #FD5D0E;
}
.inputt:focus, .inputt2:focus {
 	border: 1px solid #FD5D0E;
}
.inputtprofile:focus {
 	border: 1px solid #FD5D0E;
}
.inputtprofile {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 2px 3px 2px 3px;
	border: 1px solid #bdc7d8;
	width:200px;
}
.inputtrefer, select.field {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 2px 3px 2px 3px;
	border: 1px solid #bdc7d8;
	width:250px;
}
.inputtsharelink {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 2px 3px 2px 3px;
	border: 1px solid #bdc7d8;
	width:390px;
}
.inputtrefer:focus {
 	border: 1px solid #FD5D0E;

}

.inputt2withdraw {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 2px 3px 2px 3px;
	border: 1px solid #bdc7d8;
	width:250px;
}
.inputt2withdraw:focus {
 	border: 1px solid #FD5D0E;
}

}
.checkboxx {
	float: left;
	display: block;
	margin: 0 2px 8px 0px;
}

select {
	margin:0;
	font-size:100%;
	color:#333;
}

textarea {
	border: 1px solid #bdc7d8;
	padding: 3px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
}

.butt {
	margin:0;
	padding: 3px 5px 3px 5px;
	border: 1px solid #DBFB9D;
	background: #94D710;
	color: #000;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	overflow: visible;
}

.butt:hover {
	background: #B9FB36;
}


/* Pagination
----------------------------------------------- */	

div.pagination {
	clear: both;
	font-size: 11px;
	margin: 20px 0;
	text-align: center;
	padding: 2px 0;
}

div.pagination a {
	border: 1px solid #E8E8E8;
	padding: 4px 8px;
	text-decoration:none;
	margin: 1px;
	color: #fff;
}

div.pagination a:hover {
	border: 1px solid #94D710;
	padding: 4px 8px;
	background: #94D710;
	color: #FFFFFF;
}

div.pagination span.disabled {
	padding: 4px 8px;
	margin: 2px;
	border: 1px solid #EEEEEE;
	color: #DDDDDD;
}

div.pagination span.curPage {
	background: #94D710;
	border: 1px solid #94D710;
	padding: 4px 8px;
	color: #FFFFFF;
	margin: 1px;
}
