/* Setup defaults since variable in browsers

----------------------------------------------- */

body, div, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr, fieldset {
	margin: 0;
	padding: 0;
}

/* Element Defaults

----------------------------------------------- */

html {
	height: 100%;
	background-color: #272727;
}

img {
	border: 0;
	margin: 0;
}

body {
    font: 12px Arial, sans-serif; 
    text-decoration: none;
	line-height: 1.25em;
	color: #cccccc;
	position: relative;
	width: 870px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
/**/

#all {
}

#header {
    height:80px;
    width:100%;
    text-align:left;
    z-index:0;
}

#logo {
    height:100%;
    width: 55%;
	background: #fff url(../images/logo.jpg) 0 0 no-repeat;
    border: 2px solid #131313;
}

#menu {
    font: 14px Arial, sans-serif; 
    font-weight: bold;
    height: 100%;
    width: 45%;
	background: #ba2025;
	color: #cccccc;
    border: 2px solid #131313;
}

#menubuttons {
    height:90%;
    width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#menubuttons a:link {
    text-decoration: none;
	color: #ccd0c6;
}

#menubuttons a:hover {
    background-color: #9a0002;
	border-bottom: 1px solid #fff;
}

#menubuttons a:visited {
    text-decoration: none;
	color: #ccd0c6;
}

#border {
    height:15px;
    width:100%;
    text-align:left;
    z-index:0;
}

#borderempty {
    height:100%;
    width:10%;
    text-align:left;
    z-index:0;
    background: #131313;
}

#content {
    width:100%;
    text-align:left;
    border: 2px solid #131313;
    z-index:0;
}

#bookheader {
    width: 100%;
}

#evintro {
    width: 100%;
}

#a1 {
    width: 100%;
    color: #ddd;
}

#evlist {
    width: 80%;
}

#evdesc {
    height:100%;
    width:100%;
    text-align:left;
    z-index:0;
}

.evinfo {
    height: 100%;
    border-bottom: 2px solid #131313;
    border-right: 2px solid #131313;
}

.evinfobox {
    font: 12px Arial, sans-serif; 
    color: #ddd;
    height:100%;
    width:100%;
    text-align:left;
    z-index:0;
}

.evinfobox a:link {
    color: #ddd;
}

.evinfobox a:visited {
    color: #ddd;
}

#bookgroup {
    height: 25%;
    width: 100%;
}

#bookauthor {
    height: 25%;
    width: 100%;
}

#bookdownload {
    height: 25%;
    width: 100%;
}

#bookspecial {
    height: 25%;
    width: 100%;
}

#bookview {
}

#footer {
    height:40px;
    width:100%;
    z-index:0;
}

#footerinfo {
    height:100%;
    width:100%;
    z-index:0;
    background: #131313;
    color: #aaa;
}

#footerinfoboxempty {
    width:30%;
}

#footerinfobox {
               height:50%;
    width:70%;
}

.collname {
    font: 14px Arial, sans-serif; 
    font-weight: bold;
}

.boxdate {
}

.boxtitle {
    font: 14px Arial, sans-serif; 
    font-weight: bold;
}

.boxtitle a:link {
    text-decoration: underlined;
    color: #fff;
}

.boxtitle a:visited {
    text-decoration: underlined;
    color: #fff;
}

.boxtitleyellow {
    font: 14px Arial, sans-serif; 
    font-weight: bold;
}

.boxtitleyellow a:link {
    text-decoration: underlined;
    color: #ffd200;
}

.boxtitleyellow a:visited {
    text-decoration: underlined;
    color: #ffd200;
}

.boxsummary {
    font: 11px Arial, sans-serif; 
}

.boxISBN {
    font: 10px Arial, sans-serif; 
}

.boxauthor {
    font: 10px Arial, sans-serif; 
}

.boxpages {
    font: 10px Arial, sans-serif; 
    font-style: italic; 
}

.boxprice {
    font: 10px Arial, sans-serif; 
    font-style: italic; 
}

.boxcontent {
}

