body {
	position:absolute;
	width:960px;
	background:xurl(images/bluebg.jpg) top center no-repeat;
	padding:0;
	margin:0;
	
	font-family:Helvetica, sans-serif;
	background-position:center 200px;
	background-color:#03a;

	-webkit-text-size-adjust:none;
}

#tricobox {
	position:relative;
	display:table;
	width:50%;
	margin:0 auto;
	border:1px solid #006;
	padding:20px 20px 30px 20px;
	
	color:white;
	font-size:48px;
	text-align:center;
	
	-webkit-border-radius:6px;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	border-top:none;
	background:url(images/black-0p25.png) center center;
	-webkit-box-shadow:0px 4px 4px rgba( 0, 0, 0, 0.25 );
}
#tricologo {
	width:240px;
	height:88px;
	opacity:1.0;
	margin-bottom:-14px;
	margin-right:0px;
	border:none;
}

.bubbles {
	position:relative;
	display:table;
	width:480px;
	margin:40px auto;

	text-align:center;
	font-size:14px;
	color:white;
	text-shadow:0px 2px 2px rgba(0,0,0,0.5);
	font-weight:bolder;
}
.bubble {
	position:relative;
	margin:0;
	color:white;
	
	text-align:left;
	text-decoration:none;
	width:100%;
	border-top:1px solid #009;
}
.price {
	position:absolute;
	width:100px;
	padding:10px 10px;
	border:1px solid #009;
	font-size:24px;
	text-align:center;
	top:-1px;
	right:0;
	margin-right:0;
	-webkit-border-radius:6px;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	background:url(images/black-0p25.png) center center;
	-webkit-box-shadow:0px 4px 4px rgba( 0, 0, 0, 0.25 );
	text-align:center;
	color:white;
	text-shadow:0px 0px 1px rgba(0,0,0,0.25);

}
.price-note { line-height:12px; font-size:12px; }
.price-buynow { 
	-webkit-border-radius:2px;
	border:1px solid #fff;
	xbackground-color:rgba(255,255,255,0.8);
	background:url(images/white-0p80.png) center center;
	margin-top:4px;
	opacity:inherit;
	color:#03a;
	text-shadow:0px -1px 1px rgba(0,0,0,0.25);
	xborder:1px solid white;
	-webkit-box-shadow:0px 1px 1px rgba( 0, 0, 0, 0.5 );

font-size:18px;
}

.tabber {
	position:relative;
	width:320px;
	padding:10px 10px;
	border:1px solid #009;
	font-size:24px;
	text-align:center;
	top:-1px;
	right:0;
	margin-right:0;
	-webkit-border-radius:6px;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	background:url(images/black-0p25.png) center center;
	-webkit-box-shadow:0px -4px 4px rgba( 0, 0, 0, 0.25 );
	text-align:center;
	color:white;
	text-shadow:0px 0px 1px rgba(0,0,0,0.25);
	font-size:16px;

}


.bubble img { width:128px;height:128px; }
.bubble div.data-box {
	position:relative;
	text-align:left;
	left:80px;
	top:-78px;
	margin-bottom:-38px;
	padding-left:10px;
	font-size:16px;
}
.data-box .app-title { font-size:24px; line-height:48px;}
.data-box .app-blurb { font-size:16px; text-shadow:none; opacity:0.5; }
.data-box em { font-size:12px; font-weight:normal; }

img.app-icon { width:80px; height:80px; border:none; }