/* generic site style */

body {
	margin:0px;
	background-color:#fff;
	
	background-repeat:no-repeat;
	background-position:top;
	min-width:850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

}
/*** Bryan's classes ***/
*, .reset {margin:0;padding:0;}
h1 {font-size:18px;}
h2 {font-size:14px;}
hr {margin: 20px 0; clear:both;}
div#mainHeader2 {padding-left:15px;}
div#mainHeader2 h1 {font-size:18px;	padding-top:17px;}
p {margin-bottom: 20px;}
.p {margin-bottom: 0px !important;}
ul {padding-left:20px;margin-bottom:20px;}

.floatL {float:left;}
.floatR {float:right;}
.clearfloat {clear:both;}

.main600 {width:600px;}
.main660 {width:660px;}

.mainCcontainer{
width:100%;	
margin:0 auto;
}

#home {vertical-align:inherit !important; margin-right:5px;}






#cart {
		width:190px;
		background:#c0dbf2;
		padding: 5px;
		float: right;
		margin: 10px;
		clear: both;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;		
		}

.thePitch {border-width:1px; border-bottom-style:dashed; border-bottom-color:#999999;height:auto;}

.callToAction {width:620px;margin:0 auto;}
.callToAction img {float:left;}
.callToAction> form {width:auto;display:inline-block;}


.flashbox {display:block; width:325px; height:240px; float:left;}

.offerBtn {width:300px;}

.picture {width:180px;}
.description {width:460px;}
.checkbox {width:100px;}
div.form{padding:20px 55px !important;}

.center{margin:0 auto;}
.centerTxt {text-align:center;}
.rightTxt {text-align:right;}
.leftTxt {text-align:left;}
.smallTextLink {font-size: 12px; width:254px; text-align:center;}
.smallTextLinkCentered {font-size: 12px; width:242px; margin:0 auto;}

.smcol {width:32%; float:left; text-align:center;}
.smcol div {margin-top:10px; text-align:left !important;}
.smcol2 {width:32%; float:left; text-align:center;}
.smcol2 div {text-align:left !important;}

.leftCol {display:block;width:50%; float:left;}
.rightCol {display:block; width:48%; float:right;}
.medcol {width:64%; float:left;}
.lrgcol {width:100%;text-align:center;}


.fullHeight {height:100%;}
.sugarman img {float:left;margin: 0 15px 0 0;}
.sugarman {min-height:125px; height: auto; border-width:1px;	border-bottom-style:dashed;	border-bottom-color:#999999; padding: 10px 5px 15px 5px;}
.dottedBottom {border-width:1px; border-bottom-style:dashed; border-bottom-color:#999999;}
.upgrade {background:#e7f5ff;}
.vidPlayer{width:310px; height:233px;}

/*** CLEARFIX ***/
.clear, .clear2 {clear:both; display:block;	overflow:hidden; visibility:hidden;	width:0; height:0;}
.clearfix:before,.clearfix:after {content:'\0020'; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}
.clearfloat {clear:both;}
.clearL {clear:left;}
.clearR {clear:right;}

.boxShadow{
    width: 374px;
    min-width: 200px;
    min-height: 130px;
    margin: auto;
    background: #ccc;
    border: 5px solid white;
    position:relative;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.99);
}

.font12 {font-size:12px;}

/* Revision Classes 2012-11-30 made by Bryan*/

.marginL {margin:0 0 0 4%;}
.marginR {margin:0 4% 0 0;}
.mspacer {margin:0 2%;}
.m20pxtop {margin-top:20px;}
.m20pxrt {margin-right:20px;}
.m20pxbtm {margin-bottom:20px;}
.m20pxlft {margin-left:20px;}
.inBlock {display:inline-block;}
#img_containter {float:left; width:310px; height:auto;text-align:center; margin-right:20px;}

.videoBox {width:240px; height:180px; margin-right:20px; float:left;}

.text {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-variant: normal; color: #333333; text-decoration: none;
	word-spacing: 0px; border-collapse: collapse; font-weight: normal;}
A:link {
	color: #333333; 
	text-decoration: none;
}

A:visited {
	color: #333333; 
	text-decoration: none;
}

A:active {
	color: #333333; 
	text-decoration: none;
}

A:hover {
	color: #FF0000; 
	text-decoration: none;
}

div#header {
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	min-height: 104px;
	width: 850px;
	margin: 0px auto;
}

div#swingAnalysis {
	min-height: 70px;
	width: 285px;
	position: relative;
	top: 15px;
	left: 225px;
}

.bigText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.bigText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.bigText3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.bodyTextBig {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
div#smallText {
	font-size: 12px;
	color: #333333;
}

.price12 { 
	font-weight: bold;
	color: #F00;
}

/* login styles */

div#login_page {
	width:350px;
	margin:0px auto;
}
div#logged_in {
	float:right;
	margin-top:10px;
}

