.cleared { clear: both; } 

v\:* {
 behavior:url(#default#VML);
}

div#shipDifferent
{
margin: 0px 0px 0px 0px;
display: none;
padding:0px;
}

div#buyBlock
{
margin: 0px 0px 0px 0px;
display: block;
padding:0px;
width:350px;
height:10px;
border:1px solid black;
}

div#memberDetails
{
margin: 0px 0px 0px 0px;
display: none;
padding:0px;
}

div#memberPass
{
margin: 0px 0px 0px 0px;
display: none;
padding:0px;
}


.small_font{ font-size:small;text-decoration:none; }
.medium_font{ font-size:medium;text-decoration:none; }
.large_font{ font-size:large;text-decoration:none; }
.x_large_font{ font-size:x-large;text-decoration:none; }
.xx_large_font{ font-size:xx-large;text-decoration:none; }

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
color:#990000;
}

div.img
  {
  margin: 2px;
  border: 1px solid #3f3f3f;
  height:140px;
  width: auto;
  float: left;
  text-align: center;
  background:#b2b2b2;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1px solid #990000;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }
  
 div.background {
  width: 500px;
  height: 250px;
  background: url(klematis.jpg) repeat;
  border: 2px solid black;
  }
div.transbox {
  width: 400px;
  height: 180px;
  margin: 30px 50px;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  /* for Mozilla */
  -moz-opacity:0.6;
  }
div.transbox p {
  margin: 30px 40px;
  font-weight: bold;
  color: #000000;
  }
