/********************************* colour definitions ********************************* 

sage    #CED98F
crimson   #990033
orange   #D57900

light grey #EBEBEB
dark grey  #585858
dark blue  #0074BA
light blue #EEF5FB
orange   #FF6622
sidharta red#DD2520
sidharta not so red #EF3339

 */
html {
  color: #000;
  background: #E5E5E5;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}
/********************************* redefined tags *********************************/
body {
  background-color: #E5E5E5;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin: 2px;
  padding: 2px;
  text-align: left;
}

h2 {
  color: #666666;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 2px;
  padding: 2px;
  text-align: left;
}

h3 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: 141414;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: left;
}

h4 {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif
}

h5 {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  text-align: left;
}

h6 {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #333333;
}

img {
  border: none;
}
/********************************* header *********************************  */
div.header {
  margin: 0;
  padding: 0;
  background: #e5e5e5; /*border-bottom:1px solid #585858;*/
}

div.header div.top-bar {
  margin: 0;
  padding: 0;
  height: 24px;
  float: right;
}

div.heading {
  padding: 5px 0 0 2px;
  margin: 0px;
  height: 105px;
  width: auto;
}

div.heading-image {
  float: left;
  padding: 0;
  margin: 0px;
}

div.heading-image img {
  border-radius: 7px;
}

div.heading-text {
  float: left;
  padding: 10px 0 0 8px;
  margin: 0;
}

div.heading-text h1, div.heading-text p {
  letter-spacing: 5px;
  font-weight: bold;
  font-size: 22px;
  color: #141414;
  padding: 0px;
  margin: 0px;
}

div.heading h1 span {
  font-size: 18px;
}

div.heading p {
  font-size: 12px;
  font-weight: normal;
  text-align: right;
}

div.page {
  margin: 5px 2px 0px 2px;
  padding: 20px;
  border: solid 1px #999;
  background: #fff;
  border-radius: 7px;
}

div.page h2 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #141414;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #EF3339;
}

div.top-books {
  
}

ul.top-books {
  margin: 0px;
  padding: 20px 10px;
  display: block;
  float: right;
}

ul.top-books li {
  padding: 0 2px;;
  margin: 0;
  display: inline;
}
/********************************* navbar menu *********************************/
ul.navbar, ul.navbar-top {
  clear: both;
  margin: 0px;
  padding: 0;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: left;
  background-color: #ccc;
}

ul.navbar-top {
  clear: both;
  border-top: solid 1px #585858;
  border-top: none;
  text-align: right;
  float: right;
  width: auto;
  border: none;
  height: 30px;
  margin-top: 3px;
  background: none;
}

ul.navbar li {
  display: inline;
}

ul.navbar-top li {
  
}

ul.navbar li a {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 5px 15px;
  margin: 0;
  background-color: #ccc;
  color: #141414;
  border-right: solid 1px #999;
  border-left: solid 1px #ccc;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

ul.navbar li:first-child a {
  border-left: none;
}

ul.navbar li:last-child a {
  border-right: none;
}

ul.navbar-top li a {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 5px 15px;
  margin: 0 3px;
  border-radius: 7px;
  background-color: #d5d5d5;
  border: solid 1px #999;
  color: #141414;
  box-shadow: inset -2px 2px 2px rgba(255, 255, 255, 0.15), inset 2px -2px 2px rgba(0, 0, 0, 0.15);
}

ul.navbar li a:link, ul.navbar li a:visited {
  color: #141414;
  text-decoration: none;
  font-weight: bold;
}

ul.navbar li a.selected:link, ul.navbar li a.selected:visited {
  background-color: #c5c5c5;
}

ul.navbar li a:hover, ul.navbar-top li a:hover, ul.navbar li a:focus, ul.navbar li a:active {
  color: #141414;
  text-decoration: none;
  font-weight: bold;
  background-color: #ccc;
}
/********************************* book navbar *********************************/
div.booknav {
  padding: 0;
}

div.booknav ul {
  clear: both;
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #141414;
  font-weight: bold;
  display: block;
  float: right;
}

div.booknav ul li {
  padding: 0 0 0 10px;
  margin: 0;
  display: inline;
}

div.booknav ul li a {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
}
/********************************* tooltip *********************************/
div.tooltip {
  background-color: #000;
  border: 1px solid #fff;
  padding: 10px 15px;
  width: 200px;
  display: none;
  color: #fff;
  text-align: left;
  font-size: 12px;
  /* outline radius for mozilla/firefox only */
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
}
/********************************* layout *********************************/
div.main {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* column container */
.colmask {
  position: relative;
  /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear: both;
  width: 100%; /* width of whole page */
  overflow: hidden; /* This chops off any overhanging divs */
}

.bodywrap {
  float: left;
  width: 800px;
  position: relative;
}

.col3 {
  float: right;
  width: 170px;
  /* Width of right column content (right column width minus left and right padding) */
  position: relative;
}

.clear-fix {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}

p.clear-fix {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
/********************************* body *********************************/
p, ol li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  text-align: left;
  padding: 5px;
  text-align: left;
}

a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding-left: 0px;
  text-align: left;
}

a:link, a:visited {
  color: #EF3339;
  text-decoration: none;
  text-align: left;
}

a:hover, a:focus, a:active {
  color: #141414;
  text-decoration: underline;
  text-align: left;
}

div.page h2 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #141414;
  border-bottom: solid 2px #EF3339;
  font-size: 18px;
}

