.styles {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none}
.stylesbold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FF3300; text-decoration: none ; font-weight: bold}

A {
  color: #000000;
  text-decoration: none;
  font-family: Arial;
}

A:hover {
  color: blue;
  text-decoration: underline;
}

 .m1{
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #4682B4;
 }

a.tt:hover{
	position:relative;
	z-index:23;
	}
	a.tt span{
	display:none;
	}
	a.tt:hover span{
	display:block;
	position:absolute;
	width:300px;
	top:-90px; /* положение всплывающего окна относительно оси Х */
	left:-40px; /* положение всплывающего окна относительно оси У */
	background:#fafafa;
	border:1px solid #ccc;
	color:#666;
	z-index:20;
	padding:2px;
	font-size:10px;
	cursor:pointer;
	text-decoration:none;
	font-family:tahoma;
	}


#sale {border:0px solid #000;
width:650px;
height:100%;
background-image:url("images/sale.jpg");
background-position:top;
background-repeat:no-repeat;
}