html { min-width: 980px; }
body {
	margin: 0;
	color: #333;
	font: 12px/17px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../images/bg-body.jpg) 50% 0;
	background-attachment: fixed;
	
}
img { border-style: none; }
a {
	text-decoration: none;
	color: #2d88bc;
}
a:hover { text-decoration: underline; }
input, textarea, select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
	color: #000;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
#wrapper {
	margin: 0 auto;
	padding: 153px 0 0;
	width: 980px;
	background: #000000;
	position: relative;
}
.accessibility {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: url(../images/bg-main-sprite.gif) no-repeat;
	z-index: 5;
}
#header .hold { height: 100px; }
.logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../images/logo.jpg) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width: 643px;
	height: 100px;
	margin: 0 0 0 21px;
}
.logo a {
	display: block;
	height: 100%;
}
.slogan {
	position: absolute;
	top: 73px;
	left: 118px;
	color: #ffac27;
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 300px;
	z-index: 11;
}
.account-nav {
	float: right;
	background: url(../images/bg-main-sprite.gif) no-repeat 0 -166px;
	display: inline;
	margin-right: 1px;
}
.account-nav .holder {
	float: left;
	height: 32px;
	width: 299px;
	background: url(../images/bg-main-sprite.gif) no-repeat 100% -198px;
	padding: 0 0 0 2px;
}
.account-nav ul {
	margin: 0;
	padding: 3px 0 0;
	float: left;
	list-style: none;
}
.account-nav ul li {
	float: left;
	font-size: 12px;
	line-height: 15px;
	padding: 6px 0 3px 17px;
	display: inline;
}
.account-nav ul li .login {
	background: url(../images/bg-main-sprite.gif) no-repeat 0 -262px;
	padding-left: 24px;
}
.account-nav ul li .my-account {
	background: url(../images/bg-main-sprite.gif) no-repeat 0 -305px;
	padding-left: 33px;
}
.account-nav ul li .my-cart {
	background: url(../images/bg-main-sprite.gif) no-repeat 0 -353px;
	padding-left: 35px;
}
.account-nav ul li a {
	color: #fff;
	padding: 6px 0 3px;
	white-space: nowrap;
}
.login-nav {
	float: right;
	margin: 8px 7px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: inline;
}
.login-nav li {
	float: left;
	color: #fff;
	background: url(../images/separator.gif) no-repeat 0 4px;
	padding: 0 7px 0 8px;
	margin-left: -2px;
	display: inline;
}
.login-nav li a { color: #ccc; }
.login-nav span { white-space: nowrap; }
.search {
	float: right;
	clear: right;
	margin: 5px 5px 0 0;
	display: inline;
}
.phone {
	float: right;
	clear: right;
	margin: 5px 0px 0 0;
	display: inline;
	background-image: url (../images/questions.png) no-repeat;
}
.search fieldset { float: left; }
.search label {
	float: left;
	color: #ccc;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin: 6px 8px 0 0;
}
.search .holder {
	background: url(../images/bg-main-sprite.gif) no-repeat 0 -390px;
	width: 200px;
	height: 25px;
	float: left;
	padding: 4px 5px 0 0;
}
.search .text {
	background: none;
	border: 0;
	float: left;
	margin: 3px 0 0 8px;
	padding: 0;
	width: 146px;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #fff;
}
.search .submit {
	float: right;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url(../images/bg-main-sprite.gif) no-repeat 0 -232px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	border: 0;
}
.search .submit:hover,
.search .hover { background: url(../images/bg-main-sprite.gif) no-repeat -27px -232px; }
#nav {
	margin: 12px 0 0 2px;
	padding: 0;
	list-style: none;
    z-index:500;
}

