﻿body {
	margin: 0;
	padding: 50px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	text-decoration: none;
}

#container {
	background: yellow url(images/device.jpg);
	position: relative;
	margin: 0 auto;
	padding: 46px 43px 55px 43px;
	width: 500px;
	height: 355px;
}
#statusbar {
	background: #68af3b;
	border: 3px solid #68af3b;
	border-width: 0 0 3px 3px;
	position: absolute;
	top: 46px;
	right: 42px;
	height: 20px;
	z-index: 10;
	-moz-border-radius-bottomleft: 5px;
}
	#statusbar p {
		color: #fefefe;
		font-size: 70%;
		padding: 0px 15px;
		position: relative;
		top: -8px;
	}
#navigation {
	position: absolute;
	top: 46px;
	left: 43px;
	width: 70px;
	height: 355px;
	z-index: 10;
}

	#navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#navigation li {
		/* background: #D9D9D9; */
		background: #7dd247;
		border: 1px solid #68af3b;
		border-width: 0 3px 3px 0;
		margin: 0;
		padding: 0;
		width: 68px;
		height: 55px;
		text-align: center;
		vertical-align: middle;
		-moz-border-radius-bottomright: 5px;
	}
	#navigation li.active {
		background: #fff;
		border:	1px solid #68af3b;
		border-width: 0;
		border-right: 0px solid #fff;
	}
	#navigation	li + li, #navigation ul:first-child {
		border-bottom: 0px solid #7dd247;
		height: 58px;
		-moz-border-radius-bottomright: 0px;
	}
	#navigation	li.active + li {
		border-top: 3px solid #68af3b;
		-moz-border-radius-topright: 5px;
	}
	#navigation li.last {
		border-bottom: 0;
		height: 62px;
	}
	#navigation li.last a {
		height: 41px;
	}
	
	#navigation a {
		color: #fefefe;
		display: block;
		font-size: 80%;
		height: 38px;
		padding: 20px 5px 0 5px;
		vertical-align: middle;
	}
	#navigation a.db {
		padding-top: 10px;
		height: 48px;
	}
	#navigation a:hover {
		background: #68af3b;
		border-bottom: 1px solid #bbb;	
	}
	#navigation li.active a {
		color: #000;
		background: #fff;
	}
	#navigation li.active a:hover {
		background: #fff;
	}

#content {
	position: absolute;
	top: 76px;
	left: 113px;
	width: 430px;
	height: 325px;
	z-index: 10;
}
	#content div.navigation {
		position: absolute;
		bottom: 26px;
		left: 20px;
		width: 320px;
		height: 40px;
	}
	#content div.navigation div {
		background: #ef9f15;
		-moz-border-radius: 5px;
		position: absolute;
		left: 50px;
		bottom: -1px;
		width: 215px;
		height: 40px;		
	}
	#content div.navigation div p {
		color: #eee;
		font-size: 120%;
		font-weight: bold;
		text-align: center;
		position: relative;
		bottom: 10px;
	}
	#content div.navigation ul {
		background: #ef9f15;
		-moz-border-radius: 5px;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 0px;
		width: 215px;
		display: none;
	}
	#content div.navigation li:hover {
		background-color: #ca3d26;
	}
	#content div.navigation div:hover ul {
		display: block;
	}
	
	#content div.navigation li {
		margin: 0;
		padding: 0;
	}
	#content div.navigation li a {
		color: #eee;
		display: block;
		height: 17px;
		font-size: 120%;
		padding: 7px 10px 13px 10px;
		text-align: center;
		vertical-align: middle;
	}
	#content div.navigation a.prev, #content div.navigation a.next {
		background: #ef9f15;
		display: block;
		position: absolute;	
		bottom: 1px;
		width: 29px;
		height: 36px;						
	}
	#content div.navigation a.prev:hover, #content div.navigation a.next:hover {
		background-color: #ca3d26;	
	}
	#content div.navigation a.prev {
		background-image: url(images/arrow-left.png);
		left: 14px;
	}
	#content div.navigation a.next {
		background-image: url(images/arrow-right.png);
		left: 272px;
	}
	#content div.selector ul {
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 25px;
		right: 25px;
	}
	#content div.selector li {
		display: inline;
	}
	#content div.selector a {
		color: #eee;
		background: #ef9f15;
		-moz-border-radius: 5px;
		display: block;
		float: left;
		font-size: 95%;
		margin: 0 5px;
		padding: 5px 8px;
	}
	#content div.selector a:hover {
		background: #ca3d26;
	}
	#content div.selector a.selected {
		background:	#ca3d26;
	}
	
	#content div.buttons {
		line-height: 28px;
		position: absolute;
		right: 75px;
		bottom: 10px;
		width: 20px;
	}
	
	#content div.buttons a {
		background: #ef9f15;
		color: #eee;
		display: block;
		font-size: 70%;
		width: 70px;
		margin: 5px 2px;
		padding: 0 5px;
		-moz-border-radius: 5px;
	}
	#content div.buttons a:hover {
		background: #ca3d26;
	}
}

#picture {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}