﻿.prodImg { text-align: center; }
.prodImg img { max-width: 167px; max-height: 167px; }
.hei167 { height: 167px; width: 167px; }
.centerImage { display: table-cell; vertical-align: middle; }
.virtualsample { margin: 0 10px auto auto; padding: 4px 25px 4px 25px !important; line-height: 20px !important; }
.virtualsample .virtualsampleIcon { width: 29px; height: 22px; display: inline-block; margin-right: 10px; background: url('/images/esp_web_sprite.png') center -134px no-repeat; vertical-align: middle; }
a.btn.styled { border: 1px solid #15529F; color: #FFF; }
.btn.styled { color: #FFF;
    background: url('../images/lgml/dash/fallback-gradient-menu_blue.png') #2A6DB4 left top repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59A7E3), to(#15529F));
	background-image: -webkit-linear-gradient(top, #59A7E3, #15529F);
	background-image: -moz-linear-gradient(top, #59A7E3, #15529F);
	background-image: -o-linear-gradient(top, #59A7E3, #15529F);
}
.btn.styled:hover { color: #FFF;
    background: url('../images/lgml/dash/fallback-gradient-menu_blue_over.png') #2A6DB4 left top repeat-x;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3385CF), to(#0D2E6E));
	background-image: -webkit-linear-gradient(top, #3385CF, #0D2E6E);
	background-image: -moz-linear-gradient(top, #3385CF, #0D2E6E);
	background-image: -o-linear-gradient(top, #3385CF, #0D2E6E);                
}
.savingsGreen { background-color: #E6F1EB}