/* EXTENSION OF YUI LAYOUT CLASSES */

#hd {
 overflow: hidden;
 height: 150px;
}

#company {
 font-size:40px;
 color:#fff;
 font-variant: small-caps;
 font-weight: normal;
 font-family: "Times New Roman",Serif;
 text-align:center;
 margin-bottom:10px;
 margin-top:20px;
}

#company-sub {
 font-size:26px;
 color:#fff;
 font-variant: small-caps;
 font-weight: normal;
 font-family: "Times New Roman",Serif;
 text-align:center;
}
#doc, #doc2, #doc3 {
 padding:0;
}

#main-content {
 margin:0px;
 padding: 0px;
 min-height: 650px;
 font-size: 16px;
}

#main-content>H1:first-child {
  margin-top: 0px;
  padding: 0px;
}

#left-content {
 color:#fff;
 padding: 10px 0px 10px 10px;
}
#left-content A{
 color:#fff;
}
#main-content {
 padding: 10px 10px 10px 10px;
}

#association_logos {
 margin:20px 0;
 text-align:center;
}
#association_logos IMG {
 margin:10px;
border:1px solid #6C0401;
}
#address {
 margin:20px 0;
 text-align:center;
}
/* ****** BEGIN DEFAULT STYLES ****** */

/* GENERAL */

HTML, BODY {
  background-image: url(/raimo/images/bg.gif);
  background-repeat: repeat-x;
  background-color:  #8A0405;
  color: #fff;
  font-family:Trebuchet MS,Arial,Helvetica,Sans-Serif;
}

table,tr,th,td {
 border: 0px;
}

h1, h2, h3, h4 {
 margin-top:0;
}


#mainlayout {
  margin-top: 20px; 
}

.body {

}

#help_logo {
  float: right; 
}

.float-left {
  float:left;
}

.float-right {
  float:right;
}


/* SET IMAGE TO BLOCK MODE TO FIX DISPLAY BUG - EXTRA WHITESPACE UNDERNEATH IMAGE */

IMG.block {
  display:block;
}

/* LINKS */

A:link, A:active, A:visited {
  color: #FABE56;
  text-decoration: none;
}

A:hover {
  color: #fff;
  text-decoration: none;
}

/* COMPONENTS */

.component {

 margin-bottom: 10px;
}

.component_header {

  margin: 0px;
  padding: 3px;
  font-size: 14px;
}

.component_content {
  
padding: 3px;
}

/* CONTENT AREA */

#main-content H1 {
  border-bottom: 1px solid #fff;
}


/* IMAGES*/

IMG.book {
  border: 1px solid black;
}

IMG.featured {
  margin:0 10px 10px 0;
}

IMG.fly {
  margin:0 0 10px 10px;
}

IMG.results {
  margin:0 10px 0px 0;
}

/* FORMS */

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: 200px;
 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; 
}

/* ****** END DEFAULT STYLES ****** */



/* ****** BEGIN COMPONENT STYLES ****** */

/* MENU TOP STYLES*/

#menu_top_container {
 background-color: #999;
 overflow: hidden;
 border-top: 1px solid #000;
 border-bottom: 1px solid #000;
}

#menu_top {
 background-color: #444; 
 padding:0;
 margin:0;
 color:#fff;
 white-space:nowrap;
}

#menu_top li {
 display:inline;
}

.clear {
 clear:both;
}

#menu_top A {
 padding:0.5em 1em;
 color:#fff;
 float:left;
 border-right:1px solid #000;
}
#menu_top A.first {
 border-left:1px solid #000;
}
#menu_top li a:hover { 
 background:#fff;
 color:#000;
}


/* MENU BOTTOM STYLES*/

#ft {
 font-size: 8pt;
}


A.menubottom:link, A.menubottom:active, A.menubottom:visited {
}

A.menubottom:hover {
}

#menu_bottom_container {
 text-align:center;
}

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

#menu_bottom li {
 display: inline;
 list-style-type: none;
 padding: 0px 5px;
 margin: 0px; 
}

#bottom, #bottom A { 
}

#bottom ul {
 text-align:center;
}

.copyright {
}

.bibliopolis, .bibliopolis A {
 text-align:right;
}

/* QUICKSEARCH STYLES */

#quick_search {
 padding: 0px;
 text-align:right;
}
#quick_search LABEL {
 width:auto;
 color: #fff;
 font-weight: bold;
 padding-top: 3px;
}

