h3.info 
{
	font-size: 1.1em; 
	color: #363636;
	font-weight: bold;
	background: 0;
	padding: 10px 0 4px 0;
}


/* info-vendor */
table.info-vendor 
{
	border: 1px solid #CFCFCF;
}

table.info-vendor tr td
{
	padding: 10px 5px 10px 5px;
}

table.info-vendor tr td.vendor-image
{
	text-align: center;
}
/* end info-vendor */


/* info-iframe */
iframe.info-iframe
{
	width:100%; 
	height:850px; 
	border:0; 
	padding:0; 
	margin:0;
}


/* end info-iframe */



/* Bullet lists */

ul.bullets{
	padding-left: 15px;
	padding-bottom: 10px;
	line-height: 20px;
}
ul.bullets li{
	list-style: square;
}


/* END bullet list */
