/*------------------------*/
/*-------- RESULTS -------*/

.ac_results {
	padding: 0px;
	border: 1px solid #ddd;
	background-color: #fff;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	position:relative;
    margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
color: #333;
}

.ac_loading {
	background : #fdfdfd url('/flash/autocomplete_indicator.gif') right center no-repeat;
}

li.ac_over {
	background-color: #D52300;
	color: #fff;
       
}
#example {
  margin-top:5px;
  left:10px;
  width:200px;
  font-size: 10pt;
  border: 1px solid #ddd;
  background-color: #fff;
}
.qnt {
  position:absolute;
  top:2px;
  right:10px;
  font-size:0.8em;
  color:#26A908;
}

/*-------------------------------*/
/*-------- WATCHES_TABLE --------*/

table#watches_table{}

table#watches_table td{}

td#watches_right{
padding-left:25px;
}

.watch_view{
border:0px solid red;
width:230px;
text-align:center;
margin:0px;
}

#time_arr{
width:230px;
height:160px;
border:0px solid red;
position:relative;
text-align:center;
margin-top:10px;}

#show_time{
margin:10px auto;
border:0px solid #efefef;
text-align:center;
height:137px;
width:145px;
}

#city_choice{
border:0px solid red;
margin:0px auto;
width:200px;
padding-left:15px;
}

/*------------------------*/
/*-------- ARROWS --------*/

div#arrows{
border:0px solid green;
width:200px;
height:50px;
margin:0px;
position:absolute;
top:40px;
left:20px;
}

div#arrows span{
display:block;
height:50px;
line-height:15px;
font-size:12px;
font-weight:bold;
padding:0px 3px;
cursor:pointer;
color:#FFF;
}

span#back{
border:0px solid red;
float:left;
background: url('/flash/arrows.png') left -60px no-repeat;
}

span#forward{
border:0px solid red;
float:right;
background: url('/flash/arrows.png') right -60px no-repeat;}

span#forward:hover{
background: url('/flash/arrows.png') right 0px no-repeat;}
span#back:hover{
background: url('/flash/arrows.png') left 0px no-repeat;}

textarea#watches_code{
background-color: #f9f9f9;
border: 1px solid #ddd;
width:370px;
height:190px;
font-size:12px;
margin-top:5px;
padding:7px;
color:#222;
}

/*---------------------------------------*/

div#page-1100{
background-image: url('/i/informer_bg2.png');
background-position: left top;
background-repeat:no-repeat;
}

#watches_table{
margin-top:50px;}

/*---------------------------------------*/

#top_flash{
border: 0px solid #ddd;
position:absolute;
height:137px;
width:145px;
left:562px;
top:0px;
}
