* {
    box-sizing: border-box;
}
body {margin: 0px; font-family: 'arial',sans-serif;}
form {margin:0 auto; }

h1, h2, h3, h4, h5, h6, form { padding:0; margin:0; }
h1 {font-size:20px; font-weight:100; color:#FFFFFF; }
h2 {font-size:18px; font-weight:100; color:#FFFFFF; }

a {
	text-decoration: none;
}

a.cashback_type {
	text-decoration: none;
	color: #3a3a3a;
}
a.favorite {
	text-decoration: none;
	font-weight: bold;
	color: #03a3e2;
}

a.relevant {
	text-decoration: none;
	color: #cccccc;
}

a.featuredlist {
	text-decoration: none;
	font-weight: bold;
	color: gray;
}

span.favorite {
	font-weight: bold;
	font-size: 12px;
	color: #03a3e2;	
}

a img { border:0; }
.textwrap {
	float: left;
	margin: 10px;
}

 div.rebate {
 	width: 25%;
 	float: left;
 	text-align: left;
 }
 div.provider {
 	width: 70%;
 	float: left;
 	text-align: left;
 }	  
 div.gosign {
 	width: 5%;
 	float: left;
 }
 
/* define keyframe，blink */
@keyframes blink{
  0%{opacity: 1;}
      
  100%{opacity: 0;} 
}
/* add compatibility */
@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    51% { opacity: 0; }    
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    51% { opacity: 0; }      
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% {opacity: 1; } 
    50% { opacity: 1; }
    51% { opacity: 0; }      
    100% { opacity: 0;}
}
@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    51% { opacity: 0; }      
    100% { opacity: 0; }
}
/* blink */
.blink{
    color: #fe5e00;
    font-size:24px;
    animation: blink 2s linear infinite;  
    -webkit-animation: blink 2s linear infinite;
    -moz-animation: blink 2s linear infinite;
    -ms-animation: blink 2s linear infinite;
    -o-animation: blink 2s linear infinite;
}
tr:nth-child(even) {background-color: #eeeeee;}
 	  
/*div.square {border: 1px solid lightgray; margin: 1px 1px auto; background-color:white; width:144px; max-width:144px; height:144px; max-height:144px; overflow:hidden; padding:0; display:block; float:left; clear:none; text-align: center; vertical-align:middle;}*/
div.stars {width:100%; background-color:white; text-align: center;}
div.program {width:40px; background-color:white; text-align: left;}
div.logos {white-space: wrap; position:50%; width:100%; height:80px; line-height:50%; background-color:white; display:inline-block; text-align: center; vertical-align:middle; clear:left; font-size: 14px; color: gray;}
div.providerlogos {white-space: wrap; position:50%; width:100%; height:50%; line-height:50%; background-color:white; display:inline-block; text-align: center; vertical-align:middle; clear:left; font-size: 14px; color: gray;}
div.plogos {white-space: wrap; position:50%; width:100%; height:100px; line-height:50%; background-color:white; display:inline-block; text-align: center; vertical-align:middle; clear:left; font-size: 14px; color: gray;}
div.cashback {width:100%; height:22px; padding-top:4px; background-color:#718D6F; text-align: center; clear:left; font-size: 12px; color: white;}
div.cashback2 {width:100%; height:40px; padding-top:4px; text-align: center; clear:left; font-size: 20px; font-weight: bold; color: darkgreen;}
div.cashback3 {width:100%; height:24px; padding-top:1px; background-color:white; text-align: center; clear:left; font-size: 20px; font-weight: bold; color: white;}
div.cbsection {width:100%; padding-bottom:1px; background-color:white; text-align:left; clear:both; text-transform:uppercase; font-size: 13px; font-weight: bold; color:#6b6b6b;}
span.cashback {font-size:20px;}
span.cbunit {font-size:12px; color: #fe5e00;}
span.dealnewprice {font-size:14px; color: #fe5e00; font-weight:bold;}
span.dealoldprice {font-size:12px; color: grey; text-decoration:line-through;}
span.cbtext {font-size:24px; color: #fe5e00;}
span.provider {font-size:11px; color: #808080;}
div.trademark {font-size:11px; text-align:left; color:gray;}
div.store_description {font-size:13px; text-align:left; vertical-align: middle; color:#303030;}
div.stores {width:100%; height:42px; background-color:white; text-align: center; font-size: 12px; color: lighgray; }
div.nologo {white-space: wrap; width:100%; height:120px; background-color:white; display:table-cell; text-align: center; vertical-align:middle; clear:left; font-size: 16px; color: gray;}
a.nologo {width:100%; height:48px; line-height:90%; text-align:center; font-size: 15px; font-weight:bold; color: #353534; text-decoration: none;}
a.nologo:hover {color: #1e9944;}
a.typical {width:100%; font-size: 14px; color: #353534; text-decoration: none; vertical-align: middle;}
a.typical:hover {color: #fe5e00;}
a.deals {width:100%; height:20px; text-align:left; font-size: 12px; color: black; text-decoration: none;}
a.deals: hover {color: #fe5e00;}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.helper2 {
    display: inline-block;
    height: 86px;
    vertical-align: middle;
}
img.logos {
    background: white;
    vertical-align: middle;
    max-height: 64px;
    max-width: 80px;
}
img.plogos {
    background: white;
    vertical-align: middle;
    max-height: 120px;
    max-width: 120px;
}

div.section {border-radius:6px 6px 6px 6px; border:1px solid #1e9944; width:100%; background-color:#ebebeb; font-size:14px; overflow: hidden; }
div.store {width: 240px; display: block; float: left; overflow:hidden; padding:2px;}
div.provider {width: 240px; display: block; float: left; overflow:hidden; padding:2px; }
label {height:24px; line-height:24px;}
reginput {height: 24px; border-radius:6px 6px 6px 6px; border:1px solid #1e9944; font-size:14px;}

header { width:100%; display:block; padding-bottom:0px; border-bottom:#1e9944 solid 0px; margin-bottom:5px; z-index:10;}
.clearfix { clear:both; }
.clearfix2 { clear:both; padding:5px; }
.clear2 { clear:both; padding:5px; }
.clear3 { clear:both; padding:10px; }

.container { max-width:1100px; margin:auto; border: 0px }
.menu_bar_container { max-width:1100px; margin:0 auto;}

.top_bar { float:left; font-family: 'arial', sans-serif;  width:100%; background-color:#1e9944; padding: 5px 0; margin-bottom:5px; min-height:20px; color:#fff!important; }
.menu_bar { float:right; font-family: 'arial', sans-serif; text-align:right; width:100%; background-color:#ebebeb; padding: 5px 0; margin-bottom:5px; min-height:16px; color:#fff!important; }
.mid_bar { display:block;border-radius: 4px; background:#1e9944; text-align:center; padding:4px 0 0 0; font-size:14px; color:#fff; font-weight:normal; text-align:center; text-transform:none; height:20px; margin-bottom:5px;}

.app_icon{color:#FFF; text-decoration:none; font-weight:normal; float:left; text-align:left; margin-top:5px; }
.app_icon a{ color:white; text-decoration:none; font-size:14px;  font-weight:100; float:left; margin-right:5px;}
.app_icon a:hover{ text-decoration:none; opacity:0.5; }
.app_icon a img{height:20px;}
.app_mobile {display:none; }

.header_news{ color:#FFF; text-decoration:none; font-weight:normal; float:left; text-align:left; margin-top:5px;}
.header_news a{ color:white; text-decoration:none; font-size:14px;  font-weight:100; float:left; margin-right:5px;}

.language {color:#FFF; text-decoration:none; font-weight:normal; float:right; width:180px; height:auto;}
.language_icon { color:#FFF; text-decoration:none; font-weight:normal; float:right; text-align:right; line-height:20px; clear:both;}
.language_icon a{ color:#167e36; text-decoration:none; font-size:14px;  font-weight:100;}
.language_icon a:hover{ text-decoration:none; opacity:1;color:#fe5e00;}}
.language_icon a img{height:20px; }

.timing_icon { width:170px; float:left; font-size:12px; font-weight:100; }
.timing_icon span{ font-size:18px; font-weight:100; float:left; margin-right:5px; }

.select_language {float:right; font-size:14px; font-weight:100; margin-top:0px; text-align:right; height:20px; clear:both;}
.select_language ul li a { color:#6F6F6F; }

.friends_icons { color:#FFF; text-decoration:none; font-weight:normal; float:right; margin-top:5px;}
.friends_icons a{ color:white; text-decoration:none; font-size:14px;  font-weight:100; float:left; margin-right:5px;}
.friends_icons a img{width:20px; height:20px; vertical-align:text-bottom; }

.social_icons { color:#FFF; text-decoration:none; font-weight:normal; clear:both; float:none; margin-top:5px;}
.social_icons a{ color:white; text-decoration:none; font-size:14px; font-weight:100; float:left; margin-right:5px; }
.social_icons a img{width:20px; height:20px; vertical-align:text-bottom;}

.menu_bar a{ color:#3e3e3e; margin-right:0px; font-size:14px; line-height:16px; text-decoration:none; cursor:pointer; }
.menu_bar a:hover { color:#fe5e00; }

.st_sharethis_custom{
	background: url("/image/sharethis.png") no-repeat scroll left top transparent;
	padding:0px 0px 0 0;
}

.halfwidth { width:48%; float:left; text-align:left; padding-left:10px; text-align:center;  }
.fullwidth ol {list-style-position: inside; margin:0; padding:0; text-align:center;}
.fullwidth ol li { width:48%; text-align:left; background-color:#fff; padding:5px 0 5px 10px; border-bottom:#CCC dotted 1px; margin-right:15px; }
.fullwidth ol li:nth-child(odd) {float:left;  }
.fullwidth ol li:nth-child(even) {padding-right:0; float:left; width:46%; background-color:#fff;  margin-right:0; }
.fullwidth ol li a { color:black; font-size:16px; line-height:16px; text-decoration:none; cursor:pointer; }
.fullwidth ol li a:hover { color:#fe5e00; }

.fullwidth ol li a span {color:#1e9944!important; text-align:center;}

a.whitetext { color:white; text-decoration:none; font-size:14px;}
a.greentext { color:#1e9944; text-decoration:none; }
a.greentext:hover { color:#000; text-decoration:underline; }

.border_top_box { border-top:#eff0e8 solid 1px; padding-top:10px; margin-top:10px; clear:both; }
.tags_box {background: #fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top, #fdfdfd 0%, #f3f3f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fdfdfd 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fdfdfd 0%,#f3f3f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fdfdfd 0%,#f3f3f3 100%); /* IE10+ */
background: linear-gradient(to bottom, #fdfdfd 0%,#f3f3f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
border-bottom:#e0e0de solid 2px; padding:15px; display:block; font-size:16px; color:#000; text-align:left;
}
.tags_box strong {font-family: 'arial', sans-serif; font-size:16px;}
.tags_box a{font-size:16px; color:#1e9944; text-decoration:none;}
.tags_box a:hover{color:#000;}

.text_left { text-align:left; }


.logo { font-family: 'arial', sans-serif; display:inline-block; color:#167e36; position:relative; width: 320px; height: 64px;}

.logo a{ font-family: 'arial', sans-serif; font-size:40px; color:#167e36; text-decoration:none; font-weight:200; }
.logo a span { color:#fe5e00; }
.logo a div {width:320px; font-family: 'arial', sans-serif; font-size:14px; letter-spacing:4px!important; color:#000; text-transform:uppercase; font-weight:100; line-height: 0; text-decoration:none; }
.logo a img { width:100%; }

.top_ad { width:470px; height:61px; float:right; text-align:right; }

.users {
	font-family: "arial", sans-serif;
	font-size: 14px;
	font-weight:100;
	float: right;		
	color: #000;	
	text-align:right;
	margin-top:5px;
	/*line-height:20px;*/
}

.users a {
	font-size:14px;
	color: #167e36;	
	text-decoration: none;
}

.users a:hover {
	color: #fe5e00;
	text-decoration: none;
}

#signin {height:20px;} 
#signin a {font-size:14px;color:#6F6F6F;font-weight:100;}
#signin a:hover{color:#1e9944;}
#alert {border:1px solid #1e9944;width:300px;height:300px;background:#e2ecf5;z-index:1000;position:absolute;display:none;-webkit-border-radius:5px;} 
#alert h4 {height:20px;background:#1e9944;color:#fff;padding:5px 0 0 5px;} 
#alert h4 span {float:left;} 
#alert h4 span#close {margin-left:210px;font-weight:500;cursor:pointer;} 
#alert p {padding:0 0 0 0; height:30px;}  
#alert p input {width:150px} 
#alert p input.myinp {border:1px solid #ccc;height:20px;margin-right:20px;float:right;} 
#alert p input.sub {width:60px;margin-left:0px; margin-right:55px; height:20px;}

table { border-collapse:collapse;margin:auto; padding:0px;border:0; width:100%;}
td {border:0px solid #E0E0E0;}
td.tab, td.tabslt {width:25%;height:25px;padding:0px;border:0px;margin:0;}
td.tabslt { background-color:white; }
td.tab {background-color:#1e9944;}
div.tab, div.tabslt, div.tablt, div.tabrt {width:100%;height:100%;padding:8px 0px 0px 0px;text-align:center;font-weight:bold;background-color:white;}
div.tabslt {border-radius:8px 8px 0px 0px;background-color:#1e9944;color:white;}
div.tab   {border-radius:0px;}
div.tablt {border-radius:0px 0px 8px 0px;}
div.tabrt {border-radius:0px 0px 0px 8px;}
.hdbar {height:5px;background-color:#1e9944;border:0px;border-radius:5px 5px 0px 0px;}
table.cbm {width:100%;border:0px solid #1e9944; align:center; cellpadding:1; cellspacing:0;}

section {clear:both; text-align:center; overflow:hidden;z-index:0;}
.center_panel { max-width:740px; float:left; z-index:-1; }
.center_panel2 { max-width:935px; float:left; }

.left_bar img, .right_bar img, .top_ad img, .footer_ad img { width:100%; }
.footer_ad iframe { text-align:center; }

.body_contents {font-family: 'arial', sans-serif; font-size:16px; font-weight:100; color:#3a3a3a; }
.body_contents h1 {font-size:20px; font-weight:100; color:#ffffff; }

.body_contents2 {font-family: 'arial', sans-serif; font-size:16px; font-weight:100; color:#3a3a3a; text-align:left; }
.body_contents2 h1 {color: #167E36; font-size: 24px;font-weight: 100; margin: 0;  padding: 0; text-align: center; }

.body_contents2 a{color:#434343; text-decoration:none;}
.body_contents2 a:hover{color:#1e9944;}



.bookmoark {font-family: 'arial', sans-serif; font-size: 20px;	color: #ffffff;	padding: 10px 20px;	cursor:pointer;	background: -moz-linear-gradient( top, #188d3b 0%, #07b83c); background: -webkit-gradient(linear, left top, left bottom,	from(#188d3b), to(#07b83c)); -moz-border-radius: 5px; -webkit-border-radius: 5px;	border-radius: 5px;border: 2px solid #41d36d;-moz-box-shadow:	0px 1px 3px rgba(23,128,55,0.5), inset 0px 0px 1px rgba(23,128,55,0.6); -webkit-box-shadow:	0px 1px 3px rgba(23,128,55,0.5), inset 0px 0px 1px rgba(23,128,55,0.6); box-shadow:0px 1px 3px rgba(23,128,55,0.5),	inset 0px 0px 1px rgba(23,128,55,0.6); 	text-shadow:0px 0px 0px rgba(000,000,000,1),0px 1px 0px rgba(255,255,255,0.2); margin-bottom:20px; margin-top:10px; display:inline-block; text-transform:uppercase; animation-delay:1s; transition:all linear 0.2s 0s; -webkit-transition:all linear 0.2s 0s;}
.bookmoark:hover {font-size: 95%; transition:all linear 0.2s 0s; -webkit-transition:all linear 0.2s 0s;}

.SearchBox { z-index:-1; width:100%; padding:10px 0px; border-radius:5px; -webkit-border-radius:5px; background:rgba(208,210,197,0.3); margin:0 auto; border:#feceb2 solid 1px; text-align:center; }
.SearchBox input[type=text] {padding:5px; font-family: 'arial', sans-serif; font-size:16px; font-weight:100; border-width:1px; width:80%; }
.SearchBox input[type=submit] {cursor:pointer; height:28px;   }

.SearchBoxSingle { z-index:-1; width:100%; padding:10px 0px; border-radius:5px; -webkit-border-radius:5px; margin:0 auto; border:#feceb2 solid 0px; text-align:left; }
.SearchBoxSingle input[type=text] {padding:5px; font-family: 'arial', sans-serif; font-size:16px; font-weight:100; border-width:1px; width:50%; float:right;}
.SearchBoxSingle input[type=button] {cursor:pointer; float:right; margin-left:10px;}

.GiftCardWiki {z-index:-1; width:100%; padding:4px 0px; border-radius:5px; -webkit-border-radius:5px; margin:0 auto; border:#006090 solid 1px; text-align:center; text-color:#006090}
.GiftCardWiki a{ font-family: 'arial', sans-serif; font-size:16px; color:#006090; text-decoration:none; font-weight:100; }
.GiftCardWiki a:hover { color:#fe5e00; }
input[type=text]:focus{
  outline: 1px solid #fe5e00;
}


.foursteps_container { background:url(images/steps_background.png) no-repeat center top; min-height:219px; margin:50px 0; background-size:109%; padding-top: 5px; }
h2.steps_heading {color:#fe5e00; font-size:24px; padding:0; margin:0; margin-top:15px; }
h2.steps_heading  span{color:#167e36; font-size:22px; }
.step1, .step2, .step3, .step4 {float:left; position:relative;}

h2.section {color:#fe5e00; font-size:20px; padding:0; margin:0; margin-top:15px; }

.step1 {margin:53px 0 0 52px; width:127px!important; text-align:right; animation-delay:0.5s;}
.step2 {margin:11px  0 0 16px; width:126px!important; text-align:center; animation-delay:0.7s;}
.step3 {margin:54px  0 0 21px; width:126px!important; text-align:center; animation-delay:0.9s;}
.step4 {margin:17px  0 0 21px; width:187px!important; text-align:center; animation-delay:1s;}

.green_icon_box1 { position:absolute; top:37%; right:105px; }
.green_icon_box2 { position:absolute; top:3%; right:16px; }
.green_icon_box3 { position:absolute; top:67%; right:18px; }
.green_icon_box4 { position:absolute; top:19%; right:2px; }

.green_icon_box1, .green_icon_box2, .green_icon_box3, .green_icon_box4 {background-color:#1e9944; border-radius:50%; -webkit-border-radius:50px; width:43px; height:43px; text-align:center;}
.green_icon_box1 img, .green_icon_box2 img, .green_icon_box3 img, .green_icon_box4 img { width:30px; margin-top:7px; }

.step1text { font-family: 'arial', sans-serif; font-size:15px; font-weight:100; color:#3a3a3a; position:absolute; bottom:-40px; text-align:center; width:100%;}

.alphabet { border-radius: 4px; background:#fe5e00; text-align:center; margin:12px 0px; padding:12px 0px; font-size:18px; color:#fff; font-weight:normal; text-align:center;  }

.alphabet h2 {font-size:29px; color:#fff; font-weight:normal; text-align:center; line-height:24px; margin:0; padding:0;}
.letters {font-size:16px; color:#000; font-weight:normal; text-align:center;}
ul.letter_list { list-style:none; padding:0; margin:0; display:block; text-align:center; }
ul.letter_list li { display:inline-block; cursor:pointer; padding:0 3px; }
ul.letter_list li a{ color:#000; text-transform:uppercase; text-decoration:none;}
ul.letter_list li a:hover{color:#fe5e00; text-decoration:none;}
ul.letter_list li a.active {color:#ccc; text-decoration:none;}

.list_heading_bg .heading1, .list_heading_bg .heading2, .list_heading_bg .heading3, .list_heading_bg .heading4 { float:left; width:25%; text-align:left; font:normal 14px/18px 'TrajanProRegular'; text-transform:uppercase;  }


.green_bg { clear:both; border-radius: 4px; background:#1e9944; text-align:center; padding:12px 0px; margin-bottom:5px; margin-top:5px; font-size:18px; color:#fff; font-weight:normal; text-align:center; text-transform:none; }
.green_outside { width:100%; padding:12px 0px; border-radius:4px; -webkit-border-radius:5px; background:rgba(208,210,197,0.3); margin:0 auto; border:#1e9944 solid 1px; font-size:18px; color:#1e9944; font-weight:normal; text-align:center; text-transform:none; }

.greenborder { border-bottom:#1e9944 solid 1px; margin-bottom:20px; padding-bottom:20px; display:block; height:10px; clear:both; }
.greenborder2 { border-top:#1e9944 solid 1px; margin-bottom:20px; padding-bottom:10px; display:block; clear:both; text-align:right; }



.listing_wrapper { float:left; width:100%; }
.listing_wrapper .left_panel { float:left; width:50%; }
.listing_wrapper .right_panel { float:right; width:50%; }
.listing_wrapper h2 { background: #f7f9f0; /* Old browsers */
background: -moz-linear-gradient(top, #f7f9f0 0%, #e8eadf 69%, #e8eadf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f9f0), color-stop(69%,#e8eadf), color-stop(100%,#e8eadf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f7f9f0 0%,#e8eadf 69%,#e8eadf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f7f9f0 0%,#e8eadf 69%,#e8eadf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f7f9f0 0%,#e8eadf 69%,#e8eadf 100%); /* IE10+ */
background: linear-gradient(to bottom, #f7f9f0 0%,#e8eadf 69%,#e8eadf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9f0', endColorstr='#e8eadf',GradientType=0 ); /* IE6-9 */
 border-bottom:solid 1px #cdcdcb; padding:10px 0px 10px 10px; font-size:14px; color:#0d1600; font-weight:normal; text-align:left; margin:0; margin-bottom:15px;  }


td.regleft {
	font-size: 13px;
	text-align: right;
	vertical-valign: middle;
	height: 30px;
}

td.regterms {
	font-size: 10px;
	color: gray;
	text-align: middle;
	vertical-valign: middle;
	height: 30px;
}
td.regright {	
	font-size: 13px;
	text-align: left;
	vertical-valign: middle;
	height: 30px;
}

table { clear:both; table-layout:fixed;}
table tr { vertical-align:top; font-size:14px; color:black; vertical-align:middle;font-weight:500}
table tr a{font-family: arial; font-size:14px; font-weight:500; color:black; text-decoration:none;word-break:break-all}
table tr a:hover{color:#fe5e00;}
table tr td.heading_bg { background: #f7f9f0; /* Old browsers */
background: -moz-linear-gradient(top, #f7f9f0 0%, #e8eadf 69%, #e8eadf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f9f0), color-stop(69%,#e8eadf), color-stop(100%,#e8eadf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f7f9f0 0%,#e8eadf 69%,#e8eadf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f7f9f0 0%,#e8eadf 69%,#e8eadf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f7f9f0 0%,#e8eadf 69%,#e8eadf 100%); /* IE10+ */
background: linear-gradient(to bottom, #f7f9f0 0%,#e8eadf 69%,#e8eadf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9f0', endColorstr='#e8eadf',GradientType=0 ); /* IE6-9 */
font-size:16px; color:#0d1600; font-weight:normal; }

.listing_wrapper h2.padding_left_50 { padding-left:50px;  }

 
ul.Store_list { list-style:none; padding:0; margin:0; }
ul.Store_list li {text-align:left; margin-bottom:10px; padding-left: 10px; min-height: 20px; }
ul.Store_list li a{font-family: 'arial', sans-serif; font-size:16px; font-weight:100; color:#2b2b2b; text-decoration:none;}
ul.Store_list li a:hover{color:#fe5e00;}

ul.Store_list2 { list-style:none; padding:0; margin:0; }
ul.Store_list2 li {text-align:left; margin-bottom:10px; padding-left: 10px; min-height: 20px; }
ul.Store_list2 li a{font-family: 'arial', sans-serif; font-size:16px; font-weight:100; color:#007925; text-decoration:none; }
ul.Store_list2 li a:hover{color:#fe5e00;}


ul.Cashback_pagination { list-style:none; padding:0; margin:0; display:block; text-align:center; margin-top:15px; margin-bottom:15px; }
ul.Cashback_pagination li { display:inline-block; }
ul.Cashback_pagination li a{ display:inline-block; padding:5px 7px; margin:0 2px; background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
color:#000; text-decoration:none; }
ul.Cashback_pagination li a:hover{ display:inline-block; padding:5px 7px; margin:0 2px; background: #1e9944; color:#fff; text-decoration:none; }
ul.Cashback_pagination li a.current{ background: #1e9944; color:#fff; text-decoration:none; }

footer { background-color:#646464; padding:20px 0; width:100%; text-align:center;  font:normal 12px/18px 'arial', sans-serif; color:#fff; text-decoration:none; clear:both; margin-top:15px;}
footer a{ font:normal 12px/18px 'arial', sans-serif; color:#fff; text-decoration:none;}
footer a:hover{ color:#ccc;}



.wrapper {
	max-width:1024px;
	width:100%;
	margin:0 auto;
	position:relative;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact-form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#F9F9F9;
	padding:25px;
}
#contact-form h3 {
	color:#19933f;
	display:block;
	font-size:28px;
}
#contact-form h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}
#contact-form label span {
	cursor:pointer;
	color:#19933f;
	display:block;
	margin:5px 0;
	font-weight:900;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	width:95%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form select {
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form select:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}
#contact-form button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#19933f;
	background-image:linear-gradient(bottom, #19933f 0%, #1fba4f 52%);
	background-image:-moz-linear-gradient(bottom, #19933f 0%, #1fba4f 52%);
	background-image:-webkit-linear-gradient(bottom, #19933f 0%, #1fba4f 52%);
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form button[type="submit"]:hover {
	background-image:linear-gradient(bottom, #fe6307 0%, #fe7626 52%);
	background-image:-moz-linear-gradient(bottom, #fe6307 0%, #fe7626 52%);
	background-image:-webkit-linear-gradient(bottom, #fe6307 0%, #fe7626 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {outline:0;border:1px solid #999;}
::-webkit-input-placeholder { color:#888;}
:-moz-placeholder { color:#888;}
::-moz-placeholder {color:#888;}
:-ms-input-placeholder { color:#888;}

.Big_view { display:inherit; }

.footer_ad_mobile { display:none;}
.div_display {display:inherit;}

@media only screen and (max-width: 600px) {
	img.retailer {
	    background: white;
	    vertical-align: middle;
	    width: 120px;
	    padding:5px;
	}
	img.sitelogo {
		max-width: 200px;
	}
}

@media only screen and (min-width: 601px) {
	img.retailer {
	    background: white;
	    vertical-align: middle;
	    max-width: 200px;
	    padding:5px;
	}
	img.sitelogo {
		max-width: 300px;
	}	
}


@media only screen and (max-width: 900px) {
	.left_bar { display:none;}
	.right_bar {display:none;}	
}

@media only screen and (min-width: 901px) and (max-width: 1019px) {
	.left_bar { width:145px; margin-right:35px; float:left; display:block;}
	.right_bar {display:none;}	
}

@media only screen and (min-width: 1020px) {
	.left_bar { width:145px; margin-right:35px; float:left; display:block;}
	.right_bar {width:140px; margin-left:20px; float:left; display:block; position:relative; z-index:1;}	
}

/*pink #FAD8FD*/
@media only screen and (max-width: 300px) {
	.square {border: 1px solid lightgray; margin: 0px 0px auto; background-color:white; width:100%; height:144px; max-height:144px; overflow:hidden; padding:0; display:block; float:left; clear:none; text-align: center; vertical-align:middle;}
	.squareAd {display: none;}
	.square:hover { background-color: #000000; }
	.pinksquare {border: 1px solid lightgray; margin: 0px 0px auto; background-color: #90EE90; width:100%; height:144px; max-height:144px; overflow:hidden; padding:0; display:block; float:left; clear:none; text-align: center; vertical-align:middle;}
	.tdcashback {height: 32px; width: 30%; text-align: middle; }
	.tdprovider {width: 60%; text-align: left;}
	.tdcashbacktype {width: 10%; text-align: middle;}
	.tdbonus {width: 15%; text-align: middle; display: none;}
	.tdreview {width: 20%; text-align: middle; display: none;}
}

@media only screen and (min-width: 301px) and (max-width: 600px) {
	.square {border: 1px solid lightgray; margin: 0px 0px auto; background-color:white; width:50%; height:144px; max-height:144px; overflow:hidden; padding:0; display:block; float:left; clear:none; text-align: center; vertical-align:middle;}
	.squareAd {border: 1px solid lightgray; margin: 0px 0px auto; background-color:white; width:50%; height:144px; max-height:144px; overflow:hidden; padding:0; display:block; float:left; clear:none; text-align: center; vertical-align:middle;}
	.pinksquare {border: 1px solid lightgray; margin: 0px 0px auto; background-color: #90EE90; width:50%; height:144px; max-height:144px; overflow:hidden; padding:0; display:block; float:left; clear:none; text-align: center; vertical-align:middle;}
	.tdcashback {height: 32px; width: 30%; text-align: middle; }
	.tdprovider {width: 60%; text-align: left;}
	.tdcashbacktype {width: 10%; text-align: middle;}
	.tdbonus {width: 15%; text-align: middle; display: none;}
	.tdreview {width: 20%; text-align: middle; display: none;}
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
	.square {border: 1px solid lightgray; margin: 0px 0px auto; background-color:white; width:33.33%; height:144px; max-height:144px; overflow:hidden; padding:0; display:block; float:left; clear:none; text-align: center; vertical-align:middle;}
	.squareAd {display: none;}
	.pinksquare {border: 1px solid lightgray; margin: 0px 0px auto; background-color: #90EE90; width:33.33%; height:144px; max-height:144px; overflow:hidden; padding:0; display:block; float:left; clear:none; text-align: center; vertical-align:middle;}
	.div_display4 {display:inherit;}
	.div_display5 {display:inherit;}
	.div_display6 {display:inherit;}
	.tdcashback {height: 32px; width: 25%; text-align: middle; }
	.tdprovider {width: 45%; text-align: left;}
	.tdcashbacktype {width: 5%; text-align: middle;}
	.tdbonus {width: 15%; text-align: middle; display: none;}
	.tdreview {width: 25%; text-align: middle;}
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
	.square {border: 1px solid lightgray; margin: 0px 0px auto; background-color:white; width:25%; height:144px; max-height:144px; overflow:hidden; padding:0; display:block; float:left; clear:none; text-align: center; vertical-align:middle;}
	.squareAd {border: 1px solid lightgray; margin: 0px 0px auto; background-color:white; width:25%; height:144px; max-height:144px; overflow:hidden; padding:0; display:block; float:left; clear:none; text-align: center; vertical-align:middle;}
	.pinksquare {border: 1px solid lightgray; margin: 0px 0px auto; background-color: #90EE90; width:25%; height:144px; max-height:144px; overflow:hidden; padding:0; display:block; float:left; clear:none; text-align: center; vertical-align:middle;}
	.div_display5 {display:inherit;}
	.div_display6 {display:none;}
	.div_display4 {display:none;}
	.tdcashback {height: 32px; width: 20%; text-align: middle; }
	.tdprovider {width: 40%; text-align: left;}
	.tdcashbacktype {width: 5%; text-align: middle;}
	.tdbonus {width: 15%; text-align: middle;}
	.tdreview {width: 20%; text-align: middle;}}

@media only screen and (min-width: 1025px) {
	.square {border: 1px solid lightgray; margin: 0px 0px auto; background-color:white; width:20%; height:144px; max-height:144px; overflow:hidden; padding:0; display:block; float:left; clear:none; text-align: center; vertical-align:middle;}
	.squareAd {display: none;}
	.pinksquare {border: 1px solid lightgray; margin: 0px 0px auto; background-color: #90EE90; width:20%; height:144px; max-height:144px; overflow:hidden; padding:0; display:block; float:left; clear:none; text-align: center; vertical-align:middle;}
	.div_display4 {display:inherit;}
	.div_display5 {display:inherit;}
	.div_display6 {display:none;}
	.tdcashback {height: 32px; width: 20%; text-align: middle; }
	.tdprovider {width: 40%; text-align: left;}
	.tdcashbacktype {width: 5%; text-align: middle;}
	.tdbonus {width: 15%; text-align: middle;}
	.tdreview {width: 20%; text-align: middle;}}

@media only screen and (width:1024px) {
	.center_panel { width:100%; float:left; }
	.center_panel2 { width:80%; float:left; }
	.footer_ad img{ width:100%; height:auto; }
	
	.step1 {margin: 19px 0 0 35px; width: 127px !important;}
	.step2 {margin: 7px 0 0 -3px; width: 123px !important;}
	.step3 { margin: 26px 0 0 5px; width: 126px !important;}
	.step4 {margin: -17px 0 0 -19px; width: 187px !important;}
}
@media (max-width:768px) {
	.center_panel { width:100%; float:left; }
	.center_panel2 { width:80%; float:left; }
	.left_bar img, .right_bar img { width:100%; }
	.top_ad img{ display:none; }
	.footer_ad img{ width:100%; height:auto; }
	.fullwidth ol li, .fullwidth ol li:nth-child(even) { width:100%; float:inherit; clear:both; margin:0; text-align:center;}
	
	.SearchBox {border-radius: 6px; padding: 0px; width: 100%;}
	.SearchBox input[type="submit"] { border-radius: 0 3px 3px 0; font-size: 13px; padding: 9px 13px 9px 10px;}
	.SearchBox input[type="text"] {border-radius: 3px 0 0 3px;  font-size: 13px; padding: 5px 5px; width: 60%;}
	.bookmoark { font-size:12px; }
	
	.foursteps_container { background:none;  margin:0 auto; padding-top: 5px; width:187px; padding-bottom:35px; }
	.step1, .step2, .step3, .step4 {float:inherit; text-align:center; position: relative;}
	.step1 {margin: 16px 0 0 27px;}
	.step2 {margin: 54px 0 0 27px;}
	.step3 {margin: 54px 0 0 27px;}
	.step4 {margin: 55px 0 0;}

}
@media (max-width:767px) {
	.container { margin-left:5px; margin-right:5px; }
	.menu_bar a{ color:#3e3e3e; margin-right:0px; font-size:11px; line-height:13px; text-decoration:none; cursor:pointer; }
	.menu_bar_container { margin-left:0px; margin-right:0px; }
	.foursteps_container { background:none;  margin:0 auto; padding-top: 5px; width:187px; overflow:hidden; padding-bottom:35px; }
	.step1, .step2, .step3, .step4 {float:inherit; text-align:center; position: relative;}
	.step1 {margin: 16px 0 0 27px;}
	.step2 {margin: 54px 0 0 27px;}
	.step3 {margin: 54px 0 0 27px;}
	.step4 {margin: 55px 0 0;}
	
	.step1text {bottom: -26px;}
	
	.top_ad, .left_bar, .right_bar, .footer_ad { display:none; }
	
	.footer_ad_mobile { width:100%!important; display:inherit; }
	
	.app_mobile {display:inherit; }	
	.logo { font-family: 'arial', sans-serif; display:inline-block; color:#167e36; position:relative; width: 240px; height: 52px;}
	.logo a {letter-spacing:1px!important; font-size:14px;}
	
	.logo a img { width:100%;}
	.logo a div {letter-spacing:2px!important;}
	
	/*.logo { margin-left:71px; text-align:right; }
	.logo:before {left:-63px; top:6px; }*/
	
	.center_panel {float:inherit; width: 100%;}
	.fullwidth ol li, .fullwidth ol li:nth-child(even) { width:95%; float:inherit; clear:both; text-align:center;}
	table tr td.heading_bg {font-size:12px; }
	
	
	.clear2 {clear: both;  padding: 2px!important;}
	.clear3 {clear: both;  padding: 2px!important;}
	.halfwidth {float:inherit; padding-left: 10px; width:90%;}
	
	
	.top_bar {margin-bottom: 5px; min-height: 20px;}
	.mid_bar {margin-bottom: 5px; min-height: 20px;}
	.timing_icon {float: inherit; width: 100%;}
	.social_icons {text-align: left;}
	
	.language {color:#FFF; text-decoration:none; font-weight:normal; float:right; width:100px; font-size: 11px;}
	.language_icon a{ color:#167e36; text-decoration:none; font-size:11px;  font-weight:100;}
	.language_icon a:hover{color:#fe5e00;}
	.select_language {margin-top: 0; height:20px; line-height:20px;}
	#nav li ul{position: absolute;
	left: -999em;
	height: auto;
	width: 80px;
	font-weight: normal;
	border-width:0;
	margin: 0;
	z-index:1000000!important;}
	#nav li a{ color:black; font-size:11px;padding:0px 0px;}
	a.language_list {padding:3px 0px;}
	
	.SearchBox {border-radius: 4px; padding: 8px 0 9px 0; width: 100%;}
	.SearchBox input[type="text"] {border-radius: 3px 0 0 3px;  font-size: 13px; padding: 7px 5px; width: 70%;}
	.SearchBox input[type="submit"] { border-radius: 0 3px 3px 0; font-size: 13px; padding: 9px 5px 9px 5px;}
	.bookmoark { font-size:12px; }
	
	.Big_view { display:none!important; }
}