/* style for template #2 */
BODY
{
margin: 0px 0px 0px 0px;
font-family: Tahoma, Verdana, Arial;
}


p, font

{ font-family:		Tahoma, Verdana, Arial;
  
  font-size:		12px;

}

td

{ font-family:		Tahoma, Verdana, Arial;

  font-size:		12px;

}

.small

{ font-size:		10px;

}

.cat

{ font-size: 16px;
  
}

.big

{ font-size:		20px;

}

h1

{ font-family:	Tahoma, Verdana, Arial;

  font-size:	18px;

  color:	black;

}

.standard

{ 
 font-weight: normal;

}

.light

{ font-family:	Verdana;
  color: #003366;  
  text-decoration: none; 
  letter-spacing: normal;
  line-height:110%
}

.lightsmall

{ color:			#003366;

  font-size:		10px;

}

.lightstandard

{ font-family:	Verdana; 
  color:			#10447C;
  font-weight:		normal;
  text-decoration: none; 
  letter-spacing: normal;
  
}

.middle

{ color:			black;

}

a

{

  font-family:		Verdana, Arial;

  font-weight:		bold;

  font-size:		12px;

  color:			#10447C;

}

.no_underline

{ text-decoration:		none;

}

a.small

{

  font-family:		Verdana, Arial;

  font-size:		11px;

  font-weight:		bold;

  color:			#10447C;
  
}

a:hover

{ color: red;

}

a.standard

{ font-family:		Verdana, Arial;

  font-size:		12px;
  color: #10447C;
  font-weight:		normal;
  text-decoration: none
}

a.cat

{ font-family:		Verdana, Arial;

  font-size:		14px;
  color: #10447C;
  font-weight:		bold;
  
}

.cart

{ font-family:		Tahoma;

  font-size:		12px;

  BORDER-BOTTOM:	0px solid;	

  BORDER-LEFT:		0px solid;

  BORDER-RIGHT:		0px solid;	

  BORDER-TOP:		0px solid;

  margin:			1px;

  font-weight:		bold;

  color:			black;

  background-color:  transparent;

}

.totalPrice

{ font-size:	    	16px;

  BORDER-BOTTOM:	0px solid;	

  BORDER-LEFT:		0px solid;

  BORDER-RIGHT:		0px solid;	

  BORDER-TOP:		0px solid;

  margin:		1px;

  font-weight:		bold;

  color:		red;

  background-color:  transparent;

}

.average
{
color:#000033;
font-weight: bold;
font-size: 14px
}
.poisk
{
font-family:Tahoma, Verdana, Arial;
color: white;
font-weight: bold;
margin-left: 25px;
margin-top: 170px;
line-height: 150%;
}

table.noborder{
border:0px; /* border="0" */
border-collapse:collapse; /* cellspacing="0" */
}

table td{
padding:0px 0px 0px 0px;/* cellpadding="0" */
}

.shrift {
font-family: Tahoma, Verdana, Arial;
font-size: 16px;}

.tema {font-family: Tahoma;
font-size: 18px;
font-weight: bold;
}


/*таблица*/
table.table{
	border-collapse: collapse;
}
table.table td,th{
	padding: 5px 5px;
	border: 1px solid #000000;
}
/*таблица*/


/*tooltip*/
a.tt span{
display:none;/*прячем тултип - пока мышь не наведена*/
}
a.tt:hover{
position:relative;/*Ставим точку отсчета для тултипа внутрь данной ссылки*/

}
a.tt:hover span{
display:block;/*показываем тултип при наведении*/
top:0px;
left:0px;/*три строки для позиции тултипа относительно левого верхнего угла ссылки*/
z-index:5;
background:#fafafa;/*фон, что бы было видно тултип*/
color: black
}
