/* iclrie.css - stylesheet for www.irishreports.ie
   ICLR for Ireland / Justis Publishing 2008 */
html
{
	height: 100%;
}

body
{
	height: 100%;
	color: #000;
	font: normal 13px/16px Verdana, Helvetica, sans-serif;
	background-color: #fef2ab;
}

div#nav_meta
{
	visibility: hidden;
	display: none;
}


div#wrapper
{
	position: relative;
	padding: 20px 0;
	width: 100%;
	background-color: #fff;
}

div#header
{
	width: 100%;
	height: 40px;
	background: #fff url(../images/bg_headerstrip.png) 0 0 repeat-x;
	border-bottom: solid 1px #ccc;
}

div#content
{
	position: relative;
	width: 960px;
	margin: 10px auto;
	background: #fff url(../images/bg_surface-curve.png) 0 170px no-repeat;
	overflow: auto;
	_height:1%; /* ie6 */
}

body.standard div#content
{
	background-image: none;
	text-align:justify;
	padding: 10px;
	width:940px;
}

.column
{
	width: 290px;
	padding: 0 10px 10px;
}

.fl
{float:left;}

/* @group Navigation */

/* navigation */
ul#global_nav
{
	width: 960px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}

ul#global_nav li
{
	float:left;
	display: block;
	height: 40px;
	width: 160px;
	text-align:center;
	background:transparent url(../images/bg_menu_sepA.png) 0 0 no-repeat; 
		/*border-left: solid 1px #80c7ef; */
}

ul#global_nav li a:link,
ul#global_nav li a:visited
{
	display: block;
	width: 100%;
	height: 40px;
	background:transparent url(../images/bg_menu_sepB.png) 100% 0 no-repeat;
	color: #5777ae;
	text-decoration: none;
}

ul#global_nav li#home a:link,
ul#global_nav li#home a:visited
{
	background:transparent url(../images/bg_menu_sepC.png) 0 0 no-repeat;
}

ul#global_nav li#contact a:link,
ul#global_nav li#contact a:visited
{
	background:transparent url(../images/bg_menu_sepC.png) 100% 0 no-repeat;
}

ul#global_nav li a:hover, ul#global_nav li#contact a:hover, ul#global_nav li#home a:hover, ul#global_nav li#contact a:active, ul#global_nav li#contact a:active, ul#global_nav li a:active, ul#global_nav li.selected
{
	text-decoration: none;
	color: rgb(54,129,254);
	background: #fff url(../images/menu_selected.png) 0 0 no-repeat; /* bg colour needs to equal body colour */
}

body.standard div#local_nav li.selected
{
	color: rgb(255,208,37);
	font-weight: bold;
	padding-left: 5px;
	margin-left: 15px;
	list-style-type: square;
	list-style-position: outside;
}

/* @end */

/* @group Main content */

div#content_main
{
	position:relative;
	width: 100%;
}

body.standard div#content_main
{
	top: 0px;
	left: 0;
	padding-left: 320px;
	width: auto;
	margin: 0px auto;
	font-size: 100%;
}

div#local_nav
{
	position: absolute;
	top: 180px;
	left: 10px;
	width:270px;
	padding: 10px;
	z-index: 99;
}

div#local_nav li
{
	margin: 0.5em 0;
}
/* @end */

/* @group Side panel */

div.sideright
{
	float: right;
	margin: 5px 0 0 20px;
	position: relative;
	width: 260px;
}

div.sideright-sm
{
	float: right;
	margin: 5px 0 0 20px;
	position: relative;
	width: 160px;
}

div.sideleft
{
	float: left;
	margin: 5px 20px 0 0;
	position: relative;
	width: 260px;
}

.caption
{
	margin: 0 auto;
	background-color: inherit;
	color: #999;
	font-size: 90%;
	font-style: italic;
	text-align: center;
}

body#irishreports-ie-scl div.side
{
	width: 150px;
}

/* @end */

/* @group Sub content */

div#content_sub
{
	position:relative;
	width: 100%;
	font-size: 90%;
}

body.standard div#content_sub
{
	padding-left: 320px;
	width: auto;
	font-size:  90%;
}

p#justis_link
{
margin: 20px 0;
/*padding: 10px;*/
	background: #fffadb;
	padding:10px 5px;
	font-size: 110%;;
	
}

p#link_pubindex
{
	margin-top:20px;
	text-align: right;
}

div#reports_digests
{

}

div#other_pubs
{
	float: right;
	width: 630px;
}

#other_pubs .author
{
	text-align: left;
}

/* @end */

/* @group Footer */

div#footer
{
	clear: both;
	position: relative;
	width: 100%;
	height: 150px;
	background: #fef2ab url(../images/bg_footer.png) 0 0 repeat-x;
	color: rgb(54,129,254);
	border-top: solid 1px #80c7ef;
	/* border-bottom: solid 1px #fce76c; */
	font-size: 85%;
	line-height: 150%;
}

div#footer .column
{
	min-height: 100px;
	padding-top: 0;
}

div#footer #footer_nav
{
	background: transparent url(../images/separator.png) 0 0 no-repeat;
	margin-left: 20px;
}

body.standard div#footer #footer_nav
{
	margin-left: 10px;
}

div#footer #sitecredits
{
	background: transparent url(../images/separator.png) 0 0 no-repeat;
}

body.standard div#footer #footer_nav
{
	width: 305px;
}


div#footer #fcontent
{
	width: 960px;
	margin: 10px auto;
}

/* @end */

/* @group Branding */

div#branding
{
	left: 10px;
	width: 280px;
	z-index: 99;
}

