﻿/*************************/
/* COMMON                */
/*************************/

div.clear
{
    _display:inline;
}


/*************************/
/* STAGEAREA             */
/*************************/
#StageArea{
	_height:50em;
}

/************************/
/* TOPMENU 	        */
/************************/
#TopMenu li a
{
    _display:inline;
}

/*************************/
/* CONTENTAREA           */
/*************************/
#ContentArea h1{
	_height:1%;	
}

/*************************/
/* SECONDARYCONTENTAREA  */
/*************************/
#PuffContainer div.modul{
	_display:inline;
}


/************************/
/* SUBMENU 	        */
/************************/
div.expandable #SubMenuHeaderLeft{
	_margin-top:-3px;
}

/***Menu bottom****/

div.expandable #SubMenuBottomLeft{
	_margin-top:-7px;
}


/************************/
/* SUBMENU              */  
/* NOT EXPANDABLE       */
/************************/
div.notexpandable #SubMenuHeaderLeft{
	_margin-top:-3px;
}
/***Menu bottom****/

div.notexpandable #SubMenuBottomLeft{
	_margin-top:-7px;
}

/*************************/
/* MODUL                 */
/*************************/
div.modultopleft
{
    _margin-bottom:-3px;
}


/*************************/
/* MESSAGEBOX            */
/*************************/
div.messageboxcontent
{
    _line-height: 1em;
}

/*************************/
/* STARTPAGE  1          */
/*************************/
div#StartPage1 div#StartPageContentArea
{
    _margin-right:1%;   
}
div#StartPage1 div#Area2 div.modulcontent
{
    _height:250px;
}
div#StartPage1 div#Area3 div.modulcontent
{
    _height:165px;
}
div#StartPage1 div#Block4
{
    _margin-right:1%;
}
div#StartPage1 div#Block5
{
    _margin-right:1%;
}



/*************************/
/* STARTPAGE  2          */
/*************************/
div#StartPage2 div#StartPageContentArea
{
    _margin-right:1%;   
}
div#StartPage2 div#Area2 div.modulcontent
{
    _height:230px;
}

/*************************/
/* STARTPAGE  3          */
/*************************/
div#StartPage3 div#StartPageContentArea
{
    _margin-right:1%;   
}

div#StartPage3 div#Block3
{
    _margin-right:1%;
}

div#StartPage3 div#Area1 div.modulcontent
{
    _height:250px;
}
div#StartPage3 div#Area2 div.modulcontent
{
    _height:165px;
}

/*************************/
/* SEARCH  PAGE          */
/*************************/
#SearchPage #ResultArea li 
{
    _padding:0;
    _padding-top: 0.5em;  
}

/*************************/
/* MY SITE PAGE          */
/*************************/
div#MySitePage table.myorders {
    _margin: 0;
}

/************************/
/*  MyResultsPage      	*/
/************************/
div#MyResultsPage
{
	_height:1%;	
}

/***************************/
/*  DIARY                  */
/***************************/
div#DiaryStart,
div#DiarySpellListPage,
div#MyGoalPage,
div#DiaryMyShoesPage
{
	_height:1%;	
}


/************************/
/*  MY GOAL      	*/
/************************/

div.mygoal h2{
	_height:1%;
}



