/* CSS Document */

/* General Styles for Wide Angle Software - June 2011 */

/* defaults, globals, and miscellaneous
============================================================================== */


 .content_support_article #termsDiv {
	float: right;
	width: 300px;
	margin-top:10px;
	padding:10px;
	padding-left:50px;
	text-align:left;

	border-left:1px solid #999;
}
.content_wrap
{
	margin:0px auto;
	max-width:960px;
}

*, span, img {
	padding: 0;
	border: none;
	margin: 0;
	font-weight: normal;
} /* removes defaults from all elements */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
p {
	font-size: 100%;
	padding: 10px 0;
	line-height: 20px;
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
ul li {
	font-family: Verdana, Geneva, sans-serif;
	padding: 2px 0 2px 20px;
}
ol {
	padding-left:20px;	
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	width: 100%;
	font-weight: 300;
	font-size: 150%;
	line-height: normal;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 20px 0 10px 0;
	width: 100%;
	font-size: 110%;
	font-weight: 600;
	line-height: normal;
	line-height: 18px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	font-weight: normal;
	margin: 10px 0;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	font-weight: normal;
	margin: 10px 0;
}
img {
}
form {
}
input {
	border: solid 1px #e4e4e4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	/*width:270px;*/
		text-indent: 5px;
	padding: 5px 0;
	margin-bottom:5px;
}
label {
	font-size:12px;
}
select {
	margin-bottom:5px;
}
input.text {
	width: 290px;
}
input.check {
	width: 20px;
}
input.radio {
}
input.text {
	width: 270px;
}
input.textarea {
	border:thick;
	width: 270px;
}
input#submit, input.submit {
	height: 30px;
	width: 270px;
	font-weight: bold;
	text-indent: 0;
	text-align: center;
	padding: 0;
}
input#submit:hover, input.submit:hover {
	cursor: pointer;
}
table {
}
tr {
}
td {
}
table.t_prod_func {
}
table.t_prod_func tr {
}
table.t_prod_func td {
	padding: 5px;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.hideme {
	display: none;
	visibility: hidden;
	overflow: hidden;
}
.right {
	float: right;
}
.left {
	float: left;
}
ul.nostyle {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.nostyle li {
	padding: 0;
	margin: 0;
	background: none;
}
/* HEADER 
=============================================================================== */
#header {
	height: 60px;
}
h1 {
	width: 185px;
	height: 55px;
	margin: 0;
	padding: 0;
	float: left;
}
h1 a {
	display: block;
	width: 180px;
	height: 55px;
	margin: 0 0 0 5px;
	text-indent: -9999px;
	padding: 0;
}
/*  Global Header
=============================================================== */
#global_header
{
  height:60px;
}
#global_header_logo
{
  float:left;
  margin:0px 16px;
}
#global_header_navigation
{
  padding:19px 0px;
  font-size:1.15em;
}
.global_header_link
{
  margin:0px 17px 0px 5px;
  text-decoration:none;
  font-size:1.25em;
}
.header_image_link
{
  display:block;
  width:100%;
  height:100%;
}
/* FLAGS
=============================================================================== */
#langs {
	display: block;
	float: right;
	width:auto;
	height:59px;
}
#lang_left {
	display: block;
	/*width: 50px;*/
	height: 59px;
	float: left;
}
#lang_right {
	display: block;