#nav li {
	float: left;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	display: inline;
	margin-left: -2px;
}
#nav li a {
	color: #ccc;
	display: block;
	text-align: center;
	width: 133px;
	height: 25px;
	padding: 7px 0 0;
	background: url(../images/bg-main-sprite.gif) no-repeat 100% -455px;
}
#nav li.active a,
#nav li a:hover,
#nav li:hover a,
#nav li.hover a {
	background-position: 100% -422px;
	text-decoration: none;
	color: #fff;
}
#nav li:hover li a,
#nav li.hover li a { color: #ccc; }
#nav li .has-drop-link { background-position: 100% -489px; }
#nav li.active .has-drop-link,
#nav li a.has-drop-link:hover,
#nav li:hover a.has-drop-link,
#nav li.hover a.has-drop-link { background-position: 100% -522px; }
#nav li:hover,
#nav li.hover { position: relative; }
#nav li:hover .drop,
#nav li.hover .drop { display: block; }
#nav li .drop {
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 10;
	width: 999px;
	display: none;
}
#nav li .drop-inner {
	float: left;
	background: #000;
	border: solid #525355;
	border-width: 1px 1px 0;
}
#nav li .col {
	float: left;
	margin: 8px 10px 0 0;
	display: inline;
	min-height: 216px;
}
#nav li .col:first-child,
#nav li .first-child { margin-left: 10px; }
#nav li .col .col {
	min-height: 0;
	margin-top: 0;
}
* html #nav li .col { height: 216px; }
* html #nav li .col .col { height: auto; }
#nav li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li ul li {
	float: none;
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 9px;
	margin: 0;
	display: block;
}
#nav li ul li a {
	background: none;
	display: block;
	text-align: left;
	padding: 0;
	width: auto;
	height: auto;
}
#nav li ul li a:hover {
	text-decoration: underline;
	color: #ffac27;
}
#nav .b {
	clear: both;
	margin: 0 6px;
	background: url(../images/bg-corners.gif) repeat-x 0 -6px;
}
#nav.menu-active .b { height: 6px; }
#nav .l,
#nav .r {
	float: left;
	background: url(../images/bg-corners.gif) no-repeat;
	width: 6px;
	height: 6px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	margin-left: -6px;
	display: inline;
	position: relative;
}
#nav.menu-active .r {
	background-position: -6px 0;
	float: right;
	margin: 0 -6px 0 0;
}
#nav li .col .sub-heading {
	display: block;
	color: #ffaa22;
	font-size: 14px;
	line-height: 17px;
	border-bottom: 1px solid #808080;
	padding: 0 0 4px;
	margin: 0 0 3px;
}
#main {
	width: 100%;
	background: url(../images/bg-content.gif) repeat-y;
}
#twocolumns {
	background: url(../images/bg-grad.jpg) no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
}
#content {
	float: left;
	width: 720px;
	margin: 12px 0 0;
}
.product-box {
	overflow: hidden;
	height: 1%;
	padding: 0 0 28px 0px;
	margin: 0 0 21px;
	position: relative;
}
.product-box .hold {
	overflow: hidden;
	width: 707px;
	position: relative;
}
.product-box .hold ul {
	margin: 0;
	padding: 0;
	width:100%;
	height:346px;
	position:relative;
	list-style: none;
}
.product-box .hold ul li {
	position:absolute;
	top:0;
	left:0;
	width: 707px;
	display:none;
	background:#fff;
}
.product-box .hold ul li.active {
	display:block;
}
.product-box img {
	float: left;
	margin-right: 16px;
}
.product-box .txt {
	overflow: hidden;
	height: 1%;
	padding: 17px 0 0 4px;
	color: #555;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
}
* html .product-box .txt { overflow: visible; }
.product-box h2 {
	margin: 0 0 18px;
	color: #82006f;
	font: bold 18px/21px Arial, Helvetica, sans-serif;
}
.product-box p {
	margin: 0 0 18px;
	font-style: italic;
}
.product-box dl {
	margin: 0;
	overflow: hidden;
	height: 1%;
}
.product-box dl.on-sale {
	color: #f00;
	margin: 0 0 18px;
}
.product-box dl dt { display: inline; }
.product-box dl dd {
	margin: 0;
	display: inline;
}
.more {
	display: block;
	margin: 0 0 37px;
}
.more a {
	color: #fb2b9d;
	background: url(../images/arrows-sprite.gif) no-repeat 100% 5px;
	padding: 0 14px 0 0;
}
.btn-add-to-cart {
	background: url(../images/bg-main-sprite.gif) no-repeat -189px -384px;
	font: bold 16px/19px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	padding: 7px 13px 0 0;
	display: block;
	margin: 0 0 0 -4px;
	position: relative;
	width: 171px;
	height: 30px;
}
.btn-add-to-cart:hover {
	text-decoration: none;
	background-position: -528px -384px;
}
.control {
	position: absolute;
	top: 343px;
	right: 0;
	z-index:10;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
}
.control .wrap {
	float: left;
	background: #e5e5e5;
	padding: 0 0 2px 38px;
}
.control .link-prev,
.control .link-next {
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	background: url(../images/arrows-sprite.gif) no-repeat 2px -212px;
	height: 9px;
	width: 10px;
	margin: 5px 0 0;
}
.control .link-next {
	background: url(../images/arrows-sprite.gif) no-repeat 2px -454px;
	margin-right: 33px;
}
.control .switcher {
	float: left;
	margin: 2px 0 0;
}
.control ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.control ul li {
	float: left;
	padding: 0 4px;
}
.control ul li a { color: #666; }
.control ul li a.active,
.control ul li a:hover {
	color: #fd52b0;
	text-decoration: none;
}
.stars {
	width: 720px;
	overflow: hidden;
}
.stars .title {
	border-bottom: 1px solid #bababa;
	width: 367px;
	margin: 0 auto 16px;
	padding: 0 0 25px;
	text-transform: lowercase;
}
.stars .title strong {
	display: block;
	background: url(../images/text-5-out-of-5-stars.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width: 333px;
	height: 37px;
	margin: 0 auto;
}
.boxes {
	margin: 0 0 31px -2px;
	overflow: hidden;
	height: 1%;
}
.boxes .box {
	float: left;
	margin: 0 0 0 22px;
	width: 220px;
	display: inline;
	color: #333;
	line-height: 14px;
}
.boxes .box img {
	vertical-align: top;
	margin: 0 0 8px;
}
.boxes .box h2 {
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 21px;
	color: #2d88bc;
}
.boxes .box h2 a { color: #2d88bc; }
.boxes .box p { margin: 0 0 10px; }
.boxes .box .learn-more {
	background: url(../images/arrows-sprite.gif) no-repeat 100% -663px;
	padding: 0 11px 0 0;
}
#sidebar {
	float: right;
	width: 220px;
	background: url(../images/bg-sidebar.gif) no-repeat;
	padding: 1px 0 0;
}
.sub-nav {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}
.sub-nav li {
	width: 100%;
	vertical-align: top;
}
.sub-nav li a {
	display: block;
	background: url(../images/bg-sub-nav.gif) no-repeat;
	width: 151px;
	height: 33px;
	padding: 16px 10px 0 59px;
	color: #ccc;
}
.sub-nav li .wish-list { background-position: 0 0; }
.sub-nav li .questions { background-position: 0 -49px; }
.sub-nav li .shippings { background-position: 0 -98px; }
.sub-nav li .specials { background-position: 0 -147px; }
.sub-nav li .wish-list:hover { background-position: -240px 0; }
.sub-nav li .questions:hover { background-position: -240px -49px; }
.sub-nav li .shippings:hover { background-position: -240px -98px; }
.sub-nav li .specials:hover { background-position: -240px -147px; }
.sub-nav li a:hover { text-decoration: none; }
.modul-box h3 {
	margin: 0;
	padding: 9px 5px 8px 15px;
	background: url(../images/bg-heading.gif) repeat-x;
	color: #ccc;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
}
.modul-box ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
.modul-box ul li {
	width: 100%;
	vertical-align: top;
	line-height: 18px;
}
.modul-box ul li a {
	display: block;
	background: url(../images/bg-sub-nav.gif) no-repeat -480px 2px;
	padding: 6px 10px 5px 26px;
	height: 1%;
	color: #ccc;
	border-bottom: 1px solid #0b0b0b;
}
.modul-box ul li a:hover {
	background-color: #503b92;
	background-position: -480px -73px;
	text-decoration: none;
	border-bottom-color: #3d2c81;
}
.modul-box ul.mark li a:hover {
	background-color: #026885;
	background-position: -480px -168px;
	border-bottom-color: #014d6f;
}


#footer {
	background: url(../images/bg-footer.gif) no-repeat;
	width: 100%;
	padding: 24px 0 20px;
	color: #ccc;
	line-height: 14px;
	overflow: hidden;
}
.footer-nav {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.footer-nav li {
	float: left;
	width: 150px;
	margin-left: 21px;
	display: inline;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}
.footer-nav li ul {
	margin: 0;
	padding: 6px 0 0;
	list-style: none;
}
.footer-nav li ul li {
	padding: 0 0 5px;
	margin: 0;
	float: none;
	width: auto;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	display: block;
}
.footer-nav li a { color: #ccc; }
.footer-nav li li a { color: #999; }
#footer .col {
	float: left;
	width: 235px;
	display: inline;
	margin-left: 20px;
}
#footer h4 {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #ccc;
}
#footer dl {
	margin: 0 0 14px;
	overflow: hidden;
	height: 1%;
}
#footer dl dt {
	float: left;
	clear: both;
}
#footer dl a { color: #ccc; }
#footer p { margin: 0 0 13px; }
.social{
	padding:0px;
	list-style:none;
	
}
.social li {
	
	padding: 0 7px 0 2px;
	margin-bottom:4px;
}
.social li a {
	display: block;
	width: 225px;
	height: 18px;
	color:#CCC;
	padding:6px 0 0 32px;
	
}
.social li a.facebook { background: url(../images/icons/facebook.png) no-repeat 0 0; }
.social li a.twitter { background: url(../images/icons/twitter.png) no-repeat 0 0; }
.social li a.feed { background: url(../images/icons/rss.png) no-repeat 0 0; }


