@charset "utf-8";

#round_corners_table { border: 0px; border-collapse: collapse; background-color: #efefef; }

#top-row {height: 13px; }

#bottom-row {height: 13px; }

#tl { width: 16px; background-image: url(http://www.ciirus.com/Data/images/PDNav/topleft.jpg); }

#tr { width: 16px; background-image: url(http://www.ciirus.com/Data/images/PDNav/topright.jpg); }

#bl { background-image: url(http://www.ciirus.com/Data/images/PDNav/bottomleft.jpg); }

#br { background-image: url(http://www.ciirus.com/Data/images/PDNav/bottomright.jpg); }
.pdtitlesblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.pdheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
/*	color: #0099CC;*/
color:#535353;
}

.infoBox {
	text-indent: 10px;
}

.pdroundedcorners {
	background-color: #f0f0f0;
	width: 95%;
	margin: 0;
	padding: 30px;
	border: 1px solid #d7d7d7;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

.pdroundedcornersnav {
	background-color: #f0f0f0;
	width: 150px;
	padding: 30px;
	border: 1px solid #d7d7d7;
	position:fixed; 
	margin-left:910px;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}