.enterprise-decline-btn {
    height: 44px;
    padding: 9px 30px;
    border: 3px solid #000;
    color: #000;
    font-family: Gotham-BlackItalic;
    font-family: "Kotex-Light";
    background-color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 20px;
	text-decoration: none;
	cursor: pointer;
	border-radius:0;
}
.enterprise-decline-btn:hover {
    background-color: #EE2C74 !important;
    border: 3px solid #EE2C74 !important;
    color: #FFFFFF;
}
.searchlist-span.fake-active .online-buyBtn {
    border: 3px solid #EE2C74;
    background-color: #EE2C74;
    color: #ffffff;
}
.searchlist a:active,.searchlist a:hover{
    text-decoration: none;
}
.hoverComments,
.hoverGeneric {}
.hoverComments:hover {
    color: #FFF;
    background-color: #EE2C74;
    border: 3px solid #EE2C74;
}

.hoverComments:hover .details-commentsCountText {
    color: #EE2C74;
}

.hoverComments:hover .details-commentsCountTextAndImage {
 	    background-image: url(/../Assets/images/article-detail/Comments-white.png);
 }

.comments-button-states.fake-active {
    color: #FFF;
    background-color: #EE2C74;
    border: 3px solid #EE2C74;
}
.comments-button-states.fake-active .details-commentsCountText {
    color: #EE2C74;
}
.comments-button-states.fake-active .details-commentsCountTextAndImage {
        background-image: url(/../Assets/images/article-detail/Comments-white.png);
 }


.hoverGeneric:hover {
    background-color: #EE2C74 !important;
    border: 3px solid #EE2C74 !important;
    color: #FFFFFF;
}

.Generic-buttons:active,
.Generic-buttons.fake-active,
.productType-rows .reset-btn-mob:active {
    background-color: #EE2C74 !important;
    border: 3px solid #EE2C74 !important;
    color: #FFFFFF;
}
.generic-textlink-button-content-link {
    text-align: center;
}
.generic-textlink-button-content-link-text {
    height: 44px;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    color: #000;
    font-size: 14px;
    /*font-family: Gotham-BlackItalic;*/
    font-family: "Kotex-Bold";
    font-style: italic;
    /*font-weight: 800;*/
    border: 3px solid #000;
    padding-top: 9px;
}