.bestsellerproductsWrapper{float:left;margin:0;padding:0;width:100%;}
.bestsellerproductsWrapper h2{margin:20px 20px 10px 20px;display:block;}
.bestsellerproduct{display:inline-block;height: 335px;width: 288px;}
.bestsellerproduct{width: 288px; height: 440px; border:1px solid #D4D4D4;
background: none repeat scroll 0 0 #FFFFFF;
display: inline-block;
font-size: 12px;
overflow: hidden;
position: relative;
transition: box-shadow 50ms linear 0s;
vertical-align: top;
}
.bestsellerproduct:hover{border:4px solid #ed803b;margin:-3px -8px 6px -3px;
box-shadow:0 0 4px rgba(0,0,0,0.4);position:relative;z-index:10
}
.bestsellerproductDescription{height:60px; text-align: left;}
.bestsellerproductDescription a{ font-size:11px; color:#FFFFFF; text-decoration:none;}
.bestsellerproductDescription a:hover{color:#FFFFFF;}

.bestsellerproductInfo p {margin:5px 0 10px 0;}
.bestsellerproductInfo p a{font-size:14px; color:#000000; text-decoration:none; font-weight:200;}
.bestsellerproductInfo p a:hover{color:#000000; text-decoration:underline;}
.bestsellerproductInfo{float:left;margin:0;padding:5px;font-size:12px; width:278px;}
.bestsellerproductInfo .pricestyle{
	border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 0;
     text-align: left;
}
.bestsellerproductInfo .pricestyle .waspricestyle{color:#999999; margin:0 5px 0 0;}

.bestsellerproductsInnerWrapper{margin: 0 auto;text-align: center;}

/* ================= Large 4:3 desktop screen(Wide) > 1600px ================= */
@media only screen and (min-width: 1600px) {
.bestsellerproduct{margin:0 -5px 9px 0;padding: 11px;height:440px;}
.bestsellerproductImage{float:left; margin:0;padding:0;width:288px; height:288px;}
.bestsellerproductImage img{height:288px;}
.bestpdiv0, .bestpdiv1, .bestpdiv2, .bestpdiv3{display:inline-block;}
}

/* ================= Standard 4:3 desktop screen (Wide) 1280px - 1599px ================= */
@media only screen and (min-width: 1280px) and (max-width: 1599px) {
.bestsellerproductimage{float:left; margin:0;padding:0;width:288px; height:236px;}
.bestpdiv0, .bestpdiv1, .bestpdiv2{display:inline-block;}
}

/* ================= Standard desktop screen 1024px - 1279px ================= */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.bestsellerproduct{margin: 0 8px 20px;padding: 5px;}
.bestsellerproductimage{float:left; margin:0;padding:0;width:288px; height:236px;}
.bestpdiv0, .bestpdiv1{display:inline-block;}
}

/* ================= Tablet (Landscape) 640px - 1023px ================= */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
.bestsellerproduct{margin: 0 8px 20px;padding: 5px;}
.bestsellerproductimage{float:left; margin:0;padding:0;width:288px; height:236px;}
.bestpdiv0{display:inline-block;}

}

/* ================= Tablet (Portrait) 320px - 639px ================= */
@media only screen and (min-width: 320px) and (max-width: 639px) {
.bestsellerproduct{margin: 0 0px 20px;padding: 5px;}
.bestsellerproductimage{float:left; margin:0;padding:0;width:288px; height:236px;}
.bestpdiv0{display:inline-block;}
}

/* ================= Mobile < 319px ================= */
@media only screen and (max-width: 319px) {
.bestsellerproduct{margin: 0 0px 20px;padding: 5px;}
.bestsellerproductimage{float:left; margin:0;padding:0;width:288px; height:236px;}
.bestpdiv0{display:block;}
}

