@charset "utf-8";



.product-video-pg-bottom {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin solid #009;
}
.product-video-rt-250 {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin solid #009;
	float: right;
	width: 250px;
}
#container .video-TOC ol li {
	list-style-type: none;
}


.product-video-pg-bottom img {
	border: thin solid #333;
}






/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1D201C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.6em;
	background-color: #CCC;
	background-image: url(../back-test.jpg);
}





#container  {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #7BAFBC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
} 
#header {
	margin-top: 15px;
}




.droid {
	font-family: 'Droid Serif', arial, serif;
}

.lobster {
	font-family: 'Lobster', arial, serif;
	font-size: 135%;
	font-weight: normal;
}

.tangerine {
	font-family: 'Tangerine&v2', arial, serif;
	font-size: xx-large;
}
.josefin {
	font-family: 'Josefin Sans Std Light', arial, serif;
	font-size: large;
}
.josefin-white {
	font-family: 'Josefin Sans Std Light', arial, serif;
	font-size: large;
	color: #FFF;
}

.cuprum { font-family: 'Cuprum', arial, serif; }


/* CSS Document */

h1 h2 h3 h4 h5 h6 p{
	margin: 0px;
	padding: 0px;
}



h1    {
	font-size: 130%;
	color: #335B65;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 112%;
	color: #335B65;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

h3 {
	font-size: 100%;
	color: #335B65;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-style: italic;
	color: #666;

}
h5 {
	font-size: medium;
	color: #335B65;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0%;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0;
	padding-bottom: 0px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: normal;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 30px;
	float: left;
}
.nav .addthis_toolbox.addthis_default_style {
	margin-left: 425px;
}


.nav  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


.nav  li {
	display: inline;
}

.nav  ul  li  a {
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 95%;
	color: #335B65;
	font-weight: normal;
	border: thin none #000000;
	font-family: Arial, Helvetica, sans-serif;
}


.nav   ul   li   a:hover {
	color: #143EAC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #143EAC;
}

.left-100 {
	margin-left: 100px;
}
.bottom-nav {
	background-repeat: repeat-x;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 30px;
	background-color: #CCC;
	font-size: 90%;
}
.bottom-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.bottom-nav li {
	display: inline;
}
.bottom-nav ul li a {
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	font-size: 95%;
	color: #335B65;
	font-weight: normal;
	border: thin none #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.bottom-nav ul li a:hover {
	color: #143EAC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #143EAC;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:link {
	text-decoration: none;
	color: #284760;
}

a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #CCA450;
}
a:active {
	text-decoration: none;
	color: #CCA450;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clear-right {
	clear: right;
}
.clear-left {
	clear: left;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	margin-top: 0px;
}
ul li{
	line-height: 24px;
	margin-bottom: 8px;
	list-style-type: none;
}
ol li {
	margin-bottom: 14px;
}



#footer  {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background-color: #9BA698;
	color: #000;
} 

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#fronMainRight h2 {
	font-weight: normal;
}

#container .top-box-3 h1 {
	color: #DEA140;
}
#container .top-box-ad h1 {
	color: #880B05;
}
#container .top-box-1 ul li {
	list-style-image: url(../images/bullet.jpg);
}
#container #story h2 a {
	color: #335B65;
}

#container #story h2 a:hover {
	color: #FBE099;
	text-decoration: underline;
}
#container #sidebar1 h3 a {
	color: #335B65;
}
#container #sidebar1 h2 a{
	color: #335B65;
}

#container #mainContent h1 a {
	color: #335B65;
}
#container #mainContent h2 a {
	color: #335B65;
}

#container #dreamweaver h1 a {
	color: #335B65;
}
#container #dreamweaver h2 a {
	color: #335B65;
}
#container #dreamweaver h3 a {
	color: #335B65;
}


#story h4 {
	font-size: 85%;
	font-weight: normal;
}
#sidebar1 h2 a {
	color: #607757;
}




#leftSidebar1 h1 a:link{
	font-size: large;
	color: #335B65;
}
.video-box-1 h1 a {
	font-size: large;
	color: #335B65;
}

#sidebar1 h1 a:link {
	font-size: large;
	color: #335B65;
}

