/*
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */


/* ----------------------------------
Living Language Theme
----------------------------------- */

div.pp-living-language .pp_pic_holder {
	text-align:center;
}
div.pp-living-language .pp_top,
div.pp-living-language .pp_top .pp_middle,
div.pp-living-language .pp_top .pp_left,
div.pp-living-language .pp_top .pp_right,
div.pp-living-language .pp_bottom,
div.pp-living-language .pp_bottom .pp_left,
div.pp-living-language .pp_bottom .pp_middle,
div.pp-living-language .pp_bottom .pp_right {
}

div.pp-living-language .pp_content .ppt {
	color: #f8f8f8;
}


div.pp-living-language .pp_top .pp_left {
}
/* Top left corner */
div.pp-living-language .pp_top .pp_middle {
}
/* Top pattern/color */
div.pp-living-language .pp_top .pp_right {
}
/* Top right corner */

div.pp-living-language .pp_content_container {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}


div.pp-living-language .pp_content_container .pp_left {
	padding-left: 0;
}
div.pp-living-language .pp_content_container .pp_right {
	padding-right: 0;
}
div.pp-living-language .pp_content {
	background: transparent url('../img/bg-black-30.png') repeat;
	padding: 6px 6px 3px 6px; /* have to make the bottom border 2px smaller to accomodate negative margin on pp_details */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
/* Content background */

div.pp-living-language .pp_next:hover {
	cursor: pointer;
}
/* Next button */
div.pp-living-language .pp_previous:hover {
	cursor: pointer;
}
/* Previous button */
div.pp-living-language .pp_expand {
	background: url(../img/prettyPhoto/living_language/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
}
/* Expand button */
div.pp-living-language .pp_expand:hover {
	background: url(../img/prettyPhoto/living_language/sprite.png) 0 -56px no-repeat;
	cursor: pointer;
}
/* Expand button hover */
div.pp-living-language .pp_contract {
	background: url(../img/prettyPhoto/living_language/sprite.png) 0 -84px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
}
/* Contract button */
div.pp-living-language .pp_contract:hover {
	background: url(../img/prettyPhoto/living_language/sprite.png) 0 -113px no-repeat;
	cursor: pointer;
}
/* Contract button hover */
div.pp-living-language .pp_close {/* Close button */
	width: 30px;
	height: 30px;
	background: url(../img/prettyPhoto/living_language/sprite.png) 2px 1px no-repeat;
	cursor: pointer;
	right: 5px;
	top: 5px;
}


div.pp-living-language #pp_full_res .pp_inline {
}

div.pp-living-language #pp_full_res img {
	margin: 0;
	padding: 0;
	border: none;
}

div.pp-living-language .pp_gallery ul li a {
}
div.pp-living-language .pp_gallery ul li a:hover,
div.pp-living-language .pp_gallery ul li.selected a {
	border-color: #fff;
}
div.pp-living-language .pp_social {
	margin-top: 7px;
}


div.pp-living-language .pp_gallery a.pp_arrow_previous,
div.pp-living-language .pp_gallery a.pp_arrow_next {
	position: static;
	left: auto;
}
div.pp-living-language .pp_nav .pp_play,
div.pp-living-language .pp_nav .pp_pause {
	background: url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
	height: 30px;
	width: 30px;
    display: none;
}
div.pp-living-language .pp_nav .pp_pause {
	background-position: -51px -29px;
}
div.pp-living-language .pp_details {
	position: relative;
}
div.pp-living-language a.pp_arrow_previous,
div.pp-living-language a.pp_arrow_next {
	background: url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
	height: 20px;
	margin: 4px 0 0 0;
	width: 20px;
}
div.pp-living-language a.pp_arrow_next {
	left: 52px;
	background-position: -82px -3px;
}
/* The next arrow in the bottom nav */

div.pp-living-language .pp_content_container .pp_details {
	padding: 0px;
	margin: 0;
	margin-top: -2px;
	border-top: 1px solid #eee;
	background: #fff;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	min-height: 40px;
}

div.pp-living-language .pp_nav {
	clear: none;
	height: 30px;
	width: 105px;
	position: relative;
	float:none;
    margin-left: 10px;
}

div.pp-living-language .pp_nav .currentTextHolder {
	color: #999;
	font-size: 11px;
	left: 10px;
	bottom:10px;
	margin: 0;
	position: absolute;
	display:none;
}

div.pp-living-language .pp_close:hover,
div.pp-living-language .pp_nav .pp_play:hover,
div.pp-living-language .pp_nav .pp_pause:hover,
div.pp-living-language .pp_arrow_next:hover,
div.pp-living-language .pp_arrow_previous:hover {
	opacity: 0.7;
}

div.pp-living-language .pp_next span,
div.pp-living-language .pp_previous span {
	background:url('../img/prettyPhoto/living_language/sprite_next_prev.png') no-repeat top left;
	height:32px;
	width:32px;
	position:absolute;
	display:none;
}

div.pp-living-language .pp_next span {
	bottom:10px;
	right:40%;
	background-position:0px -32px;
}

div.pp-living-language .pp_previous span {
	bottom:10px;
	left:40%;
}

div.pp-living-language .pp_next span,
div.pp-living-language .pp_previous span {
	display:none;
}

div.pp-living-language .pp_next:hover span,
div.pp-living-language .pp_previous:hover span {
	display:block
}


div.pp-living-language .pp_description {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 10px 50px 5px 10px;
}

div.pp-living-language .pp_bottom .pp_left {
}
/* Bottom left corner */
div.pp-living-language .pp_bottom .pp_middle {
}
/* Bottom pattern/color */
div.pp-living-language .pp_bottom .pp_right {
}
/* Bottom right corner */

div.pp-living-language .pp_loaderIcon {
}
/* Loader icon */


/* ----------------------------------
Default Theme
----------------------------------- */

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right { height: 13px; }

