@font-face {
    font-family: 'LatinModernMonoProp10Regular';
    src: url('/books/Latin-Modern-Mono-fontfacekit/lmmonoprop10-regular-webfont.eot');
    src: url('/books/Latin-Modern-Mono-fontfacekit/lmmonoprop10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/books/Latin-Modern-Mono-fontfacekit/lmmonoprop10-regular-webfont.woff') format('woff'),
         url('/books/Latin-Modern-Mono-fontfacekit/lmmonoprop10-regular-webfont.ttf') format('truetype'),
         url('/books/Latin-Modern-Mono-fontfacekit/lmmonoprop10-regular-webfont.svg#LatinModernMonoProp10Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* MAIN STYLES */

BODY {
  color: #333333;
  font-family: Sans-Serif;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
}

#bd {
 line-height:1.4em;
 font-size:14px;
}

IMG {
  color: black;
//  moz-opacity:0.0;
//  opacity:0.0;
//  filter:alpha(opacity=20); /* For IE8 and earlier */
}

TD {
  font-family: Sans-Serif;
}

IMG.block {
 display:block;
}


A:link, A:active, A:visited {
  color: #1B396F;
  font-weight: normal;
  text-decoration: none;
}

A:hover {
  color: #777777;
  font-weight: normal;
  text-decoration: none;
}

.body {
}

H1,H2,H3,H4,H5,H6 {
 font-weight: normal;
 letter-spacing: 0px;
 line-height: 1.2em;
}

H1 { 
 margin: 10px 0;
 font-size: 1.4em;
}

h2 { 
  font-size: 1.5em; 
  margin: 10px 0; 
}

h3 { 
 font-size: 1.17em;  
 margin: .83em 0;
}

P {
 margin-bottom: 5px;

}

.float-left {
 float:left;
}

.float-right {
 float:right;
}

.center {
 text-align: center;
}

LI              { 
display: list-item;
}

UL,OL {
margin: 1.33em 0;
margin-left: 40px;
}

UL,LI {
 list-style-type: disc;
}

OL {
 list-style-type: decimal;
}

blockquote {
 margin: 15px;
}


/* FORM STYLES */

label {
        display: block;  /* block float the labels to left column, set a width */
        float: left;
        width: 150px;
        padding: 0;
        margin: 2px; /* set top margin same as form input - textarea etc. elements */
        text-align: right;
}

br.clear {
 clear: both; 
}

INPUT,SELECT,TEXTAREA{
 width: 375px;
 margin: 2px; 
}

INPUT.submit {
 width:auto; 
}

INPUT.radio {
 width:auto; 
}

INPUT.checkbox {
 width:auto; 
}

INPUT.quantity {
 width: 30px; 
} 

INPUT.go {
 width: 30px; 
}

#alert {
 border: 1px solid red;
 color: red;
 font-weight: bold;
 padding:10px;
 margin:10px; 
}

/* MENU TOP STYLES*/
.footer-header {
  background-color: #dedede;
  clear: both; 
  overflow: hidden;
  border: 1.5px dotted #ddd;
  border-style: dotted none dotted;
  font-size: 1.1em;
  padding-left: 6px;
  margin-top:50px;
}

.header {
background-color: #fefefe;
border-radius: 0px 0px 0px 0px;
clear: both;
margin-bottom: 20px;
overflow: hidden;
color: #000;
border: 1.5px dotted #ddd;
border-style: dotted none dotted;
padding: 6px 0px 6px 9px;
text-rendering: optimizeLegibility;
letter-spacing:.2px;
font-size: 1.1em;     
}

.top-header {
background-color: #fff;
clear: both;
overflow: hidden;
border: 1.5px solid #ddd;
border-style: none none solid;
text-rendering: optimizeLegibility;
margin-bottom: 4px;
//margin: auto;
}

.head {
overflow: hidden;
color: #000;
padding: 6px;
}

.footer-container {
 padding-left: 6px;
 padding-top: 10px;
 font-size: .9em; 
 letter-spacing:.2px;
 background-color: #eeeeee;
}

#menu_top_container {
background-color: #fff;
border-radius: 5px 5px 5px 5px;
clear: both;
overflow: hidden;
padding: 1px; 
margin-bottom: 5px;
}

#menu_top {
 color:#fff;
 padding:0px 0 0 0;
 margin:0px;
 list-style-type: none;
}

#menu_top li {
 display: inline;
}
#menu_top A {
 border: 1px solid #fefefe;
 padding:0.3em 1em 0em 0em;
 float:left;
 font-size: .5em;
 font-weight: normal;
 color: #aaa;;
 text-decoration:none;
 font-size: 13px;
}
#menu_top A.first {
}
#menu_top li a:hover { 
// border: 1px solid #f79634;
 color: #f79634;
}

.clear {
 clear:both;
}

/* MENU BOTTOM STYLES*/
A.menubottom:link, A.menubottom:active, A.menubottom:visited {
}