div.page hr {
  border: none;
  border-bottom: solid 2px #EF3339;
}

div.page h2.author {
  color: #D57900;
  text-align: right;
  border: none;
}

div.section {
  /*border-bottom:solid 2px #EF3339;*/
  padding: 10px;
}

div.section-content, div.book-review {
  margin: 0;
  padding: 0 10px 10px 10px;
  text-align: left;
}

.content-column div.section-content {
  margin: 0;
  padding: 10px 20px;
  text-align: left;
  background-image: url(../images/paper.png);
  background-repeat: no-repeat;
  border: solid 1px #666;
}

.welcome {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666;
  clear: both;
  text-align: center;
}

div.section-content {
  min-height: 150px;
}

.more div.section-content {
  min-height: 30px !important;
}

div.image-column {
  float: left;
  width: 100px;
  height: 150px;
}

div.section div.image-column {
  position: relative; /* for ie */
}

div.image-author, div.image-book {
  height: 170px;
}

.author .image-column img {
  height: 150px;
  width: 100px;
  border-radius: 55px;
}

div.author-links div.image-column {
  width: 30px;
  height: auto;
}

div.author-links div.image-column img {
  width: 20px;
  height: 20px;
}

div.authors div.image-column img {
  width: 100px;
  height: 150px;
  border: none;
  border-radius: 55px;
}

.book .author {
  text-align: right;
}

div.content-column {
  margin: 0 10px 0 110px;
}

.testimonials div.content-column {
  min-height: 110px;
}

.testimonials div.image-column {
  padding: 10px;
}

table div.content-column {
  width: 265px;
}

div.author-links div.content-column {
  margin: 0 0 0 30px;
}

div.content-column p {
  margin: 0 0 10px 0;
  padding: 0;
}

div.content-column h4 a {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #06F;
  text-align: left;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

div.content-column h4.book, div.content-column h4.book a {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #06F;
  text-align: left;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

div.content-column h4.author, div.content-column h4.author a {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666;
  text-align: right;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

div.content-column h4.author span.by {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ccc;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

div.price-box {
  margin: 5px 0 0 0;
  padding: 0 0 15px 0;
  text-align: right;
  float: right;
}

div.price-box p {
  padding: 0;
  margin: 0;
  color: #666666;
  font-size: 11px;
  text-align: right;
  height: 18px;
}

div.price-box label {
  padding: 0 5px 0 0;
  margin: 0;
  color: #inherit;
  font-size: inherit;
  font-weight: bold;
  text-align: left;
  height: 18px;
  float: left;
  _float: none;
}

div.price-box span {
  padding: 0;
  margin: 0;
  color: #inherit;
  font-size: inherit;
  text-align: right;
  height: 18px;
  _width: 95px;
}

div.listings {
  margin: 20px 0;
}

.testimonials div.listings {
  clear: left;
}

div.clear {
  clear: both;
  font-size: 0;
  height: 0;
}
/********************************* side navigation *********************************/
div.sideMenuBox {
  width: 170px;
  margin: 5px 2px 0px 2px;
}

div.sideMenuBox .sideContent {
  margin: 15px auto;
  position: relative;
  width: 100px;
  height: auto;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  border: none !important;
}

div.sideMenuBox h3 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  padding: 0 10px 5px 15px;
  font-size: 12px;
  font-weight: bold;
  color: #141414;
  border-bottom: solid 1px #141414;
}

.col3 div.sideMenuBox h3 {
  
}

div.sideMenuBox h3 a:link, div.sideMenuBox h3 a:visited, div.sideMenuBox h3 a:hover {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #141414;
  text-decoration: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

div.sideMenuBox h4 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #141414;
  text-align: center;
  margin: 0;
  padding: 0;
}

div.sideMenuBody {
  margin: 0;
  padding: 5px 3px;
}

div.sideMenuBox ul, div.sideMenuBox div {
  background-color: #FFF;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  border: solid 1px #999;
  border-radius: 8px;
}

div.sideMenuBox div {
  background-color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

div.sideMenuBox ul li {
  list-style: none;
  margin: 0px;
  padding: 1px 5px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #141414;
  font-weight: normal;
  line-height: 15px;
  border-bottom: solid 1px #CCCCCC;
}

div.sideMenuBox ul li a:link, div.sideMenuBox ul li a:visited, div.sideMenuBox ul li a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #EF3339;
  text-decoration: none;
  text-align: left;
  margin: 0;
  padding: 0;
  background: none;
}

div.sideMenuBox ul li a:hover, div.sideMenuBox ul li a:focus, div.sideMenuBox ul li a:active {
  color: #141414;
}
/********************************* footer *********************************/
#footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: none;
  color: #333333;
  font-weight: normal;
  text-align: center;
  border-top: 1px solid #2E2B2C;
  margin: 10px 0;
  padding: 5px;
  clear: both;
}

#footer a {
  font-weight: normal;
  white-space: nowrap;
  color: #EF3339;
  background-color: inherit;
}

#footer a:link, #footer a:visited {
  text-decoration: none;
}

