@charset "UTF-8";
/*html5 display rule*/
@media (min-width: 601px) {
  container, header, topFP, topFPL, topFPC, fpContent, siteMenu, navCat, gradBox1, gradBox2, footer, summary {
    display: block;
  }
}
* {
  box-sizing: box-border;
}
body {
 max-width:1280px;
	margin:0 auto;
   font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: calc(15px + 0.390625vw);
  #font-size: 18px;
  font-weight: 400;
  line-height: 1.8em; /* 16×1.125=18 */
  color: #333;
  text-decoration: none;
  text-align: center;
}
p {
  text-align: justify;
  font-size: 100%;
  font-weight: 400;
  color: #333;
  padding: 0 20px 10px 20px;
  line-height: 165%;
}
a:link, a:visited {
  text-decoration: none;
}
#container {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 5px;
  text-align: center;
  background-color: #FFF;
}
.YS_log_top {
  display: block;
  float: left;
}
/*dropdown icon for mobile Starts*/
#dropdown_icon_site_menu {
  display: none;
}
/*dropdown icon for mobile End*/
/*common for all dropdown menus Starts*/
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  right: 10px;
  background-color: #fff;
  min-width: 600px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content ul {
	
  float: left;
  padding: 0;
  margin-left: 0px;
  background-color: white;
  list-style-type: none;
}
.dropdown-content li a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
}
.dropdown-content li a:hover {
  background-color: #9ceef5;
}
.desc {
  padding: 100% ;
  text-align: left;
  line-height: 2em;
}
/*common for all dropdown menus Ends*/
#mobile_siteMenu_top {
  display: none;
}
#siteMenu_top {
  display: block;
  width: 98%;
  height: auto;
  float: center;
  margin: 0 auto;
  background-color: #fff;
  padding: 3px;
  border: none;
}
.siteMenu_top {
  width: 98%;
  font-size: 100%;
  font-weight: 600;
  text-align: left;
  	height: 20vh;
  #height: auto;
  padding: 0 0.6em;
  margin: 0 0;
}
.siteMenu_top ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.siteMenu_top li {
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: nowrap;
  vertical-align: middle;
  color: #797979;
}
.siteMenu_top a:link, .siteMenu_top a:visited {
  text-decoration: none;
  background-color: #10C0DB;
  color: #fff;
  text-align: center;
  padding: 3px 10px;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #FC0;
}
.siteMenu_top a:hover, .siteMenu_top a:active {
  background-color: aquamarine;
  color: #3F3F3F;
}
#header {
  display: block;
  background-color: inherit;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}
.header {
  display: block;
  background-color: inherit;
  text-align: left;
}
#topFP {
  width: 100%;
  margin: 0;
  clear: both;
  background-color: aliceblue;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}
#navCat_under_masthead li {
  float: right;
}
#navCat_under_masthead li a, #navCat_under_masthead .dropbtn {
  display: inline-block;
  color: inherent;
  text-align: center;
  padding: 12px 16px;
  text-decoration: none;
}
#navCat_under_masthead li a:hover, #navCat_under_masthead .dropdown:hover .dropbtn {
  background-color: aquamarine;
}
#navCat_under_masthead li.dropdown {
  display: inline-block;
}
#navCat_under_masthead .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#navCat_under_masthead .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
#navCat_under_masthead .dropdown-content a:hover {
  background-color: #f1f1f1;
}
#navCat_under_masthead .dropdown:hover .dropdown-content {
  display: block;
}
.topFP {
  text-align: center;
  display: block;
}
#topFPL {
  width: 100%;
  margin: 0;
  float: left;
  text-align: left;
}
#topFPL img {
  width: 95%;
  height: auto;
}
#topFPC {
  margin: 0;
  width: 100%;
  float: none;
  color: #06F;
  background-color: #06F;
  background-image: url(../images/yachtsurvey_com_cover.jpg);
  background-repeat: repeat;
}
#topFPC img {
  border: 0;
  text-align: center;
  padding: 10px;
  width: auto;
  height: auto;
  max-width: 300px;
}
.gcs_thumnail img {
  display: block;
  width: 100px;
  height: auto;
}
.gcs_table {
  display: block;
  width: 80%;
  margin: auto;
}
.gcs_img_cell {
  width: 100px;
}
.gcs_text_cell {
  text-align: left;
}
input[type=text] {
  width: 70%;
  padding: 12px 20px;
  margin: 2px 0;
  float: left;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 18px;
}
placeholder {
  color: #A8A8A8;
}
input[type=submit] {
  width: 28%;
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  margin: 2px 3px;
  float: right;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}
