/* macProVideo Styles */
/* URL: www.macprovideo.com */
/* Author: Jon Marus */

@import url("mpv_forms.css");

/* @group Links */

a {
	color: #2170B8;
	text-decoration: none;
}

a:hover {
	color: #0062e9;
}

.no_underline {
	text-decoration: none;
}

.no_underline a {
	text-decoration: none;
}

.no_underline strong {
	font-weight: normal;
}

a.button1, a.button2 {
	padding: 6px 8px 6px 8px;
	color: #fff;
	text-shadow: #555 0 1px 1px;
	background: url('/img/nav/nav_bar_bg.gif') 0 -3px repeat-x;
	background-color: #FF610D; 
	border: 1px solid #CF4900; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}

a.button2 {
	background: url('/img/nav/nav_bar_bg_green.gif') 0 -3px repeat-x;
	border: 1px solid #238B0E;
}

a.button1:hover {
	color: #eee;
	background: url('/img/nav/nav_bar_overlay.gif') 0 -3px repeat-x;
}

a.button2:hover {
	background: url('/img/nav/nav_bar_overlay_green.gif') 0 -3px repeat-x;
}

.actionButton img {
	position: relative;
}

.actionButton img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}

.actionButton img:active {
	top: 1px;
}

/* @end */

/* @group Doc Settings */

body {
	margin: 0px;
  	padding: 0px;
  	font-size: 13px;
  	line-height: 16px;
  	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  	color: #111111;
  	/*background: url("../img/mpv_bg.gif"); 
	background-position: 0% 0%;
	background-repeat: repeat;*/
  	background-color: #F8F8F8;
}

label {
	cursor: pointer;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
	color: #333;
	text-shadow: #eee 0 1px 1px;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
}

/* @end */

/* @group Layout */

#container {
	position: relative;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	height: 100%;
	/*background-color: #faf7f0;*/
}

#hdr {
	position: relative; 
	color: #000000;
	margin: 0px auto;
	padding: 5px 0 5px 0;
	width: 1000px;
	height: 100px;
	background-color: #fff;
}

#sub_hdr {
	position: relative;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	background-color: #F65502;
	background-image: url('/img/nav/nav_bar_bg.gif');
	background-repeat: repeat-x;
}

#content {
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.left_col {
	margin: 0 385px 60px 0;
	/*min-height: 800px;*/
}

.right_col {
	float: right;
	width: 375px;
}

#ftr {
	clear: both; 
	margin: 0px auto; 
	margin-bottom: 20px;
	padding: 15px; 
	width: 970px; 
	/*background-image: url('/img/ftr_bg.png');
	background-position: 0 100%;
	background-repeat: no-repeat;*/
}

.ftr_div{
	float: left;
	width: 100px;

}

#ftr ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#ftr ul li{
	padding: 3px 0;
}

#ftr h4{
	margin: 0;
	color: #000;
}

blockquote {
	margin: 0;
	padding: 15px 0 20px 0px; 
	font-size: 1.1em;
	font-style: italic;
	color: #555;
	/*background-image: url('/img/icons/quotes.png');
	background-position: 0px 10px;
	background-repeat: no-repeat;*/
}


/* rounded corner outline */
.corner { position: absolute; width: 10px; height: 10px; background: url('../img/corners.png') no-repeat; font-size: 0%; }
.corner_grey { position: absolute; width: 10px; height: 10px; background: url('../img/corners_grey.png') no-repeat; font-size: 0%; }

.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }
.inner { 
	padding: 20px;
	color: #333;
}
.box { position: relative; width: 100%; margin: 0 0 20px 0; }



/* end of rounded corner outline */


/* @end */

/* @group Search */

