body {
	/*background: url(../images/bg.jpg) repeat-x #FFFFFF;*/
	background-color: #fff;
	text-align: center;
	
}




/********************************************************************** Base CSS*/

div.flashError {
	text-align: left;
	display: block;
	padding: 14px;
	font: bold 14px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	background-color: #FFC2C8;
	color: #A80500;
	margin-bottom: 24px;
}

div.flashNotice {
	text-align: left;
	display: block;
	padding: 14px;
	font: bold 14px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	background-color: #FFE155;
	color: #6F4000;
	margin-bottom: 24px;
}

div.flashConfirm {
	text-align: left;
	display: block;
	padding: 14px;
	font: bold 14px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	background-color: #D3FFB9;
	color: #166F00;
	margin-bottom: 24px;
}

form#freeForm fieldset {
	padding: 36px 18px 18px 18px;
	display: block;
	border: 1px solid #eee;
	margin-bottom: 36px;
}

form#freeForm fieldset legend {
	font: bold 14px Arial, Sans-serif;
	color: #ccc;
	padding: 0px 9px 0px 9px;
}

form#freeForm ul li {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #ddd;
	clear: both;
}

form#freeForm ul li label {
	font: 11px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #333;
	text-align: right;
	width: 200px;
	float: left;
	display: inline;
	margin-right: 20px;
	padding-top: 4px;
	padding-bottom: 0px;
}

form#freeForm ul li label.required {
	font-weight: bold;
}

form#freeForm ul li input, form ul li textarea {
	width: 250px;
	border: 1px solid #aaa;
	padding: 3px;
	font: 14px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #333;
}

form#freeForm ul li input.button, form ul li input.secondButton {
	width: auto;
	padding: 3px 8px 3px 8px;
	background: #ddd;
	margin-left: 230px;
	font: bold 14px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #333;
}

form#freeForm ul li input.secondButton {
	margin-left: 10px;
}

form#freeForm ul li select {
	padding: 3px;
}

form#freeForm ul li select option {
	padding-right: 2em;
}

form#freeForm ul li input.secondary, form ul li select.secondary {
	margin: 10px 0px 0px 230px;
}

form#freeForm ul li.noborder {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

form#freeForm ul li div.formError {
	display: block;
	margin-left: 230px;
	font: bold 11px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #A80500;
	margin-top: 6px;
}

/********************************************************************** END Base CSS*/

span.sublabel {
	font: italic 10px Arial;
	color: #999;
}

form#freeForm input.initalBox {
	float: left;
	width: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
}

h5 {
	font: bold 18px/24px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Sans-serif;
	color: #333;
}

div.formBlockCopy {
	display: block;
	background: #eee;
	padding: 14px;
	margin-bottom: 36px;
	font: bold 12px/18px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Sans-serif;
}

div.freePage p {
	font: 12px/18px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Sans-serif;
	color: #333;
}

.floatImageRight {
	float: right;
	margin-left: 24px;
	margin-bottom: 0px;
}
.floatImageLeft {
	float: left;
	margin-right: 24px;
	margin-bottom: 10px;
}

div.freePage p.notice {
	font: bold 10px/14px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Sans-serif;
	color: #B2844F;
	padding: 8px;
	background: #FFFBF1;
}

form#freeForm ul li input.focusField {
	border: 1px solid #007C99;
	background: #E7F5FF;
	color: #004E60;
}

li.lihover {
	background: #F6F8FF;
}

div#freeCodeBlock {
	font: bold 12px/27px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Sans-serif;
	margin-bottom: 60px;
	margin-top: 14px;
	padding: 20px;
	border: 2px dashed #eee;
}

div.supplement {
	font: 14px/18px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Sans-serif;
	color: #333;
	padding: 14px;
	background: #f6f6f6;
	margin-bottom: 18px;
}

img.studyBtnLeft {
	float: left;
	margin-top: 14px;
}

img.studyBtnRight {
	float: right;
	margin-top: 14px;
}

div.studyCol1 {
	float: left;
	display: inline;
	text-align: center;
	width: 200px;
	margin-left: 100px;
}

