/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05-ago-2014, 10:22:48
    Author     : Alberto
*/

#megaaffs_product_square_id{
	z-index: 2;
    margin: 2px 0 0 2px;
    position: absolute;
}

#maffs_freeshipping_product_detail{
	float: left;
clear: both;
width: 100%;
margin-bottom: 10px;
margin-top: 10px;
}

#maffs_information{
	margin-top: 12px;
	float: right;
	font-weight: bolder;
	font-size: 11px;	
}
.maffs_bold{
	font-weight: bolder;
}
.maffs_container_productcart_detail img{
	margin-right:15px;
	width:50px;
	float:left;
}
.maffs_container_productcart_detail p{
float: right;
width: 160px;	
}
#cart_block #cart_block_list  .cart-prices .maffs_container_productcart_detail img, .cart_block .cart_block_list .cart-prices .maffs_container_blockcart_detail img{
	display:none;
}
#cart_block #cart_block_list .cart-prices .maffs_container_productcart_detail, .cart_block .cart_block_list  .cart-prices .maffs_container_blockcart_detail{
	float:left;
    border: 1px solid yellow;
    background: darkgoldenrod;
    padding: 15px;
    border-radius: 10px;
}
#cart_block #cart_block_list  .cart-prices .maffs_container_productcart_detail p, .cart_block .cart_block_list  .cart-prices .maffs_container_blockcart_detail p{
	width:auto;
	float:left;
}
#megaaffs_product_square_id{
		position: absolute;
		z-index: 1;
	}
	#megaaffs_product_square_id img{
		box-shadow: none;
		background: transparent;
	}
	.maffs_bold{
		padding-top: 21px;
	}
	#parcial {
		    padding: 10px;
	}
	.maffs_container_productcart_detail{
		display: inline-block;
		width:100%;
	}

	#megaaffs_product_square_id.maffs_squareid_topleft {
	  top: 0%;
	  left: 0%;
	}

	#megaaffs_product_square_id.maffs_squareid_topright{
	  top: 0%;
	  right: 0%;
	}

	#megaaffs_product_square_id.maffs_squareid_bottomleft {
	  bottom: 0%;
	  left: 0%;
	}

	#megaaffs_product_square_id.maffs_squareid_bottomright {
	  bottom: 0%;
	  right: 0%;
	}

	#megaaffs_product_square_id.maffs_squareid_nodisplay {
		display: none;
	}
