.rum_explorer_width {
	float:left;
	width:580px;
}

.rum_explorer_width_full {
	float:left;
	width:950px;
}

.roundedcornr_box_explorer {
	background: #e3e4ea;
	height: auto;
	width:auto;
	float:left;
   	display:inline;
   	margin-bottom:8px;
}

.roundedcornr_bottom_explorer div, .roundedcornr_bottom_explorer {
   width: auto;
   height: 10px;
   font-size: 1px;
   float:left;
}

div.box_tab_close_explorer {
	background-color:#E3E4EA;
	width:auto;
	background-image:url(../../gfx/rummble/web/global_components/roundedcornr_tr.png);
	background-repeat:no-repeat;
	background-position:right top;
	float: left;
	height: 10px;
}

div.explorer_options {
	width: auto;
	float:left;
	padding: 0 10px 0 10px;
}

div.explorer_gen_div {
	float: left;
	margin: 0 10px 10px 0;
}

div.explorer_map {
	float:left;
	width:580px;
	margin:0 10px 0 10px;
	height: 450px;
	border: 1px;
	border-color: #8B8BB1;
	border-style: solid;
}

/* display rummble - the area for the main primary comment */
div.rummble_main_comment_post_box{
	float:left;
	width:580px;
	height:auto;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#E3E4EA;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
}

/* ------------- RUMMBLE RATING */
/* the css for the rummble rating box on display page - both these 2 below are needed to control width
 and also the background image width needs to be taken into account */

.rum_rate
{
	width:300px
}

.rummble_main_total_rating {
	background-image:url(../../gfx/rummble/web/rummble_images/rum_main_total_rating_bg.png);
	background-repeat: no-repeat;
	width: 310px;
	height: 45px;
	float:left;
	padding:10px;
	margin: 0 0 10px 0;
}

div.gwt_rummble_main_big_rating {
	width:200px;
	height:30px;
	float:left;
}

.rummble_edit_map_panel {
	width:320px;  
	float:left;
}

.rummble_main_mapedit_box{
	width:320px;  
	float:left;
	margin:10px 0 0 0;
	padding:10px;
	border: 1px;
	border-style: solid;
	border-color: #666699;
}



/* Used when active */
input.rummble_latlng {
background: #E3E4EA;
 height:15px;
 width:110px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 font-weight:normal;
 color:#666699;
 border-style:none;
 border:0px;
}

input.rummble_latlng_inactive {
background: #E3E4EA;
 height:15px;
 width:110px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 font-weight:normal;
 color:#ADADAD;
 border-style:none;
 border:0px;
}