div.studyCol2 {
	float: left;
	display: inline;
	text-align: center;
	width: 200px;
}

div.studyCol3 {
	float: left;
	display: inline;
	text-align: center;
	width: 200px;
	margin-right: 100px;
}

div#studyLinks {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 20px;
}

div#studyBtnArray {
	margin-bottom: 100px;
}



span.redStar {
	font: bold 12px Arial;
	color: #990500;
}


a {
	color: #002d61;
}

a:hover {
	color: #0051AE;
}

strong, b { font-weight: bold; }

h3 {
	font: 18px/18px "Lucida Grande", Arial, Verdana;
	font-weight: bold;
	display: block;
	margin-bottom: 14px;
	color: #002d61;
	border-bottom: 1px solid #eee;
	text-align: center;
	padding-bottom: 4px;
}


.wrapper {
	display: block;
	width: 903px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.containerWrapper {
	display: block;
	background: url(../images/contentBg.jpg) repeat-y top center;
}

#container {
	/*background: url(../images/headerBg.jpg) no-repeat #fff;*/
	text-align: left;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	position: relative;
}

div#header {
	background: url(../images/header/headerBg.jpg) repeat-x #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	height: 76px;
}

#shadow {
	height: 29px;
	background: url(../images/header/shadowBar.jpg) repeat-x;
	margin-bottom: 0px;
}

#content {
	padding-bottom: 40px;
	/*padding-top: 18px;*/
	clear: both;
}

.left {
	display: inline;
	float: left;
	width: 430px;
	margin-left: 1px;
	margin-bottom: 30px;
}

.right {
	display: inline;
	float: left;
	width: 430px;
	text-align: center;
}

.clear {
	clear: both;
}

.logo {
	margin-top: 30px;
	margin-left: 20px;
	display: none;
	float: left;
}

.toplogo {
	margin-top: 15px;
	margin-left: 0px;
	display: inline;
	float: left;
}

.minis {
	display: none;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}

a.trailerMini {
	margin-left: 6px;
	padding: 3px;
	border: 1px solid #eee;
	float: left;
}

a.trailerMini:hover {
	background-color: #ccc;
}

.compass {
	float: left;
	display: inline;
	margin-top: 24px;
	margin-left: 32px;
}

hr {
	background: #e2e2e2;
	border: 0;
	clear: both;
}

.pageWrapper {
	padding-left: 20px;
	padding-right: 20px;
}

#subContent {
	margin-top: 32px;
	margin-bottom: 60px;
}

.col1 {
	display: inline;
	float: left;
	width: 280px;
}

.col1 a {
	
}

.col2 {
	display: inline;
	float: left;
	width: 300px;
	text-align: center;
}

.col3 {
	display: inline;
	float: left;
	width: 280px;
}

#footer {
	font: 12px/18px "Lucida Grande", Arial, Verdana;
	color: #BFBFBF;
	margin-top: 20px;
	text-align: center;
}

#footer a {
	color: #7a7a7a;
	font-weight: bold;
}

#footer a:hover {
	color: #555;
}

#footer .creds {
	font: 10px/18px "Lucida Grande", Arial, Sans-serif;
}

.mainEntry {
	font: 11px/18px "Lucida Grande", Arial, Verdana;
	display: block;
	padding: 12px;
	background: #f3f3f3;
	color: #525252;
}
a.mainEntryTitle {
	font: 14px/18px "Lucida Grande", Arial, Verdana;
	color: #002d61;
	font-weight: bold;
	display: block;
	margin-bottom: 12px;
}
a.mainEntryTitle:hover {
	color: #004593;
}

a.readmore {
	font: 11px Arial, Verdana, Sans-serif;
	color: #002d61;
	display: block;
	text-align: right;
	margin-top: 4px;
}

#mainQuotes {
	
}

.quoteBox {
	font: 14px/18px Arial, Verdana, Sans-serif;
	color: #002d61;
	font-weight: bold;
	display: block;
	background: url(../images/quoteBoxTop.gif) no-repeat #f3f3f3;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 20px;
}

