



#phonebubblecont * 
	{
	margin:0;
	padding: 0;
}
#phonebubblecont {
	margin-top:10px;
	border: 1px solid #aabbcc;
	padding:10px 10px 10px 10px;
	width: 340px; /* Set page width here - you can also use percentage */
	text-align:left;  
	float:right;
	background-color:  #FAFCFE;
}



#phonebubblecont blockquote p
	{
/*	padding: 0px 0px 0px 0px; */
	font: italic 1.1em/1.3em  Georgia, "Times New Roman", Times, serif;
	background: url(img/quote_down.gif) bottom right no-repeat;
}
#phonebubblecont blockquote
	{
	padding: 20px;
	font-size: 1.4em;
	background: url(img/quote_up.gif) top left no-repeat;
}
#phonebubblecont cite
	{
	font: italic 1.2em/1.3em  Georgia, "Times New Roman", Times, serif;
	float: right;	
}

.phonerating {
	color: #399;
	width: 180px;
	clear:right;
	float: right;
	text-align: right;
	margin-top:6px;
	font: bold 1.4em  Georgia, "Times New Roman", Times, serif;
}


div.ureview {
	margin: 0px;
	padding: 0px;
	width: auto;
	font-size: 1.0em;
	margin-bottom: 24px;
}

div.ureview blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fafcfe;
	margin-top:30px;
	
}

div.ureview blockquote p {
	margin: 10px;
	padding: 0px;
}

div.ureview cite {
	position: relative;
	margin: 0px;

	padding: 9px 0px 5px 15px;
	top: 6px;
		background: transparent url(/v2/img/tip.gif) no-repeat 30px top;
/* 	background: transparent url(/img/tip.gif) no-repeat 20px 0; */
	font-style: normal;
}

.rating_bar {
margin-top:-16px;
float:right;
width: 55px;
  background: url(/v2/img/star_x_grey.gif) 0 0 repeat-x;
}

.rating_bar div {
  height: 12px;
  background: url(/v2/img/star_x_orange.gif) 0 0 repeat-x;
}


/* blockquote.style1 {
  font: 14px/20px italic Times, serif;
  padding: 8px;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 5px;
  background-image: url(images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  blockquote.style1 span {
     display: block;
     background-image: url(images/closequote1.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }
*/