.tradeListPanel {
	position: relative;
	
	width: calc(100% - 300px);
	height: calc(100% - 40px);
	
	left: 260px;
	top: 40px;
	
	z-index: 0;
}

.tradeListContainer {
	/*position: relative;
	
	width: 80%;
	height: calc(100% - 100px);
	
	left: 10%;
	top: 40px;*/
	
	height: calc(100% - 56px);
	
	border: 1px solid #222;
	
	padding: 10px;
	
	z-index: 0;
	
	background: linear-gradient(to bottom right, #047, #024);
	background: linear-gradient(to bottom right, #A70, #830);
}

.tradeList {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
	background: #2C2C2C;
	
	border: 1px solid #000;
	border-right: 1px solid #C60;
	border-bottom: 1px solid #C60;
	
	display: inline;
	float: left;
	
	width: calc(40% - 5px);
	height: 100%;
	
	/*border: 0px;
	border-right: 1px solid #222;*/
	
	overflow-x: hidden;
	overflow-y: auto;
}

.tradeListTab {
	width: calc(100% - 32px);
	height: 21px;
	
	padding: 12px;
	
	text-indent: 8px;
	font-size: 18px;
	
	border-left: 8px solid transparent;
	border-bottom: 1px solid black;
	background: #404040;
	
	cursor: pointer;
	
	transition: all .3s;
}

.tradeListTab:hover {
	background: #904800;
	text-indent: 20px;
	
	height: 36px; 
}

.tradeListTab.active {
	height: 21px;
	
	background: #730;
	text-indent: 24px;
	
	border-left: 8px solid white;
}

.tlt-special {
	height: 20px;
	background: #350;
}

.tlt-special:hover {
	height: 21px;
	
	background: #490;
}

.tlt-special.active {
	background: #370;
}


.tradeDetails {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    background: #222;
    
	border: 1px solid #000;
	border-right: 1px solid #C60;
	border-bottom: 1px solid #C60;
	
	
	float: right;
	
	width: calc(60% - 5px);
	height: 100%;
	
	text-align: left;
	
	overflow-x: hidden;
	overflow-y: auto;
}


.tradeDetailHeader {
	width: 100%;
	padding: 8px 12px;
	
	text-align: left;
	text-indent: 80px;
	
	color: #FFF;
	font-size: 24px;
	
	
	font-weight: bold;
	font-style: italic;
	
	background: linear-gradient(to right, #EEE, #111);
	text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
	
	
	border-bottom: 4px solid white;
}


.tradeDetailIcon {
	display: inline-block;
	position: fixed;
	
	margin: -31px 24px;
	padding: 0px;
	
	width: 54px;
	height: 54px;
	
	text-align: center;
	line-height: 54px;
	
	border: 4px solid white;
	border-radius: 50%;
	
	z-index: 9;
}

.trader-icon {
	width: 100%;
	height: 100%;
	
	box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
	
	border-radius: 50%;
}


.tradeDetailBody {
	display: block;
	position: relative;
	
	margin: 0;
	
	/*width: 100%;*/
	padding: 8px 12px;
	
	text-align: center;
	text-decoration: none;
	
	/*text-shadow: 1px 1px 4px rgba(0,0,0,0.6);*/
}


.cardsearch-number {
	/*display: inline-block;*/
	margin: 0;
	
	vertical-align: top;
	
	text-align: center;
	color: #303030;
	font-family: inherit;
	font-size: 18px;
	line-height: 24px;
	-webkit-font-smoothing: inherit;
	
	/*text-decoration: none;*/
	text-shadow: none;
	
	background: #ffffff;
	cursor: text;
	
	border-radius: 3px;
}


.cardsearch-clear {
	text-align: left;
	text-shadow: none;
	text-decoration: none;
}

.cardsearch-dropdown {
	border-radius: 0;
	
	position: absolute;
	text-shadow: none;
	text-decoration: none;
	
	z-index: 9;
}