div.pp_default .pp_top .pp_left { background: url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
div.pp_default .pp_top .pp_middle { background: url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
div.pp_default .pp_top .pp_right { background: url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */

div.pp_default .pp_content .ppt { color: #f8f8f8; }
div.pp_default .pp_content_container .pp_left { background: url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
div.pp_default .pp_content_container .pp_right { background: url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
div.pp_default .pp_content { background-color: #fff; } /* Content background */
div.pp_default .pp_next:hover { background: url(../img/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.pp_default .pp_previous:hover { background: url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.pp_default .pp_expand { background: url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
div.pp_default .pp_expand:hover { background: url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
div.pp_default .pp_contract { background: url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
div.pp_default .pp_contract:hover { background: url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
div.pp_default .pp_close { width: 30px; height: 30px; background: url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
div.pp_default #pp_full_res .pp_inline { color: #000; } 
div.pp_default .pp_gallery ul li a { background: url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
div.pp_default .pp_social { margin-top: 7px; }

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause { background: url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
div.pp_default .pp_details { position: relative; }
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next { background: url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
div.pp_default .pp_nav { clear: none; height: 30px; width: 105px; position: relative; }
div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

div.pp_default .pp_bottom .pp_left { background: url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
div.pp_default .pp_bottom .pp_middle { background: url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right { background: url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */

div.pp_default .pp_loaderIcon { background: url(../img/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */


/* ------------------------------------------------------------------------
DO NOT CHANGE
------------------------------------------------------------------------- */

div.pp_pic_holder a:focus { outline:none; }

div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}

div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}


.pp_top {
	height: 20px;
	position: relative;
}
* html .pp_top { padding: 0 20px; }

.pp_top .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
.pp_top .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html .pp_top .pp_middle {
	left: 0;
	position: static;
}

.pp_top .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_content { height: 40px; min-width: 40px; }
* html .pp_content { width: 40px; }

.pp_fade { display: none; }

.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}

.pp_content_container .pp_left { padding-left: 20px; }
.pp_content_container .pp_right { padding-right: 20px; }

.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px 0;
}
.pp_description {
	display: none;
	margin: 0;
}

.pp_social { float: left; margin: 0; }
.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
.pp_social .twitter { float: left; }

.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0;
}

.pp_nav p {
	float: left;
	margin: 2px 4px;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}

.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}

.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}

.pp_gallery ul {
	float: left;
	height: 35px;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	white-space: nowrap;
}

.pp_gallery ul a {
	border: 1px #000 solid;
	border: 1px rgba(0,0,0,0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a { border-color: #fff; }

.pp_gallery ul a img { border: 0; }

.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.pp_gallery li.default a {
	background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px;
}

.pp_gallery li.default a img { display: none; }

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
	margin-top: 7px !important;
}

a.pp_next {
	background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_previous {
	background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_expand,
a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;	
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}

a.pp_close {
	position: absolute; right: 0; top: 0; 
	display: block;
	line-height:22px;
	text-indent: -10000px;
}

.pp_bottom {
	height: 20px;
	position: relative;
}
* html .pp_bottom { padding: 0 20px; }

.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}

.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}

#pp_full_res {
	line-height: 1 !important;
}

#pp_full_res .pp_inline {
	text-align: left;
}

#pp_full_res .pp_inline p { margin: 0 0 15px 0; }

div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	margin: 0 0 5px 15px;
	z-index: 9999;
}

/* ------------------------------------------------------------------------
Miscellaneous
------------------------------------------------------------------------- */



/*	notes
--------------------------------------------------------------------------------
Colors:
- light blue table head background: #eef5f8
- wrapper bg:                                           #f6f2e1
- foreign language					#000
- gray table border:				#b4b5b4
- font black						#181919
- link color:						#3fa8f4 - (old one was #007db0)
- action color:						#ff931e
- lesson nav link:					#3fa8f4
- footer links gray:				#989898
- divider lines						#b2b2b2
- Essential Fr. BG					#8acbe8
- Intermediate Fr. BG				#c1d748
- ui bg green						#C4EDDD			
- ui bg red							#EDC5C4			
- disclaimer red					#cc0000

Fonts:
Table headers:						font-family:Verdana,Geneva,'DejaVu Sans',sans-serif;
Body copy:							font-family:Cambria, 'Times New Roman','Nimbus Roman No9 L','Freeserif',Times,serif;
Navs and "my" sections:				font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
--------------------------------------------------------------------------------*/

/* 	CSS Starter/Reset
--------------------------------------------------------------------------------
http://meyerweb.com/eric/tools/css/reset/
v2.0b1 | 201101
NOTE: WORK IN PROGRESS
USE WITH CAUTION AND TEST WITH ABANDON
--------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
/*h1, h2, h3, h4, h5, h6, p,*/ blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,x
b, u, i, center,
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%;
	font: inherit;
}
/* always force a scrollbar in non-IE */
html {
	overflow-y: scroll;
	/*    -webkit-font-smoothing: antialiased;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	text-rendering: optimizeLegibility;
}

ol, ul {
	/*list-style: circle;
        list-style-position: inside;*/
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles!
:focus {
outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}


/*	Custom Primitives
--------------------------------------------------------------------------------*/
html {
}

body {
	font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	color:#444;
	font-size:12px;
	background:#979797 url('bg-gray.png') repeat;
	width: 100%;
}


ul, ol, table, dl {
	font-size:10px;
}

h1, h2, h3, h4, h5 {
	/*margin:.6em 0px 1.1em 0px;*/
	font-family:Arial,'DejaVu Sans',sans-serif;
	font-weight:bold;
}

h1 {
	font-size:2.5em;
	line-height:1.2em;
	font-weight:bold;
	color:#666;
	margin:10px 0;
}

h2 {
	font-size:1.8em;
	/*margin:5px 0;*/
}

h3 {
	font-size:1.4em;
	/*margin:10px 0;
	line-height: 1.6em;*/
}

h4 { 		/* h4's are used mainly in sidebar callout titles */
font-size:1.2em;
margin:0;
}

p, td, th, dd {
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom:1.0em;
}

li {
	font-size:1.2em;
}

dt {
	font-size:1.6em;
}

dl dl {
	margin:10px 0px 0px 14px;
}

a {
	color: rgb(1,104,216);
	text-decoration:none;
}

a:hover {
	color:#FF931E;
}

img {
	border: none;
}

hr {
	height: 1px;
	color: #ccc;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -.7em;
	font-size:.6em;
}

sub { top: 0.4em; }


/*	generic type styles
--------------------------------------------------------------------------------*/
.right-arrow.link-1 {
	font-size:14px;
	font-weight:bold;
	background-position:right -0.15em;
	padding-right:20px;
}

.link-1.standalone {
	margin-bottom:15px;
	display:inline-block;
	background-position:right 0em;
}
.bullets-inside {
	list-style: square inside;
	margin-left: 5px;
}
.bullets-outside {
	list-style: square outside;
}

.section-1 li + li,
.promo li + li {
	/*margin-top:1em;*/
}


/*	Core layout
--------------------------------------------------------------------------------*/
#wrapper {
	width: 990px;
	margin: 0 auto;
	background: #426A96;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.9);
	box-shadow: 0 2px 4px rgba(0,0,0,0.9);
}

/* Header
--------------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 110px;
	background:#fff;
	padding: 0;
	position:relative;
	font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	z-index:15;
}

#bread-crumb {
	background: #ddd9ca;
	padding: 5px 25px;
}
#bread-crumb li {
	display: inline;
	list-style: inside none;
	margin: 0 4px 0 0;
}
#bread-crumb a:after {
	content: url(arrow-bread-crumb.png);
}
#bread-crumb a {
	color: #000;
	text-decoration: none;
}
#bread-crumb a:hover {
	color: black;
	text-decoration: underline;
}

.header-logo {
	display:block;
	position:absolute;
	bottom:0px;
	left:20px;
        top: 20px;
	overflow:hidden;
	background:url('ll-logo.png') no-repeat top left;
	width:381px;
	height:100px;
}

.header-logo img{
	display:block;
	margin:0;
	border:none;
	outline:none;
}
.header-logo span{
	margin-left:90px;
        margin-top: 0px;
	position:absolute;
        font-size: 26px;
        color: rgb(1,104,216);
        font-family: Arial,'DejaVu Sans',sans-serif;
        height: 100px;
        width: 250px;
}

#utility-nav {
	font-size: 12px;
	/*background-color: #000;*/
	color: #ccc;
	position:absolute;
	top:10px;
	right:25px;
}

#utility-nav:after {
	/* float clear */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom:1;
}

.utility-link {
	color:#ccc;
	font-size: 1em;
}

#user-links {
	float:right;
}

.user-welcome {
	font-weight:bold;
}

/*	Utility link list - used in header
--------------------------------------------------------------------------------*/
.utility-linklist {
	color: #fff;
	margin-left:10px;
}
.utility-linklist li {
	float:left;
	font-size:14px;
	font-weight: bold;
}

.utility-linklist li + li {
	border-left:1px solid #ccc;
	margin-left:5px;
	padding-left:5px;
}

.utility-linklist a{
	color: #fff;
	text-decoration: none;
}


/*	Small link list - used in footer
--------------------------------------------------------------------------------*/
.small-linklist {
	color: #afafaf;
	margin-left:10px;
}
.small-linklist li {
	float:left;
	font-size:12px;
	list-style:none;
}

.small-linklist li + li {
	margin-left:5px;
}

.small-linklist li + li a {
	border-left:1px solid #AFAFAF;
	padding-left:5px;
}

.small-linklist a{
	font-weight:bold;
	color: #ccc;
	text-decoration: none;
}	

.small-linklist a:hover {
	color:#ff931e;
}

/*	Primary Navigation
--------------------------------------------------------------------------------*/

#primaryNavigation {
	position:absolute;
	right:25px;
	bottom:20px;
	z-index:15;
}

#primaryNavigation a {
	display:block;
	padding:5px 14px;
	line-height:2em;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background:#ff931e;
}

#primaryNavigation .parent {
	position:relative;
}

#primaryNavigation .parent a,
#primaryNavigation .parent a:hover {
	background-image:url('primaryNavigation-parent.png');
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-right:20px;
}

#primaryNavigation a:hover {
	background:#3fa8f4;
}

#primaryNavigation li.parent:hover ul {
	display:block;
}

#primaryNavigation li.parent li a {
	background-image:none;
	text-align:left;
}


#primaryNavigation li {
	float:left;
	overflow:visible;
	margin-top:0;
}

#primaryNavigation li + li a {
	border-left:1px solid #000;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background:#ff931e;
}

#primaryNavigation li a.last {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#primaryNavigation li ul {
	padding:20px;
}

#primaryNavigation li ul.sub-menu {
	display:none;
	position:absolute;
	top:100%;
	width:500px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-top:1px solid #000;
	background:#ff931e;
}


#primaryNavigation li ul li {
	float:left;
	width:25%;
}

#primaryNavigation li ul li.featured {
	margin-bottom:0px;
	font-size:14px;
	line-height:1em;
}

#primaryNavigation li ul li.featured a {
	font-weight:bold;
}

#primaryNavigation li ul li a {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border:none;
	text-transform:none;
	font-weight:normal;
	padding:0;
	background:none;
}

#primaryNavigation li ul li a:hover,
#primaryNavigation li.parent ul li a:hover {
	background:none;
	background-image:none;
	text-decoration:underline;
}

#primaryNavigation li ul li.more-products {
	width:100%;
	margin-top:10px;
	border-top:1px solid #fff;
	padding-top:14px;
}

#primaryNavigation li ul li.more-products ul {
	border:none;
	margin:10px 0px 0px 0px;
	padding:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

#primaryNavigation li ul li.more-products p {
	font-size:.9em;
	margin-bottom:5px;
}

/* main content
-----------------------------------------------------------------------------*/
#content {
	text-align:left;
	/* background:#FBF4D7; */
	width:985px;
	display:block;
	padding: 5px 0 0px 5px;
	margin-bottom:0px;
}

