/* ------------------------------------------------------
|	Screen Stylesheet for User Publications Help
|	Product Access Page
|	Version: 1.0
--------------------------------------------------------*/

@import "outer_frame.css";

/***************************************************************************/
/* override some styles for the product-access-page */
/***************************************************************************/

body {
		font-size: 0.75em;
		line-height: 140%;
		font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
		color: #4a4a4a;
}

a:link, a:visited { 
		text-decoration: none; 
		color: #4a4a4a;
}

.breadcrumb a {
		color:#dedede; /* to re-override a:link style */
}

#nav_box {
		bottom: 0;
		top: 0;
		width:236px;
		padding:20px 0px 0px 39px;
}

#content{
		bottom:  0;
		top: 0;
		left: 276px;
		padding:16px 0 0 13px;
}

#inner_content {
padding:14px 35px 0px 20px;	
}

#search_container {
		padding: 6px 0 11px;
}

#help_dropdown { 
		padding:0px;
}

#nav_box .copyright {
		margin: 25px 0 0 0;
}

#top_nav {
	display:none;
}


/***************************************************************************/
/* product-access-page 'additional resources' */
/***************************************************************************/

.product_nav_links_title { 
	margin-top:13px;
	color:#000;
	font-weight:bold;
	font-size: 1.1em;
	border:0px solid #000;
}

.product_nav_links {
	padding:0;
	margin:0;
	list-style:none;
}

.product_nav_links li {
	padding:6px 0 0 0;
	font-size: 1.1em;
}
		
#nav_box .product_nav_links li a {
	color: #4a4a4a;
	font-weight:normal;
	padding: 0;
	text-decoration:none;
}

#nav_box .product_nav_links li a:hover {
	font-weight:normal;
	text-decoration:underline;
}

/***************************************************************************/
/* product-access-page book list */
/***************************************************************************/

.product_book_title {
font-size: 1.3em;
font-weight: normal;
line-height: 130%;
margin-bottom: 3px;
color: #000000;
}

.title_padding {
padding-right:4px;	
}
	
.product_book_title a {
color: #000000;
text-decoration:none;
}

.product_book_title a:hover {
text-decoration: none; 
color: #676767;
}

.BookLink {
background-image: url(../../SharedResources/Images/bookarrow_off.png);
background-repeat: no-repeat;
background-position: right;
padding-right:23px;
}

.BookLink:hover {
background-image: url(../../SharedResources/Images/bookarrow_on.png);
}


/***************************************************************************/
/* these appear to be copied from content-screen.css */
/***************************************************************************/

.copyright {
		font-size:.75em;
}	

.subLinks {
color: #9a9a9a;
font-size:.9em;
font-weight:normal;
margin-bottom:4px;
#display:none;
}

.subLinks a{
color: #9a9a9a;
}

.subLinks a:hover{
text-decoration:underline;
}

.BodyRegular a{
color: #9a9a9a;
}

.BodyRegular a:hover{
text-decoration:underline;
}

.Emphasis {
font-style: italic;
}

p { 
margin:0; padding:0
}

.BodyRegular {
margin-bottom: 5px;
}

.revision_date {
font-size: .8em;
margin-bottom:18px;
}