h1 {
	font-family: "calibri", sans-serif!important;
	 !important;
	font-size:15pt !important;
	color:#504f4f !important;
	line-height: 22px;
	background: url(../images/bg-sti-notes.jpg) no-repeat top left;
	height: 43px;
	padding-left:62px;
	padding-top:8px;
	/*text-transform:lowercase;*/
	/*text-align: center;*/
	margin-top:10px;
	text-align: left;

}
.sub {
	 background: url(../images/bg-sub-h1.jpg) no-repeat top left !important;
	height: 86px !important;
	padding-left:12px !important;
	padding-top:4px  !important;
	margin-top:3px !important;
	padding-right:12px!important;
}
.subbeg {
	 background: url(../images/bg-beg.jpg) no-repeat top left !important;
	height: 68px !important;
	padding-left:20px !important;
	padding-right:12px !important;
	padding-top:4px  !important;
	margin-top:3px !important;
}
.sub2step {
	 background: url(../images/bg-2step.jpg) no-repeat top left !important;
	height: 68px !important;
	padding-left:20px !important;
	padding-right:12px !important;
	padding-top:4px  !important;
	margin-top:3px !important;
}
	
#ctl00_centerColumn  {
	background-color: #FFF;
}
.page-column-center {
width: 720px;
padding: 0px 18px 40px 18px;
}
#ctl00_rightColumn {
	padding-left:0px;
	padding-right:0px;
	vertical-align: top;
	width: 220px;
	background-color:#000000;
	border: 0px solid #000;

}
#page-right-column {
}
#ctl00_leftColumn {
	background-color:#FFF;
	border-top:0px;
	border-right:0px;
	border-bottom:0px; 
	border-left:0px solid #000 !important;
}
#page-left-column {
}
#right-col-setwidth {
	width: 220px;
	height: auto;
	position: relative;
}


