#blog-sidebar{
	float:right;
	width:271px;
	padding:0 10px 0 0;
}
#blog-sidebar .products{
}
#blog-sidebar .products h3 {
	color:#555555;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:center;
}

#blog-sidebar .products .prod{
	background:#CCCCCC;
	margin:5px;
	padding:5px;
	width:250px;
	min-height: 50px;
	border: 1px solid #333;
	-moz-border-radius: 5px;
}
#blog-sidebar  .prop {
    height:50px;
    float:right;
    width:1px;
  }


#blog-sidebar .products .prod img{
	width: 50px;
	height: 50px;
	padding-right: 5px;
}

.post h2{
	margin: 0;
	padding: 0;
}
.post h2 a{
  color: #9E171B;
}
.post.first{
	margin-top: 20px;
}
.post .top_meta {
	color:#888888;
	font-size:85%;

}

.post .entry{
  padding: 0;
}
.post .entry p, .post p{
 font-family: Helvetica, Sans-Serif;
 color: #000;
}
.post .bottom_meta{
	font-size: 90%;
}
.post ol, .post ul{
	margin: 0 0 0 25px; 
	color: #000;
}
.post strong{
	color: #000;
}