input[type=submit]:hover {
  background-color: #45a049;
}
/*search icon Starts*/
#dropdown_site_search_icon {
  display: block;
  margin-right: 15px;
}
.search_text {
  display: inline-block;
}
/*search icon Ends*/
.search_form {
  width: 600px;
  float: right;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 5px;
  margin: 10px 10px;
}
.search_results {
  color: #4CAF50;
}
.search_form-2 {
  width: 90%;
  margin: auto;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 5px;
}
.gsc-result-info {
  font-size: 20px;
  color: #387C3B;
}
.home {
  display: block;
  float: left;
  margin: 5px 10px 2px 10px;
  font-size: 100%;
  font-weight: 600;
  color: inherit;
  text-align: left;
}
.home ul {
  list-style-type: none;
}
.home li {
  display: inline;
  margin-bottom: 10px;
}
.home a {
  text-decoration: none;
  color: inherit;
  font-size: 100%;
  font-weight: 600;
}
.home a:link, .home a:visited {
  color: #06F;
  display: inline-block;
  background-color: #FFF;
  padding: 3px 10px;
  border-width: 1px;
  text-decoration: none;
}
.home a:active, .home a:hovor {
  color: #3FF;
  text-decoration: underline;
}
.twitter {
  display: inline-block;
  width:100px;
  height:30px;	
  float: right;
  margin: 10px 30px 0px 5px;
}
#content {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 5px;
  clear: both;
}
.wrap {
  float: left;
  width: 78%;
  margin: 0 5px;
}
#content-main {
  display: block;
  float: right;
  width: 79%;
  margin: 0 0 20px 10px;
  color: #333;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #DFDFDF;
  padding: 10px 0;
  text-align: center;
}
#content-main p {
  text-align: justify;
}
#contemt-main img {
  max-width: 100%;
  height: 20px;
	margin:0 auto;
}
#sideBar1 {
  display: block;
  float: left;
  width: 18%;
  max-width: 180px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0%;
  margin-bottom: 10px;
  font-size: 100%;
  vertical-align: top;
  text-align: center;
}
#sidebar1_img {
  width: 85%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
#sideBar2 {
  display: block;
  float: right;
  width: 18%;
  max-width: 200px;
  margin: 0 5px;
  font-size: 90%;
  text-align: center;
  vertical-align: top;
  padding-top: 0px;
  padding-left: 0%;
  padding-right: 0%;
}
#sidebar2 img {
  max-width: 85%;
  height: auto;
  margin: 0 auto;
}
#siteDescription {
  display: block;
  width: 80%;
  float: right;
  background-color: #DEDCBC;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 15px 0;
  color: #000;
  font-size: 120%;
  border-radius: 5px;
  border: 2px solid #FC3;
}
ul {
  margin-right: 10px;
}
ul.a {
  list-style-type: disc;
}
ul.b {
  list-style-type: square;
}
ul.c {
  list-style-type: none;
}
ul.gcse {
  list-style-type: none;
  width: 60%;
  font-size: 80%;
  color: #666;
  float: right;
}
li {
  text-align: left;
  padding-bottom: 10px;
}

