	.fade{
		filter:alpha(opacity=100);
		-moz-opacity:1;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	}


/* STOCK CENTRAL STYLE */

	.stockCentral_pages{
		background: #ffffff;
		border: 1px solid #A60000;
		margin-top: 20px;
		text-align: right;
		padding:2px;
	}
	
	.stockCentral_pages a:hover{
		background: none;
	}
	
	
	
/* STOCK CENTRAL SEARCH */

	.stockCentral_search{
		padding: 5px;
		border-width: 1px 0px;
		border-style: dashed;
		border-color: #999999;
	}
	
	.stockCentral_search label, .stockCentral_search select{
		display: block;
		float: none;
		margin: 0px;
	}
		
	.stockCentral_search label{
		border: 1px solid #999999;
		width: 85px;
		padding: 2px;
		font-weight: bold;
	}

	.stockCentral_search select{
		width: 150px;
	}
	
	.stockCounter{
		text-align: center;
		padding: 5px;
		border-bottom: 1px dashed #999999;
		font-size: 10pt;
	}

	.findBtn{
		border: 1px solid #999999;
		padding: 2px;
		float:right;
		background:#CCC;
	}


/* STOCK CENTRAL LISTINGS */

	.stockCentral_row1{
		margin: 15px 0px;
		border: 1px solid #666666;
	}

	.stockCentral_rowTitle1{
		padding:4px;
		font-size: 10pt;
	}
	
	.stockCentral_rowTitle1{ background: #DDDDDD;}

	.stockCentral_rowTitle1 a{
		color: #A60000;
	}

	.stockCentral_rowTitle1 a:hover{
		color: #000000;
	}
	

	.listingImage, .listingText{
		display: block;
		float: left;
		margin: 4px 0px;
	}

	.listingText td{vertical-align: top;}

	.listingText{
		margin-right: 10px;
		width: 72%;
	}
	
	.listingTextFinance{
		color:#666666;
		line-height: normal;
		padding-left:2px;
	}
	
	

	.imageLargeThumb{
		background-image: url(../images/sc_list_photo_bg.png);
		background-repeat: no-repeat;
		height: 138px;
		width: 168px;
		padding-top: 25px;
	}


	.listingImage{
		text-align:center;
		width: 165px;
	}
	
	.listingImage img {width:140px;}
	
	.listingBtmLink{
		clear: both;
		font-size: 8pt;
		padding: 5px;
		text-align: right;
		border-top: 1px solid #666666;
	}
	
	.listingBtmLink a{
		color: #A60000;
		background: none;
	}
	
	.listingBtmLink a:hover{
		color: #000000;
		background: none;
	}
	
	
/* STOCK DETAILS */	

	.stockDetail h2{
		border-bottom: 2px solid #a60000;
		color:#a60000;
		font-weight: bold;
		margin: 20px 0px;
		padding: 2px;
	}
	
	.stockDetailFinance{
		color: #A60000;
	}
	
	.imagePanel{
		font-weight: bold;
		margin: 20px 0px;
		
	}
	
	.imageMain, .imageThumbs{float:left;}
	
	.imageMain{cursor: pointer;}
		
	.imageThumbs{
		margin-left: 10px;
	 	cursor: pointer;
		float: left;
		width: 380px;
	}

	.imageThumbs img{margin:2px;}

	.imageSmallThumb{margin:3px 0px; float: left;}

