* { 
  margin: 0; 
  padding: 0; 
  font-family: Arial, Arial,Verdana;
} 

body, input, html, body, div, p, pre, h1, h2, h3, h4, ul, td, table, textarea
{ 
  font-style: normal; 
  font-variant: normal; 
  font-weight: normal; 
  line-height: 22px; 
  font-size: 12px; 
  color: #222222;
  padding: 0;
}

body
{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #EEEEEE;
}

#root
{
  background-color: white;
  width: 1000px;  
  margin: 0 auto;
  margin-top: 10px;
  border: 10px solid white;
}

#main
{
  float: left;
  width: 660px;
  padding-right: 5px;
}

#linkpartner
{
  float: right;
  width: 160px;
/*
  border: 1px solid #DDDDDD;
  background-color: #F5F5FF;
  padding: 10px;
*/
  height: 260px;
}

#linkpartner h1
{
}

#linkpartner a
{
  font-weight: bold;
  text-decoration: none;
  color: #444444;
}

#linkpartner a:hover
{
  color: black;  
  text-decoration: underline;
}

.greybox
{
  border: 1px solid #DDDDDD;
  background-color: #F5F5FF;
  padding: 10px;
  padding-top: 0px;
}
p, h1, h2, h3, h4, h5, ul, li
{
  text-align: left;
}

ul
{
  padding-left: 20px;
  line-height: 16px;
}

ul li
{
  line-height: 16px;
  list-style: square;
}

img
{
  border: 0;
}