/*	Column classes
----------------------------------------*/
.column {
	/*float: left;*/
	margin:20px 0px 0px 20px;
}

.column .column {
	margin-left:0px;
	margin-top:0px;
}
.navigation {
	width:158px;
}

.main-content {
	width:620px;
}

.home-main-content {
	width:640px;
	float:left;
}

.column-300 {
	width:300px;
}

.column-706{
	width:855px;
        margin: 0 auto;
	padding: 40px 40px 40px 40px;
	/*margin: 20px 0 0 20px;*/
}

.left-nav {
	width: 206px;
}

.wide-content {
	width: 855px;
	padding: 20px 40px 40px 40px;
	margin: 20px 0 0 20px;
}


/*	inner content styles. Most inner-content classes are extended by section-1
--------------------------------------------------------------------------------*/
.section-1 {
	border:solid 2px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background:#fff;
	margin-bottom:20px;
}

.inner-content-1 { /* container used for large column in 2-column layout*/
	position: relative;
	/*width: 638px;*/
	padding: 20px 34px;
}

.inner-content-2 { /* generic no-padding container with rounded corners and shadows */
	border:solid 2px #fff;
}

.inner-content-3 { /* left-content */
	padding: 20px 35px 40px;
}

.inner-content-4 { /* right-content */
	position: relative;
	width: 250px;
	padding: 20px;
	margin-bottom:20px;
	text-decoration: none;
}
.inner-content-4 img {
	float: left;
}

.inner-content-4 li {
	list-style: inside none;
	margin: 0;
}


/*	left nav
--------------------------------------------------------------------------------*/
.left-nav ul {
	margin:10px 0px;
}

.left-nav li {
	list-style: inside none;
	font-size: 1.2em;
	margin: 0 10px 10px 14px;
}
.left-nav a {
	text-decoration: none;
	font-size: 1em;
}
.left-nav a:hover {
	text-decoration: underline;
	color: #ff931e;
}
.left-nav .active {
	color: black;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #131E2B;
	color: #C0D1E3;
	padding: 10px 15px;
}
#footer ul {
	margin-bottom:1em;
}
#footer li {
	display: block;
	float:left;
	padding: 0 5px;
	border-left: 1px solid #999;
	margin: 0;
	font-size:1.2em;
}

#footer li:first-child {
	border: none;
}

#footer a {
	color: #C0D1E3;
	text-decoration: none;
}

#footer p {
	color: #999;
	padding: 0 0 0 5px;
}

#footer span {
	font-size: 1em;
	margin: 0 5px;
}

.copyright {
	display:block;
	clear:left;
}

/*	Utility Classes
--------------------------------------------------------------------------------*/

.clear { 		/* clear divs */
	clear:both;
	width:100%;
	height:1px;
	margin:0;
	padding:0;
}

.clearfloat:after { 	/* put this on the parent of some floats if you don't want to use a clear div */
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.divider {
	width:100%;
	border:none;
	border-top:1px dashed #B2B2B2;
	height:1px;
	margin:20px 0px;
	clear:both;
}
.clear-left {
	clear: left;
	overflow: hidden;
}
.clear-right {
	clear: right;
	overflow: hidden;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}
.pad-right {
	padding: 10px 20px 10px 0;
}
.pad-left {
	padding: 10px 0 10px 20px;
}
.margin-bottom {
	margin-bottom: 20px;
}

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

.disclaimer {
	color: #cc0000;
}
.sml-txt {
	font-size: 1em;
}
.inline {
	display:inline;
}

.ui-green {
	background:#C4EDDD;
}

.ui-red {
	background:#EDC5C4;
}
.no-pad-bottom {
	padding-bottom:0;
}

/* big title with orange background */
.title-header-1 {
	background:#FF931E;
	color:#fff;
	padding:14px;
	display:block;
	min-height:12px;
	font-size:18px;
}


/*	Buttons
--------------------------------------------------------------------------------*/
.button {
	margin: 0px 0px 10px 0px;
	background: #3FA8F4;
	padding: 6px 12px 6px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-style:normal;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	font-size:12px;
	text-transform:uppercase;
	font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	display: inline-block;
}

.button + .button {
	margin-left:10px;
}

.button:hover {
	background-color: #FF931E;
	color: #fff;
}

.button:active {
	background-color: #525252;
}


/*	Arrows, button arrows, etc
--------------------------------------------------------------------------------*/

.left-arrow,
.button.left-arrow {
	padding-left:16px;
	background-image: url('../../img/arrow-left.png');
	background-position:left .3em;
	background-repeat:no-repeat;
	text-align:right;
}

.left-arrow {
	background-image: url('../../img/arrow-right-blue.png');
}

.left-arrow:hover {
	background-image:url('../../img/arrow-left-orange.png');
	background-position:left .3em;
	background-repeat:no-repeat;
}

.button.left-arrow:hover {
	background-image: url('../../img/arrow-left.png');
}

.right-arrow,
.button.right-arrow {
	padding-right:16px;
	background-image: url('../../img/arrow-right.png');
	background-position:right .3em;
	background-repeat:no-repeat;
	text-align:left;
}

.right-arrow {
	background-image: url('../../img/arrow-right-blue.png');
}
.right-arrow:hover {
	background-image:url('../../img/arrow-right-orange.png');
}

.button.right-arrow:hover {
	background-image: url('../../img/arrow-right.png');
}


/*	tables
--------------------------------------------------------------------------------*/
table {
	width:100%;
}

td,
th {
	padding:4px;
	border:1px solid #b4b5b4;
}

th {
	background-color:#eef5f8;
}

table p {
	margin-bottom:0;
}


/*	form defaults
--------------------------------------------------------------------------------*/
form {
}
label {
	/*display:block;
	margin-bottom:4px;
	font-size: 1.2em;*/
}

label.inline {
	display:inline;
}

input {
	margin:0px 0px 14px 0px;
}
form span {
	/*font-size: 1.2em;*/
}
form h3, p {
	padding: 0 0 0 -20px;
}
form h3 {
	text-transform:none;
	font-weight: bold;
	/*        padding: 0;*/
}
h3 + .divider {
	margin-top:5px;
}
.store-decorate-silk input[type="text"] {
	margin-left: 5px;
}

input[type="text"], input[type="password"] {
	border: 1px solid #3fa8f4;
}
input[type="text"]:focus,
input[type="password"]:focus {
	background-color: #ffe4bb;
	border: 1px solid #ff931e;
}

input[type="radio"],
input[type="checkbox"] {
	margin:0px;
}

form .button {
	border:none;
}
form .button:hover {
	background-color: #ff931e;
}
form .button:active {
	background-color: #ff931e;
}
form .button {
	display: block;
}


/*	Login, forgot password
--------------------------------------------------------------------------------*/
.action-box.login {
	width:60%;
}

.login-column {
	float:left;
	margin-left:14px;
}

#stay-logged-in {
	display:inline;
	margin:0;
}
label.stay-logged-in {
	display:inline;
	margin:0;
}

.forgot-password {
	display:block;
	margin:14px 0px 14px 0px;
}

#log-in {
	margin-top:5px;
}

#send-email {
	display:block;
}
input[type="text"] {
	width:200px;
}
#email, #password  {
	width:200px;
}

input.activation-code {
	width: 50px;
	display:inline;
	margin-bottom:0;
}

/*	Product Activation
--------------------------------------------------------------------------------*/

.activation input[type="radio"] {
	display:inline;
}
label.radio {
	display:inline;
}

.activation fieldset#login {
	margin-top:14px;
}

/*	Product Dislpay
--------------------------------------------------------------------------------*/

#product-desc {
	display: block;
	width: 520px;
	float: right;
}
#product-desc li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#product-desc ul {
	margin: 0 0 20px 0;
}
#product-img {
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
}
#product-img a, 
#product-img img {
	display:block;
}
#product-img span {
	font-size: 1.2em;
}
#product-img img {
	display: block;
	margin: 10px auto;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#product-details {
	display: inline-block;
	border-top: 1px dashed #ccc;
	width: 100%;
}
#product-details li {
	list-style: inside square;
	margin-left: 3px;
}

.price {
	font-size: 1.6em;
	font-weight: bold;
	color: #ff931e;
	margin: 0 0 15px 0;
}

.product-description {
	font-weight:normal;
}

/*	Product pages
-----------------------------------------------------------------------------*/

.product-features {
	margin: 20px 0 25px 0;
}
.product-features li {
	padding-left: 55px;
	min-height: 40px;
}
.product-features li span {
	width: 40px;
	/*		height: 40px;*/
	margin-left: -50px;
	overflow: hidden;
	display: block;
	float: left;
	color: #3fa8f4;
	font-size: 10px;
	line-height: 1em;
	display: block;
	margin-left:0px;
}

.product-features .book {

}

.product-features .audio {
	background-position: 0px -40px;
}

.product-features .mobile {
	background-position: 0px -80px;
}

.product-features .online {
	background-position: 0px -120px;
}