#leftSide a:link {
	text-decoration: none;
	color: #335B65;
}
#leftSide #leftSidebar1 h2 a  {
	color: #335B65;
}
#leftSide #leftSidebar1 h2 {
	color: #335B65;
	margin-top: 10px;
}

#videoSales h1 {
	font-size: 115%;
	color: #607772;
}
#container-outside {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#logo {
	padding-left: 30px;
	background-color: #5E5C5C;
	color: #FFF;


}



.text-95p {
	font-size: 95%;
}

#sidebarTestimonials  {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FBE099;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 10px;
}
#cs5Content {
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 300px;
	margin-right: 230px;
}

.gray2wt-txt-gradient {
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #CCCCCC); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #CCCCCC)); /* Saf4+, Chrome */
	background-image: linear-gradient(top, #ffffff, #CCCCCC);



            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#CCCCCC');
}
.text-indent {
	margin-top: 20px;
	padding: 10px;
}
.text-indent2  {
	padding-right: 12px;
	padding-left: 6px;
	font-size: 88%;
	margin-top: -2px;
}
#sitemap {
	width: 800px;
	margin-left: 100px;
}
#sitemap a {
	line-height: 1.5em;
}
#sitemap table tr td{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.new {
	color: #FAA632;
}

#banner  {
	text-align: left;
} 
.Order-Access-Pass {
	width: 400px;
	margin-bottom: 12px;
}
.video-bottom {
	padding: 10px;
	width: 650px;
}
.video-TOC {
	padding: 10px;
	width: 700px;
}
.fltlft-25 {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
.featured-head {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 110%;
	color: #41513C;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
blockquote {
	margin-top: -4px;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #E7EBE9;
	font-size: 90%;
	line-height: 130%;
}
#sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #E7EBE9;
	font-size: 90%;
	line-height: 130%;
}
#mobileContent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 330px;
	margin-right: 20px;
}



#video-box {
	padding: 5px;
	width: 425px;
	margin-top: 10px;
}
#free-photos {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#video-left {
	float: left;
	width: 330px;
	margin-right: 5px;
	margin-left: 5px;
}
#video-right {
	float: left;
	width: 330px;
	margin-right: 10px;
	margin-left: 55px;
}
#right-web-images {
	float: right;
	width: 320px;
	margin-left: 7px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}





#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #E7EBE9;
	font-size: 90%;
	line-height: 130%;
}
#sidebar1 ul li {
	list-style-type: none;
}
#sidebar1 ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
#password-box {
	float: right;
	width: 250px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid #9AB098;
}
#story2 {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 245px;
	margin-right: 200px;
}


#story  {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 220px;
	margin-right: 200px;
} 
#webContent {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 220px;
	margin-right: 25px;
}

#sidebar1 li {
	list-style-type: disc;
	list-style-image: none;

}

#mainContentAbout {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 230px;
	margin-right: 20px;
}



#photo-right {
	float: right;
	width: 311px;
	margin-right: 8px;
	margin-left: 8px;
	text-align: center;
}
.left-box-250 {
	border: 1px solid #333333;
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.right-box-250 {
	border: 1px solid #333333;
	float: right;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 10px;
}

.right-box-200 {
	border: 1px solid #333333;
	float: right;
	width: 200px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.right-box-300-noborder {
	border: 1px none #333333;
	float: right;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.right-box-450 {
	float: right;
	width: 450px;
	margin-bottom: 8px;
	margin-left: 8px;
	text-align: center;
}




#photo-right-200 {
	float: right;
	width: 200px;
	margin-right: 8px;
	margin-left: 8px;
	text-align: center;
}

#photo2-right {
	width: 500px;
	margin-right: 5px;
	margin-left: 150px;
	text-align: center;
	background-color: #000;
	color: #FFFBF3;
}
#photo2-right h2 {
	color: #335B65;
}
.ads2 {
}
.headings-tight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 10px;
	font-weight: bold;
	color: #41513C;
	margin-bottom: -10px;
}



.bookTitle {
	font-style: italic;
}
.table-ads {
	margin-right: auto;
	margin-left: auto;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

.photocredit {
	font-size: small;
}

.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-left: 30px;
	padding-right: 18px;
}
.ads-centered {
	text-align: center;
	width: 520px;
}
.ads-bottom {
	text-align: center;
	width: 533px;
	padding-right: 10px;
	padding-left: 5px;
	clear: both;
}

