/*marker constructor*/
/*sprite*/
.marker.ribbon-1, .marker.ribbon-1 span{
    background-image: url(/images/gui/marker/sprite.png);
    background-repeat: no-repeat;
}
/*end:sprite*/

/*main styles*/
.marker{display: inline-block}
    a.marker{color: #ffffff}
        a.marker:hover span{cursor: pointer !important}

a.marker.smaller:hover>span,
a.marker.small:hover>span,
a.marker.middle:hover>span,
a.marker.normal:hover>span,
a.marker.half-parent:hover>span{
    border-bottom: 1px solid #ffffff;
}

/*types*/
.marker.smaller{
    font-size: 10px;
    line-height: 13px;
    padding: 1px 5px;
    text-transform: uppercase;
    vertical-align: 7px;
}

.marker.small{
    font-size: 11px;
    line-height: 12px;
    min-width: 74px;
    padding: 4px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff
    }
    .marker.small:hover{color: #ffffff}

.marker.middle{
    font-size: 11px;
    line-height: 13px;
    padding: 2px 3px 1px;
    text-transform: uppercase;
}

.marker.normal{
    font-size: 12px;
    line-height: 13px;
    padding: 3px 6px 2px;
}

.marker.half-parent{
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
    overflow: hidden;
    }
    .marker.half-parent>span{
        display: inline-block;
        padding: 2px 5px;
        width: 100%;
        margin-left: 10px;
        }
        .marker.half-parent>span>em{
            font-style: normal;
            display: inline-block;
            margin-left: -20px;
            }
            .marker.half-parent:hover>span>em{text-decoration: underline}

.marker.ribbon-1{
    color: #59b145;
    font-size: 13px;
    line-height: 31px;
    padding-bottom: 7px;
    }
    .marker.ribbon-1 span{
        background-position: right 0;
        margin-right: -28px;
        display: inline-block;
        padding-right: 28px;
        height: 32px;
        min-width: 232px;
    }
    .marker.ribbon-1 span em{
        background-position: -24px -227px;
        margin-left: 10px;
        vertical-align: -6px;
        margin-right: 8px;
    }

    .marker.ribbon-1:hover{
        background-position: 0 -49px;
        color: #ffffff;
        }
        .marker.ribbon-1:hover span{
            background-position: right -49px;
        }
        .marker.ribbon-1:hover em{background-position: 0 -227px}

    .marker.ribbon-1.disable{
        background-position: 0 0;
        color: #999999;
        }
        .marker.ribbon-1.disable span{
            background-position: right 0;
        }
        .marker.ribbon-1.disable em{background-position: -48px -227px}

/*styles*/
.marker.red{
    background-color: #de0202;
    color: #fff;
}

.marker.red-lite{background-color: #CE3D3D}
.marker.green-lite{background-color: #47b347}

.marker.yellow{
    background-color: #efa300;
    color: #fff;
}

.marker.green{
    background-color: #459b05;
    color: #fff;
}

.marker.purple{
    background-color: #7A11BF;
    color: #fff;
}

.marker.gray{
    background-color: #9f9f9f;
    color: #fff;
}

.marker.gray:hover{
    background-color: #CE3D3D
}

.marker.gray-lite{
    background-color: #f2f2f2;
    color: #424242;
}

.marker.gray-lite:hover{
    background-color: #CE3D3D
}

.marker.orange, .marker .orange{
    background-color: #fd8100;
    color: #fff;
    }
    .marker.middle.orange > span {
        display: block;
        overflow: hidden;
        width: 100%;
        }
        .marker.middle.orange:hover > span {
            border: none;
            text-decoration: underline;
        }

.marker.c_e66534, .marker .c_e66534{
    background-color: #e66534;
    color: #fff;
    }
    .marker.middle.c_e66534 > span {
        display: block;
        overflow: hidden;
        width: 100%;
        }
        .marker.middle.c_e66534:hover > span {border: none}

.marker.blurb {
    background: url(/images/Reklama_Tag.png) no-repeat 0 0 #CE3D3D;
    bottom: 10px;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    height: 19px;
    left: 0;
    padding:4px 5px 0 28px;
    position: absolute;
    text-transform: uppercase;
    }
    .marker.blurb.text {
        background: #CE3D3D;
        padding-left: 5px;
    }

.marker.small.border-red {
    padding: 2px 5px;
    color: #e66534;
    border: 1px solid #e66534;
    min-width: 24px;
}
.marker.small.border-red a:hover {
    text-decoration: underline;
}

.marker.small.border-orange {
    padding: 2px 5px;
    color: #fd8100;
    border: 1px solid #fd8100;
    min-width: 24px;
}
.marker.small.border-orange a:hover {
    text-decoration: underline;
}

