/* *************************************************** */
	/*      Peter Pal theme for JBoss Portal               */
	/*      Author: David Sing                             */
	/* *************************************************** */
	
#body { /*background-image: url( images/portal-background.gif );
   background-repeat: repeat-x repeat-y;*/
	background-color: white;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*****************
* Portal Header  *
******************/
	/* spacer to keep header at certain width regardless of display size
done to avoid overlapping of tab navigation in header */
#spacer {
	width: 850px;
	min-width: 850px;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

/* Wrapper for Header */
#header-container {
	background-image: url( images/header.gif );
	background-position: right top;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

/* Header background */
#header {
	background-image: url( images/nav-bar-header.gif );
	background-repeat: repeat-x;
	background-position: bottom;
	height: 85px;
	padding: 0px;
	margin: 0px;
	/* border-bottom: 3px solid #0094DE; */
}

#logoName {
	background-image: url( images/logo.gif );
	background-repeat: no-repeat;
	width: 209px;
	height: 53px;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
}

/************************
* Portal Layout Regions *
*************************/
	/* wrapper for entire portal. starts/ends after/before body tag */
#portal-container { /*
   height: 100%;
   margin: 4px 9% 0 9%;*/
	/* part of below IE hack to preserve min-width for portlet regions */
	padding: 0 400px 0 400px;
}

/* min width hack for IE */
#expander {
	margin: 0 -400px 0 -400px;
	position: relative;
	/*
   min-width: 804px;
   height: 100%;*/
}

/* min width hack for IE */
#sizer {
	width: 100%;
	/*   height: 100%; */
}

/* IE Hack \*/
* html #portal-container,* html #sizer,* html #expander {
	height: 0;
}

/* end IE min-width hack */
	/* table that contains all regions. does not include header */
#content-container {
	height: 100%;
	text-align: left;
	width: 100%;
	min-width: 850px;
	position: absolute;
	top: 80px;
	background-color: white;
}

/* Login JSP Selectors */
#login-container { /*
   position: relative;
   left: 34%;
   top: 25px;
   right: 50%;
   */
	width: 200px;
	min-height: 150px;
	margin: 0px 0px 10px 0px;
}

#login-container label,#login-container input {
	display: block;
	float: left;
	width: auto;
	margin: 0px;
	color: #E4EECC;
}

#login-container input {
	color: #000;
	width: 80px;
	vertical-align: bottom;
}

#login-container label {
	text-align: right;
	padding-right: 20px;
	width: 95px;
}

#login-container br {
	clear: left;
}

#login-container fieldset {
	background-color: transparent;
}

#login-container legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E4EECC;
}

#loginForm {
	margin: 0px;
	padding: 0px;
}

/* end Login Page Selectors */
	/* portlet regions within content-container. this includes footer-container. */
#top { /*
   display: inline;
   position: absolute;
   float: right;
   top: 118px;
   right: 0px;
   */
	padding: 0px 0px 0px 0px;
	background-color: #E6E6CC;
}

#left { /*
   display: inline;
   position: absolute;
   top: 145px;
   left: 0px;
   min-width: 200px;
   */
	width: 200px;
	padding: 10px 10px 0px 10px;
}

#center { /*
   display: inline;
   position: absolute;
   top: 145px;
   left: 150px;
   width: auto;
   */
	padding: 10px 10px 0px 10px;
}

#right { /*
   display: inline;
   position: absolute;
   top: 145px;
   right: 0px;
   min-width: 200px;
   */
	width: 200px;
	padding: 10px 10px 0px 10px;
}

#footer-container {
	position: absolute;
	bottom: -45px;
	text-align: center;
	width: 99.5%;
}

#navigation-container {
	
}

#regionTop {
	
}

#regionA {
	width: 200px;
}

#regionB {
	
}

#regionC {
	width: 200px;
}

/* used to clear float in regionA,B,C divs so that
footer spans bottom of page */
	/* used to clear float in regionA,B,C divs so that
footer spans bottom of page */
hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

/****************************
* Tab Navigation for Header *
*****************************/
UL#tabsHeader {
	margin: 0;
	padding-left: 10px;
	min-width: 550px;
	z-index: 100; /* added for submenu hover */
	position: relative; /* added for submenu hover */
}

UL#tabsHeader li {
	display: inline;
	list-style: none;
	float: left;
	margin-left: 0px;
	margin-top: 58px;
	margin-right: 0px;
	position: relative;
	top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}

UL#tabsHeader li {
	
}

UL#tabsHeader li:hover {
	color: #266AB0;
	text-decoration: underline;
}

/* hover selectors for main header tabs */
UL#tabsHeader li.hoverOn {
	color: #266AB0;
	text-decoration: underline;
}

UL#tabsHeader li.hoverOff {
	
}

UL#tabsHeader a {
	display: block;
	float: left;
	padding: 0px 5px 2px 2px;
	text-decoration: none;
	font: 12px/ normal Arial, Helvetica, Sans-Serif, sans-serif;
	background: 100% 0 no-repeat;
	color: #266AB0;
	line-height: 20px;
	font-weight: 500;
}

UL#tabsHeader a:hover {
	text-decoration: underline;
	color: #266AB0;
}

UL#tabsHeader #current { /*
   background-image: url( images/activeTabLeft.gif );
   background-repeat: no-repeat;
*/
	
}

UL#tabsHeader #current,UL#tabsHeader #current a {
	font: 12px/ normal Arial, Helvetica, Sans-Serif, sans-serif;
	font-weight: bold;
	color: #266AB0;
	line-height: 20px;
	border-right: 0px;
	border-left: 0px;
}