h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 200%;
  font-weight: 700;
  line-height: normal;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 0;
}
h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 160%;
  font-weight: 600;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
}
h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 140%;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
h4 {
  font-size: 130%;
  font-weight: 600;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
h5 {
  font-size: 120%;
  font-weight: 600;
  text-align: left;
  margin: 0 10px;
}
h6 {
  font-size: 110%;
  font-weight: 600;
  line-height: 1.250em;
  text-align: justify;
  padding: 0 10px;
}
#retailInfo1 {
  width: 30;
}
#retailInfo2 {
  width: 30%;
}
#retailInfo3 {
  width: 30%;
}
#retailInfo1, #retailInfo2, #retailInfo3 {
  float: left;
  display: block;
  border: double thick #FF8080;
  margin: 1%;
}
#retailInfo ul {
  list-style: none;
}
#retailInfo li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: solid thick #F33;
  padding: 0 10px;
  width: 25%;
  text-align: center;
}
#info {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
}
#info h5 {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
#info ul {
  list-style-type: none;
  margin-left: 10%;
}
#info li {
  background-image: url(../images/Dot_Red_8pix.GIF);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 14px;
  margin-top: 0px;
}
#footer {
  width: auto;
  background-color: #FFF;
  clear: both;
  margin-top: 10px;
}
.footer {
  font-family: inherit;
  font-size: 80%;
  color: #999;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  margin: auto;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.new_prices {
  display: block;
  width: 80%;
  border: 2px solid #F66;
  margin: 3px auto;
  padding: 10px;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}
