td {
  vertical-align: top;
}

.BrownArial11 {
  font-size: 11px;
  color: #de424e;
}

.BrownArialBold16 {
  font-weight: 400;
  font-size: 16px;
  color: #c09;
  text-decoration: underline;
}

.BrownArialBold20 {
  font-weight: 400;
  font-size: 19px;
  color: #de424e;
}

#GuideMenu {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 0.8125rem;
  line-height: 16px;
}

#GuideMenu div {
  margin: 0;
  padding: 3px 0 3px 0;
}

#GuideContent {
  width: 80%;
  margin: 0 0 10px;
  padding: 0 0 30px;
  vertical-align: top;
}

#GuideContent h1,
#GuideContent h2 {
  margin: 25px 0 10px 0;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #000;
}

#GuideContent p {
  color: #000;
  font-size: 16px;
  text-align: justify;
}

#GuideContent ol {
  margin: 0;
  padding: 0;
}

#GuideContent .OrderedP {
  color: #000;
  font-size: 16px;
  text-align: justify;
  margin: 16px 0 16px 0;
  list-style-position: inside;
}

#GuideMenu #CurrentItem {
  font-size: 0.8125rem;
  color: #9c0;
  font-weight: 700;
  text-decoration: none;
  background: url("/images/Guides/arow.gif") no-repeat center left;
  margin: 0;
  padding: 0 0 0 15px;
  position: relative;
  left: -15px;
}

.GuideMenuItem {
  font-size: 0.8125rem;
  color: #f0c;
  font-weight: 400;
  margin: 0;
  padding: 0;
  height: 17px;
  vertical-align: baseline;
}

a.CatGiudeMenuItem {
  font-weight: 400;
  font-size: 0.75rem;
  color: #666;
}

#GuideContent #NextChapter {
  background: url("/images/Guides/arrow-pink.gif") no-repeat right;
  float: right;
  padding: 0 15px 0 0;
}

.MaterialDetailsTitle {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  margin: 0;
}

.MaterialDetails {
  font-size: 16px;
  color: #666;
  text-align: justify;
  padding-right: 10px;
}

.material-ico-col {
  width: 40px;
}

.MaterialDetailsData {
  padding-left: 15px;
  padding-bottom: 20px;
}

.MaterialConvertibleTerms {
  width: 100%;
  margin-top: 18px;
  font-size: 0.875rem;
  color: #666;
  text-transform: capitalize;
}

.material-name-col {
  width: 40%;
  vertical-align: middle;
}

.material-logo-col {
  width: 60%;
  vertical-align: middle;
  text-align: left;
}

.MaterialName {
  color: #690;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.material-example {
  padding-top: 11px;
}

.material-url {
  background-image: linear-gradient(180deg, transparent 0.95em, #ff37df 0);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  background-position: 0 -1px;
  will-change: background-size;
  transition: background 0.3s;
  color: #000;
}
.material-url:hover {
  background-size: 0% 100%;
}

.MaterialIndexLink {
  color: #f0c;
  font-size: 0.875rem;
  font-weight: 400;
}

a.MaterialLink {
  color: #690;
  font-size: 0.875rem;
  font-weight: 400;
  background: url("/images/Guides/arow.gif") no-repeat;
  background-position: left 6px;
  padding: 0 0 0 15px;
  text-transform: capitalize;
}

a.MaterialLink:hover {
  color: #f0c;
  background: url("/images/Guides/arrow-pink.gif") no-repeat;
  background-position: left 6px;
}

.material-list-wrapper {
  max-width: 95%;
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid #f0c;
}

.material-list {
  width: 95%;
}
.material-list-wrapper .material-list {
  width: 100%;
}

.MaterialList {
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
}

.MaterialList td {
  width: 25%;
  padding: 0 15px 20px 0;
  vertical-align: top;
}

.MaterialIndexTitle {
  margin: 0;
  padding: 23px 0 25px 0;
  color: #000;
  font-size: 0.875;
  font-weight: 700;
  text-align: left;
}

.MaterialListCompact {
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
}

.MaterialListCompact td {
  width: 25%;
  padding: 0 15px 1px 0;
  vertical-align: top;
}

a.MaterialLinkCompact {
  color: #690;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
}

a.MaterialLinkCompact:hover {
  color: #f0c;
}

.MaterialIndexTitleCompact {
  margin: 0;
  padding-bottom: 10px;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: left;
}

.MaterialListCompact span {
  color: #f0c;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
}

/* Vibrators Guide */
.ImageProductBorder {
  border: 1px #ccc solid;
}

.LinkArrowTop {
  margin: 0 5px 0 10px;
}

.LinkArrow {
  margin: 0 5px 0 0;
}

.LinkArrowRight {
  margin: 0 0 0 5px;
}

.DivFloatLeft {
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
}

.DivFloatRight {
  float: right;
  margin: 0 0 10px 10px;
  text-align: center;
}

.DivCaptionLeft {
  float: left;
  margin: 10px 0 7px 0;
  text-align: left;
}

.DivCaptionRight {
  float: right;
  margin: 10px 0 7px 0;
  text-align: right;
}

.DivFloatRightMaterials {
  float: right;
  margin: 0 0 5px 10px;
  text-align: left;
  line-height: 30px;
}

.DivFloatLeftMaterials {
  float: left;
  margin: 0 10px 5px 0;
  text-align: left;
  line-height: 30px;
}

.TwoProducts {
  width: 50%;
  text-align: center;
  vertical-align: top;
}

.ListQuestions {
  list-style: none;
  padding: 10px 0 0 0;
}

.ListQuestions li {
  position: relative;
  margin: 0;
  padding: 0 0 20px 20px;
  font-size: 16px;
  line-height: 17px;
  text-align: left;
  background: url("/images/Guides/arow.gif") no-repeat 0 3px;
  color: #000;
}

.TextItalic {
  font-style: italic;
}

.ListBackground {
  background-image: url("/images/Guides/Vibrators/vibrator_clean.gif");
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  text-align: left;
}

.ListLeft {
  width: 80%;
}

h1.Pink {
  font-size: 24px;
  color: #c09;
  background-color: transparent;
  display: inline;
  font-weight: 400;
}

span.Pink {
  font-size: 24px;
  color: #c09;
  background-color: transparent;
  display: inline;
  font-weight: 400;
}

.BorderPink {
  vertical-align: bottom;
  border-bottom: solid 1px #f0c;
}

.GuideAuthor {
  background-color: transparent;
  font-size: 0.8125rem;
  color: #666;
  padding-top: 4px;
}

.ProductCaption {
  height: 50px;
}

.TableGuideHeader {
  margin: 0 0 17px 0;
}

.guideCategoryName {
  color: #690;
  font-size: 0.8125rem;
  font-weight: 900;
}

/* Menu 12*/
#GuideMenu12 {
  margin: 0 0 35px 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: small;
}