.quoter {
	color: #6b6b6b;
	font: 10px/14px Arial, Verdana, Sans-serif;
	display: block;
	margin-bottom: 24px;
	padding-top: 28px;
	padding-left: 70px;
	background: url(../images/quoteBoxBottom.gif) no-repeat #FFFFFF;
}

#additionalLinks {
	display: block;
	text-align: center;
	color: #999;
	font: 14px/12px Arial, Verdana, Sans-serif;
	margin-top: 24px;
}

#additionalLinks a {
	color: #002d61;
	font-weight: bold;
}

a.seeTrailers {
	display: block;
	font: 18px Arial, Verdana, Sans-serif;
	color: #666;
	text-align: center;
}

a.seeTrailers:hover {
	color: #002d61;
}

p {
	margin-bottom: 1.5em;
}

#feedBackForm {
	border: 1px solid #eee;
	margin-left: 6px;
	padding: 8px 30px 8px 30px;
}

#feedBackForm select{
	width:200px;
}

#trailersNav {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 10px;
	margin-top: 30px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	color: #999;
	font-family: Georgia, serif;
}

#trailersNav a {
	padding: 8px;
}

#joomla textarea{
	padding: 8px;
	width: 400px;
	font: 11px/14px Arial;
	color: #333;
	border: 1px dashed #bbb;
	background-color: #f6f6f6;
}

/*.contentheading {
	font: 24px/36px Georgia, Serif;
	color: #000947;
	margin-bottom: 24px;
	border-bottom: 1px dotted #000947;
}*/

.contentheading, #joomla .contentheading {
	font: normal 24px/36px "Lucida Grande", Arial, Sans-serif;
	color: #666;
	display: block;
	margin-bottom: 18px;
	border-bottom: 1px dotted #ccc;
	clear: both;
	text-transform: none;
	/*padding-top: 18px;*/
}

br {
	clear:both;
}

.bigText {
	font-size:18px;
	color:#333;
}

.affiliateWrap {
	color:#333;
	margin-top:20px;
	font-size:16px;
	float:left;
	display:inline;
}

.affiliateWrap ul {
	list-style-type:circle;
	margin-bottom:30px;
	line-height:1.9em;
}

.affiliateName {
	font: 18px/80px "Lucida Grande", Arial, Sans-serif;
	display: block;
	width : 600px;
	padding: 5px;
	background: #eee;
	margin: 8px auto 8px auto;
	vertical-align: middle;
}

.affiliateLink {
	font: 22px/26px "Lucida Grande", Arial, Sans-serif;
	border-bottom:1px dotted #ccc;
	padding:10px 10px 30px;
	margin-bottom:60px;
	background-color:#f3f3f3;
}

.affiliateSectionTitle {
	font-size:18px;
	font-weight:bold;
	color:#666;
	display:block;
	margin-bottom:6px;
}

.affiliateLink input {
	color:#666;
	border:1px solid #ccc;
	width:736px;
	font-size:14px;
	padding:10px 6px;
	vertical-align:middle;
	margin-bottom:10px;
}

.affiliateImage {
	margin: 5px;
}

/* AFFILIATE BANNERS */
.affiliateBanners {
	color:#666;
	font-size:16px;
	line-height:20px;
	background-color:#F3F3F3;
	padding:10px;
}

.affiliateBanners input {
	color:#666;
	border:1px solid #ccc;
	width:100%;
}

.affiliateBannerWrap {
	float:left;
	margin:0 5px 30px 0;
	background-color:#fff;
	padding:10px;
	border:1px dotted #ccc;
}

.bannerTitle{
	font-weight:bold;
	margin-bottom:8px;
}

.affiliateBannerWrap img {
	margin:5px 0 10px;
}


ul#affiliateList {
	margin: 0;
	padding: 0;
}

ul#affiliateList li {
	list-style: none;
	padding: 6px;;
	margin: 10px;
	background: #eee;
	display: inline;
	float: left;
	width: 240px;
	text-align: center;
	font-family: Georgia, Serif;
	font-size: 14px;
	color: #555;
}


/* END AFFILIATE BANNERS */


