/* Embed View Styles - Version 0.8.0 */

#map_container div {
color: #000;
}

body {
font-family: helvetica,sans-serif;
margin: 0;
padding: 0;
}

div#embedmap-shell {
background: #eee;
color: #fff;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
}

#smbadge {
height: 32px;
width: 118px;
position: absolute;
bottom: 0;
right: 10px;
z-index: 1101;
background: url(../images/icons/smbadge.png);
}

#object-stats {
font-size: 10px;
color: #eee;
}

#object-emissions strong, #object-description {
color: #fff !important;
}


div#object-description {
color: #fff;
font-size: 16px;
margin: 2px;
padding: 6px;
}

div.list-legend {
background: url('../images/icons/list-legend.png') no-repeat;
color: #fff;
display: none;
height: 24px;
padding: 4px 0;
text-align: center;
width: 24px;
}

h1 {
	background: #333;
	background: -moz-linear-gradient(top, #333, #111);
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#111));

font-size: 18px;
width: 100%;
margin: 0;
padding: 5px 8px 8px 5px;
position: absolute;
top: 0;
z-index: 1000;
}

.olControlPanZoom {
	display:none;
}
h1 a,div#object-description a {
color: #fff;
}

li.part-details {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #000;
color: #fff;
float: left;
margin: 2px;
padding: 2px;
position: relative;
}

p.firstPopupMultiInfo {
margin: 0;
padding: 3px;
}

p.popupMultiInfo {
border-top: 1px solid #ddd;
margin: 0;
padding: 3px;
}

span#object-link {
font-size: 12px;
font-weight: 400;
}

span#object-travel,span#object-emissions {
font-weight: 400;
}

span.part-emissions,span.part-origin {
font-size: 10px;
}

span.part-name {
font-weight: 700;
}

ul#part-list {
background: rgb(0,0,0);
background: rgba(0,0,0,0.6);
bottom: 0;
margin: 0;
padding: 0;
position: absolute;
z-index: 2000;
width: 100%;
}

ul#part-list li {
display: none;
font-size: 12px;
list-style: none;
width: 104px;
}