.sponsors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #000033;
}
.small {
	font-size: small;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

}
.red a {
	color: #F12807;
}
.gold {
	color: #FFD783;
}
.left5 {
	margin-left: 5px;
}


.left15 {
	margin-left: 15px;
}
.left-35 {
	margin-left: 35px;
}
.left-25 {
	margin-left: 25px;
}
.left-30 {
	margin-left: 30px;
}
.img-right-b30 {
	float: right;
	margin-bottom: 30px;
	margin-left: 10px;
}




.bottom-margin-10 {
	margin-bottom: 10px;
}
.top-margin-15 {
	margin-top: 15px;
}
#container #dreamweaver ul li a {
	color: #036;
}


.bottom-margin-5 {
	margin-bottom: 5px;
}
.version-style {
	font-size: 90%;
	color: #006;
}
.video-frame-300 {
	border: thin solid #9AB098;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 8px;
	width: 360px;
	margin-top: 8px;
	float: left;
	padding-right: 15px;
}
.video-frame-320 {
	border: thick solid #9AB098;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 15px;
	width: 320px;
	margin-left: 80px;
	margin-top: 15px;
	float: right;
	padding-right: 10px;
	margin-right: 25px;
}
.video-frame-300-left {
	border: thick solid #9AB098;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	width: 320px;
	margin-top: 15px;
	float: left;
	margin-right: 35px;
}
.video-top {
}
.video-toc-orderbox-wider {
	text-align: left;
	float: right;
	width: 320px;
	margin-left: 7px;
	border: 1px solid #000;
	padding-left: 5px;
	padding-right: 10px;
}

.photo-box-rt-300 {
	float: right;
	width: 304px;
	margin-left: 8px;
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid #999;
	padding-top: 10px;
}

.front-box-rt-300 {
	float: right;
	width: 304px;
	margin-left: 12px;
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid #454841;
	margin-bottom: 6px;
	padding-top: 10px;
}
.front-box-rt-300-styled {
	float: right;
	width: 304px;
	margin-left: 12px;
	padding-right: 10px;
	padding-left: 10px;
	border: 10px double #999;
	margin-bottom: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
}



.photo-box-rt-250 {
	float: right;
	width: 260px;
	margin-left: 8px;
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid #454841;
}
.product-listing-ew {
	border: thin solid #000;
	padding-bottom: 12px;
	padding-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	width: 400px;
}

.product-photos {
	border: 1px solid #000;
	padding-bottom: 12px;
	padding-left: 8px;
	margin-top: 18px;
	margin-bottom: 12px;
	padding-top: 5px;
}
.product-box-right {
	border: 1px solid #000;
	padding-bottom: 12px;
	padding-left: 8px;
	margin-top: 18px;
	margin-bottom: 12px;
	padding-top: 5px;
	float: right;
	width: 320px;
	padding-right: 8px;
}

.order-books {
	text-align: left;
	float: right;
	width: 200px;
	margin-left: 7px;
	border: 1px solid #000;
	padding-left: 5px;
}
.order-books-250 {
	text-align: left;
	float: right;
	width: 250px;
	margin-left: 7px;
	border: 1px solid #000;
}
.order-books-300 {
	text-align: left;
	float: right;
	width: 290px;
	margin-left: 7px;
	border: 1px solid #000;
	padding-left: 5px;
}
.sponsorsBox {
	text-align: center;
}
.clear {
	clear: both;
}
.product-listing-dw {
	border: thin solid #000;
	padding-bottom: 12px;
	padding-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	width: 400px;
}
.center {
	text-align: center;
}

.center-txt {
	margin-right: auto;
	margin-left: auto;
}
.center-line {
	text-align: center;
}
.lead {
	font-weight: bold;
}

.img-right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 5px;
}
.img-right-b15 {
	float: right;
	margin-left: 8px;
	margin-bottom: 15px;
	margin-right: 5px;
}
.front-photo-right {
	float: right;
	margin-left: 8px;
	margin-bottom: 20px;
	margin-right: 45px;
}


.img-left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.img-left-b15 {
	float: left;
	margin-bottom: 15px;
	margin-right: 8px;
}
/* CSS Document */