UL#tabsHeader #current a { /*
   background-image: url( images/activeTab.gif );
   background-repeat: no-repeat;
*/
	
}

/* Begin Submenu selectors */
	/* hide the sub levels and give them a positon absolute so that they take up no room */
UL#tabsHeader ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 0px;
	left: 0;
	width: 150px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-top: 22px;
}

UL#tabsHeader ul a {
	font: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	font-weight: normal;
	color: #5078aa;
}

UL#tabsHeader ul a:hover {
	font: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	font-weight: normal;
	color: #5078aa;
}

UL#tabsHeader #current ul a {
	font: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	font-weight: normal;
	color: #5078aa;
}

UL#tabsHeader li:hover ul {
	visibility: visible;
}

UL#tabsHeader ul li {
	background: #EDECEC;
	color: #5078aa;
	padding: 3px;
	width: 120px;
	border: 1px solid #FFFFFF;
	border-width: 1px 1px 0 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

UL#tabsHeader ul li:hover {
	background: #E2E2E2;
}

/* End Submenu selectors */
	/* Tab background color for selected global nav item */
li.currentTabBackground {
	background: #A6D7F0;
}

/* backslash hack for IE5-Mac \*/
UL#tabsHeader a {
	float: none;
}

/* End Mac Hack */
UL#tabsHeader a {
	width: auto;
}

/* fixes IE6 win hack */ /***************************
*  Utility Navigation  *
*****************************/
#dashboardnav { /*
   float: right;
   font-size: 10px;
   padding: 6px 12px;
   color: #0094DE;
   z-index: 20;
   margin-top: 89px;
   */
	position: absolute;
	top: 0px;
	right: 360px;
	font-size: 10px;
	padding: 6px 12px;
	color: #000000;
	z-index: 20;
}

#dashboardnav a {
	text-decoration: none;
	color: #266AB0;
}

#dashboardnav a:hover {
	text-decoration: underline;
	color: #266AB0;
}

#dashboardnav .addcontent {
	background-image: url( images/ico_addcontent.gif );
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 20px;
	padding-left: 16px;
}

/****************************
* Portlet Container Windows *
*****************************/
.portlet-container {
	padding: 10px;
}

.portlet-titlebar-title {
	color: #E4EECC;
	font-weight: 500;
	font-family: "Monotype Corsiva", Arial, Helvetica, Sans-Serif,
		sans-serif;
	font-size: 15px;
	white-space: nowrap;
	line-height: 100%;
	float: left;
	text-indent: 20px;
	position: relative;
	top: 4px;
}

.portlet-titlebar-decoration {
	background-image: url( images/portlet-titlebar-decoration.gif );
	background-repeat: no-repeat;
	height: 22px;
	width: 17px;
	float: left;
}

/* wrapper for floating portlet window modes */
.portlet-mode-container {
	float: right;
	padding-left: 4px;
	padding-top: 1px;
}

.portlet-titlebar-left {
	background-image: url( images/portlet-top-left.gif );
	background-repeat: no-repeat;
	width: 9px;
	height: 23px;
	background-position: right;
	min-width: 9px;
}

.portlet-titlebar-center {
	background-image: url( images/portlet-top-middle.gif );
	background-repeat: repeat-x;
	height: 23px;
}

.portlet-titlebar-right {
	background-image: url( images/portlet-top-right.gif );
	background-repeat: no-repeat;
	width: 9px;
	height: 23px;
	min-width: 9px;
}

.portlet-content-left {
	background-image: url( images/portlet-left-vertical.gif );
	background-repeat: repeat-y;
	width: 9px;
	min-width: 9px;
}

.portlet-content-center {
	background-color: #E6E6CC;
	background-repeat: repeat;
	vertical-align: top;
	font-family: Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 12px;
	color: #000;
	padding-top: 1px;
}

.portlet-body {
	background-color: #E6E6CC;
}

.portlet-content-right {
	background-image: url( images/portlet-right-vertical.gif );
	height: 100%;
	background-repeat: repeat-y;
	background-position: right;
	width: 9px;
	min-width: 9px;
}

.portlet-footer-left {
	background-image: url( images/portlet-bottom-left.gif );
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: top right;
	min-width: 9px;
}

.portlet-footer-center {
	background-image: url( images/portlet-bottom-middle.gif );
	height: 14px;
	background-repeat: repeat-x;
}

.portlet-footer-right {
	background-image: url( images/portlet-bottom-right.gif );
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
	min-width: 9px;
}

/***********************
* Portlet Window Modes *
************************/
.portlet-mode-maximized {
	background-image: url( images/maximize.gif );
	width: 16px;
	height: 20px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	cursor: pointer;
}

.portlet-mode-minimized {
	background-image: url( images/minimize.gif );
	width: 16px;
	height: 20px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	cursor: pointer;
}

.portlet-mode-normal {
	background-image: url( images/normal.gif );
	width: 16px;
	height: 20px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	cursor: pointer;
}

.portlet-mode-help {
	background-image: url( images/help.gif );
	width: 16px;
	height: 20px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	cursor: pointer;
}

.portlet-mode-edit {
	background-image: url( images/edit.gif );
	width: 16px;
	height: 20px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	cursor: pointer;
}

.portlet-mode-remove {
	background-image: url( images/remove.gif );
	width: 16px;
	height: 20px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	cursor: pointer;
}

.portlet-mode-view {
	background-image: url( images/view.gif );
	width: 17px;
	height: 20px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	cursor: pointer;
}

.portlet-mode-reload {
	background-image: url( images/reload.gif );
	width: 16px;
	height: 20px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	cursor: pointer;
}

