.group-action{
 
 float:right;
 background:#FFF url('../dsg/action-bg.jpg') repeat-x top left;;
 width: 150px;
 padding: 8px;
 text-align:left;
 margin: 0 auto;
 
}



.group-action a{
 	font-size:1.1em;
	font-weight:bold; 
	margin-bottom: 0.5em;
	display:block;
}

.group-action .product-box{
 	margin-bottom:2em;

}

	
.group-action .product-box-image{
 	margin-bottom:2em;
}
	.group-action .product-box-image .pictures-holder {
		text-align:center;
	}

		.group-action .product-box-image .pictures-holder img{
		 	border:1px solid #18749d;
			margin-bottom:0.2em;
			width:130px;
			
		}
.group-action div.price {
	margin-top:0px;
	color: red;
	font-weight:bold;
	font-size:1.1em;
}
.group-action div.normal-price {
	margin-top:0px;
	font-size: 1.1em;
	font-weight:bold;
	color:#8e8e8e;
	text-decoration:line-through;
}

.group-action div.original-price {
	margin-top:0px;
	font-size: 1.1em;
	font-weight:bold;
	color:#8e8e8e;
	text-decoration:none;
}
