.listingFull {
	margin-bottom:5px;
	border:1px solid #cccccc;
	padding:5px 2px 2px 2px;
	height:55px;
}

.listingFull table {
	margin-top:10px;
	width:560px;
}

.listingFull table td {
	padding:0;
	margin:0;
}

.listingTick {
	width:20px;
	text-align:right;
	vertical-align:middle;
}

.displayListings {
	padding: 3px;
	white-space: pre;
	font-family:"Courier New", Courier, monospace;
	position:relative;
	z-index:2;
}

.listingTick, .listingPrice, .listingText {
	float:right;
	height:15px;
}

.listingPrice {
	float:right;
	width:50px;
	direction:rtl;
	overflow:visible;
	position:relative;
	z-index:10;
	white-space:nowrap;
}

.listingText {
	width:515px;
	word-wrap: break-word;
	text-align:left;
	white-space:normal;
}

.listingOdd {
	background-color:#E4EFF3;
}

.listingEven {
	background-color:#DAE5E9;
}

.listingSold {
	background-color:#eeeeee;
}

.listingSelected {
	background-color:#FDF2D4 !important;
}

.listingTable {
	border-collapse:collapse;
}

.listingTable tr td {
	border:1px solid #CCC;
	padding:0;
	margin:0;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}

.warnersLink {
	border:none !important;
	margin:0;
}

.generateListing {
	font-family:"Courier New", Courier, monospace;
}


.abbreviationsList {
	display:none;
	border:1px solid #cccccc;
	padding:3px;
	background-color:#eeeeee;
}

.abbreviationsList div {
	width:190px;
	height:20px;
	float:left;
}

.abbreviationsList div a {
	display:block;
	width:50px;
	float:left;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.abbreviationsList div div {
	width:140px;
	float:left;
}

.abbreviationsSwitch {
	border:1px solid #cccccc;
	width:150px;
	text-align:center;
	float:right;
	background-color:#eeeeee;
}

.abbreviationsSwitch a {
	text-decoration:none;
	color:#000000;
}

.abbreviationsSwitch a:active, .abbreviationsList div a:active {
	outline:0;
	border:none;
}

.abbreviationsSwitch a:focus, .abbreviationsList div a:focus {
	outline:0;
	border:none;
}

.listingContactDetails {
	width:100%;
	border-collapse:collapse;
}

.listingContactDetails td, .listingContactDetails th {
	border:1px solid #CCCCCC;
	padding:3px;
	vertical-align:top;
}

.listingContactDetails thead th {
	background-color:#253081;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	height:25px;
	vertical-align:center;
}

.listingContactDetails tbody th {
	background-color:#D0DBE9;
	font-weight:bold;
	
}

.listingHeadingNav {
	float:left;
	margin-right:5px;
	width:48px
}

.listingHeadingNav a {
	text-decoration:none;
}

td.listingTableAction {
	background-color:#ffffff;
	border-width: 0 0 0 1px !important;
}

.listingPreviewPage h2 {
	padding-left:5px;
}