div#login {
	float:right;
	margin-top:30px;
}	

	#login a {
		font-size:10px;
	}
	
.loginBtn {
	margin-top:16px;
}

.loginField {
	width: 100px;
	background-image:url(../images/mdv_login.jpg);
	background-repeat:no-repeat;
	color : #333333;
	height:27px;
	border:0;
	margin-bottom:0px;
	padding-left:5px;
}

.searchBtn {
	margin-top:13px;
	padding-left:5px;
}

.searchField {
	width: 215px;
	background: transparent url(../images/mdv_search.jpg);
	background-repeat:no-repeat;
	color : #333333;
	height:30px;
	border:0;
	margin-bottom:0px;
	padding-left:5px;
}


/* menu content styles */

div#menu {
	background-image: url(../images/mdv_menu2.png);
	background-repeat:no-repeat;
	min-height:58px;
	width:855px;
	margin:0px auto;
	font-size:18px;
	/*padding-left:15px; text-align:center; */
}	

.bullet {
	padding-left:12px;
	padding-right:12px;
	padding-bottom:4px;
}

.subBullet {
	padding-right:6px;
	padding-bottom:2px;
}


/* main content styles */

div#mainContent {
	background-image:url(../images/mdv_content_header.png);
	background-repeat:no-repeat;
	width:871px;
	margin: 0px auto;
	margin-top: 16px;
}

div#content {
	padding-left:10px;
	padding-right:15px;
	width: 871px;
	
	background-repeat: repeat-y;
	font-size: 14px;
	min-height: 275px;
}

div#mainHeader {
	font-size:18px;
	padding-top:17px;
	padding-left:15px;
}

div#contentLong{
	background-image:url(../images/mdv_main2_long.png);
	background-repeat:no-repeat;
	width:871px;
	margin:0px auto;
	font-size:14px;
	margin-top:16px;
}

div#mainLeft {
	padding-top:15px;
	padding-left:40px;
	width:330px;
	float:left;
}

div#mainRight {
	padding-top:30px;
	padding-left:5px;
	width:450px;
	float:right;
	height:190px;
	margin-right:40px;
}

div#main {
	width:800px;
	margin-left: 25px;
	/*margin-right:30px;*/
	margin-top: 15px;
	/*padding-left: 5px;*/
	padding-right: 10px;
	padding-bottom: 20px;
}

/*div#form{
	padding: 15px;
	padding-left:35px;
	padding-right:35px;
}
*/
div#main label {
	display:block;
	font-weight:bold;
}

.tags {
	font-size:18px;
}

.imgLeft {
	float:left;	
	clear:right;
	padding-left:5px;
	padding-right:15px;
	padding-bottom:5px;
	padding-top:0px;
}

.imgLeft2 {
	float:left;	
	clear:right;
	padding-left:5px;
	padding-right:15px;
	padding-bottom:15px;
}

.imgLeft3 {
	float: left;
	clear: right;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.imgRight {
	float:Right;	
}


/* sub content styles */

div#subContent {
	width:871px;
	margin: 0px auto;
}

	#subContent a {
		padding:5px;
		font-size:16px;
		font-weight:bold;
	}
	
div#subContentLeft {
	background-image:url(../images/mdv_sub_box_L2.png);
	background-repeat:no-repeat;
	width:229px;
	float:left;
	margin-top:16px;
}

div#subContentRight {
	background-image:url(../images/mdv_sub_box2_R2.png);
	background-repeat:no-repeat;
	width:630px;
	float:right;
	font-size:14px;
	margin-top:16px;
}

div#subContentLeft a {
	padding-left:0px;
}

div#vidListFirst {
	min-height:130px;
	padding:5px;
	border-width:1px;
	border-style:dashed;
	border-color:#d0d0d0;
	display:block;
	
}

div#vidList {
	min-height:130px;
	padding:5px;
	border-width:1px;
	border-style:dashed;
	border-color:#d0d0d0;
	border-top-width:0px;
	display:block;
	overflow: auto;
	width:100%;
}

