body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
html {
	overflow-x: hidden;
}
body {
	background-color: #000;
	background-image: url(../images/dark-background-textured.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x: hidden;
}
.clearfix {
	clear: both;
}
nav#header {
	display: block;
	width: 100%;
	height: 60px;
	background-image: url(../images/dark-topbar-bg.png);
	background-repeat: repeat-x;
}
nav#header ul {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 768px;
}
nav#header li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	margin-left: 5px;
}
nav#header li:first-child {
	float: left;
}
nav#header li > a {
	height: 42px;
	display: block;
}
nav#header li > a:hover {
	cursor: pointer;
}
nav#header li > a#FAQ {
	background-image: url(../images/dark-button-faq.png);
	width: 65px;
}
nav#header li > a#FAQ:hover {
	background-position: 0 -42px;
}
nav#header li > a#ABOUT {
	background-image: url(../images/dark-button-about.png);
	width: 165px;
}
nav#header li > a#ABOUT:hover {
	background-position: 0 -42px;
}
nav#header li > a#HOWTO {
	background-image: url(../images/dark-button-howto.png);
	width: 82px;
}
nav#header li > a#HOWTO:hover {
	background-position: 0 -42px;
}
nav#header li > a#ACCOUNT {
	background-image: url(../images/dark-button-account.png);
	width: 112px;
	margin-right: 20px;
}
nav#header li > a#ACCOUNT:hover {
	background-position: 0 -42px;
}
nav#header li > a#ACCOUNTOPENED {
	background-image: url(../images/dark-button-account-2.png);
	width: 112px;
	margin-right: 20px;
}
nav#header li > a#ACCOUNTOPENED:hover {
	background-position: 0 -42px;
}
nav#header h1 {
	margin: 0;
	padding: 0;
}
div.wrapper {
	position: relative;
	width: 768px;
	margin: 0 auto 0 auto;
	clear: both;
	background-image: url(../images/dark-tradearea-bg.png);
	background-repeat: repeat-y;
}
div#advertBanner-wrapper {
	position: relative;
	height: 57px;
}
#advertBanner {
	position: absolute;
	width: 768px;
	height: 75px;
	top: -18px;
	clear: both;
}
.advertBanner {
	cursor: pointer;
}
#walletDetails {
	width: 518px;
	height: 63px;
	background-image:url(../images/dark-advertBanner-blank.png);
	padding:12px 100px 0 150px;
	margin-top: -18px;
}
#walletDetails > div#withdrawButton {
	background-image:url(../images/dark-button-withdrawSmall.png);
	width:77px;
	height: 37px;
	float: left;
	margin: -6px 0 0 -8px;
	clear:left;
}
#walletDetails > div#withdrawButton:hover {
	cursor:pointer;
	background-position: 0 -37px;
}
#walletDetails > p {
	display: block;
	float: left;
	color: #CCCCCC;
	font-size: 13px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	line-height:25px;
}
#walletDetails > p > span {
	font-weight: bold;
	color:#FC0;
	margin-right:15px;
	white-space:nowrap;
}
#text-wrapper {
	width: 700px;
	background-image: url(../images/dark-text-bg.png);
	background-repeat: repeat-y;
	padding: 1px 34px 34px 34px;
	position: relative;
	line-height: 24px;
}
#text-wrapper h1 {
	margin-top: 30px;
	padding-top: 0;
	color: #FC0;
}
#text-wrapper h2 {
	color: #FC6;
}
#text-wrapper .close {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
}
#whatIsSatoshiOption, # {
 line-height: 24px;
}
div#createWalletPanel {
	height: 65px;
	border-color: #FC0;
	border-style: dashed;
	border-width: 5px;
	background-color: #1d1d1d;
	font-size: 22px;
	color: #666;
}
div#createWalletPanel:hover {
	color: #CCC;
	cursor:pointer;
}

a#createWalletButton {
	background-image: url(../images/dark-button-createWallet.png);
	height: 55px;
	width: 102px;
	display: block;
	float: left;
	margin: 5px 0 0 10px;
}