.new_prices a:link, .new_prices a:visited {
  text-decoration: none;
  color: #63F;
}
.new_prices a:hover, .new_prices a:active {
  text-decoration: underline;
  color: #63F;
}
.xmas {
  display: block;
  width: auto;
  margin: auto;
  color: #F33;
  background-color: #096;
  font-size: 120%;
  font-weight: bold;
  padding: 10px;
  font-style: italic;
}
.topics {
  border-radius: 30px;
  background: #0099cc;
  padding: 10px;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 110%;
  margin: 5px;
  color: #FFFFFF;
}
.topics a:link, .topics a:visited {
  color: #FFFFFF;
}
.topics a:hover, .topics a:active {
  color: #00ccff;
}
#fpBA {
  width: 100%;
  margin: 0;
  clear: "both";
}
.fpBA ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
}
.fpBA li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 45%;
  margin: 1% 0 1% 0;
  vertical-align: top;
  text-align: center;
}
.fpBA h5 {
  margin-top: 0;
  margin-bottom: 0;
}
/*boat_reviews bubble Starts*/
.boat_reviews {
  display: inline-block;
  float: right;
  width: auto;
  background-color: #1e90ff;
  font-size: 110%;
  text-align: center;
  color: #fff;
  padding: 15px;
  border-style: solid;
  border-radius: 50px;
  border-width: medium;
  border-color: #0fc;
  margin: 20px 5px 5px 5px;
}
.boat_reviews a:link, .boat_reviews a:visited {
  color: #fff;
  text-decoration: none;
}
.boat_reviews a:hover, .boat_reviews a:active {
  display: block;
  background-color: aquamarine;
  color: #3F3F3F;
}
/*boat_reviews bubble Ends*/
/*dropdown_masthead Starts*/
.dropbtn_masthead {
  background-color: #1e90ff;
  color: #fff;
  padding: 10pt;
  font-size: 110%;
  border-style: solid;
  border-width: medium;
  border-color: #0fc;
  border-radius: 50px;
  margin: 20px 20px 20px 10px;
  cursor: pointer;
}
/*dropdown_masthead End*/
/*dropdown catNav under masthead Starts*/
#navCat_under_masthead {
  display: block;
}
#navCat_under_masthead ul {
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 0;
  overflow: hidden;
  background-color: aliceblue;
}
#navCat_under_masthead li {
  float: right;
}
#navCat_under_masthead li a, #navCat_under_masthead .dropbtn {
  display: inline-block;
  color: inherent;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
}
#navCat_under_masthead li a:hover, #navCat_under_masthead .dropdown:hover .dropbtn {
  background-color: aquamarine;
}
#navCat_under_masthead li.dropdown {
  display: inline-block;
}
#navCat_under_masthead .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#navCat_under_masthead .dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
#navCat_under_masthead .dropdown-content a:hover {
  background-color: #f1f1f1;
}
#navCat_under_masthead .dropdown:hover .dropdown-content {
  display: block;
}
/*dropdown catVAv under masthead Ends*/
/*dropdown_mostRead Starts*/
.dropbtn_mostRead {
  background-color: #04AA6D;
  color: white;
  padding: 5px;
  font-size: 110%;
  border: none;
  border-radius: 20px;
  margin: 20px;
  cursor: pointer;
}
/*dropdown_mostRead Ends*/
/*twitter_botton Starts*/
#twitter_bottom {
  display: inline-block;
  float: right;
  margin: 20px 30px;
}
/*twitter_botton Ends*/
.YS_logo_oval_mobile {
  display: none;
}
.YS_logo_oval {
  display: block;
  float: left;
}
.book {
  display: flex;
  width: 95%;
  align-items: center;
  justify-content: center;
  background-color: DodgerBlue;
  padding: 5px;
  margin: 15px auto 10px auto;
}
.book > div {
  background-color: transperent;
  width: auto;
  margin: 3px 6px;
  text-align: left;
  line-height: normal;
  font-size: 20px;
}
.book img {
  width: 100%;
  height: 100%;
  padding: 0px;
}
.book a {
  color: antiquewhite;
  text-decoration: none;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-size: 18pt;
}
.book a:link, .book a:visited {
  color: antiquewhite;
  text-decoration: none;
}
.book a:hover, .book a:active {
  color: aqua;
  text-decoration: none;
}
.flex-container_list2 {
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  justify-content: center;
  align-items: center;
}
.flex-container_list2 > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  height: auto;
  background-color: #fff;
  margin: 1%;
  padding: 10px 10px;
  text-align: center;
  line-height: normal;
  border-radius: 10px;
  border-style: solid;
  border-width: thin;
  border-color: #03c2b8;
  font-size: 100%;
  font-weight: 300;
}
.thumnail {
  display: flex;
  width: 95%;
  align-items: center;
  justify-content: flex-start;
  background-color: transperent;
  padding: 5px;
  margin: 5px auto 5px 20px;
}
.thumnail > div {
  background-color: transperent;
  width: auto;
  margin: 3px 6px;
  text-align: left;
  line-height: normal;
}
.thumnail img {
  width: auto;
  max-width: 100px;
  height: auto;
  padding: 0px;
}
.thumnail a {
  color: darkslateblue;
  text-decoration: none;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 110%;
  font-weight: 300;
}
.featured {
  display: block;
  padding: 5px;
  margin: 3px auto;
  font-size: 110%;
  font-weight: 500;
  font-style: normal;
  color: indianred;
}
.featured a {
  color: #2D2D2D;
}
#navCat_bottom {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-weight: 200;
}
.navCat {
  font-size: 100%;
  font-weight: 300;
  width: 100%;
  text-align: center;
  height: auto;
  padding: 0.2em 0.6em;
}
.navCat ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: auto;
}
.navCat li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: auto;
  margin: 0 3px 2px 0;
}
.navCat li a {
  display: inline-block;
  width: auto;
  padding: 10px;
  margin: 0 auto 10px 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  background-color: #CC9;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #0FC;
}
.navCat a:hover, .navCat a:active, .navCat a:focus {
  background-color: #FF9;
}
#mobile_siteMenu_bottom {
  display: none;
}
#siteMenu_bottom {
  display: block;
  width: 80%;
  float: auto;
  height: auto;
  margin: 0 auto;
  background-color: #FFF;
  padding: 0;
  border: none;
  font-size: 100%;
  text-decoration: none;
  text-align: center;
}
.siteMenu_bottom {
  text-align: center;
  height: auto;
  padding: 0.2em 0.6em;
}
.siteMenu_bottom ul {
  list-style-type: none;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  padding: 6px 0;
}
.siteMenu_bottom li {
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: nowrap;
  vertical-align: middle;
}
.siteMenu_bottom a:link, .siteMenu_bottom a:visited {
  text-decoration: none;
  color: #130101;
  background-color: transparent;
  text-align: center;
  padding: 3px 10px;
  border-radius: 20px;
}
.siteMenu_bottom a:hover, .siteMenu_bottom a:active {
  background-color: #69F;
  color: #FFF;
}
/*from ys_style_new.css*/
.right {
  float: right;
  width: 40%;
  background-color: #EAEAEA;
  margin: 10px;
  padding: 5px;
  text-align: left;
}
.right p {
  text-align: left;
}
.left {
  float: left;
  width: 40%;
  background-color: #EAEAEA;
  margin: 10px;
  padding: 5px;
  text-align: left;
}
.left p {
  text-align: left;
}
.additionalReading {
  text-align: left;
  padding: 10px;
}
.quiz {
  display: block;
  width: 90%;
  border-style: solid;
  border-width: 2px;
  padding: 5px;
  margin: auto;
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 200;
}
.boatreviewNote {
  clear: both;
  width: 70%;
  font-size: 90%;
  background-color: #E3E3E3;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  padding: 10px;
}
.rating {
  width: 60%;
  border-style: solid;
  border-width: 1px;
  font-weight: 200;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #C1E0FF;
}
.remark {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #CCC;
  padding: 10px;
  background-color: #FFF;
}
.bestbuy {
  color: #F63;
}
.comment {
  width: 85%;
  padding: 5px;
  margin: 10px auto;
  text-align: left;
  display: block;
  border-style: double;
  border-color: #0CC;
  background-color: #FFF;
}
.comment p {
  text-align: left;
}
.redline {
  width: 90%;
  height: 2px;
  margin-left: 0;
  margin-right: 0;
}
#topics table {
  width: 100%;
  font-size: 100%;
}
#topics td {
  text-align: left;
  vertical-align: top;
}
.holiday1 {
  font-size: 130%;
  color: #093;
  margin-top: 0;
}
.holiday2 {
  color: #F30;
  font-size: 130%;
  margin-top: 0;
}
.holiday_schedule {
  font-size: 130%;
  text-align: center;
}
.add_nav {
  clear: both;
}
.google_plus {
  font-size: 70%;
  text-align: right;
}
.david_pascoe {
  margin: 0;
  font-weight: bold;
  padding: 20px 10px;
}
.david_pascoe ul {
  list-style-type: none;
}
.david_pascoe li {
  display: inline;
}
.david_pascoe a:link, .david_pascoe a:visited {
  color: #06F;
  display: inline-block;
  border-width: 1px;
  text-decoration: none;
}
.david_pascoe a:active, .david_pascoe a:hovor {
  color: #3FF;
  text-decoration: underline;
}
.david_pascoe a:active, .david_pascoe a:hovor {
  color: #3FF;
  text-decoration: underline;
}
#boat_review table {
  display: block;
  width: 85%;
  border: solid 1px #06F;
  font-size: 100%;
  text-align: center;
  margin: auto;
}
#boat_review table td {
  border: solid thin #06F;
  width: 25%;
  text-align: center;
  vertical-align: top;
}
#boat_review table.center {
  margin-left: auto;
  margin-right: auto;
}
.center {
  text-align: center;
}
.aag {
  display: none;
}
.logo_pascoe_books {
  display: none;
}
#retired p {
  text-align: left;
}
.retired {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30%;
  border: 1px solid #999;
  padding: 5px;
  float: right;
  text-align: left;
  margin-top: 20px;
}
.retired p {
  text-align: left;
}
.contact_info, .welcome {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  font-size: 120%;
  font-weight: 500;
  line-height: 2em;
  text-align: left;
  border: 1px solid #00ccff;
}
.notice {
  display: inline-block;
  width: 90%;
  margin: 0 auto;
  font-size: 110%;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
  border-radius: 10px;
  border-style: solid;
  border-width: thin;
  border-color: lightgrey;
}
.contact_2015 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 98%;
  margin: 20px auto;
  padding: 10px;
  text-align: left;
}
.amazon_mobile {
  display: none;
}
.open_letter h2 {
  font-size: 140%;
  line-height: 1.53em;
  text-align: left;
  font-weight: normal;
}
.returned_email {
  display: block;
  width: 95%;
  margin: auto;
  background-color: #EAEAEA;
  padding: 10px;
  text-align: left;
  line-height: 1.5em;
}
.amazon_orange {
  color: #F69;
}
.books_mobile_ad {
  display: none;
}
.books_top_img {
  display: none;
}
#anounce {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-weight: 200;
}
.anounce {
  font-size: 100%;
  font-weight: 300;
  width: 100%;
  text-align: center;
  height: auto;
  padding: 0.2em 0.6em;
}
.anounce ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: auto;
}
.anounce li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: auto;
  margin: 0 3px 2px 0;
}
.anounce li a {
  display: inline-block;
  width: auto;
  padding: 10px;
  margin: 0 auto 10px 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  background-color: #CC9;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #0FC;
}
.anounce a:hover, .anounce a:active, .anounce a:focus {
  background-color: #FF9;
}
.center {
  text-align: center;
}
#indexABC {
  float: left;
  display: block;
  width: 35%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0 10px 10px 10px;
  background-color: #FFF;
  text-align: center;
}
#indexZYX {
  float: right;
  display: block;
  width: 35%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0 10px 10px 10px;
  background-color: #FFF;
  text-align: center;
}
.catArticles ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.catArticles li {
  margin: 0 05px 1px 0;
}
.catArticles a {
  display: block;
  width: 100%;
}
.catArticles a:link, .catArticles a:visited {
  display: block;
  font-weight: inherit;
  color: #000;
  background-color: #E8E8D0;
  width: 100%;
  text-align: left;
  padding: 4px;
  text-decoration: none;
  margin-bottom: 3px;
}
.catArticles a:hover, .catArticles a:active {
  text-decoration: underline;
}
.catArticles title {
  font-size: 120%;
  color: inherit;
  background-color: #FFF;
  text-align: center;
}
.catArticles img {
  border: 0;
  padding-left: 1px;
  vertical-align: middle;
}
.news_photo {
  display: block;
  width: 100%;
  height: auto;
}
.red {
  color: #F00;
}
.multipleboxRight {
  max-width: 50%;
  float: right;
  margin: 10px;
  border-style: solid;
  border-width: 1px;
}
.imgbox {
  text-align: center;
  width: auto;
  max-width: 90%;
  border: 1px solid gray;
  background-color: #CC9;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 100%;
}
.imgbox p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.500;
  width: 95%;
}
.imgbox img {
  width: auto;
  max-width: 95%;
}
.imgboxRight {
  float: right;
  text-align: center;
  width: auto;
  max-width: 50%;
  border: 1px solid gray;
  background-color: #CC9;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 100%;
}
.imgboxRight p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.200;
  text-align: left;
}
.imgboxRight img {
  width: auto;
  max-width: 90%;
}
.imgboxLeft {
  float: left;
  text-align: center;
  width: auto;
  max-width: 50%;
  border: 1px solid gray;
  background-color: #CC9;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 100%;
}
.imgboxLeft p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.200;
  text-align: left;
}
.imgboxLeft img {
  width: auto;
  max-width: 90%;
}
#article_contents {
  width: 35%;
  display: block;
  float: right;
  margin: 10px 10px 10px 20px;
  border: 1px solid #000;
  padding: 5px;
  background-color: #FFF;
}
.article_contents {
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
}
.article_contents img {
  margin: auto;
  max-width: 100%;
}
.mobile {
  display: none;
}
.desktp {
  display: block;
}
.hr_top {
  height: 0.2em;
  width: 100%;
  border: 1px solid #F30;
}
img {
  border: 0;
  text-align: center;
  padding: 0px;
  width: auto;
  max-width: 95%;
  height: auto;
}
ul {
  margin-right: 10px;
}
ul.a {
  list-style-type: disc;
}
ul.b {
  list-style-type: square;
}
ul.c {
  list-style-type: none;
}
li {
  text-align: left;
  margin-bottom: 5px;
}
#book_orders {
  display: block;
  width: 90%;
  padding: 20px;
  margin: 0 auto;
  border-style: solid;
  border-width: thin;
  border-color: lightgrey;
}
.table_of_contents {
  display: block;
  width: 80%;
  padding: 10px;
  margin: auto;
  border: solid thin #A3A3A3;
}
.table_of_contents li{
	padding-bottom:10px;
}