.product-features .etutor {
	background-position: 0px -160px;
}

.product-features .community {
	background-position: 0px -200px;
}

.product-features li {
	padding-left:0px;
	display: inline-block;
	margin:15px 15px 40px 15px;
	width:auto;
}

.product-features li a {
	width:40px;
	height:40px;
	overflow:hidden;
	background: url('../../../images/sprite-product-icons.png') no-repeat 0px 0px;
	display:block;
}

.platinum-desc .button {
	margin-bottom: 12px;
	display: inline-block;
}


/* Product-features tooltips
----------------------------------------*/
.product-features .tooltip {
	width:240px;
}

.product-features .tooltip span.title {
	padding:1px 8px;
	height: inherit;
	margin:0;
	color:#E5E5E5;
	display:block;
	background:none;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

.product-features .tooltip p.description {
	padding:8px;
	margin:0px;
	color:#E5E5E5;
	display:block;
	background:none;
	text-align:left;
	font-size:1.2em;
	line-height: 1.4em;
}

#online-features {
	width: 420px;
	clear: right;
	overflow: hidden;
}
#online-features ul {
	margin-left: 20px;
	list-style: square inside color:green;
}
#online-features li {
	list-style: square inside;
}

#app-features {
	margin-bottom: 20px;
	width: 420px;
}
#app-features ul {
	margin-left: 20px;
	list-style: circle inside;
}
#app-features li {
	list-style: square inside;
}

.online img {
	margin-left: -15px;
}


/*	Greeting
--------------------------------------------------------------------------------*/
.greeting {
	overflow: hidden;
	padding: 0;
	height: 160px;
}
.greeting div {
	color: #000;
	width: 260px;
	vertical-align: middle;
	margin: 20px 20px 0 340px;
}
.greeting h1 {
	color: #000;
}


/* Promo Wrappers
-----------------------------------------------------------------------------*/

.marquee {
	width:616px;
	height: 344px;
	border:solid 2px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #fff;
	background:-moz-linear-gradient(0% 0% 280deg, #fff, #eee 100%);
}

.promo {
	font-size:10px;
	min-height: 160px;
	border:solid 2px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #fff;
	background:-moz-linear-gradient(0% 0% 280deg, #fff, #eee 100%); /* FIXME: add other linear gradients here */
	display:block;
}
.promo .title {
	font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #3FA5F1;
	font-size: 1.6em;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 0 10px;
	display:block;
}
.promo .title02 {

}
.promo .details {
	margin: 7px 0 0 auto;
	float:right;
	width: 112px;
	line-height: 13px;
	color: #444;
	font-size: 11px;
	display:block;
	padding-right: 5px;
}
.promo .button {
	margin:10px 0px 0px 180px;
	line-height: 13px;
	color: #fff;
	font-size: 1.0em;
	padding: 5px 8px;
	cursor: pointer;
	display:block;
	position:absolute;
	left:0px;
	bottom:15px;
}

.promo .button:hover {
	background-color: #ff8f1e;
}
.promo .title:hover {
	color: #ff8f1e;
}
.promo .title02:hover {
	color: #666;
}

.promo img {
	float:left;
	margin:10px 0px 0px 20px;
}


/*	Promo-300
----------------------------------------*/
.promo-300 {
	width: 296px;
	position: relative;
	margin-bottom:20px;
}

.home-main-content .promo-300,
.main-content .promo-300 {
	float: left;
	margin:0 0 20px 20px;
}

.main-content .promo-300:nth-child(2n+1) {
	margin:0 0px 20px 0px;
}


/* text-only promos
----------------------------------------*/
.promo-300.text-only {
	min-height:20px; /* 124 minus 15px padding */
	padding-bottom:10px;
}

.text-only .title {
	text-align:left;
	margin: 13px 15px -6px 15px;
	padding: 0;
}

.text-only p {
	margin-left:15px;
	margin-right:15px;
	margin: 10px 15px 6px 15px;
	font-size: 1.1em;
}

.text-only a.right-arrow {
	font-size:14px;
	font-weight:bold;
	background-position:right -0.15em;
	padding-right:20px;
	margin:0px 15px 15px 15px;
}

/*	Generic content wrapper for promos
----------------------------------------*/
.promo.generic {
	padding:15px;
}

/*	Continue lesson (extension of promo-300)
----------------------------------------*/
.continue-lesson {
	min-height:0;
	height:62px;
	background:#ff931e;
	color:#fff;
}

.continue-lesson .float-left {
	font-size:12px;
	display:block;
	margin:10px 0px 0px 10px;
}

.continue-lesson:hover {
	color:#fff;
}

.continue-lesson .message {
	padding:0;
}
.continue-lesson .icon, 
.continue-lesson .arrow {
	background: url('../../img/continue-lesson-sprite.png') no-repeat 0px 0px;
	width:40px;
	height:40px;
	margin-top:15px;
}

.continue-lesson .arrow {
	background-position:0px -40px;
	height:30px;
	margin-top:20px;
	float:right;
	display:block;
}

.continue-lesson .icon {
	margin-left:17px;
}

span.bold-title {
	font-size:18px;
	line-height:23px;
}

/*	Join the conversation (extension of promo-300)
----------------------------------------*/
.join-conversation {
	height:258px;
	background: url('../../../images/home-promo-conversation.jpg') #fff no-repeat top;
}

.no-js .join-conversation {
	overflow:hidden;
}

.join-conversation h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 90px 10px 5px 15px;
}
.join-conversation p {
	margin: -5px 10px 5px 15px;
}
.join-conversation li {
	font-size: 1.4em;
	font-weight: bold;
	padding: 3px 0 0 15px;
	text-transform: uppercase;
}
.join-conversation .right-arrow {
	background-position: right -1px;
}

/*	Promo-600
----------------------------------------*/
.promo-600 {
	width:616px;
	position:relative;
}
.promo-600 .title {
	text-align: left;
	margin: 15px 20px 0 330px;
}
.promo-600 .title:hover {
	color: #3fa8f4;
}
.promo-600 .details {
	width: 261px;
	margin: 10px 10px 0 15px;
}
.promo-600 .ui-select-language  {
	position: absolute;
	bottom: 20px;
	left: 340px;
}

.home-main-content .promo-600 {
	float: left;
	margin:0 0px 20px 20px;
}


/*	Promo 706
----------------------------------------*/
.promo-706 {
	width:706px;
	margin:20px 0px 20px 0px;
	position:relative;
}
.promo-706 .title {
	color: #666;
}
.promo-706 p {
	text-align: center;
}
.promo-706 img {
	box-shadow: none;
	position: absolute;
	top: 50px;
	left: 100px;
}


/*	custom image styles
--------------------------------------------------------------------------------*/
.intro-image {
	margin-right:-34px;
}
/* language lab list 
-----------------------------------------------------------------------------*/
.lab-list {
	width: 197px;
}
.lab-list h3 {
	font-size: 1.2em;
	font-weight: bold;
}
.lab-list ul {
	width: 197px;
	/*    border-right: 1px solid #ccc;*/
}
.lab-list li {
	list-style: none;
}

/*	FAQ
--------------------------------------------------------------------------------*/
.faq {
	min-height: 400px;
}
.faq h3 {
	/*margin: 20px 0 5px 0;
	font-style: italic;*/
}
.faq li {
	/*list-style: square inside;*/
        /*font-size: 14px;
        margin-left: 10px;
        line-height: 1.6em;*/
}

.faq #panel-switcher div {
	background:#ffffff;
}
.store-product-option-group-title {
	margin-bottom: 6px;
}
/*	Blog
--------------------------------------------------------------------------------*/
#blog-list {
	border-bottom:1px dashed #B2B2B2;
	padding: 10px 0 20px 0;
	/*    margin-bottom: 20px;*/
}

#blog-list .date {
	font-size: 1em;
	padding: 10px 0;
	float: right;
}


/*	Social media promo tabs
--------------------------------------------------------------------------------*/
.no-js #social-media-tabs {
	display:none;
}

#social-media-tabs {
	margin-bottom:20px;
}

.home #social-media-tabs {
	margin-bottom:0px;
}


#social-media-tabs img.float-left {
	margin:0px 10px 10px 0px;
}

#social-media-tabs span.icon {
	width:24px;
	height:24px;
	background:url('../../img/sprite-social-media.png') no-repeat top left;
	display:block;
	margin:0px auto 0px auto;
	overflow:hidden;
}

#social-media-tabs span.blog {
	background-position:0px 0px;
}

#social-media-tabs span.facebook {
	background-position:0px -40px;
}

#social-media-tabs span.twitter {
	background-position:0px -80px;
}

#social-media-tabs span.youtube {
	background-position:0px -120px;
}

#social-media-tabs a span.icon span{
	margin-left:-9999px;
	overflow:hidden;
	display:block;
	float:left;
}

#social-media-tabs .promo {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom:0;
}

#social-media-tabs .promo h2 {

}