.roundTop, .roundBottom {
	position: relative;
	height: 25px;
	box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	background-color: #333;	
	background-image: url('../img/gradients/hdr_dark_grey.jpg');
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

.roundTop {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.roundBottom {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#search_area_box {
	position: absolute;
	top: 36px;
	right: 14px;
	width: 302px;
	height: 405px;
	z-index: 99;
	display: none;
}

#search_area {
	overflow: auto;
	width: 298px;
	height: 455px;
	border-right: 2px solid #3a3a3a;
	border-left: 2px solid #3a3a3a;
	box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	background-color: #f4f4f4;
	z-index: 100;
}


/* @end */

/* @group Nav Lists */

#genreNav {
	margin: 0;
	padding: 10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: 1px solid #F65502;
	background: #222 url('/img/hdr/hdr_tile.jpg') 0 -50px repeat-x;
}

#genreNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#genreNav ul li {
	float: left;
}

#genreNav ul li a {
	display: block;
	padding: 1px 6px 1px 6px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #dcdcdc;
	text-shadow: #111 0 1px 1px;
}

#genreNav ul li a:hover {
	color: #fff;
}

#navList, #appList {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	min-width: 200px;
	background-color: #fff;
}

#navList {
	height: 140px;
	border: 1px solid #333333;
}

#appList {
	width: 256px;
	border-right: 1px solid #ddd;
}

#appArea {
	position: absolute;
	overflow: auto;
	top: 0;
	left: 256px;
	margin: 0;
	padding: 0px;
	width: 704px;
	height: 100%;
	border-left: 1px solid #ddd;
}

#navList a, #appList a {
	display: block;
	padding: 5px 5px 5px 10px;
	color: #222;
	background-image: url('/img/arrows/right_arrow.png');
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

#navList a:hover, #appList a:hover {
	color: #777;
	background-image: url('/img/arrows/right_arrow_b.png');
	background-repeat: no-repeat;
	background-color: #f9f9f9;
}

#tutNavList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tutNavList li {
	border-bottom: 1px solid #ddd;
}

#tutNavList a {
	display: block;
	margin-right: 25px;
	padding: 5px 10px 5px 25px;
	border-right: 1px dotted #ddd;
	
}