body.standard div#branding
{
	position: absolute;
	width:300px;
}

body.standard div#content p
{
margin: 0.3em 0 1em 0;
}


p#tagline
{
	margin: 20px 0;
	width: 300px;
}

/* @end */

/* @group Main banner */

div#banner_main
{
	position: absolute;
	top: 20px;
	width: 300px;
	left: 50%;
	padding-left: 150px;
	text-align: center;
	background: transparent url(../images/scl-cover.jpg) 0 0 no-repeat;
	font-size: 120%;
}

div#banner_main h1#header_scl
{
	font: bold small-caps 24px/30px Georgia, "Times New Roman", Times, serif;
	margin: 10px auto;
}

div#banner_main h2#subheader_scl
{
	font: italic 16px/20px Georgia, "Times New Roman", Times, serif;
	color: black;
}

a:link#but_order_scl, a:visited#but_order_scl
{
	display:block;
	margin: 20px auto;
	color: #fff;
	width: 186px;
	height: 36px;
	line-height: 32px;
	background: #000 url(../images/but_order.png) 0 0 no-repeat;
	text-decoration: none;
}

a:hover#but_order_scl, a:active#but_order_scl
{
	color: #feed87;
	text-decoration: underline;
	display:block;
	margin: 20px auto;
	width: 186px;
	height: 36px;
	line-height: 32px;
	background: #000 url(../images/but_order.png) 0 0 no-repeat;
}

body.standard div#scl_details
{
	position:relative;
	background: #fff url(../images/scl-bookphoto-sm.jpg) 0 100% no-repeat;
	width: 350px;
	height: 200px;
	padding-left:280px;
	text-align:center;
}

body.standard div#scl_isbn
{
	bottom: 0px;
	right: 0px;
	position: relative;
	width: 300px;
}
/* @end */

/* @group Links */

/* links */
a:link
{
	color: #5777ae;
	text-decoration: underline;
}

a:visited
{
	color: #7957AE;
}


a:hover
{
	color: rgb(54,129,254);
}

a:active
{
	color: rgb(54,129,254);
}
/* @end */


/* @group Headings */
h1
{
	color: rgb(54,129,254);
	color: rgb(74,109,239);
	font-size: 150%;
	line-height: 120%;
	margin:0 0 1em 0;
	font-weight: bold;
}

h2
{
	color: rgb(54,129,254);
	color: rgb(74,109,239);
	font-size: 130%;
	line-height: 120%;
	margin: 1em 0 0.3em 0;
	font-weight: bold;
}

h3, h4
{
	margin: 1em 0 0.3em 0;
	/* color: rgb(54,129,254); */
	color: rgb(128,199,239);
	/*color: rgb(171, 227, 255);*/
	font-weight: bold;
	font-size: 100%;
	color: rgb(74,109,239);
}

h4
{
	font-style: italic;
}

/* @end */

/* @group Lists */

dl.name-value-h
{
	position: relative;
	width: 280px;
	text-align: left;
	padding: 0;
	margin-top: 0.5em;
	font-size: 90%;
}

dl.name-value-h dt
{
	position: relative;
	left: 0;
	width:50%;
	font-weight: bold;
	padding: 0.2em 0;
	margin:0;
}

dl.name-value-h dd
{
	position: relative;
	width: 50%;
	left: 50%;
	margin: -1.5em auto 0 0;

}

a.link_order
{
		display: block;
		position: absolute;
		bottom: 0px;
		left: 20px;
		width: 220px;
		text-align: left;
		line-height: 250px;
		height: 150px;
		font-weight: bold;
		font-size: 100%;
}

dd
{
	margin-bottom: 1em;
}

dt
{
	font-weight:bold;
}

ul.bulleted
{
	margin:  1em 0;
}

ul.bulleted li
{
	padding-left: 5px;
	margin-left: 15px;
	list-style-type: square;
	list-style-position: outside;
}


li.img + li
{
	clear: left;
}

li.img img
{
	float: left;
	width: 75px;
	height: 75px;
	margin: 5px 10px 5px 0;
}

ul#iclr_pubs_index li
{
padding:  0.2em 0;
}

/* @end */

/* @group Tables */
table.column
{
	width:280px;
}

table caption
{
	padding:  0.3em;
	background-color: rgb(128,199,239);
	color: #000;
	font-size: 110%;
}

table th
{
	padding: 0.1em 0.3em;
	margin:  5px;
	background-color: rgb(128,199,239);
	color:  white;
	width:100%;
}

table td
{
	padding: 0.1em 0.3em;
	margin: 5px;
	border: solid 1px rgb(128,199,239);
	font-size: 90%;
	vertical-align: top;
	text-align: left;
}

table td.price
{
	width: 3em;
	text-align: right;
}

table
{
	width:  100%;
}

/* @end */

.author
{
	color: #AE8857;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
}

.note
{
	display: block;
	margin:  0.1em 0;
	font-size: 90%;
	font-style: italic;	
	text-align: left;
}

blockquote
{
	font-style: italic;
	margin: 20px;
}

blockquote cite
{
	text-align: left;
	margin-left: -20px;
}

strong
{
	font-weight: bold;
}

em
{
	color:#3681fe;
}

body.home div#content_sub h2
{
	margin-top: 0;
}

div#price_info
{
clear: both;
position:relative;
width:600px;
padding:0 10px;
	
}

#order_table_irishreports
{
	margin-right: 30px;
}

#order_table_digests
{
	margin-bottom: 20px;
}

img#but_orderform
{
	margin: 10px 0;
}

