@import url("hrb.css");

/*
----------------------------------------------------------------------
H&R Block > second look - Style Sheet

Author(s):  ajay | www.hrblock.com
Updated:    2/17/2009
----------------------------------------------------------------------*/



/* Main navigation
------------------------------------------------------------------*/

.main_nav .nav_image {
    background: url(/images/main_nav/nav_second_look_review_2009.png) no-repeat;
}


.pod_primary .overview_header{
    height: 36px; 
    border-top: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    background-color: #7DC242;
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
    overflow: visible;
}
.pod_primary .overview_header .title_intro{
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    padding: 10px 4px 0 10px;
}
.pod_primary .overview_header .hd_dots_vert_white_green_bg {
    float: left;
    height: 36px;
    width: 2px;
    margin-left: 10px;
    background: url(../images/dots_vert_white_green_bg.png) repeat-y;
}
.pod_primary .overview_header .article_title{
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    margin: 9px 4px 0 10px;
}
.pod_primary .overview_header .article_features{
    float: right;
    font-size: 10px;
    color: #000;
    padding: 14px 8px 0 10px;
}
.pod_primary .overview_header .article_features a, 
.pod_primary .overview_header .article_features a:link, 
.pod_primary .overview_header .article_features a:visited {
    text-decoration: none;
    color: #000;
}

.pod_primary .overview_header .article_features a:hover {
    text-decoration: underline;
    color: #000;
}

.pod_primary .overview_content{
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    margin: 0 6px 6px 6px;
    padding: 10px;
    background-color: #E3F2D7;
    overflow: visible;
}

.pod_primary .product_header{
    height: 100%; 
    border-top: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    background-color: #7DC242;
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
    overflow: visible;
}
.pod_primary .product_header h1{
    font-size: 26px;
    color: #FFF;
    padding-top: 14px;
    padding-left: 6px;
}
.pod_primary .product_header h6{
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    padding-left: 6px;
    padding-bottom: 10px;
}
.pod_primary .product_content{
    height: 100%;   
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    background-color: #E3F2D7;
    margin-left: 6px;
    margin-right: 6px;
    padding: 6px;
    overflow: auto;
}