﻿#type-picker {
	min-height: 1px;
	position: absolute;
	right: 0px;
	top: 10px;
} * html #type-picker { height: 1px; } #type-picker:after { content: "."; height:0; visibility: hidden; clear: both; display: block; }
	
#type-picker h5{
    margin: 0;
    padding: 0;
    color: #c7c7c7;
    width: 55px;
    float: left;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
}

#typesizes{
    margin: 0;
    padding: 0;
    min-height: 1px;
    list-style: none;
    width: 55px;
    float: left;
} 	

#typesizes li{
    float: left;
    display: inline;
    list-style: none;
    background: none;
    padding: 0;
    margin: 0;
    height: 18px;
    width: 18px;
    line-height: 18px;
}

#typesizes a{
    display: block;
    text-transform: uppercase;
    text-indent: -9000px;
    height: 18px;
    width: 18px;
    background-image: url(typesizes_sprite.png);
    background-repeat: no-repeat;
}

#typesizes .small a{ background-position: 0 0; } #typesizes .small a:hover{ background-position: 0 -18px; } #typesizes .small a.active{ background-position: 0 -36px; }
#typesizes .medium a{ background-position: -18px 0; } #typesizes .medium a:hover{ background-position: -18px -18px; } #typesizes .medium a.active{ background-position: -18px -36px; }
#typesizes .large a{ background-position: -36px 0; } #typesizes .large a:hover{ background-position: -36px -18px; } #typesizes .large a.active{ background-position: -36px -36px; }


