table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

table td {
  padding: 0;
}

th {
  font-weight: bold;
}

table.none td {
  border: none;
}

form {
  margin: 0; 
}

a,p,div,span {
  font-size: 14px;
}

h1,h2,h3,h4 {
  font-family: arial, tahoma;
}

a:link,a:visited {
  color: #05C;
}

a.active {
  color: #C00;
}

a:hover {
  color: #C00;
}

small {
  font-size: 12px;
}

small a {
  font-size: 10px;
  font-family: verdana, arial, helvetica, sans-serif;
}

div.topheader {
  padding: 0;
  background: #D2DDE8 url(/img/header_bg.gif);
  height: 50px;
  margin-bottom: 1px;
}

#progress_1, #progress_2, #progress_3 {
  font-size: 12px;
  color: #C00;
  padding-left: 5px;
}

table.search {
  width: 100%;
  margin: 0;
  background-color: #E8E8D0;
  margin-bottom: 10px;
}

table.search form {
  margin: 0;
  padding: 10px;
}

table.search td.cart_links {
  text-align: right;
  padding: 10px;
  padding-right: 20px;
}

table.search td.cart_links a {
  font-weight: bold;
}

table.middle td {
  vertical-align: middle;
}

#pathway {
  margin: 10px;
}

#menu_stores {
  float: left;
  margin: 0;
  padding: 0 20px 10px 10px;
  list-style-type: none;
}

#menu_stores li {
  margin-bottom: 10px;
}

#menu_stores a {
  display: block;
  font-weight: bold;
}

