/*------------------------------------------------------------------
[Table of contents]

Global
  [Resets- Tabula rasa]
  [Typography & page-wide styles]
  [Flash Notices & Errors]
  [Forms & Buttons]
  [Layout]

Pages
  [List Styles]
  [Homepage]

---------------------------------------------------------------------
=> GLOBAL------------------------------------------------------------
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Resets- Tabula rasa]
-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, /*strong,*/ sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ul {
	list-style: none;
}
/******************/
ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}
/******************/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
/* Display your focus, it's important*/
:focus {
	outline: 0
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*table {
  border-collapse: collapse;
  border-spacing: 0
}
*/
/*------------------------------------------------------------------
[Typography & page-wide styles]
-------------------------------------------------------------------*/
body {
	color:#000;
	font-family:'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
/*  background-color:#EFF2F1;*/
/*background: url(/images/grid.png) no-repeat top center;*/
}

h1, h2, h5, ul, ol, li, p {
	margin-top: 0.5em;
	margin-bottom: 0;
}

ul, ol, li, p {
	margin-bottom: 0.7em;
}

ol li {
  margin-left: 25px;
}
/*ol {
  margin-left: 1.4em;
}*/

h2 {
/*  font-size: 1.5em;
  font-weight: bold;*/
	font-size:1.1em;
	color: #53804a;
	padding-bottom: 3px;
}

h3 {
  font-size:1.1em;
/*  font-variant:small-caps;*/
  font-weight: bold;
/*  color: #555;*/
  margin-bottom:10px;
}

h2.em {
  border-bottom: 1px solid #E6E5E5;
  padding-bottom: 15px;
}

.clear {
	clear: both;
}

a {
/*  color: #1978d1;*/
  color: #2c5bb5;
}

a:hover{
/*  color: #084d8e;*/
}

em{
  color: #888;
}

small {
  font-size: 12px;
  color: #888;
}

/*-------------------------------------*/
#logo {
/*  border: 1px solid blue;*/
/*  width:565px;*/
  width: 555px;
  margin: auto;
  text-indent:-9999px;
  background: url(/images/LandOBooks_logo.jpg) no-repeat scroll 0 0; /*IE6 flicker*/
}

.index #logo {
  margin-top: 73px;
}

/*#header */#logo {
/*  float: left;*/
/*  text-indent:-9999px;*/
}

/*#header */#logo a {
  display: block;
  background: url(/images/LandOBooks_logo.jpg) no-repeat scroll 0 0;
  height:150px;
  width:530px;
}

#search_box form #terms{
  width:477px;
  font-size:1em;
  line-height:6px;
  padding:7px;
  vertical-align:middle;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #c0bfbf;
  border-top: 1px solid #b3b3b3;
  background: #fbf3ee url(/images/inner_shadow.gif) repeat-x 0 0;
  float: left;
  *line-height: 16px; /*IE7+IE6 fix*/
  *padding-top: 8px; /*IE7+IE6 fix*/
}

#search_box form {
  border: 1px solid #D5D4D4;
  padding: 4px;
  padding-left: 5px;
  overflow: hidden;
  _height: 1%; /*IE6 fix*/
}

#search_box {
  width:620px;
  margin-left: auto;
  margin-right: auto;
}

#search_box input[type="submit"] {
  background:transparent url(/images/search_button.gif) no-repeat 2px 0px;
  border:medium none;
  color:white;
  font-size:16px;
  height:36px;
  margin:0;
  padding-bottom:2px;
  width:111px;
  float: left;
  margin-left: 5px;
}


.not_in_stock {
  text-align: center;
  font-size: 20px;
  border: 2px solid #999;
}

/*------------------------------------------------------------------
[Layout]
-------------------------------------------------------------------*/
body {/*Remove later - temp*/
/*background: url(/images/grid.png) no-repeat top center;*/
}

#view {
/*  border: 1px solid blue;*/
  width: 970px;
  width: 950px;
  margin: auto;
}
#header {
  overflow:hidden;
/*  padding-bottom:3px;
  padding-top:15px;*/
  padding-bottom:10px;
  padding-top:19px;
}

#header #logo {
    width: 283px;
    float: left;
    margin-right:38px;
    background:transparent url(/images/LandOBooks_logo_sm.gif) no-repeat scroll -8px 0;
}
#header #logo a{
  background:transparent url(/images/LandOBooks_logo_sm.gif) no-repeat scroll -8px 0;
  height:92px;
  width:285px;
}

