/* CSS file for DSL 
 * author: Ockwick <>
 */

/* Body, main text color, font size and background */
body {  scrollbar-base-color: none; 
        scrollbar-arrow-color: none;
        scrollbar-DarkShadow-Color: none;
        margin-top: 0px;
        margin-bottom: 0px;
        background: #8E8F90;
	background-image: none;
	background-attachment: fixed;
	font-family: Arial;
	font-size: 10pt;
	color: black;
     }

/* normal link */
a:link {color: blue;
       }
a:visited {color: black;
	  }


/* normal list elements */
li { font-size: 9pt;
     line-height: 13ppx;
     padding-top: 10px;
     padding-right: 5px;
   }

/* main block with all the content */
table.main {border-left: 1px white solid;  border-right: 1px white solid; border-top: 6px white solid; background: white;
	   width: 800px; }


/* normal paragraph */
p { text-align:center; 
    font-family: Arial;
    font-size: 10pt;
  }

/* reddish emphasized text */
em { color: red;
	 font-style: normal;
	 font-weight: bold;
       }

/* reddish strong text */
strong { text-align:center;
	 font-family: Italic;
         color: black;
         font-size: 10pt;
	 line-height: 12px;
	 font-style: Italic;
        }

/* ** Main elements ** */

/* black headers */
h2.black { text-align:center;
	   font-size: 18px;
           color: black;
           line-height: 22px;
	   font-weight: normal;
	 }

h2.black2 { text-align:center;
	   font-size: 10pt;
           color: Black;
           line-height: 22px;
	   font-weight: normal;
	   position: relative;
	   top: -12px;
	 }

h3.black { text-align:center;
	   font-size: 14px;
	   line-height: 18px;
	   font-family: Book Antiqua;
	 }

/* reddishpinkish headers */
h2.red { color: Black;
	 text-align:center;
	 font-size: 10pt;
	
       }

h3.red { color: #CC0033;
	 text-align:center;
	 font-size: 16px;
	 line-height: 20px;
       }

h4.red { color: #CC0033;
	 text-align:center;
	 font-size: 16px;
	 line-height: 20px;
       }

/* yellow psychic box */
div.yellow { background: #FFFFCC;
	     width: 880px;
	     border: solid 1px black;
	   }

/* seminar mailto */
div.seminar { background: #FFFFCC;
	     border: solid 1px black;
              text-align: center;
	    font-family: Arial;
	    font-size: 10pt;
	   }

/* order now box */
div.ordernow{ background: #FFFFFF;
	     width: 740px;
             color: black;
	     border: none;
             font-size: 10pt;
	   }

/* white secrets box */
div.secrets { background: #FFFFFF;
	      width: 840px;
	    }

/* "you get" section */
div.youget { background: #FFFFFF;
           }

.youget p { font-family: Arial; font-size: 12px; }

/* ** Dynamic Sex Life fancy title ** */

.dsl { font-family: Bookman Old Style;
     }

.highlight { background-color: gray; margin-left: 5px; margin-right: 5px; }

/* ** specific classes for some elements ** */

/* list elements inside the secrets box */
.secrets li { font-size: 12px;
	      line-height: 15px;
	    }

/* testimonials quote */
p.quote {
	 text-align:center;
	 font-style: normal;
	 font-size: 14px;
	 line-height: 17px;
	 font-family: Book Antiqua;
        }

p.smallspace { font-size: 9pt; }


.ordernow a {
              font-size:12px;
              line-height:22px;
            }

.clickank { font-size: 12px; line-height: 22px; color: red; }

p.affiliates {
		font-family: Boot Antiqua;
		font-size: 12px;
		line-height: 16px;
		text-align: left;
}

div.buttons a {  border: outset 3px #black; background: silver; text-decoration: none; color: black; text: white; font-family: Arial; font-size: 10pt; }

div.buttons a:active { border: 4px inset #F7F7F7; }

div.buttons a:visited { color: black; }

div.buttons a:hover {color: blue; }

div.buttons { padding-bottom: 6px; padding-top: 6px; text-align: center; }

div.buttons a span {
  display: none;
}

div#bubble {
  border: 1px solid #black;
  background-color: #FFFFFF;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;

}

div#bubblecontainer {
}




div#bubblecontainer2 {
}

span.hidden {
  display: none;
}