.register-container {
padding-left: 30px;
}
.mod-body-body {
	color: #FFF!important;
}
.prod-detail-msrp-value {
	text-decoration: line-through;
	color:#906;
	font-size:12pt !important;
}
.BIGPRICE {
	font-weight: bold;
	font-size: 12px;
}
.MSRP {
	text-decoration: line-through;
}
.prod-detail-msrp-label{
	font-style: none !important;
	color:#666 !important;
	font-size:12pt !important;
	font-weight:normal;
}
.prod-detail-sale-label{
	font-style: none !important;
	color:#666 !important;
	font-size:12pt !important;
	font-weight:bold;
}
 .prod-detail-sale-value{
	font-style:none!important;
	color:#906 !important;
	font-size:12pt !important;
	font-weight:bold;
}
.prod-detail-purchase {
	padding-top: 10px;
	padding-bottom: 10px;
}
.prod-detail-sale {
	padding-top: 5px;
}	
.prod-detail-rt {
	padding-top: 12px !important;
	margin-top: 0px !important;
}
.prod-detail-preview {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
.prod-detail-desc{
	background: url(../images/salebanner3.jpg) no-repeat top;
	padding-top: 40px !important;
}
.prod-detail-stock {
	padding-top: 6px !important;
	font-weight: bold!important;
		color:#666 !important;
		font-size: 14px; !important
}
.prod-detail-preview {
	/*text-align: center;*/
}
.product-title {
	font-style:normal!important;
	font-family: "calibri", sans-serif!important;
	color:#504f4f !important;
	font-size:18pt !important;
	font-weight:bold;
	border-top:0px;
	border-right:0px;
/*	border-bottom:2px solid #FC0 !important; */
	border-left:0px;
	background:url(../images/bg-sti-notes.jpg) no-repeat top left;
	height: 50px;
}


	
#product-detail-div {
	width: 100% !important;
}

	
.phone {
	float: right;
	clear: right;
	margin: 0px 0px 0 0;
	display: inline;
	background-image: url (../images/questions.png) no-repeat;
}

