/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/* END RESET CSS */

body {
	font:13px/1.231 sans-serif;
*font-size:small;
} /* hack retained to preserve specificity */
select, input, textarea, button {
	font:99% sans-serif;
}
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
/* 
 * minimal base styles 
 */
body, select, input, textarea {
	color: #444;
	/* set base font here, to apply evenly */
   font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
/* always force a scrollbar in non-IE */ 
html {
	overflow-y: scroll;
}
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: none;
}
a, a:active, a:visited {
	/*color: #607890;*/
	/*color:#fff;*/
}
a:hover {
	/*color: #036;*/
}
small {
	font-size: 85%;
}
xx-small {
font-size: 10px;
}
#copyright {
	font-size: 10px;
	padding-top: 3px;
}
strong, th {
	font-weight: bold;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
pre {
	padding: 15px;
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}
textarea {
	overflow: auto;
}
.ie7 legend {
	margin-left: -7px;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}
label, input[type=button], input[type=submit], button {
	cursor: pointer;
}
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea {
	margin: 0;
}
input:invalid, textarea:invalid {
border-radius: 1px;
-moz-box-shadow: 0px 0px 5px red;
-webkit-box-shadow: 0px 0px 5px red;
box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
background-color: #f0dddd;
}
::-moz-selection {
background: #444;
color:#fff;
text-shadow: none;
}
::selection {
background:#444;
color:#fff;
text-shadow: none;
}
/*  j.mp/webkit-tap-highlight-color */
a:link {
	/*-webkit-tap-highlight-color: #FF5E99;*/
	/*color: #fff;*/
}
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
	width: auto;
	overflow: visible;
}
/* bicubic resizing for non-native sized IMG */
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
/* 
 * Non-semantic helper classes 
 */
/* for image replacement */
.ir {
	display: inline-block;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
}
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
	display: none;
	visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.row {
	margin: 0 auto;
	overflow: hidden;
}
img, object, embed {
	max-width: 100%;
}
img {
	height: auto;
}
/* Primary Styles
    Author: Wayne, Technical Analysis
 */

h1 {
	width: 520px;
	margin-left: 13px;
    color: #999;
	margin-top: 0;
    margin-bottom: .05em;
    padding: .25em;
    font: 400 1.6em Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
    /*border-top: 1px solid #999;*/
}
h2.tag {
	width: 520px;
	margin-left: 13px;
	color: #333;
	margin-top: 0;
    margin-bottom: .5em;
    padding: .5em;
    font: 400 1.25em Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
	border-bottom: 1px solid #999;
}
h2.tasc2 {
	font-size:20px;
	line-height:22px;
	margin-bottom:4px;
	color:#fff;
	text-align:center;
}
h3.tasc3 {
	font-size:14px;
	line-height:16px;
	margin-bottom: 10px;
	color:#fff;
	text-align:center;
}
h4.tasc4 {
	font-size:12px;
	text-align:center;
	margin:2px auto 3px;
}
h2.subH {
	font-size: 20px;
    line-height: 1em;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 4px;
	width: 520px;
	margin-left: 13px;
	margin-top: 2em;
	margin-bottom:.2em;
}
p {
	margin:0 0.5em 1.5em 0;
}
h2.tag + p, h2.tag + p + p {margin-left:13px;}

