/* This css file is ALSO INCLUDED via an @import css 
   include from the skin/frontend/storefront/yellowpages_1/css/cm_custom.css file */
   
   .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;
}
.scope_id_icons{
	margin:3px -1px 0px -5px;
	/*top right bottom left*/
}
.shop-online-icon{
	float:left;
	text-decoration:none; 
	margin:0px 0px 0px 0px
}
.contact-phone-icon{
	float:;
	text-decoration:none; 
	margin:0px -0px 0px 0px;
}
.contact-phone-email-icon{
	float:;
	text-decoration:none; 
	margin:0px 0px 0px 0px;
}
.map-icon{
	float:;
	text-decoration:none; 
	margin:0px 0px 0px 0px;
}
.mini-website-icon{
	float:right;
	text-decoration:none; 
	margin:0px -1px 0px 0px;
}
.chamber-icon{
	float:left;
	text-decoration:none; 
	cursor: default; 
	margin:-4px 0px 0px -7px;
}
.verify-icon{
	float:right;
	text-decoration:none; 
	cursor: default; 
	margin:1px 0px 0px 0px
}

/* border between rows */
.listing-type-grid .grid-row { 
	border-bottom:1px dashed #ff9900; 
	overflow : hidden;
	/* width of a single row */
	width:785px;
	}
	
.listing-type-grid li.item 
{ 
	height : 200px;
	border-left	: 1px dashed #ff9900; 
	float:left; width:136px;
	/* padding top R&L bottom */
	padding:1px 6px 6px;
	line-height:1.3em; overflow:hidden; 
	text-align:center;
	
}

/* THESE YP Styles apply to the YP companies displayed within the ePortal
   They are ALSO INCLUDED via an @import css include from the skin/frontend/storefront/yellowpages_1/css/cm_custom.css file */

.yp-product-title{
	color:#090;
	text-decoration:none;	
}

.yp-address{
	font-weight:normal; 
	height:14px; 
	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;
}