/**********************
* Copyright Selectors *
***********************/
.portal-copyright {
	font-weight: normal;
	font-family: "Arial, Helvetica, Sans-Serif, sans-serif";
	font-size: 0px;
	color: background;
}

a.portal-copyright {
	color: background;
	text-decoration: none;
}

a.portal-copyright:hover {
	color: background;
	text-decoration: none;
}

#ThemeBy :before {
	content: "Theme by Peter Pal Library Supplier";
}

/*************
*  Elements  *
**************/
a {
	color: #9F625D;
	text-decoration: none;
}

a:hover {
	color: #87868C;
	text-decoration: underline;
}

INPUT {
	font-family: Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 12px;
	color: #000;
}

SELECT {
	font-family: Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 12px;
	color: #000;
}

FONT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

FIELDSET {
	background-color: transparent;
	border: 1px solid #BABDB6;
	padding: 6px;
}

LEGEND {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	font-size: 13px;
}

table {
	border-collapse: collapse;
}

/* below 3 selectors overwrite inline styles for page menu portlet */
#foldheader {
	list-style-image: url( images/bullet.gif ) ! Important;
	vertical-align: middle;
	cursor: hand !important;
	margin-left: -10px;
}

#foldinglist {
	margin-left: 10px;
	list-style-image: url( images/bullet.gif ) ! Important;
	list-style-position: outside;
	cursor: hand !important;
	margin-left: -10px;
}

#pagenosub {
	list-style-image: url( images/bullet.gif ) ! Important;
	cursor: hand !important;
	margin-left: -10px;
	vertical-align: middle;
}

/********
* FONTS *
*********/
	/* Font attributes for the normal  fragment font.
Used for the display of non-accentuated information */
.portlet-font {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Font attributes similar to the portlet.font but the color is lighter */
.portlet-font-dim {
	color: #87868C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/********
* FORMS *
*********/
.portlet-form-label {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

/* Text of the user-input in an input field. not sure if we need this guy? */
.portlet-form-input-field {
	color: #000;
	font-size: 12px;
	border-color: #CBCBB0;
	border-style: solid;
	border-width: 1px;
}

/* Text on a form button */
.portlet-form-button {
	font-size: 12px;
	color: #000000;
}

/* Text that appears beside a context dependent action icon */
.portlet-icon-label {
	
}

/* Text that appears beside a "standard" icon (e.g Ok, or Cancel)
not sure if we need this one?.. */
.portlet-dlg-icon-label {
	
}

/* Text for form field labels */
.portlet-form-field-label {
	font-family: Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 12px;
	color: #000;
	vertical-align: bottom;
}

/* Text for a form field */
.portlet-form-field {
	font-family: Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 12px;
	color: #000;
}

/********
* LINKS *
*********/
.portal-links:link {
	font-family: Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9F625D;
	text-decoration: none;
}

.portal-links:hover {
	font-family: Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #87868C;
	text-decoration: none;
}

.portal-links:active {
	font-family: Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.portal-links:visited {
	font-family: Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B5C3A9;
	text-decoration: none;
}

/***********
* MESSAGES *
************/
	/* Status of the current operation. */
.portlet-msg-status {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #95A490;
}

/* Help messages, general additional information, etc. */
.portlet-msg-info {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 11px;
	font-style: bold;
	color: blue;
	padding: 5px 10px 5px 10px;
}

/* Error messages. */
.portlet-msg-error {
	color: red;
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* Warning messages. */
.portlet-msg-alert {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9F625D;
}

/* Verification of the successful completion of a task. */
.portlet-msg-success {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #705130;
}

/********
* MENUS *
*********/
	/*General menu settings such as background color, margins, etc. */
.portlet-menu {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	display: block;
}

/* Normal, unselected menu item. */
.portlet-menu-item {
	color: #9F625D;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}

.portlet-menu-item:hover {
	color: #87868C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Selected menu item. */
.portlet-menu-item-selected {
	
}

/* Selected menu item when the mouse hovers over it. */
.portlet-menu-item-selected:hover {
	
}

/* Normal, unselected menu item that has sub-menus. */
.portlet-menu-cascade-item {
	
}

/* Selected sub-menu item that has sub-menus */
.portlet-menu-cascade-item-selected {
	
}

/* Descriptive text for the menu (e.g. in a help context below the menu) */
.portlet-menu-description {
	
}

/* Menu caption */
.portlet-menu-caption {
	
}

/* ===== WSRP 2.0 - As of now proposed additions are:	===== */
	/***********
* SECTIONS *
************/ /* Table or section header */
.portlet-section-header {
	font-weight: bold;
	color: #000;
	font-size: 13px;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #87868C;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.portlet-section-body {
	font-size: 12px;
}

.portlet-section-alternate {
	font-size: 12px;
	background-color: #fff;
}

.portlet-section-selected {
	font-size: 12px;
	background-color: #D8E2C3;
}

.portlet-section-subheader {
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.portlet-section-footer {
	font-size: 11px;
}

/* Text that belongs to the table but does not fall in one of the other categories
(e.g. explanatory or help text that is associated with the section. */
.portlet-section-text {
	font-size: 12px;
	color: #000;
	font-style: italic;
	padding: 5px;
}

/*******************
* Table Selectors  *
********************/
	/* Table header */
.portlet-table-header {
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 12px;
	background-color: #A6D7F0;
	font-variant: normal;
	padding: 2px;
}

/* Normal text in a table cell */
.portlet-table-body {
	color: #000;
	font-size: 12px;
}

/* Text in every other row in the table */
.portlet-table-alternate {
	color: #000;
	font-size: 12px;
	background-color: #fff;
}

/* Text in a selected cell range */
.portlet-table-selected {
	color: #000;
	font-size: 12px;
	background-color: #D8E2C3;
}

/* Text of a subheading */
.portlet-table-subheader {
	font-weight: bold;
	color: #000;
	font-size: 12px;
}

/* Table footer */
.portlet-table-footer {
	font-size: 12px;
	font-weight: bold;
}

/* Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the table). */
.portlet-table-text {
	font-size: 12px;
	color: #000;
	font-style: italic;
}

/* A separator bar similar to a horizontal rule, but with styling matching the page */
.portlet-horizontal-separator {
	color: #9F625D;
	height: 1px;
}

/* Allows portlets to mimic the title bar when nesting something */
.portlet-nestedTitle-bar {
	
}

/* Allows portlets to match the textual character of the title on the title bar. */
.portlet-nestedTitle {
	
}

/* Support portlets having tabs in the same style as the page or other portlets */
.portlet-tab {
	
}

/* Highlight the tab currently being shown */
.portlet-tab-active {
	
}

/* Highlight the selected tab (not yet active) */
.portlet-tab-selected {
	
}

/* A tab which can not be currently activated */
.portlet-tab-disabled {
	
}

/* Top level style for the content of a tab. */
.portlet-tab-area {
	
}

/****************** Not sure about the following selectors:

PortletHeaderColor
PortletHeaderText
LeftCurve
PortletHeaderLink
RightCurve
RegionBorder
RegionHeaderColor

**************************************************************/
#left h1 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	padding: 0px 0px 5px 0px;
}

#left h2 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	padding: 0px 0px 5px 0px;
}

#left h3 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	padding: 0px 0px 5px 0px;
}

#left p {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	padding: 0px 0px 5px 0px;
}

#center h1 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	padding: 0px 0px 5px 0px;
}

#center h2 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	padding: 0px 0px 5px 0px;
}

#center h3 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	padding: 0px 0px 5px 0px;
}

#center p {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	padding: 0px 0px 5px 0px;
}

