/* @group general */

html, body {
	color: #4c4c4c;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 100%;
	overflow-x: hidden;
	text-align: justify;
}

h2 {
	color: #2873ba;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 2px;
}

img {
	border: none;
}

p {
	line-height: 20px;
}

p a{
	color: #cadf63;
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
}

li {
	list-style-type: none;
}

input {
	
}

li a:hover {
	text-decoration: none;
}

table {
	border: 0px solid #797979;
}

table th {
	color: #a0a878;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
}

table .first_row {
	padding: 0;
	width: 150px;
	font-style: italic;
	font-size: 13px;
}

table .img_row {
	padding: 0;
	width: 15px;
	color: #1d77ba;
	font-size: 13px;
	border-color: #1577c0;
}

th,td {
	padding: 5px;
}

/* @end */

#main_banner {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 260px;
}

#top_bar_banner {
	position: relative;
	top: 15px;
	width: 50%;
}

#banner {
	position: relative;
	margin: 0 auto;
	width: 900px;
}

#content {
	position: relative;
	width: 100%;
	height: 900px;
	left: 0;
	top: 0;
	background: url(../images/public_site/content.png) repeat-x;
}

#content_center {
	position: relative;
	margin: 0 auto;
	height: 800px;
	width: 900px;
	clear: both;
}

#rescue_error {
	position: relative;
	width: 600px;
	left: 30%;
	color: #a0a878;
	font-variant: small-caps;
	font-size: 16px;
}

.forgot a {
	position: relative;
	top: 10px;
	left: 15px;
	color: #5e5e5e;
	text-decoration: underline;
}

/* @group footer */

#footer {
	margin-top: 50px;
	position: relative;
	color: #b3b3b3;
	float: left;
	height: 80px;
	width: 700px;
	background-color: whitesmoke;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	font-style: italic;
}

#footer_rights {
	top: 20px;
	margin-top: 50px;
	width: 150px;
	position: relative;
	margin: 0 auto;
}

#footer_author {
	position: relative;
	margin-left: 300px;
	top: 10px;
}

/* @end */

/* @group right column */

.thumbs , .thumbs_iphone {
	margin-left: 25px;
	position: relative;
	margin-bottom: 10px;
}

.thumbs_iphone {
	left: 17px;
}

.thumbs img,  .thumbs_iphone img {
	border: 2px solid #fffeff;
	-moz-box-shadow: gray 5px 5px 5px;
	-webkit-box-shadow: gray 5px 2px 2px;
}

.thumbs img:hover,  .thumbs_iphone img:hover {
	border: 2px solid #2873ba;
}

.thumbs_iphone {
	margin-left: 30px;
}

#right_column {
	margin-left: 20px;
	width: 200px;
	position: relative;
	float: right;
	height: 100%;
	background: url(../images/public_site/content.png) repeat-x;
}

#right_column_title {
	position: relative;
	margin-left: 45px;
	color: #2873ba;
	font-variant: small-caps;
}

#right_column_underline {
	width: 200px;
	border-bottom: 1px dotted #286faf;
}

/* @end */

/* @group exchange */

.exchange li{
	list-style-type: disc;
}

.comment_area {
	position: relative;
	padding: 1px;
	left: 5px;
	width: 95%;
	height: 150px;
	margin-bottom: 2px;
	background-color: white;
	border: 1px solid #b3b3b3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	outline: 0 none;
	color: #286faf;
}
s

/* @end */

/* @group pages */

.content_page {
	min-height: 500px;
	padding-left: 10px;
}

.content_page p ,content_page h2 {
	
}

.content_page_img_right {
	float: right;
	padding: 0px;
	margin-left: 18px;
		border: 2px solid #fffeff;
	-moz-box-shadow: gray 5px 5px 5px;
	-webkit-box-shadow: gray 5px 2px 2px;
}

.content_page_img_left {
	float: left;
	padding: 0px;
	margin-right: 18px;
		border: 2px solid #fffeff;
	-moz-box-shadow: gray 5px 5px 5px;
	-webkit-box-shadow: gray 5px 2px 2px;
}
.content_page_img_left:hover,.content_page_img_right:hover{
		border: 2px solid #2873ba;
}

.content_page_unit {
	position: relative;
	float: left;
	width: 650px;
}


.appstore_badge{
	position: relative;
	padding: 0;
	margin: 0;
	left: 20%;
	top: 35px;
}
.list {
	font-style: italic;
}

.list li {
	position: relative;
	margin: 5px;
	line-height: 18px;
	list-style-type: disc;
	list-style-image: url(../images/public_site/bullet.png);
}

#list_mobile_features li {
	list-style-type: disc;
}

/* @end */

/* @group try */

#try_features {
	top: 50px;
	position: relative;
	float: left;
}

.suscribe_button {
	font-size: 13px;
	width: 90px;
	height: 25px;
	background-color: #2670b2;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 10px;
}

.suscribe_button span {
	position: relative;
	bottom: 3px;
}

.suscribe_button img {
	position: relative;
	bottom: 2px;
}

#suscribe_top_button {
	margin-left: 10px;
	position: relative;
	float: right;
}

#payment {
	top: 5px;
	margin-left: 0px;
	left: 0px;
}

/* @end */

/* @group support */

.mail_to {
	position: relative;

	color: #cadf63;
	font-weight: bold;
	text-decoration: underline;
}

.question{
	color: #212121;
	text-decoration: underline;
}

.version_note {
	color: #666;
	text-decoration: underline;
	position: relative;
	top: 8px;
	font-style: italic;
}

/* @end */

/* @group top */

#top_bar_actions {
	top: 4px;
	position: relative;
	background-color: #fffeff;
	height: 35px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 72%;
	-moz-box-shadow: gray 5px 5px 5px;
	-webkit-box-shadow: gray 5px 2px 2px;
}

#top_bar_banner {
	position: relative;
	float: left;
}

.top_bar_button {
	position: relative;
	height: 22px;
	font-size: 14px;
	float: left;
	top: 0px;
	left: 4px;
	color: #5e5e5e;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	cursor: pointer;
	border-color: #fff;
	font-weight: bold;
}

#suscribe_top_bar_button hover {
	color: whitesmoke;
	background-color: #333;
}

.top_bar_button:hover {
	text-decoration: underline;
}

.soft_name {
	
}


/* @end */

/* @group Login

/register */

.form {
	position: relative;
	top: 25px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 250px;
	background-color: #d5d5d5;
	padding: 15px;
	color: white;
	-moz-box-shadow: gray 10px 5px 5px;
	-webkit-box-shadow: gray 10px 5px 5px;
}

#register {
	width: 600px;
}

.form_label {
	position: relative;
}

#register_submit {
	position: relative;
	top: 10px;
}

.form_message {
	position: relative;
	color: #0378f0;
	bottom: 5px;
}

/* @end */