.product_box{
	
}

.product_box:hover{
	margin-top: -5px;
}

.product_box .box{
	/*border-style: solid;
	border-color: #e4e4e4;
	border-width: 1px;*/
	margin-bottom: 30px;
	line-height: 25px;
	
	border-color: #dae9f5;
	border-width: 1px;
	box-shadow: 0 0 5px #c4e5fc;
}

.product_box .box-2{
	background-color: #f2f2f2;
}

.product_box .box_img{
	/*height: 250px;*/
}

.product_box .img-product{
	/*width: 100%;
	max-height: 100%;*/
	width: 100%;
	max-height: 100%;
}

.product_box .img-thumbnail{
	border-style: none;
	padding: 0px;
	border-radius: 0px;
}

.product_box .installment_month{
	padding-left: 5px;
	height: 55px;
}

.product_box .box_name{
	height: 80px;
}

.pBrand{
	text-align: center;
	color: #860200;
}


.pName{
	text-align: center;
	color:  #202020;
}

.product_box .break_line{
	/*height: 5px;*/
	height: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #bed4e8;
}

.product_box .price{
	text-align: right;
	color: #202020;
}

.product_box .price_special{
	color: #860200;
}

.product_box .price_member{
	color:  #0d6817;
}

.product_box .btn-add-to-cart{
	width: 60%;
	
	border-style: none;
	border-width: 1px;
	border-color: #767676;
	margin-left: 1px;
	background-color: #babdbe;
	padding: 3px;
	text-align: left;
	/*background-image: url('../img/add-to-cart-thumbnail.png');*/
	background-repeat: no-repeat;
 	background-size:100% 100%;
 	cursor: pointer;
 	text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
}

.product_box .btn-buy-now{
	width: 39%;
	margin-left: -3px;
	border-style: none;
	border-width: 1px;
	border-color: #767676;
	background-color: #032d75;
	color: #ffffff;
	padding: 3px;
	padding-bottom: 7px;
	/*background-image: url('../img/by-now-thumbnail.png');*/
	background-repeat: no-repeat;
 	background-size:100% 100%;
 	cursor: pointer;
 	text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
}

.product_box .aN1{
	border-bottom-width: 2px;
}