div#vidRow {
	display:block;
	overflow: auto;
	width:100%;
}

div#vidListText {
	padding-left:5px;
}

.vidListImgLeft {
	float:left;	
	padding:5px;
	clear:left;
}

div#mainText {
	padding:20px;
	padding-left:35px;
	padding-right:35px;
}

div#mainText2 {
	font-size: 14px;
}

div#ship_info {
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
}

div#subText {
	padding-left:25px;
	padding-right:25px;
	background:url(../images/mdv_sub_box2_middle_R2.png) repeat-y;
}

	#subText a {
		font-size:14px;
		font-weight:normal;
	}
	
div#subTextLeft {
	padding-left:23px;
	padding-right:25px;
	background:url(../images/mdv_sub_box2_middle_L2.png);
	background-repeat: repeat-y;
	/*_backgroun-repeat: repeat-y; ie hack */
}

div#footer {
	background-image: url(../images/mdv_menu2.png);
	background-repeat:no-repeat;
	background-position: 0px 16px;
	width:100%;
	margin:0px auto;
	min-height:36px;
	font-size:14px;
	text-indent:25px;
	text-align:center;
	clear:both;
}

.smallText {
	font-size:10px;
}

div#topHeader {
	padding: 15px 15px;
	display: block;
	text-decoration: none;
	float: left;
	padding-bottom:16px;
}


/* drop down stuff */

ul.topnav {
	list-style: none;
	margin: 0;
	padding-top:7px;
	padding-bottom:0px;	
	float: left;
}

ul.topnav li {
	float: left;
	margin: 0;
	position: relative; 
}

ul.topnav li a{
	padding: 10px 5px;
	display: block;
	text-decoration: none;
	float: left;
	padding-bottom:16px;
}

/*

	ul.topnav li a:hover{
		
	}

*/

ul.topnav li span {
	width: 17px; 
	height: 41px; 
	float: left; 
	background: url(../images/mdv_bullet.jpg) no-repeat center;
}

ul.topnav li span.subhover { 
	cursor: pointer;
} 

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; left: 0px; top: 48px;
	background: url(../images/mdv_down_bk3.jpg) repeat-x top #C4C4C4;
	display: none;
	float: left;
	width: 200px;
	border: 2px solid #c4c4c4;
	font-size:14px;
	font-weight:bold;
	padding:0;
}

ul.topnav li ul.subnav li{
	clear: both;
	width: 200px;
}

html ul.topnav li ul.subnav li a {
	float: left;
	width: 165px;
	background:url(../images/mdv_bullet.png) no-repeat 15px 15px;
	padding-left:30px;
}

html ul.topnav li ul.subnav li a:hover { 
	color:#fff;
	background:#c4c4c4 url(../images/mdv_bullet.png) no-repeat 15px 15px;
}

.hidden {
	display:none;
}

div#skt_vid {
	padding-bottom:15px;	
	padding-left:15px;
	float:left;
	width:320px;
	padding-right:15px;
}
div#flash {
	padding-top:20px;	
	padding-left:45px;
	float:left;
	width:425px;
	padding-right:20px;
}
div#playerdiv {
	background:#000;
	color: #FFF;
}

div#video_details {
	padding-top:30px;
	float:left;	
	width:330px;
}

div#title_details {
	padding:15px;	
}

div#title_details2 {
	padding:30px;
	padding-top:20px;
	padding-left:45px;
	padding-bottom:15px;
}

div#access {
	padding:5px;
	border-width:1px;
	border-style:dashed;
	border-color:#333333;
	background:#d0d0d0;
	font-weight:bold;
	color:#333333;
	clear:both;
	display:block;
}	

div#form{
	padding: 15px;
	padding-left:35px;
	padding-right:35px;
}

div#form label {
	display:block;
	font-weight:bold;
}

.bar {
	height: 1px; 
	border-style: none; 
	color: #333333; 
	background-color: #333333;
	padding:0px;
}

.bar2 {
	height: 1px;
	border-style:dashed;
	color:#333333;
	background-color:#333333;
	padding:0px;
} 

.tableHeader {
	background:#666;
	color:#FFF;
	height:35px;
	font-weight: bold;
}

.table {
	border:#666 solid 1px;
	border-collapse:collapse;
	background:#FFF;
	color:#666;
}

.hoverLight{
	background:#DDD;
}






/* classy stuff */

div#classyFormTitle {
	font-weight:bold;
	font-size:24px;
	padding-bottom:5px;
}

