a:link {
    color:#039;
    text-decoration:none;
    /* font-weight: bold; */
    /* font-family: "Arial", san-serif; */
}
a:active {
    color:#C30;
    text-decoration:none;
}
a:visited {
    color:#663;
    text-decoration:none;
}
a:hover {
    color:#933;
    text-decoration:underline;
    background-color:#FFF;
}
a.external:link {
    color:#360;
    text-decoration:none;
}
a.external:active {
    color:#C30;
    text-decoration:none;
}
a.external:visited {
    color:#663;
    text-decoration:none;
}
a.external:hover {
    color:#933;
    text-decoration:underline;
    background-color:#FFF;
}

a.deletion:link {
    color:#663;
    text-decoration:none;
}
a.deletion:active {
    color:#C30;
    text-decoration:none;
}
a.deletion:visited {
    color:#663;
    text-decoration:none;
}
a.deletion:hover {
    color:#933;
    text-decoration:underline;
}
a.related:link {
    color:#B2B282;
    text-decoration:none;
    font-weight: normal;
}
a.related:active {
    color:#C30;
    text-decoration:none;
}
a.related:visited {
    color:#B2B282;
    text-decoration:none;
}
a.related:hover {
    color:#933;
    text-decoration:underline;
}
a.advertisement:link {
    color:#C30;
    text-decoration:none;
}
a.advertisement:hover {
    color:#C30;
    text-decoration:underline;
    background-color:#FFF;
}
.more_info {
    display:none;
    text-decoration:none;
}
.more_info:after {
    content: "... [cont.]";
}
a:hover .more_info {
    text-decoration:none;
    display:block;
    position:absolute;
    vertical-align: baseline;
    margin-top:24px;
    width:674px;
    left:12px;
    background-color:#FFD;
    color:#000;
    border:1px solid #000;
    text-align:left;
    font-family:'Arial', Arial, Verdana, san-serif;
    font-style: normal;
    font-size:8pt;
    padding:12px;
    overflow:hidden;
    z-index: 1000;
}
body {
    margin-left:24px;
    margin-top:12px;
    margin-right:24px;
    padding-left:0px;
    padding-top:0px;
    padding-right:0px;
    background-color:#FCFBEE;
    background-image:url('/style/default/oval.gif');
    background-attachment:fixed;
    background-position: 220px 180px;
    background-repeat: no-repeat;
    color:#000;
    font-family: "Arial", san-serif;
    font-size: 10pt;
    word-wrap: break-word;
    line-height: 1.2;
}
p {
    margin-left:0px;
    margin-right:0px;
    margin-top:10px;
    margin-bottom:10px;
    padding:0px;
}
optgroup {
    color:#808080;
}
option {
    color:#000;
}
table {
    border-collapse:collapse;
    font-size:10pt;
    font-family:Arial;
}
th {
    color:#663;
    border-color:#663;
    font-size:11pt;
    font-family:Arial;
    font-style:normal;
    font-weight:700;
    padding:12px;
    margin:6px;
    background-color:#EFEFD6;
}
td {
    border-color:#663;
    font-size:10pt;
    font-family:Arial;
    font-style:normal;
    vertical-align:top;
}
td.numeric {
    border-color:#663;
    font-size:10pt;
    font-family:Arial;
    font-style:normal;
    text-align:right;
    vertical-align:top;
}
h1 {
    margin-top:18px;
    margin-bottom:18px;
    color:#039;
    font-weight:normal;
    font-style:normal;
    font-size:24pt;
    font-family:'Arial', Arial, Helvetica, san-serif;
    display:none;
}
h2 {
    margin-top:14px;
    margin-bottom:14px;
    color:#933;
    background-color:#EFEFD6;
    border:1px solid #663;
    font-style:normal;
    font-weight:normal;
    font-size:18pt;
    font-family:'Arial', Arial, Helvetica, san-serif;
    text-align: center;
}
h3 {
    margin-top:12px;
    margin-bottom:12px;
    color:#039;
    background-color:#EFEFD6;
    /* background-image:url('/style/default/h3_background.gif'); */
    background-repeat: no-repeat;
    font-weight:normal;
    font-style:normal;
    font-family:'Arial', Arial, Helvetica, san-serif;
    font-size:14pt;
}
h4 {
    margin-top:10px;
    margin-bottom:10px;
    color:#039;
    font-weight:normal;
    font-size:12pt;
    font-style:normal;
    font-family:'Arial', Arial, Helvetica, san-serif;
}
h5 {
    margin-top:8px;
    margin-bottom:8px;
    color:#663;
    font-weight:normal;
    font-size:10pt;
    font-style:normal;
    font-family:'Arial', Arial, Helvetica, san-serif;

}
h6 {
    margin-top:8px;
    margin-bottom:8px;
    color:#663;
    font-weight:normal;
    font-style:normal;
    font-size:8pt;
    font-family:'Arial', Arial, Helvetica, san-serif;
}
hr {
    height:6px;
    width:100%;
    color:#EFEFD6;
    background-color:#EFEFD6;
    border: none;
}
hr.dashed {
    border-top: 6px dashed #EFEFD6;
    width: 100%;
    height: 6px;
    color: #FCFBEE;
}
i, em, cite {
    font-family:'Times New Roman', serif;
    font-style:italic;
    font-size:105%;
}
img {
    border-style:none;
    border-width:0px
}
img.product {
  max-width: 120px;
  max-height: 90px;
}
img.product:hover {
  border:1px solid #000;
  background-color:#FFF;
  position: relative;
  z-index: 1000;
  max-width: 456px;
  max-height: 600px;
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.vertical_box.img.product:hover {
    max-width: 300px;
    max-height: 300px;
}

img.large {
  max-width: 228px;
  max-height: 300px;
  margin-right: 8px;
  margin-bottom: 8px;
}
img.thumbnail {
  max-width: 120px;
  max-height: 90px;
}
img.thumbnail:hover {
  border:1px solid #000;
  background-color:#FFF;
  position: relative;
  z-index: 1000;
  max-width: 240px;
  max-height: 300px;
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
img.thumbshot {
  max-width: 120px;
  max-height: 90px;
}
img.thumbshot:hover {
  border:1px solid #000;
  background-color:#FFF;
  position: relative;
  z-index: 1000;
  max-width: 456px;
  max-height: 342px;
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
label {
    color:#000;
    font-size:8pt;
    font-style:Normal;
    font-family:Arial;
}
textarea {
    color:#000;
    font-size:8pt;
    font-family:Arial;
    font-style:normal;
    border-style:solid;
    border-width:1pt;
}
fieldset {
    color:#000;
    font-style:normal;
    font-size:8pt;
    font-family:Arial;
    border-style:solid;
    border-width:1pt;
}
legend {
    color:#663;
    font-style:Normal;
    font-size:8pt;
    font-family:'Arial', Arial, Helvetica, san-serif;
}
select {
    color:#000;
    font-family:'Arial', Arial, Helvetica, san-serif;
    font-size:9pt;
    font-style:normal;
    border-style:solid;
    border-width:1pt;
}
caption {
    color:#663;
    font-style:Normal;
    font-family:Arial;
    font-size:10pt;
}
marquee {
    font-family:'Arial', Arial, Helvetica, san-serif;
    font-size:10pt;
}
iframe {
    margin:0px;
    padding:0px;
    border:none;
}
.advertisement {
    color:#C30;
}
.continued_button {
    height: 28px;
    width: 128px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background-color: #A79D52;
}
.continued_button:hover {
    color:#933;
    background-color: #EFEFD6;
}
.vert_box_head {
   background-color:#C6C18A;
   font-size:14pt;
   text-align:center;
   border-top: solid 1pt #FFF;
   border-left: solid 1pt #FFF;
   border-right: solid 1pt  #663;
   border-bottom: solid 1pt  #663;
   padding-top: 2px;
   padding-bottom: 2px;
}
.vert_box_head:hover {
   background-color:#EFEFD6;
}
.vert_box_head a:hover {
    text-decoration:none;
}
.left_half_page {
    float:left;
    width:360px;
    padding-right: 4px;
    vertical-align:top;
}
.right_half_page {
    float:right;
    width:360px;
    padding-left: 4px;
    vertical-align:top;
}
.vertical_box {
    font-size:10pt;
    text-align: left;
    padding:10px;
    border:1px solid #663;
    width:332px;
    margin-bottom:12px;
    background:#EFEFD6;
    word-wrap:break-word;
    max-height:1200px;
    overflow:auto;
}
.vertical_box:hover {
    background:#FCFBEE;
    border:1px solid #933;
}
.vertical_box ul, ol, li, dl, dd {
    margin-left:12px;
    padding-left:0px;
}
.vertical_ebay {
    font-size:10pt;
    margin:0px;
    padding:0px;
    width:360px;
    max-height: 360px;
    overflow:hidden;
}
.supplemental_section {
    float:right;
    width:272px;
    padding:0px;
    margin-left:12px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    overflow:hidden;
}
.supplemental_box {
    font-size:10pt;
    word-wrap:break-word;
    border:1px solid #663;
    width:232px;
    padding:8px;
    margin-top:0px;
    margin-bottom:12px;
    margin-left:0px;
    margin-right:0px;
    background:#EFEFD6;
    max-height:800px;
    word-wrap:break-word;
    overflow:auto;
}
.supplemental_title {
    margin-top:0px;
    margin-bottom:0px;
    padding: 0px;
    color:#039;
    background-color:#EFEFD6;
    text-align: center;
    font-weight:bold;
    font-style:normal;
    font-family:'Arial', Arial, Helvetica, san-serif;
    font-size:12pt;
    text-decoration:none;
}
.supplemental_title a:hover {
    text-decoration:none;
}
.supplemental_ebay {
    background:#EFEFD6;
    float:left;
    font-size:10pt;
    width:250px;
    padding:0px;
    margin-top:0px;
    margin-bottom:12px;
    margin-left:0px;
    margin-right:0px;
}
.supplemental_ad {
    background:#EFEFD6;
    border:0px solid #663;
    /* float:left; */
    text-align: center;
    vetical-align: middle;
    font-size:10pt;
    width:250px;
    padding:0px;
    margin-top:0px;
    margin-bottom:12px;
    margin-left:0px;
    margin-right:0px;
}
.indiv_item {
   word-wrap:break-word;
   padding-top:12px;
   padding-bottom:12px;
   border-bottom: dotted #EFEFD6 6px;
   min-height:140px;
}
.indiv_item:hover, p:hover, li:hover {
    background-color: #FFF;
}
.youtube_video {
   padding-top:12px;
   padding-bottom:12px;
   border-bottom: dotted #EFEFD6 6px;
   min-height:140px;
}
.youtube_video:hover {
   padding-top:12px;
   padding-bottom:12px;
   border-bottom: dotted #EFEFD6 6px;
   height:342px;
   overflow:hidden;
}
.thumbnail_enclosure {
    float:left;
    font-size:10pt;
    border:1px solid #663;
    width:120px;
    height:120px;
    padding:10px;
    background:#FFF;
    text-align:center;
    margin-right:10px;
    margin-bottom:5px;
}
.thumbnail_enclosure:hover {
    border:1px solid #933;
}
.thumbnail_caption {
    color:#663;
    font-style:Normal;
    font-family:Arial;
    font-size:10pt;
    text-align:center;
    word-wrap:break-word;
    max-height: 30px;
    overflow:hidden;
}
.map_thumb_enclosure {
    float:left;
    font-size:10pt;
    border:1px solid #663;
    width:150px;
    padding:10px;
    background:#FFF;
    text-align:center;
    margin-right:10px;
    margin-bottom:5px;
}
li.dir_list {
    min-height:102px;
    list-style-type:none;
    margin-left:0px;
    padding-top:12px;
    padding-bottom:12px;
    padding-left:0px;
    border-bottom: dotted #EFEFD6 6px;
    word-wrap:break-word;
    overflow:hidden;
}
.dir_thumb {
    float:left;
    margin-right:12px;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    border: solid #360 1px;
    height:90px;
    width:120px;
}
.searchbox {
    padding-right:0px;
    padding-left:0px;
    padding-bottom:0px;
    margin:0px;
    padding-top:0px;
}

.bgCream {
    background-color:#EFEFD6;
}
.bgWhite {
    background-color:#FFF;
}
.bgRed {
    background-color:#F00;
}
.bgOlive {
    background-color:#663;
}
.bgPaleYellow {
    background-color:#FFC;
}
.fgCream {
    color:#EFEFD6;
}
.fgRed {
    color:#F00;
}
.fgBlue {
    color:#00F;
}
.fgGreen {
    color:#0F0;
}
.fgOlive {
    color:#663;
}
.fgDarkOlive {
    color:#993;
}
.fgGrey {
    color:#808080;
}
.fgMaroon {
    color:#800000;
}
.fgDarkGreen {
    color:#008000;
}
.nobr {
    white-space:nowrap
}
.linenumber, .line, .sentence, .anchor, .printfooter {
    display:none;
}
.hide_link {
    text-decoration:none;
    text-align:center;
    color:#663;
    font-size:8pt;
    margin: 0px;
    padding-top:8px;
    padding-bottom: 4px;
}
.related {
    color:#B2B282;
    text-decoration:none;
}
.more_results {
    margin-top: 12px;
    font-weight: bold;
    background-color: #FCFBEE;
    border: 1px solid #EFEFD6;
    text-align: center;
}
#footer {
    width:728px;
}
#index_page {
    display: block;
    position: relative;
}
#index_page_ad {
    font-size:10pt;
    padding:0px;
    border:1px solid #663;
    width:352px;
    margin-bottom:12px;
    padding-top:6px;
    padding-bottom:6px;
    background-color:#EFEFD6;
    text-align: center;
    vertical-align: middle;
    word-wrap:break-word;
    max-height:280px;
    overflow:hidden;
}
#top_links {
    left:200px;
    width:768px;
    border-bottom: solid #FCFBEE 3px;
    height: 18px;
    margin:0px;
    padding-top: 3px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    text-align: center;
    vertical-align: bottom;
    background-color: #EFEFD6;
    top: 0px;
    position:fixed;
}
#bottom_links {
    left:200px;
    width:768px;
    border-top: solid #FCFBEE 3px;
    height: 18px;
    margin:0px;
    padding:0px;
    text-align: center;
    vertical-align: bottom;
    background-color: #EFEFD6;
    bottom: 0px;
    position:fixed;
}
#top_left_links {
    background-color: #EFEFD6;
    width:160px;
    height: 90px;
    margin: 0px;
    padding: 20px;
    padding-top: 3px;
    padding-bottom:0px;
    top: 0px;
    left: 0px;
    right:0px;
    position:fixed;
}
#top_left_logo {
    background-image:url('/style/default/oval_earth.gif');
    background-repeat: no-repeat;
    width: 160px;
    height: 90px;
    margin: 0px;
    padding: 0px;
    padding-top: 35px;
    padding-bottom: 0px;
    top: 0px;
    left: 20px;
    right: 0px;
    color: #808000;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-family:'Arial', Arial, Helvetica, san-serif;
    font-size: 12pt;
    line-height: 1.2;
    position: fixed;
}
#right_skyscraper {
    background-color: #EFEFD6;
    width:160px;
    /* height: 600px; */
    height: 100%;
    margin: 0px;
    padding: 20px;
    padding-top: 90px;
    top: 0px;
    left: 0px;
    right:0px;
    position:fixed;
}
#left_skyscraper {
    background-color: #EFEFD6;
    width:160px;
    height: 600px;
    margin: 0px;
    padding: 20px;
    padding-top: 94px;
    top: 0px;
    left: 0px;
    right:0px;
    position:fixed;
}
#right_background {
    background-color: #EFEFD6;
    width:100%;
    height: 100%;
    margin: 0px;
    padding: 20px;
    /* padding-top: 16px; */
    top: 0px;
    left: 968px;
    right:0px;
    position:fixed;
}
#header {
    width:728px;
    top: 12px;
    left: 220px;
    position:absolute;
    display:block;
}
#content {
    width:728px;
    top: 272px;
    left:220px;
    position:absolute;
    overflow:hidden;
}
#body_content {
    width:728px;
    top: 272px;
    left:220px;
    position:absolute;
    overflow:hidden;
}
#google_content {
    width:728px;
    top: 272px;
    left:220px;
    position:absolute;
    overflow:visible;
}
#google_search_results {
    width:728px;
}
#no_header {
    width:728px;
    top: 12px;
    left: 220px;
    position:absolute;
    display:block;
}
#supplemental {
    top :-8px;
    left:466px;
    width:250px;
    padding:0px;
    margin-left:12px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    position:absolute;
    display:block;
    overflow:hidden;
}
#main_content {
    width:466px;
    min-height:600px;
}
#top_line {
    width: 728px;
    height: 60px;
    padding: 0px;
    margin-top: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