.summary {
  display: block;
  background-color: azure;
  width: 90%;
  padding: 10px;
  margin: auto;
  border: 1px solid #A3A3A3;
}
#myDIV {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  background-color: #fff;
  margin-top: 20px;
}
.favorite {
  display: block;
  width: 80%;
  margin: auto;
  padding: 20px;
  border: double solid #8080FF;
  background-color: #fff;
}
.favorite img {
  margin: 0 auto;
  border: none;
}
/*breadcrum starts */

.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 5px;
  margin-top: 0;
  height: 250px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.img-container div {
  padding: 3px;
}
div.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 30px;
  border: none;
  padding-right: 10px;
  padding-bottom: 200px;
}
/* book order single colum */
.content {
  max-width: 80%;
  margin: 0 auto;
}
.top-image {
  max-width: 0 auto;
}
#top_nav {
  width: 100%;
  padding: 0;
  margin: 0;
}
.top_nav {
  padding: 0px;
}
.sticky {
  position: sticky;
  top: 0px;
  width: 100%;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}
.anchor{
	 display: block;
  position: relative;
  top: -80px; /* this is offset */
  #visibility: hidden;
}
.article_summary{
	width:90%;
	padding:10px;
	margin:0 auto;
	background-color:#33cccc;
	border-radius:20px;
}
.article_summary > hgroup{
	width:100%;
	padding:20px;
	background-color:#ffffff;
	border-radius:20px;
	margin:10px 0 20px;
}
.article_summary h3{
	font-size:200%;
	font-weight:500;
}

