/**
 * CSS Styling for the "Viral Marketing 
 * Manuscript's" sales page. Please do 
 * not copy without permission of the 
 * owner of this site. 
 *
 * (c) 2008 ViralKing.com.
 */

html {
  font-family: arial;
  font-size: 12pt;
  }
  
body {
	background-image: url('http://viralmarketingmanuscript.com/imgs/bg_main.gif');
	background-repeat: repeat-x;
}

h1, h2, h3 { 
  font-weight: normal;
  font-size: 12pt;
  }

.pro_rev_box {
   text-align: left;
   width: 629px;
   background-color: #ffffee;
   border: 4px solid #eee;
   padding: 10px;
 }
 
 .pro_rev_box h3 {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 14pt;
 }
  
.hred {
     text-align: center;
  }
  
.hredin {
	color: #ce0000;
  }

.hred, .hred u {
     font-family: Impact;
     color: #ce0000;
  }

.hbig {
     font-size: 28pt;
  }
  
.hsmall {
     font-size: 18pt;
     text-align: center;
     padding-bottom: 0px;
     margin-bottom: 0px;
  }
  
.hhuge {
     padding: 0px;
     margin: 0px;
     font-size: 32pt;
  }
  
a img { border: 0px; }
  
.hmed {
     font-size: 20pt;
  }
  
.hmed2 {
     font-size: 22pt;
  }
  
.emph {
     font-weight: bold;
     font-style: italic;
  }

.emphbg {
     background-color: #ff4;
  }

.hsub {
     font-size: 14pt;
     font-weight: bold;
     text-align: center;
  }
  
.wrong {
   text-decoration: line-through;
   color: #333;
  }
  
.preb {
    font-size: 10pt;
    border: 3px solid #eee;
    padding: 0; margin: 0;
    padding: 5px;
  }
  
.reg {
	text-align: center;
	margin-top: 0px;
	padding: 0px;
  }
  
.intro_letter {
   font-size: 25pt;
   font-weight: bold;
   font-family: Georgia, Arial Black;
  }
  
.testim_main {
     width: 649px;
     background-image: url('http://viralmarketingmanuscript.com/imgs/test_box_head.gif');
     background-position: top left;
     background-repeat: no-repeat;
     padding-top: 15px;
  }
  
.testim_footer {
     width: 649px;
     background-image: url('http://viralmarketingmanuscript.com/imgs/test_box_footer.gif');
     background-position: bottom left;
     background-repeat: no-repeat;
     height: 27px;
  }
  
  
.testim_peak {
    height: 53px;
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-weight: normal;
    font-size: 16pt;
    padding-left: 40px;
  }
  
.testim_body {
     background-image: url('http://viralmarketingmanuscript.com/imgs/test_box_bg.gif');
     background-position: center;
     background-repeat: repeat-y;
     font-weight: bold;
     color: #333;
     text-align: left;
     padding-top: 10px;
  }
  

  
.testim_body td {
    vertical-align: top;
  }
  
.testim_body td.pic {
	padding: 20px;
	margin-top: 0;
  }
  
.testim_body td.pic img {
	border: 4px solid #ddd;
  }
  
.testim_body p {
     margin: 0;
     padding: 0;
     margin-bottom: 10px;
     padding-right: 10px;
     font-family: Verdana, Georgia;
     font-size: 12px;
  }
  
.t_link {
    color: #00f;
    font-weight: normal;
    text-decoration: underline;
    font-style: normal;
    font-family: Verdana;
  }
  

ul li {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 15px;
  }
  
.chapter {
    font-size: 14pt;
    font-weight: bold;
  }
  
a {
   color: #00f;
 }
 
.order { 
   width: 450px;
   border: 4px dashed #333;
   padding: 10px;
 } 


.order h3 { 
   padding: 0;
   margin: 0;
   padding: 10px;
  }
  
.order p { 
    text-align: left;
  }
  
.order table td {
    vertical-align: top;
  }
  
.order td.vmm_book {
   padding-right: 20px;
	}

.main_pg {
	padding: 0;
	margin:0;
	padding: 0 20px 0 25px;;
  }
  
#footer {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
  }
  
#footer a {
    color: #fff;
  }
  
#footer a:hover {
	color: #ff4;
  }
