/* HELPER STYLES */
.centered{
	text-align:center;
}

/* GENERAL STYLES */
.header-img{
	background: url("/images/promotions/2012/blackfriday/esBlack-Friday-Landing-2012.png") no-repeat center center;
	width: 950px;
	height: 300px;
	background-color: #000;

}
.header-copy h1{
	font-size: 36px;
	margin: 30px 0 20px 0;
}
.header-copy p{
	margin-bottom: 0px;
}
.social-bar{
	float:left;
	width:950px;
	text-align:center;
	margin: 30px 0;
}
.social-bar li{
	display:inline-block;
	list-style: none;
	width: 85px;
	margin:0;
}
.email-bar{
	background: url("/images/global/large-bar-bg-dark.png") no-repeat center top;
	height: 74px;
    padding-top: 25px;
}
.email-bar h5{
	text-align: right;
	font-family: arial, sans-serif
}
.product-grid+.product-grid{
	border: 0;
}
/* product grids */
.product-grid {
    border-bottom: 1px solid #EEEEEE;
    font-size: 12px;

}
.product-grid .grid_4{
	padding: 0 20px !important;
}
.product-grid .grid_4.prefix_3{
	margin-left: 160px !important;
	padding-left: 0;
}
.product-grid .grid_4.prefix_2{
	padding-left:0;
	margin-left:25px !important;
}
.product-grid .grid_4.suffix_1{
	padding-right:0;
	margin-right:25px !important;
}
.product-grid .grid_4.suffix_3{
	padding-right: 0 ;
	margin-right: 100px !important;
}

.product-grid > div .show-on-hover {
    display: none;
}
.product-grid > div:hover{
	background: #f2f2f2;
}
.product-grid > div:hover .show-on-hover {
    display: block;
    margin: 0 auto;
}
.product-grid > div:hover .hide-on-hover {
    display: none;
}
.product-grid .sale_price, .product-grid .retail_price{
	font-size: 10px;

}
.product-grid .sale_price{
	color: #444;
	margin-bottom:0;
}
.product-grid .sale_price .money{
	font-size: 14px;
	font-weight: bold;
	color: #D80000;
}
.product-grid .retail_price{
	color: #AAA;
	margin-bottom:0;
	text-decoration: line-through;
}
.product-grid .get_now{
	margin-top: 12px !important;
}

.product-grid h3 {
    color: #006CB5;
    font-size: 28px;
    letter-spacing: -1px;
    margin: 30px auto;
    text-align: center;
}
.product-grid > div {
    margin-bottom: 40px;
    min-height: 280px;
    text-align: center;
}
.product-grid .ptitle-author {
    min-height: 90px;
}
.product-grid .ptitle {
    line-height: 1.2em;
}
.product-grid .ptitle a {
    color: #666666;
    font-size: 12px;
}
.product-grid .pauthor {
    color: #999999;
    font-size: 12px;
    display: none;
}
.product-grid .price {
    color: #444444;
    font-size: 14px;
    font-weight: bold;
}
.product-grid .product_img{
	padding-top:10px;
	height: 126px;
	width: 110px;
	vertical-align: bottom;	
	display:table-cell;
}
.product-grid .product_img img{
	max-width: 85px;
	max-height: 126px;
	margin-left: 30px;
}
.product-grid .product_img a{
	display:block;
}