/*	follow us
----------------------------------------*/
#social-media-tabs .follow-us {
	height:30px;
	background:#C7EBFC;
	padding:6px 0px 0px 10px;
	border:2px solid #fff;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#social-media-tabs .follow-title {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	float:left;
	line-height:1.9em;
	margin-left:27px;
}

#social-media-tabs .follow-us span.icon {
	background:url('../../img/sprite-social-media.png') no-repeat top left;
	display:block;
	margin-left:20px;
	float:left;
}

#social-media-tabs .follow-us span.icon.facebook {
	background-position:0px -40px;
}

#social-media-tabs .follow-us span.icon.twitter {
	background-position:0px -80px;
}

#social-media-tabs .follow-us span.icon.youtube {
	background-position:0px -120px;
}

/*	tweet divs
----------------------------------------*/
.no-js #tweet-french {
	display:block;
}

#social-media-tabs .visible {
	display:block;
}

a#tweet-choose-button {
	color:#444;
}

/* tweet div styles (from jquery tweet plugin)
----------------------------------------*/
#tweets a {
	color:#3fa8f4;
}
#tweets {
	margin-top:6px;
}

#tweets .tweet_list {
	line-height:15px;
}
#tweets .tweet_list,.query .tweet_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
#tweets .tweet_list .awesome,#tweets .tweet_list .epic,.query .tweet_list .awesome,.query .tweet_list .epic {
	text-transform: uppercase;
}
#tweets .tweet_list li,.query .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 4px .5em 4px .5em;
}

#tweets .tweet_list li + li,
.query .tweet_list li + li {
	border-top:1px solid #F0F0F0;
}

#tweets .tweet_list li a,.query .tweet_list li a {
}
#tweets .tweet_list .tweet_even,.query .tweet_list .tweet_even {
}
#tweets .tweet_list .tweet_avatar,.query .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
#tweets .tweet_list .tweet_avatar img,.query .tweet_list .tweet_avatar img {
	vertical-align: middle;
	margin:0px 10px 0px 0px;
}

#tweets span {
	font-size:11px;
}
#tweets .tweet_time {
	display:block;
}

#tweets .tweet_text{

}

#tweets .loading-tweets {
	width:100%;
	text-align:center;
	margin-top:75px;
}

#tweets .loading-tweets img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display:inline;
	float:none;
	margin:0px auto;
}

/*	JQuery UI selectMenu widget
----------------------------------------*/

div#selectTweet {
	width:100%;
}

#social-media-tabs  #selectTweet .ui-state-default, 
#social-media-tabs  #selectTweet .ui-widget-content .ui-state-default, 
#social-media-tabs  #selectTweet .ui-widget-header .ui-state-default {
	font-size: 1.2em;
	height: 24px;
}

#selectTweet .ui-selectmenu-menu {
	border:1px solid #B2B2B2;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#social-media-tabs #selectTweet .ui-selectmenu {
}

#selectTweet .ui-selectmenu-item-selected {
	border:none;
	color:#fff;
}

#selectTweet .ui-state-hover a, 
#selectTweet .ui-state-hover a:hover {
	color:#444;
	text-decoration: none;
}

/* blog posts (homepage tabs)
----------------------------------------*/
#blog-posts {
	padding:10px 14px 10px 14px;
}

#blog-posts h3 {
	font-size:1.8em;
	margin: 0 10px 10px 5px;
}

#blog-posts ul {
	width:auto;
}

#blog-posts li {
	display:block;
	margin-bottom:16px;
	font-size:11px;
	line-height:16px;
}

span.blog-title {
	font-size: .8em;
	margin: 0 6px -8px 6px;
	display: block;
}

/*	generic jQuery UI enhanced select menu
--------------------------------------------------------------------------------*/
.ll-ui-select {
}


/* My Profile
--------------------------------------------------------------------------------*/
.my-profile {

}

.my-profile li {
	text-align:right;
}

.my-profile a.button {
	display:inline-block;
	margin:0px 0px 10px 0px;
}

.col-half-width {
	width:45%;
	float:left;
}
.col-half-width + .col-half-width {
	width:45%;
	float:right;
}

.profile {
	margin-top:28px;
}

.profile .name {
	font-size:5em;
	font-weight:bold;
	line-height:1em;
	margin-top:0px;
}

.profile .email {
	font-size:2em;
	display:block;
	margin-bottom:24px;
}

.opt-in {
	padding:0px 6px;
}

.my-profile fieldset {
	margin-top:28px;
}

.my-profile fieldset + fieldset {
	margin-top:0;
}

.my-profile fieldset .float-left + .float-left {
	margin-left:14px;
}

/*	View Orders
--------------------------------------------------------------------------------*/
table.view-orders {
	margin-bottom:14px;
}

.view-orders th {
	font-weight:bold;
}

.view-orders li {
	text-align:left;
}

td {
	padding-left:10px;
}
th.products {
}

th.expires {
}

.view-orders td {
	font-size:1.4em;
}

.actions a.button {
	margin:0px 0px 0px 10px;
}

.actions li {
	display:inline-block;
}

.mobile-activations li {
	list-style:circle;
	list-style-position:inside;
	font-weight:bold;
}

.mobile-activations li li {
	font-weight:normal;
	margin-left:14px;
}

.mobile-activations a.remove {
	color: #cc0000;
}

.mobile-activations a:hover {
	text-decoration:underline;
}


/*	Tooltip type 1
--------------------------------------------------------------------------------*/
.tooltip {
	width:240px;
	display: none;
	position: absolute;
	z-index:10;
	overflow:visible;
	padding-bottom:14px;
}

.tooltip .content {
	background: #4D4D4D;
	color: #fff;
	border-radius: 15px;
	border:2px solid #fff;
	box-shadow:#4D4D4D 1px 1px 2px;
	padding:10px;
	font-size:10px;
}

.tooltip .pointer {
	background: transparent url('../../img/tooltip-pointer.png') no-repeat top left;
	width:25px;
	height:14px;
	position:absolute;
	bottom:2px;
	left:45%;
}

.tooltip .content:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tooltip span.title {
	padding:4px 0px 4px 0px;
	margin:0px;
	color:#E5E5E5;
	display:block;
	background:none;
	text-align:left;
	display:block;
	font-size:1.2em;
	margin-left:60px;
	background:#ff0000;
}

.tooltip img {
	float:left;
	display:block;
	margin-right:8px;
}

.tooltip p.description {
	color:#CBCBCB;
	display:block;
	font-size:1.2em;
	margin:0;
	margin-left:60px;
	padding:0;
}


/*	Course status/details - my profile
--------------------------------------------------------------------------------*/
.course-status {
}
.course-status li {
	clear:both;
	font-size: 9px;
}

.last-accessed {
	font-size:10px;
	margin-top:-.3em;
}

.course-details {
	width:100%;
	margin:0px 0px 16px 0px;
}

.course-details h3 {
	margin:0px 0px 8px 0px;
	float:left;
	font-size:1.4em;
	color:#3FA8F4;
	width:auto;
}

.course-data {
	margin:.5em 0px 0px 14px;
	float:left;
}

.course-progress {
	float:left;
}

.course-progress .progress-bar {
	background:#E5E5E5;
	height:10px;
	border-radius:5px;
	width:100px;
	float:left;
	margin-right:10px;
}

.progress-bar .bar {
	background-color:#3FA8F4;
	width:50%;
	height:10px;
	border-radius:5px;
	float:left;
	min-width:10px;
}

.essential .progress-bar .bar {
	background-color:#3FA8F4;
}

.intermediate .progress-bar .bar {
	background-color:#C1D748;
}

.advanced .progress-bar .bar {
	background-color:#FFD100;
}

.course-progress .progress-text {
	font-size:1.1em;
	line-height:1em;
	display:block;
	float:left;
}

/*	manage etutoring sessions
--------------------------------------------------------------------------------*/





/*	Home page marquee 
--------------------------------------------------------------------------------*/
#homeMarquee {
	color:#fff;
	margin-bottom:20px;
}

#homeMarquee h1 {
	color:#fff;
	font-size:20px;
	line-height:26px;
	margin:0px 0px 8px 0px;
}
#homeMarquee p {
	margin:0 0 -15px 0;
}

.barousel
{
	position:relative;
	margin-bottom:0px;
	width:616px;
	height:344px;
}

.barousel_image
{
	position:absolute;
	z-index:10;
	width:616px;
	height:344px;
}

.barousel_image img
{
	position:absolute;
	display:none;
}

.barousel_image img.default
{    
	display:block;
}

.barousel_image img.current
{
	z-index:10;
}

.barousel_image img.previous
{
	z-index:5;
}

.barousel_content
{
	position:absolute;
	padding:20px 20px 5px 20px;
	z-index:12;
	background:url('../../img/homeMarquee-content-bg.png') repeat 0 0;
	color:#fff;
	width:576px;
	height:100px;
	bottom:40px;
	left:0;
	overflow:hidden;
}

.barousel_content div
{
	display:none;    
}