#adkinstwins {
	margin: 8px;
	float: right;
	width: 280px;
}




#sidebarRight  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FBE099;
	text-align: center;
}

#sidebarRight  img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#games {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 200px;
}
#sidebarGames {
	float: left; /* since this element is floated, a width must be given */
	width: 750px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #E7EBE9;
}
#video-wrap {
	float: right;
	width: 310px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border: thin solid #41513C;
}
#container #webContent a img{
	color: #000;
}
.tutorial-photos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin-top: 8px;
	margin-left: 8px;
	line-height: 1.3em;
}
#container #dreamweaver h2 {
	margin-bottom: 10px;
	margin-top: 10px;
}

#story-new {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 300px;
	margin-right: 160px;
}
#story-bonus {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 300px;
	margin-right: 15px;
}


.right-sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* padding keeps the content of the div away from the edges */
	background-color: #FBE099;
	text-align: center;
	margin-top: 0px;
}



.video-box-1 {
	float: left;
	width: 250px;
	margin-left: 12px;
	border: 1px solid #747B73;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 6px;
	padding-right: 5px;
	padding-left: 5px;
}
.video-box-2 {
	float: left;
	width: 480px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 6px;
	padding-left: 10px;
}
.video-box-3 {
	float: left;
	width: 160px;
	margin-left: 12px;
	border: 1px solid #076CA2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 6px;
	padding-top: 10px;
	margin-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
}
.product-listing {
	border: 1px solid #747B73;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom: 12px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	float: none;
	width: 420px;
}
.video-listing {
	border: 1px solid #747B73;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-bottom: 12px;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-right: 10px;
	width: 450px;
}
#videoSales .product p {
	margin-top: 12px;
}
#sidebarVideoRight {
	float: right; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #E7EBE9;
	font-size: 90%;
	line-height: 130%;
}
#videoSales {
	margin-right: 8px;
	margin-left: 10px;
}
#mainVideo {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 290px;
	padding-bottom: 0px;
	width: 500px;
	background-color: #FFF;
}
.video-frame {
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-bottom: 10px;
	width: 500 px;
	margin-top: 10px;
}
.video-library-subscription {
	width: 475px;
	margin-left: 205px;
}
.left-10 {
	margin-left: 10px;
}
.front-boxes {
	padding: 10px;
	float: left;
	width: 600px;
}
#password-box blockquote {
	margin-left: 12px;
}
.product-listing-narrowed {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #CCC;
	padding: 5px;
	margin-bottom: 12px;
}
#container #mainContent .chart-900px {
	width: 900px;
	margin-right: auto;
	margin-left: 50px;
}
.sm-text-80 {
	font-size: 80%;
	color: #333;
}
#container #mainContent .chart-900px table tr td {
	font-size: 95%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#container #mainContent .chart-900px table tr th {
	padding: 10px;
}
.txt-alignlft {
	text-align: left;
}
#container #mainContent .chart-900px table tr td ul li{
	margin-bottom: 0px;
	margin-top: 0px;
}
.video-box-1 .product-right {
	margin-bottom: 25px;
	width: 225px;
	margin-left: 5px;
	}
.enlarge150 {
	font-size: 150%;
}
.lt-green {
	color: #9FC3A7;
}
.blue {
	color: #0B3476;
}
.gray {
	color: #5A6A81;
}
.video-180-box {
	width: 180px;
	margin-bottom: 8px;
	padding-right: 7px;
	padding-left: 7px;
	float: right;
	text-align: center;
	margin-top: 20px;
}
.googlecart-add-button2 {
	background-image: url(../videos/images/PayPal-3.gif);
	height: 25px;
	width: 250px;
}

.Price {
	font-size: x-large;
	color: #036;
}
.Price-small {
	font-size: medium;
	color: #036;
}
.video-listing h2 {
	font-size: 120%;
}
.Payment-Box {
	text-align: center;
}

.video-toc-orderbox {
	text-align: center;
	float: right;
	width: 320px;
	margin-left: 7px;
	border: 1px solid #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
}
.product {
	float: left;
}
.video-toc-orderbox table img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.video-toc-orderbox  img {
	border: thin solid #35383D;
}
.caption-ch {
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
}
#mainContent {
	padding-left: 10px;
}

