.counters {
	float:right;
	width:100%;
}
.product-page .counters {
	position:relative;
	padding-top:24px;
}
.counters p {
	font-size:12px;
	color:#333;
	line-height:15px;
	float:right;
}
.product-page .counters p {
   position:absolute;
   top:0px;
}
.counters .items {
	float:right;
}
.product-page .counters .items {
	float:left;
}
.items span {
		line-height:31px;
		height:31px;
}
.pcounter {
	float: right;
	color: red;	
	text-align:right;
	font-size:14px;
}
.pcounterName {
	margin-top:-8px;
	float:right;
	color:#333;
	font-weight:bold;
	width:110px;
	margin-left:5px;
	font-size:12px;
	line-height:20px;
}
.pcounter-1 {
	padding-right: 2px;
	margin-left:2px;
	margin-top:-8px;
}
.pcounter-2 {
	padding-right: 2px;
	margin-left:2px;
	margin-top:-8px;
	margin-right: 5px;
}
.countersHeader {
	float:left;
	text-align:right;
}
