html, body, iframe {
margin:0; 
padding:0; 
height:100%
}

a *{
	border:none;
}

a
{
	color:#fff;
	text-decoration:none
}

a, a:hover, a:visited, a:active {

   border:none;
   outline:none;
}

body
{
	margin: 0;
	padding:0;
	overflow:hidden;
	color:#666
}

#bar
{
	background:url(/img/bar.png) repeat-x;
	height:1.95em;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding-left:.2em;
	
}

a#ttt
{
	float:left;
	display:block;
	border:0;
	background:url('/img/logoGoTo.png') no-repeat;
	width:110px;
	height:30px;
}

iframe {
	display:block; 
	position:absolute;
	top:1.95em;
	left:0;
	width:100%; 
	height:100%;
	border:none; 
}


#right
{
	float:right;
}

#go_to_similar p
{
background:url(/img/arrow.gif) no-repeat;
background-position: 94% 55%;
  display: block;
  border-top: 1px solid #999 !important;
  border-bottom: 1px solid #999 !important;
  width: 200px;
  color: #ccc;
  background-color: #333;
  line-height: 20px;
  text-decoration: none;
  text-indent:10px;
  padding:1px 1px 1px 5px;
  cursor:default;
  margin: 0;
}


#close
{
	float:right;
    padding: 6px 14px;
}

#go_to_similar
{
	display: block;
  position: absolute;
  font-size: 12px;
  top: 3px;
  left: 120px;
  border-left: 1px solid #999 !important;
  border-right: 1px solid #999 !important;
  z-index: 5000;
  background: #333;
  padding: 0;
}

#go_to_similar a
{
  display: none;
  border-bottom: 1px solid #999 !important;
  width: 200px;
  color: #ccc;
  line-height: 25px;
  padding:5px 1px 5px 5px;
  text-decoration: none;
}



#go_to_similar a:hover
{
   color: #fff;
  text-decoration:underline;
}

#go_to_similar a img
{
  vertical-align: middle;
  padding: 2px;
}

go_to_similar a#last
{
	 border-bottom: 1px solid #cccccc !important
}
