/* CSS Document */

body 
{
margin: 0px;
padding: 0px;
color: #000;
background: #dedede;
}

.landscape
{
margin: 0px auto;
width: 550px;
background: #fff;
padding-bottom: 1px;
}

.portrait
{
margin: 0px auto;
width: 400px;
background: #fff;
padding-bottom: 1px;
}

.panorama
{
margin: 0px auto;
width: 800px;
background: #fff;
}

										/* FONTS */

p
{
clear: left;
font: 13px Arial, Helvetica, sans-serif;
text-align: center;
line-height: 1.3em;
}


										/* LINKS  */
											

.close a:link 
{
color: #8DB564;
text-decoration: none;
border-bottom: 1px dotted;
line-height: 1.2em;
padding-left: 14px;
background: transparent url(../images/icon-close.gif) no-repeat center left;
zoom: 1;
}

.close a:visited 
{
color: #8DB564;
text-decoration: none;
border-bottom: 1px dotted;
line-height: 1.2em;
padding-left: 14px;
background: transparent url(../images/icon-close.gif) no-repeat center left;
zoom: 1;
}

.close a:hover 
{ 
color: #FFF;
background: #8DB564 url(../images/icon-closehover.gif) no-repeat center left;
line-height: 1.2em;
padding-left: 14px;
zoom: 1;
}



/* information link */
.inf a:link 
{
color: #000;
text-decoration: none;
border-bottom: 1px dotted;
}

.inf a:visited 
{
color: #000;
text-decoration: none;
border-bottom: 1px dotted;
}

.inf a:hover 
{ 
background: #dedede;
cursor: help;
}