div.error_message {
  background-color: #FFF4F4;
  border-color: #FFC3C3;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  padding: 10px;
  width: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.notification_message {
  background-color: #FFFFCC;
  border-color: #F1F197;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  padding: 10px;
  width: 500px;
  margin-bottom: 10px;
}

/* PREVIEW_HOME */
table.preview_home {
  
}

table.preview_home td.cell {
  vertical-align:top;
  padding-top: 5px;
  padding-bottom: 5px;
}

tr.split td{
  background: url(/img/dash.gif) repeat-x;
  border: none;
  padding: 0;
  height: 1px;
}

table.preview_home td a {
  display: block;
}

table.preview_home td a.swatch {
  margin-top: 0;
}

table.preview_home td a.title {
  padding-right: 15px;
  margin-top: 5px;
}

table.preview_home td div.title_remark {
  font-size: 12px;
  color: #666;
  padding-right: 15px;
}

table.preview_home td div.price {
  white-space: nowrap;
  margin-bottom: 10px;
  font-weight: bold;
}

table.preview_home td div.sale_price {
  color: #900;  
}

table.preview_home td div.price div.list_price{
  display: inline;
  text-decoration: line-through;
  font-weight: normal;
  color: #000;
}

table.preview_home td div.price_too_low_to_display {
  font-weight: none;
}

table.preview_home td.featured_item {
  vertical-align:top;
  padding: 5px 10px 0 10px;
  border-left: 1px solid #EEE;
}

table.preview_home td.featured_item img.featured{
   width: 275px;
}

table.preview_home td.featured_item a.title{
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

table.preview_home td.featured_item div.title_remark{
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
}

table.preview_home td.featured_item div.store {
  margin-bottom: 10px;
}

table.preview_home td.featured_item div.store a{
  display: inline;
}

table.preview_home td.featured_item div.review {
  font-size: 11px;
}

table.preview_home td.featured_item ul.features li {
  font-size: 11px;
}

table.preview_home td.featured_item div.buttons input{
  margin-right: 3px;
}

/* PREVIEW_FILTER */
table.preview_filter {
  width: 800px;
}

table.preview_filter td {
  vertical-align: top;
}

table.preview_filter td.pagination {
  padding: 10px;
}

table.preview_filter td.title {
  vertical-align: middle;
  font-weight: normal;
  font-size: 20px;
  border-bottom: 1px dashed #CCC;
  padding: 10px;
  text-transform: capitalize;
}

table.preview_filter td.sort_type {
  padding: 8px 10px 7px 0;
  text-align: right;
  border-bottom: 1px dashed #CCC;
  color: #999;
}

table.preview_filter td.sort_type span{
  color: #000;
}

table.preview_filter td.swatch div{
  margin: 0 auto 0 auto;
}
table.preview_filter td.swatch {
  padding: 10px 10px 15px 10px;
}

table.preview_filter td.description {
  padding: 10px 10px 15px 0;
}

table.preview_filter ul.features {
  list-style-position: outside;
  list-style-type: disc;
  padding: 0;
  margin: 10px 30px 10px 14px;
}
table.preview_filter ul.features li{
  font-size: 11px;
}

table.preview_filter div.buttons input{
  font-size: 12px;
  margin-right: 3px;
}

table.preview_filter div.title_remark {
  margin-top: 1px;
  font-size: 12px;
  color: #666;
}

table.preview_filter div.price {
  white-space: nowrap;
  margin-top: 1px;
  margin-bottom: 10px;
  font-weight: bold;
}

table.preview_filter div.sale_price {
  color: #900;  
}

table.preview_filter div.price div.list_price{
  display: inline;
  text-decoration: line-through;
  font-weight: normal;
  color: #000;
}

table.preview_filter div.price_too_low_to_display {
  font-weight: none;
  margin-bottom: 10px;  
}

table.preview_filter div.not_available {
  font-weight: none;
  color: #900;
  margin-bottom: 10px;  
  font-size: 10px;
}

div.wrapper_filter_feature {
  padding: 15px;
  background-color: #F5F5E5;
  margin-top: 10px;
}

table.filter_feature td,table.filter_feature td label {
  font-size: 13px;
}

table.filter_feature tr.brand_check_all td input {
  margin: 10px 5px 10px 0;
}

table.filter_feature tr.brand_check_all input {
  margin: 5px 0 5px 0;
}

table.filter_feature tr.brand td {
  vertical-align: middle;
  padding-bottom: 10px;
}

table.filter_feature tr.brand td table td {
  padding-bottom: 0;
}

table.filter_feature tr.brand td table td label {
  margin-right: 10px;
  display: block;
  white-space: nowrap;
}

table.filter_feature tr.brand td input {
  margin: 5px 5px 5px 0;
}

table.filter_feature td.caption {
  font-weight: bold;
  padding: 0 5px 10px 0px;
}

table.filter_feature td.from {
  text-align: right;
  padding: 0 0 10px 0px;
}

table.filter_feature td.form {
  padding: 0 0 10px 0px;
}

table.filter_feature td.form input.boolean {
  margin-right: 5px;
}

table.filter_feature tr.submit td input {
  margin-top: 20px;
}

/* OFFERS */
div.offers_pagination {
  margin: 15px; 
}

table.offers {
  margin: 15px 0 0 15px;
}

.offers td {
  border: 1px solid #EEE;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.offers .seller {
  
}

.offers .seller img {
  border: none;
}

.offers .seller_info {
  display: block;
  font-size: 12px;
}

.offers .availability_type,.offers .availability {
  font-size: 12px;
}

.offers .price {
  font-size: 12px;
  font-weight: bold;
  color: #090;
}

.offers .feedback div {
  font-size: 12px;
  margin-top: 3px;
}

/* PREVIEW_LARGE */
.preview_large .block_features {
  float: right;
  border: 1px dashed #CCC;
  margin: 0 15px 15px 15px;
  padding: 10px;
  clear: right;
}

.preview_large .pricetag {
  padding: 10px;
  background-color: #F5F5E5;
  width: 300px;
  
}

.preview_large .pricetag .list_price{
  text-decoration:line-through;
  font-weight: bold;
}

.preview_large .pricetag .price{
  color: #009;
    font-weight: bold;
}

.preview_large .pricetag .price_sale{
  color: #900;
  font-weight: bold;
}

.preview_large .pricetag .you_save{
  font-weight: bold;
  color: #900;
}

.preview_large .availability, .preview_large .availability a {
  margin-top: 5px;
  font-size: 12px;
  color: #393;
  white-space: nowrap;
}

.preview_large .pricetag table.button {
  margin-top: 20px;
}

.preview_large .block_content {
  padding: 10px;
}

.preview_large .block_content ul.tech_details {
  list-style-position: inside;
}

.preview_large .header h1 {
  margin-bottom: 0;
  margin-top: 0;
}

.preview_large .header h2 {
  padding-top: 5px;
  margin-top: 0;
  color: #666;
}

.preview_large .block_features td.group_caption {
  font-size: 13px;
  text-align: left;
  font-weight: bold;
}

.preview_large .block_features tr.splitter td {
  height: 10px;
}

.preview_large .block_features td.feature_caption {
  background: #FFF url(/img/dots.gif) repeat-x scroll right bottom;
}

.preview_large .block_features td.feature_caption span {
  background-color: #FFF;
  text-align: left;
  white-space: nowrap;
  margin-right: 15px;
  padding-left: 10px;
}

.preview_large .block_features td.feature_value {
  text-align: left;
}

.preview_large .block_picture {
  padding: 0;
  float: right;
  margin: 15px;
  clear: right;
}

.preview_large div.review img{
  margin: 5px;
}

.preview_large table.supplementary_wrapper td {
  text-align: center;
  padding: 3px 5px 3px 5px;
  width: 125px;
}

.preview_large table.supplementary_wrapper a {
  font-size: 12px;
}

.preview_large table.supplementary_wrapper a.img img{
    border: 1px solid #FFF;
}

.preview_large table.supplementary_wrapper a.img:hover img{
    border: 1px solid #c00; 
}

#item_picture {
  background-repeat: no-repeat;
  background-position: center top;
}

.preview_large .picture_wrapper {
  padding: 5px;
  border: 1px solid #CCC;
  float: left;
}

.preview_large .more_of_this_brand {
  margin: 30px 0 30px 0; 
}

.swatch_images {
  margin: 0 5px 5px 5px;
  overflow: auto;
  float: left;
}

.swatch_images a,.swatch_images a:link,.swatch_images a:visited {
  border: 1px solid #CCC;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 1px 1px 0 0;
  float: left;
  clear: both;
  cursor: default;
}

.swatch_images a:hover {
  border: 1px solid #C00;
}

a.swatch,a.swatch:link,a.swatch:visited {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #FFF;
  margin: 0;
}

a.swatch:hover {
  border: 1px solid #F00;
}

a.external {
  background: url(/img/external.png) center right no-repeat;
  padding-right: 13px;
}

.review {
  
}

.review .summary {
  font-weight: bold;
}

.score {
  font-family: arial, tahoma;
  font-size: 120%;
  color: #006;
  font-weight: bold;
}

.copyright {
  margin-top: 10px;
  border-top: 1px solid #DEDEBD;
}

.copyright td {
  border: none;
}

.copyright td.text {
  padding: 10px 10px 10px 15px;  
}

.copyright p {
  font-size: 13px;
  color: #999;
  margin: 0 0 10px 0;
}

.copyright a {
  font-size: 13px;
  color: #669;
}

table.preview_home td .copyright a {
  display: inline;
}


table.rating td {
  padding: 2px;
}

table.rating td.current_place {
  font-size: 20px;
  padding-left: 20px;
  padding-right: 5px;
  text-align: left;
  font-weight: bold;
}

table.rating td.prev_place {
  font-size: 14px;
  text-align: left;
  color: #999;
  padding-left: 5px;
  padding-right: 5px;
}

table.rating td.img {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 5px;
}

table.rating td.img img {
  border: none;
}

table.rating td.new {
  font-size: 12px;
  text-align: left;
  color: red;
  padding-left: 5px;
  padding-right: 5px;
}

table.rating td.up {
  background: url(/img/top_up.gif) no-repeat center left;
  color: green;
}

table.rating td.down {
  background: url(/img/top_down.gif) no-repeat center left;
  color: red;
}

table.preview_cart {
  width: 100%;
}

table.cart {
  
}

table.cart th {
  background-color: #F0F0F0;
  padding: 5px;
  text-align: center;
  border: 1px solid #DDD;
}

table.cart th.item {
  text-align: left;
}

table.cart td {
  background-color: #FFF;
  padding: 5px;
  border: 1px solid #DDD;
}

table.cart td.asin {
  text-align: left;
}

table.cart td.item {
  text-align: left;
}

table.cart td.price {
  text-align: right;
}

table.cart td.quantity {
  text-align: left;
}

table.cart td.quantity a {
  text-decoration: none;
}

table.cart td.quantity input {
  text-align: right;
}

table.cart td.item_total {
  text-align: right;
}

table.cart td.cart_total {
  text-align: right;
  font-weight: bold;
}

table.cart tr td.buttons {
  text-align: left;
}

table.cart tr td.buttons table td {
  border: none;
}

table.featured_items_wrapper td {
	vertical-align: middle;
	padding-right: 10px;
}

div.ad_float_left {
	margin-left: 15px;
}

td.ad_float_center {
	padding: 15px;
	text-align: center;
}

div.ad_product_details {
  clear:right;
  float:right;
  margin:0px 15px 15px;
  padding:0pt;
}

/* GUIDE */
table.guide td.swatch {
	text-align: center;
	vertical-align: middle;
	border: 1px solid blue;
}

table.guide td.swatch a {
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid red;
}

