.outOfStock {
	position : absolute;
	display : block;
	color : #990000;
	background-color : #F8F8F8;
	background-color : rgba(230,230,230,0.85);
	border : 2px #CCCCCC solid;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	border-radius : 3px;
	text-align : center;
	font-size : 10px;
	font-weight : normal;
	line-height : 12px;
	padding : 2px 5px;
	margin : 0px auto;
	width : 130px;
	left : 40px;
	right : 40px;
	top : 0px;
}

#ProductOutOfStock {
	display : none;
}