.smaller {
	font-size: 80%;
}
.larger {font-size:115%;
}
.smallCaps {
	font-variant:small-caps;
}
.spaced {
	letter-spacing: 1px;
}
#outer {
	text-align:center;
	display:block;
	min-width:600px;
	width:600px;
}
#main {
	text-align:left;
	margin:auto;
	padding: 20px;
	padding-top:0;
	padding-left:0;
}
.left {
	float: left;
	margin:0em;
	padding:0;
}
.right {
	float: right;
	margin:0em;
	padding:0;
}
.options {
	height:360px;
}
.table1 {
	width:550px;
	margin-top: 1.5em;
	margin-left: 4px;
	/*padding-left: 3px;
	padding-bottom: 3px;*/
	border:1px solid #666;
	background-color:#fff;
	font-weight: bold;
}
.table1 th {
	font-size: 14px;
	background: #bf0326; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmMDMyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #bf0326 0%, #8f0222 67%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf0326), color-stop(67%, #8f0222), color-stop(100%, #6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bf0326 0%, #8f0222 67%, #6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bf0326 0%, #8f0222 67%, #6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bf0326 0%, #8f0222 67%, #6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bf0326 0%, #8f0222 67%, #6d0019 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0326', endColorstr='#6d0019', GradientType=0 ); /* IE6-8 */
	color:#fff;
}
.table1 th, .table1 td {
	text-align:center;
	padding:2px;
	height:45px;
	vertical-align:middle;
}
.table1 td img {
	vertical-align: text-bottom;
	float: right;
	margin-right: 2px;
}
.table1 tr:nth-child(odd) {
 background: #fcfcfc; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
 background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%); /* IE10+ */
 background: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2', GradientType=0 ); /* IE6-8 */
}
.check {
	background:url('https://technical.traders.com/images/yStore/CheckG.png') no-repeat 50% 50%;
}
.cross {
	background:url('https://technical.traders.com/images/yStore/CrossR.png') no-repeat 50% 50%;
}
.box1 {
	margin-top: 10px;
	position:relative;
	width:165px;
	height:358px;
	background: url('https://technical.traders.com/images/yStore/boxBG.gif');
	/*border:1px solid #DDD;*/
	padding-top: 5px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.box1 ul li {
/*list-style: none;
	margin-left: 10px; margin-right:10px;*/
}
.box1 .price {
	text-align: right;
	margin-left: 10px;
	float:right;
	font-weight:bold;
	font-size:16px;
}
.box1 .price1 {
	font-weight:bold;
	font-size:16px;
}
#free {
	margin-left:8px;
}
#yearly {
	margin-left: 18px;
	margin-right: 0px;
}
#ptsk {
	margin-top: 0px;
	margin-left: 18px;
	border:1px solid #DDD;
	-webkit-box-shadow:  0px 2px 6px 3px rgba(0, 0, 0, .8);
	box-shadow:  0px 2px 6px 4px rgba(0, 0, 0, .3);
	width:175px;
	height:373px;
}
#ptsk h4 {
	margin-bottom: 8px;
}
#ptsk p {
	text-align:center;
	font-size:15px;
	line-height:18px;
}
#ptsk li {
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
.btnHolder {
	margin-left:auto;
	margin-right: auto;
	text-align:center;
}
.btn, .btn1, .btn2 {
	position:absolute;
	bottom:10px;
	left:32px;
}
.btn1 {
	left:10px;
}
a.btn2 {
	left:5px;
}
a.btn, a.btn1, a.btn2 {
	/*margin-left:20%; margin-right:20%;*/
	text-transform: uppercase;
	font-size: 14px;
	line-height:16px;
	font-weight:bold;
	width:101px;
	display: inline-block;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, .3);
	box-shadow:         0px 1px 0px rgba(0, 0, 0, .3);
	padding-top:2px;
	padding-bottom:1px;
	color: #fff;
	text-align:center;
 	vertical-align:baseline;
	zoom: 1;
	text-decoration:none;
	background: #ff3019; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0 ); /* IE6-8 */
}
a.btn1, a.btn2 {
	width:154px;
}
a.btn:hover, a.btn:active, a.btn:focus, a.btn1:hover, a.btn1:active, a.btn1:focus, a.btn2:hover, a.btn2:active, a.btn2:focus {
	background: #cf0404; /* Old browsers */
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow:         0px 0px 0px rgba(0, 0, 0, 0);
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmMDQwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjMwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #cf0404 0%, #ff3019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cf0404), color-stop(100%, #ff3019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cf0404 0%, #ff3019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cf0404 0%, #ff3019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cf0404 0%, #ff3019 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cf0404 0%, #ff3019 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019', GradientType=0 ); /* IE6-8 */
}
p.cost {
	margin-top: 2px;
	margin-bottom: 4px;
	padding-left: 5px;
	line-height: 16px;
	vertical-align: text-bottom;
}
#yearly .price {
	margin-right: 15px;
}
#yearly p.cost {
	margin-left: 15px;
}
#free p.cost {
	text-align:center;
}
#ptsk p.cost {
	text-align:center;
	line-height:28px;
}
.pricePtsk, .priceBigPtsk {
	font-size: 16px;
	font-weight: bold;
}
.priceBigPtsk {
	font-size:24px;
	color:#F03;
}
.box1 .features {
	position: absolute;
	top:146px;
	left: 5px;
	width:155px;
	text-align: left;
	border-top: 1px solid #DDD;
}
.box1 ul {
	margin-left: 15px;
}
.center {
	text-align:center !important;
}
.textLeft {
	text-align:left !important;
	padding-left: 4px !important;
}
.textRight {
	text-align:right !important;
}
span#copyright a { color: #fff;}   /*desktop version*/
/*div#copyright a { }*/   /*mobile version*/

span#copyright a:nth-child(4) { /*desktop version*/
    color: rgb(0, 0, 0);
	font-weight:bold;
	font-size:16px;
}
div#copyright a:nth-child(4) { /*mobile version, just in case*/
    color: #3300FF;
	font-weight:bold;
	font-size:16px;
}
/*Mobile adjustments*/
body.home main h2.tasc2 {
	color:#fff;
	font-size:20px;
	margin-bottom:4px;
	padding:0;
	background-color: transparent;
	border:none;
}