/*** FOR THE SIMPLEPIE FEEDS TO CUSTOM PAGES ***/

#feed-block {
	margin-left:  20px;
	margin-right: 20px;
	border: 0px solid #000000;
}

.feed-item {
	margin-left:  20px;
	margin-right: 20px;
	border: 0px solid #000000;
}

.feed-item h2 {
	text-decoration: none;
}

.feed-item p {
	text-decoration: none;
}

.datestamp {
	text-align: right;
	font-style: italic;
}

 
/**********  ROUNDED CORNERS ***********/
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	/*width: 17em;  ems so it will grow */
	background: url(images_custom/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images_custom/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images_custom/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images_custom/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.boxcontent {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

/***************** PRODUCT REVIEWS ************/
#product-reviews {
	border: 1px solid #000000;
}

.star {
}

.halfstar {
	background-image: url(images_custom/star.png);
}

.blankstar {
	background-image: url(images_custom/blankstar.png);
}