/*===================================================================================*/
/* Filename:          common.css                                                     */
/* Description:       Global CSS File                                                */
/* Version:           1.0 (28.10.2009)                                               */
/* Website:           http://www.lifestyleyou.com.au                                 */
/* Company:           ID Studios (http://www.idstudios.com.au)                       */
/* Author:            Tim Hornbrook                                                  */
/*===================================================================================*/
/*							   CSS INCLUDE FILES                                     */
/*===================================================================================*/
	
	/*This File Has All The Relative Attributes For Floating Navigation*/
	@import url("floatingnav.css");
		
	/*This File Has All The Relative Attributes For The Footer*/
	@import url("footer.css");
	
/*===================================================================================*/
/*							   GENERAL STRUCTURE                                     */
/*===================================================================================*/
/* Here are all the common site wide settings for the site.*/
* {
	margin: 0px;	
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, 
form, fieldset, table, th, td { 
	margin: 0px 0px;
	padding: 0px 0px; 
}
body, p, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
img {
    border: 0;
}
input.Input_Text,
select.Input_Option {
	width: 98%;
	padding: 2px 4px;
}
ul, ol {
	list-style-type: none;
}
li {
	line-height: 1.2em;
}
a {
	color: #000;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #000;
}
.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
.More {
    cursor: pointer;
    display: block;
    margin: 5px 0;
    text-transform: uppercase;
}
.More span {
    display:block;
    float:left;
    padding-right:10px;
}
/*===================================================================================*/
/*							   ACCESSIBILITY STRUCTURE                               */
/*===================================================================================*/
/* Here are all the common settings for accessibility.*/
.Accessibility {
	display: none;
}
.FontNormal {
	font-style: normal;
	font-weight: normal;
}
/*===================================================================================*/
/*							   FORMS STRUCTURE                                       */
/*===================================================================================*/
/* Here are all the common site wide settings for any forms used in the site.*/
legend {
	display: none;
}
fieldset {
	border: none;
}
/*===================================================================================*/
/*							   BODY / HTML STRUCTURE                                 */
/*===================================================================================*/
html {
	height: 100%;
}

body {
	background-image: url(../images/hub/main_background.jpg);
	background-repeat: repeat-x;
	background-position: center 39px;
	background-color: #232122;
}
/*===================================================================================*/
/*							   jQUERY TABS STYLING                                   */
/*===================================================================================*/
.ui-tabs-hide {
     display: none;
}
/*===================================================================================*/
/*							   PAGE STRUCTURE                                        */
/*===================================================================================*/
#Container
{
	/* height: 100%; */
	position: relative;
	padding-top: 39px;
}
#BodyContentContainer
{
    /* width: 1020px; */
    width: auto;
    margin: 0px auto;
    height: 100%;		
}
#Header
{
	height: 78px;
	width: 980px;
	overflow: hidden;
	margin: 0px auto;
}
#BodyContent
{
    background-image: url(../images/common/content_background_top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #3c3c3c;
    height: 100%;
    width: 980px;
    overflow: hidden;
    margin: 0px auto;
    padding-bottom: 25px;
    position: relative;
}
#Banner
{
    margin-top: 20px;
    position: relative; 
    z-index: 1;
}
#MainContent
{
    width: 940px;
    overflow: hidden;
    position: relative;
}
.ContentPanel
{
    width: 940px;
    margin: 0px auto;
}
#NewsTicker
{
    /* background-image: url(../images/common/news-ticker-title.gif); */
	background-image: url(../images/common/news-ticker-title-bbc.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 22px;
    overflow: hidden;
    color: #7c7a78;
    font-size: 11px;
    position: relative; 
    list-style-type: none;
    padding: 8px 4px 0px 78px;           
}
#NewsTicker #hotspot 
{
    width: 75px;
    height: 30px;
    display: block;
    position: absolute;
    z-index: 10;
    margin-left: -78px;
    margin-top: -8px;
    cursor: pointer;
}
#NewsTickerList {
    visibility: hidden;
}
/* News Ticker Scroller */
        .tickercontainer {
            height: 27px; 
            margin: 0; 
            padding: 0;
            overflow: hidden; 
            width: 858px;
        }
        .tickercontainer .mask {
            position: relative;
            overflow: hidden;
            width: 858px;
        }
        ul.newsticker {
            position: relative;
            left: 750px;
            margin: 0;
            padding: 0;
        }
        ul.newsticker li {
            float: left;
            margin: 0;
            padding: 0;
        }
        ul.newsticker a {
            white-space: nowrap;
            padding: 0;
            color: #7c7a78;
            font: bold 10px Verdana;
            margin: 0 50px 0 0;
        } 
        ul.newsticker a:hover {
            color: #7c7a78;
        }         
        ul.newsticker a span {
            margin: 0 6px 0 0;
            color: #c0bfbf;
            text-transform: uppercase;
        } 
#ColumnContainer 
{
    
}
#LeftColumn
{
    width: 620px;
    margin-right: 20px;
    float: left;
}
#RightColumn
{
    width: 300px;
    float: left;      
}
/*===================================================================================*/
/*							620px POD STRUCTURE                                      */
/*===================================================================================*/
.Pod620 {
    width: 620px;
    overflow: hidden;
    margin-bottom: 20px;  
}
.Pod620 .Pod-Body {
    background-color:#383B5B;
    color:#C0BBBB;
    font-size:11px;
    overflow:hidden;
    padding:10px 0 0 20px;
}
.Pod620 .Pod-Foot {
    background-image: url(../images/hub/pod-620-footer-shop.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 16px;
    overflow: hidden;
}
/*===================================================================================*/
/*							300px POD STRUCTURE                                      */
/*===================================================================================*/
.Pod300 {
    width: 300px;
    overflow: hidden;
    float: left;   
}
#RightColumn .Pod300 {
    margin-bottom: 20px; 
}
.Pod300 .Pod-Head a {
    display: block;
    height: 41px;
    width: 300px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}  
     
.Pod300 .Pod-Body {
    background-color: #474645;
    padding:10px 15px 0 20px;
    width:265px;
    overflow: hidden;
    color: #c0bbbb;
    font-size: 11px;
}
.Pod300 .Pod-Foot {
    background-image: url(../images/hub/pod-300-footer.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 16px;
    overflow: hidden;
}
.Pod300 .Intro
{
    position: relative;
    left: -2px;
    margin-bottom: 10px;
}
.Pod300 .Intro .Thumbnail
{
    float: left;
    width: 108px;
    height: 77px;
    border: 1px solid #ffffff;
    margin-right: 10px;
    margin-bottom: 5px;
} 
.Pod300 .Title
{
    font-weight: bold;
    font-size: 12px;
}
.Pod300 .Intro .Title
{
    margin-bottom: 3px;
}



/* LAUNCH CONTENT */

#ShopPod,
.MedRec {
    display: none;
}

.BBC-Hub-Home .MedRec {
    display: block;
}