A.menubottom:hover {
}

#menu_bottom {
 margin: 0px;
 margin-left: 0;
 padding-left: 0; 
}

#menu_bottom li {
 list-style-type: none;
 padding: 0px 5px;
 margin: 0px; 
 font-size: 0.95em; 
}

#bottom, #bottom A { 
 font-size: 0.8em; 
}

#bottom ul {
 text-align:center;
}

.copyright {
  font-size: 11px;
}

.bibliopolis, .bibliopolis A {
 font-size: 0.8em;
 text-align:right;
}

/* QUICKSEARCH STYLES */

#quick_search {
 background-color:#fff;
 border: 0px solid #374F9A;
 height:45px;
 padding:5px;
 text-align:center;
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 margin-top: 14px;
}

#quick_search LABEL {
 width:auto;
 color: #333;
 font-size:10px;
// font-weight: bold;
 padding: 0 0 0 15px;
}

#quicksearch_spec {
 width: 235px;
 padding:3px; 
}


/* QS BIG */

#quick_search_big {
 background-color:#fff;
 border: 0px solid #374F9A;
 height:65px;
 padding:7px;
 text-align:center;
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 margin-top: 4px;
}

#quick_search_big LABEL {
 width:auto;
 color: #333;
 font-size:10px;
// font-weight: bold;
 padding: 0 0 0 15px;
}

#quicksearch_spec_big {
 width: 615px;
 padding:10px; 
}

/* SEARCH RESULTS */

#results_header {
  padding:10px;
 background-image: url('/books/images/search-bg.gif');
 background-repeat: repeat-x;

}

#results_pages {
  float: right;
}

.result_container {
 padding: 10px;
 border-bottom:1px dotted #DDDDDD;
 overflow:hidden;
 margin: 5px; 
} 

.result_image IMG{
 border: .5px solid #ddd;
 margin: 0 10px 0 0 ;
}

.result_image {
 float: left;   
}
 
.result_data {
 margin-left: 100px;
 width:auto;
 width: 500px; 
 padding-left: 15px; 
 padding-right: 15px;
}
 

/* HOMEPAGE STYLES */

#mission {
 font-size: 1.6em;
 color: #6F643D;
 font-weight: normal;
 padding: 10px 0;
 letter-spacing: .1em;
 line-height: 140%;
 font-family: serif;
}
.secondary-header {
background-color: #F4943C;
border-radius: 5px 5px 5px 5px;
color: #FFFFFF;
font-family: LatinModernMonoProp10Regular;
font-size: 16px;
font-weight: normal;
padding: 5px 10px;
}


#featured-clients-header {
border-radius: 5px 5px 5px 5px;
font-size: 18px;
font-weight: normal;
padding: 5px 0px;
margin-bottom: 10px;
}

#recent-clients-header {
// background-image: url('/books/images/featured-bg.gif');
 height: 20px;
 border-bottom: 1px solid #7D7143;
 font-size: 1.0em;
 font-weight: normal;
 padding: 3px 0 0 10px;
 color: #fff;
 overflow:auto;
}

#content {
 padding: 0px;
 color:#333333
}

.content {
  padding: 1px 0px 0px 8px;
}
.quicksearch-content {
  padding: 10px 10px 10px 0px;
}

#blogosphere-snippet {
 background-color:#fff;
 border: 0px solid #7D7143;
 padding: 0px;
}

#client-screenshot {
 float: right;
}

.clientlist {
 border-top: 1px solid #7D7143;
 height: 20px;
}

.client-table TD {
 padding: 2px 5px;
}

.callout {
// border: 1px solid #bbb;
 border-radius: opx;
 background-color:#fefefe;
 padding-left: 20px;
 margin-bottom: 10px;
}
.callout h1, .callout h2, .callout h3 {
 margin-top: -1px;
}

.demo {
 border: 1px solid #bbb;
 border-radius: opx;
 background-color:#fff;
 padding: 12px;
 margin-bottom: 10px;
}
.callout h1, .callout h2, .callout h3 {
 margin-top: -1px;
}

.buynow {
background-color: #F4943C;
border: 1px solid #F4943C;
border-radius: 5px 5px 5px 5px;
font-size: 12px;
margin-top: 2px;
padding: 2px;
text-align: center;
width: 60px;
}
.buynow a{
 color:#fff;
}

.clientresults {
 
background-color:#F7F7F7;
border:1px dotted #7D7143;
float:right;
padding:15px;
width:250px;
}

DIV.screenshot {
 text-align:center;
 padding: 10px;
}

.fly-screenshot {
 padding:5px;
 border: 1px solid #999999;
 float:right;
}

#fly_image {
 padding:10px;
 text-align:center;
}


/* SHOPPING CART AND CHECKOUT STYLES */

#shopping_cart TH {
 background-color: #cccccc;
 white-space: nowrap; 
}

