        @media (max-width: 700px)
{
    .cleartop
    {
        height:125px;
    }
    #hmLinks a.authorLink{padding-top: 50px;
    height: 50px;
    }
}
        @media (min-width: 700px)
{
    .cleartop
    {
        height:125px;
    }
    #hmLinks a.authorLink{padding-top: 35px;
    height: 50px;
    }
}
#basketBtns .btn-small{
	margin-top:-1px;
	background-color:#666;
}
#basketBtns .btn-small:hover
{
    background-color:#000;
}
@media screen and (max-width: 768px) {

	#basketOptions > div{
		padding-right:0;
	}

}
.removeBtn
{
    background-color:#666;
}
.removeBtn:hover
{
    background-color:#000;
}
.spt
{
    
    background:url('/icon/lightBasketBig.png') no-repeat;
    background-color:rgb(66, 183, 42);
    background-position: 10px;
}
.hmn
{
    background:url('/icon/lightFastBasketBig.png') no-repeat;
    background-color:#f0ad4e;
    background-position: 10px;
}
.image-wrapper{
padding-bottom:80%;
}