#tutNavList a:hover {
	color: #333;
	background-color: #F1F4FA;
	background-image: url('../img/icons/16/control_play_blue.png');
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.linkWatched {
	color: #555;
	/* background-image: url('../img/icons/16/vidstatus/full_watched.png'); */
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.linkNotWatched {
	color: #555;
	/* background-image: url('../img/icons/16/vidstatus/not_watched.png'); */
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.linkPreview {
	color: #555;
	background-image: url('../img/icons/16/bullet_go.png');
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.linkNotAllowed {
	color: #777;
	font-size: .9em;
	background-color: #efefef;
	/* background-image: url('../img/icons/16/control_play_not_logged.png'); */
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.linkSelected {
	color: #333;
	background-color: #e8eef3;
	background-image: url('../img/icons/16/control_play_blue.png');
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.chapter_hdr {
	margin: 0;
	padding: 7px;
	color: #444;
	font-size: 1.1em;
	background-color: #ddd;
	border-bottom: 1px solid #999;
	background-image: url('../img/gradients/chapter_bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
}

.section_hdr {
	padding: 7px;
	font-size: 1.1em;
	color: #555;
	background-color: #e3e3e3;
	border-bottom: 1px solid #ccc;
	background-image: url('../img/gradients/section_bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
}

.app_hdr {
	margin: 20px 20px 30px 20px;
	padding: 8px;
	font-size: 1.8em;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: url('/img/gradients/hdr_bg_grey.jpg'); 
	background-position: 0% 100%;
	background-repeat: repeat-x;
}

#loginHdr, #newsletterHdr, #confirmHdr {
	position: absolute;
	margin: 0px auto;
	width: 1000px;
	height: 90px;
	color: #eee;
	background: url('/img/hdr/hdr_tile.jpg') 0 0 repeat-x;
	/*background-image: url('/img/gradients/loginHdr_bg.png');
	background-position: 0 100%;
	background-repeat: repeat-x;*/
	z-index: 99;
}

#confirmHdr {
	height: 40px;
}

.loginForm {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.loginFormInput {
	width: 200px;
	font-size: 1em;
	padding: 4px;
	border: 1px solid #444;
	background-image: url('/plans/img/gradients/field_bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
}

#hdrPreNav {
	position: absolute;
	top: 10px;
	right: 10px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#hdrPreNav li {
	display: inline;
	font-size: 1em;
	padding: 0 5px 0 5px;
	color: #888;
	border-left: 1px solid #555;
}

#hdrPreNav li a {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px #333;
}

#hdrPreNav li a:hover {
	color: #F3570A;
}

.hdr_nav, #hdr_nav ul {
	list-style: none;
	margin: 0px auto;
	padding: 0;
	line-height: 1;
	height: 37px;
	background-color: #F65502;
	background: url('/img/nav/nav_bar_bg.gif'); 
	background-position: 0% 0%;
	background-repeat: repeat-x;
	border-bottom: 1px solid #F65502;
	overflow: hidden;
	z-index: 5;
}

.hdr_nav li {
	position: relative;
	overflow: hidden;
	float: left;
}

.hdr_nav li a {
	line-height: 13px;
	display: block;
	padding: 12px 10px;
	white-space: nowrap;
	font-size: 16px;
	text-align: center;
	width: 180px;
	color: #fff;
	text-decoration: none;
}

.hdr_nav li a:hover {
	/*background-color: #373E47;*/
	color: #fff;
	background: url('/img/nav/nav_bar_overlay.gif'); 
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

body#tab1 li#tab1 a, 
body#tab2 li#tab2 a, 
body#tab3 li#tab3 a, 
body#tab4 li#tab4 a, 
body#tab5 li#tab5 a, 
body#tab6 li#tab6 a,
body#tab7 li#tab7 a,
body#tab8 li#tab8 a,
body#tab9 li#tab9 a,
body#tab10 li#tab10 a {
	background: url('/img/nav/nav_bar_overlay.gif'); 
	background-position: 0% 0%;
	background-repeat: repeat-x;
}

.divider {
	margin: 50px 0 50px 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #ddd;
	height: 3px;
}

.divider h2 {
	margin: -10px auto;
	width: 400px;
	text-align: center;
	background-color: #fff;
}

/* tabs */
#trainer_tabs{
	display: block;
}

#trainer_tabs ul{
	border-bottom: 1px solid #dddddd;
	border-right: white;
	color: black;
	font-weight: normal;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	text-transform: uppercase
}

#trainer_tabs ul li{
	display: inline;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}

#trainer_tabs .active{
	background-color: #999;
}

#trainer_tabs .active a{
	color: white;
}

#tab_content{
	clear: left;
	line-height: 1.4em;
}

.genrePicker {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.genrePicker li {
	float: left;
	padding: 10px 15px 10px 15px;
	font-size: 1.4em;
}

/* tabs */

/* Sub Tab Nav */
#sub_nav_tabs {
	margin: 0;
	height: 40px;
	color: #999;
	/*background-image: url('/img/content_bg.png');
	background-position: 0 100%;
	background-repeat: no-repeat;*/
}

#sub_nav_no_tabs {
	margin: 15px 0 0 0;
	height: 40px;
	color: #999;
	/*background-image: url('/img/content_bg.png');
	background-position: 0 100%;
	background-repeat: no-repeat;*/
}

#tab_nav {
	float: right;
	list-style-type: none;
	margin: 15px 60px 0 0;
}

#tab_nav li {
	display: inline;
	padding: 0 15px 0 15px;
	font-size: 1.2em;
}

#tab_nav li a {
	
}

#pulldown_area {
	position: relative;
}

/* Pulldown Nav */

#pulldownNav {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	height: 30px;
}

#pulldownNav li {
	float: left;
	margin: 0; 
	padding: 5px;
	width: 190px;
	text-align: center;
}

#pulldownNav li select {
	font-size: 1em;
	width: 14em;
}

/* Old Pulldown Nav */

#pulldown_nav {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 85px;
}