#right h1 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	padding: 0px 0px 5px 0px;
}

#right h2 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	padding: 0px 0px 5px 0px;
}

#right h3 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	padding: 0px 0px 5px 0px;
}

#right p {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	padding: 0px 0px 5px 0px;
}

.promotion {
	background-color: #E6E6CC;
	border: 2px solid #0094DE;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.promotion h1 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

.promotion h2 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

#topnavcontainer {
	height: 23px;
	font-family: arial, helvetica, sans-serif;
}

#topnavcontainer ul {
	position: absolute;
	left: 14px;
	list-style-type: none;
	list-style-image: url('none');
	margin: 0px;
	padding: 0px;
	width: 800px;
}

#topnavcontainer li {
	display: inline;
	list-style-type: none;
	list-style-image: url('none');
	line-height: 23px;
	margin: 0px;
	padding: 0px;
}

#topnavcontainer ul ul li {
	list-style-type: none;
	list-style-image: url('none');
	margin: 0px;
	padding: 0px
}

#topnavcontainer ul.unselected {
	list-style-type: none;
	list-style-image: url('none');
	display: none
}

#topnavcontainer a {
	font-size: 11px;
	font-weight: normal;
	display: inline;
	margin: 0px;
	padding: 5px;
}

#topnavcontainer p {
	color: rgb(75, 75, 75);
	font-size: 11px;
	font-weight: normal;
	display: inline;
	margin: 0px;
	padding: 5px;
}

html>body #topnavcontainer a {
	margin-top: 0px;
}

#topnavcontainer a:hover {
	
}

#topnavcontainer a:visited {
	
}

#topnavcontainer ul ul a {
	display: inline;
	padding: 3px 5px 3px 20px;
	color: rgb(70, 70, 70);
	text-decoration: none;
	font-weight: normal;
}

#topnavcontainer ul ul a:hover {
	color: #000;
}

#quick_search_form {
	position: absolute;
	right: 5px;
	padding: 0px;
}

#quick_search_form input {
	margin-left: 3px;
	margin-right: 3px;
}

#quick_search_form p {
	font-weight: bold;
}

#quick_search_form a {
	font-weight: normal;
}

#quick_search_form a:hover {
	
}

#quick_search_form a.search-button-go {
	font-weight: bold;
}

#sidebar-container {
	vertical-align: top;
	width: 200px;
}

#sidebar { /*    float:left; */
	width: 190px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

html>body #sidebar {
	margin-right: 5px;
}

#sidebarbox1 {
	
}

div.sidebartitle {
	background-image: url('images/newbox_01.gif');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #ffffff
}

.sidebartitle p {
	display: block;
	padding: 6px 5px 5px 10px;
	width: 175px;
	border-bottom: 1px solid #c3c8cb;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	margin-bottom: 0px;
}

.sidebartitle a {
	display: block;
	padding: 6px 5px 5px 10px;
	width: 175px;
	border-bottom: 1px solid #c3c8cb;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	cursor: pointer;
}

.sidebartitle a:visited {
	color: #ffffff;
}

.sidebartitle a:hover {
	display: block;
	padding: 6px 5px 5px 10px;
	width: 175px;
	border-bottom: 1px solid #c3c8cb;
	text-decoration: none;
	font-weight: bold;
	color: #ffffcc;
	cursor: pointer;
}

/* Browse path container */
#browsepath {
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0px;
	margin-top: 5px;
	padding-left: 10px;
}

#browsepath ul {
	margin: 0px;
	padding: 0px;
}

#browsepath ul li {
	display: inline;
}

