.hidden {
	display: none;
}

.tickLink {
	float: left;
	margin: 0px 3px 0px 0px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color:#E6942E;
}
.tickLink a {
	float: left;
	margin: 0px 3px 0px 0px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color:#E6942E;
	text-decoration:none
}
.tickLink a:hover {
	
	color:#FFFFFF;
	text-decoration:line-through;	
}

.tickContent {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 2px 0px 4px;
	position: relative;
	height: 15px;
}
.tickContent a {
	
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 2px 0px 4px;
	position: relative;
	height: 15px;
	text-decoration:none;
	color:#FFFFFF;
}
.tickContent a:hover {
	
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 2px 0px 4px;
	position: relative;
	height: 15px;
	text-decoration:underline;
	color:#E6942E;
}
.tickButton {
	float: left;
	cursor: pointer;
	cursor: hand;
	margin: 1px;
	position: relative;
}

#cursor {
	background: none;
	float: left;
	height: 10px;
	width: 8px;
	position: relative;
	padding: 1px 0px 4px 0px;
}
