/* EXTENSION OF YUI LAYOUT CLASSES */

#hd {
 background-color: #fff;
overflow:hidden;
}


#doc, #doc2, #doc3 {
 padding:15px 0;
}

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

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

#left-content {
 padding: 10px 0px 10px 10px;
}

#main-content {
 padding: 10px 10px 10px 0;
}

/* ****** BEGIN DEFAULT STYLES ****** */

/* GENERAL */

BODY {
  background-color:  #FEFCF7;
  color: #333333;
  font-family: verdana, "trebuchet MS", helvetica, sans-serif;
}

#mainlayout {
  margin-top: 20px; 
}

.body {
  background-color: #fff;
  border: 1px solid #000; 

}

#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: #416589;
  text-decoration: none;
}

A:hover {
  color: #777777;
  text-decoration: underline;
}

/* COMPONENTS */

.component {
 border: 1px solid #989073;
 margin-bottom: 10px;
}

.component_header {
  background-color: #989073;
  margin: 0px;
  padding: 3px;
  font-size: 14px;
}

.component_content {
  padding: 5px;
}

/* CONTENT AREA */

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


/* 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: #fff;
 overflow: hidden;
 border-top: 1px solid #000;
 border-bottom: 1px solid #000;
}

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

#menu_top li {
 display:inline;
}

.clear {
 clear:both;
}

#menu_top A {
 padding:0.5em 1em;
 color:#000;
 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: 0 15px;
}
#quick_search LABEL {
 width:auto;
 color: #fff;
 font-weight: bold;
 padding-top: 3px;
}

/* QUICKSEARCH STYLE */

#quicksearch_spec {
 width: 120px; 
}

/* 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:180px;
}
#email_notify_widget select {
 width:180px;
}

#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 {
  list-style-type: none;
}


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


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

/* CHECKOUT AND CART STYLES */

#shopping_cart {
 padding: 10px; 
}

#shopping_cart TABLE {
 width: 100%; 
}

.checkoutborder {
  background:#666666; 
}

.checkoutheader {
  background:#AAAAAA; 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: #ffffff;
 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 .submit {
 width: auto;
}

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

#checkout .cc_expiration {
 width: 95px; 
} 

#checkout #cvv {
 width: 50px; 
}

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