#pulldown_nav li {
	display: inline;
	margin: 0; 
	padding: 0;
	width: 200px;
}

#pulldown_nav li select {
	font-size: 1em;
	width: 14em;
}

.tab_content_pad{
	padding: 10px 20px;
}

/* End */

dl {
	line-height: 1.9em;
}

dt {
	float: left;
	padding: 0 15px 0 0;
	width: 120px;
	text-align: right;
}

dd {
	margin: 0 0 0 130px;
	color: #222;
}

#tut_def dt {
	color: #555;
}

/* @end */

/* @group DIVs */

#socialButtons {
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 400px;
	text-align: right;
}

#socialButtons img {
	margin-left: 5px;
	width: 32px;
	height: 32px;
}

#overlay, .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #111;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 2;
}

#overlay_box {
	position: absolute;
	margin: 0px auto; 
	top: 3em;
	left: 5em;
	width: 600px;
	border: 1px solid #eee;
	background-color: #fff; 
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index: 25;
}


#player_bar {
	position: relative; 
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	height: 15px;
	line-height: 0;
	background-image: url('/img/ftr_bg.png');
	background-position: 0 100%;
	background-repeat: no-repeat;
}

#smartfind_results {
	z-index: 99;
	display: none;
	position: absolute;
	top: 22px;
	right: 0px;
	width: 430px;
	font-weight: normal;
	border: 1px solid #777;
	background-color: #fff;	
}

#err_msg, .err_msg {
	margin: 5px 0px 5px 0px;
	padding: 5px 50px 5px 10px;
	line-height: 20px;
	color: #A51A1A;
	background-color: #FFBFBF;
	border: 1px solid #FF2424;
}
	
#success_msg, .success_msg {
	margin: 5px 0px 5px 0px;
	padding: 3px 5px 3px 5px;
	line-height: 20px;
	color: #444444;
	background-color: #EDF3FE;
	border-top: 1px solid #B8CCF1;
	border-bottom: 1px solid #B8CCF1;
}

#warn_msg, .warn_msg {
	margin: 5px 0px 5px 0px;
	padding: 2px 10px 2px 10px;
	line-height: 20px;
	color: #666666;
	border-top: 1px solid #FFD324;
	border-bottom: 1px solid #FFD324;
	background-color: #FFF6BF;
}

#note_msg {
	margin: 5px 0px 5px 0px;
	padding: 2px 10px 2px 10px;
	line-height: 20px;
	color: #333;
	border-top: 1px solid #F87323;
	border-bottom: 1px solid #F87323;
	background-color: #F0BB9B;
}

#error_box {
	margin: 10px 0px 0px 0px;
	padding: 5px 15px 5px 15px; 
	border: 1px solid #FF0000;
	background-color: #FFCCCC;
}



/* @end */

/* @group Lists */

/* @group Buttons */

