/* Вся страница */
.search_select {
	background-color: #FFE78B;
}

.TableError {background-color: #FF0000; color: #FFFFFF; font-family: Verdana}
.hlight {background-color: #368EFE; font-size: 12px; color: white; font-family: Verdana}

.form {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
}

/*Tooltips START*/
a.info{
    position:relative; /*this is the key*/
    z-index: 998;
	font-size: 11pt;
}

a.info:hover{z-index:999; background-color:#ff0; font-size: 11pt;}

a.info span{display: none;}

a.info:hover span{ /*the span will display just on :hover state*/
	font-size: 10pt;
    display:block;
    position:absolute;
    top:2em; left:2em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: left;
	padding: 3px;}
/*Tooltips END*/

/*Img PopUP Start*/
  .productThumbnail { 
    width: 32px;
    height: 32px;
    border: 1px solid #999999;
    text-align: center;
  }

  .productThumbnail table {
    width: 32px;
    height: 32px;
  }

  .productThumbnail table td {
    text-align: center;
  }
/*Img PopUP END*/