/*------------------------------------------------------------------
GENERAL
------------------------------------------------------------------*/
body
{
 background-color: #b5a68b;
}

div#content
{

 padding-bottom  : 20px;
}

div#header
{
 height          : 100px;
}

div#footer
{
 clear           : both;
 padding         : 20px 0;
 position        : static;

}

div.general
{
 background      : url(/site-media/img/asksimon/bg.gif); background-repeat:no-repeat;
}

div#ask_simon *
{ 
 margin          : 0;
 padding         : 0;
}

div#ask_simon h1
{
 margin          : 0 310px 20px;
 width           : 179px;
}

dd.hidden
{
 display         : none;
}
/*------------------------------------------------------------------
QUESTIONS
------------------------------------------------------------------*/
div#ask_simon dl
{
 clear           : right;
 float           : right;
 width           : 470px;
}

div#ask_simon dl.questions dt
{
 cursor          : pointer;
 font-weight     : 700;
 margin-top      : 6px;
}

div#ask_simon dl.questions.video dt span
{
 background-color: #fc0773;
 padding         : 0 5px;
}

div#ask_simon dl.questions.text dt span
{
 background-color: #867450;
 padding         : 0 5px;
}

div#ask_simon div#video_container
{
 height          : 371px;
 width           : 371px;
}

div#ask_simon div#text_container
{
 background      : url(/site-media/img/asksimon/bg_text.gif) no-repeat top left;
 color           : #591a35;
 display         : none;
 font-weight     : 700;
 margin-top      : 40px;
 min-height      : 371px;
 _height         : 371px;
 padding         : 40px 80px;
 width           : 211px;
}

div#ask_simon img#key
{
 position        : absolute;
 top             : 500px;
 left            : 380px;
}