.barousel_content div.default
{
	display:block;    
}

.barousel_content p
{
	font-size:13px;
	font-weight:normal; 
	line-height:17px;   
}

.barousel_content p.header
{
	font-size:28px;
	font-weight:normal;
	line-height:28px;
	color:#fff55b;
}

.barousel_content a,
.barousel_content a:hover
{
	color:#fff;
	text-decoration: underline;
	background-color:transparent !important;
}

.barousel_nav
{
	position:absolute;
	height:40px;    
	bottom:0;
	z-index:13;
	width:616px;
	background:url('../../img/homeMarquee-content-bg.png') repeat 0 0;
}

.barousel_nav .counter
{    
	float:right;
	font-size:0.75em;
	color:#fff;
	margin:3px 5px 0 0;
}

.barousel_nav ul
{
	float:right;
	padding:0;
	margin:0px 10px 10px 0px;
}

.barousel_nav li
{
	float:left;
	padding-left:3px;
	font-size:0;
	line-height:0;
	list-style:none;
}

.barousel_nav li a
{
	display:block;
	width:30px;
	height:30px;
	background:url('../../img/marquee-nav-sprite.png') no-repeat 0px 0px;
	font-size:0;
	line-height:0;
	text-decoration:none;
}

.barousel_nav li a:hover {
	background-position:0px -30px;
}

.barousel_nav li a:active {
	background-position:0px -60px;
}

.barousel_nav li a.current
{
	background-position:0px -60px;
}

.barousel img.ajax_loader
{
	display:none;
	position:absolute;
	z-index:14;
	top:70px;
	left:135px;
}


/*	jQuery UI LL Customizations
--------------------------------------------------------------------------------*/

/*
* jQuery UI Tabs 1.8.13
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs#theming
*/
#social-media-tabs.ui-tabs {
	position: relative;
	padding: 0px;
	zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
#social-media-tabs.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding:0;
}
#social-media-tabs.ui-tabs .ui-tabs-nav li {
	border: 2px solid #fff;
	background: #C3E7F8;
	font-weight: bold;
	list-style: none;
	text-align:center;
	float: left;
	position: relative;
	top: 0px;
	margin:0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#social-media-tabs.ui-tabs .ui-tabs-nav li a {
	float: none;
	display:block;
	padding: .5em 0px;
	text-decoration: none;
	width:71px;
}
#social-media-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 0px;
	-webkit-box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
	background:#fff;
}
#social-media-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
#social-media-tabs.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
#social-media-tabs.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 10px 14px;
	background: #fff;
	height:248px;
	overflow-y:auto;
}
#social-media-tabs .ui-tabs-nav.ui-tabs-hide {
	display: none !important;
}


/* Interaction states
----------------------------------*/
#social-media-tabs .ui-state-default, 
#social-media-tabs .ui-widget-content .ui-state-default, 
#social-media-tabs .ui-widget-header .ui-state-default {
	font-weight: bold;
	color: #ffffff;
	padding-bottom: -5px;
}
#social-media-tabs .ui-state-default a, #social-media-tabs .ui-state-default a:link, #social-media-tabs .ui-state-default a:visited {
	color: #ffffff;
	text-decoration: none;
}
#social-media-tabs .ui-state-hover, #social-media-tabs .ui-widget-content .ui-state-hover, #social-media-tabs .ui-widget-header .ui-state-hover, #social-media-tabs .ui-state-focus, #social-media-tabs .ui-widget-content .ui-state-focus, #social-media-tabs .ui-widget-header .ui-state-focus {
	background: #ff931e url(images/ui-bg_flat_0_ff931e_40x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
#social-media-tabs .ui-state-hover a, #social-media-tabs .ui-state-hover a:hover {
	color: #ffffff;
	text-decoration: none;
}
#social-media-tabs .ui-state-active, #social-media-tabs .ui-widget-content .ui-state-active, #social-media-tabs .ui-widget-header .ui-state-active {
	border: 2px solid #fff;
	background: #ffffff url(images/ui-bg_inset-hard_100_ffffff_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #444444;
}
#social-media-tabs .ui-state-active a, #social-media-tabs .ui-state-active a:link, #social-media-tabs .ui-state-active a:visited {
	color: #444444;
	text-decoration: none;
}
#social-media-tabs .ui-widget :active {
	outline: none;
}

/* Component containers
----------------------------------*/
#social-media-tabs .ui-widget {
	font-family: Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	font-size: 1.1em;
}
#social-media-tabs .ui-widget .ui-widget {
	font-size: 1em;
}
#social-media-tabs .ui-widget input, #social-media-tabs .ui-widget select, #social-media-tabs .ui-widget textarea, #social-media-tabs .ui-widget button {
	font-family: Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	font-size: 1em;
}
#social-media-tabs .ui-widget-content, #social-media-tabs.ui-widget-content {
	background: transparent;
	background-image: none;
	color: #444444;
}
#social-media-tabs .ui-widget-content a {
	font-size: 1.2em;
	margin-bottom: -3px;
}
#social-media-tabs .ui-widget-header {
	background: transparent;
	background-image: none;
	color: #444;
	font-weight: bold;
}
#social-media-tabs .ui-widget-header a {
	color: #444;
}

/* for error messages etc. */
.message {
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
}
form .message {
	width:180px;
}
.message span {
	margin-right: 8px;
}
.message li {
	margin-bottom:10px;
}

/* jQuery UI Selectmenu
----------------------------------------*/
.ui-selectmenu {
	display: block;
	position: relative;
	height: 2.2em;
	vertical-align: middle;
	text-decoration: none;
	zoom: 1;
}
.ui-selectmenu-icon {
	position: absolute;
	right: 6px;
	margin-top: -8px;
	top: 50%;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	display: none;
	overflow: auto;
	z-index: 1005;
	border:1px solid #B2B2B2;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
/* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-menu-popup {
	margin-top: -1px;
}
.ui-selectmenu-menu-dropdown {
}
.ui-selectmenu-menu li {
	padding: 0;
	margin: 0;
	display: block;
	border-top: 1px dotted transparent;
	border-bottom: 1px dotted transparent;
	border-right-width: 0 !important;
	border-left-width: 0 !important;
	font-weight: normal !important;
}
.ui-selectmenu-menu li a,.ui-selectmenu-status {
	line-height: 1.4em;
	display: block;
	padding: .405em 1em;
	outline: none;
	text-decoration: none;
	text-transform:uppercase;
}
.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled {
	cursor: default;
}
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status {
	padding-left: 20px;
	position: relative;
	margin-left: 5px;
}
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
	position: absolute;
	top: 1em;
	margin-top: -8px;
	left: 0;
}
.ui-selectmenu-status {
	line-height: 1em;
	color:#fff;
}
.ui-selectmenu-open li.ui-selectmenu-item-focus a {
}
.ui-selectmenu-open li.ui-selectmenu-item-selected {
}
.ui-selectmenu-menu li span,.ui-selectmenu-status span {
	display: block;
	margin-bottom: .2em;
}
.ui-selectmenu-menu li .ui-selectmenu-item-header {
	font-weight: bold;
}
.ui-selectmenu-menu li .ui-selectmenu-item-content {
}
.ui-selectmenu-menu li .ui-selectmenu-item-footer {
	opacity: .8;
}
/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group {
	font-size: 1em;
}
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
	line-height: 1.4em;
	display: block;
	padding: .6em .5em 0;
	font-weight: bold;
}
.ui-selectmenu-menu .ui-selectmenu-group ul {
	margin: 0;
	padding: 0;
}

/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li {
	border-color: pink;
	filter: chroma(color=pink);
	width: 100%;
}
* html .ui-selectmenu-menu li a {
	position: relative
}
/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a {
	color: silver;
}

/*	Promo language select menu - language lab
--------------------------------------------------------------------------------*/
#promo-select {
	margin:60px 0px 0px 224px;
}


/*	bonus materials
----------------------------------------*/
#bonus-list {
	display: inline;
}
#bonus-list a {
	display: inline-block;
	font-size: 10px;
	padding: 5px;
	line-height: 10px;
}
#bonus-list img {
	border: 1px solid #ddd;
	margin-bottom: 5px;
}
#bonus-list li {
	width: 155px;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
}
#bonus-list span {
	font-size: 10px;
	margin: -5px 0 4px 0;
	display: block;
}


/* Affiliate program
--------------------------------------------------------------------------------*/
.table-wide {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.table-wide td, th {
	/*padding: 5px;*/
	text-align: center;
	/*border: 1px solid #ccc;*/
}
.table-wide th {
	background-color: #eee;
	font-weight: bold;
	vertical-align: middle;
}
ol, ul {
	/*list-style: circle;
        line-height: 2em;*/
}


/* buy from popup
--------------------------------------------------------------------------------*/
#buyFrom {
	display:none;
}
.buyFrom {
	background:#fff;
}

.buyFrom h2.title-header-1 {
	margin:0px;
}

.buyFrom .retailer_info
{
	padding:20px
}