/*	width: 50px;*/
	height: 59px;
	float: right;
}
ul#flags {
	margin: 15px 0 0 0;
	padding: 0;
	float: right;
	display: inline;
	list-style-type: none;

}
ul#flags li {
	margin: 0;
	padding: 0 4px;
	float: left;
	cursor:pointer;
}
ul#flags li#first {
}
ul#flags li#last {
}
ul#flags li a {
	font-size: 83%;
	line-height: 22px;
}
ul#flags li a img {
	vertical-align: text-bottom;
}
ul#flags li a:hover {
}
/* LANGUAGES
=============================================================================== */
#languages {
	width:auto;
	height:60px;
  position: absolute;
  right: 0px;
  top: 0px;
}
#languages:hover #language_selection
{
	visibility: visible;
}
#language_current {
    padding: 0px 25px 0px 10px;
    margin: 21px auto 19px auto;
    text-align: right;
}
#language_selection
{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 8px 0px;
    z-index: 100;
    visibility: collapse;
}
.language_option
{
    text-align: left;
    padding: 5px 10px;
}
/* NAVIGATION
=============================================================================== */
ul#nav {
	height: 40px;
	float: left;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 19px;
}
ul#nav li {
	float: left;
	margin: 0;
	padding: 0;
	height: 40px;
}
ul#nav li a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
ul#nav li#nav01 a {
	width: 86px;
}
ul#nav li#nav02 a {
	width: 103px;
}
ul#nav li#nav03 a {
	width: 76px;
}
ul#nav li#nav04 a {
	width: 99px;
}
ul#nav li#nav05 a {
	width: 91px;
}
/* SUB NAVIGATION
============================================================================== */
.sub_nav {
	padding: 0 15px 30px 15px;
}
ul.snav {
	height: 30px;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.snav li {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
}
ul.snav li a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	margin: 0;
}
ul.snav li#snav01 a {
	width: 90px;
}
ul.snav li#snav02 a {
	width: 83px;
}
ul.snav li#snav03 a {
	width: 92px;
}
ul.snav li#snav04 a {
	width: 84px;
}
ul.snav li#snav05 a {
	width: 110px;
}
ul.snav li#snav06 a {
	width: 110px;
}
ul.snav li#snav07 a {
	width: 82px;
}
/* SIDENAV - for third level nav i.e. touchcpoy features
=============================================================================== */
ul.sidenav {
	padding: 0;
	margin: 0;
}
ul.sidenav li {
	margin: 0;
	padding: 0;
	background: none;
}
ul.sidenav li a {
	display: block;
	padding: 5px 0;
}
ul.sidenav li a.active {
	font-weight: bold;
}
ul.sidenav li.icon_music {
	padding-left: 30px;
}
ul.sidenav li.icon_photo {
	padding-left: 30px;
}
ul.sidenav li.icon_apps {
	padding-left: 30px;
}
ul.sidenav li.icon_messages {
	padding-left: 30px;
}
ul.sidenav li.icon_contact {
	padding-left: 30px;
}
ul.sidenav li.icon_books {
	padding-left: 30px;
}
ul.sidenav li.icon_files {
	padding-left: 30px;
}
ul.sidenav li.icon_duplicates {
	padding-left: 30px;
}
ul.sidenav li.icon_missing {
	padding-left: 30px;
}
ul.sidenav li.icon_addmusic {
	padding-left: 30px; 
}
ul.sidenav li.icon_statistics {
	padding-left: 30px;
}
ul.sidenav li.icon_applemusic {
	padding-left: 30px;
}
ul.sidenav li.icon_trackinfo {
	padding-left: 30px;
}
ul.sidenav li.icon_missingartwork {
	padding-left: 30px;
}

/* TOUCHCOPYSUBNAVFEATURES 
=============================================================================== */
.touchcopySubNavFeatures
{	
	padding-left:20px; 
	padding-bottom:10px;
}

ul.featuresubnav {
	height: 77px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.featuresubnav li {
	float: left;
	margin: 0;
	padding: 0;
	height: 77px;
}
ul.featuresubnav li a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	margin: 0;
}
ul.featuresubnav li#tcfsnav01 a {
	width: 78px;
}
ul.featuresubnav li#tcfsnav02 a {
	width: 77px;
}
ul.featuresubnav li#tcfsnav03 a {
	width: 77px;
}
ul.featuresubnav li#tcfsnav04 a {
	width: 77px;
}
ul.featuresubnav li#tcfsnav05 a {
	width: 77px;
}
ul.featuresubnav li#tcfsnav06 a {
	width: 77px;
}
ul.featuresubnav li#tcfsnav07 a {
	width: 77px;
}
ul.featuresubnav li#tcfsnav08 a {
	width: 77px;
}
ul.featuresubnav li#tcfsnav09 a {
	width: 77px;
}
ul.featuresubnav li#tcfsnav10 a {
	width: 77px;
}
ul.featuresubnav li#tcfsnav11 a {
	width: 77px;
}
ul.featuresubnav li#tcfsnav12 a {
	width: 78px;
}