#GuideMenu12 div {
  margin: 0;
  padding: 3px 0 3px 0;
}

#GuideMenu12 #CurrentItem {
  font-size: 0.8125rem;
  color: #9c0;
  font-weight: 700;
  text-decoration: none;
  background: url("/images/Guides/arow.gif") no-repeat center left;
  margin: 0;
  padding: 0 0 0 15px;
  position: relative;
  left: -15px;
}

h3 {
  color: #000;
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  text-decoration: none;
}

h4.ConvertibleTermsTitle {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 2px;
}

h4.MaterialExampleTitle {
  text-align: center;
}

/* material safety icons
- - - - - - - - - - - - - - - - - - - */
.MaterialDetails .icon {
  display: block;
  width: 40px;
  height: 17px;
  background: url("/images/pp/safety-small.gif") no-repeat;
  font-size: 0;
  line-height: 0;
}

.MaterialDetails .safety-1 {
  background-position: 0 0;
}

.MaterialDetails .safety-2 {
  background-position: 0 -17px;
}

.MaterialDetails .safety-3 {
  background-position: 0 -34px;
}

.MaterialDetails .safety-4 {
  background-position: 0 -51px;
}

.MaterialDetails .safety-5 {
  background-position: 0 -68px;
}

.MaterialDetails .safety-6 {
  background-position: 0 -85px;
}

.MaterialDetails .safety-7 {
  background-position: 0 -102px;
}

.MaterialDetails .safety-8 {
  background-position: 0 -119px;
}

.MaterialDetails .safety-9 {
  background-position: 0 -136px;
}

.MaterialDetails .safety-10 {
  background-position: 0 -153px;
}

.HarnessesCategoryName {
  margin: 24px 0 0 38px;
  color: #690;
  font-size: 26px;
  line-height: 31px;
  font-weight: 400;
}

.PinkArialBold14 {
  color: #f0c;
  font-size: 0.8125rem;
  line-height: 16px;
  font-weight: 700;
}

.submenu .submenu-item {
  padding: 0 0 5px;
}

.submenu .submenu-item td {
  vertical-align: middle;
  padding: 1px 1px 10px;
}

.DarkPinkArial14u {
  color: #c09;
  font-size: 0.875rem;
  font-weight: 400;
}

.PinkArial14Normal {
  color: #f0c;
  font-size: 0.875rem;
  font-weight: 400;
}

.GreenArialBold12 {
  color: #690;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: underline;
}

.BlackArialBold12 {
  color: #000;
  font-size: 0.75rem;
  font-weight: bolder;
}

.BlackArialBold26 {
  color: #000;
  font-size: 26px;
  line-height: 31px;
  font-weight: 400;
  margin: 0 0 4px 38px;
}

.GreyArial12 {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 400;
  text-decoration: none;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.full_height {
  height: 100%;
}

.old-category-content {
  margin-top: 15px;
}

.products-list {
  border-collapse: separate;
}

.products-list td {
  vertical-align: top;
}