/*---------------------------------------------------------
    
    The Academic Edge, Inc
    Performing an Electrocardiogram
    page-specific styles

-----------------------------------------------------------*/

/* page-specific adjustments
------------------------------*/

#page {
    padding-bottom: 0; /* removes bottom padding for the right column background */
}

#page p {
    font-size: 12px;
}


/* subnav
------------------------------*/

#subnav {
    width: 720px;
    height: 24px;
    margin: 0 0 0 0;
    padding: 0;
    float: left;
    background: url(../img/bg_subnav.gif) repeat-x;
}

#subnav li {
    height: 24px;
    font-size: 11px;
    line-height: 15px;
    color: #9a9b9c;
    float: left;
    list-style: none;
    border-right: 1px solid #f6f7f7;
}

#subnav li a {
    color: #fff;
    text-decoration: none;
    height: 21px;
    padding: 5px 20px 0px 20px;
    _padding: 3px 20px 0 20px; /* IE 6 hack */
    display: block;
    _float: left; /* IE 6 hack */
}

#subnav li a:hover {
    background: url(../img/bg_subnav_over.gif) repeat-x;
}

#subnav .current {
    font-weight: bold;
    background: url(../img/bg_subnav_current.gif) repeat-x;
    padding: 5px 20px 0px 20px;
    _padding: 3px 20px 0 20px; /* IE 6 hack */
}

/* columns
------------------------------*/

#col_left {
    width: 430px;
    float: left;
}

#col_right {
    width: 290px;
    float: right;
    background: #f7f8f8;
    font-size: 11px;
    line-height: 14px;
    font-family: Lucida Grande, sans-serif;
    color: #727376;
    _margin-top: -3px; /* IE 6 hack */
}

/* left column
------------------------------*/

#page #col_left h1 {
    font-weight: normal;
    font-size: 21px;
    color: #1e4483;
    margin-bottom: 8px;
}

#col_left p {
    font-size: 12px;
    line-height: 18px;
    float: left;
    font-family: Lucida Grande, sans-serif;
    color: #727376;
    margin: 6px 0 0 20px; /* WHY IS THIS DIFFERENT FROM FASD STYLE? */
    _margin: 6px 0 0 10px; /* IE 6 hack */
    width: 390px;
}

#col_left .lead {
    font: normal 13px/18px Lucida Grande, sans-serif;
    line-height: 18px; /* for Safari */
    color: #727376;
    margin-left: 20px; /* WHY IS THIS DIFFERENT FROM FASD STYLE? */
    _margin-left: 10px; /* IE 6 hack */
}

/* DVD Features
------------------------------*/

#dvdFeatures {
    float: left;
    margin-bottom: 20px;
}

#dvdFeatures h3 {
    float: left;
    height: 20px;
    width: 390px;
    margin: 15px 0 0 20px;
    _margin: 15px 0 0 10px; /* IE 6 hack */
    text-align: left;
    color: #acb4bd;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #cfd6e0;
}

#dvdFeatures p {
    font-size: 11px;
    line-height: 15px;
}

#dvdFeatures .feature {
    float: left;
    margin-bottom: 8px;
}

#dvdFeatures .feature img {
    float: left;
    margin: 3px 10px 0 0;
}

/* funding info
------------------------------*/

#fundingInfo {
    float: left;
    padding: 0;
    margin: 0 0 20px 0;
}

#fundingInfo img {
    float: left;
    padding-right: 10px;
}

#fundingInfo p {
    font-size: 11px;
    line-height: 14px;
}


/* right column
------------------------------*/

#col_right .caseArt {
    float: right;
}

/* Add to Cart button */

#col_right .AddtoCart {
    width: 81px;
    height: 19px;
    float: left;
    margin: 12px 0 0 20px;
    background: url(../img/AddtoCart.gif) no-repeat top;
    text-indent: -1000px; /* hides hypertext */
    overflow: hidden;
}

#col_right a:hover.AddtoCart {
    background-position: bottom;
}

/* Buy Now button */

#col_right .BuyNow {
    width: 81px;
    height: 19px;
    float: left;
    margin: 12px 0 0 20px;
    background: url(../img/BuyNow.gif) no-repeat bottom;
    text-indent: -1000px; /* hides hypertext */
    overflow: hidden;
}

#col_right a:hover.BuyNow {
    background-position: top;
}

/* Email Us button */

#col_right .EmailUs {
    width: 81px;
    height: 19px;
    float: left;
    margin: 15px 0 0 90px;
    _margin: 15px 0 0 80px; /* IE 6 hack */
    background: url(../img/EmailUs.gif) no-repeat top;
    text-indent: -1000px; /* hides hypertext */
    overflow: hidden;
}

#col_right a:hover.EmailUs {
    background-position: bottom;
}

/* More Info button */

#col_right .MoreInfo {
    width: 81px;
    height: 19px;
    float: left;
    margin: 12px 0 0 20px;
    background: url(../img/MoreInfo.gif) no-repeat top;
    text-indent: -1000px; /* hides hypertext */
    overflow: hidden;
}

#col_right a:hover.MoreInfo {
    background-position: bottom;
}

#col_right h3 { /* Related Products */
    float: left;
    height: 18px;
    width: 265px;
    margin: 15px 0 0 15px;
    _margin: 15px 0 0 7px; /* IE 6 hack */
    text-align: left;
    color: #acb4bd;
    font-size: 12px;
    line-height: 15px;
    border-bottom: 1px solid #cfd6e0;
}

/* ECG info
------------------------------*/

#ECG_buy {
    margin: 15px 0 0 15px;
    _margin: 8px 0 0 7px; /* IE 6 hack */
    width: 265px;
    float: left;
}