h1
{
  color: #3344BB;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

h2
{
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
}

p
{
  text-align: justify;
  padding: 5px;
  line-height: 14px;
}

#showshop p
{
  margin-bottom: 20px;
}

#topnavi
{
  margin-top: 30px;
  width: 99%;
  text-align: right;
}

#top
{
  width: 100%;
  height: 122px;
  background-image:url('images/topbg.gif');
  background-repeat: repeat-x;
  border: 0;
  border-left: 0;
  border-right: 0;
  padding:0;
  margin: 0;
  margin-bottom: 30px;
}

#top table
{
  float: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 9px;
}

#top table tr td
{
  font-size: 11px;
  color: white;
  font-weight: bold;
  line-height: 14px;
  text-indent: 2px;
}  

a, a:link, a:visited, a:active
{
  color: #3344BB;
}

a:hover
{
  color: black;
}

#topnavi a, #topnavi a:link, #topnavi a:visited, #topnavi a:active
{
  margin-left: 15px;
  text-decoration: underline;
  color: #444444;
  font-weight: bold;
}

#topnavi a:hover
{
  margin-left: 15px;
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

input.searchtext
{
  border: 1px solid #C44E00;
  height: 30px;
  width: 400px;
  font-size:18px;
  padding-top: 3px;
  padding-left: 4px;
}

input.searchsubmit
{
  height: 30px;
  width: 70px;
  line-height: 25px;
  padding-bottom:1px;
  font-weight: bold;
  font-size:12px;
}

textarea
{
  line-height: 100%;
}

table.results
{
  width: 800px;
  table-layout:fixed;
  margin-bottom: 20px;
}

table.results tr td
{
  line-height: 15px;
}

tr.odd td
{
  padding: 5px;
  background-color: #FFFFFF;
  background-image:url('images/greypixel2_vertical.gif');
  background-position: 100% 0px;
  background-repeat: repeat-y;
}

tr.even td
{
  padding: 5px;
  background-color: #F4F4F4;
  background-image:url('images/greypixel2_vertical.gif');
  background-position: 100% 0px;
  background-repeat: repeat-y;
}

td.dottedline
{
  width: 100%;
  height: 1px;
  background-image:url('images/greypixel2.gif'); 
  background-repeat: repeat-x; 
  background-position: 0px 100%;
  padding: 0px;
  margin: 0px;
}

tr.resultsheading td, tr.shoplistheading td
{
  background-color: #EEEEEE;
  padding:3px;
  padding-left: 5px;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  border: 1px solid #DDDDDD;
}


td.resultsheading_image
{
  width: 85px;
}

td.resultsheading_product
{
  width: 500px;
}

td.resultsheading_shop
{
  width: 100px;
}

td.resultsheading_price
{
  width: 100px;
}

a.results_product, a.results_product:link, a.results_product:active, a.results_product:visited
{
  text-decoration: underline;
  color: #3344BB;
  font-weight: bold;
  font-size: 14px;
}

a.results_product:hover
{
  text-decoration: underline;
  color: black;
  font-weight: bold;
}

span.results_product
{
  font-size: 11px;
  line-height: 14px;
  padding-top: 5px;
  display:block;
}

td.results_shop
{
  text-align: center;
}

td.results_shop a, td.results_shop a:link, td.results_shop a:active, td.results_shop a:visited
{
  text-decoration: underline;
  color: #3344BB;
}

td.results_shop a:hover
{
  text-decoration: underline;
  color: black;
}

td.results_price
{
  text-align:center;
}

td.results_price a, td.results_price a:link, td.results_price a:active, td.results_price a:visited
{
  text-decoration: none;
  color: #E75E28;
  font-weight: bold;
  font-size: 16px;
}

td.results_price a:hover
{
  text-decoration: underline;
  color: black;
  font-weight: bold;
  font-size: 16px;
}

a.splitresults, a.splitresults:link, a.splitresults:active, a.splitresults:visited
{
  border: 1px solid #DDDDDD;
  background-color: #EEEEEE;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  color: black;
  font-weight: normal;
  font-size: 12px;
  margin-right: 3px;
}

a.splitresults:hover
{
  border: 1px solid #DDDDDD;
  background-color: #FFD2B2;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  color: black;
  font-weight: normal;
  font-size: 12px;
  margin-right: 3px;
}

a.nratings, a.nratings:link, a.nratings:active, a.nratings:visited
{
  color: #3344BB;
  font-size: 11px;
  line-height: 14px;
}

a.nratings:hover
{
  color: black;
  font-size: 11px;
  line-height: 14px;
}

span.splitresults_active
{
  border: 1px solid #777777;
  background-color: #FF7B1D;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 3px;
}

#showshop
{
  text-align: left;
}

#showshop h1
{
  font-size: 16px;
  font-weight: bold;
}

#showshop h2
{
  font-size: 14px;
  font-weight: bold;
}

#showshop table tr.odd td
{
  background-color: #F5F5FF;
}

#showshop img
{
  margin-left: 15px;
  margin-bottom: 5px;
}

#showshop tr.odd td
{
  padding: 5px;
  background-color: #FFFFFF;
  background-image:none;
}

#showshop tr.even td
{
  padding: 5px;
  background-color: #F4F4F4;
  background-image:none;
}

.errorhint
{
  font-size: 10px;
  font-weight: bold;
  color: #BB0000;
}

.errorinput
{
  border: 1px solid #BB0000;
  background-color: #FFEEEE;
}

table.doratings tr td
{
  font-size: 10px;
}

#dorating
{
  text-align: left;
}

#dorating h1
{
  font-size: 16px;
  font-weight: bold;
}

td.ratingcriterias
{
  padding: 0;
  margin: 0;
  line-height: 14px;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
}

td.ratingcriteriabreak
{
  border-top: 1px solid #CCCCCC;
}

td.ratingheadline
{
  font-style: italic;
  line-height: 10px;
  font-size:11px;
}

td.ratingheadline h2
{
  font-weight: bold;
  font-size: 14px;
  color: #223366;
}

td.ratingcomment
{
  font-size: 11px;
  line-height: 12px;
}

h2.ratingcomment
{
  font-size: 14px !important;
  margin: 0;
  padding: 0;
}


table.shoplist
{
  width: 800px;
  table-layout:fixed;
  margin-bottom: 10px;
}

tr.shoplistheading td
{
/*
  background-color: #EEEEEE;
  padding:0;
  padding-left: 5px;
  font-weight: bold;
*/
}

td.shoplistheading_logo
{
  width: 100px;
}

td.shoplistheading_shopname
{
  width: 600px;
}

td.shoplistheading_rating
{
  width: 100px;
}

td.shoplist_logo
{
  text-align: center;
}

td.shoplist_rating
{
  text-align: center;
}

td.shoplist_shopname a, td.shoplist_shopname a:link, td.shoplist_shopname a:active, td.shoplist_shopname a:visited
{
  font-size: 16px;
  color: #3344BB;
  font-weight: bold;
}

td.shoplist_shopname a:hover
{
  font-size: 16px;
  color: black;
  font-weight: bold;
}

div.totalresults
{
  text-align:left;
  margin-bottom: 5px;
  padding-left: 5px;
  font-size: 11px;
}

#externalnews
{
  line-height: 16px;
  text-align: left;
  font-size: 12px;
  width: 95%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  color: #444444;
}

#externalnews a, #externalnews a:link, #externalnews a:visited, #externalnews a:active, #externalnews a:hover
{
  font-size: 12px;
}

div.dottedline
{
  width: 100%;
  height: 1px;
  background-image:url('images/greypixel2.gif'); 
  background-repeat: repeat-x; 
  background-position: 0px 100%;
  padding: 0px;
  margin: 0px;
}

#linkpartner ul
{
  margin:0;
  padding:0;
}

#linkpartner ul li
{
  list-style: none;
  margin:0;
  padding:0;
  padding-left: 5px;
  margin-bottom: 8px;
  padding-bottom: 5px;
  font-size: 11px;
  border-bottom: 1px solid #EEEEEE;
  
}
