.img_pop {
    position: relative;
    z-index: 0;
}

.img_pop:hover {
    background-color: transparent;
    z-index: 50;
}

.img_pop span {
    position: absolute;
    background-color: white;
    padding: 5px;
    border: 1px dashed gray;
    display: none;
    color: #333333;
    text-decoration: none;
}

.img_pop span img {
    border-width: 0;
    padding: 2px;
}

.img_pop:hover span {
    display: inline;
    top: 0;
    right: 60px;
}

.img_pop_r {
    position: relative;
    z-index: 0;
}

.img_pop_r:hover {
    background-color: transparent;
    z-index: 50;
}

.img_pop_r span {
    position: absolute;
    background-color: white;
    padding: 5px;
    border: 1px dashed gray;
    display: none;
    color: #333333;
    text-decoration: none;
}

.img_pop_r span img {
    border-width: 0;
    padding: 2px;
}

.img_pop_r:hover span {
    display: inline;
    top: 0;
    left: 10px;
}

div.smalllist table{
    width: 100%;
    margin-bottom: 20px;
}

div.smalllist table a:hover {
    color: #f80003; /*    text-decoration: underline;    */
}

div.smalllist table img {
    vertical-align: middle;
}

div.smalllist table td, div.smalllist table th {
    border: 1px solid #cccccc;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

div.smalllist table th {
    text-align: left;
}

div.smalllist table th.price {
    text-align: right;
    white-space: nowrap;
}


th.price, td.price, td.listprice {
    text-align: right;
    white-space: nowrap;
}

div.smalllist table td.first, div.smalllist table th.first {
    background-color: #ffffff;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

.rowcolour1 {
    background-color: #e1e1e1;
}

.rowcolour2 {
    background-color: #d7d7d7;
}

.vattext {
    font-size: 0.75em;
}

.smallimg {
    margin-right: 4px;
    border: 0px;
}

a.details {
    text-decoration: none;
    color:navy;
}

a.details:visited {
    color:navy;
}

table.alsooptions td {
    vertical-align: middle;
}

table.alsooptions td.option {
    text-align: right;
}

img.row0col0 {
    margin-right: 5px;
}

a.mylightbox {
    color:white;
}

a.mylightbox img {
    color:white;
    border:none;
    margin-right:5px;
}

hr.clearproduct {
    padding: 0px;
    margin-top: 0px;
    clear: both;
}