.phone .holder {
	width: 280px;
	height: 15px;
	float: right;
	
}
#ctl00_ctl03_pnlSearch table tr td {
	padding:0px;
}

.mini-cart-subtotal{
	background-color:#212120;
	/*background:url(../images/bg-minisub.gif) repeat-x;*/
	height:18px;
	line-height:18px;
	
}
.mini left table tr td {
	padding:5px;
}
.borderbox-full {
	background-image:url(../images/dancebglearnto.jpg);
	color:#fff;
	border: 2px;
	border:outset;
	border-color:#333;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: normal!important;
	font-size:12px!important;
	text-align:left;
}
.subtitle {
	font-size:16px !important;
	color:#906;
	line-height: 22px;
	font-weight:normal !important;
}
.Subtitle3 {
	font-size:18px;
}
.topbox {
	background-color:#939!important;
	border-color:#FF972F !important;
	color:#FFF;
	padding: 5px;

}


.title {
	font-size:18px;
	color:#333 !important;
	font-weight:bold !important;
	/*text-transform:lowercase;*/
}

div.checkout-options {
	padding-left:9px;
}
.edit-cart{
	color:#ffaa22;
	padding-left:128px;
}
#ctl00_ctl08_mailingList_imbSubmit {
	margin-top: 6px !important;
	margin-left: 143px !important;
}
#ctl00_ctl08_mailingList_emailSignup {
	padding-left: 5px !important;
}
.SO-Banner {
	text-align:center;
}
.box_heading { 
	font-weight: bold !important;
}
#ctl00_ctl05_alternateMethods {
	color: FFF# !important;
}

.salepic {
	text-align: center !important;
}
.module-body {
	padding-left: 5px;
	padding-right: 5px;
}
#ctl00_ctl07_pnlSearch {
	padding-top: 6px;
}
.module-body {
	padding-bottom: 10px;
}
#ctl00_pageContent_txtQuantity {
	margin-right: 10px;
}
.checkout-step-number {
	color: #ffffff !important;
}
.checkout-step-text {
	color: #ffffff !important;
}
.checkout-step-inactive {
	color: #ffffff !important;
}

#reviews {
	background: url(../images/reviews_stars.gif) no-repeat;
	vertical-align: middle;
	width: 98%;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	color: #333;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	
	
}
.reviews-title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color:#F90;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	/*text-transform:uppercase;*/
	font-weight: bold;
}
.reviews-dvd-title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #000;
}
.this-review {
	color:#F90;
	font-size:12px;
	font-weight: bold;
}
.reviews-scroll {
	font-family: calibri;
	font-size: 15px;
	color: #906;
	text-align: center;
	font-style:italic;
}

