header.catalog_page div.banner_happy_baker {
	float:left;
	width:25%;
	text-align:right;
	color:#a9b0b3;
	top: 80px;
	left: -10px;
position: absolute;
}

.cellBorder_Dimension
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-color: LightGray;
}

.cellBorder_Dimension_Digit
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	width: 45px;
	border-color: LightGray;
}

.tableBorder_Dimension
{
	border: Black; 
	border-left-style: solid; 
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	BORDER-COLLAPSE: collapse; 
	width: 320px;
	border-color: LightGray;
}






.content_rule {
        color: #444;
        height: auto !important;
        height: 1px;
        font-size: 1.2em;
        min-height: 1px;
}
.content_rule h1 {
        color: #000;
        font-size: 24px;
        font-weight: normal;
        margin: 0 0 20px;
}
.content_rule_____ p {
        margin: 0 0 .5em;
}

        .ol_rule 
        {
            list-style-type: none;
            counter-reset: item1;
margin: 0 0 1.6em 1px;
        }
        .li_rule:before 
        {
            content: counter(item1) '. '; 
            counter-increment: item1; 
        }            
        .ol_rule_2 
        {
            list-style-type: none;
            counter-reset: item2;
margin: 0 0 1em 5px;
        }
        .li_rule_2:before 
        {
            content: counter(item1) '.' counter(item2) '. '; 
            counter-increment: item2; 
        }            
        .ol_rule_3
        {
            list-style-type: none;
            counter-reset: item3;
margin: 0 0 1em 5px;
        }
        .li_rule_3:before 
        {
            content: counter(item1) '.' counter(item2) '.' counter(item3) '. '; 
            counter-increment: item3; 
        }            

