#content-all div div {
	font-weight: bold;
	color: #0000fe;
}

.content-title {
	font-weight: normal;
	font-size: 16px;
}

body {
	behavior: url("csshover3.htc");
}

.wr {
	width: 120px;
	word-wrap: break-word;
	color: black;
}

table.prices {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	/* width: 650px; */
	background-color: #fafafa;
	border: 1px #6699CC solid;
	/* border-collapse: collapse; */
	border-spacing: 0px;
	margin-top: 0px;
}

table.prices th {
	border-bottom: 2px solid #6699CC;
	background-color: #BEC8D1;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
}

table.prices td {
	border: 1px solid #6699CC;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	background-color: white;
	text-align: center;
	padding-left: 3px;
	word-wrap: break-word;
	width: 50px;
}

table.prices tr td:nth-child(3) {
	text-align: left;
	width: 70%;
}

tr.alerts td {
	background-color: #fafafa;
	text-align: center !important;
	font-weight: bold;
	font-size: 12px;
}