/*
File:     custom.css
Description:  Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

  .custom a, .custom a:visited { color: #090; } <--- This makes links green
  .custom a:hover { color: #00f; }  <--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
  http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* GENERAL */



div.center_wrapper {
  text-align: center;
  margin: 0;
  padding: 0;
}

/* ADMIN */
#amazon_search .amazon_admin_title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #cccccc;
  margin-top: 30px;
}
#amazon_search #amazon_paging {
  background-color: #f0f0f0;
  text-align: center;
  font-size: 14px;
  padding: 5px;
}
#amazon_search #amazon_paging a, 
#amazon_search #amazon_paging a:visited, 
#amazon_search #amazon_paging a:hover {
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}

#amazon_search .amazon_error {
  margin: 10px 0px 20px 0px;
  padding: 10px;
  border: solid 1px #bbbbbb;
  font-size: 14px;
  text-align: justify;
  color: #d22222;
}


#search_results {
  position: relative;
}

#amazon_ovr {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  background-color: #ffffff;
  opacity: 0.7;  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
  width: 100%;
  z-index: 100;
}

#amazon_ovr img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#result_container {
  max-height: 360px;
  overflow: auto;
  border-bottom: solid 1px #cccccc;
}

#amazon_filter {
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 4px;
}

#amazon_filter th {
  padding-left: 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

#amazon_filter th.section {
  padding-left: 0px;
  padding-top: 10px;
  font-size: 16px;
  color: #990000;
}
#amazon_filter td {
  padding: 0px 4px 4px 4px;
  text-align: left;
}

#amazon_filter td input[type="text"], #amazon_filter td input[type="password"], #amazon_filter td input[type="submit"], #amazon_filter td select {
  font-size: 14px;
  padding: 2px;
  width: 250px;
}

#amazon_filter input:disabled {
  background-color: #d5d5d5;
  border-color: #bbbbbb;
}

#result_container .amazon_item {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #bbbbbb;
}
#result_container .clear {
  clear: both;
}
#result_container .item_image {
  float: left;
  padding: 5px;
}

#result_container .item_data {
  padding-left: 100px;
  padding-right: 20px;
}

#result_container .item_title {
  font-size: 14px;
  font-weight: bold;
}

#result_container .item_desc {
  margin: 5px 0px 10px 0px;
  font-size: 12px;
  text-align: justify;
}

#result_container .item_offers {
  float: left;
  font-size: 12px;
}

#result_container .offer {
  font-weight: bold;
}
#result_container .price {
  font-weight: bold;
  color: #b22222;
}

#result_container .item_action {
  float: right;
}

#result_container .item_action a, #result_container .item_action a:visited {
  font-size: 12px;
  font-weight: bold;
}

/* USER */
.custom .amazon_extra {
  clear: both;
  margin-top: 40px;
}

.custom .amazon_sub_title {
  background-color: #dddddd;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 10px 2px 5px 15px;
  margin: 0px 0px 0px 200px;
}

.custom .amazon_images {
  float: left;
  width: 200px;
  min-height: 750px;
  text-align: center;
  border-right: solid 1px #cccccc;
}

.custom .amazon_images a {
  display: block;
  margin: 5px;
}

.custom .amazon_desc {
  padding-left: 210px;  
  text-align: justify;
}

.custom .amazon_link {
  display: block;  
  float: right;
  margin-top: 20px;
}

.custom .amazon_features, .custom .amazon_more {
  padding-left: 5px;
  max-height: 350px;
  overflow: auto;
  border-bottom: solid 1px #cccccc;
}

.custom #amazon_form {
  text-align: center;
  position: relative;
  width: 360px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.custom #amazon_form > div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 360px;
  height: 160px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  display: none;
}
.custom #amazon_form > #amazon_loading {
  opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
  width: 100%;
  z-index: 100;
  display: block;
}

.custom #amazon_loading img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 53px;
  display: block;
}

.custom #amazon_outofstock {
  z-index: 90;
}

.custom #amazon_buy {
  z-index: 10;
}

.custom #buy_table {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-spacing: 4px;
}
.custom #buy_table td {
  text-align: center;
  vertical-align: middle;
  height: 35px;
}
.custom #buy_table th {
  vertical-align: middle;
  text-align: left;
}
.custom #new_qty, .custom #used_qty {
  width: 50px;
}
.custom #new_price {
  font-size: 14px;
  font-weight: bold;
  color: #f00000;
}
.custom #used_price {
  font-size: 14px;
  font-weight: bold;
  color: #822222;
}

.custom a.amazon_add, .custom a.amazon_add:visited {
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  text-decoration: none;
  font-weight: bold;
}
.custom a.amazon_add:hover {
  text-decoration: underline;
}
.custom .amazon_out {
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #b22222;
  text-align: center;
  text-transform: uppercase;
}

.custom div.checkout_btn {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  text-align: center;  
}

.custom a.amazon_checkout, .custom a.amazon_checkout:visited {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 120px;
  height: 30px;
  background-image: url('images/button.jpg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-top: 5px;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
} 

.custom ul.item_features li, .custom ul.item_extra li {
  list-style-position: inside;
}

.custom .amazon_cart_title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  background-color: #dddddd;
  padding: 5px; 
}

.custom #amazon_cart {
  background-color: #ffffff;
  border: solid 1px #dddddd;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 20px;
}

.custom #amazon_cart p {
  text-align: center;
  font-size: 14px;
  margin: 5px 5px 20px 5px;
}

.custom #cart_qty {
  font-weight: bold;
}

.custom #cart_amount {
  font-weight: bold;
  color: #f00000;  
}

.custom #cart_container {
  position: relative;
}

.custom #cart_title {
  background-color: #dddddd;
  height: 35px;
}
.custom #cart_title > p {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 5px;
}

.custom #cart_items {
  height: 360px;
  overflow: auto;  
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}

.custom .cart_item {
  clear: both;
  border-top: dotted 1px #cccccc;
  padding: 5px;
}

.custom .cart_item p {
  padding-left: 85px;
  margin: 5px;
}

.custom .item_image {
  float: left;
}

.custom .item_title {
  font-size: 16px;
  font-weight: bold;
}

.custom .item_price, .custom .item_qty, .custom .item_subtotal {
  font-weight: bold;
  padding-right: 30px;
  padding-left: 5px;
}

.custom .item_subtotal {
  color: #990000;
}

.custom #cart_footer {
  background-color: #f0f0f0;
  height: 65px;
  border: solid 1px #cccccc;
}

.custom #cart_footer > div {
  float: left;
  margin-top: 10px;
}

.custom #cart_total {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  margin-right: 20px;
  margin-top: 10px;
  clear: both;
}


