.producttags {
    list-style: none;
    position: relative;
    clear: both;
    display: block;
    padding-bottom: 0px;
    margin-bottom: 0px;
    overflow:hidden;
}

.producttags li, .producttags a {
    float: left;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 11px;
    margin-bottom:10px;
}

.producttags a {
    margin-left: 20px;
    padding: 0 10px 0 12px;
    color: #000000;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
	border: 1px solid #76c4e5;
}

.producttags a:visited {
    color: #333;
}

.producttags a:before {
    content: "";
    float: left;
    position: absolute;
    width: 0;
    height: 0;
    font-family: "FontAwesome";
    font-size: 19px;
    line-height: inherit;
    top: 0px!important;
    left: -12px!important;
    font-weight: normal;
}

.producttags a {
    padding-left:10px!important;
    color: #000000!important;
}

.producttags a:after {
	color: #000000;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    float: left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: -1px -1px 2px #004977;
    -webkit-box-shadow: -1px -1px 2px #004977;
    box-shadow: -1px -1px 2px #004977;
}

.producttags a:hover { background: #ffffff; text-decoration: none; }

