/* CSS Document */
a img {
	border: 0px;
	text-decoration: none;
  }
a:link { 
	color: #4444ff;
	text-decoration: none;
	border-bottom: 1px solid #DDDDFF;
	}
a:visited { 
	color: #4444ff;
	text-decoration: none;
	border-bottom: 1px solid #DDDDFF;
	}
/*a:active { 
  border:0px;
	color: #00FFFF;
	text-decoration: none;
	}*/
a:hover { 
  border:0px; 
  color: #e88e00;
  /*text-decoration: underline;*/
  border-bottom: 1px solid #FFCB78;
	}
	
	

body
{
 top:0px;
 left:0px;
 padding:0px;
 width: 123px;
 height: 123px;
 
 margin:0px;
 font: 10px/13px "Lucida Grande", verdana, sans-serif;
 
 background-image: url("./pictures/banner14-background.gif");
 background-repeat: no-repeat;
 background-position: 0px 0px;
 /*border: 1px solid #FFCB78;*/
  background-color: white;
}

#description
{
  position: absolute;
  left:0px;
  top:60px;
  /*height:20px;*/
  width: 125px;
  
  padding: 2px 5px 5px 5px;
  
  
  /*border: 1px solid #222222;*/
  /*background-image: url("./pictures/banner1-border-left.gif");*/
  /*background-color:green;*/

}


#article
{
  position: absolute;
  left:0px;
  top:0px;
  
  width:65px;
  height:65px;
  
  padding:0px;
  margin:0px;
  
  /*background-color: red;
  border-left: 1px solid #FFD7A2;*/
}


.font-buynow
{
  color: red;
}

.font-addition
{
  font-weight: bold;
}


img.article
{
 padding:5px 5px 5px 5px;
 float: left;
}

img.logo
{
 position: absolute;
 left:60px;
 top:5px;
 padding:5px 5px 5px 5px;
}
