body {
  line-height: 1.5em;
  color: #3b3622;
}

body,
pre {
  font-family: arial, helvetica, sans-serif;
}

* { outline: none; }

body,
#header {
  background-color: #1e5601;
}

strong {
  font-weight: bold;
}

pre {
  font-style: italic;
  color: #ababab;
  font-size: 93%;
}

h1, h2, h3 {
  line-height: 1em;
  font-family: Helvetica, arial, sans-serif;
  text-align: center;
}

h2 {
  padding: .6em .5em .5em;
  font-size: 200%;
}

h2.header {
  color: #33580b;
  background-color: #b9da96;
}

h3 {
  font-size: 175%;
}

a {
  color: #dd4301;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.product a {
  color: red;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

.product a:hover {
  background-color: #eee;
  border-bottom-color: #333;
}

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

#content_wrap {
  border: 10px solid #5da60f;
  background-color: #fff;
/*  min-height: 400px;*/
}

#footer {
  clear: both;
  margin: 50px 0;
  text-align: center;
}

.clear {
  clear: both;
}

#page_content {
  
}

/* header and header form
---------------------------------------------------------------------*/

#header {
  height: 280px;
  text-align: center;
  background: url('/images/bg_search_big.gif') center bottom no-repeat;
}

/*.home #header { margin-top: 100px; }*/
.show #header { height:     200px; }

#header h1,
#header h1 a {
  height: 168px;
}

.show #header h1,
.show #header h1 a {
  height: 88px;
}

#header h1 a {
  display: block;
  text-indent: -100000em;
}

#header p {
  margin-bottom: 15px;
  color: #fff;
}

#header p span {
  padding: 3px 20px;
  background-color: #5da60f;
  border: 1px solid #194901;
}

#page_top {
  padding: 0 45px;
}

#page_top p {
  position: relative;
  height: 62px;
  background-color: #133700;
}

#page_top p.focus {
  background-color: #fdc916;
}

#page_top input,
#page_top .spinner {
  position: absolute;
  top: 5px;
  font-size: 300%;
}

#page_top .text {
  left: 5px;
  width: 650px;
}

#page_top .bn,
#page_top .spinner {
  color: #fff;
  right: 5px;
  border: 2px solid #5da60f;
}

#page_top .bn {
  width: 200px;
  background: #3e6f0a url('/images/bn_green.png') center center repeat-x;
}

#page_top .bn:hover {
  text-decoration: underline;
  cursor: pointer;
}

#page_top .spinner  {
  display: block;
  width: 196px;
  height: 48px;
  padding: 0;
  border-color:     #ddab00;
  background-color: #fff; 
}

#page_top .spinner img {
  margin-top: 2px;
}

li.title {
  font-weight: bold;
}

li.actions { margin: 1em 0; height: 34px;}

li.actions a {
  display: block;
  float: left;
  width: 155px;
  height: 34px;
  text-indent: -1000em;
  background-image: url('/images/buttons.gif');
  background-repeat: no-repeat;
}

a.buy_this          { background-position: left  top; }
a.buy_this:hover    { background-position: left  bottom; }
a.tweet_this        { background-position: right top; margin-left: 15px; }
a.tweet_this:hover  { background-position: right bottom; }

ul.rating {
  width: 100%;
  height: 15px;
  margin-top: .5em;
}

ul.rating li {
  display: block;
  float: left;
  height: 15px;
  width:  15px;
  background: url('/images/stars.gif');
  line-height: 0;
}

ul.rating li.rate_half { background-position: right top; }
ul.rating li.rate_none { background: none; }

/* tag cloud
-------------------------------------------------------------*/

.tag_cloud {
  padding: 2.5%;
  line-height: 300%;
  text-align: center;
}

.tag_cloud a {
  text-decoration: none;
}

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

.tag1 { font-size: 100%; }
.tag2 { font-size: 150%; }
.tag3 { font-size: 200%; }
.tag4 { font-size: 250%; }
.tag5 { font-size: 300%; }


div.col {
  width: 45%;
  padding: 2.5%;
  overflow: hidden;
}

div.tweets {
  float: left;
  clear: left;
}

div.amazon {
  float: right;
  clear: right;
}

li.tweet,
li.amazon_item {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

ul.product_list .main_image {
  float: left;
  margin: 0 10px 10px 0;
  line-height: 0;
}

.main_image       { border: solid 1px #fff; }
.main_image:hover { border-color: #DD4301; }

li.tweet img {
  height: 48px;
  width: 48px;
}

.amazon_item .item_info {
  clear: right;
  margin-left: 90px;
}

/* pagination
-----------------------------------------------------------------------------*/

.list_spinner,
li.pagination {
  width: 100%;
  clear: both;
  float: left;
  margin: .25em auto 1em;
  text-align: center;
}

ul li.list_spinner {
  border-bottom: 0;
}

ul li.list_spinner,
div.list_spinner {
  font-size: 150%;
  color: #888;
  margin-top: 4em;
}

ul li.list_spinner img,
div.list_spinner img {
  float: none;
  margin-right: 15px;
  vertical-align: middle;
}

li.pagination {
  color: #ccc;
}

.pagination span,
.pagination a {
  padding: 2px 4px;
  border: 1px solid #fff;
}

.pagination .prev_page,
.pagination .next_page {
  font-weight: bold;
}

.pagination .current {
  color: #444;
  border: 1px solid #eee;
}

.pagination .disabled {
  color: #ddd;
}

.pagination a {
  text-decoration: none;
}

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

/* no content
------------------------------------------------------------------------*/

.no_content {
  margin: 1em 0;
  padding: 1em;
  border: 2px solid #ffc300;
  background-color: #fff9e6;
  border-radius:          10px;
  -moz-border-radius:     10px;
  -webkit-border-radius:  10px;
}

.no_content h2 {
  font-size: 150%;
  line-height: 1.5;
}


/* footer
--------------------------------------------------------------------------*/
#footer,
#footer a {
  color: #fff;
}

#footer img {
  margin-left: 20px;
  vertical-align: middle;
}

/* clearfix
------------------------------------------------------------------------------*/

ul.product_list li.tweet:after,
ul.product_list li.amazon_item:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

ul.product_list li.tweet,
ul.product_list li.amazon_item {
  display: inline-block;
}

html[xmlns] ul.product_list li.tweet,
html[xmlns] ul.product_list li.amazon_item {
  display: block;
}

* html ul.product_list li.tweet,
* html ul.product_list li.amazon_item {
  height: 1%;
}

/* auto complete
---------------------------------------------------------------------*/

.ac_results {
  padding: 0;
  border: 2px solid #ddab00;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  z-index: 99999;
  text-align: left;
}

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

.ac_results li {
  margin: 0;
  padding: 2px 10px;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.5em;
  overflow: hidden;
  border-top: 1px solid #fff;
}

.ac_odd   { background-color: #f9efcf; }
.ac_over  { background-color: #f4e4ad; }
