/* 
    styles for product tee-up page
    htdocs/product_tee.php
*/
table#cont {
    margin: 0;
}
td.left_col {
    margin-right: 32px;
    width: 418px;  /* 386px; */
}
td.right_col {
    width: 242px;
}
#description, #pricing, #start_area {
    width: 386px;
}

div#testimonial, div#under_testimonial {
    margin-left: 32px;
}
#testimonial, #under_testimonial {
    width: 242px;
}
div#testimonial {
    width: 242px;
    height: 253px;
}
div#description, div#product_header, div#pricing, div#testimonial {
    margin-bottom: 25px;
}
div#pricing, div#pricing td {
    color: #663366;
    background: #ffffff;
}
div#pricing {
    border: 1px solid #CDBCCD;
    padding: 5px 15px;
    width: 356px;  /* 386px; */
}

div#testimonial_content {
    background: url(/images/products/tee-ups/testimonial_bg.gif) no-repeat; 
    width: 242px;
    height: 253px;
}

ul.report_links {
    list-style-type: none;
    padding: 0;
    margin-left: 15px;
}

div#fold {
    margin: 25px 0;
    border-bottom: 5px dotted #666699;
    width: 660px;
}
div#under_fold {
    width: 660px;
    margin: 0;
}

div#journal {
    text-align: right;
    background: url(/images/products/tee-ups/journal_bg.gif) no-repeat;
    padding: 10px;
    width: 202px; /* 222px; */
    height: 185px; /* 205px; */
}

li, li a, li img {
    vertical-align:middle;
    padding: 1px 0;
}

div#product_header, div#description, div#pricing, div#start_area,
    div#fold, div#under_fold {
    margin-left: 60px;
}
div#product_header, div#testimonial, div#under_testimonial,
    div#fold, div#under_fold {
    margin-right: 60px;
}

/* to override the default tunnel  padding */
td#main_content_holder {
	padding-left:0px;
	padding-right:0px;
}
/* fixing a minor alignment probelm in the aol hat, only on pages with this css */
#aolMoreMenu {
  top:-20px;
}

