/* @override 
	http://developers.seidur.is/ProjectWeb/gsmbensin/styles/stylesheet-ipod.css
*/

/* @group reset style */
/* @end */

body
{
	/* margin: 5em; */
	/* margin-bottom:	5em; */
	max-width: 	320px;
	-webkit-text-size-adjust: none;
	font-size: medium;
}

/* @group Portrait */
body[orient='portrait'] {} /* mobile safari bug? */
body[orient='portrait'] .portrait 
{ 
}

body[orient='portrait'] .landscape 
{ 
	display: none; 
}

/* @end */

/* @group Landscape */
body[orient='landscape'] .portrait 
{ 
	display: none; 
}

body[orient='landscape'] .landscape 
{ 
	display: block;
}

body[orient='landscape'] {
	margin: 1px;
	max-width: 480px;
}

body[orient='landscape'] .topmenu {
	float: left;
}
body[orient='landscape'] .pricetable {
	width: 320px;
	clear: none;
	float: right;
}

body[orient='landscape'] .logomenu img {
	padding: 0px 52px;
}

body[orient='landscape'] #logoheader {
	width: 320px;
}

body[orient='landscape'] div#headerokt95, body[orient='landscape'] div#headerdisel {
	width: 160px;
}

body[orient='landscape'] .footer {
	clear: both;
}

body[orient='landscape'] .topmenuitem {
	border-bottom: none;
}

body[orient='landscape'] .topmenuitem a{
	text-align: right;
}


body[orient='landscape'] .topmenu {
	margin: 0px 2px;
	width: 150px;
	border-right: none;
	border-bottom: 1px solid #FF992B;
}


/* @end */



/* @group Region */

div.topmenu
{
	width: 100%;
}

/* @end */

/* @group Logo */

div#logoheader
{
	width: 264px;
}

/* @end */

/* @group Gastype */

div#headerokt95, div#headerdisel
{
	width: 132px;
}

/* @end */


/* @group Content */

div.pricetable table
{
	padding: 0.4em 1em;
}

div.pricetable td, div.pricetable th
{
	padding: 2px;
}

/* @end */

/* @group footer */

#footer
{
	top: 1em;
}
/* @end */

/* @group Footmenu */

div.footmenu
{
	font-size: medium;
}


/* @end */