/* CSS Document */

#articleImage {
	float: right; 
	display: inline; 
	padding: 10px;
	font-style:italic;
	width: 250px;
}

	#articleImage img {
		margin-bottom: 3px;
		max-width: 250px;
	}
#topnav {
	border-bottom: #B9FEE7 solid 3px;
}


#itemlist {
 text-align:left;
 }
 
 #itemlist dt {
	margin: 0;
	padding: 0;
	font-size: 130%;
	font-weight: bold; 
 }
 
 #itemlist dd {
 margin: 0;
 padding-top: 5px;
 }
 
 #itemlist dd.posted {
 margin: 0;
 padding: 0;
 font-size: 80%;
 }
 
  #itemlist dd.specs {
 padding: 2px;
 margin-left: 5px;
 }
 
 #itemlist a {
  text-decoration: none;
  }
  
#commentline ul{
  margin: 0px;
 list-style: none;
  }
  
#commentline li {
 display: inline;
 padding-right: 10px;
 margin-left: 0px;
 }  
 
 
#commentline li.share {
	padding-left: 20px;
	background-image: url(../images/user.gif);
	background-repeat: no-repeat;
} 
  
 #commentline li.delete {
	padding-left: 20px;
	background-image: url(../images/delete.gif);
	background-repeat: no-repeat;
}  
  
  
   #commentline li.change {
	padding-left: 20px;
	background-image: url(../images/config.gif);
	background-repeat: no-repeat;
}  
  
   #commentline li.resume {
	padding-left: 20px;
	background-image: url(../images/document.gif);
	background-repeat: no-repeat;
}  
    
  
  
#commentline li.comment {
	padding-left: 20px;
	background-image: url(../images/comment.gif);
	background-repeat: no-repeat;
}  
 
#border{
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	}

#detailimage img {
  width: 285px;
  height: 200px;
  }