.nowrap {
	white-space: nowrap;
}

.popover_alt {
	background: #E74C3C;
	color: #FFFFFF;
	border-color: #E74C3C;
}
.popover_alt .popover-title {
	background: none;
	text-transform: uppercase;
}

.popover_alt.right > .arrow {
	border-right-color: #E74C3C;

}
.popover_alt.right > .arrow:after {
	border-right-color: #E74C3C;
}
.popover_alt.bottom > .arrow {
    border-bottom-color: #E74C3C;
}
.popover_alt.bottom > .arrow:after {
	border-bottom-color: #E74C3C;
}
.popover_alt button.disabled {
	display: none;
}
.popover_alt.top > .arrow {
	border-top-color: #E74C3C;
}
.popover_alt.top > .arrow:after {
	border-top-color: #E74C3C;
}
.popover_alt.left > .arrow {
	border-left-color: #E74C3C;
}
.popover_alt.left > .arrow:after {
	border-left-color: #E74C3C;
}
.product_title_short {
	display: inline-block;
	max-width: 168px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pthumb {
	width: 52px;
	height: 52px;
}
.pthumb:hover {
	transform: scale(4,4);
	border: 1px solid #ffffff;
	background: #ffffff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.pthumb, .offer_tab_block {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.pagination {
	margin: 0px 0px 5px 0px;
}
.payout_value {
	display: inline-block;
	position: relative;
}
.bonus {
	background: #46c37b;
	color: #ffffff;
	font-size: 10px;
	border-radius: 3px;
	padding: 0px 3px;
	margin-left: 5px;
	top: -.8em;
}
.numeric {
	text-align: right;
}
.numberic {
    text-align: right;
}
.nw{
	white-space: nowrap;
}
.bold{
	font-weight: bold;
}
.text-small{
	font-size: small;
	font-weight: normal;
}
.ads-label {
	font-size: small;
}
.ads-value {
	font-size: small;
	font-weight: 600;
}
.ads-name {
	display: block;
	font-size: 1.1em;
	color: #3D3D3D;
	text-shadow: 0 1px 1px #EFEFEF;
	font-weight: 600;
}
.category-name{
	display: block;
	font-size: small;
	font-weight: normal;
	color: #3D3D3D;
	text-shadow: 0 1px 1px #EFEFEF;
}
.img-avatar2 {
	display: inline-block !important;
	max-width: 190px;
	max-height: 50px;
	text-align: center;
}
.avo{
	cursor: pointer;
}