.awesome, .awesome:visited {
	background: #222 url(/img/gradients/alert-overlay.png) repeat-x; 
	display: inline-block; 
	margin: 5px 0 5px 0;
	padding: 7px 25px 8px;
	color: #fff; 
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover								{ background-color: #111; color: #fff; }
.awesome:active								{ top: 1px; }

/* Button colour */
.grey.awesome, .grey.awesome:visited		{ background-color: #333333; }
.grey.awesome:hover							{ background-color: #555555; }
.green.awesome, .green.awesome:visited		{ background-color: #458b22; }
.green.awesome:hover						{ background-color: #6fb44e; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2170bd; }
.blue.awesome:hover							{ background-color: #247ed6; }


.button:hover {
	cursor: pointer;
}
	
.button:-moz-focus-inner {
	border:0;
}
	
.button {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #fff;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 1.1em;
	line-height: 1;
	padding: 8px 0 8px 0;
	text-align: center;
	text-shadow: 0px -1px 1px #2c4d93;
	width: 180px;
	-webkit-background-clip: padding-box;
}
	
.button.blue {
	background: #2260dd;
	background: -moz-linear-gradient(0% 100% 90deg, #2463de 0%, #2260dd 50%, #376fe0 50%, #779be9 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #779be9), color-stop(0.5, #376fe0), color-stop(0.5, #2260dd), color-stop(1, #2463de));
	border: 1px solid #0d111a;
}

.button.blue:hover {
	background: #1d55c4;
  	background: -moz-linear-gradient(0% 100% 90deg, #1d55c4 0%, #1d55c4 50%, #3263c7 50%, #6989cf 100%);
  	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #6989cf), color-stop(0.5, #3263c7), color-stop(0.5, #1d55c4), color-stop(1, #1d55c4));
	-webkit-background-clip: padding-box;
}

.button.blue:active {
	background: #1a4aab;
	background: -moz-radial-gradient(50% 31% 0deg,circle cover, rgba(38, 76, 153, 0.4), rgba(11, 23, 46, 0.4)),-moz-linear-gradient(0% 100% 90deg, #1b4bab 0%, #1a4aab 50%, #2b57ad 50%, #5c78b5 100%);
	background: -webkit-gradient(radial, 50% 20%, 75, 50% 50%, 0, from(rgba(38, 76, 153, 0.4)), to(rgba(11, 23, 46, 0.4))), -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #5c78b5), color-stop(0.5, #2b57ad), color-stop(0.5, #1a4aab), color-stop(1, #1b4bab));
	color: #ddd;
	-webkit-background-clip: padding-box;
}

/* @group Classes */

.hdl1 {
	margin: 20px 0 0 0;
	font-size: 2.5em;
	font-weight: bold;
	color: #333;
	text-align: center;
	text-shadow: #999 1px 1px 2px;
}

.hdl2 {
	margin: 15px 0 30px 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #1772B3;
	text-align: center;
	text-shadow: #ddd 1px 1px 2px;
}

.lastGenTuts {
	display: none;
}

.chapter_hdr {
	margin: 0;
	padding: 7px;
	color: #444;
	font-size: 1.1em;
	text-shadow: #fff 1px 0 0;
	border-bottom: 1px solid #999;
	background-image: url('/img/gradients/chapter_bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
}

.section_hdr {
	padding: 7px;
	font-size: 1.1em;
	color: #555;
	background-color: #e3e3e3;
	border-bottom: 1px solid #ccc;
	background-image: url('/img/gradients/section_bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
}

.app_hdr {
	margin: 20px 20px 30px 20px;
	padding: 8px;
	font-size: 1.8em;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: url('/img/gradients/hdr_bg_grey.jpg'); 
	background-position: 0% 100%;
	background-repeat: repeat-x;
}

.appBadge {
	margin: 0px auto;
	width: 76px; 
	height: 76px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	border: 1px solid #ddd; 
	background-color: #f8f8f8; 
	-moz-box-shadow: 2px 2px 2px #eee; /* Firefox */
	-webkit-box-shadow: 2px 2px 2px #eee; /* Safari, Chrome */ 
	box-shadow: 2px 2px 2px #eee; /* CSS3 */
}

.appBox {
	margin: 20px; 
	padding: 0 10px 0 10px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	border: 1px solid #ddd; 
	background-color: #f8f8f8; 
	-moz-box-shadow: 2px 2px 2px #eee; /* Firefox */
	-webkit-box-shadow: 2px 2px 2px #eee; /* Safari, Chrome */ 
	box-shadow: 2px 2px 2px #eee; /* CSS3 */
}

.listTitle {
	/*clear: both;*/
	margin: 0 0 5px 0;
	padding: 8px 5px 9px 10px;
	font-size: 1.1em;
	height: 20px;
	font-weight: bold;
	line-height: 1.1em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ddd;
	background-image: url('/img/gradients/appVersion.jpg');
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-color: #ffffff;
}

.appVersion {
	/*clear: both;*/
	margin: 0 0 5px 0;
	padding: 8px 5px 9px 10px;
	font-size: 1.1em;
	height: 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ddd;
	background-image: url('/img/gradients/appVersion.jpg');
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-color: #eeeeee;
}

.appVersionOlder {
	clear: both;
	margin: 0 0 5px 0;
	padding: 8px 5px 9px 10px;
	font-size: 1.1em;
	height: 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ddd;
	background-image: url('/img/gradients/appVersionOlder.jpg');
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-color: #ffffff;
}

.searchField {
	padding: 5px 80px 5px 5px;
	width: 400px;
	height: 30px;
	font-size: 1.5em;
	border: 1px solid #ddd;
	background-image: url('/plans/img/gradients/field_bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
	outline: none;
}

.demoBlurb strong {
	font-weight: normal;
}

.h3_hdr {
	padding: 10px;
	font-size: 1.2em;
	color: #555;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
}

.app_hdr {
	padding: 15px 10px 5px 5px;
	font-size: 1.3em;
	border-bottom: 1px solid #ddd;
}

.avatar {
	position: relative;
}

.avatar:hover {

}

.avatar span {
	display: none;
}

.avatar:hover span {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	width: 64px;
	height: 64px;
	z-index: 99;
}

/*reviews styles */
.reviews{
	padding: 10px 20px;
}

.review{
	padding: 15px 0px;
}

.review_title{
	padding: 1px;
	border-bottom: 1px dotted #dddddd;
	margin-bottom: 10px;
}

.review_date{
	font-size: 0.8em; 
	color: #888888;
	float: right;
}

.review_content{
	font-size: .9em;
}

.review_name{
	text-align: right;
}

.tut_review{
	margin: 0 0 10px 0; 
	font-size: 0.9em; 
	line-height: 1.2em;
}

/* @end */


/* FAQ */

ol.faq{
	margin: 0px; 
	padding: 0px 0px 0px 40px; 
	line-height: 22px;
}

.question{
	font-style: italic; 
	border: 1px dashed #ccc; 
	margin: 10px; 
	padding: 5px; 
	background-color: #eee;
}

.answer{
	margin: 20px;
}

/* END FAQ */

/* Affiliates */
.affil_p{

	padding: 10px 0px; 
	line-height: 2em;
}

.affil_p_bottom{

	margin-bottom: 10px;
}

.affil_p_top{

	margin-top: 10px;
}

.affil_indent{

	margin: 0 0 0 40px;
}

.affil_spacer{

	border-bottom: 1px solid #999;
	text-align: center;
	width: 500px;
	margin: 20px;
}

.affil_section{

	margin: 10px 0;
}
/* END Afilliates */

/* Skye Steez */
.bold{

	font-weight: bold;
}

.centered{

	text-align: center;
}

.grey_underline{

	border-bottom: 1px solid #ddd;
}

.grey_bg{

	background: #eee;
}

.clear{

	clear: both;
}

.seat_box{

	background: #eee;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.tuts_watch_link img{

	opacity:0.2;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
}

.tuts_watch_link:hover img {

	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
}

/* Horizontal Slider */

/* slider specific CSS */
/*.sliderGallery {
    background: url('/img/slider/slider_bg.jpg') no-repeat;
    overflow: hidden;
    position: relative;
    padding: 10px;
    height: 160px;
    width: 980px;
}

.sliderGallery ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.sliderGallery ul li {
    float: left; 
    width: 120px;
    text-align: center;
    color: #eee;
}

.slider {
    width: 957px;
    height: 17px;
    margin-top: 140px;
    margin-left: 5px;
    padding: 1px;
    position: relative;
    background: url('/img/slider/slider_hscroll.png') no-repeat;
}

.handle {
    position: absolute;
    cursor: move;
    height: 17px;
    width: 181px;
    top: 0;
    background: url('/img/slider/slider_handle.png') no-repeat;
    z-index: 100;
}

.slider span {
	position: absolute;
	color: #bbb;
    font-size: .9em;
    cursor: pointer;
    z-index: 110;
    top: 3px;
}*/
