/******************
Global
******************/
* {
  word-wrap:break-word;
  margin:0;
  padding:0;
}
body {
  margin:auto;
  font-family:arial;
  font-size:12px;
  color:#A79364;
  padding-bottom: 15px;
}
img {
  border:0 none;
}
table {
  border-spacing: 0;
}
ol, ul {
  list-style: none outside none;
}
#search-form input {
  vertical-align: middle;
}
input.search_input {
  padding: 2px;
  font-size: 22px;
  width: 360px;
  color: #B9B9B9;
}
input.search_submit {
  background: url(../images/agreed/search_button.png) no-repeat;
  border: none;
  width: 82px;
  height: 38px;
  margin-left: 15px;
}
.top-header {
  background-color: #78A335;
  border-bottom: 1px solid #436317;
  height: 15px;
}
h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
}
h1 span.first {
  color: #78A335;
}
h1 span.second {
  color: #525252;
}
h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
}
h2 span.first {
  color: #78A335;
}
h2 span.second {
  color: #525252;
}
table.category-list {
  width: 90%;
  margin: auto;
}
table.category-list td {
  padding-bottom: 10px;
}
table.category-list a {
  color: #0066CC;
}
table.store-list {
  width: 100%;
  margin: auto;
}
table.store-list {
  text-align: center;
}
table.store-list a {
  color: #0066CC;
  font-size: 0.9em;
  text-decoration: none;
}
/******
 Lander specifics
******/
.lander_body {
  background: #FFFFFF url(../images/agreed/lander_top_bg.png) repeat-x;
}
.lander_body h1{
  border-bottom: 1px solid #E6E6E6;
}
.lander_body .container {
  margin: 0 auto;
  position:relative;
  width:970px;
  z-index:2;
  overflow:auto;
}
.lander_search_box {
  background: url(../images/agreed/lander_top_logo.png) no-repeat;
  padding-left: 160px;
  padding-top: 105px;
  height: 70px;
  width: 475px;
  margin: 30px auto 50px auto;
}
.lander_search_box span.input_info {
  color: #525252;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
.lander_footer {
  border-top: 1px solid #9B9155;
  border-bottom: 1px solid #9B9155;
  background-color: #C7BF90;
  margin-top: 30px;
  text-align: center;
  color: #4A410E;
  height: 19px;
  padding-top: 3px;
}
.lander_footer a {
  color: #4A410E;
}
/******
 Search specifics
******/
.search_header_wrapper {
  width: 100%;
  height: 104px;
  background: url(../images/agreed/search_top_bg.png) repeat-x;
  position: relative;
  top: -16px;
}
.search_header {
  border-spacing: 0;
  margin: 0 auto 0 auto;
  width: 970px;
}
.search_top_logo {
  background: url(../images/agreed/search_top_logo.png) no-repeat;
  height: 99px;
  width: 286px;
}
.search_body .container {
  background: url(../images/agreed/search_container_bg.png) repeat-x;
  position: relative;
  top: -16px;
}
.search_content {
  margin: 0 auto;
  position:relative;
  width:970px;
  z-index:2;
  overflow: hidden;
  border-left: 1px solid #CCCCCC;
}
.breadcrumb {
  color: #777777;
  padding: 7px;
  border-bottom: 1px solid #CCCCCC;
  width: 700px;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #777777;
  text-decoration: none;
}
.search_content table {
}
.search_content table.sem_table{
  margin: 0px 30px 30px 30px;
}
.search_content table td.menu{
  width: 150px;
  padding-right: 30px;
  vertical-align: top;
}
.search_content table td.menu h1{
  padding: 0px 0px 9px 9px;
  border-bottom: 3px solid #CFCFCF;
  margin-bottom: 13px;
}
.search_content table td.content{
  vertical-align: top;
}
.search_search_box {
}
.result_list {
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.result_list .result_prod_wrapper {
  background: url(../images/agreed/search_product_bg.png) no-repeat;
  width: 255px;
  height: 255px;
  float: left;
  text-align: center;
}
.result_prod {
  padding: 21px;
}
.result_prod a {
  text-decoration: none;
}
.result_prod .prod_icon {
  height: 80px;
  vertical-align: middle;
}
.result_prod .prod_icon img {
  max-height:80px;
  max-width:80px;
  _height:80px;
}
.result_prod .prod_title {
  height: 32px;
  overflow: hidden;
}
.result_prod .prod_title a {
  color: #0066CC;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}
.result_prod .prod_des {
  height: 27px;
  overflow: hidden;
}
.result_prod .prod_des a {
  color: #000000;
  font-size: 0.9em;
}
.result_prod .price_from {
  color: #777777;
}
.result_prod .price_info a {
  color: #339900;
  font-size: 2em;
  font-weight: bold;
}
.result_prod .prod_merchant {
  height: 20px;
  overflow: hidden;
}
.result_prod .merchant_at {
  color: #777777;
}
.result_prod .merchant_count {
  color: #CC3300;
  font-weight: bold;
  font-size: 1.3em;
}
.result_prod .merchant_store, .result_prod .merchant_name {
  color: #0066CC;
  overflow: hidden;
}
.button {
  background: url(../images/agreed/search_product_button.png) no-repeat;
  border: none;
  height: 27px;
  width: 122px;
  color: #00458A;
  font-size: 0.8em;
  font-weight: bold;
  padding-bottom: 7px;
}
.pagination {
 border: 1px solid #777777;
 background-color: #78A335;
 text-align: center;
 color: #FFFFFF;
}
.search_footer {
  border-top: 1px solid #A08C5E;
  border-bottom: 1px solid #A08C5E;
  background-color: #EDE5D3;
  margin-top: 30px;
  text-align: center;
  color: #98814D;
  height: 19px;
  padding-top: 3px;
}
.search_footer a {
  color: #98814D;
}
/******
 Product detail specifics
******/
.product_info {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 20px;
}
.product_detail {
  float: left;
  width: 550px;
  margin-right: 15px;
}
.best_deal {
  float: left;
  width: 170px;
  text-align: center;
  background: url(../images/agreed/product_logo.png) no-repeat center 0px;
  padding-top: 40px;
  border-left: 1px solid #CCCCCC;
  color: #525252;
  font-size: 1.2em;
  padding-left: 10px;
}
.product_image {
  float: left;
  height: 120px;
  margin-right: 15px;
}
.product_image img {
  max-height:120px;
  max-width:120px;
  _height:120px;
}
.product_title {
}
.product_title a {
  font-size: 1.5em;
  color: #0066CC;
  font-weight: bold;
  text-decoration: underline;
  line-height: 30px;
}
.product_text {
  float: left;
  color: #000000;
  font-size: 0.9em;
  width: 450px;
}
.more_info .range {
  color: #CC3300;
}
.more_info .price  {
  color: #525252;
}
.more_info .price .min {
  color: #339900;
  font-size: 1.5em;
  font-weight: bold;
}
.more_info .price .max {
  color: #9E9E9E;
  font-size: 1.5em;
  font-weight: bold;
}
.best_deal .separator {
  border-bottom: 1px solid #C1C1C1;
  margin: 10px auto;
}
.best_deal a {
  text-decoration: none;
}
.price_dollars {
  color: #339900;
  font-size: 2.5em;
  font-weight: bold;
}
.price_cents {
  color: #339900;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  top: -14px;
}
.store_list .store_header {
  background: url(../images/agreed/product_logo.png) no-repeat;
  position: relative;
}
.store_list .store_header h2 {
  padding-left: 45px;
  height: 35px;
  position: relative;
  top: 6px;
}
ul.sort_by {
  height:34px;
  left:280px;
  position:absolute;
  top:7px;
  z-index:5;
}
ul.sort_by li.selected {
  background:transparent url(../images/agreed/th_start.png) no-repeat scroll;
}
ul.sort_by li {
  background:transparent url(../images/agreed/th_under_start.png) no-repeat scroll;
  float:left;
  height:40px;
}
ul.sort_by li.selected a:link, ul.sort_by li.selected a:visited, ul.sort_by li.selected a:active, ul.sort_by li.selected a:hover {
  background:transparent url(../images/agreed/th_end.png) no-repeat scroll right top;
  color:#57850F;
  cursor:default;
  font-weight:bold;
  text-decoration:none;
  cursor:pointer;
  font-weight: bold;
}
ul.sort_by li a:link, ul.sort_by li a:visited, ul.sort_by li a:active, ul.sort_by li a:hover {
  background:transparent url(../images/agreed/th_under_end.png) no-repeat scroll right top;
  color:#525252;
  display:block;
  float:left;
  font-size:13px;
  height:40px;
  line-height:33px;
  padding:0 13px;
  text-decoration:underline;
  cursor:pointer;
  font-weight: bold;
}
.store_list .store_count {
  background:url(../images/agreed/bg_store_count.png) repeat-x;
  clear: both;
  color: #FFFFFF;
  font-size: 0.9em;
  font-weight: bold;
  height: 20px;
  line-height: 17px;
  padding-left: 20px;
}
table.merchant_list {
  width: 100%;
}
table.merchant_list td {
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding: 10px;
}
table.merchant_list td.pdesc {
  color: #000000;
  font-size: 1em;
  text-decoration: none;
}
table.merchant_list td.pdesc .title{
  color: #0066CC;
  font-size: 1.5em;
  text-decoration: underline;
}
table.merchant_list td.pprice {
  width: 100px;
  text-align: center;
}
table.merchant_list td.pprice a {
  text-decoration: none;
}

/***
Fav Links
****/
table.fav_header {
  width: 100%;
  color: #606060;
  font-size: 0.9em;
}
.spons_box ul {
  padding: 3px 0;
  clear: both;
}
.spons_box ul li {
  list-style: none;
  margin-top: 3px;
  float: left;
  padding-right: 10px;
}
a.spons_it:link, a.spons_it:visited, a.spons_it:hover, a.spons_it:active {
  color:#0066CC;
  font-size:1.3em;
  font-weight:bold;
  text-decoration:underline;
}
a.spons_des:link, a.spons_des:visited, a.spons_des:hover, a.spons_des:active {
  color:#101010;
  text-decoration:none;
}
a.spons_ww:link, a.spons_ww:visited, a.spons_ww:hover, a.spons_ww:active {
  color:#59AC30;
  text-decoration:none;
  padding-left: 23px;
  background: url(../images/agreed/fav_ww.png) no-repeat 0 0;
}
/***
Other
****/
#extra_content {
  display: none;
}