#shopping_cart TD,TH {
 border: 1px solid black;
 padding:3px; 
}

#shopping_cart TD.center {
 text-align:center; 
}

#shopping_cart TD.right {
 text-align: right; 
}

#shopping_cart DIV {
 text-align: center; 
}

/* CHECKOUT PAGE STYLES */

#checkout label {
        display: block;  /* block float the labels to left column, set a width */
        float: left;
        width: 120px;
        padding: 0;
        margin: 3px; /* set top margin same as form input - textarea etc. elements */
        text-align: right; 
} 

#checkout br {
 clear: both; 
} 

#checkout INPUT,SELECT {
 width: 200px;
 margin: 3px; 
} 

#checkout TEXTAREA {
 width: 400px;
 height:100px; 
} 

#checkout #credit_card,#postal,#paypal {
 display:none; 
} 

#checkout .cc_expiration {
 width: 95px; 
} 

#checkout #cvv {
 width: 50px; 
}

#checkout h1 {
 margin: 20px 0;
 font-size:14px;
 padding-bottom:2px;
 border-bottom: 1px solid #1B396F;
}

#featured-book-general {
 border: 1px solid #554207;
 padding:0px;
 margin: 0px;
}
#featured-book-general H1 {
 margin: 1px;
 padding: 0px;
 text-align:center;
// background-image: url('/books/images/featured-bg.gif');
 color: #fff;
}

#logo {
 padding-top: 0px;
}

#services_right {
 padding: 10px;
 border: 1px solid #F4943C;
 border-radius: 5px;
}


HR {
 border: 1.5px solid #ddd;
 border-style: none none dotted;
 margin: 10px 0px;
 clear:both;
}

.advanced-search br {
 clear: both;
}
.advanced-search input {
 width:250px;
}
.advanced-search label {
 width: 100px;
}
#search-options {
 clear:both;
}


/* Search Params */

#search-params {
 margin: 0px;
}
#search-params .term{
 font-weight: bold;
}

#search-params li{
 display:block;
 float:left;
 border:0; margin:0; padding:0;
 font-size:11px;
 list-style:none;
 margin-right:10px;
}

/* Search Resort */

#sortby-container {
float: right;
overflow: hidden; 
}
#sortby {
 margin: 0px;
}

#sortby li{
 display:block;
 float:left;
 border:0; margin:0; padding:0;
 font-size:11px;
 list-style:none;
 margin-right:10px;
}

/* Search History */

#search-history .term {
 font-weight: bold;
}

#search-history li {
 list-style-type: none;
 font-size: 11px;
}

#search-history-link {
 font-size: 11px;
}

#search-history-link:hover {
 cursor: pointer;
}

/* Search Narrow */

#search-narrow-link {
 font-size: 11px;
}

#search-narrow-link:hover {
 cursor: pointer;
}


/* Results More & Pager */

.pager-more {
float: right;
margin: 0;
overflow: hidden;
}

.result-pagination {
 margin: 0px;
}
.result-pagination li{
 border:0; margin:0; padding:0;
 font-size:11px;
 list-style:none;
 margin-right:2px;
 display:inline;
}

.result-pagination a {
 border:solid 1px #1B396F;
 margin-right:2px;
 background-color: #fff;
}

.result-pagination .previous-off, .result-pagination  .next-off {
 border:solid 1px #1B396F;
 color:#888888;
 display:block;
 float:left;
 font-weight:bold;
 margin-right:2px;
 padding:3px 4px;
}

.result-pagination .next a, .result-pagination .previous a {
 font-weight:bold;
}
.result-pagination .active{
 background:#1B396F;
 color:#FFFFFF;
 font-weight:bold;
 display:block;
 float:left;
 padding:1px 6px;
}

.result-pagination a:link, .result-pagination a:visited {
 display:block;
 float:left;
 padding:0px 6px;
 text-decoration:none;
}

.result-pagination a:hover{
 border:solid 1px #445C24;
}

#fly-tools {
 text-align: right;
 margin-bottom:15px;
}

#see-more {
 font-size: 0.8em;
}

#ft { 
 margin-top: 20px;
 font-size: 14px;
 line-height: 1.4em;
}

#ft-con { 
 border-top: 1px solid #efefef;
}

strong {
 font-weight: bold;
}

.screenshot {
background-color: #fff;
border: 1px solid #999;
padding: 2px;
}
.screenshot-tiny {
padding: 3px;
}

.intl-clients li {
 list-style-type: none;
}

.intl-clients li.country {
 padding: 5px 0px;
}
.intl-clients li.first {
 padding: 0px 0px 5px 0px;
}

.intl-clients  {
 margin: 0px;
}

.rates-list {
 margin-left: 20px;
}

.results-title {
    font-family: Georgia, Garamond, Serif;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2em;
    font-size: 1.17em;
}

.results-desc {
 font-size: 12px;
}

.results-client-address {
 font-size: 12px;

}

