/* CSS for Shop (all browser) */

/* Header (incl. sorting) */
table th {
	background-color: #ffffff;
	background: #eee url(../images/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
}

a:hover {
	color:#0000FF;
}

.ascSort {
  background  :#77bb77; 
  background: url(../images/icon-table-sort-asc.png) no-repeat 2px 4px #eee;
  }
.descSort {
  background  :#bb7777; 
  background: url(../images/icon-table-sort-desc.png) no-repeat 2px 10px #eee;
  }

/* Table */
.compare_list table tbody tr td {
  padding     :2px 4px; }

/* Table zebra */

table thead tr th:hover {
  color  :#0000FF; }


table tbody tr:hover {
  color  :#0000FF; }

#compare tr {
  background  :#ffffff; }

  
#compare tr.alt {
  background  :#aaaaaa; }


table tbody tr.collapsed td {
  padding     :0px; }
table tbody tr.collapsed td div {
  font-family :Serif;
  font-size   :1.0em;
  margin-left :10px; }
table#compare tbody tr.collapsed td div {
  white-space :pre; 
  }

.collapsed { background-color: #003D66; }

  .author, .soort { font-size:xx-small; }
  
  .BookData { cursor: pointer; cursor: hand;   } 
  
  .compare_shop     { height:30px;  }
  .compare_shop:hover   { background-color: #BBBBBB; }
  .compare_table { }    
  .compare_shoplogo { text-align: center;  }
  .compare_shopinfo { text-align: center; font-size: xx-small; }
  .compare_shopprice { text-align: right;}
  
  .compare_iteminfo { font-size: xx-small; }
  .compare_itemlogo { }
 
 
 /*tooltip*/

 .tip {
    color: #fff;
    width: 250px;
    z-index: 13000;
}
 
 .tip-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #9FD4FF;
    padding: 8px 8px 4px;
    background: url(../images/bubble.png) top left;
    border: none;
}
 
.tip-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(../images/bubble.png) bottom right;
    color: #fff;
}

 
 .compare_list { width: 80%;  }
 .compare_zoekblok { background-color:#eeeeee; }
 
 .sbox{ padding: 0px 0px 0px 5px; height: 19px; width: 130px; border: 0; background: white url(../searchbox_shadow.gif) repeat-x left top; }

 
 