.@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: 'TrebuchetMS';
 src: url('http://www.hypnosisnetwork.com/_css/trebucit_0-webfont.eot');
 src: local('?'), url('../_fonts/trebucit_0-webfont.woff') format('woff'), url('../_fonts/trebucit_0-webfont.ttf') format('truetype'), url('../_fonts/trebucit_0-webfont.svg') format('svg');
 font-weight: normal;
 font-style: italic;
}
 @font-face {
 font-family: 'TrebuchetMS';
 src: url('http://www.hypnosisnetwork.com/_css/trebucbi_0-webfont.eot');
 src: local('?'), url('../_fonts/trebucbi_0-webfont.woff') format('woff'), url('../_fonts/trebucbi_0-webfont.ttf') format('truetype'), url('../_fonts/trebucbi_0-webfont.svg') format('svg');
 font-weight: bold;
 font-style: italic;
}
 @font-face {
 font-family: 'TrebuchetMS';
 src: url('http://www.hypnosisnetwork.com/_css/trebucbd_0-webfont.eot');
 src: local('?'), url('../_fonts/trebucbd_0-webfont.woff') format('woff'), url('../_fonts/trebucbd_0-webfont.ttf') format('truetype'), url('../_fonts/trebucbd_0-webfont.svg') format('svg');
 font-weight: bold;
 font-style: normal;
}
 @font-face {
 font-family: 'TrebuchetMS';
 src: url('http://www.hypnosisnetwork.com/_css/trebuc_1-webfont.eot');
 src: local('?'), url('../_fonts/trebuc_1-webfont.woff') format('woff'), url('../_fonts/trebuc_1-webfont.ttf') format('truetype'), url('../_fonts/trebuc_1-webfont.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", "TrebuchetMS", arial, helvetica, sans-serif;
	font-weight:normal;
	font-size: 95%;
	color: #222;
	background:#eee url(../images/mainbg.jpg) repeat-x top;
}
#largecol {
	margin:20px auto;
}
#largecol, largecol p {
	font-weight:normal;
}
#smallcol ol, ul, li {
	line-height: 1.3em;
}
/*typography*/

img {
	border: 0;
}
a {
	text-decoration: underline;
	color: #1a84b5;
}
a:hover {
	color:  #CC0000;
	text-decoration: underline;
}
a.img:hover {
	background: transparent;
	text-decoration: none;
}
/* HEADING STYLES */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 0;
}
/* h1 */

h1 {
	font-family:Tahoma;
	font-size: 1.8em;
	color: #CC0000;
	margin: 0 0 0 0;
}
.h1subhead {
	font-size: 1.2em;
	margin: .25em 0 0 0;
	font-weight: bold;
}
h1.solo {
	margin: 0 0 -.3em 0;
}
/* h2 */

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	color: #CC0000;
}
.h2subhead {
	font-size: 1.4em;
	margin: -1em 0 .5em 0;
	font-weight: bold;
}
h2.solo {
	margin: 1.1em 0 -.3em 0;
}
a.h2link, a.h2link:hover {
	text-decoration: none;
}
/* h3 */

h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	color: #CC0000;
}
.h3subhead {
	font-size: 1.2em;
	margin: -.75em 0 .5em 0;
	font-weight: bold;
}
h3.solo {
	margin: 1.5em 0 -.3em 0;
}
/* h4, h5, h6 */


h4 {
	font-size: 1.2em;
	margin: 1.5em 0em .9em 0em;
}
h4.solo {
	margin: 1.5em 0 0 0;
}
h5 {
	font-size: .9em;
	margin: 0 0 -.3em 0;
	color: #CC0000;
}
h6 {
	font-size: .9em;
	margin: 1.9em 0em .9em 0em;
}
/* PAGE ELEMENTS */

