/*  Класс для отображеия форм прозрачными.*/
.cart
{ font-family:		Tahoma;
  font-size:		11px;
  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;
}


.white
{
	color : White;
}

a.small {
	font-size: 6px;
	font-weight:bold;
	color: #F27A0A;
	text-decoration:none
}
a.small:hover {
	font-size: 6px;
	font-weight:bold;
	color: #AEB4CE;
	text-decoration:none
}

a.old {
	font-size: 12px;
	font-weight:bold;
	color: #F27A0A;
	text-decoration:none
}
a.old:hover {
	font-size: 12px;
	font-weight:bold;
	color: #AEB4CE;
	text-decoration:none
}

a.old:visited {
	font-size: 12px;
	font-weight:bold;
	color: Black;
	text-decoration:none
}


.small
{

	font-size : 6px;
}


/*Класс для отображение важных (обязателльных) сообщений на сайте, чтобы посетитель обратил внимание. Например обязательные поля в форме или сообщение об ошибке.*/
.important{
	font-weight:bold;
	color: Maroon;
	text-align : right;
}

.form_comment {
        font-family: Tahoma, Verdana, Arial;
        font-size: 10px;
        text-align: justify;
}

/* Класс для отображения главных заголовков сайта*/
h1
{
	font-family:Tahoma;
	font-size:17px;
	color: #F27A0A;
}
/*Описание свойств таблицы по умолчанию */
.table
{
	border:0;
}
img
{
	border:0;
}

p, font, td
{
	font-family:Tahoma;
	font-size:10px;
	text-align : left;
	text-indent : 0px;
	color: Navy;
}

font
{
	font-family:Tahoma;
	font-size:10px;
	text-align : justify;
	text-indent : 0px;
}

font.news
{
	font-family:Tahoma;
	font-size:11px;
	text-align : justify;
	text-indent : 0px;
	color: Navy;
}

h3
{
	font-family:Tahoma;
	font-size:12px;
 color: #1C54A8;
	text-align :center;
}

a.l {
	font-size: 11px;
	font-weight:bold;
	color: #F27A0A;
	text-decoration : none;
}
a.l:hover {
	font-size: 11px;
	color: #AEB4CE;
	text-decoration:none
}

a {
	font-size: 10px;
	font-weight:bold;
	color: #F27A0A;
	text-decoration:none
}
a:hover {
	font-size: 10px;
	font-weight:bold;
	color: #AEB4CE;
	text-decoration:none
}

.l {
	font-size: 11px;
	font-weight:bold;
	color: #F27A0A;
	text-decoration : none;
}
font.q{
	font-size: 11px;
	font-weight:bold;
	color: #D4D0C8;
	text-decoration : none;
}

a.email {
	color: White;
	text-decoration : none;
}
a.email:hover {
	color: #CCCCCC;
	text-decoration : none;
}
