/* Page Title */
div.pageTitle{
/* background: transparent url('custom-theme/images/ui-bg_diagonals-medium_55_630000_40x40.png') scroll repeat center top; */
color: #d41017;
/* border-bottom: 1px solid #eaeaea; */
margin: 0 10px;
/* border-left: 1px solid #eaeaea; */
padding: 5px;
/* border-right: 1px solid #eaeaea; */
font-size: 20px;

}


#homeFeature{
display: block;
width: 940px;
margin: 0 10px;
height: 330px;
background: #fff;
padding: 0;
overflow: hidden;
position: relative;
}

#homeFeature a{
cursor: pointer;
text-decoration: none;
border: 0;
outline: 0;
}

#homeFeature .panelSetting{
display:block;width:100%;height:320px;position:relative;

background-color: transparent;
background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;
background-attachment: scroll;
}

#homeFeature .panelContentWrapper{
display:block;
color:#fff;
width:100%;
height:40px;
position:absolute;
bottom:0;
background:transparent url(../images/homefeatures/blacktile_50percent.png) scroll repeat center center;
font-size:14px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#homeFeature .panelContentWrapper .panelContentText{
background:transparent none repeat scroll 0 0;
/* border-right:1px solid #5D5D5D; */
display:block;
height:30px;
line-height:30px;
overflow:hidden;
padding:5px 5px 5px 15px;
vertical-align:middle;
width:750px;
}

#homeFeature .panelContentWrapper .panelContentText p{
margin: 0 !important;
}

#homeFeature .panelContentWrapper .panelContentText a{
text-decoration: none;
cursor: pointer;
}

#homeFeature .ui-corner-all{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

}


#homeFeature ul.homeFeatureTabs{
background: 0;
border: 0;
position:absolute;
right: 8px;
bottom:15px;
padding: 0 0 0 8px;
border-left: 1px solid #5d5d5d;

}


#homeFeature ul.homeFeatureTabs li{
/* background:#5D5D5D url(http://media.americanheart.org/vod/media/aha/mocks/ahaanywhere/final2/templates/css/custom-theme/images/ui-bg_diagonals-medium_55_eaeaea_40x40.png) repeat scroll 0 0; */
border:none 0 transparent;
float:left;
margin:0 4px;
}

#homeFeature .ui-corner-top {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#homeFeature .ui-tabs-selected{
/* background:#FFFFFF url(http://media.americanheart.org/vod/media/aha/mocks/ahaanywhere/final2/templates/css/custom-theme/images/ui-bg_diagonals-medium_55_630000_40x40.png) repeat scroll 0 0 !important; */
border: #d41017;
color:#FFFFFF !important;
padding-bottom:1px;
}



#homeFeature .homeFeatureTabs .ui-state-active a, #homeFeature .homeFeatureTabs .ui-state-active a:link, #homeFeature .homeFeatureTabs .ui-state-active a:visited {
color:#d41017 !important;
}
#homeFeature ul.homeFeatureTabs li.ui-state-hover{
color:#d41017 !important;
/* background:#FFFFFF url(http://media.americanheart.org/vod/media/aha/mocks/ahaanywhere/final2/templates/css/custom-theme/images/ui-bg_diagonals-medium_55_630000_40x40.png) repeat scroll 0 0 !important; */

}

#homeFeature ul.homeFeatureTabs li.ui-state-hover a:hover{
color:#d41017 !important;
}


/* New style for home feature item */
/* Accessibility from Paul Adam Team Deque 04/24/2013 */
#homeFeature a:focus, #homeFeature a:focus div{
outline: 2px solid #09F;
}