.review {
	display: block;
	padding: 20px 40px 20px 40px;
	border-bottom: 1px dotted #ccc;
	font: 12px/18px Verdana, Arial, Sans-serif;
	color: #333;
}

.reviewer {
	display: block;
	text-align: right;
	font: italic normal 14px/18px Georgia, serif;
	color: #001751;
	padding-right: 20px;
	margin-top: 18px;
}

.top-margin-0 {
	margin-top: 0px;
}

.review a {
	font: 11px Georgia;
	color: #666;
}

.review a:hover {
	color: #001751;
}

.anthology_mini {
	vertical-align: middle;
	padding-right: 4px;
}



/* NAVIGATION ****************************/

ul#mainNav {
	display: block;
	background: #f6f6f6;
	padding: 0px 0px 0px 0px;
	background: url('/system/application/assets/images/header/newNavBarBg.jpg') repeat-x;
	margin-left: 2px;
	margin-bottom: 0px;
	position: relative;
	z-index: 10;
}

ul#mainNav li.topLevel {
	list-style: none;
	display: inline;
	float: left;
	margin: 0px;
	position: relative;
	border-right: 1px solid #eee;
	z-index: 20;
}

ul#mainNav li.firstTopLevel {
	border-left: 1px solid #eee;
}

ul#mainNav li.topLevel a {
	width: 149px;
	text-align: center;
	float: left;
	height: 30px;
	font: bold 14px/30px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #002263;
	text-decoration: none;
	position: relative;
}

.ie6 ul#mainNav li.topLevel a {
	height: 22px;
}

.ie6 ul#mainNav ul.subNav li a {
	padding-top: 8px;
}


ul#mainNav li.topLevel a:hover, ul#mainNav li.topLevel .navHover {
	background: url('/system/application/assets/images/newNavHoverBg.jpg') repeat-x #002263;
	color: #fff;
}

ul#mainNav li.topLevel .navArrow {
	vertical-align: middle;
	margin-left: 5px;
}

ul#mainNav ul.subNav {
	position: absolute;
	z-index: 300;
	top: 30px;
	left: 0px;
	background: #fff;
	border: 1px solid #ccc;
	width: auto;
	display: none;
	z-index: 500;
}

.navMini {
	border: 1px solid #eee;
	padding: 2px;
	vertical-align: middle;
	margin-right: 5px;
}

ul#mainNav ul.subNav li {
	margin: 0px;
	list-style: none;
	clear: both;
	background-color: #fff;
}

ul#mainNav ul.subNav a {
	text-align: left;
	padding: 5px 20px 5px 10px;
	color: #01295c;
	font: normal bold 12px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	height: auto;
	width: 135px;
	border-bottom: 1px dotted #eee;
}

ul#mainNav ul.subNav img.facebook {
	margin:1px 4px 0 0;
	float:left;
}

ul#mainNav ul.nav_watch a {
	width: 205px;
}

ul#mainNav ul.nav_try a {
	width: 160px;
}

ul#mainNav ul.subNav a:hover {
	background: url('/system/application/assets/images/newSubNavHoverBg.jpg') repeat-y center right #333;
	color: #fff;
}


/* END NAVIGATION ************************/

.compassLogo {
	margin-bottom: 6px;
}

.tagline {
	float: right;
	/*margin-top: 25px;*/
	margin-top: 4px;
}

.headerXMas {
	float: right;
	margin-top: 14px;
	position: absolute;
	top: 14px;
	right: 0px;
}


/* CART CODES ************************/
.cartCodeCap {
	text-align:center;
	display:block;
	margin:0 auto;
}

.cartCodeWrap {
	background:#a5bbd2;
	width:825px;
	margin:0 auto;
}

.cartCodeWrap h4 {
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	color:#385777;
	margin:5px 0 5px 0;
}

.cartCode {
	float:left;
	display:inline;
	margin:20px;
}

.cartCode label {
	color:#fff;
	font-size:24px;
	display:block;
	float:none;
	margin:0 0 5px 0;
	padding:0;
	width:200px;
	text-align:left;
	text-shadow:1px 1px #666;
}

