/*Общие стили*/
.catalogGoodCell
{
	width:100%;
}

.headings
{
    font-weight:bold;font-family:Arial,Helvetica,sans-serif; font-size:100.01%; color:#333333; 
}
.imcell
{
	height:15em;
	width:15em;
}
.imcellside
{
	height:4em;
	width:4em;
}
.iconscell
{
	width:9.5em;
	height:9.5em;
}
.catalogGoodCell:hover
{
	background:#fff;
}
.newsTable
{
	width:100%;
	background: #eeeecd;
}
.newsTable td
{
	/*width:17em;*/
}
.newsCell
{
	width:100%;
}
.menuTable
{
	width:100%;
	background: #eeeecd;
}
.addGoodTable
{
	width:100%;
}
.addGoodTable td
{
	width:100px;
}
.imageCenterTd
{
	text-align: center;
}
.nameGood
{
	font-size:1.25em;
	font-weight:bold;
	color: #F83E25;
	text-align:center;
}
.nameGood a
{
	color: #F83E25;
}
#filter
{
	display:none;
}
.backgroundContainer
{
	
	width:100%;
	background: #eeeecd;
}
.goodHeader
{
background: #ee9911; color: #333;border-bottom: 1px solid #fff; text-align: left;
}
.Login
{
	background: #eeeecd;
}
.cathegoryIcon
{
	float:left;
}
.cathegoryIcon:hover
{
	background:#fff;
}
.hrDivide
{
	color: #888;
    background:transparent;
    size:2px;
}
.icons
{
	width:100%;
}
.icons td:hover
{
	background:#fff;
}
.newsTable tr th
{
	text-align:center;
}
.imghack
{
	margin-top:-192px;
	width:20em;
	height:192px;
}
.sidebarLink
{
	font-size:1.2em;
}
/*Общие стили Конец*/

/* Автоматические div'ы */
.floats
{
	/* Компенсируем отступы между float-блоками, чтобы они занимали все доступное пространство */
	margin: -3em 0 3em -2em;
	
	/* Эти правила для IE */
	position: relative;
	display: inline-block;
	clear: both;
	text-align:center;
}
.floats:after
{
	content: '';
	display: block;
	clear: both;
}
.floats .left
{
	position: relative;
	float: left;
	
	/* Убираем удвоение отступов в IE */
	display: inline;
	
	/* Прячем все, что вдруг вылезло за наши ограничения */
	/* overflow: hidden; */
	
	/* Отсупы между float-блоками */
	margin: 3em 0 0 3.5em;
	
	/* Задаем минимальную ширину по картинке и тексту */
	width: 14em;
	min-width: 200px;
}
.floats .left .r
{
	position: absolute;
	top: 1em;
	left: 0;
	width: 100%;
}
.left:hover
{
	background:#fff;
}
.floats .left .min
{
	/* Задаем минимальную высоту по картинке */
	margin: 0 0 200px 0;
	
	/* Задаем минимальную высоту по тексту */
	height: 4em;
	
	/* Дублируем значение минимальной ширины по картинке для IE */
	width: 200px;
}
/* Автоматические div'ы Конец */

/*Телефон*/
.phone
{
	margin-top:110px; margin-right:20px; color:#E92626; font-size:2.2em; min-width: 964px;
}
/*Телефон Конец*/
