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

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

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

/* 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: 0px black solid;  border-right: 0px black solid; border-top: 0px #1C86EE solid; background: #	#E5E5E5;
	   width: 848px; }


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

/* reddish emphasized text */
em { color: Red;
         font-family: ITC matisse;
	 font-style: ITC matisse;
	 font-weight: bold;
         font-size: 12pt;
       }

/* reddish strong text */
strong { text-align:center;
	 font-family: matisse ITC;
         color: Black;
         font-size: 75pt;
	 font-style: matisse ITC;
        }

/* ** Main elements ** */

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

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

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

/* reddishpinkish headers */
h2.red { color: #FFFFFF;
	 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: 480px;
	     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: #808080;
	     width: 500px;
             color: black;
	     border: solid 1px #1C86EE;
	   }

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

/* "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: white; 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:18px;
              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 #1C86EE; background: gray; text-decoration: none; color: black; text: black; 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: #FFFFFF}

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

div.buttons a span {
  display: none;
}

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

}

div#bubblecontainer {
}




div#bubblecontainer2 {
}

span.hidden {
  display: none;
}

