/* CSS Document */


  body{
    background:#ffd272 url(/images/bg-bar.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
  }
  
  img{
    border:0px;
	padding:0px;
	margin:0px;
  }
  
  form{
	padding:0px;
	margin:0px;  
  }
   
  img.logo{
	width:155px;
	height:30px;
  }
  
  a.close{
    position:absolute;
	right:5px;
	top:5px;
  }
  
  div.switch{
	position:absolute;
	left:200px;
	top:5px;
  }

  a.but-prev{
	background:url(/images/button-prev.gif) left top;
	padding:0px 5px;
	float:left;
  }
  a.but-prev:hover{
	background-position:left -20px;
  }


  a.but-next{
	background:url(/images/button-next.gif) right top;
	padding:0px 5px;
	float:left;
  }
  a.but-next:hover{
	background-position:right -20px;
  }

  a.but{
  	background:url(/images/button.gif) left top;
	padding:0px 5px;
	margin-left:10px;
	display:block;
	float:left;
  }
 
  a.but:hover {
	background-position:left -20px;
  }
  
  select.jump{
    float:left;
	margin-left:50px;
	font-size:12px;
  }
  
  span.counter{
	font-size:11px;
	background:#f0b04e url(/images/bar-loading.gif);
	font-weight:bold;
	float:left;
	padding:2px 15px 3px 15px;
	color:#fff;
	margin:0px 1px;
  }

  
  span.stats{
	font-size:11px;
	background:#f0b04e url(/images/bg-stats.gif) right;
	float:left;
	padding:2px 5px 3px 5px;
	color:#fff;
	margin:0px 1px;
  }
  
  span.stats a {
	color:#fff;
	text-decoration:none;
  }