.video_set{
	position: relative; 
	left: -125px; 
	top: -325px;
	/* background-color: blue; */
	display:inline;
}

/* Grid: section devoted to yp-companies */
.yp-companies-grid{
	font-weight:normal;
	text-decoration: none;
}
.mini-website{
	font-weight:bold;
	color:orange;
	text-decoration: none;	
}

/* border between rows */
.listing-type-grid .grid-row { 
	border-bottom:1px dashed #ff9900; 
	overflow : hidden;
	/* width of a single row */
	width:600px;
	}
	
.listing-type-grid li.item 
{ 
	height : 200px;
	border-left	: 1px dashed #ff9900; 
	float:left; width:136px;
	/* padding top R&L bottom */
	padding:1px 6px 1px;
	line-height:1.3em; overflow:hidden; 
	text-align:center;
}

/* Company Name in yp-companies displayed */
.yp-product-title{
	color:#090;
	text-decoration:none;	
}

.yp-address{
	font-weight:normal; 
	height:16px; 
	line-height: 16px; 	
}

/* Title of YP Companies */
a.yp_grid_heading_link {
	color:#090;
	text-decoration:none;
}

.product-image img.premium {
	border:2px solid #F7881A;
	text-align:left;
	margin-bottom:5px;
}

.product-image img.normal {
	border:1px solid #CCCCCC;
	margin-bottom:5px;	
}