.page{
	width:80%;
	display:flex;
	margin:0 auto;
}
.page > div.a{
	width:50%;
	padding:10px;
	margin:10px;
	background-color:#dedcbc;
	color:#3f3f3f;
	border-radius:30px;
}
.page >div.b{
	width:50%;
	padding:10px;
	margin:10px;
	background-color:#d6cfb4;
	color:#ffffff;
	border-radius:30px;
}

  p.title {
    font-size: 120%;
    font-weight: 600;
    line-height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .subTitle {
    font-size: 120%;
    font-weight: 700;
    line-height: 110%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .title {
    font-size: 120%;
    font-weight: 600;
    line-height: 120%;
    padding: 10px 0 0 10px;
    text-align: center;
  }
  .fullArticle {
    display: inline;
    font-style: italic;
    font-weight: bold;
  }
  .redline {
    width: 90%;
    height: 2px;
  }
  .topics {
    border-radius: 30px;
    background: #0099cc;
    padding: 10px;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 110%;
    margin: 5px;
    color: #FFFFFF;
  }
  .topics a:link, .topics a:visited {
    color: #FFFFFF;
  }
  .topics a:hover, .topics a:active {
    color: #00ccff;
  }
/*LSI BUY NOW each book april 23, 2024*/
.lsi{
  width: 60%;
  height: auto;
  padding: 0 5px;
  margin:10px auto;
  border:thin solid #45BBC2;
  border-radius:20px;		
}
.img-container-lsi{
  display: flex;
  width:100%;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 10px;	
}
.img-container-lsi div{
	width:50%;
	height:auto;
}
.img-container-lsi div img{
	width:70%;
	max-width:160px;
	height:auto;
	padding:5px;
}
/*LSI BUY NOW each book April 23, 2024 ends*/

/*LSI Buy Now All books April 21, 2024*/
.lsi-2{
  width: 90%;
  height: auto;
  padding: 0 5px;
  margin:10px auto;
  border:thin solid #45BBC2;
  border-radius:20px;		
}
.img-container-lsi-2{
  display: flex;
  width:100%;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 10px;	
}
.img-container-lsi-2 div{
	width:33%;
	height:auto;
	text-align:center;
}
.img-container-lsi-2 div img{
	width:70%;
	max-width:160px;
	height:auto;
	padding:5px;
}
/*LSI BUY NOW all April 22, 2024 ends*/

.ad{
	display:block;
	padding: 10px 10px;
	margin:20px auto;
}

.ad img{
	max-width:100%;
}
.mobile{
	display:none;
}
.ad-img-container{
 display: flex;
  width:100%;
  justify-content: center;
  align-items: center;
  margin:20px auto;	
}
.ad-img-container div{
	width:50%;
	height:auto;
	padding:0 10px;
}