/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
html {
	overflow: -moz-scrollbars-vertical; /* always shows scrollbar on short pages */ 
	overflow-y: scroll; /* always shows scrollbars on short pages for IE8 */ 
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  color:#333;
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
}
/* Commonly used to style section titles. */
h2 {
  color: #666;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
}
#h2Links {
	font-family:Verdana, Geneva, sans-serif;
	margin-top:20px;
	font-size:18px;
	line-height: 20px;
}
#h2Links a:Link {
  color:#333;
  font-size: 18px;
  line-height: 20px;
}
#h2Links a:Hover {
	color:#ccc;
}
#h2Links aActive {
	color: #333;
}
#h2Links a:Visited {
	color: #333;
}
/* Sets the style for the h3 header. */
h3 {
  color: #666;
  font-size: 16px;
  line-height: 18px;
  
}
hr {
	color:#517795;
	background-color:#517795;
	height:0.05em;
	box-shadow:none;
}
/* Sets the style for unvisited links. */
a, a:link {
  color: #517795;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #517795;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #ccc;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #517795;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #517795;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 780px;
}
#outerWrapper #logo {
  background-color: #fff;
  padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #header {
  background-color: #517795;
  font-size: 12px;
  text-align:right;
  color:#FFF;
  line-height: 15px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #header a.cartLinks:Link {
	color:#FFF;
	text-decoration:underline;
}
#outerWrapper #header a.cartLinks:Hover {
	color:#ccc;
	text-decoration:none;
}
#outerWrapper #header a.cartLinks:Active {
	color:#fff;
	text-decoration:none;
}
#outerWrapper #header a.cartLinks:Visited {
	color:#fff;
	text-decoration:underline;
}
#outerWrapper #topNavigation {
  background-color:#f2f2f2;
  height: 40px;
  border-bottom:1px solid #333;
  padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  margin-top:10px;
}
.orangeHLine {
	background-color:#F60;
	height:4px;
}
.teamHolder {
	float:left; 
	width:650px; 
	font-size:12px; color:#666; 
	line-height:20px; 
	padding:0 10px 0 0;
	margin: 10px 0 0 0;
}
#bookList {
	margin-top:20px;
	width:250px;
}
#bookList ul {
	margin:0;
	padding:0;
}
#bookList ul li {
	list-style: none;
	margin-bottom:10px;
}
#bookList ul li {
	display: block;
	padding: 4px 4px 4px 15px;
	text-decoration:none;
	color:#666;
	font-size:12px;
}

