	/***********************LOS PRODUCT LISTINGS*************************/
	.losItemRow{
		border: 0px solid #f00;
		min-height:100px;
		margin-left:20px;
		margin-bottom:40px;
	}
	
	.losClearer{
		clear:both;
		}
	
	.losItemImgCtr{
		border: 0px solid #0f0;
		float:left;
		width:110px;
		height:110px;
		padding:1px;
		background-color:#eee;
		}
		
	.losItemImgCtr img{
		border: 0px solid #eee;
		float:left;
		width:110px;
		height:110px;
		background-color:#eee;
		}
	.losItemText{
		border: 1px solid #eee;
		float:left;
		width:580px;
		margin-left:10px;
		min-height:110px;
		/*background-color:#eee;*/
		}
	.losItemTextInfo{
		border: 0px solid #0f0;
		float:left;
		width:400px;
		line-height:20px;
		padding:8px;
		min-height:70px;
		}
	.losItemTextCode{
		font-weight:bold;
		font-size:12px;
		}
	.losItemIcons{
		border: 0px solid #f00;
		float:right;
		width:140px;
		text-align:right;
		}
	.losItemIcons img{
		margin:5px;
		height:30px;
		width:30px;
		}
	.losItemButtonRow{
		background-color:#eeeeee;
		line-height:20px;
		height:20px;
		padding:5px;
		border-top:1px solid #eeeeee;
		}
	
	.losItemAvailability{
		float:left;
		}
		
	.losItemOrder{
		float:right;
		}
		
	.losEventWarn{
		color:#000;
		font-weight:bold;
		display:inline;
		}
	.losEventDates{
		color:#f00;
		font-weight:bold;
		display:inline;
		}
		
		
	.losEventWarn a{
		color:#f00;
		}
		
	.losItemFavourite{
		float:right;
		}
		
	.losFavourite, .losFavouriteDelete{
		opacity:0.5;
		display:none;
		}	
		
	.losFavouriteFull{
		opacity:1;
		display:none;
		}	
			
	.losFavouriteDelete:hover{
		display:none;
		}	
		
		
	.iframe_productinfoHighlight{
		background-color:#f00;
		color:#fff;
		}