* {  margin: 0;  padding: 0;}

html, body {
        width: 100%;
        /*height: auto;*/

        font: 12px Tahoma;
        color: #003300;
}
body {background-color: #F2E7C7;}
div.h100_shop_inf {
        position: relative;
        height: auto;
        width: 994px;
        margin: 0 auto;
        border: solid #57433a;
        border-width: 0 1px;
}
html>body div.h100_shop_inf {        height: auto;         min-height: 100%;}
img { border:0; }
table { position: relative;  border-collapse: collapse; }
td, th { vertical-align: top; text-align: left; }



/* footer                                                                                                                                                                 */
div.footer_shop_inf, div.place_for_footer_shop_inf {
        height: 38px;
        width: 994px;
}
div.place_for_footer_shop_inf {
}

div.footer_shop_inf {
        position: absolute;
        bottom: 0;
        background-color: #e8ddbd;
}

div.footer_shop_inf h1 {
        position: absolute;
        right: 24px;
        bottom: 8px;
        font: 18px Tahoma;
        color: #003300;
        text-align: right;
}
div.footer_shop_inf h1 a:link, div.footer_shop_inf h1 a:visited {
        color: #990000;
        text-decoration: underline;
}
/*                                         header                                                                                                                                                                                 */
div.header_shop_inf {
        position: relative;
        height: 137px;
        width: 994px;
        background: url(../img/header_shop_inf.jpg) no-repeat top left;
}

/*                                         header_icons                                                                                                                                                                                 */

div.icons_header_shop_inf {
        position: absolute;
        top: 89px;
        left: 101px;
        height: 15px;
        width: 120px;
        font-size: 1px;
}
div.icons_header_shop_inf a {
        display: block;
        float: left;
        width: 15px;
        height: 15px;
        margin-right: 20px;
}

/*                                         content                                                                                                                                                                                 */
div.content_shop_inf {
        position: relative;
        width: 994px;
}

/*  */
div.shop_inf {
        width: 890px;
        margin: 40px auto 80px;
}
div.shop_inf table {
        width: 100%;
}

.shop_inf_text_td {
        width: 410px; /* 440 */
        padding: 240px 0 55px 30px;
        font: 13px Tahoma;
        color: #000033;
        line-height: 24px;
        text-align: justify;
}
.shop_inf_text_td p {padding:0px; margin:0px;}

.shop_inf_text_td h1 {
        position: relative;
        font: 14px Tahoma;
        color: #330000;
        margin-right: 32px;
        padding: 5px 16px;
        background-color: #e8ddbd;
        margin-bottom: 55px;
}
.shop_inf_text_td h1 span {
        position: absolute;
        right: -32px;
        top: 0;
        height: 27px;
        width: 32px;
        cursor: pointer;
        background: url(../img/icon_print.gif) no-repeat center center;
}
* html td.shop_inf_text_td h1 span {
        right: 0;
}
.shop_inf_text_td h2 {
        font: 13px Arial;
        color: #330000;
        margin-top: 40px;
}

td.shop_inf_image_td {
        text-align: center;
        vertical-align: middle;
        width: 450px;
}


/*Содержимое прижато к левому краю, отступы снизу (15 точек) и справа (30 точек).*/
.left_object{
	float:left;
	margin-right:30px;
	margin-left:15px;
}
/*Шрифт Tahoma (13 точек), почти чёрный цвет текста, высота строки - 24 точки.*/
.good_description{
	position:relative;
	font: 13px Tahoma;
	color: #000033;
	line-height: 24px;
}
/*Шрифт Tahoma (14 точек), очень тёмный красный цвет текста и очень светлый коричневый цвет фона, поля у текста (5 точек сверху и снизу, 16 точек слева и справа), отступы справа (32 точки) и снизу (55 точек).*/
.good_name{
	font: 14px Tahoma;
	color: #330000;
	padding: 5px 16px;
	background-color: #e8ddbd;
	margin-right:32px;
	margin-bottom:55px;
}