@charset "utf-8";




*{
	
	box-sizing: border-box;
	font-size: 14px;
}

a{
	text-decoration: none;
}

body{ 
	margin:0;
	pdding:0;
}





footer {/*m*/

	display: flex;
	
	flex-wrap: wrap;
	
	flex-direction:  row;
	justify-content: flex-end;
	align-items: center;

	background-color: #DDD;
	
}


section#contents{
	margin: 50px 0 0 0;
}

#title {
	margin: 10px 0 30px 20px;
}


#main{
    display:flex;
	flex-wrap: wrap;
    flex-direction:row;
    justify-content:center;

}

#content {
	width:750px;

}

#logo{
	display:flex;
	flex-direction:row;
	justify-content:center;

	font-size:64px;
	letter-spacing: -5px;
	text-shadow: 1px 1px 0px #000;
}


#update{
	text-align:left;
	margin: 12px 0 0 0;
}

img{ border-style:none; }


h1{ color: red; font-size: 18px;}
h2{ color: red; }
#h1{ color: blue; margin-top:20px; margin-bottom:0px; margin-left: 2em; font-size:100%; }

#h2{ text-align: left; font-size:100%; }


/* form */
#form{

	display:flex;
	flex-direction:row;
	justify-content:center;

}

input#search_text{
	margin-top: 40px;
	padding-left: 0.5em;
	height: 40px;
	width:500px;
	font-size:120%; font-weight:bold;
	vertical-align:middle;

}
#buttons{
	display:flex;
	flex-direction:row;
	justify-content:center;
}
input.button{ width:100px; height: 30px; margin-top: 30px; font-size:100%; }









/* categories */

#categories{
	background-color:red;
	/*height:400px;*/
	margin:40px 0 0 0;
	padding:10px;
	border-radius: 12px;


    display:flex;

    flex-direction:row;
    flex-wrap:wrap;

    /*justify-content:space-around;*/
	/*justify-content: space-between;*/
	/*align-content:   space-between;*/


}

.category{
	width:140px; height:25px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 1em;
	margin-right: auto;
	background-color: #ffcc99;
	border:1px solid #333333;

}

.category:hover{ background-color: #ffffff; }
.category a:link { color: blue; }
.category a:visited { color: blue; }

.category img { width: 16px; height: 16px; }





/* description */

.description {
	margin: 40px 0 0 0;
	padding: 15px 15px 15px 15px;
}


strong{ font-weight:normal; }
strong.cashback-site{ color:green; font-weight:bold; line-height: 250%; }
strong.cashback-comp{ color:red; font-weight:bold; line-height: 250%; }

dd { margin-bottom: 30px; }
dt { font-weight:bold; }



/* news */
#compare_news {
	margin: 0 0 40px 0;
	padding: 15px 15px 15px 15px;
	background-color: #98FB98;
}

#compare_news_title {

	font-size: 20px;
	margin: 0 0 20px 0;

}

#compare_news ul {
	margin: 0 0 0 25px;
	list-style: outside none none;

}
#compare_news li {
	margin: 0 0 12px 0;
}

#compare_news a {
	font-size: 18px;
}


/* footer */
footer a {
	margin: 10px 10px 10px 0;

}

footer p {
	margin: 10px 10px 10px 0;

}





/*!
 * Bootstrap v1.3.0
 *
 * Copyright 2011 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 * Date: Thu Sep 22 12:52:42 PDT 2011
 */
/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */



header {
	color:#404040;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
	
	height:40px;
	left:0;
	overflow:visible;
	position:fixed;
	right:0;
	top:0;
	z-index:10000;
}

.topbar-inner, header .fill {
	height:40px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	background-color:#222222;
	background-image:-moz-linear-gradient(center top , #333333, #222222);
	background-repeat:repeat-x;
}

.container-fluid {
	min-width:1150px;
	padding-left:20px;
	padding-right:20px;
	position:relative;
}

.container-fluid form{
	margin:0;
}

header a {
	color:#BFBFBF;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	text-decoration:none;
}

header h3 a, header .brand {
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:20px;
	font-weight:200;
	line-height:1;
	margin-left:-20px;
	padding:8px 20px 12px;
}

header h3 a:hover, header .brand:hover{
	text-decoration:underline;
}

ul.nav{
	border:0 none;
	margin:0;
	list-style:disc outside none;
}
ul.nav li{
	float:left;
	display:block;
	border:0 none;
	margin:0;
	list-style:disc outside none;
}

header div > ul a, .nav a {
	display:block;
	float:none;
	line-height:19px;
	padding:10px 10px 11px;
}

header div > ul .active > a {
	background-color:rgba(0, 0, 0, 0.5);
}


header div > ul a:hover {
	color:#FFF;
}

header p {
	line-height:40px;
	margin:0;
}
.pull-right {
	float:right;
}

header p a:hover{
	color:#FFF;
	text-decoration:underline;
	
}


.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success, .alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info, .alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
:root .alert-message, :root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}