#footer a:hover, #footer a:focus, #footer a:active {
  color: #EF3339;
  background-color: inherit;
  text-decoration: underline;
}

#footer ul {
  
}

#footer li {
  display: inline;
  padding: 5px;
}
/**************** search box *****************/
div.searchbox {
  padding: 4px 0;
  float: right;
  margin: 3px 20px 0 0;
  border: solid 1px #ccc;
  height: 20px;
  width: 280px;
  background-color: #FFF;
  border-radius: 25px;
  padding-left: 5px;
}

.searchbox input.field {
  height: 20px;
  width: 160px;
  border: none;
  margin: 0 0 0 3px;
  float: left;
  color: #666;
}

.searchbox select {
  height: 17px;
  border: none; /*
   -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
	background-image:url(../images/select.png);
	background-repeat:no-repeat;
	background-position: 40px;
	padding-right: 20px;
	*/
}

.searchbox input.go {
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 0 0x;
  background-color: #FFF;
  height: 20px;
  margin: 0 10px 0 0;
  width: 21px;
  border: none;
  cursor: pointer;
  float: right;
}

.searchbox .sbHolder {
  height: 20px;
  width: 80px;
  float: left;
  margin: -1px 0 0 3px;
  border: solid 1px #999;
}

.searchbox .sbSelector {
  height: 20px;
  line-height: 20px;
}

.searchbox .sbToggle {
  background: url(../images/select-icons.png) 0 -121px no-repeat;
  display: block;
  height: 20px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

.searchbox .sbSelector:link, .searchbox .sbSelector:visited, .searchbox .sbSelector:hover {
  color: #141414;
  outline: none;
  text-decoration: none;
  background-color: #ccc;
  width: 55px;
}

.searchbox .sbToggle:hover {
  background: url(../images/select-icons.png) 0 -172px no-repeat;
}

.searchbox .sbToggleOpen {
  background: url(../images/select-icons.png) 0 -21px no-repeat;
}

.searchbox .sbToggleOpen:hover {
  background: url(../images/select-icons.png) 0 -71px no-repeat;
}

.searchbox .sbHolderDisabled {
  background-color: #ccc;
  border: solid 1px #999;
}

.searchbox .sbOptions {
  background-color: #ccc;
  border: solid 1px #999;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 80px;
  z-index: 1;
  overflow-y: auto;
}

.searchbox .sbOptions li {
  padding: 0 7px;
}

.searchbox .sbOptions a {
  border-bottom: dotted 1px #999;
  display: block;
  outline: none;
  padding: 5px 0 5px 3px;
}

.searchbox .sbOptions a:link, .searchbox .sbOptions a:visited {
  color: #141414;
  text-decoration: none;
}

.searchbox .sbOptions a:hover, .searchbox .sbOptions a:focus, .searchbox .sbOptions a.sbFocus {
  color: #EF3339;
}

.searchbox .sbOptions li.last a {
  border-bottom: none;
}
/******** not found *******************/
.not-found {
  height: 100px
}

.not-found .content-column {
  margin: 30px 0 0 150px;
}
/*************** slideshow ******************/
#slideshow {
  height: 150px !important;
}

#slideshow>div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: none !important;
}

/********************** forms **************/
.field label {
  display: block;
  float: left;
  width: 120px;
}

.field input[type='text'], .field select, .field .textfield {
  width: 200px;
  padding: 1px;
}

input[type='submit'] {
  /** for ie10 **/
  padding: 3px;
}

.textfield a {
  font-weight: bold;
}

fieldset {
  padding: 10px;
  margin: 10px;
  border: solid 1px;
}

.field {
  margin: 1px 0 4px 0;;
}

.image {
  
}

legend {
  color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  margin: 2px;
  padding: 2px;
  text-align: left;
}

.field textarea {
  width: 900px;
  height: 200px;
  padding: 5px;
}

.field textarea.shortText {
  height: 75px;
}

.field textarea.LongText {
  height: 200px;
}

.form .col1 {
  float: left;
}

.form .col2 {
  float: left;
  margin: 0 0 10px 60px;
}

.formbottom {
  clear: both;
}

ul.button {
  float: none;
  display: inline;
}

ul.button li {
  font-weight: bold;
  display: inline;
}

ul.button a, ul.button a:visited {
  font-weight: bold;
}

.appraisal .field {
  padding: 5px;
}