div#createWalletPanel > a#createWalletButton.success {
	background-image: url(../images/dark-button-success.png);
	height: 55px;
	width: 102px;
	display: block;
	float: left;
	margin-left: 20px;
}

div#createWalletPanel:hover > a#createWalletButton, iv#createWalletPanel > a#createWalletButton:hover {
	background-position: 0 -55px;
}
div#createWalletPanel > p {
	line-height: 64px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 565px;
	font-weight: bold;
	font-size: 22px;
}
#options {
	width: 200px;
	height: 459px;
	float: left;
	background-image: url(../images/dark-background-textured.png);
	position: relative;
}
#tradeArea {
	width: 568px;
	float: left;
}
.assetClosed {
	background-image: url(../images/closedTrading.png);
	background-repeat: repeat;
	width: 568px;
	height: 427px;
	position: absolute;
	top: 32px;
	left: 200px;
	z-index: 99;
	opacity: 0.9;
}
#header-breadCrumbs {
	background-image: url(../images/dark-header-breadCrumbs.png);
	height: 32px;
	width: 553px;
	float: left;
	line-height: 32px;
	padding-left: 15px;
	color: #FFC926;
	text-shadow: 1px 1px #000000;
	font-weight: 100;
	font-size: 12px;
}
#header-transactionHistory {
	background-image: url(../images/dark-header-transactionHistory.png);
	height: 33px;
	width: 753px;
	float: left;
	line-height: 33px;
	padding-left: 15px;
	color: #FFC926;
	text-shadow: 1px 1px #000000;
	font-weight: 100;
	font-size: 12px;
}
.maximumTradeSize {
	border: 1px solid #FC0;
	width: 488px;
	line-height: 20px;
	font-size: 12px;
	float: left;
	margin: 10px 30px 0 30px;
	padding: 5px;
	color: #FC0;
	text-align: center;
}
.upAddress {
	background-image: url(../images/dark-upaddress.png);
	width: 374px;
	height: 36px;
	float: left;
	margin: 10px 0px 0px 30px;
	padding: 0 10px 0 120px;
	line-height: 36px;
	font-size: 14px;
	color: #81D166;
	text-align: left;
	transition: ease-out;
	transition-duration: 0.5s;
}
div.betLine > span > button {
	height: 37px;
	width: 78px;
	margin:0;
	padding:0;
	background-color:transparent;
	border:none;
	cursor:pointer;
	display:block;
	float: left;
}
div.betLine > span > button#betPctCtrl10 {
	background-image:url(../images/dark-button-bet10.png);
}
div.betLine > span > button#betPctCtrl25 {
	background-image:url(../images/dark-button-bet25.png);
	margin-left:-10px;
}
div.betLine > span > button#betCtrl {
	background-image:url(../images/dark-button-placeBet.png);
	width: 88px;
}
div.betLine > span > button:hover {
	background-position:0 -37px;
}
div.betLine > span > input {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	background-color:#1d1d1d;
	border:1px solid #999;
	width: 80px;
	height:20px;
	margin: 7px 0 0 0;
	padding:0 0 0 10px;	
	float: left;
}
div.betLine > span > input:hover {
	border:1px solid #FC0;
}
.downAddress {
	background-image: url(../images/dark-downaddress.png);
	width: 374px;
	height: 36px;
	float: left;
	margin: 15px 0px 0px 30px;
	padding: 0 10px 0 120px;
	line-height: 36px;
	font-size: 14px;
	color: #D16666;
	text-align: left;
	transition: ease-out;
	transition-duration: 0.5s;
}
.upAddress:hover, .downAddress:hover {
	color: white;
	cursor: pointer;
	transition: ease-out;
	transition-duration: 0.5s;
}
.instrumentSymbol {
	font-weight: bold;
	font-size: 30px;
	color: #FFBF00;
	margin: 15px 0px 0px 30px;
	float: left;
	width: 200px;
}
.instrumentPrice {
	font-weight: bold;
	font-size: 30px;
	color: #FFBF00;
	margin: 15px 35px 0px 0px;
	float: right;
	width: 200px;
	text-align: right;
}
.instrumentTime {
	font-weight: normal;
	font-size: 16px;
	color: #FFBF00;
	margin: 0px 0px 0px 30px;
	float: left;
	width: 200px;
}
.instrumentChange {
	font-weight: normal;
	font-size: 16px;
	color: #FFBF00;
	margin: 0px 35px 0px 0px;
	float: right;
	width: 200px;
	text-align: right;
}
.graphBackground {
	width: 504px;
	height: 186px;
	background-image: url(../images/dark-graph-bg.png);
	float: left;
	margin: 20px 0 15px 30px;
	;
}
#chartPanel {
	width: 504px;
	height: 160px;
	position: absolute;
	top: 267px;
	left: 230px;
}
ul#option-selection {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	position: absolute;
}
ul#option-selection li a {
	display: block;
	text-decoration: none;
	height: 31px;
	background-image: url(../images/dark-navigation-ul.png);
	text-decoration: none;
	color: #CCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 34px;
	text-indent: 60px;
	position: relative;
}
ul#option-selection li a:active, ul#option-selection li a.active {
	color: #FC0;
}
ul#option-selection li a .icon {
	position: absolute;
	top: 8px;
	left: 10px;
}
ul#option-selection li a .new {
	position: absolute;
	top: -4px;
	left: -8px;
}
ul#option-selection li ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
ul#option-selection > li > ul > li > a {
	height: 30px;
	width: 200px;
	display: block;
	background-image: url(../images/dark-navigation-li-v3.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #CCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-indent: 50px;
}
ul#option-selection > li > ul > li > a img {
	position: absolute;
	top: 9px;
	left: 25px;
}
ul#option-selection > li > ul > li > a.navigation-li-60seconds {
	background-position: 0 0;
}
ul#option-selection > li > ul > li > a.navigation-li-5minutes {
	background-position: 0 -31px;
}
ul#option-selection > li > ul > li > a.navigation-li-60minutes {
	background-position: 0 -62px;
}
ul#option-selection > li > ul > li > a.navigation-li-3hours {
	background-position: 0 -93px;
}
ul#option-selection > li > ul > li > a.navigation-li-eod {
	background-position: 0 -124px;
}
ul#option-selection > li > ul > li > a.navigation-li-eow {
	background-position: 0 -155px;
}
ul#option-selection > li > ul > li > a.navigation-li-60seconds:hover, ul#option-selection > li > ul > li > a.navigation-li-5minutes:hover, ul#option-selection > li > ul > li > a.navigation-li-60minutes:hover, ul#option-selection > li > ul > li > a.navigation-li-3hours:hover, ul#option-selection > li > ul > li > a.navigation-li-eod:hover, ul#option-selection > li > ul > li > a.navigation-li-eow:hover {
	background-image: url(../images/dark-navigation-li-v3-hover.png);
	cursor: pointer;
}
.sprite-icon {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0;
}
.icon-on {
	background-image: url('/images/dark-trafficlights-on.png');
	background-position: 28px -5px;
	width: 28px;
	height: 35px;
}

.betLine .adr, #walletDetails > p > .adr {
	font-family: "Consolas", monospace;
	margin-right: 5px;
}

.qrLink {
	background: white;
	display: inline-block;
	padding: 1px;
	vertical-align: text-bottom;
}
.qrLink img {
	width: 16px;
}
#qrOverlay {
	position: fixed;
	left: 50%;
	top: 100px;
	margin-left: -132px;
	padding: 4px;
	background: white;
	cursor: pointer;
	z-index: 100;
}
#exchangeAdvert {
	display: none;
	text-align: center;
	position: absolute; 
	z-index: 100;
	background-color: rgba(0,0,0,0.7);
	top: 0;
}