.buyFrom .retailer_info h4 {
	margin-bottom:1em;
}

.buyFrom  .more_online_stores
{
	display:none;

}

.buyFrom .ecommerce_box
{
	width:320px;
	border: 1px solid #eee;
	text-align:left;
	float:left;
	padding:10px;
}

.buyFrom .ecommerce_box ul
{
	list-style-type:none;
	margin: 10px 0 0 0;
	font-size:11px;
}

.buyFrom .ecommerce_box ul li
{
	margin: 5px 0 0 0;
}

.buyFrom .other_retailers {
	float:left;
	margin-left:20px;
	padding:10px;
	width:260px;
}

.buyFrom .other_retailers ul {
	float:left;
	width:50%;
}

.buyFrom li + li {
	margin-top:1em;
}

.buyFrom .see-more {
	margin:20px 20px;
	background-position:right -0.2em;
	font-size:13px;
}

.buyFrom form.buy-form{
	margin-top:20px;
}

form.buy-form .button {
	margin:10px 0px 0px 0px;
	position:static;
	width:200px;
}

form.buy-form .quantity_text {
	width:30px;
}


/*	Wordpress-specific
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------*/

/*	Generic promo
----------------------------------------*/
.promo.generic {
	min-height:0;
	height:auto;
	margin-bottom:20px;
}

.promo.generic h3 {
	margin-top:0px;
}

.promo .content {
	padding:15px;
}

/*	search form
----------------------------------------*/
#searchform label {
	font-size:1.4em;
	font-weight:bold;
}

/*	articles
----------------------------------------*/
article {
	margin-bottom:20px;
}

article + article {
	padding-top:10px;
	border-top:1px dashed #B2B2B2;
}

.single article {
	margin-bottom:0px;
}
/*	nav-single (post navigation)
----------------------------------------*/
#nav-single {
	background: #ddd9ca;
	padding: 5px 25px;
	margin:-5px 0px 0px -5px;
	line-height:2em;
}

#nav-single li {
	display: inline;
	list-style: inside none;
	margin: 0 4px 0 0;
}

#nav-single a:after {
	content: url(../img/arrow-nav-single.png);
}

#nav-single a {
	color: #000;
	text-decoration: none;
}
#nav-single a:hover {
	color: black;
	text-decoration: underline;
}

.nav-previous {
	margin-right:10px;
}

/* comments
----------------------------------------*/
article.comment {
	padding-bottom:15px;
	border-bottom:1px dashed #B2B2B2;
}

article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.commentlist {
	list-style:none;
}
.commentlist li {
	margin-top:15px;
}
.commentlist li + li {
	margin-top:0px;
}
.comment-author img.avatar {
	float:left;
	margin:0px 10px 10px 0px;
}

li.comment ul.children {
	margin-left:30px;
}

/*	archives
----------------------------------------*/
header {
	font-size:10px;
}

.archive h1.page-title {
	margin-bottom:.7em;
	padding-bottom:.7em;
	border-bottom:1px dashed #B2B2B2;
}

/* Alignment
----------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* meta
----------------------------------------*/
div.entry-meta {
	margin-bottom:20px;
}

footer.entry-meta {
	clear:both;
	margin-top:20px;
	background:#eee;
	padding:8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

span.edit-link {
	float:right;
}

/* archives widget
----------------------------------------*/
#ll-widget-archives li {
	display:block;
}
#ll-widget-archives li + li {
	margin-top:10px;
}

/* other widgets
----------------------------------------*/
.widget li + li {
	margin-top:10px;
}

/*	type
----------------------------------------*/
h1.entry-title,
h2.entry-title {
	color: #666666;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 10px 0;
}


/*	Vanilla Forum styles
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------*/

div.Box {
	border:solid 2px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background:#fff;
	margin-bottom:20px;
	/* padding: 20px 35px 40px; */
}

/* sidebar boxes
----------------------------------------*/
ul.PanelInfo li {
	padding:5px;
}

div.Box h4 {
	font-size:14px;
	margin-bottom:4px;
	color:#444;
}

/* buttons
----------------------------------------*/
div.MorePager a,
div.MorePager a:link,
div.MorePager a:active,
div.MorePager a:visited,
a.TabLink,
a.TabLink:link,
a.TabLink:active,
a.TabLink:visited,
div.Tabs li a,
div.Tabs li a:link,
div.Tabs li a:active,
div.Tabs li a:visited,
.DiscussionsTabs li a,
a.BigButton,
ul.Options li.Parent strong,
a.Button,
input.Button,
.Button {
	margin: 0px 0px 10px 0px;
	background: #3FA8F4;
	padding: 6px 12px 6px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-style:normal;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	font-size:12px;
	text-transform:uppercase;
	font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	border:none;
	text-shadow:none;
}
div.MorePager a:hover,
a.TabLink:hover,
div.Tabs li a:hover,
a.BigButton:hover,
a.Button:hover,
input.Button:hover,
.Button:hover
{
	background-color: #FF931E;
	color: #fff;
	border:none;
}

div.MorePager a:hover span,
a.TabLink:hover span,
div.Tabs li a:hover span,
a.BigButton:hover span {
	background-color: #D37817;
}
div.MorePager a span,
a.TabLink span,
div.Tabs li a span,
a.BigButton span {
	padding:1px 3px;
}


a.Active,
div.Tabs li.Active a,
div.Tabs li.Active a:link,
div.Tabs li.Active a:active {
	background:#FFFFFF;
	color: #474747;
	border: 1px solid #ABDAFB;
}

div.Tabs li.Active a span, 
div.Tabs li.Active span {
	background:#3fa8f4;
}

div.Tabs li.Active:hover a span, 
div.Tabs li.Active:hover span {
	background:#ff931e;
}


/*	forum lists
----------------------------------------*/
ul.DataList li.Item {
	padding:8px 0px;
	border-bottom:1px dashed #B2B2B2;
}

ul.DataList a.Title,
div.HeadingTabs div.SubTab {
	font-size:18px;
	margin-bottom:8px;
}

ul.DataList li.WallComment a.Title {
	font-size:14px;
	margin:inherit;
}

ul.DataList li.Mine div.Meta a.Category {
	background:#BCD5E5;
}

/* Options button 
----------------------------------------*/
ul.Options li.Parent strong {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	margin: 3px 4px 0 0;
	padding: 4px;
}


ul.Options li.Parent strong:hover,
ul.Options li.Active strong:hover,
ul.Options li.Active strong,
ul.Options li.Active ul {
	color: #fff;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border:none;
}

ul.Options li.Active ul {
	border:1px solid #ccc;
}

/* cleditor (text editor)
----------------------------------------*/
.cleditorMain {
	margin:10px 0px;
}

/* Head
----------------------------------------*/
#Head {
	background:#333;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

body #Head h1 {
	font-size:14px;
	line-height:16px;
	padding:10px 10px 10px 0px;
	color:#fff;
	display:block;
}
#Head h1 a span {
	text-shadow: none;
	font-size:14px;
}

#Head h1 a:hover span {
	color:#ff931e;
}

.ll_vanilla #header{
	border-bottom:#4D4D4D;
	/*-webkit-box-shadow: 0px 1px 2px #444;
	-moz-box-shadow: 0px 1px 2px #444;
	box-shadow: 0px 1px 2px #444;
	*/
}

ul#Menu {
	clear:left;
}

#Menu a, 
#Menu li.Active a {
	color: #3fa8f4;
}

#Menu li.NonTab a:hover {
}

#Menu a:hover, 
#Menu li.NonTab a:hover {
	background:#ff931e;
}

/* Headings
----------------------------------------*/
div.MessageForm, div.Tabs, div.Headings {
	background: #fff;
	border-bottom:1px dashed #B2B2B2;
	padding:0px 0px;
	margin-top:10px;
}

/* Message List
----------------------------------------*/
ul.MessageList li.Item {
	border-bottom:1px dashed #B2B2B2;
	padding: 0px 0px 10px 0px
}

div.Preview div.Message,
div.Preview div.Message p,
ul.MessageList div.Message,
ul.MessageList div.Message p {
	padding:8px;
	margin:0;
}

/* Message Form
----------------------------------------*/
#MessageForm {
	background:none;
	padding:0px;
	margin-top:10px;
}

#MessageForm h2 {
	margin-bottom:4px;
}

textarea#Form_Body {
	margin-bottom:10px;
}

/* Meta
----------------------------------------*/
ul.MessageList div.Meta {
	background:#eee;
	padding:8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	min-height:0;
	margin-top:10px;
}

/* sign in form
----------------------------------------*/
div.SingleEntryMethod {
	width:auto;
}

.section-1 div.Box {
	border:none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*	other forms
----------------------------------------*/
form.Activity {
	padding:0;
	margin:10px 0px 0px 0px;
	border-bottom:1px dashed #B2B2B2;
}

form.Activity #Form_Comment {
	margin-bottom:10px;
}

textarea {
	width:auto;
}
/* tabs
----------------------------------------*/