ol, ul, li {
	font-size: 1.0em;
	line-height: 1.5em;
	margin:10px 0;
}
ul, ol {
	margin: 0.5em 0 1em;
	padding: 0;
	height: 1%;
}
html>body ul, ol {
	height: auto;
}
li {
	padding: 0;
	margin: 0 0 0.1em 3em;
}
p {
	font-size: 1.0em;
	font-weight:normal;
	line-height: 1.5em;
	margin: 1.1em 0em 1.1em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {
	/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.messagetxt {
	color: #cc0000;
	font-weight: bold;
}
.highlighter {
	background-color: #ffff66;
}
.highlighterlt {
	background-color: #fffacd;
}
div.hr {
	border-bottom: 1px dotted #999;
}
div.hr hr {
	display: none;
}
/* classes are to demonstrate better line heights for narrow columns*/	

.narrow1 {
	width: 50%;
	line-height: 1.3em;
}
.narrow2 {
	width: 50%;
	line-height: 1.5em;
}
/* from our 720 stylesheet */

table {
	border-collapse: collapse;/* margin: 0; */ 
}
td {
	padding: .7em 2em;
}
blockquote {
	margin: 0;
	padding: 1em;
}
blockquote p, blockquote ul {
	font-family: Georgia, Palatino, "Palatino Linotype Italic", "Times New Roman", Times, serif;
	color: #333;
	font-size: 1em;
	line-height: 1.6em;
}
blockquote.plaintext {
	padding: 0 2em 0 2em;
}
blockquote p.plaintext {
	margin: 1.1em 0em 1.1em 0em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 1.0em;
	line-height: 1.4em;
}
blockquote.plaintextbigquote {
	margin: 0;
	padding: 0;
	background-image: url('../images/ye06quote12burgleft.gif');
	background-position: 0 1.2em;
	background-repeat: no-repeat;
	height: 1%;
}
html > body blockquote.plaintextbigquote {
	height: auto;
	background-position: 0 .4em;
}
blockquote p.plaintextbigquote {
	margin: 1.1em 0em 1.1em 0em;
	text-indent: 1.5em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 1.0em;
	line-height: 1.4em;
}
blockquote p.source {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: normal;
	font-weight: bold;
}
blockquote.bigquote {
	background-image: url('../images/ye06quote12burgleft.gif');
	background-position: 0 1.2em;
	background-repeat: no-repeat;
	height: 1%;
}
html > body blockquote.bigquote {
	height: auto;
	background-position: 0 .4em;
}
blockquote.bigquote p.bigquote, blockquote.bigquote ul.bigquote {
	margin: 10px 0 5px 0;
	text-indent: 1.4em;
}
blockquote.bigquote p.source {
	margin: 10px 0 5px 0;
	padding: 0 0 10px 0;
}
.bqstart {
	float: left;
	height: 45px;
	margin-top: -20px;
	padding-top: 45px;
	margin-bottom: -50px;
	font-size: 700%;
	color: #cc0000;
}
.bqend {
	float: right;
	height: 25px;
	margin-top: 0px;
	margin-bottom: -50px;
	padding-top: 45px;
	font-size: 700%;
	color: #cc0000;
}
.indent {
	padding: 0 2em 0 2em;
}
.reverse {
	background: #e4e4e4;
	margin: 0 0 10px 0;
	padding: 5px;
	text-align: center;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.superheader {
	/* font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif; */
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	color: #777;
}
/* QUESTION BOX */
.questionbox {
	background-color: #e6eef9;
	border-top: 2px solid #e4e4e4;
	border-left: 2px solid #e4e4e4;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	padding: 0 20px 20px 20px;
}
/* ORIGINAL BOX */
.cobox {
	width: 200px;
	border: 1px solid #777;
	padding: 2px 2px 10px 2px;
}
.coboxtext {
	padding: 0 10px 0 10px;
	line-height: 1.5em;
}
.coboxbg {
	width: 200px;
	background: #e4e4e4;
	padding: 2px 2px 2px 2px;/* border: 1px solid red; */
	}
/* BLUE BOX */

.coboxblue {
	width: 200px;
	border: 1px solid #000099;
	background: url('../images/ye06shadowwhite02left.png');
}
.coboxblueheader {
	height: 30px;
	background: #000099 url('../images/ye06sectionheadblue03bg.png');
}
.coboxblueheadertext {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
.coboxbluetext {
	padding: 10px 5px 10px 15px;
}
/* RED BOX */

.coboxred {
	width: 200px;
	border: 1px solid #bd0000;
	background: url('../images/ye06shadowwhite02left.png');
}
.coboxredheader {
	height: 30px;
	background: #bd0000 url('../images/ye06sectionheaderbgred60.png');
}
.coboxredheadertext {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
.coboxredtext {
	padding: 10px 5px 10px 15px;
}
/* GOLD BOX */

.coboxgold {
	width: 200px;
	border: 1px solid #8e7336;
	background: url('../images/ye06shadowwhite02left.png');
}
.coboxgoldheader {
	height: 30px;
	background: #8e7336 url('../images/ye06sectionheaderbggold60.png');
}
.coboxgoldheadertext {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
.coboxgoldtext {
	padding: 10px 5px 10px 15px;
}
/* GRAY BOX */

.coboxgray {
	width: 200px;
	border: 1px solid #999;
	background: url('../images/ye06shadowwhite02left.png');
}
.coboxgrayheader {
	height: 30px;
	background: #999 url('../images/ye06sectionheaderbggray60.png');
}
.coboxgrayheadertext {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
.coboxgraytext {
	padding: 10px 5px 10px 15px;
	line-height: 1.5em;
}
/* END COBOX STYLES */

.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear:both;
}
input.submitgold5 {
	border: 3px double #d8c402;
	border-left-color: #f9e858;
	border-top-color: #f9e858;
	margin: 5px 5px 5px 0;
	color: black;
	height: auto;
	text-decoration: underline;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0.1ex 0;
	cursor: pointer;
	background: #ffcc16;
	text-decoration: none;
}
input.submitred1 {
	border: 3px double #bd0000;
	border-left-color: #cf0000;
	border-top-color: #cf0000;
	margin: 5px 5px 5px 0;
	color: white;
	height: auto;
	text-decoration: underline;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 0.1ex 0;
	cursor: pointer;
	background: #b30000;
	text-decoration: none;
}
input.submitwhite {
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	margin: 5px 5px 5px 0;
	color: black;
	height: auto;
	text-decoration: underline;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	cursor: pointer;
	background: #efefef;
	text-decoration: none;
}
input.submitgray4 {
	border: 3px double #999;
	border-left-color: #bbb;
	border-top-color: #bbb;
	margin: 5px 5px 5px 0;
	color: black;
	height: auto;
	text-decoration: underline;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0.1ex 0;
	cursor: pointer;
	background: #ddd;
	text-decoration: none;
}
input.submitblue {
	border: 3px double #000066;
	border-left-color: #000088;
	border-top-color: #000088;
	margin: 5px 5px 5px 0;
	color: white;
	height: auto;
	text-decoration: underline;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 0.1ex 0;
	cursor: pointer;
	background: #000099;
	text-decoration: none;
}
input.submitblue2 {
	border: 3px double #000066;
	border-left-color: #000088;
	border-top-color: #000088;
	margin: 0;
	color: white;
	height: auto;
	text-decoration: underline;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	cursor: pointer;
	background: #000099;
	text-decoration: none;
}
ul.hang {
	margin: 0;
	padding: 0;
}
ul.hang li {
	margin: 0;
	padding: 0 0 0 2em;
	margin: .5em 0;
	list-style: none;
	text-indent: -2em;
}
ul.diamondbullet li {
	padding-left: 20px;
	margin: 10px;
0;
	line-height: 1.5em;
	list-style: none;
	background: url('../images/ye04burgdiamond08.png') left 7px no-repeat;
}
ul.diamondbulletsingleline li {
	padding-left: 17px;
	margin: .7em 2em;
	list-style: none;
	background: url('../images/ye04burgdiamond08.png') left .25em no-repeat;
}
ul.diamondbulletmultiline li {
	line-height: 1.8em;
	padding-left: 17px;
	margin: 1.2em 2em;
	list-style: none;
	background: url('../images/ye04burgdiamond08.png') left .5em no-repeat;
}
ul.arrowbullet li {
	padding-left: 17px;
	margin: .25em 0;
	list-style: none;
	background: url('../images/ye06burg153arrow08.gif') left .25em no-repeat;
}
ul.squarebullet li {
	padding-left: 17px;
	margin: .25em 0;
	list-style: none;
	background: url('../images/ye04burgsquare08.png') left .25em no-repeat;
}
ul.circlebullet li {
	padding-left: 17px;
	margin: .25em 0;
	list-style: none;
	background: url('../images/ye04burgcircle08.png') left .25em no-repeat;
}
ul.numberbullet li.one {
	padding-left: 35px;
	margin: 1.4em 0;
	list-style: none;
	background: url('../images/ye06numbers29burg01.png') left .25em no-repeat;
}
ul.numberbullet li.two {
	padding-left: 35px;
	margin: 1.4em 0;
	list-style: none;
	background: url('../images/ye06numbers29burg02.png') left .25em no-repeat;
}
ul.numberbullet li.three {
	padding-left: 35px;
	margin: 1.4em 0;
	list-style: none;
	background: url('../images/ye06numbers29burg03.png') left .25em no-repeat;
}
ul.bonusbullet li.one {
	padding-left: 110px;
	margin: 1.4em 0;
	list-style: none;
	background: url('../images/ye06bonus101redwhite01.png') left .25em no-repeat;
}
ul.bonusbullet li.two {
	padding-left: 110px;
	margin: 1.4em 0;
	list-style: none;
	background: url('../images/ye06bonus101redwhite02.png') left .25em no-repeat;
}
ul.bonusbullet li.three {
	padding-left: 110px;
	margin: 1.4em 0;
	list-style: none;
	background: url('../images/ye06bonus101redwhite03.png') left .25em no-repeat;
}
.listsmi {
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: 0;
	padding-left: 0;
}
.listnb {
	list-style-type: none;
	margin-left: 1em;
	margin-bottom: 0;
	padding-left: 0;
}
ul.listnb2 li {
	padding-left: 17px;
	margin: .5em 0;
	list-style: none;
}
.listnbni {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}
/* COMPACT TABLE */

table.compact td {
	padding: 0;
}
/* BASIC TABLE */

table.basic {
	border-collapse: collapse;
}
table.basic th, table.basic td {
	padding: .5em .5em;
}
/* STRIPE TABLE */

table.stripe {
	border: 1px solid #dbe1f2;
}
table.stripe tr.odd td {
	background: #dbe1f2;
}
table.stripe tr.even td {
	background: #fff;
}
.bqbox {
	margin: 20px 0 20px 0;
	padding: 5px 20px 5px 20px;
	border-top: 2px solid #e4e4e4;
	border-left: 2px solid #e4e4e4;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
}
/* ZEBRA TABLE */

.zebra th {
	background-color: #ddd;
	color: #0000aa;
	font-weight: bold;
	padding: 3px 8px;
}
.zebra tr.even td {
	background-color: #efefef;
	padding: 3px 8px;
}
.zebra tr.odd td {
	background-color: #fff;
	padding: 3px 8px;
}
.zebra th.r, .zebra tr.even td.r, .zebra tr.odd td.r {
	text-align: right;
}
/* PAGEUNIT TABLE */
table.pageunit {
	margin-top: 5px;
}
table.pageunit th, table.pageunit td {
	text-align: left;
	padding: 0;
}
/* STATS TABLE */

table.stats {
	margin-top: 20px;
}
table.stats th, table.stats td {
	text-align: center;
	padding: 3px 2px;
}
table.stats th.leftbold, table.stats td.leftbold {
	font-weight: bold;
	text-align: left;
}
table.stats th.rightbold, table.stats td.rightbold {
	font-weight: bold;
	text-align: right;
}
table.stats td.leftnormal {
	text-align: left;
}
tr.highlight td {
	background: #ffffcc;
}
tr.selected td {
	background: #ffff66;
}
/* SLIDESHOW */

.slideshow {
	float: right;
}
.slideshow p {
	text-align: center;
	line-height: 120%;
}
.slideshow p .caption {
	color: #cc0000;
	font-weight: bold;
}
.slideshow a, .slideshow a:link, .slideshow a:visited, .slideshow a:hover, .slideshow a:active {
	background: #fff;
}
/* TICKER STYLE */

.ticker {
	font-size: 13px;
	width: 400px;
}
.ticker a, .ticker a:link, .ticker a:active {
	color: #0000dd;
	text-decoration: underline;
}
.ticker a:visited {
	color: #551A8B;
	text-decoration: underline;
}
.ticker a:hover, .ticker a:visited:hover {
	color: #0000dd;
	background: #e4e4e4;
}
.tickerbuttons ul {
	margin: 0px;
	padding: 0px;
}
.tickerbuttons li {
	list-style-type: none;
	margin: 5px 2px 0 2px;
	text-align: center;
	float: left;
}
.tickerbuttons li a.submitwhite, .tickerbuttons li a:link.submitwhite, .tickerbuttons li a:visited.submitwhite, .tickerbuttons li a:hover.submitwhite, .tickerbuttons li a:active.submitwhite {
	/* height: 100%; */
	/* width: 100%; */
	display: block;
	border: 1px double #ccc;
	color: #ccc;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: 0 .25em 0 .25em;
	cursor: pointer;
	text-decoration: none;
}
.txtred {
	font-weight: bold;
	color: #cc0000;
}
h6.srhead {
	margin: 1.9em 0em 0em 0em;
}
p.srtext {
	margin-top: 0;
	line-height: 1.3em;
}
.boxtabs ul {
	margin: 0px;
	padding: 0px;
}
.boxtabs li {
	list-style-type: none;
	margin: 5px 2px 0 2px;
	text-align: center;
	float: left;
}
.boxtabs li a.white, .boxtabs li a:link.white, .boxtabs li a:visited.white, .boxtabs li a:hover.white, .boxtabs li a:active.white, .boxtabs li a.whiteselected, .boxtabs li a:link.whiteselected, .boxtabs li a:visited.whiteselected, .boxtabs li a:hover.whiteselected, .boxtabs li a:active.whiteselected {
	display: block;
	border: 0;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #0000dd;
	background: #e4e4e4;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: 0;
	cursor: pointer;
	width: 87px;
	height: 3em;
	text-decoration: underline;
}
.boxtabs li a.whiteselected, .boxtabs li a:link.whiteselected, .boxtabs li a:visited.whiteselected, .boxtabs li a:hover.whiteselected, .boxtabs li a:active.whiteselected {
	border-bottom: 0;
	background: #fff;
	color: black;
}
.boxtabs li a:hover.white, .boxtabs li a:visited:hover.white {
	background: #fff;
	color: black;
}
.categorybuttons ul {
	margin: 0px;
	padding: 0px;
}
.categorybuttons li {
	list-style-type: none;
	margin: 5px 2px 0 2px;
	text-align: center;
	float: left;
	width: 12em;
}
.categorybuttons li a.white, .categorybuttons li a:link.white, .categorybuttons li a:visited.white, .categorybuttons li a:hover.white, .categorybuttons li a:active.white {
	display: block;
	border: 1px double #ccc;
	background: #fff;
	color: black;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: 0 .25em 0 .25em;
	cursor: pointer;
	height: 1.5em;
	text-decoration: underline;
}
.categorybuttons li a.whiteselected, .categorybuttons li a:link.whiteselected, .categorybuttons li a:visited.whiteselected, .categorybuttons li a:hover.whiteselected, .categorybuttons li a:active.whiteselected {
	display: block;
	border: 1px double #ccc;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: 0 .25em 0 .25em;
	cursor: pointer;
	height: 1.5em;
	text-decoration: underline;
}
.categorybuttons li a:hover.white, .categorybuttons li a:visited:hover.white {
	color: #0000dd;
	background: #e4e4e4;
}
/* VIEW SHOPPING CART */

#viewcart {
	position: relative;/*width: 595px;*/
	/*height: 31px;*/
	}
#shoppingcartbar {
}
#shoppingcartinfocontainer {
	position: absolute;
	top: 8px;
	text-align: center;
}
#shoppingcartinfo {
	display: inline;
	z-index: 200;
}
#shoppingcartinfo .text {
	display: inline;
	background: url('../images/yi06shoppingcart_clear_white20.gif') no-repeat center left;
	padding-left: 30px;
	white-space: nowrap;
}
#shoppingcartinfo .text a, #shoppingcartinfo .text a:link, #shoppingcartinfo .text a:visited, #shoppingcartinfo .text a:hover, #shoppingcartinfo .text a:active {
	background: none;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0 .25em 0 .25em;
	cursor: pointer;
	text-decoration: none;
}
#shoppingcartinfo .text a:hover {
	background: none;
	text-decoration: underline;
}
/* Standard Forms */

