#action_tiles {margin-right: -15px; margin-bottom: 5px;}
#action_tiles p {font-family: Arial, serif;}
#action_tiles .wrap {margin: 0px 15px 15px 0px;float: left;position: relative;}
#action_tiles .bubble, #action_tiles .item {width: 230px; height: 230px;}
#action_tiles .item
{
	background: url('../site/images/action_tiles/tile-bg.png') no-repeat #0069ab;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}
#action_tiles .bubble, #action_tiles .item {position: relative; text-align: center;}

#action_tiles .item img {
	margin: auto;
	position: absolute;
	left: 6px;
	top: 6px;
	bottom: 36px;
	right: 6px;
}
#action_tiles .item.none img {
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

#action_tiles .item.action img,
#action_tiles .item.special-offer img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#action_tiles .price .line-0 {position: absolute; left:6px;top:12px; font-weight: bold; text-align: center; width: 218px;}
#action_tiles .price .line-1 {position: absolute; left:6px;top:28px; text-align: center; width: 218px;}
#action_tiles .price .line-2 {position: absolute; right:0;top:150px; text-align: right; font-size: 13px; margin-right: 20px; text-decoration: line-through; background-color: #ffffff}
#action_tiles .price .line-3 {position: absolute; left:6px;top:166px; text-align: center; font-size: 18px; color: #ff8400; width: 218px;}

#action_tiles .xpert .line-0 {position: absolute; left:6px;top:12px; font-weight: bold; text-align: center; width: 218px;}
#action_tiles .xpert .line-1 {position: absolute; left:6px;top:28px; text-align: center; width: 218px;}
#action_tiles .xpert .line-2 {position: absolute; right:6px;top:166px; font-size: 16px; font-weight: bold; text-align: center; width: 150px;}
#action_tiles .xpert .line-3 {position: absolute; left:6px;top:158px; font-size: 0; text-align: center; width: 218px;}

#action_tiles .leader .line-0 {position: absolute; left:6px;top:12px; font-weight: bold; text-align: center; width: 218px;}
#action_tiles .leader .line-1 {position: absolute; left:6px;top:28px; text-align: center; width: 218px;}
#action_tiles .leader .line-2 {position: absolute; right:6px;top:166px; font-size: 16px; font-weight: bold; text-align: center; width: 150px;}

#action_tiles .new .line-0 {position: absolute; left:6px;top:12px; font-weight: bold; text-align: center; width: 218px;}
#action_tiles .new .line-1 {position: absolute; left:6px;top:28px; text-align: center; width: 218px;}
#action_tiles .new .line-2 {position: absolute; right:6px;top:166px; font-size: 16px; font-weight: bold; text-align: center; width: 160px;}

#action_tiles .none {background: none;}

.xpert .tile-logo {
    background: url("../site/images/action_tiles/xpert.png") no-repeat 0 157px;
}

.price .tile-logo {
    background: url("../site/images/action_tiles/price.png") no-repeat 0 157px;
}

.leader .tile-logo {
    background: url("../site/images/action_tiles/leader.png") no-repeat 0 157px;
}

.new .tile-logo {
    background: url("../site/images/action_tiles/new.png") no-repeat 0 157px;
}

.action .tile-logo {
    background: url("../site/images/action_tiles/action.png") no-repeat 0 157px;
}

.special-offer .tile-logo {
    background: url("../site/images/action_tiles/special.png") no-repeat 0 177px;
}

.tile-logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}