/** ---------------------------------------------------
 *  SHIP INFO POPUPS
 *  --------------------------------------------------- */

.shipinfo-popup{
position:absolute;
top:0;
left:0;
margin:auto;
z-index:8900;
}

/* the ul with the tabs for the screen navigation */
.shipinfo-nav{
padding:0;
margin:0;
}

/* the li elements within the tab navigation */
.shipinfo-nav-item{
display:inline-block;
}

.shipinfo-race-group{
float:right;
}

.shipinfo-tab P:first-child{
padding-top:0;
margin-top:0;
}

.shipinfo-content-wrapper{
width:750px;
height:460px;
overflow:auto;
}

.shipinfo-tab-wrap{
padding:20px;
}

.shipinfo-tab.shipinfo-frontview .shipinfo-tab-wrap,
.shipinfo-tab.shipinfo-sideview .shipinfo-tab-wrap{
padding:0px;
}

.shipinfo-dismiss{
float:right;
}

/** ---------------------------------------------------
 *  FITTING INFO BOXES
 *  --------------------------------------------------- */