/* QUICKSEARCH STYLE */

#quicksearch_spec {
 width: 200px; 
}

/* BROWSE LIST STYLES */

#browse_category_list LI{
 list-style-type: none;
 font-size: 8pt;
 padding: 2px;
}
#browse_category_list {
 margin-left: 0px;
 padding: 5px;
}

/* FEATURED ITEMS */

.featured_container {
 padding: 10px;
}

/* SEARCH BOX HORIZONTAL */

#search_box_horizontal_component {
 float: left;
}
#search_box_horizontal_component label {
 width: 50px;
 padding-top:3px;
}

/* EMAIL NOTIFICATION */


#email_notify_widget label{
 font-size: 0.8em;
 text-align:left;
}

#email_notify_widget input {
 width:200px;
}
#email_notify_widget .component_content{
 text-align:right;
}
#email_notify_widget .submit{
 width:auto;
}

#email_notify_widget select {
 width:200px;
}

#en_added_container {
 height: 0px;
 overflow: hidden;
 margin: 0px;
 padding: 0px;
}
#en_added_message {
 margin:5px;
 padding: 5px;
 background-color:#ddd;
}

#custom_page_list  LI {
  padding:5px 0;
  text-align:right;
  list-style-type: none;
  color:#fff;
}


/* ****** END COMPONENT STYLES ****** */


/* ****** BEGIN PAGE STYLES ****** */

/* CHECKOUT AND CART STYLES */

#shopping_cart {
 padding: 10px; 
}

#shopping_cart TABLE {
 width: 100%; 
}

.checkoutborder {
  background:#666666; 
}

.checkoutheader {
  background:#8F360F;
  color: #FFFFFF; 
}

.checkoutbg {
  background: #FFFFFF; 
}

#checkout_buttons {
 text-align: center;
}


/* FLYPAGE STYLES */
H1.title {
 border: 0px;
 margin-bottom: 20px;
}

H1.title .author {
 font-weight: normal;
 font-size: 10pt;
}

#fly_image {
 float: left;
 margin: 0 15px;
}


/* SEARCH RESULTS */

.results_row {
 padding: 10px;
 border-bottom: #999 1px solid;
 overflow:hidden;
 margin: 5px; 
} 

.results_content {
 width:auto;
}
 
.results_image {
 float: left;   
}



/* SHOPPING CART AND CHECKOUT STYLES */

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

#shopping_cart TD,TH {
 border: 1px solid #6B0304;
 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 .submit {
 width: auto;
}

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

#checkout .cc_expiration {
 width: 95px; 
} 

#checkout #cvv {
 width: 50px; 
}

/* ****** BEGIN CUSTOM  STYLES FOR INTERIM ****** */


#search-options {
 clear:both;
}


/* Search Params */

#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 {
 overflow:hidden;
 float: right;
}

#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 {
 margin: 10px 0pt;
 overflow: hidden;
}

.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 #FABE56;
 margin-right:2px;
 background-color: #fff;
}

.result-pagination .previous-off, .result-pagination  .next-off {
 border:solid 1px #FABE56;
 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:#FABE56;
 color:#FFFFFF;
 font-weight:bold;
 display:block;
 float:left;
 padding:4px 6px;
}

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

.result-pagination a:hover{
 border:solid 1px #FABE56;
 background-color: #FABE56;
 color: #fff;
}

/* Inquire Form */

#inquire-form input[type="text"] {
 width: 50%
}

#inquire-form textarea {
 width: 100%;
 height:100px;
}

/* FlyPage Extended */

#fly_image {
 float: left;
 margin: 0 15px;
}

#fly-tools {
 font-size:8pt;
 text-align: right;
 margin-bottom:10px;
}

#add-to-cart-container {
 float:right;
}

#see-more {
 font-size: 8pt;
}

#book-images {
 float:left;
 width:140px;
 text-align:center;
 text-decoration:none;
}

#book-details {
 margin-left: 140px;
}

#TB_window {
 border: 4px solid #333;
}
.TB_overlayBG {
background-color:#333;
opacity:0.5;
}

HR {
 
 border: 1px dotted #eee;
 border-style: none none dotted;
 margin: 5px 0px;
 clear:both;
}
ol, ul, dl {
margin: 0;
padding:0;
}


#frame-inquiry input[type="text"], #frame-inquiry  textarea {
 border:1px solid #6B0303;
 padding:3px;
 width:300px;
}
#frame-inquiry label {
 padding:3px;
}