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

/* @group reset style */

*{
	box-sizing: border-box;	

	font-family: Arial, Helvetica, Geneva, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border: none;
}

/* @end */

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


/* @group Region */

div.topmenu
{
	display: table;
	background-color: #FFCE00;
	width: 230px;
	border-right: 1px solid #FF992B;
}

div.topmenuline
{
	display: table-row;
}

div.topmenuitem
{
	display: table-cell;
	border-right: none;
	visibility: visible;
}

.topmenuitem{
	border: 1px solid #FF992B;
	list-style-type: none;
}

.topmenuitem a
{
	text-align: center;
	padding: 0 3px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	color: black;
}

.topmenuitem a.current
{
	background: #FF6300;
}


/* @end */

/* @group Logo */

div.logomenu
{
}

div.logomenu img
{
	margin-top: 3px;
	float: left;
	display: block;
}

div#logoheader
{
	border: 1px solid #CBCBCB;
	background-color: #F1F1F1;
	float: left;
	margin: 2px 0 0 2px;
	width: 176px;
	text-align: center;
	line-height: 2em;
}

/* @end */

/* @group Gastype */

div.lowermenu a
{
	text-decoration: none;
	color: white;
	display: block;
}

div#headerokt95
{
	background-color: #216800;	
}

div#headerdisel
{
	background-color: #003167;	

}

div#headerokt95, div#headerdisel
{
	width: 88px;
	line-height: 1.5em;
	float: left;
	text-align: center;
	border: 2px solid white;
	border-right: none;
}

/* @end */


/* @group Content */

div.footer
{
	font-size: small;
	text-align: center;
	clear: left;
}

div.updatetime
{
	color: #003167;
	font-weight: bold;
}

div.pricetable 
{
	text-align: left;
	clear: both;
	margin-bottom: 4px;
}

div.pricetable table
{
	width: 100%;
	padding: 0.1em;
}

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

div#okt95
{
	background-color: #6EC05D;
	border: 1px solid #009c29;

}

div#disel
{
	background-color: #7EC4FF;
	border: 1px solid #305eff;
}

/* @end */

/* @group footer */

#footer img
{
	vertical-align:middle;
	border-style: none;
	padding: 0px 3px 4px 4px;
}

#footer a
{
	text-decoration: none;
	color: #666;
}

#footer
{
	position: relative;
	top: 3em;
	margin: 1em 1.5em;
	padding: 0.5em 0;
	line-height: 1em;
	font-size: small;
	text-align: center;
	font-variant: small-caps;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	clear: both;
	color: #666;
}

div.hidden
{
	display: none;
}

/* @end */

/* @group Footmenu */

div.footmenu
{
	margin: 2em 0.2em;
	text-align: center;	
	font-size: small;
}

div.footmenu a
{
	color: #333;
	text-decoration: none;
	font-variant: small-caps;
}

/* @end */


div.landscape 
{ 
	display: none; 
}