.cartCode .checkboxWrap {
	float:left;
	display:inline;
	width:240px;
	margin:5px 30px 10px 0;
	border-right:1px solid #86a0ba;
}

.cartCode .checkboxWrap.noborder {
	border-right:0;
}

.cartCode input.radio {
	width:20px;
	float:left;
	display:inline;
}

.cartCode input.code {
	background:none;
	border:0;
	width:253px;
	padding:4px 10px 3px 20px;
	height:75px;
	color:#053266;
	font-size:48px;
	float:left;
	display:inline;
	margin:2px 10px 0 0;
	background: url(../images/boutique/cartcode-input.gif) no-repeat;
}

.cartCode .note {
	color:#fff;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	padding:8px 0 0 0;
	float:left;
	width:220px;
}

.cartCode input.button {
	text-indent:-9999px;
	width:112px;
	height:58px;
	cursor:pointer;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	border:0;
	background: url(../images/boutique/cartcode-submit.gif) no-repeat;
}

.cartCode span.cartCodeError {
	color:#A80500;
	position:absolute;
	top:17px;
	left:250px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}

.cartCodeInfo {
	border-left:1px solid #86a0ba;
	float:left;
	display:inline;
	width:200px;
	height:340px;
	padding:0 0 0 20px;
	margin:20px 0 0 0;
	color:#486787;
	font-size:14px;
}

/* DIGITALS ************************/

.formatBar {
	display: block;
	width: 492px;
	height: 33px;
	line-height: 32px;
	text-align: center;
	background: url(../images/formatBarBg.jpg) no-repeat;
}

#price_table {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 32px;
}
#price_table td {
	padding: 4px;
	text-align: center;
	border: 1px dotted #eee;
	vertical-align: middle;
	font-size: 12px;
	color: #777;
}
#price_table th {
	padding: 2px;
	color: #fff;
	background: #666;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
#price_table .format {
	color: #333;
	font-size: 12px;
}

.digitalProductPrice {
	display: block;
	font-family: Georgia, serif;
	font-size: 18px;
	color: #001951;
}

.unavailble {
	color: #999;
	font-style: italic;
	font-size: 12px;
}


.digitalProductLesson {
	display: block;
	font-family: Georgia, serif;
	font-size: 14px;
	margin-bottom: 14px;
}

.digitalProductLessonInfo {
	display: block;
	font: 12px/16px Georgia, serif;
	margin-bottom: 14px;
	margin-top: 14px;
}

.digitalProductLessonInfo li {
	margin-left: 18px;
	list-style: circle;
}


/* END DIGITALS ********************/



#storeBar {
	position: absolute;
	right: 15px;
}

ul#storeBarNav {
	margin: 0px;
	color: #999;
	font: 10px Arial, Sans-serif;
}

ul#storeBarNav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
}

ul#storeBarNav li a {
	padding: 5px;
	background: #f6f6f6;
	margin-right: 10px;
	font: 14px/18px Georgia, Serif;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

ul#storeBarNav li a:hover, ul#storeBarNav li a.sel {
	padding: 5px;
	background: #00265a;
	color: #fff;
	margin-right: 10px;
	font: 14px/18px Georgia, Serif;
	border-bottom: 1px dotted #999;
}

ul#storeBarNav li a.cartLink {
	background: #fff;
	margin-left: 20px;
}

ul#storeBarNav li a.cartLink:hover {
	margin-left: 20px;
	color: #333;
}

.smallNotice {
	color: #999;
	font: italic 11px Arial;
}

.center {
	display: block;
	text-align: center;
}

#trainingPage {
	clear:both;
}

.trainingTitle {
	font: 24px/36px 'Lucida Grande', Arial, Sans-serif;
	color: #00265A;
	display: block;
	margin-bottom: 12px;
}

.runningTime {
	font: 12px/18px Arial, Sans-serif;
	color: #999;
	display: block;
	margin-bottom: 24px;
}

#trainingVideo {
	text-align: center;
}

/* joomla CSS */

