#covermenu {
padding: 0px 15px;
width: 90%;
min-width: 900px;
margin: auto;
height: 26px;
z-index: 999;
color: #FFF;
}

#coverwin {
color: #FFF;
}

#bottom_menu{
width: 90%;
min-width: 900px;
margin: auto;
background: url(https://www.google.com/accounts/youtube/youtube_master.png) top center repeat-x;
background-position: 0pt -487px;
position: fixed;
bottom: 0px;
left:0px;
height: 25px;
border: 1px solid silver;
border-bottom: none;
text-align: left;
padding: 0px 15px;
font-size: 11px;
line-height: 25px;
color: rgb(79,79,79);
z-index: 1000;
}


#bottom_menu .button_menu1 {
  padding: 0px 5px 0px 25px;
  float: left;
  text-align: left;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  cursor: pointer;
}

#bottom_menu .button_menu1:hover {
border-right-color: white;
border-left-color: gray;
background-color: rgb(239,239,239);
}

#bottom_menu .button_menu2 {
  padding: 0px 5px 0px 25px;
  float: right;
  text-align: left;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  cursor: pointer;
}

#bottom_menu .button_menu2:hover {
border-right-color: white;
border-left-color: gray;
background-color: rgb(239,239,239);
}

#bottom_menu .b_nofirst {
border-left: none;
}

#bottom_menu .b_nolast {
border-right: none;
}

.models {
background: transparent url(../images/wall.png) 5px center no-repeat;
}

.ware {
background: transparent url(../images/link.png) 5px center no-repeat;
}

.video {
background: transparent url(../images/filmsbn.png) 5px center no-repeat;
}

.images {
background: transparent url(../images/imagesbn.png) 5px center no-repeat;
}

.texts {
background: transparent url(../images/text_dropcaps.png) 5px center no-repeat;
}

.status{
  background: transparent url(../images/exclamation.png) 5px center no-repeat;
  padding: 0px 5px 0px 25px;
  float: left;
  border-left: 1px solid silver;
  color: rgb(63,63,63);
  max-width: 500px;
  font-size: 10px;
}

.status_loading {
  background: transparent url(../images/arrow_refresh.png) 5px center no-repeat;
}

.status_error {
background: transparent url(../images/cross.png) 5px center no-repeat;
color: rgb(255,51,0);
}

.status_info {
background: transparent url(../images/exclamation_octagon_fram.png) 5px center no-repeat;
}

.status_waiting {
background: transparent url(../images/wait.png) 5px center no-repeat;
}

.help {
background: transparent url(../images/helpbn.png) 5px center no-repeat;
}

.logout {
background: transparent url(../images/lockbn.png) 5px center no-repeat;
}

.status_success {
background: transparent url(../images/accept.png) 5px center no-repeat;
}

#menu_models, 
#menu_warehouse, 
#menu_videos, 
#menu_images, 
#menu_texts,
#menu_help 
{
background: rgb(112,128,144);
min-height: 100px;
border: 1px solid silver;
position: fixed;
bottom: 25px;
font-size: 12px;
min-width: 145px;
display: none;
}

#menu_models div.title,
#menu_warehouse div.title, 
#menu_videos div.title, 
#menu_images div.title, 
#menu_texts div.title,
#menu_help div.title
{
min-width: 143px;
background: rgb(112,128,144);
color: rgb(252,252,252);
font-size: 12px;
height: 20px;
line-height: 20px;
font-weight: normal;
text-align: center;
}

.voices_container{
background: rgb(251,251,251);
min-height: 75px;
}

#menu_help{
min-height: 45px;
}

#menu_help .voices_container{
min-height: 25px;
}

#menu_models .voices, 
#menu_warehouse .voices, 
#menu_videos .voices, 
#menu_images .voices,
#menu_texts .voices,
#menu_help .voices
{
min-width: 138px;
font-size: 11px;
color: rgb(112,128,144);
text-align: left;
padding: 5px;
height: 16px;
line-height: 16px;
border-bottom: 1px dotted silver;
}

#menu_models .voices img, 
#menu_warehouse .voices img, 
#menu_videos .voices img, 
#menu_images .voices img,
#menu_texts .voices img,
#menu_help .voices img
{
vertical-align: middle;
margin-right: 5px;
}

#menu_models .voices:hover, 
#menu_warehouse .voices:hover, 
#menu_videos .voices:hover, 
#menu_images .voices:hover,
#menu_texts .voices:hover,
#menu_help .voices:hover
{
background: rgb(240,240,240);
cursor: pointer;
}

#mod_uploads {
background: rgb(251,251,251);
bottom: 0px;
left: 0px;
position: fixed;
display: none;
text-align: center;
margin-left: 5%;
}