.standardform {
	padding: 0 10px 10px 10px;
}
.standardform form {
	margin: 0;
}
.standardform .header {
	font-size: 125%;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
.standardform .formline {
	clear: both;
}
.standardform .formline2 {
	padding-top: 5px;
	clear: both;
}
.standardform .formlabel {
	font-size: 85%;
	font-weight: bold;
	width: 7em;
	float: left;
}
.standardform .formlabel2 {
	margin-top: 1em;
	font-size: 85%;
	font-weight: bold;
	width: 7em;
	float: left;
}
.standardform .formblock {
	font-size: 85%;
	float: left;
}
.standardform .formblockreq, .standardform .formblockleftreq {
	font-size: 85%;
	font-weight: bold;
	float: left;
}
.standardform .formblockleftreq {
	padding-left: 7px;
}
.standardform .formblocktext {
	font-size: 100%;
	font-weight: normal;
	clear: both;
}
.standardform .formblocktext2 {
	font-size: 115%;
	font-weight: normal;
}
.standardform .formblocktext3 {
	font-size: 115%;
	font-weight: normal;
	padding-left: 20px;
}
/* Highlight Boxes */

.highlightbox, .highlightboxyellow, .highlightboxblue, .highlightboxgreen {
	width: 80%;
	margin: 20px auto;
	padding: 10px;
	border: 1px dotted black;
	background: #ffffcc;
}
.highlightboxblue {
	background: #ccffff;
}
.highlightboxgreen {
	background: #ccffcc;
}
.calloutboxyellow {
	background: #fffacd;
	border: 1px solid black;
	padding: 0 10px 0 10px;
	font-size: 11px;
}
.highlightboxred, .highlightboxredbold {
	width: 95%;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #cc0000;
}
.highlightboxredbold {
	border: 2px solid #cc0000;
}
.optp {
	font-size:1.2em;
}
.rounded {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	position:relative;
 [if lte IE 8]behavior: url(http://www.hypnosisnetwork.com/_scripts/PIE.php);
}
.sqtitle {
	font-size:1em;
	margin:0 0 3px 10px;
	padding:0;
	font-family:Tahoma;
	font-weight:bold;
	color:#cc0000;
}
.squote {
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	padding:1px 15px;
	margin:0;
	color:#000;
	background:#eee; /* default background for browsers without gradient support */
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
 [if lte IE 8]behavior: url(http://www.hypnosisnetwork.com/_scripts/PIE.php);
}
.squote:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-10px; /* value = - border-top-width - border-bottom-width */
	left:25px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:12px 0 0 20px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#eee transparent;
}
.sqsource {
	font-size:0.9em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:900;
	margin:3px 0 20px 50px;
}
#smallcol .squote {
	font-size:11px;
}
#smallcol .sqtitle {
	font-size:11px;
}
#smallcol .sqsource {
	font-size:10px;
}
.qtitle {
	margin:30px 0 3px 10px;
	padding:0;
	font-size:1em;
	font-family:Tahoma;
	font-weight:bold;
	color:#cc0000;
}
.quote {
	font-size:1em;
	line-height:20px;
	color:#000!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	padding:5px 15px;
	margin:0;
	background:#eee; /* default background for browsers without gradient support */
	/* css3 */
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
 [if lte IE 8]behavior: url(http://www.hypnosisnetwork.com/_scripts/PIE.php);
}
.quote:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-20px; /* value = - border-top-width - border-bottom-width */
	left:25px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:30px 0 0 20px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#eee transparent;
}
.quote p {
	color:#000;
	margin:10px 0;
	padding:0;
}
.qsource {
	font-size:0.9em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:900;
	margin:3px 0 20px 50px;
}
.qimg {
	float:right;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	position:relative;
	width:100px;
	height:100px;
	margin:10px 0 10px 15px;
	border:2px solid #fff;
 [if lte IE 8]behavior: url(http://www.hypnosisnetwork.com/_scripts/PIE.php);
}
.qmulti {
	background:none;
	border:none;
	margin:0 0 20px 0;
	padding:0;
	position:relative;
}
.qmulti h3 {
	font-size:24px;
	font-weight:bold;
	color:#cc0000;
	margin:1.2em 0 0.5em 0;
	padding:0;
}
.qmultiwrap {
	background:#ddd;
	margin:0 0 20px 0;
	padding:0;
	position:relative;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
 [if lte IE 8]behavior: url(http://www.hypnosisnetwork.com/_scripts/PIE.php);
}
.qmultiimg {
	float:left;
	width:100px;
	height:100px;
	position:relative;
	margin:10px 25px 10px 10px;
	border:2px solid #fff;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
 [if lte IE 8]behavior: url(http://www.hypnosisnetwork.com/_scripts/PIE.php);
}
.qmultisource {
	margin:25px 0 25px 0;
	width:200px;
	padding:10px;
	float:left;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#ccc;
	font-size:12px;
	font-weight:bold;
	position:relative;
 [if lte IE 8]behavior: url(http://www.hypnosisnetwork.com/_scripts/PIE.php);
}
.qmultiquote {
	position:relative;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	background:#eee;
	margin:0;
	padding:10px;
 [if lte IE 8]behavior: url(http://www.hypnosisnetwork.com/_scripts/PIE.php);
}
.qmultiquote:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	width:0;
	height:0;
	border-style:solid;
	top:-25px; /* value = - border-top-width - border-bottom-width */
	left:40px; /* controls horizontal position */
	bottom:auto;
	right:auto;
	border-width:30px 25px 0 0; /* vary these values to change the angle of the vertex */
	border-color:transparent #eee;
}
.qmultiquote h5 {
	font-family:tahoma;
	font-size:15px;
	font-weight:bold;
	color:#cc0000;
	margin:0 0 5px 0;
	padding:0;
}
.qmulti p {
	font-size:14px;
	margin:10px 0 0 0;
	color:#1d4557;
}
.custwrap {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	position:relative;
	background:#eee;
	margin:0 0 20px 0;
	padding:10px;
	text-align:center;
 [if lte IE 8]behavior: url(http://www.hypnosisnetwork.com/_scripts/PIE.php);
}
.custwrap h5 {
	font-size:22px;
	font-weight:bold;
	color:#cc0000;
	margin:0;
	padding:0;
}
.custwrap img {
	margin:10px;
}
.custwrap p {
	font-size:15px;
	margin:0;
	padding:0;
	color:#1d4557;
}
.sideopt {
	background-color:#fff;
	color:#000;
	padding:18px;
	margin:0 auto 20px;
	border:1px solid #ddd;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	position:relative;
 [if lte IE 8]behavior: url(http://www.hypnosisnetwork.com/_scripts/PIE.php);
}
.sideopt h3 {
	font-family:Tahoma;
	padding:0;
	margin:0;
	font-size:20px;
}
.sideopt h4 {
	font-family:Tahoma;
	padding:0;
	margin:0;
	font-size:16px;
}
.sideopt p {
	font-size:14px;
}
.roundedsignup {
	color:#fff;
	background:#084E72;
	width:195px;
	font-weight:bold;
	font-size:15px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #084e72;
	cursor:pointer;
	margin:5px 0 0 0;
	padding:10px;
	position:relative;
 [if lte IE 8]behavior: url(http://www.hypnosisnetwork.com/_scripts/PIE.php);
}
.inlineopt {
	background-color:#FFC;
	color:#000;
	padding:20px;
	margin:0 auto 20px;
	border:2px dashed #cc0000;
}
.inlineopt h3 {
	font-family:Tahoma;
	padding:0;
	margin:0;
	font-size:20px;
}
.inlineopt h4 {
	font-family:Tahoma;
	padding:0;
	margin:0;
	font-size:16px;
}
.inlineopt p {
	font-size:14px;
}
.inlineroundedsignup {
	color:#fff;
	background:#369;
	width:195px;
	font-weight:bold;
	font-size:15px;
	border:1px solid #309;
	cursor:pointer;
	margin:5px 0 0 0;
	padding:10px;
}
#certificate {
	margin:20px 0;
	padding:0;
}
.certificatetl {
	margin:0;
	padding:0;
	background:url(../images/TL.jpg) no-repeat top right;
	width:41px;
	height:42px;
	float:left;
}
.certificatet {
	margin:0;
	padding:0;
	height:42px;
	background:url(../images/T.jpg) repeat-x top;
}
.certificatetr {
	margin:0;
	padding:0;
	background:url(../images/TR.jpg) no-repeat top left;
	width:41px;
	height:42px;
	float:right;
}
.certificatel {
	margin:0;
	padding:0;
	background:url(../images/L.jpg) repeat-y left;
}
.certificater {
	margin:0;
	padding:0;
	background:url(../images/R.jpg) repeat-y right;
}
.certificatec {
	margin:0 60px;
	padding:1px;
}
.certificatec h3 {
	margin:15px 0 10px;
	padding:0;
}
.certificatec p {
	font-size:13px;
	line-height:20px;
	margin:0 0 15px 0;
}
.certificatebl {
	margin:0;
	padding:0;
	background:url(../images/BL.jpg) no-repeat top right;
	width:41px;
	height:45px;
	float:left;
}
.certificateb {
	margin:0;
	padding:0;
	background:url(../images/B.jpg) repeat-x top;
	height:45px;
}
.certificatebr {
	margin:0;
	padding:0;
	background:url(../images/BR.jpg) no-repeat top left;
	width:41px;
	height:45px;
	float:right;
}
#nhwc {
	margin:0 0 20px;
	padding:10px 20px;
	border:1px solid #ddd;
}
#nhwc h2 {
	font-family:Tahoma;
	font-weight:bold;
	font-size:30px;
	margin:0;
	padding:0;
}
#nhwc h3 {
	font-family:Tahoma;
	font-weight:bold;
	font-size:17px;
	border-bottom:1px solid #ddd;
	margin:0;
	padding:0 0 10px 0;
}
.nhwcimg {
	text-align:center;
	margin:10px auto;
}
#nhwc p {
	font-size:13px;
	text-align:justify;
}
#hypmedia {
	margin:0 0 20px;
	padding:20px;
	border:1px solid #ddd;
}
#hypmedia h3 {
	font-family:Tahoma;
	font-weight:bold;
	font-size:17px;
	border-bottom:1px solid #ddd;
	margin:0;
	padding:0 0 10px 0;
}
#hypmedia p {
	clear:both;
	margin:15px 0 0 0;
	font-size:13px;
	line-height:20px;
	color:#333;
}
#hypmedia img {
	float:left;
	margin:0 10px 0 0;
}
#painstudy {
	margin:0 0 20px;
	padding:20px;
	border:1px solid #ddd;
}
#painstudy h3 {
	font-family:Tahoma;
	font-weight:bold;
	font-size:13px;
	border-bottom:1px solid #ddd;
	margin:0;
	padding:0 0 10px 0;
}
#painstudy p {
	clear:both;
	margin:15px 0 0 0;
	font-size:13px;
	line-height:20px;
	color:#333;
}
#painstudy ul {
	font-size:13px;
	color:#333;
}
#painstories {
	margin:0 0 20px;
	padding:20px;
	border:1px solid #ddd;
}
#painstories h3 {
	font-family:Tahoma;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
}
#painstories h4 {
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	margin:15px 0 -10px 0;
	padding:0;
}
#painstories h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	margin:0;
	padding:5px 0;
	border-bottom:1px solid #ddd;
}
#painstories p {
	clear:both;
	margin:15px 0 0 0;
	font-size:13px;
	line-height:20px;
	color:#333;
}
#playboy {
	margin:0 0 20px;
	padding:20px;
	border:1px solid #ddd;
}
#playboy h3 {
	font-family:Tahoma;
	font-weight:bold;
	font-size:17px;
	border-bottom:1px solid #ddd;
	margin:0;
	padding:0 0 10px 0;
}
#playboy img {
	text-align:center;
	margin:10px auto 0;
}
#playboy p {
	clear:both;
	margin:10px 0 0 0;
	font-size:13px;
	line-height:20px;
	color:#333;
}
.scwidget {
	font-size:85%;
	margin:0 0 20px;
	padding:15px 10px 5px 10px;
	border:1px solid #ddd;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	position:relative;
 [if lte IE 8]behavior: url(http://www.hypnosisnetwork.com/_scripts/PIE.php);
}
.scwidget h3 {
	font-family:Tahoma;
	font-weight:bold;
	font-size:17px;
	border-bottom:1px solid #ddd;
	margin:0;
	padding:0 0 10px 0;
}
.scwidget hr {
	color:#fff;
	background-color:transparent;
	border:1px dotted #999;
	border-style:none none dotted;
	margin:10px 0;
}
.post {
	margin:0 0 30px 0;
}
.post h2 {
	margin:0;
}
.post-content {
	margin:5px 0 10px 0;
}
.post-content p {
	margin:0 0 20px 0;
}
.blgimg {
	float:right;
	margin:5px 0 0 15px;
}
.next {
	float:right;
}
.previous {
	float:left;
}
.previous, .next {
	margin:0;
	padding:0;
}
.blgcat {
	list-style:none;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
}
.blgcat li {
	margin:10px 0;
	padding:0;
}
#archive_info {
	margin:0 0 20px 0;
	padding:0;
}
#archive_info p {
	display:none;
}
#archive_info h1 {
	color:#084E72;
}
#asearch {
	border:0;
	padding:0;
	margin:10px 0 0 0;
	width:525px;
}
#asdropc {
	border:1px solid #ddd;
	float:left;
	padding:0;
	height:27px;
}
#asdrop {
	border:0;
	margin:5px;
	padding:0;
	font-size:11px;
}
#asfieldc {
	border:1px solid #ddd;
	float:left;
	padding:0;
	margin:0;
	height:27px;
	float:right;
}
#asfield {
	border:0;
	margin:6px;
	padding:0;
	width:275px;
	font-size:11px;
}
#asbutton {
	border:0;
	margin:0;
	padding:0;
	background:#1b85b5;
	height:29px;
	width:70px;
	color:#fff;
	font-weight:bold;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	cursor:pointer;
	float:right;
	font-size:11px;
}
#acat {
	padding:5px 10px 10px;
	margin:0 0 20px 0;
	border:1px solid #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	font-size:10px;
}
#acat h3 {
	font-size:12px;
	border-bottom:1px solid #ddd;
	margin:0 0 5px 0;
	padding:3px;
}
.scnav {
	text-align:center;
}
a.scpage {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
a.scnext {
	text-decoration:none;
}
a.scprev {
	text-decoration:none;
}



.gbb {
	font-family:''Trebuchet MS'', Arial, Helvetica, sans-serif;
	text-align:center;
	width:754px;
	margin:40px auto;
}
.gbb div h3 {
	font-size:34px;
	margin:0;
	padding:0;
}
.gbb div.h3subhead {
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin:0 auto;
	padding:0;
	width:200px;
}
.gbb div.productdesc {
	font-size:12px;
	line-height:12px;
}
.gbb div.productprice {
	font-size:24px;
	font-weight:bold;
	padding:10px 0;
}
.silver {
	float:left;
	width:210px;
	background:#f8f8f8;
	border:1px solid #ddd;
	padding:10px;
	margin:23px 0;
}
.productshot {
	height:209px;
}
.productshot form {
	margin:0;
}
.gold {
	float:left;
	width:210px;
	background:#f8f8f8;
	border:1px solid #ddd;
	border-left:none;
	border-right:none;
	padding:10px;
	margin:23px 0;
}
.platinum {
	float:left;
	width:270px;
	background:#fff8cb;
	border:1px solid #ddd;
	padding:10px 10px 33px 10px;
	margin:0;
}
.platinum h3 {
	color:#cc0000;
}
.best {
	font-size:26px;
	line-height:23px;
	color:#cc0000;
	font-family: 'Covered By Your Grace', serif;
}
.bestprice {
	font-size:34px;
	line-height:24px;
	color:#cc0000;
	font-family: 'Covered By Your Grace', serif;
}
.good {
	background:#f8f8f8;
	border:1px solid #ddd;
}
.productbutton {
	margin:0 0 20px 0;
	padding:0;
}
.productbutton form {
	margin:0;
	padding:0;
}
.prodbutton {
	width:220px;
	height:40px;
	margin:0 auto;
	padding:0;
	border:0;
	cursor:pointer;
	background:url('../images/gbb/addtocartred.png') no-repeat;
}
.productcc {
	width:210px;
	height:34px;
	margin:0 auto;
	padding:0;
	background:url('../images/gbb/cc.jpg') no-repeat;
}

.gbbvert {
	font-family:''Trebuchet MS'', Arial, Helvetica, sans-serif;
	text-align:center;
	width:794px;
	margin:20px auto;
}
.good {
	float:left;
	width:230px;
	background:#f8f8f8;
	border:1px solid #ddd;
	padding:10px 10px 20px;
}
.better {
	float:left;
	width:230px;
	background:#f8f8f8;
	border:1px solid #ddd;
	border-left:none;
	border-right:none;
	padding:10px 10px 20px;
}
.bestbuy {
	float:left;
	width:270px;
	background:#fff8cb;
	border:1px solid #ddd;
	padding:10px 10px 20px;
}
.gbbvert div h3 {
	color:#333;
	font-family:tahoma;
	line-height:20px;
	font-size:17px;
	margin:0;
	padding:0;
}
.gbbinstall {
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin:10px 0 0;
}
.gbbatc {
	text-align:center;
}
.gbbprodshot {
	text-align:center;
}
.gbbprice {
	text-align:center;
	font-size:25px;
	color:#cc0000;
	font-weight:bold;
	margin:0 0 10px;
}
.gbbprice strike {
	color:#000;
}
.gbbred {
	color:#cc0000;
}
.gbbbreakdown p {
	font-size:12px;
	line-height:17px;
	font-weight:bold;
	color:#000;
	margin:10px 0;
}

#dwnldmsg {
	padding:20px 20px 10px 20px;
	margin:20px 50px;
	border:3px dashed #CC0000;
	background:#FFC url(../images/2011C/exclaim.png) no-repeat 500px 10px;
}
.breadcrumb {
	margin:-15px 0 5px 0;
	font-size:11px;
}
.imageright {
	float:right;
	margin:0 0 0 20px;
}
.imageleft {
	float:left;
	margin:0 20px 0 0;
}
.darkblue {
	color:#084E72;
}