/* COLUMN LAYOUTS
=============================================================================== */
.wrap {
	width: 960px;
	margin: 0 auto;
}
.x4col1, .x4col2, .x4col3, .x4col4, .x3col1, .x3col2, .x3col3 {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0;
}
.x4col1 {
	width: 240px;
}
.x4col2 {
	width: 480px;
}
.x4col3 {
	width: 720px;
}
.x4col4, .x3col3 {
	width: 960px;
}
.x3col1 {
	width: 320px;
}
.x3col2 {
	width: 640px;
}
.pad {
	padding: 0 25px;
}
.pad2 {
	padding: 0 15px;
}
.pad10 {
	padding: 10px;
}
.pad20 {
	padding: 20px;
}
/* SIDEBAR 
=============================================================================== */
.sidebar {
	width: 290px;
	margin: 0 auto 10px auto;
}
.sidebar_bot {
	display: block;
	width: 290px;
	height: 10px;
}
.sidebar h3 {
	margin-top: 0;
}
/*SLIDERS
=============================================================================== */
/* homepage */
#homepage_slider {
	height: 370px;
	position: relative;
}
/*Products page banner */
#prods_slider {
	height: 270px;
	margin: 0;
	width:960px;
}
#prods_slider .slider_content_right {
	font-size:10px;
	margin-top: 20px;
	width:350px;
}
/* touchcopy */
#product_title {
	height: 90px;
	padding: 0;
	margin: 0;
}
#product_title a {
	text-indent: -9999px;
	display: block;
	height:90px;
	width:960px;
	padding:0;
	margin:0;
}
#product_slider {
	height: 529px;
}
#touchcopy_title {
	width: 785px;
	height: 70px;
	margin: 10px 0 0 0;
	float: left;
	padding: 0;
}
#touchcopy_title a {
	text-indent: -9999px;
	display: block;
	width: 785px;
	height: 70px;
	padding:0;
	margin:0;
}
#product_slider .padding {
	padding: 0 12px 0 0;
}
#product_slider .ts_text {
	padding-top: 220px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#product_slider .ts_text p {
	line-height: 24px;
	font-size: 133%;
	color: #ffffff;
	text-align: center;
}
#product_banner_content {
	width:960px;
	height:440px;
	font-size:133%;
	line-height:24px;
	color:#FFF;
}
#product_banner_content h3 {
	font-size: 100%;
	font-weight: 600;
	line-height: normal;
	line-height: 18px;
	color:#FFF;
}
#product_banner_content h2 {
	font-size: 155%;
	font-weight: 600;
	line-height: normal;
	color:#FFF;
	padding-bottom:10px;
	text-align:center;
}
#product_banner_content p {
	color:#FFF;
}
#musictag #product_banner_content_right
{
    float:right;
    padding:50px 0px 45px 20px;
    width:410px;
    color:black;
    font-size:14px;
    text-align:justify;
}
#ibackupextractor #product_banner_content_right
{
    float:right;
    padding:15px 20px 35px 20px;
    width:525px;
}
#duplicatesweeper #product_banner_content_right
{
    float:right;
    padding:45px 10px 10px 30px;
    width:550px;
    color:black;
}
#duplicatesweeper #product_banner_content_right ul
{
    padding-left: 30px;
    margin-bottom: 24px;
}
#prod_list {
	width: 395px; /* 381 */
	height: 450px;
	float: right;
	overflow: hidden;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prod_list h3 {
	font-size: 116%;
	margin-top: 0;
}
#prod_list p {
	font-size: 116%;
}
ul.prod_icons {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
	float: left;
}
ul.prod_icons li {
	padding: 0px;
	margin: 0;
	height: 45px;
	background: none;
}
a.icon {
	display: block;
	padding: 0 0 0 40px;
	height: 45px;
	margin: 0;
	font-size: 116%;
	line-height: 30px;
}
a.icon:hover {
	font-weight: bold;
	margin: 0 0 5px 0;
}
#prod_feature {
	float: left;
	width: 520px;
	height: 380px;
	margin: 0;
	overflow: hidden;
}
.prod_feature_des {
	width: 450px;
	height: 333px;
}
.prod_feature_des h3 {
	font-size: 130%;
	margin-top: 0;
	text-align:center;
}
.prod_feature_des p {
	font-size: 116%;
	line-height: 22px;
}
/* CONTENT 
=============================================================================== */
.content {
	min-height: 570px;
	/*margin: 30px 0 40px 0;*/
	margin: 15px 0 40px 0;
	padding: 0 0 20px 0;
}
.content_support_article {
	min-height: 570px;
	margin: 30px 0 0px 0;
	padding: 0 0 20px 0;
}
.content_top {
	width: 960px;
	height: 15px;
	display: block;
}
.content_long_bottom {
	width: 960px;
	height: 20px;
	display: block;
	padding-bottom:20px;
}
.content_support_services_top {
	width: 960px;
	height: 70px;
	display: block;
	padding-top:15px;
}
.content_jungle_top {
	width: 960px;
	height: 70px;
	display: block;
	padding-top:15px;
}
.helpdesk_newticket_background_top {
	width:900px;
	height:20px;
	display:block;
}
.helpdesk_newticket_background_bottom {
	width:900px;
	height:20px;
	display:block;
}
.content_helpdesk_top {
	width: 960px;
	height: 70px;
	display: block;
	padding-top:15px;
}
hr.sep {
	clear: both;
	width: 100%;
	height: 2px;
	margin: 10px auto;
	display: block;
}
hr#homesep {
	width:910px;
}
/* reviews */
.review {
	min-height: 70px;
	width: 596px;
}
.review_bot {
	width: 596px;
	height: 29px;
	display: block;
}
.review p {
	font-size: 116%;
	text-indent: 10px;
	padding: 5px 0 0 10px;
	line-height: 22px;
}
.speech_left {
	width: 30px;
	height: 21px;
	display: block;
	float: left;
	margin-left:5px;
	margin-top:5px;
}
.speech_right {
	width: 27px;
	height: 21px;
	display: block;
	float: right;
	margin: 5px 5px 0px 0px;
}