#browsepath a {
	font-size: 10px;
	/* color: rgb(75,75,75); */
	padding: 5px 10px 5px 10px;
	background-image: url('images/Arrow.gif');
	background-repeat: no-repeat;
	background-position: center left
}

#browsepath p {
	display: inline;
	font-size: 10px;
	color: rgb(75, 75, 75);
	padding: 5px 10px 5px 10px;
	background-image: url('images/Arrow.gif');
	background-repeat: no-repeat;
	background-position: center left
}

#browseheading h1 {
	font-family: Arial, helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: normal;
	color: rgb(75, 75, 75);
}

/* SIDE NAV CONTAINER */
.loadexpanded {
	
}

.sidenavcontainer {
	
}

.sidenavcontainer form {
	width: 190px;
	margin: 0px;
	padding: 0px
}

.sidenavcontainer ul {
	list-style-type: none;
	list-style-image: url('none');
	width: 190px;
	margin: 0px;
	padding: 0px
}

.sidenavcontainer li {
	list-style-type: none;
	list-style-image: url('none');
	line-height: 12px;
	margin: 0px;
	padding: 0px
}

.sidenavcontainer ul ul li {
	list-style-type: none;
	list-style-image: url('none');
	margin: 0px;
	padding: 0px
}

.sidenavcontainer ul.selected {
	background-image: url('images/listitembackgroundgreen.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.sidenavcontainer a {
	font-size: 10px;
	margin-top: -2px;
	display: block;
	border-bottom: 1px solid #c3c8cb;
	border-top: 1px solid #eff1ff;
	width: 175px;
	text-decoration: none;
	color: rgb(75, 75, 75);
	background-image: url('images/listitembackground.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0px;
	padding: 5px 5px 5px 10px;
}

.sidenavcontainer a.selected {
	background-image: url('images/listitembackgroundgreen.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.sidenavcontainer a.selected:hover {
	background-image: url('images/listitembackgroundgreen.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}

html>body .sidenavcontainer a {
	margin-top: 0px;
}

.sidenavcontainer a:hover {
	background-image: url('images/listitembackgroundyellow.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.sidenavcontainer ul ul a {
	display: block;
	padding: 3px 5px 3px 20px;
	width: 165px;
	color: rgb(70, 70, 70);
	text-decoration: none;
}

.sidenavcontainer ul ul a.selected {
	background-image: url('images/listitembackgroundgreen.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.sidenavcontainer ul ul a:hover {
	color: #000;
	text-decoration: none;
	background-image: url('images/listitembackgroundyellow.gif');
	background-repeat: no-repeat;
	background-position: 0 0
}

.sidenavcontainer ul ul a.selected:hover {
	text-decoration: none;
	background-image: url('images/listitembackgroundgreen.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#results-container {
	vertical-align: top;
}

#request-time {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8px;
	color: rgb(75, 75, 75);
	text-align: right;
	position: absolute;
	right: 10px;
	top: 30px;
}

.resultstable {
	font-family: verdana, arial, helvetica, sans-serif;
}

.hide {
	display: none;
}

.tableheader p {
	padding: 0px;
	margin: 0px;
}

.tablenav input[type="select"] {
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin: 0px 5px;
}

.pagination {
	font-family: "Trebuchet MS", sans-serif;
}

.pagination a {
	margin: 0px 5px;
	text-align: right;
}

.pagination input[type="text"] {
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin: 0px 5px;
	width: 20px;
}

.pagination input[type="button"] {
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin: 0px 5px;
	padding: 0px;
}

.resultsmenu p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: rgb(75, 75, 75);
	padding: 2px;
	margin: 0px;
}

.resultsmenu a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('images/Arrow.gif');
	background-repeat: no-repeat;
	background-position: center left
}

.tabledisplay {
	
}

.resultstable form {
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: rgb(75, 75, 75);
}

.resultstable input {
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: rgb(75, 75, 75);
	height: 12px;
}

.tablenav {
	background-color: #E6E6CC;
	padding: 2px;
	font-size: 11px;
}

.tableheaderrow {
	
}

.tablecontents {
	padding-top: 5px;
}

.tablecontents form {
	padding: 0px;
	margin: 0px;
}

.tablecontentsrow {
	margin-bottom: 10px;
}

.tablecontentscell {
	
}

.tablecontentscell0 {
	
}

.tablecontentscell1 {
	
}

.tablecontentscell2 {
	
}

.tablecontentscell3 {
	
}

.tablefooter {
	
}

#tablerowselector {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	width: 10px;
}

#tncov {
	vertical-align: top;
	padding: 3px 10px 3px 10px;
	width: 100px;
}

#tncov img {
	max-width: 80px;
	width: expression(this . width >   80 ?   '80px' :   true);
	max-height: 100px;
	height: expression(this . height >   120 ?   '120px' :   true);
}

#browse-row {
	
}

#browse-row table {
	margin-bottom: 20px;
}

#browse-row td {
	vertical-align: top;
}

#browse-row .title {
	padding-bottom: 3px;
}

#browse-row .title a {
	font-weight: bold;
}

#browse-row .title a:visited {
	font-weight: normal;
}

#browse-row .contributors {
	font-style: italic;
	padding-bottom: 3px;
}

#browse-row .annotation {
	width: 500px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 12px;
	color: rgb(75, 75, 75);
}

#browse-product-details {
	width: 230px;
}

#browse-product-details table {
	border-collapse: collapse;
}

#browse-product-details td.caption {
	width: 80px;
}

#browse-product-details td.value {
	width: 150px;
}

#browse-product-details .estimated_rrp {
	font-size: xx-small;
}

