#map_canvas {
  height: 400px;
  width: 1200px;
}

#sb-player,
#sb-body-inner{
    /*overflow:hidden*/;
}

#block-dealer_locator-dealer_locator{
  height: 400px;
  width:1200px;
}

.dealer_button a{
	text-decoration:none;
	color:#000000;
	background: #e0e0e0; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e0e0e0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e0e0e0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f5f5f5,  #e0e0e0); /* for firefox 3.6+ */ 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #888;
	padding:0px 15px 0px 5px;
	margin:10px 5px 0 0;
	height:30px;
	font-size:17px;
	line-height: 17px;
	font-family:Arial;
	float:left;
	font-weight:normal;	
	width:190px;
}

/*	
.view-where-to-buy .views-field-title .sprite-holder{
	background:url('../../../../themes/panasonic/images/Pansonic-sprite-sheet_V3.png') no-repeat -669px -413px;
	width: 15px;
	height: 16px;
	padding-right: 24px;
}
*/

.view-where-to-buy .view-content{
	float: left;
    width: 100%;
}

.no-sidebars #block-product_dropdown-in_page_top_menu{
	float:right;
}



.view-where-to-buy{
	float: left;
    width: 100%;
}

.view-where-to-buy  .dealer-body{
    float: left;
    margin: -15px 0 0 25px;
    width: 100%;
}

#edit-submit-where-to-buy{
	margin-top:-4px;
}

.view-display-id-page_1 .dealer-body{
   margin: 0px 0 0 0px;
}

#map_canvas{
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}