.review_side {
	min-height: 100px;
	width: 270px;
}
.review_bot_side {
	width: 270px;
	height: 30px;
	display: block;
}

p.byline {
}
.feedbackbox {
	position:relative;
	width: 100%;
	height: 220px;
}
.feedback {
	opacity: 0;
	height: 100%;
}
/* Purchase Product Only Available For PC*/
#productonlyavailableforPC {
	background:url(../images/style/icon_warning.png) no-repeat left;
	padding-left:30px;
	font-size:110%;
	font-weight:bold;
	margin-bottom:20px;
}
/* twitter */
.twitter {
	min-height: 80px;
	width: 270px;
}
.twitter_bot {
	width: 270px;
	height: 30px;
	display: block;
}
.twitter p {
	font-size: 116%;
	padding: 0;
	line-height: 22px;
}
.twitter a {
}
.twitter a:hover {
}
#tweet_time {
	padding: 0;
}
#tweet_time a {
}
/* news listing */
.news_left {
	float: left;
	width: 57px;
}
.news_date {
	width: 55px;
	line-height: 16px;
	margin: 0 0 10px 0;
	text-align: center;
	padding:5px 0;
}
.news_left img {
}
.news_right {
	float: right;
	padding: 0 0 0 10px;
	width: 200px;
}
.news_right h3 {
	margin-top: 0;
}
.news_right p {
}
/* features list */
ul.features {
	/*width: 270px;*/
	margin: 0 25px;
}
ul.features li {
	padding: 5px 0 5px 35px;
	margin: 10px 0;
	line-height: 16px;
}
/* Purchase products */
.pur_prod {
	clear: both;
	float: left;
	width: 590px;
	margin: 5px 0px;
	padding: 5px 0 5px 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border-style:solid;
	border-width:1px;
	border-color:rgba(134,132,132,1.00);
	
}
.pur_selected {
}
.pur_icon {
	width: 70px;
	float: left;
}
.pur_des {
	width: 320px;
	float: left;
}
.pur_des h3 {
	margin: 0;
}
span.offer {
	font-style: italic;
}
.pur_price {
	width: 70px;
	float: left;
	text-align: center;
}
.pur_price p {
	font-weight: bold;
	font-size: 100%;
}
.pur_price span.was {
	font-size: 86%;
	font-weight: normal;
	text-decoration: line-through;
}
.pur_add {
	width: 130px;
	float: left;
}
.pur_add label {
	float: left;
	margin-top: 10px;
	font-weight:bold;
}
/*products list on main products page */
.prods {
}
.prods .pad10 {
	height: 185px;
}
.img_icon {
	padding: 0 20px 0 0;
	float: left;
}
.prods p {
	padding-top: 0;
}
.prod_con {
	float: left;
	width: 180px;
	height: 150px;
}
#productSelectionCount {
	font-weight: bold;
	margin: 0 0 15px 0;
}
#productSelectionCountSide {
	font-weight: bold;
	margin: 0 0 15px 0;
}
/*flag list */
ul.flags {
}
ul.flags li {
	padding-left: 25px;
}
/* SOCIAL LINKS
============================================================================== */
ul.social {
	margin: 0;
	padding: 0;
	padding-left:40px;
	list-style: none;
}
ul.social li {
	padding: 10px 0 10px 34px;
	margin: 0;
	font-size: 116%;
}
/* RIBBON
============================================================================== */
.ribbon-thin {
 width:100%;
 height:9px;
 float:left;
}

