/* JJS ALT CSS

	Table of Contents:
    Typography
    Positioning
	
*/

/* Typography
---------------------------------------------------------------------------------------- */

div.people_info h3 {
    font-size: 18px;   
}

div.people_info h3 span, div.people_info, p.explain {
    font-size: 14px;   
}

ul#who, td.price span {
    font-size: 10px;   
}

p.explain.bigger, td.savings {
    font-size: 16px;
}   

td.price {
    font-size: 20px;   
}

h2.notice {
    font-size: 28px;   
}

div.people_info h3 span, ul#who, ul#who li a {
    color: #999;   
}

ul.content_list {
    color: #696969;   
}

ul#feature_list {
    color: #696969;
}   

p.learn_action.alt a {
    color: blue;
}   

p.learn_action.alt a:hover {
    color: #000033;
}   

td.price {
    color: green;   
}

td.savings {
    color: red;     
}

ul.content_list strong, ul#feature_list li strong, ul#who li a.activeSlide {
    color: black;   
}

p.explain strong, ul.content_list strong, ul#feature_list li strong, table#choices th, td.price, td.savings, h2.notice {
    font-weight: bold;   
}

ul#feature_list li, p.bigger, th.type, td.price, td.savings, h2.notice {
    text-align: center;   
}

ul#who, th.feature {
    text-align: right;   
}

ul#who li a {
    text-decoration: none;   
}

div.people_info, p.explain {
    line-height: 1.5em;   
}

/* Positioning
---------------------------------------------------------------------------------------- */

div#learn_more_alt {
    border: 1px solid #CCC;
    border-style: none solid solid solid;
    margin-bottom: 15px;
    overflow: hidden;
}

img#learn_more_alt_banner {
    display: block;   
}

div#people_list_container {
    background: white url(../images/system/learn_more_testimonial_alt.gif) bottom left repeat-x;   
    margin-bottom: 5px;
    padding: 15px;
    float: left;
    width: 850px;
    height: 102px;    
}

p.people_pic {
    width: 100px;
    height: 100px;
    float: left;
    border: 1px solid #abbec8;   
}

div.people_info {
    width: 720px;
    float: left;
    margin-left: 15px;   
}

div.people_info h3 {
    padding-bottom: 5px;   
}

div#content_preview {
    padding: 15px 15px 0 15px;   
}

div#content_preview p {
    margin-bottom: 15px;   
}

ul.content_list {
    margin: 0 0 0 30px;   
}

ul.content_list li {
    background: white url(../images/system/icons/silk/accept.png) 0 1px no-repeat;
    padding: 0 0 0 25px;   
    margin-bottom: 10px;
}

div#feature_preview {
    background: #f5fbff;
    border: 1px solid #dfeaf1;
    border-style: solid none;   
    float: left;
    width: 100%;
}

div#feature_preview p {
    padding: 15px;   
}

ul#feature_list li {
    width: 202px;
    float: left; 
    margin: 0 0 15px 14px;  
}

ul#feature_list li img {    
    border: 1px solid #6699cc;
}

ul#feature_list li strong {
    display: block;
    padding: 3px 0;   
}

p#book_preview_cover {
    padding: 5px 15px 0 15px;
    float: left;
    width: 190px;      
}

ul.content_list.book {
    float: left;
    width: 590px;  
    margin: 10px 0 0 0; 
}

p.learn_action.alt {
    margin: 50px 0;   
}

ul#who {
    padding: 0 15px 15px 15px;   
}

ul#who li {
    display: inline;
    margin: 0 0 0 10px;   
}

ul#who li a {
    padding: 2px;   
}

ul#who li a.activeSlide {
    background: #FFFFCC;
}

div#subscription_choices p {
    padding: 0 15px 15px 15px;   
}

table#choices {
    width: 848px;
    margin: 0 15px 15px 15px;
}   

table#choices th, table#choices td {
    border: 1px solid #EEE;  
    padding: 10px; 
}

table#choices th {
    background: #fffff4;   
}

table#choices td.yes {
    background: white url(../images/system/icons/silk/accept.png) center center no-repeat;
}

h2.notice {
    margin: 30px 15px 15px 15px;
    border: 1px solid #EEE;
    border-style: none none solid none;   
    padding: 0 0 10px 0;
}

p.learn_action {
    clear: both;   
}

p.learn_action.book {
    padding-top: 30px;   
}

p.explain.final span {
    background: #ccffcc;   
}   