img { border: none; }
#main { margin: auto; width: 796px; border: 2px solid #7F7F7F; }
/*background: url(images/background.jpg);*/
#header { background: url(images/header.jpg) no-repeat; width: 796px; height: 231px; }
.menu {
	position: relative;
	top: 152px;
	left: 0px;
	width: 794px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
   z-index: 10;
}
input, select { font-size: 0.8em; }
#iconbar { display: inline; position: relative; left: 280px; top: 0px; }
#infobox h2 { font-family: arial; }
#infobox { position: absolute; top: 0px; right: 0px; border-left: 1px solid #CBC9CA; padding-left: 10px; font-family: Arial; font-size: 0.8em; width: 140px; }
#infobox a .small { font-size: 1.0em; }


#iconbar { position: absolute; left: 739px; top: 0px; width: 40px; }

#content {
   position: relative;
   z-index: 1;
	clear: both;
	padding: 5px;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
   
}
#content h1,h2,h3,h4 { font-family: Georgia; padding: 0px; margin: 3px; font-weight: none; }
#content h1 { font-size: 1.8em; }
#content h2 { font-size: 1.6em; }
#content h3 { font-size: 1.2em; }
#content h4 { font-size: 1.0em; }
#content p { padding: 0px; margin-top: 0px;}

#footer {
	clear: both;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: Verdana;
	font-size: 10px;
}
/*Align right*/
.right { text-align: right; }
/* horizontal rule */
.hr { margin: 10px auto; width: 239px; height: 27px; background: url(images/divider.gif) no-repeat; }
/*ATTENTION - debug only*/
.att { color: red; } 
.small { font-size: 0.8em; }
.crumbtrail { position: relative; top: -40px; font-size: 0.8em; color: #808080; font-weight: bold; }
  .crumbtrail a, a:visited { color: #808080;}
/* PAGE SPECIFIC CSS*/
/*Homepage*/
ul.productindex {
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.productindex a {
	font-size: 1.1em;
	font-weight: bold;
}
/*Books*/
.productlist{}
.prodphoto {}
.prodtitle { vertical-align: top; }
.prodtitle:first-line {
   font-size: 1.1em; font-weight: bold;
}
.prodprice a { display: block; font-size: 0.7em;}

/* Homepage featured product boxes */
.box {font-family: Georgia; width: 210px; float: left; }
.box .header { padding: 4px 0px 0px 16px; background: url(./images/box-top.jpg) no-repeat top center; font-weight: bold; }

.box .text,.image { min-height: 130px; background: url(./images/box-bg.jpg) repeat-y top center; display: block; padding: 4px 16px 2px 16px; }
.box .footer { background: url(./images/box-bottom.jpg) no-repeat bottom center; height: 16px; }
.br { clear: both; }
.special { color: red; }

/* Menu styles */
.menu ul { padding:0; margin:0; border:0; list-style-type:none; line-height:1.5em; }
.menu li { float:left; position:relative; }
.menu li a { padding-left: 8px; }
.menu ul li table { margin:-1px 0; m\argin:0; border-collapse:collapse; font-size:12px; }
.menu ul li ul { display:none; padding:1px; }

/* unselected top-level menu items */
.menu ul li a,
.menu ul li a:visited { display:block; float:left; text-decoration:none; text-decoration: none; color: white; height:18px; }

/* selected top-level (image) menu items */
.menu ul li:hover a,
.menu ul li a:hover { color: black; border: 0px; }
/*
/* 2nd level drop-down box */
.menu ul li:hover ul,
.menu ul li a:hover ul { display:block; position:absolute; left: 0px; width:12em; height:auto; margin:0; top:18px; z-index: 10; background-color: #7F7F7F; background-repeat: no-repeat; background-position:top left; }

/* 2nd level unselected items */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a { border:0; margin:0; padding: 0px 0px 0px 0px; height:auto; color:#000; background:#D4D4D4; width:12em; }
/* 2nd level selected item */
.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover { color:black; background:white; }

@media print {
#header { display: none; }
#main { border: none; }
}