.stickytooltip {
	display:none;
	position:absolute;
	display:none;
	border:5px solid black;
	background:white;
	z-index:3000;
	
	box-shadow: 5px 5px 8px #818181;
	-webkit-box-shadow: 5px 5px 8px #818181;
	-moz-box-shadow: 5px 5px 8px #818181;
}


.stickytooltip .stickystatus {
	background:black;
	color:white;
	padding-top:5px;
	text-align:center;
	font:bold 11px Arial;
}


.wpp_products {
	width:100%;
	margin-bottom:10px;
}

.wpp_products .clearfix {
	clear:both;
}

.wpp_products .wpp_product {
	width:23%;
	margin:0 1% 20px;
	text-align:center;
	float:left;
}

.wpp_products .wpp_product img {
	max-width:90%;
	padding:5%;
	background:#ccc;
	opacity:0.9;
	
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}

.wpp_products .wpp_product.circle img {
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}

.wpp_products .wpp_product.round img {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.wpp_products .wpp_product.square img {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.wpp_products .wpp_product img:hover {
	opacity:1;
}

.wpp_products .wpp_product h3 {
	margin:5px 0 0 0;
	font-size:12px;
	line-height:18px;	
}

.wpp_products .wpp_product h3 a {
	text-decoration:none;
	color:#fff;
}

.wpp_products .wpp_product h3 a:hover {
	text-decoration:none;
}

.wpp_products .navigation {
	margin:10px 0;
	float:left;
	width:100%;
}

.wpp_products .navigation .next-posts {
	float:left;
}

.wpp_products .navigation .prev-posts {
	float:right;
}

.sticky_popout {	
	font-size:12px;
	line-height:16px;
	text-align:justify;
}

.sticky_popout .atip {
	padding:5px;
	max-width:500px;
	max-height:400px;
	overflow:auto;
}

.sticky_popout .post_details {
	padding-bottom:10px;
	width:98%;
	margin:0 auto;
}

.sticky_popout h3 {
	font-size:14px;
	line-height:20px;
	margin: 0 0 10px 0;
	color:#000;
}

.sticky_popout h3 span {
	float:right;
	font-weight:bold;
}

.sticky_popout .post_image {
	width:100%;
	text-align:center;
	margin-bottom:10px;
}

.sticky_popout .post_image img {
	max-width:100%;
}

.sticky_popout .post_content {
	
}
