/* EXTENSION OF YUI LAYOUT CLASSES */


.yui-t2 #yui-main .yui-b {
margin-left: 175px;
/* margin-left:13.461em; */
}

.yui-t2 .yui-b {
float:left;
width: 175px;
/* width:13.461em; */
}

#hd {
 overflow: hidden;
}


#doc, #doc2, #doc3 {
 padding: 10px;
}

#doc2 {
width:72.774em;
}

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

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

#left-content {
 padding: 0px;
 background-color: #362F2D;
 text-align: center;
 color: #fff;
}

#main-content {
 padding: 0px;
}

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

/* GENERAL */

HTML, BODY {
  background-color:  #240704;
  color: #333333;
  font-family: Arial,Helvetica,sans-serif;
}

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



#mainlayout {
  margin-top: 20px; 
}

.body {
  background-image:url(/ksanders/images/inner_content_left_bg.gif);
  background-repeat:repeat-y;
  background-color: #fff;
  border: 0px; 
  background-position:-1px 50%;
}

#help_logo {
  float: right; 
}

.float-left {
  float:left;
}

.float-right {
  float:right;
}

TABLE,TR, TH, TD {
 border-width: 0px;
}
/* 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: #990000;
  text-decoration: none;
}

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

/* COMPONENTS */

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

.component_header {
  background-color: #eeeeee;
  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: #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 {
 margin-left:13.461em;
 padding:10px 20px;
 background-image: url(/ksanders/images/footer_corner.jpg);
 background-repeat: no-repeat;
 background-position: bottom left;
 background-color: #E2E1E1;
 text-align:center;
}


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 {
 font-size: 8pt;
}

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

.result-pagination .previous-off, .result-pagination  .next-off {
 border:solid 1px #666666;
 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:#666666;
 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;
}

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

/* 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:120px;
}

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

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

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


/* From Client */

#content {
 margin:10px 15px 10px 25px;
}

#content h1 {
 border-bottom:4px solid #A25550;
 color:#362F2D;
 font-size:14pt;
 font-weight:bold;
 margin:13px 0 4px;
 padding-bottom:4px;
}

#content h2 {
color:#362f2d;
font-size:12pt;
font-weight:bold;
}


#content h2 span { /* to get a smaller second line within a 2nd level header */
font-size:10pt;
}

#content h3 {
color:#362f2d;
font-size:10pt;
font-weight:bold;
}


.article {
  border:1px solid silver;
  padding: 10px;
  overflow:hidden;
}


a {outline:none;}

a:link, a:visited {
font-weight:bold;
color:#66312b;
text-decoration:none;
}

a:hover, a:active {
text-decoration:underline;
}

#left_col_promo {
 color:white;
 margin:15px 8px;
}

#left_col_promo a {
 color:white;
 font-weight:bold;
}

#main_menu li {
 text-align:left;
}

#main_menu_container_outer {
 background-image: url(/ksanders/images/menu_main_right.jpg); 
 background-repeat:repeat-y;
 background-position:right;
}

#main_menu_container {
 background-image: url(/ksanders/images/menu_main_bg.jpg);
 background-repeat: repeat-y;
}
#menu_main_top_image {
 display: block;
}
#menu_main_bottom_image {
 display: block;
}
#menu_ribon_curl {
 float:right;
}
#header {
 height: 72px;
 clear:both;
 overflow:hidden;
 padding-left: 20px;
}
#header_quicklinks {
 float:left;
 width: 170px;
 margin-top:10px;
 border-right:3px solid #A05550;
}

#header_quicklinks li {
 list-style-type: none;
}
#search_form_div {
 float:left;
 width:280px;
 text-align:center;
 padding-top:5px;
 margin-top:10px;
 border-right:3px solid #A05550;
}
#header_logos {
 float:left;
}
#quicksearch_spec {
 width:220px;
}
#footer_nav {
 font-size: 8pt;
}

.price {
color:#A25550;
font-size:14pt;
font-weight:bold;
}

.float_right {
 border:1px solid #362F2D;
 float:right;
 margin:0 0 5px 10px;
 padding:1px;
}

.float_left {
 border:1px solid #362F2D;
 float:left;
 margin:0 10px 5px 0;
 padding:1px;
}

#leftnav_phone {
 padding:10px;
 font-weight: bold;
}
