/* General */
body { font-size: 11pt;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  }
p {  }
a { text-decoration: underline; }
a.bold:active, a.bold:link, a.bold:visited, a.bold:hover { font-size: 12pt; font-weight: bold; }
.blockr { float: right; margin: 10px 0px 10px 10px; padding: 5px; width: 200px; text-align: center; }
.blockshop { padding: 5px; background: transparent; color: #FF0000; font-size: 9pt; }
a.blockshop:link, a.blockshop:visited { background: transparent; color: #FF0000; font-size: 9pt; text-decoration: none; font-weight: normal;  }
.smalltext { font-size: 9pt; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
.imageborder { border: 1px solid Gray;  padding: 10px;  }
.center { text-align: center; }

/* Q & A */
.qaquestion { font-weight: bold; }
.moreqa { font-size: 14pt; font-weight: bold; }
a.moreqalink:hover { color: #FF0000; font-size: inherit; font-weight: bold; text-decoration: underline;  background: transparent;  }
a.moreqalink:link, a.moreqalink:visited, a.moreqalink:active { color: #FF0000; font-size: inherit; font-weight: bold;  background: transparent;  }

/* Reviews */
.reviews { border: 1px solid #D68F6D; border-top-width: 0px; padding: 5px; width: 100%; margin-top: 0px; background: #FFFFF0; color: #8B4513; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-align: left; }
.reviewtitle { border: 1px solid #D68F6D; border-bottom-width: 0px; margin-bottom: 0px; padding: 5px; width: 100%; background: #F5DEB3; color: #8B4513; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-align: center; }
a.videoclip:link, a.videoclip:visited { font-size: 11pt; }
.videoextra { color: #804000; font-size: 9pt;  background: transparent;  }
a.videoextra:link, a.videoextra:visited { color: #FF0000; font-size: 9pt; text-decoration: underline;  background: transparent;  }

/* Articles */
div.picturecenter { float: none; margin: 5px 8px 5px 0px; padding: 5px 5px 5px 0px; }
div.pictureleft { float: left; margin: 5px 8px 5px 0px; padding: 5px 5px 5px 0px; }
div.pictureright { clear: left; float: right; margin: 5px 0px 5px 8px; padding: 5px 0px 5px 5px; }
div.picturerighttop { clear: left; float: right; margin: 5px 0px 5px 8px; padding: 5px 0px 5px 5px; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
div.pictureright { clear: left; float: right; margin: 5px 0px 5px 8px; padding: 5px 0px 5px 5px; }
div.picturerighttop { clear: left; float: right; margin: 14px 0px 5px 8px; padding: 5px 0px 5px 5px; }
div.pictureleft { clear: left; float: left; margin: 5px 8px 5px 0px; padding: 5px 5px 5px 0px; }
}
div.pictureleft p, div.pictureright p, div.picturerighttop p { text-align: justify; font-style: normal; font-size: 9pt !important; color: #8B4513;  margin: 3px 2px 2px 2px; text-indent: 0;  background-color: inherit;  }
p.captioncenter { text-align: center !important; }

/* Form tables */
.formtable { border: 1px solid #D68F6D; background-color: #FAEDC8;  color: inherit;  }
.formcolor { background-color: #FCF4DE; color: inherit; }

/* Start CurrentPage Links */
#navigation { font-size: 9pt !important;  font-family: Arial, Helvetica, sans-serif;  }
#navigation span { margin: 0; font-size: 9pt !important; padding: 0px 3px 0px 3px; }
#navigation a { color: #006A90; padding: 0px 3px 0px 3px;  font-family: Arial, Helvetica, sans-serif !important; font-weight: bold; background-color: inherit; }
#navigation #currentpage a { color: #444444; text-decoration: none; font-weight: bold; background-color: inherit; }
/* End CurrentPage Links */

/* 2 column layout */
#container2col {
  width: 100% ;
  margin: 0;
  padding: 0;
}
#left2col {
  margin-right: 200px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 2px dotted #C8C8C8;
  border-left: 2px dotted #C8C8C8;
}
#right2col {
  float: right;
  width: 185px;
}
#container1col {
  width: 100% ;
  margin: 0;
  padding: 0;
}
#left1col {
  width: 98%;
  padding-left: 10px;
  border-left: 2px dotted #C8C8C8;
}