.topofpagelink {
	float: right;
}

#subject-options {
	
}

#subject-options li.subject-heading {
	
}

#subject-options li.parent-subject-link {
	
}

#subject-options li.deep-link {
	
}

#subject-options li.shallow-link {
	
}

#subject-options li.child-subject-link {
	
}

#subject-options li.selected {
	
}

#subject-table {
	color: rgb(75, 75, 75);
	font-family: verdana, arial, helvetica, sans-serif;
}

#subject-table td {
	padding: 10px;
}

#subject-table td.col1 {
	width: 400px;
	vertical-align: top;
}

#subject-table td.col2 {
	width: 400px;
	vertical-align: top;
}

#subject-table li.level1 {
	margin-left: 0px;
}

#subject-table li.level2 {
	margin-left: 12px;
}

#subject-table h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}

#subject-table ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: url('none');
}

#subject-table li {
	margin-bottom: 2px;
}

#subject-table a {
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('images/Arrow.gif');
	background-repeat: no-repeat;
	background-position: center left
}

#product-details {
	color: rgb(75, 75, 75);
	font-family: verdana, arial, helvetica, sans-serif;
}

#product-top td {
	vertical-align: top;
}

#product-top td.col1 {
	width: 250px;
}

#product-top td.col2 {
	
}

#product-top td.col3 {
	width: 250px;
}

#browse-path {
	
}

.resultsmenu {
	text-align: left;
	margin: 0px;
}

.resultsmenu li {
	font-size: 10px;
}

.resultsmenu a {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	background-image: url('images/Arrow.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

#product-image {
	padding: 10px;
	max-width: 250px;
}

#product-image img {
	max-width: 240px;
}

#product-image .large-image {
	font-size: 10px;
	margin-top: 5px;
}

#product-info {
	color: rgb(75, 75, 75);
	vertical-align: top;
	padding-bottom: 10px;
}

#product-prizes {
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	font-style: italic;
}

#product-prizes ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#product-info h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}

#product-info h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}

#product-info h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}

#product-info .title {
	font-weight: bold;
	font-size: 16px;
}

#product-info .subtitle {
	font-weight: normal;
}

#product-info .edition {
	font-weight: normal;
	font-size: 14px;
}

#product-info .series {
	font-weight: normal;
	font-size: 14px;
}

#product-info .contributors {
	font-weight: normal;
	font-size: 12px;
}

#product-info-table {
	
}

#product-info-table td {
	color: rgb(75, 75, 75);
	font-size: 12px;
	vertical-align: top;
}

#product-info-table td.col1 {
	width: 180px;
}

#product-info-table td.col2 {
	
}

#related-products {
	font-size: 10px;
	margin-bottom: 10px;
}

#related-products ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#product-order-box {
	vertical-align: top;
	padding: 5px;
}

#product-order-box p {
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	margin: 0px;
}

#product-order-box form {
	text-align: center;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#product-order-box ul {
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#product-order-box li {
	margin-bottom: 5px;
}

#product-bottom {
	padding: 10px;
	width: 700px;
	margin-bottom: 20px;
}

#product-details-menu {
	border-bottom: 1px solid #c3c8cb;
	height: 20px;
	margin-bottom: 10px;
	display: none;
}

#product-details-menu ul {
	list-style: none;
}

#product-details-tabs { /*
	position: absolute;
	top: 20px;
    border-left: 1px solid #c3c8cb;
    border-bottom: 1px solid #c3c8cb;
    border-right: 1px solid #c3c8cb;
*/
	padding: 10px;
}

#product-details-tabs h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}

#product-details-tabs p {
	font-size: 12px;
	color: rgb(75, 75, 75);
	margin-top: 10px;
	margin-bottom: 10px;
}

.tabbed-menu ul {
	list-style-type: none;
	list-style-image: url('none');
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #c3c8cb;
}

.tabbed-menu li {
	display: inline;
	list-style-type: none;
	list-style-image: url('none');
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}

