/*==========*/
/* Clearfix */
/*==========*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*==============*/
/* End Clearfix */
/*==============*/


/*================*/
/* Pink Myths box */
/*================*/

#myths-wraper
{
	width: 482px;
	height: 477px;
	background: url(../images/pink_gradient_bg.gif) no-repeat;
}

#buttons-wrapper
{
    padding-top: 105px;
    width: 463px;
    margin: 0px auto;
}

#myth-content-wrapper
{
    position: relative;
    margin-top: -365px;
    margin-left: 60px;
    
    width: 412px;
    height: 362px;
    z-index: 100;
    
    background: url(../images/white-box.gif) no-repeat;
}

#myth-content
{
    padding: 5px 20px 10px 20px;
    font-family: Arial;
    font-size: 9pt;
    line-height: 14pt;
    font-weight: bold;
    color: #ee7b98;
}

.myth
{
    display: table;
}

a.myth-button
{
    display: block;
    width: 403px;
    height: 56px;
    margin-bottom: 5px;
    padding-left: 60px;
    
    /*background-image: url(../images/pink_buttons.gif);*/
    background-repeat: no-repeat;
    
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    color: #ee7b98;
}

a.button-normal
{
    background-position: 0 0;
}

a.button-soft
{
    background-position: 0 -57px;    
}

a.button-selected, .button-normal:hover, .button-soft:hover
{
    background-position: 0 -114px;
    color: #fff;
}

.hidden-quiz-question
{
    display: none;
}

img.back-button
{
    border: 0;
}



/* 
    All the myth buttons need their own image, 
    since our friend IE6 AND 7 can't actually
    vertically center text.
*/

#myth-1
{
    background-image: url(../images/myth_1.gif);
}

#myth-2
{
    background-image: url(../images/myth_2.gif);
}

#myth-3
{
    background-image: url(../images/myth_3.gif);
}

#myth-4
{
    background-image: url(../images/myth_4.gif);
}

#myth-5
{
    background-image: url(../images/myth_5.gif);
}

#myth-6
{
    background-image: url(../images/myth_6.gif);
}

/* NEW STYLES FOR TAB FIX */

#tabwraper {
	background: url("../images/myths_tab_bg.png") no-repeat;
	background-position: 0px 109px;
	width: 477px;
	height: 476px;
	text-align: center;
	}

#tabheader img {
	padding-top: 1px;
	padding-bottom: 0px;
	margin:0px;
	}

#tabcontent div {
	display: none;
	position: relative;
    margin-top: -359px;
    margin-left: 55px;
    
    width: 378px;
    height: 362px;
    
    padding-top:20px;
    padding-right:15px;
    padding-bottom:10px;
    padding-left:20px;
    
    font-family: Arial;
    font-size: 9pt;
    line-height: 14pt;
    font-weight: bold;
    color: #ee7b98;
    
    background: url(../images/white-box.gif) no-repeat;
	}

/* Fix for Modern Browsers */

html>body #tabcontent div {
	display: none;
	position: relative;
    margin-top: -358px !important;
    margin-left: 58px !important;
    
    width: 385px !important;
    height: 362px;
    
    padding-top:20px;
    padding-right:15px;
    padding-bottom:10px;
    padding-left:20px;
    
    font-family: Arial;
    font-size: 9pt;
    line-height: 14pt;
    font-weight: bold;
    color: #ee7b98;
    
    background: url(../images/white-box.gif) no-repeat;
	}
	
html>body #tabheader img {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	margin:0px;
	}

/*====================*/
/* End Pink Myths Box */
/*====================*/
