/*
== Librairie Vision Bookstore
== 
== 
== 2007-04-09 Steve Chiasson
*/

html {
  font-family: 'Bookman Old Style', 'Arial';
  font-size: 13px;
}
body {
  font-family: 'Bookman Old Style', 'Arial';
  font-size: 13px;
}

img { border: 0px; }
table, p, input { font-size: 100%; }
p { text-align: justify; }


A:link      { color: #567050; }
A:visited   { color: #9b886f; }
A:active    { color: #9d5a4d; }
A:hover     { color: #9d5a4d; }

#header {
  position: relative;
  width: 750px; height: 105px;
} 

#header #header-lg {
  position: absolute;
  left:10px; top:3px;
  width: 138px; height: 113;
  margin: 0px; padding: 0px;
  z-index: 5;
} 
#header #header-bar {
  position: absolute;
  left: 0px; top: 0px;
  background-image: url("/images/header/bg-bar.gif"); 
  background-position : bottom;
  background-repeat : no-repeat;
  width: 750px; height: 105px;
  text-align: center;
  margin: 0px; padding: 0px;
  z-index: 1;
}

#header #header-opt {
  position: absolute;
  right: 0px; top: 19px;
  width: 490px; height: 18px;
  margin: 0px; padding: 0px;
  text-align: right;
  z-index: 3;
}

#pg-body {
  position: relative;
  width: 750px; text-align: center;
  margin: 20px 0px; padding: 0px;
}

td.box-side {
  border: 1px solid #cbcec8;
  padding: 5px;
}

td.box-side h1 {
  color: #ffffff;
  font-size: 12px;
  background-color: #c06157;
  margin-top: 0px;
  margin-bottom: 4px;
  text-align: center;
  height: 20px;
  line-height: 20px;
} 

td.box-middle {
  text-align: left;
}

  td.box-middle p {
    font-size: 12px;
  }

h1 {
  color: #000000;
  font-size: 16px;
  text-align: left;
  background-color: #aec29a;
  margin-top: 0px;
  padding-left: 5px;
  height: 20px;
  line-height: 20px;
} 
h2 {
  color: #8c3f3a;
  font-size: 15px;
  text-align: left;
  margin: 10px 0px 4px 0px;
  height: 19px;
  line-height: 19px;
  border-bottom: 1px solid #cccccc;
}


#footer {
  position: relative;
  width: 750px;
}
#footer-opt {
  font-size: 11px; 
  font-family: 'Arial'; 
  text-align: center;
  margin: 10px 0px; padding: 0px;
}
#footer A:link      { color: #808fc2; }
#footer A:visited   { color: #808fc2; }
#footer A:active    { color: #5a6389; }
#footer A:hover     { color: #5a6389; }

div.option-left {
  font-size: 12px;
  border-bottom: 1px solid #cbcec8;
  background-color: #cbd0c6;
  margin: 2px 0px;
  line-height: 16px;
}
div.option-left:hover     { background-color: #bec4b8; }
div.option-left A:link      { color: #3b4731; text-decoration: none; }
div.option-left A:visited   { color: #3b4731; text-decoration: none; }
div.option-left A:active    { color: #3b4731; text-decoration: none; font-weight: bold; }
div.option-left A:hover     { color: #3b4731; text-decoration: none; font-weight: bold; }

.rep-header  { background-color: #c1d5ad; }
.rep-row-1   { background-color: #e0e9d7; }
.rep-row-2   { background-color: #d3e0c6; }

.dedication  { font-size: 75%; }

p.photos-no-top     { border-top: 1px dotted #aec29a; margin-top: 0px; padding-top: 0px; }
p.photos-no-bottom  { border-bottom: 1px dotted #aec29a; margin-bottom: 0px; padding-bottom: 0px; }

.sale { font-weight: bold; }
.refresh-item {
  margin: 2px; background-color: #cbd6c0;
}