@charset "utf-8";
/* CSS Document */
html * { padding: 0px; margin: 0px;}
body {	
  background-color: #AAA;
  font-family: transparent;
}

p {
  margin-bottom: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
}

th {
  background-color: #222;
  font-weight: bold;
  color: #FFF;
  line-height: 30px;
  text-align: center;
}

img {
   border: none;
}

.menu_header {
  background-color: #000;
  color: yellow;
  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:#CCC;
  padding:0px 20px 0px 20px;
  width:auto;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
 
}
#body_wrapper {
  margin-top:5px;
  min-height:600px;
  overflow:auto;
}

#header_wrapper {
  color:#FFF;
  height:auto;
  margin-top:0px;
  padding:0px 0px 0px 0px;
}
input#search_words {
  height: 18px;
  margin-top: 2px;
}
#search_bar {
  float: right;
  height: 20px;
  padding: 2px 10px 0px 10px;
  background-color: transparent;
}
#search_submit {
  background-image: url('../images/search.png');
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  width: 17px;
  padding: 0px;
  height: 17px;
}
#logo_wrapper {
  background-image:url('../images/logo.png');
  padding: 5px;
  text-align: center;
}
#footer_wrapper {
  font-size:0.8em;
  background-color:#414141;
  color:#FFF;
  margin-bottom:0px;
  padding:4px;
}
#right_column_wrapper {
  text-align:center;
  float:right;
  width:180px;
  padding: 0px;
  margin-top:0px;
  height:auto;
}
#left_column_wrapper {
  text-align:center;
  float:left;
  width:180px;
  padding:0px;
  margin-top:0px;
  height:auto;
}
#content_wrapper {
  background-color: #FFF;
  margin-left:200px;
  margin-right:200px;
  padding: 10px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  
}
#content_above {
  text-align: left;
  width: 100%;
  height: auto;
  padding: 0px;
}
#content_below {
  text-align: left;
  width: 100%;
  height: auto;
  padding: 0px;
}
#products {
  text-align: left;
  width: 100%;
  height: auto;
  padding: 0px;
}
#top_ads {
  text-align: center;
  margin-bottom:0px;
  margin-top: 10px;
  height:auto;
}
#left_ads {
  background-color: #AAA;
  text-align:center;
  width: 180px;
  padding: 10px 0px 10px 0px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px;
}
#right_ads {
  background-color: #AAA;
  text-align: center;
  width:178px;
  padding:10px 0px 10px 0px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px;
}
#bottom_ads {
  text-align: center;
  margin-top:10px;
}
#top_menu_wrapper{
  font-size:0.75em;
  background-color:#414141;
}
div.amazon {
  width: 100%;
}

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 {
  vertical-align: top;
  border-bottom: 1px solid #555;
  padding: 10px;
}
td.amazon_image_td {
  vertical-align: top;
  border-bottom: 1px solid #555;
  padding: 10px;
  text-align: center;
}

img.amazon {max-width: 125px;max-height: 125px;height: expression( this.scrollHeight > 124 ? "125px" : "auto");}

div.amazon_reviews {
  display: none;
}

span.amazon_reviews_label {
   line-height: 40px;
}
.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: white;
  background: #444;
}
.amazon_description {
  margin-right: auto;
  margin-left: auto;
  line-height: 30px;
  font-size: 0.9em;
}
div.ebay {
  width: 100%;
}

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


td.ebay_image_td {
  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;
}