.tabbed-menu a {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	margin-top: -2px;
	border-bottom: 1px solid #c3c8cb;
	border-top: 1px solid #eff1ff;
	text-decoration: none;
	background-image: url('images/listitembackground.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}

.tabbed-menu a:hover {
	color: #000;
	text-decoration: none;
	background-image: url('images/listitembackgroundyellow.gif');
	background-repeat: no-repeat;
	background-position: 0 0
}

div.box-blue-top-left {
	background-image: url('images/box_blue_tl.gif');
	background-repeat: no-repeat;
	background-position: top left;
	z-index: -1;
}

div.box-blue-top-right {
	background-image: url('images/box_blue_tr.gif');
	background-repeat: no-repeat;
	background-position: top right;
	z-index: -1;
}

div.box-blue-bottom-left {
	background-image: url('images/box_blue_bl.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: -1;
}

div.box-blue-bottom-right {
	background-image: url('images/box_blue_br.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: -1;
}

div.box-clear-top-left {
	background-image: url('images/box_clear_tl.gif');
	background-repeat: no-repeat;
	background-position: top left;
	z-index: -1;
}

div.box-clear-top-right {
	background-image: url('images/box_clear_tr.gif');
	background-repeat: no-repeat;
	background-position: top right;
	z-index: -1;
}

div.box-clear-bottom-left {
	background-image: url('images/box_clear_bl.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: -1;
}

div.box-clear-bottom-right {
	background-image: url('images/box_clear_br.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: -1;
}

div.box-line-top-left {
	background-image: url('images/box_line_tl.gif');
	background-repeat: no-repeat;
	background-position: top left;
	z-index: -1;
}

div.box-line-top-right {
	background-image: url('images/box_line_tr.gif');
	background-repeat: no-repeat;
	background-position: top right;
	z-index: -1;
}

div.box-line-bottom-left {
	background-image: url('images/box_line_bl.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: -1;
}

div.box-line-bottom-right {
	background-image: url('images/box_line_br.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: -1;
}

div.box-contents {
	padding: 5px 10px 10px 10px;
}

div.promo-box-top-left {
	background-image: url('images/box_line_tl.gif');
	background-repeat: no-repeat;
	background-position: top left;
	z-index: -1;
	width: 200px;
}

div.promo-box-top-right {
	background-image: url('images/box_line_tr.gif');
	background-repeat: no-repeat;
	background-position: top right;
	z-index: -1;
}

div.promo-box-bottom-left {
	background-image: url('images/box_line_bl.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: -1;
}

div.promo-box-bottom-right {
	background-image: url('images/box_line_br.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: -1;
}

div.promo-box-contents {
	padding: 5px 10px 10px 10px;
}

.promo-box-contents p {
	font-family: verdana, arial, helvetica, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	margin: 0px;
	padding-bottom: 5px;
}

div.product-order-box-top-left {
	background-image: url('images/box_clear_tl.gif');
	background-repeat: no-repeat;
	background-position: top left;
	z-index: -1;
}

div.product-order-box-top-right {
	background-image: url('images/box_clear_tr.gif');
	background-repeat: no-repeat;
	background-position: top right;
	z-index: -1;
}

div.product-order-box-bottom-left {
	background-image: url('images/box_clear_bl.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: -1;
}

div.product-order-box-bottom-right {
	background-image: url('images/box_clear_br.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: -1;
}

div.product-order-box-contents {
	padding: 5px 10px 10px 10px;
}

#browse-menu {
	margin-bottom: 20px;
}

#home { /*width: 640px;*/
	margin-top: 10px;
}

#home div.box-contents {
	padding: 5px 10px 10px 10px;
	min-height: 50px;
}

#home div.box-clear-top-left {
	margin-top: 10px;
}

#home td {
	vertical-align: top;
	padding: 10px;
}

#home td.col1 {
	width: 300px;
}

#home td.col2 {
	width: 300px;
}

#home td p {
	padding-top: 5px;
	padding-bottom: 5px;
}

#home p {
	font-family: verdana, arial, helvetica, sans-serif;
	color: rgb(75, 75, 75);
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	margin: 0px;
	padding-bottom: 2px;
}

#home h3 {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
}

#product-grid {
	color: rgb(75, 75, 75);
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
}

#product-grid td {
	vertical-align: top;
	padding: 10px;
	width: 300px;
}

#product-grid .section-heading {
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 10px;
}

#product-grid .title {
	font-weight: bold;
	margin-top: 10px;
}

#product-grid .contributors {
	margin: 0px;
}

#product-grid .format {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#product-grid .annotation {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#product-grid .box-contents {
	height: 400px;
}

#product-grid .morelink {
	position: relative;
	float: right;
	top: 360px;
}

.product-image img {
	border: none;
}

#top10-list {
	color: rgb(75, 75, 75);
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	margin-top: 20px;
}

#top10-list .section-heading {
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
}

#top10-list table {
	width: 100%;
}

#top10-list td {
	vertical-align: top;
}

#top10-list td.col1 {
	width: 10px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

#top10-list td.col2 {
	padding: 0px 2px 2px 0px;
}

#top10-list ol {
	list-style-position: outside;
	margin: 0px;
}

#top10-list li {
	font-weight: normal;
	margin-bottom: 5px;
}

#product-search-options {
	font-family: verdana, arial, helvetica, sans-serif;
	width: 0px;
}

#product-search-container {
	font-family: verdana, arial, helvetica, sans-serif;
	width: 700px;
}

#product-search-container form {
	margin: 0px;
	padding: 0px;
}

#search-options-header {
	padding: 0px 10px 0px 10px;
}

#search-options-header td.col1 {
	width: 210px;
	font-weight: bold;
	font-size: 11px;
}

#search-options-header td.col2 {
	width: 500px;
	font-weight: bold;
	font-size: 11px;
}

#search-options-content {
	padding: 10px;
}

#search-options-content td {
	
}

#search-options-content td.col1 {
	width: 200px;
	padding-left: 10px;
	font-size: 11px;
}

#search-options-content td.col2 {
	width: 500px;
	font-size: 11px;
}

#search-options-content input.ean {
	width: 400px;
	height: 100px;
}

#search-options-content input.title,input.series,input.contributor,input.publisher
	{
	width: 400px;
}

#search-options-content select {
	margin-right: 5px;
	font-family: trebuchet ms, Georgia, Times, Arial, Helvetica, Verdana,
		sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

#publication-date-range td {
	font-size: 11px;
}

#dewey-range td {
	font-size: 11px;
}

#dewey-range input {
	width: 100px;
}

#news .box-contents {
	height: 230px;
}

#news h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#news p {
	margin: 0px;
}

#timeframenavcontainer {
	height: 20px;
	vertical-align: top;
}

#timeframenavcontainer ul {
	list-style-type: none;
	list-style-image: url('none');
	margin: 0px;
	padding: 0px;
	/*
    width:190px;
	height: 20px;
	*/
}

#timeframenavcontainer li {
	display: inline;
	list-style-type: none;
	list-style-image: url('none');
	line-height: 12px;
	height: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#timeframenavcontainer ul ul li {
	list-style-type: none;
	list-style-image: url('none');
	margin: 0px;
	padding: 0px;
}