div.DiscussionsTabs,
div.ActivityTabs,
div.ConversationsTabs,
div.ProfileTabs {
	padding-bottom:10px;
}

/* Misc
----------------------------------------*/
div.Empty {
	font-size:1.2em;
}

/* profile 
----------------------------------------*/
body.Profile ul.PanelInfo {
	background:0;
	border:none;
}

body.Profile ul.Activities {
	border-top:0px;
	margin-top:0px;
}

ul.PanelInfo li {
	background:none;
}

/* Discussion form
----------------------------------------*/
#DiscussionForm h2 {
	padding:0px;
	margin-bottom:10px;
	color:inherit;
}

#DiscussionForm form {
	padding:0px;
	background:none;
	border:none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

/* Conversations
----------------------------------------*/
ul.MessageList div.Meta span.Author a {
	line-height:1;
}

/* popup
----------------------------------------*/
div.Popup h1,
div.Popup h2,
div.Connect h1,
div.Connect h2 {
	border:none;
	background:#ff931e;
}

/* Mine
----------------------------------------*/
.Mine {
	background:none;
}

.Mine .Message {
	background:#E3F4FF;
}

#store-variation-selection-body {width: 250px;}


/* controls general button layout */

.store-decorate-button .store-page-navigation .store-action-command,
.store-decorate-button .store-product-list-item-action-list
.store-action-command, .store-decorate-button .store-page-navigation
.store-action-command:hover, .store-decorate-button
.store-product-list-item-action-list .store-action-command:hover,
.store-decorate-button .store-page-navigation .store-action-command:active,
.store-decorate-button .store-product-list-item-action-list
.store-action-command:active, .store-decorate-button .store-page-navigation
.store-action-command:link, .store-decorate-button
.store-product-list-item-action-list .store-action-command:link,
.store-decorate-button .store-page-navigation .store-action-command:visited,
.store-decorate-button .store-product-list-item-action-list
.store-action-command:visited, .store-decorate-button .store-page-navigation
.store-action-command:focus, .store-decorate-button
.store-product-list-item-action-list .store-action-command:focus {
    border-radius: 0px 0px 0px 0px;
	-moz-border-radius:  0px 0px 0px 0px;
	-webkit-border-radius:  0px 0px 0px 0px;
	-khtml-border-radius:  0px 0px 0px 0px;
   background-color: #426A96;
   /*background-image: -moz-linear-gradient(center top , #CAE286, #9ECA56);*/
   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255,
255, 0.6) inset;
   border-color: #000;
   border: 1px solid #999999;
   color: #FFFFFF;
   cursor: pointer;
   display: inline-block;
   font-size: 13px;
   font-weight: bold;
   text-align: center;
   padding: 8px 15px;
   text-decoration: none;
   text-transform: uppercase;

}


/* controls button hover - delete if no hover change */
.store-decorate-button .store-page-navigation .store-action-command:hover,
.store-decorate-button .store-product-list-item-action-list
.store-action-command:hover {
   background-color: #131E2B;
}

.store-section-order-contents .core-section-header {
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.store-section-order-contents .store-order-items .store-action-title,
.store-section-payment-details .store-action-title,
.store-order-action-edit .store-action-title {
    font-size: 0.9em !important;
}

#store-variation-selector-command {
    /*background-color: #F6F6F6 !important;*/
}

#store-variation-selector-command:hover {
    /*background-color: #F0F0F0 !important;*/
}

.store-value-money {
    font-size: 12px !important;
}

#store-variation-selection-variations {
    /*background-color: #F0F0F0 !important;*/
}

.core-body-dialog,
.core-dialog {
    background-color: white !important;
}

.core-section + .core-section,
.store-section-payment-details-billing {
    border-top: 1px dotted #CCCCCC;
    margin-top: 1em;
    padding-top: 1em;
}

.store-section-payment {
    display: none;
}
/* 09/07/2011 edits */

.core-section-header {
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.store-section-complete-notice .core-section-header {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.store-section-customer-address {
    border-top: 1px dotted #CCCCCC;
    margin-top: 10px;
    padding-top: 10px;
}

.store-section-payment-details .core-section-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: none;
}

.store-section-payment-details-cc .core-form-field-group-header {
    /*display: none;*/
}

.store-section-payment-details-cc .core-form-field-group-body {
    margin-top: -10px;
}

.store-field-cc-number {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}

.store-field-cc-expire {
    display: inline-block;
    margin-right: 25px;
}

.store-field-cc-number input {
    margin: 0 0 3px 0;
}

.store-field-cc-security-code {
    display: inline-block;
}

.store-section-payment-details-cc .core-form-field + .core-form-field {
    margin-top: 0;
}

#ccShippingAddressDisplay {
    line-height: 20px;
}
.store-order-action-edit {
    display: block;
    margin-top: 15px;
}

.store-product-detail-quantity {
    padding-top: 15px;
}

.core-form-field-label {
    font-size: inherit;
}

.core-form-field-label span {
    font-size: inherit;
}

input, select {
    margin: 0 0 7px;
}

.store-decorate-silk select {
    background: url("//dcnz2rrcot657.cloudfront.net/ext/2.0/resources/images/default/form/text-bg.gif") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #B5B8C8;
    border-radius: 3px 3px 3px 3px;
    padding: 1px 3px;
}

.store-page-navigation {
    border-top: 1px dotted #cccccc;
}


/* NAVIGATION */
.menu-container {
	clear: both;
	height: 36px;
	/*width: 756px;*/
	margin: 12px auto;
	padding: 0;
	list-style-type: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0px 1px 2px #aaa;
	-moz-box-shadow: 0px 1px 2px #aaa;
	-webkit-box-shadow: 0px 1px 2px #aaa;
        	position:absolute;
	right:25px;
	bottom:30px;
	z-index:15;
}
.menu-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	line-height: 1em;
}
.menu-container li {
	list-style-image: none;
	width:139px;
	float: left;
	cursor: pointer;
	text-align:center;
	position:relative;
	z-index:99;
	margin: 0;
	padding: 0;
}
.menu-container li.first a.main-nav {
	border-radius:8px 0 0 8px;
	-moz-border-radius:8px 0 0 8px;
	-webkit-border-radius:8px 0 0 8px;
}
.menu-container li.last a.main-nav {
	border-radius:0 8px 8px 0;
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
}
.menu-container li a.main-nav, .menu-container li a.main-nav:link, .menu-container li a.main-nav:visited {
	height:36px;
	display:block;
	background: #426A96;
	font:900 14px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Tahoma, Arial, sans-serif;
	line-height:36px;
	color:#fff;
	text-shadow: 1px 1px 2px #000;
	text-decoration:none;
	letter-spacing: 1px;
	-webkit-transition: color 1s linear;
}
/* .menu-container li a.main-nav:active {
	background-position:0 -72px !important;
	background-image: url('img/nav-m-a.png');
	color:#ebebeb !important;
	text-shadow: -1px -1px 1px #444 !important;
} */
.menu-container li a.main-nav:hover {
	background: #799DC4;
	color: #333 !important;
}
.grey-top ul.menu-container li a.selected-cat, .wrapper ul.menu-container li a.selected-cat, .menu-container ul.menu-container li a.selected-cat, .menu-container li a.main-nav:hover {
	background-position:0 -108px;
	color:#333;
	text-shadow: 0px 1px 2px #fff;
}
.menu-container li ul {
	display:none;
	position:absolute;
	left:0;
	top:36px;
	width:220px;
	border:1px solid #e3e3e3;
	background: #799DC4;
        padding:8px 1px;
	border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	box-shadow: 0px 1px 0px #ccc;
	-moz-box-shadow: 0 1px 0px #ccc;
	-webkit-box-shadow: 0 1px 0px #ccc;
	z-index:100;
	list-style:none !important;
	margin:0 !important;
}
.menu-container li.last ul {
	left:auto;
	right:0px;
	border-radius:0 8px 8px 8px;
	-moz-border-radius:0 8px 8px 8px;
	-webkit-border-radius:0 8px 8px 8px;
}
.menu-container li:hover ul {
	display:block;
}
.menu-container li ul li, .menu-container li ul li.last {
	position: static;
	width:220px;
	list-style:none !important;
	margin:0 !important;
}
.menu-container li ul li a {
	display:block;
	height:19px;
	line-height:19px;
	padding-top:3px;
	text-align:left;
	padding-left:15px;
	border-bottom:1px solid #dadada;
	font:100 13px "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, sans-serif;
	color:#555 !important;
	text-decoration:none !important;
	-webkit-transition: all .25s linear;
}
.menu-container li ul li.last a {
	border:0;
}
.menu-container li ul li a:hover {
	color:#333 !important;
	background:#C0D1E3;
}
table, td {
    border: hidden;
    border-color: #fff;
}
.directors, tr.directors, td.directors {
  border: double;
  border-color: #C0D1E3;
  background-color: #fff;
  text-align: center;
  font-size: 1.25em;
}