.ribbon {
	width: 100%;
	height: 150px;
	float: left;
}
.ribbon_ad {
	width: 292px;
	height: 102px;
	margin: 0 auto;
}
.ribbon_ad a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 116%;
	line-height: 20px;
}
.ribbon_ad a:hover {
}
.ribbon_ad a img {
	margin: 8px 0 0 5px;
	float: left;
}
.ribbon_ad a span {
	padding: 20px 5px 0 0;
	display: block;
}
/* HEADINGS
=============================================================================== */
.h1_page_title
{
  float: none;
  height: auto;
  width: auto;
  color: #666;
  font-size: 1.45em;
  margin: 2px 0px 22px 0px;
}
.h1_page_title_top
{
    float: none;
  height: auto;
  width: auto;
  color: #666;
  font-size: 1.45em;
  margin: 10px 0px;
}
.h2_section_title
{
  color: #4f5b69;
  margin: 20px 0px 10px 0px;
  width: 100%;
  font-size: 110%;
  font-weight: 600;
  line-height: 18px;
}
h2.h2_heading {
	display: block;
	height: 25px;
	text-indent: -9999px;
	padding: 0;
	margin: 10px 0 20px 0;
}
#h2_welcome {
	width: 300px;
}
#h2_review {
	width: 180px;
}
#h2_news {
	width: 300px;
}
#h2_twitter {
	width: 180px;
}
#h2_products {
	width: 227px;
	margin: 10px 0 5px 13px;
}
#h2_touchcopy {
	width: 488px;
}
#h2_features {
	width: 180px;
}
#h2_getintouch {
	width: 211px;
	height: 38px;
	margin: 15px 0 20px 25px;
	float: left;
}
#h2_music {
	width: 400px;
}
#h2_photo {
	width: 400px;
}
#h2_message {
	width: 400px;
}
#h2_calendar {
	width: 400px;
}
#h2_compatibility {
	width: 400px;
}
#h2_requirements {
	width: 400px;
}
#h2_purchase {
	width: 400px
}
#h2_otherproducts {
	width: 500px
}
#h2_store {
	width: 400px;
}
#h2_download {
	width: 400px;
}
#h2_support {
	width: 400px;
}
#h2_contact {
	width: 400px;
}
#h2_prods {
	width: 400px;
}
#h2_affiliate {
	width: 400px;
}
#h2_tunesweeper {
	width: 400px;
}
#h2_apps {
	width: 400px;
}
#h2_books {
	width: 400px;
}
#h2_files {
	width: 400px;
}
#h2_find_duplicates {
	width:400px;
}
#h2_missingtracks {
	width:400px;
}
#h2_tunesweeper_addtracks {
	width:400px;
}
#h2_vacancies {
	width:400px;
}
#h2_internet {
	width:400px;
}
#h2_calllogs {
width:400px;
}
#h2_tunesweeperupgrade {
width:400px;
}
#h2_contacts {
	width:400px;
}
#h2_calendars {
	width:400px;
}
#h2_notes {
	width:400px;
}
/* BUTTONS
================================================================================ */
a.btn {
	display: block;
	text-indent: -9999px;
}
a.btn190 {
	width: 190px;
	height: 25px;
	text-indent: -9999px;
	display: block;
}
a.btn270_thin {
	width: 270px;
	height: 25px;
}
a.btn270_deep {
	width: 270px;
	height: 40px;
}
a.btn270_thin:hover, a.btn270_deep:hover, a.btn190:hover, .btn270_checkout, .btn270_purchase_bundle:hover {
	cursor: pointer;
}
.btn270_checkout, .btn270_purchase_bundle {
	display: block;
	text-indent: -9999px;
	font-size: 0;
	line-height: 40px;
	min-height:40px;
	width: 270px;
	height: 40px;
	float: right;
}
ul.thin_btns {
	clear: both;
}
ul.thin_btns li {
	height: 35px;
}
ul.deep_btns {
	clear: both;
}
ul.deep_btns li {
	height: 50px;
}
/* IMAGES
================================================================================= */
.img_right {
	float:right;
	padding: 0px 0 15px 15px;
}
.img_right img {
	margin-bottom: 5px;
	padding:0 auto;
}
.img_right span {
	text-align: center;
	font-size: 90%;
	font-style: italic;
	display: block;
}

