/* 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
{
 width: 468px;
 height: 60px;
 /*background-color:yellow;
 margin-left:0px;
 margin-top:0px;*/
 margin:0px;
 font: 10px/14px "Lucida Grande", verdana, sans-serif;
 /*background-color: yellow;*/
}

#side-left
{
  padding: 0px;
  height: 60px;
  /*border: 1px solid #222222;*/
  background-image: url("./pictures/banner19-border-left.gif");
  /*background-color:yellow;*/
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#side-right
{
  padding: 0px;
  height: 60px;
  position: absolute;
  left:448px;
  top: 0px;
  width:20px;
  /*border: 1px solid #222222;*/
  background-image: url("./pictures/banner19-border-right.gif");
  /*background-color:yellow;*/
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#center
{
  position: absolute;
  left: 20px;
  top: 0px;
  width: 428px;
  height: 58px;
  background-color:white;
  margin:0px;
  padding:0px;
  border-top: 1px solid #ff8383;
  border-bottom: 1px solid #ff8383;
  
}

.article-left
{
  position: absolute;
  left:0px;
  width:215px;
  
  height: 58px;
  /*background-color: yellow;*/
  margin:0px 0px 0px 0px;
  
}

.article-right
{
  position: absolute;
  left:220px;
  width:215px;
  
  height: 58px;
  /*background-color: yellow;*/
  padding: 0px;
  margin:0px;
  
  border-left: 1px solid #FFD7A2;
}


.font-buynow
{
  color:red;
  font-weight:bold;
}

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


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