@import url("hrb_2008.css");

/*
----------------------------------------------------------------------
H&R Block > Tax Office - Style Sheet

Author(s):  Jonathan Heavner | www.hrblock.com
Updated:    09/12/2008
----------------------------------------------------------------------*/



/* Main navigation
------------------------------------------------------------------*/

.main_nav .nav_image {
    background: url(/images/main_nav/nav_tax_office.png) no-repeat;
}


/* Pods
------------------------------------------------------------------*/
.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;
}


/* Local Styles
------------------------------------------------------------------*/
/* Tax Office Detail Pages */
.price {
    color:#296f02;
    font-weight:bold; 
    font-size:22px;
}

/* Tabs */
.tabs_top {
    margin-bottom:0; 
    padding-bottom:0; 
    /*margin-top:25px; */
    width:644px;
}

.tabs_content_container {
    width:640px; 
    background:#E4F2D9 repeat-y;
    border-left:#578D39 solid 2px;
    border-right:#578D39 solid 2px;
    margin-top:0; 
    padding-top:0;
}

.tabs_content {
    padding-top:15px;
    margin-left:35px;
    margin-right:25px;
}

.tabs_content ol {
    color:#296f02;
}

.tabs_bottom {
    margin-top:0; 
    padding-top:0; 
    width:644px; 
    height:20px;
}
/* End tabs */