div#classyFormTitleOrder {
	font-weight:bold;
	font-size:24px;
	padding-bottom:5px;
}

div#classyForm {
	text-align:left;
	width:250px;
}
	div#classyForm label{
		display:block;
		font-weight:bold;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
div#classyFormSimple label{
		display:block;
		font-weight:bold;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}

div#classyFormOrder {
	text-align:left;
	width:250px;
}
	div#classyFormOrder label{
		display:block;
		font-weight:bold;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
.orderInput {
	width: 215px;
	background-image:url(../images/mdv_search.jpg);
	background-repeat:no-repeat;
	color : #333333;
	height:30px;
	border:0;
	margin-bottom:5px;	
	padding-left:5px;
}

#classyFormSimple .orderInput {
	width: 175px;
	background-image: url(../images/mdv_search2.jpg);
	background-repeat:no-repeat;
	color : #333333;
	height:30px;
	border:0;
	margin-bottom:5px;	
	padding-left:5px;	
}

#country {
	width: 215px;
}

#scountry {
	width:215px;
	background:#EFEFEF;
	color : #333333;
}
#bcountry {
	width:215px;
	background:#EFEFEF;
	color : #333333;
}
.orderInputSm {
	width: 50px;
	background-image:url(../images/mdv_search_small.jpg);
	background-repeat:no-repeat;
	color : #333333;
	height:30px;
	border:0;
	margin-bottom:5px;
	padding-left:5px;
}



div#error{
	background:#c90316;
	font-style:italic;
	color: #FFF;
	clear:both;	
	padding:5px;
}

.accessBtn{
	margin-left:-7px;	
}

.iWantItButton{
	border:0px;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
	outline:0px;
	cursor:pointer;
}

.iWantItButton2 {
	border: 0px;
	padding: 0px 0px 0px 105px;
	background-color: #FFF;
	outline: 0px;
	cursor: pointer;
}

div#cc_message {
	font-weight:bold;
	padding:5px;
	margin-top:10px;
}

.chart {
	border:#666 solid 1px;
	border-collapse:collapse;
	background:#eee;
	color:#666;
}

.img_email {
	float:left;
}

div#addToCart2{
	background-color:#cccccc;
	border-width:1px;
	border-style:dashed;
	border-color:#999999;
	padding: 5px 5px 28px 5px;
	min-height:180px;
	height: auto !important;
	clear:both;
}

div#plusItems{
	border-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#999999;
	padding: 5px 5px 5px 5px;
	clear:both;
	height:10px;
}

div#rightBox{
	margin:5px;
	width:48%;
}

div#leftBox{
	background-color:#999;
	color:#FFF;
	width:48%;
	margin-top:25px;
	padding:5px;
	float:right;
}

div#box2 {
	text-align:left;	
}

div#offerHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	border-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#999999;
	padding: 5px 5px 5px 5px;
	clear:both;
}

/* Cart Style */

#cart{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
}



div#editCart{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bolder;
	color:#333;
	background-color:#FFF;
	border-width:1px;
	border-style:solid;
	border-color:#666;
	margin:5px;
	width: 750px;
}

div#editCart table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	color:#333;
}

.cartWelcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	text-align:left;
}

.cartInner {
	background:#FFFFFF;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align:left;
	font-size: 10px;
}
.cartOuter {
	background:#ccc;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align:left;
	font-size: 11px;
	font-weight:bold;
	padding:1px;
}
.cartOuter a {
	color:#FFF;	
}

.cartHeader {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#666;
	color:#FFF;
	font-size:10px;
	font-weight:normal;
	padding: 1px;
}

.cartItems {
	background:#FFF;
	color:#333;
	font-size:12px;
	font-weight:bolder;
	line-height:normal;
	text-align:center;
}
div#cartReview {
	margin-top: 30px;
	margin-left: 30px;
	position:relative;
	padding:0px;
	width:100%;
}
div#cartReview .cartInner {
	background:none;	
	font-size:12px;
}
div#cartReview .cartHeader {
	font-weight:bold;
	font-size:12px;
}
div#cartReview .cartInner a {
	position:relative; 
	float:left;	
	margin-top: -25px;
	color:#FFF;
	font-weight:bold;
}
div#cartReview .cartWelcome {
	position:absolute;
	background:#666;
	top:15px;
	*top:5px;
	color:#FFF;
}

/* Right */
div#subContentRCart {
	background-image:url(../images/mdv_sub_box_L2.png);		/* Use Left Image */
	background-repeat:no-repeat;
	width:229px;
	float:right;
	margin-top:16px;
}