#joomla {
	padding: 0px 20px 30px 20px;
}
#joomla p {
	font-size: 12px;
	line-height: 1.6em;
	font-family: "Lucida Grande",Arial,Sans-serif;
	display: block;
	margin-bottom: 1.8em;
	color: #333;
}




h1 {
	font: normal 24px/36px "Lucida Grande", Arial, Sans-serif;
	color: #666;
	display: block;
	margin-bottom: 18px;
	border-bottom: 1px dotted #ccc;
	clear: both;
	text-transform: none;
}

h2 {
	font: normal 14px/18px "Lucida Grande", Arial, Sans-serif;
	color: #666;
	display: block;
	margin-bottom: 18px;
	clear: both;
	text-transform: none;
	background-color: #f6f6f6;
	padding: 12px;
}

#watchme {
	display: block;
	width: 861px;
}

#watchme_quote {
	display: block;
	text-align: center;
	font: normal 27px/24px Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
	color: #444;
	margin: 0px 0px 30px 0px;
	padding-top: 20px;
}

#watchme p {
	font: 14px/22px "Lucida Grande", Arial, Sans-serif;
	color: #333;
	padding: 0px 90px 0px 90px;
}

ul#watchme_posters {
	display: block;
	text-align: center;
	margin: 20px 0px 0px 0px;
	background: #fff;
}

ul#watchme_posters li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}

ul#watchme_posters li a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

ul#watchme_posters li img {
}

#watchme #poster_image {
	display: inline;
	float: left;
	margin-right: 10px;
	width: 200px;
	text-align: center;
	margin-bottom: 14px;
}

#watchme #description {
	font: 14px/22px "Lucida Grande", Arial, Sans-serif;
	color: #333;
	padding: 0px 5px 5px 5px;
	margin-bottom: 30px;
}


#watchme h3 {
	background: #ccc;
	color: #fff;
	padding: 3px;
}

#watchme #sponsor {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}


#watchme #video_col {
	display: inline;
	float: right;
	width: 640px;
	border-left: 1px dotted #ddd;
	padding-left: 10px;
}

#watchme .watchme_btn {
	margin-bottom: 5px;
}

#watchme #video_col p {
	padding: 0px;
}


#watchme div.watchme_expand {
	background: #eee;
	padding: 18px;
	font: 12px/18px Arial;
}

#watchme div.watchme_expand p {
	font: 12px/18px Arial;
}

#watchme div.watchme_expand p em {
	font: italic 14px/18px Arial;
}


.pageWrapper div.supplemental p {
	font: normal 12px/18px "Lucida Grande", "Lucida Sans", Arial, Sans-serif;
	color: #555;
}

div#lessonPage {
	text-align: center;
}

div#lessonInfoCol {
	display: inline;
	float: left;
	padding-right: 10px;
	width: 160px;
	text-align: center;
	margin-bottom: 14px;
}

div#lessonInfoCol #pdflinks{
	text-align: center;
	margin-bottom: 24px;
}

img.htlogo {
	margin-bottom: 18px;
}

div#lessonVideoCol {
	display: inline;
	float: right;
	width: 640px;
	border-left: 1px dotted #ddd;
	padding-left: 10px;
}

div#lessonInfoCol a.nextpagelink {
	padding: 4px;
	background-color: #999;
	color: #fff;
	font: bold 14px/18px Arial;
	display: block;
	border: 1px dotted #777;
}

div#lessonInfoCol a.nextpagelink:hover {
	background-color: #002555;
	color: #fff;
	border: 1px dotted #fff;
}

div#trailerPlayer {
	text-align: center;
}


ul#subtitleFiles {
	margin-bottom: 48px;
}

ul#subtitleFiles li {
	font-size: 10px;
	color: #aaa;
	font-weight: bold;
	font-style: italic;
	list-style: none;
	border-bottom: 1px dotted #ccc;
	padding-top: 5px;
	padding-bottom: 2px;
}

ul#subtitleFiles li a {
	font-size: 18px;
	line-height: 36px;
	font-style: normal;
	font-weight: normal;
	margin-right: 6px;
}

.miniFilm {
	width: 25px;
	vertical-align: middle;
	margin-right: 10px;
}
