﻿@charset "utf-8";
/* CSS Document */
body {	
   background-color: #555555;
   color: black;
   text-align: center;
}
strong {
   font-weight: bold;
}

p {
   margin-bottom: 10px;
}


h1 {
   padding: 5px;
   font-size: 1.8em;
   font-weight: bold;
}


h2 {
   background-color: #222222;
   color: white;
   padding: 5px;
   font-size: 1.0em;
   font-weight: bold;
   -moz-border-radius: 10px 10px 0px 0px;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-top-left-radius: 10px;
}

#main_wrapper {
   background-color: #AA0000;
   padding:0px 20px 0px 20px;
   width:auto;
   margin-left:0px;
   margin-right:0px;
   margin-top:0px;
}
#body_wrapper {
   background-color: #FFFFFF;
   margin-left: 10px;
   overflow: auto;
   margin-right: 10px;
   width: auto;
   color: #000;
   padding: 10px;
   margin-top:10px;
   min-height:500px;
   -moz-box-shadow: black 0px 0px 20px 0px;
   -webkit-box-shadow: black 0px 10px 10px 0px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
}

#header_wrapper {
   color:#FFF;
   height:auto;
   margin-top:0px;
   padding:0px 0px 0px 0px;
   width: 1100px;
   margin-right: auto;
   margin-left: auto;
}

input#search_words {
  height: 20px;
}

#search_bar {
   float: right;
   height: 24px;
   padding: 6px 10px 4px 10px;
   background-color: transparent;
}

#search_submit {
   background-image: url('../images/search.png');
   background-repeat: no-repeat;
   background-color: transparent;
   border: none;
   width: 20px;
   padding: 0px 0px 0px 0px;
   height: 20px;
}
#site_name {
   position: relative;
   font-size: 2.0em;
   font-weight: bold;
   padding: 40px;
   display: none;
}
#logo_wrapper {
   text-align: center;
   background-image: url('../images/header_bg.png');
   background-repeat: repeat-x;
   background-color: black;
   padding: 0px;
   height: 100px;
}
#footer_wrapper {
   font-size:0.7em;
   background-color:#222222;
   color:#FFF;
   margin-top: 20px;
   margin-bottom:0px;
   padding:4px;
}
#right_column_wrapper {
   text-align:center;
   float:right;
   width:180px;
   padding:0px;
   margin-top:0px;
}
#left_column_wrapper {
   text-align:center;
   float:left;
   width:180px;
   padding:0px;
   margin-top:0px;
}
#content_wrapper {
   background-color: #FFF;
   margin-left:200px;
   margin-right:200px;
   padding: 0px 5px 0px 5px;
}
#content_above {
   text-align: left;
   width: 100%;
   height: auto;
   padding: 5px;
}
#content_below {
   text-align: left;
   width: 100%;
   height: auto;
   padding: 5px;
}
#products {
   text-align: left;
   width: 100%;
   height: auto;
   padding: 5px;
}

#top_ads {
   text-align: center;
   margin-top: 10px;
   margin-bottom:0px;
   height:auto;
}

#left_ads {
   text-align:center;
   width:180px;
   height: auto;
   padding:0px;

}
#right_ads {
   text-align: center;
   width:180px;
   height: auto;
   padding:0px;
}
#bottom_ads {
   text-align: center;
   margin-top:10px;
}
#top_menu_wrapper{
   position: relative;
   font-size:0.75em;
   background-color: #AAAAAA;
}
div.amazon {
   width: 100%;
}
table.amazon {
   width: 100%;
}
table.amazon thead {
   background-color: black;
   color: white;
   font-size: 1.2em;
   font-weight: bold;
}
table.amazon th {
   text-align: center;
}
table.amazon tr {
   background-color: #FFF;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border: 1px solid #CCC;
}
div.amazon_review {
   background-color: #fdf3c2;
   -moz-border-radius: 10px;

   -webkit-border-radius: 10px;
   border: 1px solid #AAA;
   margin-bottom: 10px;
   padding: 10px;
}
td.amazon_title_td {
   text-align: left;
   vertical-align: middle;
   border-bottom: 1px solid #555;
   padding: 10px;
}
td.amazon_image_td {
   vertical-align: top;
   text-align: center;
   border-bottom: 1px solid #555;
   padding: 10px;
   width: 130px;
}
span.amazon_reviews_label {
   font-size: 1.0em;
}
img.amazon {
   width: 125px;
}
div.amazon_reviews {
   display: none;
}
.show_button {
   background: #272;
   color: #fff;
   font-size: 0.85em;
   font-family: mono;
   -moz-border-radius:5px;
   -webkit-border-radius: 5px;
   border: 1px solid #000;
   padding: 2px;
   cursor: pointer;

}
.hide_button {
   background: #722;
   color: #FFF;
   font-size: 0.85em;
   font-family: mono;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border: 1px solid #000;
   padding: 2px;
   cursor: pointer;
}
.amazon_title_link a,a:visited {
   text-decoration: underline;
   font-size: 0.9em;
   color: #444;
   font-weight: bold;
}
.amazon_title_link a:hover {
   color: black;
   background: #444;
}
.amazon_description {
   margin-right: auto;
   margin-left: auto;
   line-height: 30px;
   font-size: 0.9em;
}
div.ebay {
   width: 100%;
}
table.ebay {
   width: 100%;
   border: 1px solid black;
}

table.ebay tr td {
   padding: 5px;
   border-bottom: 1px solid black;
   vertical-align: middle;

}
thead.ebay {
   background-color: #ff9400;
   font-weight: bold;
   color: #000;
   line-height: 30px;
}
thead.ebay th {
   font-weight: bold;
   font-size: 1.2em;
   border-bottom: 1px solid black;
}
img.ebay {
  
}
td.ebay_image_td {
   text-align: center;
}
td.ebay_price_td {
   font-family: monospace;
   font-size: 12px;
   width: 100px;
   text-align: center;
}
td.ebay_bids_td {
   font-family: monospace;
   font-size: 12px;
   width: 50px;
   text-align:center;
}
tr.ebay_tr_2 {
   background-color: #eee;
}
th.ebay {
   text-align: center;
}
.cj_div {
   width: 100%;
}
.cj_table {
   width: 100%;
}
.cj_tr td {
   vertical-align: top;
   padding: 10px;
   border-bottom: 1px solid black;
}
.cj_image_td {
   width: 100px;
}
.cj_price_td {
   width: 150px;
}
.cj_description_td {
   width: auto;
}
.cj_image_img {
   width: 100px;
}

