/* Pubget widget styles */

div#pubgetwidget {
	border:2px solid #cfcfcf;
	background-color:#fff;
	padding:14px 13px 9px 12px;
	font-family:"Trebuchet MS","Lucida Grande",verdana,sans-serif;
	font-size:11px;
	line-height:1.4em;
	font-weight:normal;
}
	div#pubgetwidget a {
		font-family:"Trebuchet MS","Lucida Grande",verdana,sans-serif;
		font-weight:bold;
		color:#005294;
		text-decoration:none;
		font-size:11px;
	}
		div#pubgetwidget a:hover {
			text-decoration:underline;
		}
	* html div#pubgetwidget a.pubgetpower {
		zoom:1;
	}
	*+html div#pubgetwidget a.pubgetpower {
		zoom:1;
	}
	div#pubgetwidget a.pubgetpower img {
		border:none;
		float:right;
		display:inline;
	}
	div#pubgetwidget h2.pubgetheader {
		font-family:"Trebuchet MS","Lucida Grande",verdana,sans-serif;
		clear:both;
		float:left;
		display:inline;
		margin: 0 0 15px 0;
		color:#002244;
		font-size:20px;
		font-weight:bold;
		padding:0 28px 4px 0;
		background:url("/images/icon_rss_big.jpg") no-repeat top right;
	}
	div#pubgetwidget ul#pubgetresultul {
		margin:0;
		padding:0;
		clear:both;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		font-size:11px;
	}
		div#pubgetwidget ul#pubgetresultul li {
			margin:0 0 12px 0;
			padding:0;
			font-size:11px;
		}
			div#pubgetwidget ul#pubgetresultul li span.pubgetauthor,
			div#pubgetwidget ul#pubgetresultul li span.pubgetcitation {
				color:#AAAABB;
			}
				div#pubgetwidget ul#pubgetresultul li span.pubgetauthor a {
					font-weight:normal;
					color:#AAAABB;
				}
			div#pubgetwidget ul#pubgetresultul li span.pubgetcitation a {
				font-weight:normal;
				color:#AAAABB;
				font-style:italic;
			}
	div#pubgetwidget a#pubgetmore {
		float:right;
		display:inline;
	}
	
	/* Clear Fix */
	/* Apply the floatwrapper class to any element which acts as a container for floats. */

	.floatwrapper:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.floatwrapper {
	    display:inline-block;
	}
	/* Hides from IE-mac \*/
	.floatwrapper {display:block;}
	* html .floatwrapper {height: 1px;}
	/* End hide from IE-mac */