.img_with_anotation {
	padding: 0px 15px 15px 15px;
}

.img_with_anotation img {
	margin-bottom: 5px;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 140px;
}

.img_with_anotation span {
	text-align: center;
	font-size: 100%;
	font-style: italic;
	color:#333333;
	display: block;
}

/* FOOTER
================================================================================= */
#footer {
	width: 100%;
	min-height: 200px;
	clear: both;
}
#footer p {
	font-size: 116%;
}
#footer h3 {
	margin: 0;
	font-size: 116%;
}
.footer_social {
	width: 319px;
	padding: 0 0 10px 0;
}
.smallprint {
	padding: 0 0 10px 0;
}
#footer .smallprint p {
	font-size: 83%;
	line-height: 14px;
}
.footer_separator
{
  display:block;
  height:1px;
  background-color:#666;
}
/*	Global Footer
=============================================================== */
#global_footer
{
	padding:16px 16px 5px 16px;
  line-height:1.5;
}
#global_footer_header
{
	margin:0px 16px 16px 16px;
	font-size:1.5em;
}
.global_footer_sections
{
  display:table;
  table-layout:fixed;
  width:100%;
}
.global_footer_section
{
  display:table-cell;
  width:33%;
}
.global_footer_section_content
{
  display:block;
  padding:0px 16px;
  font-size:1.34em;
}
.global_footer_social_link
{
	display:block;
	padding:8px 0px 0px 40px;
	height:24px;
	margin:0px 0px 4px 0px;
	line-height:1.2;
}
#global_footer_separator
{
	margin:16px 0px 8px 0px;
	height:1px;
}
#global_footer_disclaimer
{
	margin:0px 16px 0px 16px;
	font-size:0.9em;
}
/* Social for TouchCopy
====================================================================================== */
#touchcopy_social {
	float:left;
	padding-left:25px;
	padding-top:5px;
}


/* Upgrade Forms
====================================================================================== */

.upgradeForm
{
	background-color:#B3B8FB;
	margin: 20px 50px;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

/* Other */
a.purchaseMoreInformation
{
	background-image:url(../images/16_info.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;	
	padding-bottom:2px;
}

a.purchaseDownloadDemo
{
	line-height:20px;
	background-image:url(../images/16_download.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;	
	padding-bottom:2px;
}


.stars_link
{
	text-indent:75px;	
}

.stars_quote
{
	float:clear;
	font-size: 10px;
	font-style: italic;
	color: #666;
	width: 100%;	
	
}
.stars
{
	float:left;
	height:16px;
	text-indent:75px;
	padding-right:10px;
}