.iquote {border-top:2px solid #eee; border-right:2px solid #ccc; border-bottom:2px solid #ccc; border-left:2px solid #eee; margin:20px; padding:10px 10px 15px 10px;}
.iquote h3 {font-family:garamond; font-size:14px; font-weight:bold; margin:0; color:#092953;}
.quotered {color:#cc0000;}
.iquotephoto {float:right; border:1px solid #333; width:100px; height:100px; margin:10px 0 0 20px;}
.iquote p {font-family:garamond; font-size:15px; line-height:19px; margin:10px 0; padding:0;}
.iquote cite {font-family:garamond; font-size: 11px; color#333; font-weight:bold; font-style:normal; margin-left:5px;}

.iquoteright {border-top:2px solid #eee; border-right:2px solid #ccc; border-bottom:2px solid #ccc; border-left:2px solid #eee; margin:5px 0 10px 15px; padding:10px 10px 15px 10px; width:250px; float:right;}
.iquoteright h3 {font-family:garamond; font-size:14px; font-weight:bold; margin:0; color:#092953;}
.iquoteright p {font-family:garamond; font-size:15px; line-height:19px; margin:10px 0; padding:0;}
.iquoteright cite {font-family:garamond; font-size: 11px; color#333; font-weight:bold; font-style:normal; margin-left:5px;}

.dquotecontain {margin:0 auto; width:572px;}
.dquotecontain h2 {margin:20px 0 10px; font-size:16px; font-family:tahoma; color:#092953;}
.dquote {margin:0; padding:10px; float:left; width:168px;}
.dquote h3 {font-family:garamond; font-size:15px; font-weight:bold; margin:0 0 10px 0; color:#000;}
.dquotephoto {border:1px solid #666; width:145px; height:145px; margin:0 0 10px 0;}
.dquote p {font-family:garamond; font-size:14px; line-height:18px; color:#333; margin:10px 0; padding:0;}
.dquote cite {font-family:garamond; font-size: 12px; color#333; font-weight:bold; font-style:normal;}
.dquoteleft {border-top:2px solid #eee; border-bottom:2px solid #ccc; border-left:2px solid #eee; border-right:2px solid #eee;}
.dquotecenter {border-top:2px solid #eee; border-bottom:2px solid #ccc;}
.dquoteright {border-top:2px solid #eee; border-bottom:2px solid #ccc; border-left:2px solid #eee; border-right:2px solid #ccc;}


.stickybr {position:fixed; bottom:0; right:0; border:0; cursor: pointer;}