/* CSS Document 
	 Webcatalog.css  specifically for ISIS web catalog template 
	 Vivianne King, 2009
	 */

/* ---- =Global Defaults ----

=====================================================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }


/* ---- =Global elements ----*/

body, html{	height: 100%; width: 100%; }
body#webcatalog {
  text-align:center;
	width: 960px;
	margin: 0 auto;
	margin-top: 2px;
	margin-bottom: 35px;
	font-size: 12px;
	background-color: #0808B8;
	background: url(../../images/template/IsisHeronPapyrusBlue4.jpg);
	font-family: Arial, Tahoma, helvetica, sans-serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#body a { text-decoration: none; }

body #header ul li.last{
	margin:0;
	padding:0;
	border:none;
}

#body a:hover{ text-decoration:underline; }


p { 
	font-size: 1.2em;
  line-height: 1.28em;
  padding-bottom: 7px;  
}


.pageHeader { font: 18px 'Papyrus', Georgia, Times, Arial; color: #fff; }

/*.text { text-align: justify; color: #000000; font-style: normal; font-size: 11px; line-height: 100%; font-family: arial,tahoma,verdana,helvetica,sans-serif; } */
.text a:link { color: #8B4513; text-decoration: none; } /* #3F2514 */
.text a:visited { color: #8B4513; text-decoration: none; }
.text a:hover { color: #8B4513; text-decoration: underline; }
.text a:active { color: #8B4513; text-decoration: none; }
.textColor { color: #000000; background-color: #D3CFD0; padding: 0px; font-style: normal; font-size: 11px; line-height: 100%; font-family: arial,tahoma,verdana,helvetica,sans-serif; }


#header, #content, #bottom_banner, #footer { position: relative; }


/* ---- =Header ---- */
#header {
	
}


/* ---- =Content ---- */

#content {
	background: #FAFBFF;
	padding: 20px 10px 0 10px;
}

#prices_can_change { padding: 20px 20px 30px 20px;}

table#toc tbody tr td.text a { 
	font-size: 1.2em;
  padding: 7px 7px 7px 12px;
  /*color: #000;*/
}

table#toc tbody tr td {
	padding: 5px 10px;
}

p#cart { padding: 30px 0; line-height: 1.5em; }

h2 {
	font-size: 1.65em;
	line-height: 1.5em;
	padding-bottom: 7px;
}

td.text h2 a {
	padding: 32px 0 12px 0;
	line-height: 1.5em;
}

/* columns on product pages */

td.column {
	margin: 20px 0;
	padding: 0 10px;
	font-size: 1.2em;
  line-height: 1.28em;
  padding-bottom: 7px;  
}

td.column img {
	padding: 20px;
}

td.typo {
	font-size: 1.2em;
  line-height: 1.28em;
  padding-bottom: 7px; 	
}

td.prevNext {
	font-size: 1.1em;
  line-height: 1.28em;
  padding-bottom: 7px; 	
}

/* ---- =Footer ---- */

#footer{
	margin: 0px auto;
	width: 100%;
	position: relative;
	font-family: Arial, Tahoma, helvetica, sans-serif;
	color:#adadad;
	padding-bottom:1em;
}

#footer > *{
	margin:0;
	padding:0;
}
#footer ul li.last{
	border:none;
}
#footer a{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
#footer ul{
	list-style:none;
}
#footer ul li{
	display:inline;
	border-right:1px solid #adadad;
	margin-right:1em;
	padding-right:1em;
}

#footer_top{
  text-align: center;
	margin-bottom:1.5em;
	padding:10px;
	background-color: #A36F37;
	border:1px solid #adadad;
	color: #fff;
}

#footer_top a{
	color:#fff;
}
#footer_top ul li{

	border-right:1px solid gray;
}
#footer_bottom{
  text-align: center;
	font-size:11px;
	color:#666666;
}

#footer_bottom a{
	font-size:11px;
}


#notext a { 
	display:block;
	width:250px;
	height:75px;
	text-indent:-9999px;
 }

div.blackBox { padding-bottom: 15px; }

.blackBox { position: relative; border: none; background-color: #000000; margin-right: 0px; padding-top: 5px; padding-bottom: 5px; }
.blackBox2 { border: none; background-color: #000000; margin-bottom: 0px; margin-left: -5px; margin-right: 0px; padding-top: 2px; padding-bottom: 2px; }

