/* logo and screenshot styles */

img.product_logo {
	float:right;
	padding-left: 5px;
	padding-bottom: 5px;

}

div.prod_rt_screenshot {
	float: right;
	padding-left: 7px; 
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
}

div.prod_lt_screenshot {
	float: left;
	padding-right: 7px; 
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
}


/* Complete Management promo box copy */

div#managed_bullets{
	position: relative;
	padding-top: 7px;
	padding-bottom: 40px;
	padding-left:22px;
	float: right;
	width:202px;
}

div.managed_bullets_hd{
	position: relative;
	height: 30px;
	width: 202px;
	margin-top: 2px;
	background-color: #FF6600;
}

div.managed_bullets_hd img.managed_bullets_bdrTop{
	position: absolute;
	top: -2px;
	left: 1px;
}

div.managed_bullets_hd img.managed_bullets_hdImg{
	position: relative;
	margin: 9px 0px 0px 10px;
	left: -3px;
}

div.managed_bullets_copy{
	position: relative;
	margin-bottom: 2px;
	background-color: #F9F9F9;
	border-right: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
}

div.managed_bullets_copy ul {
	margin: 0px;
	padding:10px 5px 5px 23px;

}

div.managed_bullets_copy ul li, div.managed_bullets_copy p {
	font-size: 12px;
	list-style: url(/images/bullet_home_orange.gif) square outside !important;
	background: none;
	font-weight:bold;
	padding-top: 4px;
	padding-left: 5px;
	padding-bottom: 5px;
}

div.managed_bullets_copy img.managed_bullets_bdrBottom{
	position: absolute;
	bottom: -2px;
	left: 0px;
	padding-bottom: 3px;
}


/* screenshot metrics */


div.screenshot_metrics{
	position: relative;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 255px;
}

div.screenshot_metrics img{
	position: absolute;
	top: 0px;
	margin-left: -255px;
}

div.screenshot_metrics ul{
	width: 230px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

div.screenshot_metrics ul li{
	margin: 0px 0px 10px 0px;
	list-style: none  !important;
	list-style-image: none !important;		/* keep IE happy */
}

.tight_list {
font-size: 12px;
color: #666666;
}

.tight_list li{
font-size: 12px;
color: #666666;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 2px;
padding-left: 24px;
background-color: transparent;
background-image: url(/images/bullet-foursquare-sm.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 1em 0.6em;
}