﻿/* Easy Release Product Page */

#maincontent {
	width: 780px;
	height: 507px;
}	
#top {
	width:780px;
	height:auto;
	float:left; 
	position: relative;
	
}
#text.weak {
	font-size:x-small;
	font-weight:lighter;
}

#rotator {
	width:259px;
	height:452px;
	float: left;
}

#hype {
	width: 511px;
	margin-right: 0px;
	margin-left: 0px;
	height: 452px;
	float: right;
	position:relative; 
}

#more {
	width:740px;
	height:auto;
	float: left;
	position: relative;
	border: thin black solid;
	margin: 0px auto auto 10px;
	padding: 0px 10px 10px 10px; 
}
#icon-float {
	position: absolute;
	right: 20px;
	top: 345px;
}

/* Styles */
#maincontent {
	background-repeat: no-repeat;
}
#top p {
	margin: 5px 0px 5px 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight:100;
	color: maroon;
}
#rotator img {
	float:right
}
#hypebullets li {
	color: #333;
	font-size: medium;
	list-style:inside none none;
	margin-bottom: 15px;
	margin-left: 10px;
}

#hypebullets #droid a {
	color: #A4C639;
	text-decoration:underline;
	font-weight: bold;
}

#hypebullets a {
	text-decoration:none;
	color:black;
}
#hypebullets a:hover {
	color: #000;
	text-decoration:underline;
	font-weight:bold;
}
#hypebullets #lastBullet {
	font-weight:bold;
	color: maroon;
	margin-bottom: 0px;
}
#hypebullets #appstore {
	text-align: left;
	color:green;
	font-weight: 400;
}
#hypebullets #appstore img {
	vertical-align:middle;
}

#features {
	margin:auto auto auto auto;
	width: 760px;	
	background-color: #fefefe; 
}

#features #compare {
	float:left;
	width: 760px;
	border:thin gray solid;
	border-collapse:collapse;
	margin:auto auto 10px auto;
	font-size: small;
	
}
#features #compare tr,td  {
	border:thin gray solid;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-spacing: 0px 0px 0px 0px;
	text-align:center;
	
}
#features #compare .tblHead {
	background-color:#333;
	color: white;
	text-align: center;
	font-weight:bold;
	font-size: 120%;
}
#features #compare .colOther {
	text-align: center;
	width: 250px;
}
#features #compare .leftmost {
	background-color: silver;
	width: 30%;

}

#features #compare .category {
	background-color: #333;
	color: white;
	font-weight:bold
}
#features #compare .yes {
	color: #006600;
	font-weight:bold;
}
#features #compare .no {
	color: maroon;
	font-weight:bold;
}
#features #compare td.yes {
	background-color: #D7FFD7;
}




