.all-products
{
    width:100%;
}
.individual-products
{
    width:300px;
    text-align:center;
}
.sub
{
    margin-left:80px;
    float:left;
    position:relative;
}
.sub:first-child
{
    margin-left:200px;
}
.btnPlay
{
    position:initial;
    margin:0 0 0 15px;;
    display:block;
    background:url(/_includes/img/tiles/btnSmallPlayUP.png) no-repeat;
}
.btnPlay:hover
{
    background:url(/_includes/img/tiles/btnSmallPlayOVER.png) no-repeat;
}
.sb, .mb, .ac, .ls, .iv, .fl, .pf
{
    padding-left: 44px;
    margin: 5px 0;
    line-height:100%;
}
.sb
{
    background: url(/_includes/img/tiles/iconSB.png) no-repeat 4.5px top;
}
.mb
{
    background: url(/_includes/img/tiles/iconMB.png) no-repeat 14px top;
}
.ac
{
    background: url(/_includes/img/tiles/iconAC.png) no-repeat 8px top;
}
.ls
{
    background: url(/_includes/img/tiles/iconLS.png) no-repeat 7.5px top;
}
.iv
{
    background: url(/_includes/img/tiles/iconIN.png) no-repeat 2.5px top;
}
.fl
{
    background: url(/_includes/img/tiles/iconFL.png) no-repeat 4px top;
}
.pf
{
    background: url(/_includes/img/tiles/iconPF.png) no-repeat 7px top;
}
.sb:after, .mb:after, .ac:after, .iv:after, .fl:after
{
    display:block;
    background:url(/_includes/img/tiles/divider4simList.png) no-repeat;
    width:264px;
    height:2px;
    content: "";
    margin-top:5px;
    margin-left:-49px;
}
.icon
{
    margin-top: 10px;
    margin-bottom:-5px;
	margin-right:86px;
}
.individual-title
{
    margin-bottom: 114px;
	margin-right:80px;
}

div.all-products a
{
    position:absolute;
    left:70px;
    top:50%;
    margin-top:-47px;
}

div.individual-products a
{
    position:absolute;
    left:50%;
    margin-left:57.5px;
    bottom:20px;
	top:20px;
}

.ab, .gh, .fm
{
    margin-top: 27px;
}
div.small{
    font-size:12px;
}