/*  ///////////////  */
/*  PRODUCT SITE STYLE SHEET  */
/*  ///////////////  */

body {
	height:100%;
	background: #E6E8EE url(../images/back_slice.png) repeat-y center top;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

html {
	min-height: 100.05%;
	height: 100%;
}
/*input {
	background: #FFFFDD;
}*/

#holder {
	margin: 0 auto;		
	width: 700px;
	text-align: left;
	position: relative;
	min-height: 100%;
}

* html #holder {
	height: 100%;
}

#supernav {
	height:20px;
	line-height: 20px;
	text-align:right;
	font-size: 10px;
	color: #0B1F5C;
	background-color: #8C99B7;
	background-image: url(../images/super_nav.png);
}


#header {
	background: #2a2a2a url(../images/header_back.png) no-repeat;
	width: 700px;
	height: 120px;
	vertical-align: bottom;
}

	#header h1 {
		font: 1px;
		color: #0B1F5B; 
		text-indent: 20px;
		width:350px;
		height:95px;
		cursor: pointer;
	}
	#header ul.navbar {
	top: 95px;
	position: relative;
	height: 25px;
	display:block;	
	list-style: none;
	}
	
	#header ul.navbar  li {
		float: left;
		list-style: none;
		width: 175px;
	}

	#header ul.navbar  a {	
		background: url(../images/navtab.png) no-repeat left top;
		font-size:95%;
		font-weight: bold;
		text-align: center;
		width: 175px;
		height: 25px;
		line-height: 12px;
		display: block;
		color: #000000;
		text-decoration: none;
	}
	
	#header ul.navbar div {
		padding-top: 7px;
	}
	
	#header ul.navbar  a:visited {
		background: url(../images/navtab.png) no-repeat left top;
		color: #000000;
	}

	#header ul.navbar  a:hover {
		background: url(../images/navtab.png) no-repeat left bottom;
		color: #0B215F;
	}

	#header ul.navbar  a:active {
		background: url(../images/navtab.png) no-repeat left bottom;
		color: #0B215F;
	}
	#header ul.navbar  a.live {
		background: url(../images/navtab.png) no-repeat left bottom;
	}
	
	object#quotes {
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-weight: 400;
		color: #99CCFF;
		list-style-type: none;
		position: absolute;
		width: 460px;
		top: 75px;
		/*left: 210px;*/
		text-align: right;
	}
	
	object#quotes {
		position: absolute;
		right: 0px;
		width: 450px;
	}

#breadcrumb {
	height: 20px;
	text-transform:none;
}

	#breadcrumb a {
	font-size: 85%;
	font-weight: bold;
	}

#content {
	padding: 20px 10px 50px 10px;
	background: url(../images/cap.png) repeat-x center top;
}
#col_left {
	float: left;
	padding: 0 20px 0 0;
	width: 155px;
}
#col_left ul {
	list-style: none;
}
#col_bigright {
	float:left;
	width: 500px;
	_height: 713px;
}
#col_bigright h1 {
	color: #5475D9;
	font-size: 22px;
}
#col_bigright h2 {
	color: #364C90;
	font-size: 16px;
}
#col_bigright ol { margin-left: 10px; }
#col_center {
	float: left;
}
#col_center li {
	margin-left: 20px;
}
#col_bigright li {
	margin-left: 20px;
}
#col_right {
	float: right;
	padding: 0 10px 0 10px;
	width: 155px;
}
.roundybox {
	background-color: #E6E7E7;
	width: 155px;
}
.roundybox a {
	font-weight: bold;
}
.roundybox h3 {
	background: url(../images/roundy_top.png) no-repeat center top;
	height: 33px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	color: #333;
}
.roundybox ul li {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #FFF;
	list-style: none;
}
.roundybox ul li.first {
	border-top: none;
}
.roundybox ul li.last {
	border-bottom: none;
}
.roundybox p {
	padding-right: 5px;
	padding-left: 5px;
}
td.covers {
    width: 80px;
	vertical-align: top;
	text-align: center;
}
table {
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
}
h3 a {
	color: #003366;
}
td.data {
    vertical-align:top;
	padding-bottom: 3px;
	padding-top: 3px;
}

td.quote {
    width: 50px;
    text-align: right;
    color: #666666;
    vertical-align:top;
}
.ebooks {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0789c4;
}

.ebooks p {
    margin: 5px 0 5px 0;
}

.ebooks h1 {
    font-size: 24px;
    font-weight: bold;
    color: #5475D9;
}