#header #search_box {
  margin: 0;
  float: left;
  margin:20px 0 0;
}

#main {
  clear: both;
  background: url(/images/shadow_line.gif) repeat-x 0 0;
  padding-top: 10px;
  
}

#footer {
  margin-top: 30px;
  text-align: center;
  font-size: 10px;
  margin-bottom:30px;
  color: #333;
}

table {
  border-collapse:collapse;
  width: 100%;
  clear: both;
}

table tbody tr.odd td {
/*  border: 1px solid blue;*/
/*  background-color: #ededed;
   background-color: #F4F4F4;*/
   background-color:#F0F0F0;
   background-color: #F4F4F4;
   border-top: 1px solid #e6e5e5;
   border-bottom: 1px solid #e6e5e5;
}
table tbody tr td {
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 15px;
  
/*  padding:16px 15px 2px;*/
} 

.img {
  padding-left: 0px;
}

.product_info a {
  text-decoration: none;
}

.product_info .title {
  color:#333333;
  text-decoration: none;
  font-weight: bold;
}

.isbn, .author, .edition, .publisher {
  color:#333333;
  font-size:13px;
  margin-top:5px;
  text-decoration: none;
}

.cover_image, .product_details {
  overflow: hidden;
  float: left;
}
.product {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 10px;
}
.product_details {
  padding-left: 25px;
  width:760px;
}

table {
  background: url(/images/shadow_line.gif) repeat-x 0 -7px;
}

table.sortable-table{
  border-top: 1px solid #c5c4c4;
  background-position: 0 25px;
/*  background: url(/images/shadow_line.gif) repeat-x 0 25px;*/
}

table.sortable-table .header_first {
  border-left: 1px solid #c5c4c4;
}
table.sortable-table .header_last {
  border-right: 1px solid #c5c4c4;
}

table.sortable-table thead {
  border: 1px solid #c5c4c4;
  color: #555;
/*  cursor: pointer;*/
  border-bottom: none;
  background: url(/images/header_bg.gif) repeat-x 0 0;
  height: 25px;
}

table.sortable-table tr td {
  text-align: center;
}

#pagination_bottom {
  margin-top: 20px;
}

#pagination_bottom a {
  border:1px solid #E5E5E5;
  padding:0 5px;
  text-decoration:none;
}

#pagination_bottom a:hover {
  background-color: #F4F4F4;
  border:1px solid #93aee2;
/*  color: #697488;*/
}

#pagination_bottom .previous, #pagination_bottom .next,
#pagination_bottom a.previous:hover, #pagination_bottom a.next:hover  {
  border: none;
  background-color: #fff;
  text-decoration: underline;
}

/*Exiting Page*/
.exit_page_loading #logo {
  margin-top: 40px;
}

.exit_page_loading .loading_content {
/*  border: 1px solid blue;*/
  text-align: center;
}

.exit_page_loading .loader {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*.store_images {
  border: 1px solid blue;
  margin: auto;
  padding: 7px 61px;
  width: 120px;
  height: 33px;
}*/

/*.valorebooks_store_image {
  background: url(/images/stores/valorebooks.gif) no-repeat 0 0;
}*/

/*-----------------------------------------*/
/*-----------------------------------------*/
/*-----------------------------------------*/
.landing_textbook #logo {
  margin-top:35px;
}

.landing_textbook #search_box{
  width:664px;
  background:transparent url(/images/landing/seach_box_bg.gif) no-repeat scroll 0 0;
  overflow:hidden;
  padding-top:100px;
  padding-bottom: 20px;
  text-align: center;
}

.landing_textbook #search_box form{
  width:609px;
  margin: auto;
  border: none;
}

.landing_textbook  #search_box input[type="submit"] {
  background:transparent url(/images/landing/search_button.gif) no-repeat scroll 2px 0;
}

.landing_textbook .why_to_use {
  margin: auto;
  width: 435px;
}

.landing_textbook .how_steps {
  background:transparent url(/images/landing/how_steps.gif) no-repeat 0px 0;
  text-indent:-9999px;
  height: 60px;
  width: 432px;
}

.landing_textbook .why_to_use ul {
  margin-left: 65px;
}

.landing_textbook .why_to_use ul li {
  padding-left: 25px;
  background:transparent url(/images/landing/checkbox.gif) no-repeat 0px 0;
  line-height:19px;
  font-weight: bold;
}

.landing_textbook .popular_textbooks li{
  float: left;
  margin-right: 20px;
}

