ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }

a img,:link img,:visited img { border: none; }

a {
  color: #42719B;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul { 
  margin:0;
  padding:0 0 0 3ex;
}


body {
  background: #F8F8F8;
  margin:0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.8em;
}

h1 {
  text-align:center;
  font-size:1.3em;
  font-weight:bold;
  font-family: Verdana, arial, sans-serif;
  padding-bottom:0.6em;
}

#location {
  padding-bottom: 2ex;
}

#location ul {
  padding-left: 0;
}

#location li {
  display: inline;
  padding: 0 1ex;
  border-color: black;
  border-style: solid;
  border-width: 0 0 0  1px;
}

.pager-nav {
  text-align:center;
  padding: 1ex 0;
}

#centred {
  text-align:center;
}

#all-holder {
  width:960px;
  margin:0 auto;
  text-align:left;
  overflow:hidden;
  background:white;
  border-width: 0 1px 0 1px;
  border-style: dashed;
  border-color: #ccc;
}

#header-line {
  height:102px;
  background:#ebebeb url('../images/header-bg.jpg') repeat-x;
}

#bao-logo {
  height: 102px;
  background:url('../images/bao-logo.jpg') right no-repeat;
}

#top-menu {
  height:26px;
  background:#FAFAFA url('../images/menu-bg.gif') repeat-x;
  overflow:hidden;
}

#top-menu ul {
  padding:0;
}

#top-menu li {
  display:block;
  float:left;
  padding-left:15px;
  margin-left:25px;
  line-height:28px;
  background: url('../images/menu-arrow.gif') top left no-repeat;
  font-size: 9pt;
  font-weight:bold;
  text-transform:uppercase;
}

#top-menu li a {
  text-decoration:none;
  color:#404040;
}

#top-menu li a:hover {
  color:black;
}

#collage-block {
  height:168px;
  overflow: hidden;
  clear:both;
  background: white url('../images/hr-bg.gif') bottom repeat-x;
}

#info-text {
  width: 603px;
  float:left;
  height:167px;
  background: #42719b url('../images/info-top-bg.gif') top repeat-x;
}

#info-text h2 {
  color: white;
  font-size: 12pt;
  padding-top: 15px;
  padding-left: 3ex;
  margin:0;
}

#info-text ul
{
  padding-left: 60px;
  padding-top: 10px;
  line-height: 25px;
}

#info-text li {
  color: white;
}

#collage-block #image {
  width:357px;
  height:167px;
  float:right;
  background:#FAFAFA url('../images/collage.jpg') no-repeat;
}

#content-holder {
  clear:both;
  background: url('../images/vr-bg.gif') repeat-y;
  background-position:709px 0;
}

#content-holder table.holder {
  width: 960px;
}

#content-holder td.content {
  vertical-align: top;
}
#content-main {
  padding:10px 10px;
}

/* Footer */
#footer-holder {
  background: white url('../images/bg-foot.gif') top repeat-x;
  clear:both;
  font-size: x-small;
  text-align:center;
  height: 40px;
  line-height:40px;
}

/* Sidebar */
.sidebar-header {
  color: #ce5003;
  text-align:center;
  font-weight: bold;
  font-size: small;
  border-bottom: #ccc dashed 1px;
  line-height: 25px;
}

#content-holder td.sidebar {
  width:250px;
  margin-left: 1px;
  vertical-align: top;
}

#content-side {
  width:250px;
}

#cart-holder {
  padding-bottom: 4ex;
}

#email-form {
  text-align:center;
}


#cart-items {
  padding:0 2px;
}

#cart-items table {
  margin:2px 0;
  width: 100%;
  
}

#cart-items table .action {
  width:25px;
  text-align: center;
  font-weight: bold;
}

#cart-items table .action a {
  display: block;
  height: 15px;
  width: 15px;
  color: black;
  border: #EEE solid 1px;
  background: white;
}

#cart-items table .action a:hover {
  text-decoration: none;
  color: red;
}

#cart-items td.img {
  vertical-align: top;
}

#cart-items td.name {
  font-size: 8pt;

}



#content-side .note {
  font-size: 8pt;
  text-align: justify;
}

#content-side .note-block {
  padding: 1ex;
  padding-bottom: 4ex;
}

.send-note {
  text-align:center;
  padding-top: 1ex;
  color: red;
}

.cart-note {
  text-align:center;
  padding: 1ex;
  font-size: 9pt;
}

#note-empty {
  text-align:center;
  font-size: 10pt;
  padding: 1ex;
}

/* Sidebar */


#sidebooks-holder {
  
}

#sidebooks-holder .stitle {
  text-align: center;
  padding:1ex;
}

#sidebooks-holder .book {
  text-align: center;
  margin-bottom: 1ex;
  padding:1ex 0;
  border-bottom: #eee solid 1px;
  
}

#sidebooks-holder h2 {
  text-align: center;
  font-size: .9em;
}

/* Cart */

#cart-note {
  display: none;
  background: yellow;
}
  
img.book_image {
  cursor: move;	
}


#cart-drop.dragged {
  border: #e00 solid 1px;
  background: #AAAAFF;
}



/* Book item */
div#book-item {
  
}

div#book-item .info {
  margin-bottom: 1ex;
}


div#book-item .summary {
  text-align: justify;
  line-height: 1.2em;
}


/* Books list */
div.list {
  background: url('../images/hr-bg.gif') bottom repeat-x;
  margin-bottom:20px;
}

div.list td {
  vertical-align: top;
  
}

div.list .info {
  margin-bottom:10px;
}


div.list table.book {
}

div.list .title {
  font-weight:bold;
  font-size:1.2em;
}

/* categories */
#cat-list td{
  width: 50%;
  text-align: left;
  vertical-align: middle;
  background-color: #FCFCFC;
}

#cat-list a {
  display: block;
  padding: 2px 5px;
  text-decoration: none;
}

#cat-list a:hover {
  background-color:#42719B;
  color: white;
}