.ebooks .isbn {
    font-size: 9px;
    color: #0789c4;
    margin: 0 10px 0 0;
}
.ebooks .isbn a { /*color:#003366;*/ color: #0789c4; }
.ebooks .isbn a:hover { text-decoration: underline; }
.ebooks .pubdate {
    font-size: 9px;
    color: #364c90;
}

.ebooks a {
    color: #5475D9;
    text-decoration:none;
}

#footer {
	color: #ffffff;
	background-color: #1742C1;
	font-size: 77%;
	padding: 5px 0 2px 0;
	text-align: center;
	clear: both;
	width: 700px;
	margin: 50px auto 0 auto;
	/*position: fixed;*/
	bottom: 0pt;
	position: relative;
	float: center;
	margin-top: 2.5em;
}
#footer a {
	color: #ffffff;
	padding: 0 15px 0 15px;
}
.prop {
    height:600px;
    float:right;
    width:1px;
}
.base {
	height: 1px;
	clear: both;
	overflow: hidden;
	/*width: 100%;*/
	}
	
/* Fonts */
	
h1 {
	/*font-size:136%;*/
	font-size: 22px;
	font-weight: bold;
	color: #0033CC;
}

h2 {
	/*font-size:122%;*/
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #0033CC;
	font-weight: bold;
}

h3 {
	/*font-size:16pt;*/
	font-size: 13px;
	font-weight: bold;
	color: #5475d9;
}

h4 {
	font-size:107%;
	color: #999999;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
}

a {
	color: #0033CC;
	text-decoration: none;
}

a:visited {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	color: #7189C2;
	text-decoration: underline;
}

a:active {
	color: #7189C2;
	text-decoration: underline;
}
a.topper {
	color: #fff;
}
a.topper:hover { color: #FFF; }	
.pad10 {
	padding: 0 10px 0 10px;
}
quote {
	color: #364C90;
	font-style:italic;
	margin: 0px 30px 0px 30px;
}
.inline {
		display: inline;
		list-style: none;
}
strong {
	font-weight: bold;
	}
em {
	font-style:italic;
}
em.e {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
button, a.button, a.buttonbig { font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #335388; text-align: center; border: none; width: auto; overflow: visible; margin: 2px 0 0 0; }
/* anchor styling */
a.button { display: block; font-size: 11px; background: url("../images/btn_lil.jpg") no-repeat top left; width: 125px; height: 17px; padding: 1px 0 0 0; /* ALL */ }
a.buttonbig { display: block; font-size: 12px; background: url("../images/btn_big.jpg") no-repeat top left; width: 148px; height: 27px; padding: 7px 0 0 0; /* ALL */ }
/* button styling */
button.lil { /*display: block;*/ font-size: 11px; background: url("../images/btn_lil.jpg") no-repeat top left; width: 125px; height: 18px; padding: 0 0 2px 0; /* ALL */ }
button.big { /*display: block;*/ color: #335388; font-weight: bold; font-size: 12px; background: url("../images/btn_big.jpg") no-repeat top left; width: 148px; height: 34px; padding: 0; line-height: 34px; border: none;/* ALL */ }
button.liler { /*display: block;*/ font-size: 10px; line-height: 16px; background: url("../images/btn_tiny.jpg") no-repeat top left; width: 85px; height: 16px; _line-height: 12px; padding: 0 0 2px 0; /* ALL */ }
button.liler:hover { color: #004F0E; background-position: bottom; cursor: pointer;}

button img { margin: 0 5px -3px 0 !important; padding: 0; border: none; width: 16px; height: 16px; }
/* hover / normal suedo style */
a.button:link, a.button:link { color: #335388; background-position: top; cursor: pointer; }
a.button:visited, a.buttonbig:visited { color: #335388; background-position: top; cursor: pointer; }
a.button:hover, a.buttonbig:hover { color: #06F; background-position: bottom; cursor: pointer; }
button:hover, button.lil:hover, button.big:hover { color: #06F; background-position: bottom; cursor: pointer; }
button.buttonHover { color: #06F; background-position: bottom; cursor: pointer; }/* IE Javascript Hover Class */
.req {color: #BB0000;}
.small {font-size: 0.8em; }
tr.small { border-bottom: 1px solid #CDCDCD; vertical-align: top;}
tr.small td { _border-bottom: 1px solid #CDCDCD; }
td.data { _padding-bottom: 0; color:#003366; }
td.data a {color: #0c6ec0; }
td.data a:visited { color: #0c6ec0; }
tr.small td img { margin-top: 5px;}