/* Left */
div#subContentLCart {
	background-image:url(../images/mdv_sub_box2_R2.png);	/* Use Right Image */
	background-repeat:no-repeat;
	width:630px;
	float:left;
	font-size:14px;
	margin-top:16px;
}

div#subTextLCart {
	padding-left:25px;
	padding-right:25px;
	background:url(../images/mdv_sub_box2_middle_R2.png) repeat-y;	/* Use Right Image */
}

div#subTextRCart {
	padding-left:23px;
	padding-right:25px;
	background:url(../images/mdv_sub_box2_middle_L2.png) repeat-y; /* Use Left Image */
}
.success {
	background:#0F0;
	color:#000;
	font-weight:bold;
	padding:5px;
}
.fail {
	background:#F00;
	color:#000;
	font-weight:bold;
	padding:5px;
}

.mobile {
	float: right;	
	padding:5px;
	padding-right:15px;
}
#icon {
	float:left;
	padding:5px;
}
#titles {
	width:100%;
	display: block;
}

div#popTags {

}
div#vidRowHalf {

}
.noAccess {
	color: #F00;
}
.getAccess {
	color: #666;
}
.webinarText {
	color: #000;
}
#webinarSignup {
	padding-top: 0px;
}
.webinarBigText {
	margin-top: 0px;
	margin-bottom: 0px;
}
#flash2 {
	padding-top:10px;	
	padding-left: 30px;
	float:left;
	width:380px;
	padding-right:10px;
}
#webinarDetails {
	padding-right: 30px;	
	padding-top:0;
	float:right;	
	width:420px;
}

div#tags {
	width: 250px;
	display: block;
	float: right;
	padding-bottom: 20px;
	padding-right: 25px;
}

.vidHeader {
	padding: 5px;
	background: #d0d0d0;
	color: #fff;
	font-weight: bold;
	display: block;
}
div#vidListFirst {
	min-height: 130px;
	padding: 5px;
	border-width: 1px;
	border-style: dashed;
	border-color: #d0d0d0;
	display: block;
}
div#vidList {
	min-height: 130px;
	padding: 5px;
	border: 1px dashed #d0d0d0;
	border-top-width: 0px;
	display: block;
	overflow: auto;
	width: 100%;
}
div#vidRow {
	display: block;
	overflow: auto;
	width: 100%;
}
div#item {
	border-bottom: 1px dashed #d0d0d0;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#vidListText {
	padding-left: 5px;
}
.vidListImgLeft {
	float: left;
	padding: 5px;
	clear: left;
}
.title {
	font-size: 20px;
}
.strike {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: line-through;
}
.red {
	color: #FF0000;
	font-size: 16px;
}
.dkred {
	color: #AD0307;
}
.greenBig {
	color: #090;
	font-size: 18px;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*disclaimer style repeated in alt.css as well  line#1815  */
.disclaimer {font-size:10px;}


/* register form */

#regForm label {
	display:block;
	font-weight:bold;
}
/******  Custom classes just for pss  *********/
#instructorInfo {
	border-bottom: 1px dashed #999;
	padding: 5px 5px 30px 5px;
}

#fancyBreak {
				border-bottom: 1px dashed #999;
				margin-bottom: 20px;
				width: 100%;
			}
			
#topBar{}

.topBarLinks{
	background-color:#000;
	font-size:180%;
 	padding:10px 0 10px 20px;
	color:#FFF;
 	text-align:left;
	font-style:italic;
	font-weight:bold;
	line-height:130%;
 }
/*.topBarLinks a {padding: 10px 15px;}*/
.topBarLinks a:link {color:#FFF;}
.topBarLinks a:active {color:#FFF;}
.topBarLinks a:visited {color:#FFF;}
.topBarLinks a span {color:#F00;}
.topBarLinks a:hover span {color:#bbbbbb;}

.sugarmanHero {border-width:1px; border-bottom-style:dashed; border-bottom-color:#999999;}
.bodyText{
	padding:20px 0 20px 0;
}

.textL{text-align:left;}
.textC{text-align:center;}
.center{margin: 0 auto; display:block;}
.m20pxtop{margin-top:20px;}
.m20pxbtm{margin-bottom:20px;}
.m30pxtop{margin-top:30px;}
.m30pxbtm{margin-bottom:30px;}
.m40pxtop{margin-top:40px;}
.m40pxbtm{margin-bottom:40px;}