﻿.container
{
	display: table-cell;
	vertical-align:   middle ;
}
/*.middled
{
	margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ?  "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px" );
}*/



.container
{
	display: table-cell;
	vertical-align:  bottom;
}


.productBlock
{
    width: 100%;
    height: 100%;
    display: table-cell;
	vertical-align:   bottom;
}

.productBlock .left
{
    clear: left;
    display: block;
    float: left;
}

.productBlock .right
{
    clear: right;
    display: block;
    float: right;
    text-align: center;
    min-width:150px;
}

.productBlock .text
{
    display: block;
    width: 100%;
    clear: both;    
}