#timeframenavcontainer ul.selected {
	background-image: url('images/listitembackgroundgreen.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#timeframenavcontainer a {
	font-size: 11px;
	border-top: 1px solid #eff1ff;
	border-left: 1px solid #eff1ff;
	border-bottom: 1px solid #c3c8cb;
	border-right: 1px solid #c3c8cb;
	width: 175px;
	line-height: 20px;
	text-decoration: none;
	color: rgb(75, 75, 75);
	margin: 0px -1px 0px -1px;
	padding: 0px 5px 5px 5px;
	background-image: url('images/listitembackground.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

html>body #timeframenavcontainer a {
	margin-top: 0px;
	width: 175px;
}

#timeframenavcontainer a:hover {
	background-image: url('images/listitembackgroundyellow.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: underline;
}

#timeframenavcontainer a.heading {
	background-image: url('images/newbox_01.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	height: 14px;
	border-top: none;
	border-left: none;
	text-decoration: none;
}

#timeframenavcontainer a.selected {
	background-image: url('images/listitembackgroundgreen.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#timeframenavcontainer a.selected:hover {
	text-decoration: none;
}

#timeframenavcontainer ul ul a {
	display: inline;
	padding: 3px 5px 3px 20px;
	width: 165px;
	color: rgb(70, 70, 70);
	text-decoration: none;
}

#timeframenavcontainer ul ul a.selected {
	background-image: url('images/listitembackgroundgreen.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#timeframenavcontainer ul ul a:hover {
	color: #000;
	text-decoration: none;
	background-image: url('images/listitembackgroundyellow.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#product-details-tabs h1, #product-details-tabs h2 {
	font-weight: bold;
	font-style: normal;
}

.supplier-details {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-style: normal;
}

.supplier-details th {
	font-weight: bold;
	border-bottom: 1px solid silver;
}

.supplier-details td {
}

/*
 * CSS menu
 */
ul.cssMenu ul{display:none}
ul.cssMenu li:hover>ul{display:block}
ul.cssMenu ul{position: absolute;left:-1px;top:98%;}
ul.cssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.cssMenu,ul.cssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 1px 1px 0px;
	background-color:#A5A5A5;
	background-repeat:repeat;
	border-color:#A6A6A6;
	border-width:0px;
	border-style:solid;
}
ul.cssMenu table {
	border-collapse:collapse
}
ul.cssMenu {
	display:block;
	zoom:1;
	float: left;
}
ul.cssMenu ul{
	width:144.9px;
}
ul.cssMenu li{
	display:block;
	margin:1px 0px 0px 1px;
	font-size:0px;
}
ul.cssMenu a:active, ul.cssMenu a:focus {
	outline-style:none;
}
ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:#FFFFFF;
	border-width:0px;
	border-color: #FCEEB0;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:5px;
	_padding-left:5px;
	font:bold 10px Trebuchet MS;
	color: #82191C;
	text-decoration:none;
	cursor:pointer;
}
ul.cssMenu span{
	overflow:hidden;
}
ul.cssMenu li {
	float:left;
}
ul.cssMenu ul li {
	float:none;
}
ul.cssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.cssMenu li.sep {
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.cssMenu li.sep span {
	float:none;
	padding-right:0;
	width:3;
	height:100%;
	display:inline-block;
	background-color:#A6A6A6;
	background-image:none;
}
ul.cssMenu ul li.sep span {
	width:100%;
	height:3;
}
ul.cssMenu li:hover {
	position:relative;
}
ul.cssMenu li:hover>a {
	background-color:#32618A;
	border-color: #4C99AB;
	border-style:solid;
	font:bold 10px Trebuchet MS;
	color: #FFFFFF;
	text-decoration:none;
}
ul.cssMenu li a:hover{
	position:relative;
	background-color:#32618A;
	border-color:#4C99AB;
	border-style:solid;
	font:bold 10px Trebuchet MS;
	color: #FFFFFF;
	text-decoration:none;
}
ul.cssMenu li.dis a {
	color: #AAAAAA !important;
}
ul.cssMenu img {border: none;float:left;_float:none;margin-right:5px;width:16px;
height:16px;
}
ul.cssMenu ul img {width:16px;
height:16px;
}
ul.cssMenu img.over{display:none}
ul.cssMenu li.dis a:hover img.over{display:none !important}
ul.cssMenu li.dis a:hover img.def {display:inline !important}
ul.cssMenu li:hover > a img.def  {display:none}
ul.cssMenu li:hover > a img.over {display:inline}
ul.cssMenu a:hover img.over,ul.cssMenu a:hover ul img.def,ul.cssMenu a:hover a:hover img.over{display:inline}
ul.cssMenu a:hover img.def,ul.cssMenu a:hover ul img.over,ul.cssMenu a:hover a:hover img.def{display:none}
ul.cssMenu a:hover ul{display:block}
ul.cssMenu span{
	display:block;
	background-image:url(./images/arrv_blue_2.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:8px;}
ul.cssMenu li:hover>a>span{	background-image:url(./images/arrv_white_2.gif);
}
ul.cssMenu a:hover span{	_background-image:url(./images/arrv_white_2.gif)}
ul.cssMenu ul span,ul.cssMenu a:hover table span{background-image:url(./images/arr_blue_2.gif)}
ul.cssMenu ul li:hover > a span{	background-image:url(./images/arr_white_2.gif);}
ul.cssMenu table a:hover span{background-image:url(./images/arr_white_2.gif)}
ul.cssMenu li a.cssMenui0{
font:n;
}
ul.cssMenu li a.cssMenui0:hover{
font:o;
}