#ECG_buy h2 {
    font-weight: bold;
    font-size: 12px;
    color: #1e4483;
    float: left;
    width: 140px;
    text-align: left;
    margin: 4px 0 0 0;
    _margin: 8px 0 0 0; /* IE 6 hack */
}

#ECG_buy p {
    float: left;
    font-size: 11px;
    line-height: 14px;
    margin: 4px 0 0 0;
    width: 140px;
}

/* HIVSTD Pharmacy Counseling info
------------------------------*/

#HIVSTDPharmacy_buy {
    margin: 15px 0 0 15px;
    _margin: 8px 0 0 7px; /* IE 6 hack */
    width: 265px;
    float: left;
}

#HIVSTDPharmacy_buy h2 {
    font-weight: bold;
    font-size: 12px;
    color: #1e4483;
    float: left;
    width: 140px;
    text-align: left;
    margin: 4px 0 0 0;
    _margin: 8px 0 0 0; /* IE 6 hack */
}

#HIVSTDPharmacy_buy p {
    float: left;
    font-size: 11px;
    line-height: 14px;
    margin: 4px 0 0 0;
    width: 140px;
}

/* HIV/STD Medical Interview info
------------------------------*/

#HIVSTDMedical_buy {
    margin: 8px 0 0 15px;
    _margin: 8px 0 0 7px; /* IE 6 hack */
    width: 265px;
    float: left;
}

#HIVSTDMedical_buy h2 {
    font-weight: bold;
    font-size: 12px;
    color: #1e4483;
    float: left;
    width: 140px;
    text-align: left;
    margin: 4px 0 0 0;
    _margin: 8px 0 0 0; /* IE 6 hack */
}

#HIVSTDMedical_buy p {
    float: left;
    font-size: 11px;
    line-height: 14px;
    margin: 4px 0 0 0;
    width: 160px;
}

/* Pressure Ulcers info
------------------------------*/

#PressureUlcers_buy {
    margin: 8px 0 0 15px;
    _margin: 8px 0 0 7px; /* IE 6 hack */
    width: 265px;
    float: left;
}

#PressureUlcers_buy h2 {
    font-weight: bold;
    font-size: 12px;
    color: #1e4483;
    float: left;
    width: 140px;
    text-align: left;
    margin: 4px 0 0 0;
    _margin: 8px 0 0 0; /* IE 6 hack */
}

#PressureUlcers_buy p {
    float: left;
    font-size: 11px;
    line-height: 14px;
    margin: 4px 0 0 0;
    width: 160px;
}

/* Email Us button */

#PressureUlcers_buy .EmailUs {
    width: 81px;
    height: 19px;
    float: left;
     margin: 12px 0 0 20px;
    background: url(../img/EmailUs.gif) no-repeat top;
    text-indent: -1000px; /* hides hypertext */
    overflow: hidden;
}

#PressureUlcers_buy a:hover.EmailUs {
    background-position: bottom;
}

/* Questions
------------------------------*/

#questions {
    margin: 0 0 20px 15px;
    _margin: 8px 0 0 7px; /* IE 6 hack */
    _padding-bottom: 20px; /* IE 6 hack */
    width: 265px;
    float: left;
}

#col_right #questions h3 { /* Related Products */
    float: left;
    height: 18px;
    width: 265px;
    margin: 5px 0 5px 0;
    text-align: left;
    color: #acb4bd;
    font-size: 12px;
    line-height: 15px;
    border-bottom: 1px solid #cfd6e0;
}

#questions p {
    float: left;
    font-size: 11px;
    line-height: 15px;
    margin: 4px 0 0 0;
    width: 265px;
}

#questions .phone {
    background: url(../img/phone.gif) no-repeat left center;
    height: 34px;
    padding-left: 55px;
    width: 112px;
    float: left;
    margin: 10px 0 0 45px;
    _margin: 10px 0 0 15px; /* IE 6 hack */
}

#questions .phoneNumber {
    font-weight: bold;
}

/* Product Selection (Store)
------------------------------*/

#page h1 {
    font-weight: normal;
    font-size: 21px;
    color: #b5bcc4;
    margin-bottom: 12px;
    margin-top: 8px;
    float: left;
}

#page .quantityTitle {
    color: #1e4483;
}

/* product selection table */

#productSelect {
    width: 600px;
    float: left;
    margin: 10px 0 10px 60px;
}

#productSelect td {
    /*vertical-align: top;*/
    padding: 0 0 10px 0;
}

#productSelect p {
    margin: 0 0 0 10px;
    padding: 0;
    width: auto;
}

#productSelect .productTitle {
    font-weight: bold;
    font-size: 12px;
}

#productSelect .features {
    font-size: 11px;
    line-height: 14px;
    float: left;
    margin-top: 4px;
    color: #5b5b5b;
}

#productSelect .price {
    font-weight: bold;
    font-size: 13px;
    float: left;
    text-align: center;
    width: 110px;
}

#productSelect .savings {
    color: #3187d3;
    font-size: 11px;
    margin: 0 0 0 4px;
}

/* Add to Cart button */

#productSelect .AddtoCart {
    width: 81px;
    height: 19px;
    float: left;
    margin: 6px 0 0 25px;
    background: url(../img/AddtoCart.gif) no-repeat top;
    text-indent: -1000px; /* hides hypertext */
    overflow: hidden;
}

#productSelect a:hover.AddtoCart {
    background-position: bottom;
}

/* alerts */

#page .alertQuestion {
    float: left;
    margin: 10px 0 8px 14px;
    padding: 6px 0 0 60px;
    font-size: 11px;
    line-height: 14px;
    min-height: 40px;
    width: 340px;
    color: #727376;
    background: url(../img/icon_question.gif) center left no-repeat;
}