.ourAuthors {
}
.ourAuthors ul {
	margin:0;
	padding:0;
}
.ourAuthors ul li {
	list-style: none;
	margin-bottom:10px;
}
.ourAuthors ul li a {
	display: block;
	padding: 4px 4px 4px 15px;
	text-decoration:none;
	color:#666;
	font-weight:bold;
}
.ourAuthors li a:hover {
	text-decoration: underline;
	background-color: #fff;
	color:#517795;
	
}
.newsHolder {
	float:left; 
	width:350px; 
	font-size:12px; color:#666; 
	line-height:20px; 
	padding:0 10px 0 10px;
	margin: 10px 0 0 0;
}
.newsHolder h2 {
	color:#333;
}
.newsHolder2 {
	float:left; 
	width:350px; 
	font-size:12px; color:#666; 
	line-height:20px; 
	padding:0 10px 0 10px;
	margin: 10px 0 0 0;
}
.newsHolder2 h2 {
	color:#333;
}
.contactUs {
	width:750px; 
	font-size:12px; color:#666; 
	line-height:20px; 
	padding:0 10px 0 10px;
	margin: 10px 0 0 0;
}
#outerWrapper #topNavigation {
	padding:0;
}
#outerWrapper #topNavigation ul {
	margin: 0px;
	padding: 0px;
}
#outerWrapper #topNavigation ul li {
	margin: 12px 0 0 0;
	display: block;
	float: left;
	list-style: none;
	clear: right;
	border-right:#ccc solid 1px;
}
#outerWrapper #topNavigation ul li a {
	display: block;
	padding-right: 48px;
	padding-left: 48px;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 40px;
}
#outerWrapper #topNavigation ul li a:hover {
	text-decoration: none;
	color: #517795;
}
#outerWrapper #topNavigation ul li#active {
	text-decoration: none;
}
#outerWrapper #topNavigation ul li#active a {
	color: #000;
}
#submissions #outerWrapper #topNavigation {
  background-color:#000;
  height: 40px;
  border-bottom:1px solid #333;
  padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  margin-top:10px;
}
#submissions #outerWrapper #topNavigation {
	padding:0;
}
#submissions #outerWrapper #topNavigation ul {
	margin: 0px;
	padding: 0px;
}
#submissions #outerWrapper #topNavigation ul li {
	margin: 12px 0 0 0;
	display: block;
	float: left;
	list-style: none;
	clear: right;
	border-right:#fff solid 1px;
}
#submissions #outerWrapper #topNavigation ul li a {
	display: block;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 40px;
}
#submissions #outerWrapper #topNavigation ul li a:hover {
	text-decoration: none;
	color: #783333;
}
#submissions #outerWrapper #topNavigation ul li#active {
	text-decoration: none;
}
#submissions #outerWrapper #topNavigation ul li#active a {
	color: #000;
}
#outerWrapper #secondaryNav {
  background-color: #fff;
  border-bottom:#ccc solid 0.1em;
  height: 35px;
  padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

}
#outerWrapper #secondaryNav {
	padding:0;
}
#outerWrapper #secondaryNav ul {
	margin: 0px;
	padding: 0px;
}
#outerWrapper #secondaryNav .navSelected {
	color:#517795;
}
#outerWrapper #secondaryNav ul li {
	margin: 12px 0 0 0;
	display: block;
	float: left;
	list-style: none;
	clear: right;
	border-right:#ccc solid 1px;
}
#outerWrapper #secondaryNav ul li a {
	display: block;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 40px;

}
#outerWrapper #secondaryNav ul li a:hover {
	text-decoration: none;
	color: #517795;
}
#outerWrapper #secondaryNav ul li#active {
	text-decoration: none;
}
#outerWrapper #secondaryNav ul li#active a {
	color: #000;
}
#submissions #outerWrapper #secondaryNav {
  background-color: #000;
  border-bottom:#ccc solid 0.1em;
  height: 35px;
  padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

}
#submissions #outerWrapper #secondaryNav {
	padding:0;
}
#submissions #outerWrapper #secondaryNav ul {
	margin: 0px;
	padding: 0px;
}
#submissions #outerWrapper #secondaryNav .navSelected {
	color:#783333;
}
#submissions #outerWrapper #secondaryNav ul li {
	margin: 12px 0 0 0;
	display: block;
	float: left;
	list-style: none;
	clear: right;
	border-right:#ccc solid 1px;
}
#submissions #outerWrapper #secondaryNav ul li a {
	display: block;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 40px;

}
#submissions #outerWrapper #secondaryNav ul li a:hover {
	text-decoration: none;
	color: #783333;
}
#submissions #outerWrapper #secondaryNav ul li#active {
	text-decoration: none;
}
#submissions #outerWrapper #secondaryNav ul li#active a {
	color: #000;
}
#outerWrapper #imageRoll {
  background-color: #fff;
  height:350px;
  padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  margin-top:10px;
}
#outerWrapper #thumbRoll {
  background-color: #fff;
  height:190px;
  padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
 
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 20px 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #footer {
  background-color: #fff;
  border-top: solid 1px #517795; /* Sets the top border properties for an element using shorthand notation */
  height: 150px;
  padding:10px 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  margin-top:20px;
}
#outerWrapper #footer #column1 {
	width:150px;
	float:left;
	height:150px;
}
#outerWrapper #footer #column2 {
	margin-left:15px;
	width:180px;
	float:left;
	padding: 10px 0 0 10px;
	height:150px;
	
}
#outerWrapper #footer #column2 ul {
	margin:0;
	padding:0;
}
#outerWrapper #footer #column2 ul li {
	list-style: none;
	margin-bottom:10px;
}
#outerWrapper #footer #column2 ul li a {
	display: block;
	padding: 4px 4px 4px 4px;
	text-decoration:none;
	color:#000;
}
#outerWrapper #footer #column2 li a:hover {
	text-decoration: underline;
	background-color: #fff;
	color:#517795;
}
#outerWrapper #footer #column3 {
	margin-left: 5px;
	padding: 10px 0 0 35px;
	width:180px;
	float:left;
	border-left:#ccc solid 1px;
	height:150px;
}
#outerWrapper #footer #column3 ul {
	margin:0;
	padding:0;
}
#outerWrapper #footer #column3 ul li {
	list-style: none;
	margin-bottom:10px;
}
#outerWrapper #footer #column3 ul li a {
	display: block;
	padding: 4px 4px 4px 4px;
	text-decoration:none;
	color:#000;
}
#outerWrapper #footer #column3 li a:hover {
	text-decoration: underline;
	background-color: #fff;
	color:#517795;
	
}
#outerWrapper #footer #column4 {
	width:180px;
	float:right;
	height:150px;
	color:#000;
}
#submissions #outerWrapper #footer {
  background-color: #fff;
  border-top: solid 1px #517795; /* Sets the top border properties for an element using shorthand notation */
  height: 150px;
  padding:10px 0 20px 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  margin-top:20px;
}
#submissions #outerWrapper #footer #column1 {
	width:150px;
	float:left;
	height:150px;
}
#submissions #outerWrapper #footer #column2 {
	margin-left:15px;
	width:180px;
	float:left;
	padding: 10px 0 0 10px;
	height:150px;
	
}
#submissions #outerWrapper #footer #column2 ul {
	margin:0;
	padding:0;
}
#submissions #outerWrapper #footer #column2 ul li {
	list-style: none;
	margin-bottom:10px;
}
#submissions #outerWrapper #footer #column2 ul li a {
	display: block;
	padding: 4px 4px 4px 4px;
	text-decoration:none;
	color:#fff;
}
#submissions #outerWrapper #footer #column2 li a:hover {
	text-decoration: underline;
	background-color: #000;
	color:#517795;
}
#submissions #outerWrapper #footer #column3 {
	margin-left:5px;
	padding: 10px 0 0 35px;
	width:180px;
	float:left;
	border-left:#ccc solid 1px;
	height:150px;
}
#submissions #outerWrapper #footer #column3 ul {
	margin:0;
	padding:0;
}
#submissions #outerWrapper #footer #column3 ul li {
	list-style: none;
	margin-bottom:10px;
}
#submissions #outerWrapper #footer #column3 ul li a {
	display: block;
	padding: 4px 4px 4px 4px;
	text-decoration:none;
	color:#fff;
}
#submissions #outerWrapper #footer #column3 li a:hover {
	text-decoration: underline;
	background-color: #000;
	color:#517795;
	
}
#submissions #outerWrapper #footer #column4 {
	width:180px;
	float:right;
	height:150px;
	color:#fff;
}
.imgRight {
	float:right;
	margin-left:10px;
	border:0;
}
.imgLeft {
	float:left;
	margin-right:10px;
	border:0;
}
.contentLeft {
	width:120px;
	margin-top:20px;
	float:left;
}
#whats-new {
	margin:20px 0 0 0;
	min-height:400px;
	background-image:url(/images/pin.jpg);
	background-repeat:no-repeat;
	background-position: 98% 1%; 
	padding:10px;
	border:#999 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 4px 4px 5px #888;
	-moz-box-shadow: 4px 4px 5px #888;
	-webkit-box-shadow: 4px 4px 5px #888
}
#whats-new #wnContent {
	padding: 10px;
	color:#000;!important
}
#whats-new #wnRight {
	float:right;
	width:450px;
	height:300px;
}
.bookAuthor {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#333;
	text-decoration:none;
}
a.footerLinks:link {
	color:#000;	
}
a.footerLinks:hover {
	color:#999;
}
a.footerLinks:active {
	color:#000;
}
a.footerLinks:visited {
	color:#000;
}
.smallestTag { font-size: xx-small; }
.smallTag { font-size: small; }
.mediumTag { font-size: medium; }
.largeTag { font-size: large; }
.largestTag { font-size: xx-large; } 
a.ccTip{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none}

a.ccTip:hover{
	z-index:25;
}
a.ccTip span{
	display: none
	
}
a.ccTip:hover span{ /*the span will display just on :hover state*/
    display:block;
	font-size:12px;
	position:absolute;
    top:2em; 
	left:-3.5em; 
	width:14em;
    background-color:#517795; 
	color:#fff;
	padding:3px;
    text-left: center;
}
a.myopacity img{
	border: none;
	filter:alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}
a.myopacity:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
	.required {
	color: #FF0000;
	font-weight: bold;
}

input.error,textarea.error,select.error,radio.error,checkbox.error { 
	border:1px solid #f00; 
} 
label.error,option.error { 
	color:#f00;
}
.pagination {
	border-top: 1px solid #DDDDDD;
	display: inline-block;
	width: 100%;
	padding-top: 6px;
}
.pagination .links {
	float: left;
	padding-top: 6px;
}
.pagination .links a {
	border: 1px solid #DDDDDD;
	padding: 4px 10px;
	font-size: 12px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 6px;
	font-size: 12px;
}
/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
border: 1px solid #000;
background: #fff; 
width: 780px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 760px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 775px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 