.product-list h5 a{
	font-size:12px;
font-weight:bold;
line-height:18px;
color:#c74aa4;
	
}
.product-list-item {
	padding:5px;
	
}
.prod-detail-lt a {
	color:#999;
}
.music-container {
	background-color:#FFF;
	width: 90%;
	padding-left: 10px;
	padding-top:6px;
	border: solid 2px #906; 
 
}
.music-titles {
	background-color:#FFF; 
	color:#906; 
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.music-speeds {
	background-color:#906; 
	color:#FF0; 
	text-align: center;
}
#cat-border {
	
	padding-left:10px;
	vertical-align: top;
	height: 380px;
}
.product-list-item { 
padding: 0px !important;
padding-bottom:0px !important;
padding-left:0px !important;
padding-right:0px !important;
padding-top:2px !important;
height: 380px!important;


}
.product-list-item-container { 
padding: 0px !important;
padding-bottom:0px !important;
padding-left:0px !important;
padding-right:0px !important;
}
 .secures {
	 font-size:10px;
	 line-height:10px;
 }
 .secures-bg {
	 background-color:#ebeaea;
 }
 #ctl00_ctl05_paypalCheckout {
	 height: 0px !important;
	 width: 0px !important;
	 z-index: 0 !important;
 
 }
 #ctl00_ctl05_alternateMethods {
	  height: 0px !important;
	  width: 0px !important;
	  z-index: 0 !important;
	  color: #000 !important;
 
 }
 #ctl00_ctl05_imbPayPalCheckout {
	 height: 0px !important;
	 width: 0px !important;
	 z-index: 0 !important;
 }
	 .new-products {
		 color:#FFF;
		 font-weight:bold;
	 }
	 .red_heading {
		 padding-left: 0px !important;
		 padding-right: 0px !important;
		 padding-top: 0px !important;
		 padding-bottom: 0px !important;
		 margin-top: 0px !important;
		 margin-bottom: 0px !important;
		  margin-left: 0px !important;
	 	 margin-right: 0px !important;
	 }
.mag7up {
	font-size:14px;
	color: #333; 
	font-weight:bold;
}
.mag72 {
	font-size:14px;
	color: #333;
	font-weight:bold;
}
.h2bg { 
background-image: url(../images/h2bg920.jpg);
background-repeat: no-repeat;
height: 45px;
padding-top:8px;
padding-left:10px;
margin: 0px !important;
font-size: 16px!important;

}


.saledancevideostext {
	font-size: 14px;
	font-family:Lucida Sans Unicode;
}
.hidden { display: none; }
 .unhidden { display: block; }
 .dancetext1 {
	 padding:0;
	 width:	auto;
 }
  .dancetext2 {
	 padding:0;
	 width:	auto;
 }
  .dancetext3 {
	 padding:0;
	 width:	auto;
 }
  .dancetext4 {
	 padding:0;
	 width:	auto;
 }
  .dancetext5 {
	 padding:0;
	 width:	auto;
 }
  .dancetext6 {
	 padding:0;
	 width:	auto;
 }
  .dancetext7 {
	 padding:0;
	 width:	auto;
 }
 
 #hiddendancetext {
	
	 width: 300px;
	 height: auto;
	 padding-left: 125px;
	 padding-right: 15px;
 }
  #dancetopbg {
	  
	 width: 709px;
	 height: 24px;
	 background:url(../images/dancepbg.jpg) no-repeat top;
	 padding-top:10px;
 }
 #dancedivlessons {
	width: 706;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
}
#dancedivlessonsinside {
	width: 707px;
	height: auto;
	border: solid 1px #30b2fd;
}
#25dvds {
	margin-top:10px;
	width:700px;
	height:258px;
	background:url(../images/25dancelessondvds.jpg) no-repeat ;
}
.stylindancetext {
	font-family:Lucida Sans Unicode;
	font-weight:lighter !important;
	font-size: 20px !important;
	text-align: left !important;
	padding-left: 20px !important;
	color:#fff;
}
.stylindancetext2 {
	font-family:Lucida Sans Unicode;
	font-weight:lighter !important;
	font-size: 19px !important;
	text-align: left !important;
	padding-left: 20x !important;
	color:#666;
}
.stylindancetextbig {
	font-family:Lucida Sans Unicode;
	font-weight:lighter !important;
	font-size: 24px !important;
	text-align: left !important;
	padding-left: 20px !important;
	color:#666;
	line-height: normal;
}
 .hideorshow {
	 background-image:url(../images/hideorshowthedancingtext.jpg);
	 background-position: right;
	 background-repeat: no-repeat;
	 padding-right: 40px;
	 padding-top: 3px;
	 padding-bottom:3px;
	 line-height: 22px;
	 

 }
 .smldanceh2 {
	 font-size: 13px !important;
	 color:#666 !important;
	 font-weight:200 !important;
 }
.linedancesmusiclist {
	font-size:14px;
	color:#333;
 }