#dropdownSearch {
    margin-left:12px;
    width: 204px;
    float:right;
    padding: 4px;
    margin: 0px;
    background:#FFF;
    border: solid 1px #EFEFD6;
    overflow:hidden;
}
#tagline {
    float: left;
    width: 400px;
    vertical-align:top;
    font-family: "Comic Sans MS", "Brush Script MT", cursive;
    font-style: italic;
    color: #663;
    font-size: 16px;
    /* font-weight: bold; */
    padding-bottom:4px;
    padding-top: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin:0px;
}
#inquiries {
    float: right;
    vertical-align:top;
    color: #663;
    font-size: 10px;
    /* font-weight: bold; */
    padding-bottom:4px;
    padding-top: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin:0px;
}
#top_menu {
    margin-top: 6px;
    margin-bottom: 0px;
    padding: 4px;
    width: 728px;
    text-align: center;
    word-spacing: 6px;
    border-top: 6px solid #EFEFD6;
    border-bottom: 6px solid #EFEFD6;
    white-space:nowrap;
    font-weight: bold;
}
#logo_section {
    float:left;
    width: 500px;
    margin: 0px;
    padding: 0px;
    padding: 0px;
    overflow: hidden;
    background-image:url('/style/default/logo_background.gif');
    background-repeat: no-repeat;
}
#logo_proper {
    float: left;
    margin:0px;
    padding:0px;
    font-size: 24pt;
    font-weight: bold;
    vertical-align: top;
    text-decoration:none;
    text-shadow: 0.1em 0.1em 0.05em #EFEFD6
}
#logo_proper a:hover {
    text-decoration:none;
}
#addthis_section {
    background-color: #EFEFD6;
    /* width:225px; */
    height: 16px;
    top: 0px;
    padding: 4px;
    width: 160px;
    margin: 0px;
    /*left: 20px;*/
    left: 984px;
    text-align: center;
    position: fixed;
}
#google_translate_element {
   margin: 0px;
   padding: 0px;
   width: 152px;
   position: relative;
}
#plusone_section {
    background-color: #EFEFD6;
    width:125px;
    height: 16px;
    text-align: center;
    top: 0px;
    margin: 0px;
    padding: 4px;
}
#tripwire {
    background-color: #EFEFD6;
    /*border-bottom: 1px solid #EFEFD6;*/
    height: 1px;
    width: 100%;
    font-size: 1px;
    line-height: 1px;
    margin: 0px;
    padding:0px;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 1000;
}
#translation_enclosure {
    width: 160px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}
#newsitem {
    border:1px solid #AAA;
    background-color:#F9F9F9;
    padding:5px;
    margin-top:1em;
    clear:both;
}
