/*@import url("http://swift-web.star.le.ac.uk/style/autoproc_base.css");
@import url("http://swift-web.star.le.ac.uk/style/autoproc_grb_menu.css");*/

@import url("/style/autoproc_base.css");
@import url("/style/autoproc_grb_menu.css");

label
{
  clear: none;
}

#menu
{
  margin: 3px;
}

h4
{
  font-style: normal;
}


#thumbs
{
  clear: left;
  display: block;
  margin: 0px;
  margin-left: 30px;
  font-size: 14px;
}

.rthumb
{
  width: 130px;
  color: black;
  margin: 0 auto;
  padding: 0;
  font-size: 13px;
}
.rthumb a
{
  color: blue;
}

.rthumb h3
{
  margin: 3px 0 0 0;
  padding: 0;
  font-size: 13px;
  font-style: normal;
}

.rthumb img
{
  width: 100px;
  margin: 0;
  padding: 0;
}

.thumb
{
  width: 110px;
  height:120px;
  color: black;
  margin: 4px auto 5px;
  float: left;
  text-align: center;
  font-size: 12px;
  
}

.thumb img
{
  width: 100px;
}
.thumb a
{
  color: blue;
}

.thumb h3
{
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 12px;
}

ul.prods
{
  clear: none;
  float: left;
  list-style:none;
  line-height: 170%;
  text-indent: 0;
  margin: 0;
  padding: 0 20px;
}

ul.prods li
{
  display: inline;
  list-style:none;
  padding-right: 5px;
  border-right: 1px solid;
}

a
{
  border:none;
}


#recent  
{
  width: 150px;
  height: 590px;
  margin: 3px 10px 50px 10px;
  padding: 0;
  float: right;
  border: 1px solid black;
  text-align: center;

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;

  box-shadow: 5px 2px 2px #BBB;
  -moz-box-shadow: 5px 2px 2px #BBB;
  -webkit-box-shadow: 5px 2px 2px #BBB;
}

#recent h2
{
  font-size: 14px;
  background-color: #BBA;
  margin: 0;
  padding: 0;
  text-align: center;
}

.prodimg
{
  margin-left: 100px;
}

p.grb
{
  margin: 1px;
  padding: 0px;
  text-align: center;
  font-weight: bold;
}

#allgrb
{
  border: none;
}

#allgrb, #allgrb td
{
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;  

}

 #allgrb td
{
  box-shadow: 4px 4px 4px #999;
  -moz-box-shadow: 4px 4px 4px #999;
  -webkit-box-shadow: 4px 4px 4px #999;
  -o-box-shadow: 4px 4px 4px #999;
  -ms-box-shadow: 4px 4px 4px #999;
}

#allgrb td, .rthumb, .thumb, .bigthumb
{
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
}

#allgrb td:hover, .rthumb:hover, .thumb:hover, .bigthumb:hover
{
  -moz-box-shadow: 4px 4px 4px #037;
  -webkit-box-shadow: 4px 4px 4px #037; /* from 07A */
  -ms-box-shadow: 4px 4px 4px #037;
  -o-box-shadow: 4px 4px 4px #037;
  box-shadow: 4px 4px 4px #037;
  
  background-color: #4AF;
  border-radius: 8px;

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px  ;
  -ms-border-radius: 8px  ;
  -o-border-radius: 8px  ;
}



.prodThumb
{
  width: 150px;
  padding: 0 10px;
}

#prodsDiv table
{
  box-shadow: none;
}

#prodIndexTable img
{
  max-width: 75px;
}



#prodTable img
{
  width: 100px;
}
