

/* common css */



.leftpeer{max-width: 1041px; width: 100%; margin: 0 auto;}

.inline-top{vertical-align: top; display: inline-block;}

.no-decore{text-decoration: none;}

.table{display: table;}

.table-cell{display: table-cell; vertical-align: middle;}

.relative{position: relative;}

.clear{clear: both;}

.socialA a:hover img {-moz-transform: rotate(-10deg); -webkit-transform: rotate(-10deg); -o-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg); -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}

.left{float: left; text-align: left; margin-right: 25px;}

.right{float: right; text-align: right; margin-left: 25px;}



.cover{

    -webkit-background-size: cover; 

    -moz-background-size: cover; 

    -o-background-size: cover;

    -ms-background-size: cover;

    background-size: cover; 



    background-repeat: no-repeat;

    background-position: center center;

}


#productsWrap .prodInfo .prodExcerpt {
	overflow:hidden;
	height:130px !important;
	display:none;
}