h3 {
	margin:  28px 0 1em;
	font-size: 24px;
	color: #234231;
}
h4, h5 {
	font-size: 100%;
	color: #000;
	margin-bottom: 0;
}
h5 {
	font-size: 90%;
}
div.right h4, h5 {
	margin: 0 5px;
	text-align: left;
}
/* for year divisions on country broker pages; example: rus */
h4.date {
	font-size: 140%;
	margin-top: 1.5em;
	margin-bottom: 6px;
	font-weight: normal;
}
.title {
	font-weight: bold;
	margin: 0;
	font-size: 90%;
}
.description {
	margin-top: 0;
	color: #444;
}
.blurb {
	margin-top: 0;
}
.right {
	float: right;
	width: 30%;
}
div.content div.right ul {
	list-style: square;
	margin-top: 0;
	margin-left: .7em;
	padding-left: .7em;
}
div.content div.right li {
	margin-bottom: 5px;
	text-align: left;
}
.othersources, .vnr, .otheritems {
	border: 1px solid #eee;
	padding: 8px;
	margin-bottom: 1em;
}
/* if wt.org publications are advertised; same as home pag */
div.box {
	border: 1px solid #eee;
	padding: 5px;
	margin-bottom: 1em;
	height: auto !important;
	height: 1px;
	min-height: 1px;
}
div.box p {
	margin: 0 0 5px;
	text-align: left;
}
div.box img {
	float: left;
	padding-right: 5px;
}

div.content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* for pgs without right video box */
.intro {
		max-width: 80%;
} 
/* country listing page */
table.countries ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

table {
	border-collapse: collapse;
}
th, td {
	text-align: left;
	width: 25%;
	border-left:  1px solid #ccc;
	border-right:  1px solid #ccc;
	padding-top: 0;
	padding-left: 10px;
}
tr {
	vertical-align: top;
}
/* for broadcast video page */
p.width80 { 
	width: 80%;
}
div.video {
	margin-bottom: 2em;
	width: 80%;
	overflow: auto;
	border: none;
}
div.video img {
	float: left;
}
div.video p {
	margin: 0 0 0 90px;
}
div.video p.title {
	font-size: 100%;
}

/* subfolder navigation pages (such as court cases) */
#sub h3 {
	margin-top: 34px;
}
#sub h4 {
	font-size: 125%;
	margin-bottom: .5em;
}
#sub h5 {
	font-size: 100%;
	margin-left: 15px;
}
#sub div.content ul {
	list-style: square;
	margin-top: 0;
	margin-bottom: .5em;
	margin-left: 1em;
	padding-left: 1em;
	width: 80%;
}
#sub div.content li {
	margin-bottom: 3px;
}
#sub div.content ul.none {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}




