<!--
/*
+----------------------------------------------------+
| Copyright © 2008 - 2012 David Jantsch              |
| http://www.php-operate.de/             	    |
| admin@php-operate.de                               |
|----------------------------------------------------|
| Released under the terms & conditions of v2 of the |
| GNU General Public License. For details refer to   |
| the included gpl.txt file or visit http://gnu.org  |
+----------------------------------------------------+
                    .-'-'`-.               .-'`-`-.
                 .-'-       \             /       -`-.
                /    -.    - \           / -    .-    \
               /_/___ __.'-\  \        /  /-`.__ ___\_\
              /./ \_ \___ / \  |      |  / \ ___/ _/ \.\
              \/      /_ \  /  |      |  \  / _\      \/
               |  __\/   /./   |      |   \.\   \/__  |
               \  \_\  .'      |      |      `.  /_/  /
             _/ \____.'       /        \       `.____/ \_
           /'        \      /'|        |`\      /        `\
          |           \    /  |        |  \    /           |
          \/           \  \   |        |   /  /           \/
         /              `\ \   \      /   / /'              \
        /                 | \  |      |  / |                 \
       /   /              \    |      |    /              \   \
    .-'  ,'       \        \   \      /   /        /       `,  `-.
   |'  ./          `\       \   |    |   /       /'          \.  `|
   \   |'            \      `   |    |   '      /            `|   /
    `-/\     ./      |`\     \  |    |  /     /'|      \.     /\-'
      ||`---'        |  \     . |    | .     /  |        `---'||
      \\             /   \    | \    / |    /   \             //
       ||           /\_   \    \|    |/    /   _/\           ||
       \ \         /|  `\_|\    '    `    /|_/'  |\         / /
        | `\        |      |    \    /    |      |        /' |
        |   \       |      |     \  /     |      |       /   |
        |'  |        \      \    |  |    /      /        |  `|
        \   |         `-.    \   |  |   /    .-'         |   /
  -----._\__._           \   |   |  |   |   /           _.__/_.-----
              `-.         |  |   |  |   |  |         .-'
                          |  \   |  |   /  |
                          |  _|  |  |  |_  |
                          / /||..|  |..||\ \
                        .' |/||||/  \||||\| `.
      ---._________.---'   ` \|''    ``|/ '   `---._________.---

*/
-->
.rating_bar {
  width: 55px;
  background: url(img/star_x_grey.gif) 0 0 repeat-x;
}

.rating_bar div {
  height: 12px;
  background: url(img/star_x_orange.gif) 0 0 repeat-x;
}



p.link a:link span{display: none;}
p.link a:visited span{display: none;}
p.link a:focus span {
		   position: absolute;
		   margin:15px 0px 0px 20px;
		   background-color: beige;
		   width:200px;
		   padding: 2px 10px 2px 10px;
		   border: 1px solid #C0C0C0;
		   font:10px verdana;
		   color:black;
		   text-align:left;
		   display: block;
                    }

p.link a:hover {color:black; text-decoration:none;}
p.link a:hover span {
		   position: absolute;
		   margin:15px 0px 0px 20px;
		   background-color: beige;
		   width:200px;
		   padding: 2px 10px 2px 10px;
		   border: 1px solid #C0C0C0;
		   font:10px verdana;
		   color:black;
		   text-align:left;
		   display: block;
                    }

div.navi {font-size:13pt; font-weight: bold; color:gray;}
div.navi a:hover {text-decoration:none; color:black;}
