/*

	/content/pub/template.css

*/

DIV.cmsContent {
}
DIV.cmsContent_Intro {
	width: 540px;
}
DIV.cmsContent_Main {
	width: 380px;
}
DIV.cmsContent_Side {
	width: 140px;
}
div.tmpPubPhoto {
	width: 140px;
	height: 190px;
	/*background-color: 9fb0be;*/
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 4px;
}
div#Content div#Related {
	margin-top: 32px;
}
div#Content div#Related div {
	margin-bottom: 8px;
}

/* Controls */

input#txtIsbn {
}

/* Excerpt */

body#Document p.Excerpt, body#Document span.Excerpt {
	border: 0;
	background-color: transparent;
}

/* Featured Publications */

table#Featured, table#Publication {
	border: 0;
	border-collapse: collapse;
	padding: 0;
	width: 540px;
}
table#Featured tr.tmpFeatured, table#Publication tr.tmpPub {
	vertical-align: top;
}
table#Publication td.tmpPubSide, table#Publication td.tmpPubMain {
	padding: 0;
}
table#Featured td.tmpPubSide, table#Featured td.tmpPubMain {
	padding: 0;
	padding-top: 20px;
}
table#Featured td.tmpPubSide, table#Publication td.tmpPubSide {
	padding-right: 10px;
}
table#Featured td.tmpPubMain, table#Publication td.tmpPubMain {
	padding-left: 10px;
}
body#Document table#Featured div.tmpReadMore {
	text-align: right;
	padding-top: 4px;
	font-size: 12px;
	text-transform: uppercase;
}
table#Featured div.tmpReadMore a {
	color: #117c9b;
}

