@charset "utf-8";

div.PG{
	min-width:0px;
	padding:0px;
	border-radius:3px;
	margin:30px 0 0 -1px;
}

div.PG:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


div.PG>a{
	min-width:0px;
	padding:5px 20px;
	background:#eee;
	float:left;
	margin-left:1px;
	border:0px #ddd solid;
	color:#000;
	opacity:0.8;
	font-size:15px;
	font-weight:bold;
}

div.PG>a:hover{
	background:#2BACDD ;
	color:#fff;
}

div.PG>span{
	min-width:0px;
	padding:5px 20px;
	background:#2BACDD;
	float:left;
	margin-left:1px;
	display:block;
	color:#fff;
}


