﻿#weekly_guide #tab_bar 
{
	width: 795px;
}

#weekly_guide #tab_bar ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#weekly_guide #tab_bar #main_tabs li
{
	float: left;
	width: 265px;
	height: 60px;
	padding: 0;
	margin: 0;	
	background-image: url('/images/global/guide/unselected-tab.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
	font-size: 1.33em;
	line-height: 1.1em;
	overflow: hidden;
}

#weekly_guide #tab_bar #main_tabs li .selected 
{
	background-image: url('/images/global/guide/selected-tab.png');
	font-weight: bold;
	background-repeat: no-repeat;
}

#weekly_guide #tab_bar #main_tabs li a 
{
	padding: 22px 4px 4px 4px;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

#weekly_guide #tab_bar #main_tabs li a:hover 
{
	background-image: url('/images/global/guide/selected-tab.png');
	background-repeat: no-repeat;
	font-weight: bold;
}

#weekly_guide #tab_bar #sub_tabs 
{
	float: left;
	width: 800px;
	color: #666666;
	line-height: 0.75em;
	background-image: url('/images/global/controls/tab_bar/sub-tabs-bottom.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
}

#weekly_guide #tab_bar #sub_tabs a
{
	display: block;
	color: #666666;
	text-decoration: none;
	text-align: center;	
}

#weekly_guide #tab_bar #sub_tabs ul
{
	float: left;
}

#weekly_guide #tab_bar #sub_tabs li
{
	float: left;
	padding-bottom: 25px;	
}

#weekly_guide #tab_bar #sub_tabs li a 
{
	padding: 0px 4px 0px 4px;
}

#weekly_guide #tab_bar #sub_tabs ul li.selected, #tab_bar #sub_tabs ul li.hover
{
	background-image: url('/images/global/controls/tab_bar/sub-tabs-arrow.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#weekly_guide #tab_bar #sub_tabs ul li.no_arrow 
{
	background-image: none;
}

#weekly_guide #tab_bar #sub_tabs ul li.selected a, #tab_bar #sub_tabs ul li.hover a
{
	color: #FFFFFF;	
}

#weekly_guide #tab_bar #sub_tabs ul li div.corner_bottom_right 
{
	padding: 6px;
}

#weekly_guide #tab_bar #sub_tabs ul li.selected div.corner_top_left, #tab_bar #sub_tabs ul li.hover div.corner_top_left 
{
	background-color: #A69233;
	background-image: url('/images/global/controls/tab_bar/gold-corner-top-left.png');
	background-position: left top;
	background-repeat: no-repeat 
}

#weekly_guide #tab_bar #sub_tabs ul li.selected div.corner_top_right, #tab_bar #sub_tabs ul li.hover div.corner_top_right 
{
	background-image: url('/images/global/controls/tab_bar/gold-corner-top-right.png');
	background-position: right top;
	background-repeat: no-repeat 
}

#weekly_guide #tab_bar #sub_tabs ul li.selected div.corner_bottom_left, #tab_bar #sub_tabs ul li.hover div.corner_bottom_left
{
	background-image: url('/images/global/controls/tab_bar/gold-corner-bottom-left.png');
	background-position: left bottom;
	background-repeat: no-repeat 
}

#weekly_guide #tab_bar #sub_tabs ul li.selected div.corner_bottom_right, #tab_bar #sub_tabs ul li.hover div.corner_bottom_right 
{
	background-image: url('/images/global/controls/tab_bar/gold-corner-bottom-right.png');
	background-position: right bottom;
	background-repeat: no-repeat 
}

.weekly_guide_content_item
{
    
    border-bottom: solid 1px #999999;
    padding: 22px 0;    
}

.weekly_guide_content_item h2
{
    font-size: 200%;
    color: #a59233; 
}

.weekly_guide_content_item h3
{
    font-size: 150%;
    color: #000000;    
}

.weekly_guide_content_item h3.top-subhead
{
    font-size: 150%;
    color: #666666;    
}

.weekly_guide_content_item ul
{
    letter-spacing:0;
    line-height:1.5em;
    list-style-type:none;
    text-align:left;
    text-decoration:none;
    text-transform:none;
}

.weekly_guide_content_item ul li
{
    color:#000000;
    font-weight:normal;
    list-style-image:url(/images/global/nutrition/nutrition-bullet.gif);
    list-style-position:outside;
    margin-left:20px;
}

.weekly_guide_content_item a
{
    color:#000000; 
    
}

.weekly_guide_content_item .accordian_container 
{
    padding-top: 10px;
}

.accordian-item 
{
    padding: 5px 0px;
}

.accordian-item a.toggle
{
    color: #A69233;
    text-decoration: underline;
    font-weight: bold;
    display: block;
}

.accordian-item .hidden
{
   padding-top: 10px;
}

#tab_bar #sub_tabs.pregnancy_weekly_guide span
{
    float: left;
    font-weight: bold; 
    padding: 7px 15px 7px 0px;
    text-align: left;
    width: auto;
}

.weekly_guide_anchors
{
    list-style-type: square;    
    
}

#weekly_guide_header
{
    padding: 16px 385px 0px 0px;
	background-position: right top;
	background-repeat: no-repeat;
	height: 290px;
}

#weekly_guide_content
{
    
	width:518px;
	height: 100%;
}

#weekly_guide_paging_footer
{
    text-align: center;
    padding: 20px;
}

#weekly_guide_paging_footer a
{
    color: #A69233;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
}

