/* style for modelSelector */

#modelHeaderDiv {
   width: 180px;
}

#mainModelSelectionDiv {
   position: relative;
   float: left;
   width: 350px;
   height: 445px;
   overflow: hidden;
}

#mainModelSelectionContainer {
   position: absolute;
   top: 30px;
   left: 0px;
   width: 350px;
   height: 420px;
   overflow: hidden;
   background: #eee;
}

#selectedModelLabelDiv {
   position: relative;
   top: 7px;
   height: 20px;
   width: 100px;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
   background: #eee;
   text-align: center;
}

#selectedModelImgDiv {
   position: relative;
   top: 10px;
   left: 0px;
   height: 282px;
   margin: 0px;
   padding: 0px;
}

#selectedModelImg {
   position: relative;
   top: 1px;
}

#modelFilmstripContainerDiv {
   position: relative;
   top: 14px;
   width: 100%;
   height: 95px;
   overflow: hidden;
   background: #eee;
}
#modelFilmstripContainerDiv.img {
   width: 70px;
   height: 85px;
}

#modelInfoFrameIconContainer {
   position: absolute;
   bottom: 160px;
   left: 309px;
   width: 16px;
   height: 16px;
   margin: 0px;
   padding: 0px;
   z-index: 10;
}

#compareModelsContainer {
   position: absolute;
   bottom: 100px;
   right: 8px;
   padding: 0px;
   margin: 0px;
   width: 50px;
   height: 50px;
   background: #eee;
}

#compareModelsTextDiv {
   position: absolute;
   top: 0px;
   left: 0px;
   padding: 0px;
   margin: 0px;
   font-size: 10px;
   text-align: center;
}

#compareModelsCheckboxDiv {
   position: relative;
   top: 28px;
   padding: 0px;
   margin-left: auto;
   margin-right: auto;
   width: 13px;
}

#compareModelsCheckboxDiv input {
   padding: 0px;
   margin: 0px;
}

#noModelsDiv {
   position: absolute;
   top: 195px;
   left: 75px;
   margin: 0px;
   padding: 0px 4px;
   visibility: visible;
   background: #fafafa;
}
