body {
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: rgb(30,30,30);
	background-color: rgb(200,200,200);
}

a {
	color: rgb(14,118,188);
}



body-wrap {
}


/* ==== HEADER ==== */
#header {
	background-color: rgb(246, 145, 30);
	background: url('/img/template/musiqhub/header_bg.jpg') no-repeat top left;
}

#logo-and-text {
	height: 58px;
	top: 10px;
}



/* ==== TOP / ACCOUNT NAVIGATION ==== */
.navigation-top-account li.SignInButton a {
	background: rgb(14,118,188);
}
.navigation-top-account li a.checkout-link {
	background: rgb(14,118,188);
}



/* ==== MAIN NAV TABS ==== */
.navigation-main {
 	width: 510px;
	height: 36px;
	float: left;
	clear: both;
}
.navigation li {
	float: left;
	margin-right: 5px;
}
.navigation li a {
	border: 1px solid rgb(243, 112, 34);
	border-bottom: none;
	font-weight: bold;
	background: url('/img/template/musiqhub/fades/navtab_red.jpg') repeat-x top left;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.navigation li a span {
 	display: block;
	clear: both;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	padding-top: 4px;
}
.navigation li a.special-tab {
 	background: url('/img/template/musiqhub/fades/navtab_blue.jpg') repeat-x top left;
}
.navigation li a.active-tab {
	background: url('/img/template/musiqhub/fades/navtab_white.jpg') repeat-x top left;
	color: rgb(30,30,30);
	border-color: white;
}


#partner-logos {
	background: rgb(230, 231, 232);
	text-align: right;
}


/* ==== FOOTER ==== */
.footer {
	background-color: rgb(246, 145, 30);
	background: url('/img/template/musiqhub/fades/footer-fade.jpg') repeat-x top left rgb(247, 148, 29);
	color: white;
	height: auto;
	position: relative;
	min-height: 100px;
}
.footer ul li {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
}
.footer .footer-dps {
	position: absolute;
	display: block;
	float: right;
	padding: 5px;
	background: white;
	right: 20px;
}
.footer .footer-27s {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 12px;
	line-height: 13px;
}


#PhotoFrame,
#photo-frame {
	top: -95px;
	position: absolute;
}
#photo-frame img {
	position: absolute;
}

#Loader {
	 position: relative; 
	 top: 2px;
}


#registration-login {
	border-bottom: none; 
	padding-bottom: 0px; 
	margin-bottom: 10px;
}
#registration-login #authMessage {
	color: rgb(180,0,0);
	margin-bottom: 15px;
	width: auto;
	padding: 0;
	font-size: 14px;
}


.login-box p.login-title {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	color: rgb(120,120,120);
}
.login-box .login-form-username {
	width: 180px;
}
.login-box .login-form-password {
	width: 130px;
}







h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}

h2 {
 	font-weight: bold;
 	font-size: 24px;
 	line-height: 28px;
 	margin-bottom: 0px;
	color: rgb(80,80,80);
}
.contained h2,
h2.withMargin {margin-bottom: 20px;}
h2 a {
	color: rgb(80,80,80);
}

h3 {
	font-size: 24px;
	background: rgb(14,118,188);
	color: white;
	display: inline-block;
	clear: both;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
	color: rgb(64,174,73);
}

h5 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 15px;
	color: rgb(120,120,120);
}

h6 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: rgb(120,120,120);
}

h6.hilite {
	background: rgb(64,174,73);
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}

td {
	height: 25px;
}

input[disabled="disabled"] {
    color: rgb(120,120,120);
}

.xsml		{font-size: 11px; line-height: 13px;}
.sml		{font-size: 13px; line-height: 15px;}
.med		{font-size: 14px; line-height: 16px;}
.lge		{font-size: 16px !important; line-height: 18px !important;}

.orange 	{color: rgb(246, 145, 30);}
.red 		{color: rgb(241, 89, 33) !important;}
.blue 		{color: rgb(14,118,188);}
.green 		{color: rgb(64,174,73);}
.grey 		{color: rgb(231, 231, 232);}
.medgreen 	{color: rgb(0,96,49);}
.drkgreen 	{color: rgb(0,62,23);}
.ltgrey		{color: rgb(120,120,120);}
.pinlineGrey {color: rgb(185,185,185);}

.imageBorder {}

.dash-border {
	border-top: 2px dashed rgb(200,200,200);
	border-bottom: 2px dashed rgb(200,200,200);
	margin: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.article p {
 	font-size: 14px;
 	line-height: 20px;
 	margin-bottom: 10px;
}
.article ol li,
.article ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
}
.article ol li {
	list-style-type: decimal;
	margin-bottom: 10px;
}
.article ul.fancy-list {
	margin-left: 30px;
}
.article ul.fancy-list li {
	list-style-type: none;
	background: url('/img/template/musiqhub/icons/bullet.gif') no-repeat left 5px;
	margin-left: 0;
	padding-left: 20px;
	margin-bottom: 5px;
}

.announcement p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
.announcement ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 26px;
}
.announcement ol {
	margin-left: 30px;
	margin-bottom: 5px;
}
.announcement ol li {
	list-style-type: decimal;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 26px;
}

.announcement h4 {
	line-height: 20px;
}

.commonList li {
	margin-bottom: 5px;
}

.listHead {
    display: block;
    float: left;
    width: 125px;
    color: rgb(120,120,120);
    margin-right: 10px;
}
.announcement ul.fancy-list li {
	background-position: left 9px;
}


/* * * * * GENERAL * * * * */

.iconList li {
	line-height: 18px;
	margin-left: 27px;
	padding-top: 2px;
	margin-bottom: 5px;
}	

.circleIcon {
 	display: inline-block;
 	float: left; 
	width: 13px;
	height: 13px;
	background: url('/img/template/musiqhub/icons/icons.png') no-repeat top left;
	margin-right: 5px;
}

.smallIcon {
 	display: inline-block;
 	float: left; 
	width: 22px;
	height: 22px;
	background: url('/img/template/musiqhub/icons/icons.png') no-repeat top left;
	margin-right: 5px;
}
.iconList li .smallIcon {
	margin-left: -27px;
	margin-top: -2px;
}

.medIcon {
 	display: inline-block;
 	float: left; 
	width: 25px;
	height: 25px;
	background: url('/img/template/musiqhub/icons/icons.png') no-repeat top left;
}

.lgeIcon {
 	display: inline-block;
 	float: left; 
	width: 40px;
	height: 40px;
	background: url('/img/template/musiqhub/icons/icons.png') no-repeat top left;
	margin-right: 10px;
}

.actionButton {
	float: right;
	width: auto;
	height: 22px;
	line-height: 22px;
	padding-left: 5px;
	padding-right: 15px;
	background-color: rgb(246,145,30);
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.actionButton.noIcon {
	padding-left: 15px;
}

.actionButton .circleIcon {
	margin-top: 4px;
}

.largeIconsList li {
 	width: 100%;
 	float: left;
	clear: both;
	margin-bottom: 5px;
}

.message,
.flash {
	float: none;
	clear: both;
	height: auto;
	padding: 30px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	background: rgb(64,174,73);
	color: white;
	font-weight: bold;
	margin-bottom: 30px;
}
.flashError {
	background: rgb(223, 62, 0);
}
#flash-zone .flash {
	margin-bottom: 0px;
}

.login-box .message {
	padding: 0;
	text-align: left;
	background: none;
	margin-bottom: 0;
}



.bigProceedArrow {
	width: auto;
	height: 60px;
	float: right;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-right: 75px;
	padding-left: 10px;
	background: url('/img/template/musiqhub/arrows/big_proceed_arrow_dark.gif') no-repeat top right;
}
.bigProceedArrow:hover {
 	background: url('/img/template/musiqhub/arrows/big_proceed_arrow.gif') no-repeat top right;
 	cursor: pointer;
}
.bigProceedArrow a:hover {
	text-decoration: none !important;
}
.bigProceedArrow span {
	display: block;
	height: 15px;
	line-height: 11px;
	font-size: 11px;
	color: rgb(0,62,23);
}
.bigProceedArrow:hover span {
	color: rgb(64,174,73);
}
.bigProceedArrow h4 {
	color: white;
	line-height: auto;
	margin-top: 4px;
	line-height: 18px;
}


.proceedArrow {
	width: auto;
	height: 25px;
	float: right;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 45px;
	padding-left: 10px;
	background: url('/img/template/musiqhub/arrows/small_proceed_arrow.gif') no-repeat top right;
}
.proceedArrow:hover {
 	background: url('/img/template/musiqhub/arrows/small_proceed_arrow_dark.gif') no-repeat top right;
 	cursor: pointer;
}
.proceedArrow.left {
 	float: left;
 	padding-right: 10px;
 	padding-left: 45px;
 	background: url('/img/template/musiqhub/musiqhub/arrows/small_proceed_arrow_left.gif') no-repeat top left;
}
.proceedArrow.left:hover {
	background: url('/img/template/musiqhub/arrows/small_proceed_arrow_left_dark.gif') no-repeat top left;
}
.proceedArrow a {
	color: white;
}
.proceedArrow a:hover {
	text-decoration: none !important;
}
.proceedArrow h4 {
	color: white;
	line-height: auto;
	line-height: 25px;
}

.photoFrameImg {
	position: relative;
}
.photoFrameImg .frameImage {
	position: absolute;
	z-index: 50;
}
.photoFrameImg .photoInFrame {
	position: relative;
	z-index: 100;
}

/* * * * * BUTTONS * * * * */

.signupButton {
 	display: block;
 	height: 40px;
	width: auto;
	float: left;
	background: url('/img/template/musiqhub/buttons/speechbubble_orange_1line.png') no-repeat top right;
	line-height: 32px;
	font-size: 16px;
	color: white;
	font-weight: bold;
	padding-right: 16px;
}
.signupButton img {
	float: left;
	position: relative;
	left: -3px;
}

.twoLineSpeechBubble {
	height: 60px;
	background: url('/img/template/musiqhub/buttons/speechbubble_orange_2line.png') no-repeat top right;
	line-height: 18px;
}

.twoLineSpeechBubble.handle_left {
	margin-left: 20px;
	padding-right: 0px;
}
.twoLineSpeechBubble.handle_left img {
	left: -20px;
}
.twoLineSpeechBubble.handle_left span {
	left: -20px;
}

.canNotRent,
.outOfStock {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50);	/* IE 5-7 */
	-moz-opacity: 0.5;	/* Netscape */
	-khtml-opacity: 0.5;  /* Safari 1.x */
	opacity: 0.5;	  /* Good browsers */
}

/* * * * * MAIN DIVS * * * * */








.contentSection {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin-bottom: 40px;
}

.subSection {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin-bottom: 20px;
}



/* * * * * MID-ZONE * * * * */

#MidZoneArrow {
 	display: block;
 	float: left;
 	width: 275px;
 	height: 78px;
 	background: url('/img/template/musiqhub/arrows/head_arrow.png') no-repeat top left;
 	position: absolute;
 	z-index: 1000;
 	margin-top: -13px;
}

#MidZoneArrow h2 {
 	font-weight: bold;
 	font-size: 26px;
 	color: white;
 	margin-top: 18px;
 	line-height: 40px;
 	margin-left: 10px;
}

#MidZoneInfo {
	width: 470px;
	height: 125px;
	padding: 10px 15px 10px 15px;
	border: 1px solid rgb(200,200,200);
	background-color: white;
	position: relative;
	z-index: 900;
	left: 257px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#MidZoneInfo h2 {
	color: rgb(30,30,30);
	line-height: 24px;
	margin-bottom: 2px;
	}

#MidZoneBody {
	height: auto;
	width: 500px;
	float: left;
}





#MidZoneRight {
 	width: 386px;
 	height: auto;
	float: right;
	position: relative;
	z-index: 1100;
	margin-top: -105px;
}
#MidZoneRight #photo-frame,
#MidZoneRight #PhotoFrame{
	position: static;
}
#MidZoneRight #BelowPhoto {
	width: 371px;
	height: auto;
	float: right;
	clear: both;
	margin-right: 10px;
	margin-left: 5px;
}



/* * * * * PROGRESS BAR * * * * */

.ProgressBar {
 	float: left;
 	clear: both;
	width: 900px;
	height: 30px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: -30px;
	margin-top: -30px;
	margin-bottom: 30px;
	background-color: rgb(247, 147, 30);
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.ProgressBar ul {
	width: 900px;
	height: 30px;
	float: left;
}

.ProgressBar ul li {
	display: block;
	float: left;
	width: auto;
	height: 30px;
	padding-left: 5px;
	padding-right: 35px;
	line-height: 30px;
	color: white;
}

.ProgressBar ul li.complete {
	background: url('/img/template/musiqhub/progress_bar/orange-orange.jpg') no-repeat top right rgb(246,145,30);
}
.ProgressBar ul li a {
	color: white;
}
.ProgressBar ul li.current a {
	color: rgb(40,40,40);
}
.ProgressBar ul li.previous {
	background: url('/img/template/musiqhub/progress_bar/orange-white.jpg') no-repeat top right rgb(246, 145, 30);
}
.ProgressBar ul li.current {
	background: url('/img/template/musiqhub/progress_bar/white.jpg') no-repeat top right white;
	font-weight: bold;
	color: rgb(40,40,40);
}
.ProgressBar ul li.ahead {
	background: url('/img/template/musiqhub/progress_bar/grey.jpg') no-repeat top right rgb(178,178,178);
}
.ProgressBar ul li.first {
	border-left: 1px solid white;
	padding-left: 15px;
}
.ProgressBar ul li.last {
	background-image: none;
	float: none;
	width: auto;
	border-right: 1px solid white;
	padding-right: 10px;
}



/* * * * * HAND HOLDER * * * * */
.handHolder {
 	padding: 10px;
 	height: auto;
	border: 2px solid rgb(246, 145, 30);
	font-size: 13px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.handHolderHead {
	font-weight: bold;
	color: white;
	background: rgb(246, 145, 30);
	padding: 10px;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
	font-size: 13px;
	margin-bottom: 10px;
}
.handHolder h5 {
	font-size: 13px;
	color: rgb(30,30,30);
	margin: 0px;
	line-height: 18px;
}
.handHolder h5.complete {
	background: url('/img/template/musiqhub/icons/tick.gif') no-repeat top left;
	padding-left: 20px;
	color: rgb(120,120,120);
	text-decoration: line-through;
}
.handHolder li {
	margin-bottom: 5px;
}
.handHolder li.current {
 	margin-left: -10px;
 	margin-right: -10px;
 	padding-left: 10px;
 	padding-right: 10px;
 	padding-top: 3px;
 	padding-bottom: 3px;
	background: rgb(240,240,240);
}
.handHolder li.current h5 {
	background: url('/img/template/musiqhub/icons/current.gif') no-repeat top left;
	padding-left: 20px;
}
.handHolder li p {
	font-size: 12px;
	line-height: 16px;
	color: rgb(120,120,120);
	margin-left: 20px;
}
.handHolder ul li ul {
    list-style-type: disc;
    margin-left: 30px;
}
.handHolder ul li ul li {
	font-size: 12px;
	line-height: 16px;
	color: rgb(120,120,120);
	margin-left: 10px;
}





/* * * * * FORM LAYOUT * * * * */

.checkbox input {
	margin-right: 15px;
}


.form-section,
.formSection {
	width: 900px;
	height: auto;
	float: left;
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dashed rgb(200,200,200);
}

.form-section .input,
.formSection .input {
	width: 900px;
	min-height: 20px;
	float: left;
	line-height: 20px;
	margin-bottom: 10px;
}

.form-section .radio legend,
.form-section .input label,
.formSection .radio legend,
.formSection .input label {
	display: block;
	float: left;
	width: 190px;
	min-height: 22px;
	line-height: 22px;
	padding-right: 10px;
}

.form-section .input label span,
.formSection .input label span {
	font-size: 12px;
	color: rgb(120,120,120);
}

.form-section .input input,
.form-section .input select,
.form-section .input textarea,
.form-section .input.review span,
.formSection .input input,
.formSection .input select,
.formSection .input textarea,
.formSection .input.review span {
 	width: 400px;
 	font-size: 14px;
 	color: rgb(40,40,40);
	min-height: 20px;
	line-height: 20px;
	border: 1px solid rgb(200,200,200);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.form-section .radio fieldset,
.formSection .radio fieldset {
	width: 600px;
}

.form-section .input textarea,
.formSection .input textarea {
	min-height: 75px;
}

.form-section .input select,
.formSection .input select {
	margin: 0px;
	padding: 0px;
	height: 22px;
}

.form-section .input input:focus,
.form-section .input select:focus,
.formSection .input input:focus,
.formSection .input select:focus {
	border: 1px solid rgb(246,145,30);
	-webkit-box-shadow: 0 0 12px rgba(246, 145, 30, 0.75);
	-moz-box-shadow: 0 0 12px rgba(246, 145, 30, 0.75);
	box-shadow: 0 0 12px rgba(246, 145, 30, 0.75);
}

.form-section .checkbox,
.formSection .checkbox {
	min-height: 22px;
}

.form-section .radio input,
.form-section .checkbox input,
.formSection .radio input,
.formSection .checkbox input {
	width: 15px;
	float: left;
	text-align: left;
	margin: 0px;
	margin-right: 15px;
	border: none;
	height: 24px;
	padding: 0px;
}

.form-section fieldset {
	margin-bottom: 10px;
	width: 600px;
	clear: both;
}
.form-section fieldset legend {
	padding-bottom: 10px;
}
.form-section fieldset input {
	display: inline-block;
	margin-right: 10px;
	float: none;
}
.form-section .radio-list label {
	width: 540px;
	display: inline-block;
}

.form-section .checkbox label,
.formSection .checkbox label {
	width: 570px;
	float: left;
	height: 24px;
	line-height: 24px;
}

.form-section fieldset label,
.form-section .radio label,
.formSection .radio label {
	width: auto;
	margin-right: 30px;
}

.form-section .input .afterText,
.formSection .input .afterText {
	display: block;
	width: 400px;
	margin-left: 200px;
	color: rgb(120,120,120);
	font-size: 12px;
	line-height: 16px;
}

.form-section .validationError,
.formSection .validationError {
	float: right;
	width: 250px;
	height: 20px;
	line-height: 20px;
	color: white;
	background-color: rgb(241, 89, 33);
}

.form-section .date,
.formSection .date {
	float: left;
	width: auto;
}

.form-section .submit input,
.form-section .submit button,
.form-section.form-button button,
.formSection .submit input,
.formSection .submit button {
	float: right;
	font-size: 16px;
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.form-section .submit button,
.formSection .submit button {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.form-section .submit button:disabled,
.formSection .submit button:disabled {
	color: rgb(120,120,120);
}

.form-section .radio li,
.formSection .radio li {
	display: block;
	float: left;
	margin-left: 200px;
	width: 400px;
}

.form-section .SignUpStudentBottom,
.formSection .SignUpStudentBottom {
 	float: left;
 	clear: both;
 	width: 600px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed rgb(200,200,200);
}


.formButton,
.form-section.form-button {
	display: block;
	float: left;
	clear: both;
	width: 600px;
}
.form-section.form-button {
	border-bottom: none;
}

.form-section .input.review span,
.formSection .input.review span {
 	display: block;
 	float: left;
	background: rgb(230,230,230);
	border: 1px solid rgb(230,230,230);
	width: 390px;
	padding-left: 5px;
	padding-right: 5px;
}

.form-section .termsAndConditions,
.formSection .termsAndConditions {
	float: left; 
	display: block; 
	clear: both;
	border: 1px solid rgb(230,230,230);
	width: 600px;
	height: 150px;
}

.form-section .error-message,
.formSection .error-message {
	display: none;
}





.oneThirdColumn .formSection {
	width: 280px;
}

.oneThirdColumn .formSection .input {
	width: 280px;
}

.oneThirdColumn .formSection .radio legend,
.oneThirdColumn .formSection .input label {
	width: 90px;
}

.oneThirdColumn .formSection .input label span {
}

.oneThirdColumn .formSection .input input,
.oneThirdColumn .formSection .input select,
.oneThirdColumn .formSection .input textarea,
.oneThirdColumn .formSection .input.review span {
 	width: 177px;
}

.oneThirdColumn .formButton {
	width: 280px;
}



.twoThirdsColumn .formSection {
	width: 580px;
}

.twoThirdsColumn .formSecion .input {
	width: 280px;
}

.twoThirdsColumn .formSection .input input,
.twoThirdsColumn .formSection .input select,
.twoThirdsColumn .formSection .input textarea,
.twoThirdsColumn .formSection .input.review span {
 	width: 380px;
}

.twoThirdsColumn .formButton {
	width: 580px;
}


/* * * * * UPLOADER * * * * */

.qq-uploader {
	float: left;
	width: 600px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.qq-upload-button {
 	display: block;
 	float: right;
 	width: 150px;
	height: 30px;
	text-align: center;
	background: url('/img/template/musiqhub/buttons/file_upload_green.gif') no-repeat top left;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: white;
	position: relative;
}
.qq-upload-button span {
	display: block;
	width: 150px;
	height: 30px;
	position: relative;
	color: white;
	line-height: 30px;
	font-size: 14px;
}
 
.qq-upload-button-hover {}

.qq-upload-button-focus {}

.qq-upload-list {
 	float: left;
 	width: 75%;
	margin: 0px;
	padding:0;
	}
.qq-upload-list li { 
	margin:0; 
	padding:0; 
	line-height: 25px;
	font-size: 14px;
	margin-bottom: 10px;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-list li.qq-prev-uploaded {
	float: left;
	width: 190px;
	margin-right: 10px;
	text-align: center;
}

.qq-progress-bar {
	display: block;
	height: 75px;
}
.qq-progress-bar-block {
	display: block;
	float: left;
	height: 41px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
	background: url("/img/template/musiqhub/fades/progress_bar.jpg") no-repeat top center;
	color: rgb(40,40,40);
	line-height: 45px;
	font-weight: bold;
	font-size: 16px;
	text-indent: 10px;
	-webkit-border-radius: 5px;
	-mox-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid rgb(231,231,232);
}

.qq-upload-success-image {
	display: block;
	float: left;
	width: 62px;
	height: 75px;
	background: url("/img/template/musiqhub/icons/upload_success.gif") no-repeat top left;
}

.qq-upload-file {
	word-break: break-all;
	font-size: 16px;
}
.qq-upload-spinner {display:inline-block; background: url("/img/ajax/spinner.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {
	color: rgb(200,200,200);
	}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline; color: rgb(210,0,0);}

.qq-upload-delete {
	display: none;
}

.qq-upload-list li.qq-prev-uploaded .qq-upload-success-image {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.qq-upload-list li.qq-prev-uploaded .qq-upload-file {
	display: block;
	clear: both;
	overflow: hidden;
	white-space: nowrap;
}


/* * * * * TEACHER FINDER * * * * */
.teacherFinderWrap {
	float: left;
	width: 610px;
	height: auto;
	margin-bottom: 10px;
}
.teacherFinder {
	width: 590px;
	height: auto;
	padding: 10px;
	background: rgb(231, 231, 232);
}
.teacherFinder td {
	height: auto;
	vertical-align: top;
}
.teacherFinder .instrumentPicker, .venuePicker {
	font-size: 16px;
	width: 290px;
	margin-bottom: 10px;
}
.teacherFinder .findTeacherResult {
	width: 100%;
	height: 163px;
}

.teacherFinder .finderChoiceText h5 {
	padding-top: 20px;
}
.teacherFinder .chooseOrText {
	text-align: center;
}

.teacherFinder .teacherFinderLoader {
	text-align: center;
	margin-top: 20px;
}

.teacherFinderOptions {
	width: 610px;
	height: auto;
	clear: both;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
}
.teacherFinderOptions .addAnotherInstrument {
	display: block;
	clear: both;
}

.teacherFinderTempLoader {
	width: 590px;
	height: auto;
	padding: 10px;
	clear: both;
	text-align: center;
	background: rgb(231, 231, 232);
	margin-bottom: 10px;
}

/* * * * * TABLE SECTION * * * * */

.tableSection {
	width: 900px;
	height: auto;
	float: left;
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dashed rgb(200,200,200);
}
.tableSection table {
 	float: left;
 	clear: both;
	width: 600px;	
}

.twoThirdsColumn .tableSection {
    width: 590px;
}
.twoThirdsColumn .tableSection table {
    width: 590px;
}

.tableSection table tr th {
	background: rgb(64,174,73);
	color: white;
	padding: 2px;
	border-right: 2px solid white;
	margin-bottom: 5px;
	border-bottom: 5px solid white;
}
.tableSection table tr td.unitPrice {
	color: rgb(120,120,120);
	text-align: right;
}
.tableSection table tr td.itemAmount {
 	text-align: right;
}

.tableSection table tr td {
	border-right: 2px solid white;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
.tableSection table tr.even td {
	background-color: rgb(230,230,230);
}


/* * * * * HELP BOX / FORM HELP * * * * */

.helpBox {
	width: 570px;
	height: auto;
	float: left;
	clear: both;
	padding: 15px;
	background: rgb(64,174,73);
	color: white;
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	-mox-border-radius: 5px;
	border-radius: 5px;
}

.helpBox h2 {
	color: rgb(0,62,23);
}

.helpHead {
	width: auto;
	height: auto;
	padding: 10px; 	
	background: white;
	color: rgb(0,62,23);
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}

.helpContent {
	width: auto;
	height: auto;
	padding: 10px;
	margin-top: 15px;
}

.helpHilite {
	width: auto;
	height: auto;
	padding: 10px;
	margin-top: 15px;
	background: rgb(0,62,23);
}

.helpContent p {
	margin-bottom: 10px;
}
.helpContent p:last-child {
	margin-bottom: 0px;
}

.helpHilite a,
.helpContent a {
	color: rgb(185,245,190);
}
.helpContent ul {
	list-style-type: disc;
	margin-left: 30px;
}


.formHelp {
	width: 230px;
	float: right;
	clear: none;
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	margin-bottom: -1000px;

	height: auto;
	background: rgb(64,174,73);
	color: white;
}

.formHelp .helpArrow {
	width: 50px;
	height: 39px;
	position: absolute;
	margin-left: -50px;
	margin-top: -18px;
	background: url('/img/template/musiqhub/arrows/help_arrow.png') no-repeat top left;
	z-index: 1500;
}

.formHelp .helpHead {
	padding: 5px;
	font-size: 16px;
	line-height: 18px;
}

.formHelp .helpContent {
	padding: 5px;
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}

.helpNotes {
 	width: 75%;
	padding: 5px;
	font-size: 11px;
	line-height: 13px;
	margin-top: 5px;
	text-align: right;
	float: right;
}

.removeLink {
	float: left; 
	clear: both; 
	width: 600px; 
	text-align: right; 
	font-size: 11px;
}


/* * * * * HELP BOX / FORM HELP * * * * */

.form-help {
	position: absolute;
	right: 30px;
	margin-top: -6px;
	width: 290px;
	height: 39px;
	background: url('/img/template/musiqhub/arrows/help_arrow.png') no-repeat bottom left;
}

.form-help.no-right {
	right: 0px;
}

.form-help-box {
	position: absolute;
	width: 230px;
	padding: 10px;
	right: 0px;
	bottom: 0px;
	background: rgb(64,174,73);
	color: white;
	font-size: 14px;
	line-height: 16px;
}
.form-help.reverse .form-help-box {
	bottom: auto;
	top: 0px;
}
.form-help-head {
	width: auto;
	height: auto;
	background: white;
	color: rgb(0,62,23);
	font-weight: bold;
	padding: 5px;
	font-size: 16px;
	line-height: 18px;
}
.form-help-content {
	padding: 5px;
	margin-top: 10px;
}

.form-help-arrow {
	width: 30px;
	height: 26px;
	background: url('/img/template/help-arrow.jpg') no-repeat bottom left;
	position: absolute;
	left: -32px;
	bottom: 0px
}

.form-help-notes {
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
}

div.form-error {
	background: url('/img/template/musiqhub/arrows/error_arrow.png') no-repeat top left;
	z-index: 20;
}
div.form-error .form-help-box {
	background: rgb(241,89,33);
}

.form-info {
	background: none;
}
.form-info .form-help-box {
	background: #F89733;
	font-size: 13px;
}

.validation-errors {
	clear: both;
	width: auto;
	float: left;
	background: rgb(190,0,0);
	padding: 10px 20px 10px 20px;
	color: white;
	margin-bottom: 20px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.validation-errors h2 {
	font-size: 18px;
	font-weight: bold;
	color: white;
}
.validation-errors a {
	color: white;
	text-decoration: underline;
}

.remove-link,
.removeLink {
	float: left; 
	clear: both; 
	width: 600px; 
	text-align: right; 
	font-size: 11px;
}

.tnc-div {
	clear: both;
	width: 580px; 
	padding: 10px; 
	height: 150px; 
	margin-bottom: 10px; 
	border: 1px solid rgb(200,200,200); 
	overflow-y: scroll;
	background: white;
}
.tnc-div p {
	margin: 0px 0px 1em 0px;
}


/* * * * * FORM ERROR * * * * */

.formError {
 	width: 230px;
 	height: auto;
 	line-height: 16px;
	float: right;
	clear: none;
	padding: 10px;
	font-size: 14px;
	background-color: rgb(241,89,33);
	color: white;
	z-index: 2500;
	position: relative;
}

.formError .errorArrow {
	width: 50px;
	height: 38px;
	position: absolute;
	margin-left: -50px;
	margin-top: -18px;
	background: url('/img/template/musiqhub/arrows/error_arrow.png') no-repeat top left;
	z-index: 1500;
}






/* * * * *  POPUPS  * * * * */


.popupContainer {
 	position: fixed;
 	z-index: 10000;
 	display: none;
	width: 720px;
	height: 670px;
}

.popupBorder {
	position: absolute;
	z-index: 10500;
	width: 100%;
	height: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgb(30,30,30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50);	/* IE 5-7 */
	-moz-opacity: 0.5;	/* Netscape */
	-khtml-opacity: 0.5;  /* Safari 1.x */
	opacity: 0.5;	  /* Good browsers */
}

.popupWrap {
 	position: relative;
 	z-index: 11000;
	width: 700px;
	height: 590px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 10px;
	overflow-y: scroll
	overflow-x: hidden;
	background: white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=200)"; /* IE 8 */
	filter: alpha(opacity=200);	/* IE 5-7 */
	-moz-opacity: 1;	/* Netscape */
	-khtml-opacity: 1;  /* Safari 1.x */
	opacity: 1;	  /* Good browsers */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.popupClose {
	width: 45px;
	height: 45px;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 12000;
	background: url('/img/template/musiqhub/icons/the_x.png') no-repeat top left;
	cursor: pointer;
}

.popupContent {
	width: 640px;
	height: 100%;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	clear: both;
	position: static;
	overflow: hidden;
	overflow-y: auto;
}

.popupContent .formSection {
	width: 100%;
	margin-bottom: 20px;
}
.popupContent .formSection .input {
	width: 100%;
}
.popupContent .formSection label {
	width: 44%;
	padding-right: 0px;
}
.popupContent .formSection .input input,
.popupContent .formSection .input textarea,
.popupContent .formSection .input select {
	width: 50%;
	margin-left: 5%;
}

.popupContent .formSection .checkbox input {
	width: 20px;
	margin-left: 0px;
}
.popupContent .formSection .checkbox label {
	width: 90%;
}



/* * * * * ENQUIRY POPUP * * * * */

.enquirySelector {
	width: 640px;
	height: auto;
	float: left;
	clear: both;
	margin-bottom: 20px;

}

.selectorItems {
	width: 200px;
	height: auto;
	padding: 10px;
	background: rgb(64,174,73);
	color: white;
	position: relative;
	float: left;
}
.selectorItems .selectorHelpArrow {
 	width: 35px;
 	height: 39px;
 	background: url('/img/template/musiqhub/arrows/help_arrow_right.png') no-repeat top right;
	position: absolute;
	right: -35px;
	top: 0px;
}
.selectorItems label {
	width: 100%;
	clear: both;
	float: left;
}
.selectorItems select {
	width: 200px;
}

.selectorResult {
	width: 380px;
	margin-left: 40px;
	float: left;
}
.selectorResult h2 {
	color: rgb(30,30,30);
	line-height: 24px;
	margin-bottom: 10px;
}
.selectorResult h6 {
	margin-bottom: 10px;
}
.selectorResult p {
	margin-bottom: 10px;
}
.selectorResult .teacherPic {
	float: right;
}




/* * * * * CONTACT US POPUP * * * * */


/* * * * * TWO OPTIONS DISPLAY * * * * */
.twoOptions {
 	float: left;
	width: 370px;
	height: auto;
	margin: 30px;
	padding: 10px;
	background: rgb(64, 174, 73);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.twoOptions .whiteDownArrow {
 	background: url('/img/template/musiqhub/arrows/white_down_arrow.png') no-repeat bottom left;
 	width: 80px;
 	height: 70px;
	position: absolute;
	margin-top: 0px;	
}

.twoOptions .darkGreenRightArrow {
 	display: block;
 	position: absolute;
 	float: left;
 	width: 275px;
 	height: 78px;
 	background: url('/img/template/musiqhub/arrows/dark_green_right_arrow.png') no-repeat top right;
 	position: absolute;
 	z-index: 1000;
 	margin-top: 0px;
}
.twoOptions .darkGreenRightArrow h2 {
 	font-weight: bold;
 	font-size: 26px;
 	color: white;
 	margin-top: 18px;
 	line-height: 40px;
 	margin-left: 10px;
}
.twoOptions .darkGreenRightArrow a {
	color: white;
}


.rentOrBuy {
	float: left;
	margin-bottom: 60px;
}
.rentOrBuy .helpHilite {
	margin: 5px; 
	padding: 10px; 
	margin: 15px;
	margin-top: 65px;
	color: white;
	font-size: 16px;
	line-height: 20px;
}
.rentOrBuy .helpContent {
	margin: 5px; 
	padding: 10px; 
	color: white;
}
.rentOrBuy .helpContent h4 {
	font-size: 18px;
	line-height: 22px;
}
.rentOrBuy .helpContent li {
	margin-bottom: 15px;
}


/* * * * * HOMEPAGE * * * * */
#MidZoneRight.homepage-midzone-right .fb-like {
	float: right;
}
#MidZoneBody.homepage-midzone-body h1 {
	font-size: 22px;
	margin-bottom: 15px;
}
#MidZoneBody.homepage-midzone-body h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-align: right;
}

#homepageHeaderSnatch {
	margin-top: 25px;
	float: right;
}
#homepageHeaderSnatch p {
	width: 205px; 
	float: left;
	color: rgb(120,120,120);
}


.homepage-announcement {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}



/* * * * * COLUMNS * * * * */
.twoThirdsColumn {
	width: 590px;
	height: auto;
	float: left;
	padding-right: 15px;
}
.twoThirdsColumn.right {
	padding-left: 13px;
	padding-right: 0px;
}

.oneThirdColumn {
	width: 280px;
	height: 100%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.oneThirdColumn.left {
	padding-left: 0px;
	padding-right: 13px;
	border-right: 2px dashed rgb(230,230,230);
	clear: left;
}
.oneThirdColumn.right {
	padding-left: 13px;
	padding-right: 0px;
	border-left: 2px dashed rgb(230,230,230);
	clear: right;
}

.columnHeader {
	height: 70px;
}
.columnHeader h2 {
	color: rgb(30,30,30);
	line-height: 24px;
	margin-bottom: 2px;
}
.columnHeader h2 a {
	color: rgb(30,30,30);
}


/* * * * * STORE ITEMS * * * * */

.oneThirdColumn .itemPrice {
	text-align: right;
	color: rgb(0, 62, 23);
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}
.oneThirdColumn .briefDesc {
	margin-bottom: 10px;
}
.oneThirdColumn .itemDesc {
	margin-bottom: 10px;
	color: rgb(120,120,120);
}
.oneThirdColumn .rentalPrice {
	text-align: right;
	color: rgb(0, 62, 23);
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}
.oneThirdColumn .availableColours, 
.oneThirdColumn .availableSizes {
	font-size: 11px;
	line-height: 16px;
	color: rgb(120,120,120);
}

.oneThirdColumn.greyBox {
	border: 1px solid rgb(209,213,204);
	background: rgb(242,243,247);
	padding: 10px;
	width: 269px;
}
.oneThirdColumn.greyBox:hover,
.oneThirdColumn.greyBox.selected {
	background: rgb(230,231,233);
}
.oneThirdColumn.greyBox.left {
	margin-right: 13px;
}
.oneThirdColumn.greyBox.right {
	margin-left: 13px;
}

.storeItemPopup {
 	position: fixed;
 	z-index: 10000;
 	display: none;
	width: 570px;
	height: 470px;
}

.storeItemPopupBorder {
	position: absolute;
	z-index: 10500;
	width: 100%;
	height: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgb(30,30,30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50);	/* IE 5-7 */
	-moz-opacity: 0.5;	/* Netscape */
	-khtml-opacity: 0.5;  /* Safari 1.x */
	opacity: 0.5;	  /* Good browsers */
}

.storeItemPopupWrap {
 	position: relative;
 	z-index: 11000;
	width: 550px;
	height: 390px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 10px;
	overflow-y: scroll
	overflow-x: hidden;
	background: white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=200)"; /* IE 8 */
	filter: alpha(opacity=200);	/* IE 5-7 */
	-moz-opacity: 1;	/* Netscape */
	-khtml-opacity: 1;  /* Safari 1.x */
	opacity: 1;	  /* Good browsers */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}


.storeItemPopupContent {
	width: 490px;
	height: auto;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	clear: both;
	position: static;
	overflow: hidden;
	overflow-y: auto;
}

.storeItemPopupContent .formSection,
.storeItemPopupContent .formButton {
	width: 473px;
}
.storeItemPopupContent .formSection .input {
	width: 473px;
}
.storeItemPopupContent .formSection .input label {
	width: 200px;
}
.storeItemPopupContent .formSection .input select,
.storeItemPopupContent .formSection .input input {
	width: 263px;
}

.RentalPeriods li label {cursor: pointer;}


/* * * * * LATEST UPDATES * * * * */
.latestUpdates li {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(230,230,230);
	margin-bottom: 10px;
}
.latestUpdates li img {
	float: left;
	margin-right: 10px;
}
.latestUpdates li a.readMore {
	font-size: 13px;
	line-height: 15px;
	float: right;
	margin-top: 3px;
}



/* * * * * TEACHER BRIEF * * * * */

.teacherBrief {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed rgb(230,230,230);
}
.teacherBrief img.teacherPhoto {
	float: left;
	margin-right: 20px;
}
.teacherBrief h2 {
	color: rgb(30,30,30);
	line-height: 24px;
	margin-bottom: 2px;
}
.teacherInstruments {
 	margin-top: 10px;
	font-size: 12px;
	color: rgb(120,120,120);
}
.teacherInstruments span {
	display: block;
	font-weight: bold;
	color: rgb(0, 62, 23);
}


.registrationTeacherBrief {
	width: 580px;
	padding: 10px;
	background: rgb(230,230,230);
}
.registrationTeacherBrief .teacherBrief {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

/* * * * * QUOTES * * * * */

.Quote {
	width: auto;
	padding: 10px;
	color: white;
	background-color: rgb(64, 174, 73);
}
.QuoteHandle {
	width: auto;
	height: auto;
	margin-bottom: 10px;
}
.darkGreenQuote {
 	background-color: rgb(23,82,28);
}

/* * * * * INSTRUMENT LIST * * * * */

.instrumentList li {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
}
.instrumentList img {
	float: left;
	margin-right: 10px;
}
.instrumentList p {
	font-size: 16px;
	line-height: 35px;
}
.instrumentList a {
	font-size: 12px;
}

/* * * * * INVOICE INFO LISTS * * * * */

.invoiceSubheading {
	font-weight: normal;
	margin-bottom: 10px;
}

.invoiceDetails li {
 	float: left;
 	width: 100%;
	clear: both;
	margin-bottom: 10px;
}

.invoiceDetails .leftCol {
	width: 25%;
	float: left;
}
.invoiceDetails .midCol {
	width: 50%;
	float: left;
}
.invoiceDetails .rightCol {
	width: 25%;
	float: left;
	text-align: right;
}


/* * * * * MEDIA BROWSER * * * * */

.mediaBrowser{
	width: 590px;
	height: auto;
	float: left;
	clear: both;
	background: rgb(237, 242, 255);
}
.mediaBrowser .viewWindow {
 	width: 588px;
 	height: 331px;
 	border: 1px solid rgb(185,185,185);
 	background: white;
 	position: relative;
}
.mediaBrowser .viewWindow img {

}
.mediaBrowser .controlPanel {
 	width: 570px;
 	height: auto;
 	padding: 10px;
 	float: left;
 	clear: both;
}
.mediaBrowser .controlPanel .panelButton {
	width: 90px;
	height: 22px;
	float: left;
}
.mediaBrowser .controlPanel .panelAdded {
 	width: 310px;
 	height: 22px;
 	float: left;
 	line-height: 22px;
 	color: rgb(120,120,120);
}
.mediaBrowser .controlPanel .panelProgress {
 	width: 80px;
 	height: 22px;
 	float: left;
 	line-height: 22px;
 	color: rgb(120,120,120);
}
.mediaBrowser .mediaCaption {
	width: 568px;
	background: rgb(30,30,30);
	color: white;
	padding: 5px 10px 5px 10px;
	float: left;
	clear: both;
	position: absolute;
	bottom: 0px;
        left: 0px;
        text-align: left;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";	  /* IE 8 */
  filter: alpha(opacity=75);	  /* IE 5-7 */
  -moz-opacity: 0.75;	  /* Netscape */
  -khtml-opacity: 0.75;	  /* Safari 1.x */
  opacity: 0.75;	  /* Good browsers */
}
.mediaBrowser .loadingView {
    text-align: center;
    background: black;
}
.mediaBrowser .mediaLoadIcon {
    position: relative;
    top: 100px;
}
.mediaBrowser .mediaBrowserNoImages {
    position: relative;
    top: 150px;
    font-size: 16px;
    color: white;
}

/* * * * * PROGRAMME BROWSER * * * * */
.nextArrow {
	width: 17px;
	height: 34px;
	position: absolute;
	right: -17px;
	background: url('/img/template/musiqhub/buttons/orange_next.png') no-repeat top right;
}
.smallBox {
	width: auto;
	height: auto;
	clear: both;
	position: relative;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
	background: url('/img/template/musiqhub/fades/grey_sml.jpg') repeat-x top right;
	border: 1px solid rgb(120,120,120);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.smallBox.litUp {
 	color: white;
	background: url('/img/template/musiqhub/fades/orange_sml.jpg') repeat-x top right;
	border: 1px solid rgb(243,112,34);
}

.mediumBox {
	width: auto;
	height: auto;
	clear: both;
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	background: url('/img/template/musiqhub/fades/grey_med.jpg') repeat-x top right;
	border: 1px solid rgb(120,120,120);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mediumBox.litUp {
 	color: white;
	background: url('/img/template/musiqhub/fades/orange_med.jpg') repeat-x top right;
	border: 1px solid rgb(243,112,34);
}

.largeBox {
	width: auto;
	height: auto;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	background: url('/img/template/musiqhub/fades/grey_lge.jpg') repeat-x top right;
	border: 1px solid rgb(120,120,120);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#programmeBrowser {
 	float: left;
 	clear: both;
 	width: 900px;
 	height: auto;
 	padding: 15px 30px 30px 30px;
 	background-color: rgb(231,231,232);
 	margin-left: -30px;
 	margin-bottom: -70px;
}

#programmeBrowser .mediumBox,
#programmeBrowser .smallBox {
 	cursor: pointer;
}




/* * * * * BLOGS * * * * */

.blogItem {
	width: 590px;
	height: auto;
	float: left;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px dashed rgb(230,230,230);
}
.blogHead {
 	width: 590px;
 	height: auto;
 	float: left;
 	clear: both;
 	margin-bottom: 10px;
 	padding-bottom: 10px;
 	border-bottom: 1px solid rgb(230,230,230);
}
.blogHead h2 {
	color: rgb(30,30,30);
	line-height: 24px;
	margin-bottom: 2px;
}
.blogContent p {
	margin-bottom: 10px;
}


/* * * * * FAQS * * * * */
.faqQuestions ol li {
	list-style-type: decimal;
	margin-bottom: 10px;
	margin-left: 20px;
}
#faqAgeTable th {
	text-align: left;
}
#faqAgeTable th,
#faqAgeTable td {
 	padding-left: 5px;
 	padding-right: 5px;
 	border-right: 1px dashed rgb(200,200,200);
}
#faqAgeTable li {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 5px;
}
#faqAgeTable p {

}

/* * * * * MY MUSIQHUB  * * * * */

.input.profile-phone {
	width: 370px;
	clear: left;
}

.input.profile-phone input {
	width: 150px;
}
.input.profile-phone-main {
	float: left;
	width: 240px;
}
.input.profile-phone-main label {
	width: 200px;
}


.studentInstrumentSummary {
    width: 90px;
    float: left;
    margin-right: 15px;
}
.studentInstrumentSummary img {
    margin-bottom: 5px;
}


.lessonTimes {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgb(120,120,120);
}
.lessonTimes img {
    float: left;
    margin-right: 10px;
}
.lessonTimes h2 {
    color: rgb(64,174,73);
    margin-bottom: 5px;
}
.lessonTimesMessage {
    float: right;
    width: 190px;
    min-height: 100px;   
    color: rgb(120,120,120);
}

.attendanceSquare {
    width: 55px;
    height: auto;
    font-size: 10px;
    line-height: 13px;
    float: left;
    margin: 3px;
    padding: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-align: center;
    cursor: help;
}


.tinyTeacherBrief li {
	line-height: 22px; 
	overflow: hidden;
}



/* * * * * ONLINE LESSONS * * * * */
#onlineLessons {
	width: 900px;
	height: auto;
}

#onlineLessons #videoPlayer {
	width: 900px;
	height: auto;
}

#onlineLessons #videoPlayerTop {
	width: 900px;
	height: auto;
	margin-bottom: 10px;
}
#onlineLessons #lessonsTrail {
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: rgb(120,120,120);
	font-size: 12px;
}
#onlineLessons #lessonsTrail a {
	color: rgb(120,120,120);
}


#onlineLessons #videoPlayer #leftSide {
	width: 590px;
	padding-right: 10px;
	float: left;
}
#onlineLessons #videoPlayer #rightSide {
	width: 295px;
	padding-left: 0px;
	padding-right: 5px;
	float: left;
	height: 332px;
	overflow-y: scroll;
}
#onlineLessons #videoPlayer .playerTop {
	width: 100%;
	height: 25px;
}
#onlineLessons #lessonsCats ul {
	width: 900px;
	height: 25px;
	background-color: rgb(231,231,231);
}
#onlineLessons #lessonsCats li {
	display: block;
	width: 112px;
	height: 25px;
	float: left;
	text-align: center;
	line-height: 25px;
	border-right: 1px solid white;
	cursor: pointer;
	overflow: hidden;
}
#onlineLessons #lessonsCats li.active,
#onlineLessons #lessonsCats li:hover {
	background-color: rgb(246,147,28);
	color: white;
	font-weight: bold;
}

#onlineLessons #rightSide li {
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
#onlineLessons #rightSide li.active,
#onlineLessons #rightSide li:hover {
	color: white;
	background-color: rgb(246,147,28);
}

#onlineLessons #videoZone {
	width: 590px;
	height: 332px;
	background: black;
	text-align: center;
}


/* * * * * BECOME A TEACHER * * * * */



/* * * * * LESSON VENUE MAP  * * * * */
#lesson-venues-content {
	position: relative;
}

#region-map {
	position: relative;
	float: right;
	margin-right: 20px;
	z-index: 100;
}

#transparent-map {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 155;
}

#lesson-venues-stats {
	position: absolute;
	top: 70px;
	left: 15px;
	z-index: 200;
}
#lesson-venues-stats p {
	font-size: 18px;
	line-height: 40px;
	color: rgb(120, 120, 120);
}
#lesson-venues-stats p strong {
	font-size: 24px;
	font-weight: normal;
	color: rgb(241, 89, 33);
}
#lesson-venues-stats span {
	position: relative;
	display: block;
}
#lesson-venues-stats span.line2 {
	left: 40px;
}
#lesson-venues-stats span.line3 {
	left: 80px;
}
#lesson-venues-stats span.line4 {
	left: 110px;
}

.map-region-list {
	position: absolute;
	display: none;
	padding: 10px;
	border: 2px solid rgb(241, 89, 33);
	background: white;
	z-index: 200;
}
.map-region-list li {
	font-size: 12px;
}
#map-region-counts {
	position: absolute;
	top: 0px;
	z-index: 90;
}
#map-region-counts li {
	position: absolute;
	display: inline-block;
	font-size: 11px;
	line-height: 12px;
	padding: 2px;
	background: rgb(14,118,188);
	color: white;
	font-weight: bold;
	margin-top: -7px;
	margin-left: -7px;
}



/* * * * * POP UPS * * * * */

.popup {
    position: fixed;
    z-index: 90000;
    width: 80%;
	margin: 0px 10%;
    height: auto;
	display: none;
	top: 0;
	left: 0;
	min-height: 200px;
	min-width: 320px;
}
.popup-close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: -20px;
	top: -20px;
	z-index: 92000;
	background: url('/img/template/the_x.png') no-repeat top left;
	cursor: pointer;	
}
.popup-loader {
	width: 66px;
	height: 66px;
	position: absolute;
	z-index: 92000;
	left: 50%;
	margin-left: -33px;
	top: 45%;
	background: url('/img/ajax/ajax-loader-med.gif') no-repeat top left;
}
.popup-wrap {
    position: relative;
    z-index: 91000;
    width: auto;
	float: none;
    height: 100%;
    padding: 30px;
    background: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=200)"; /* IE 8 */
    filter: alpha(opacity=200);	/* IE 5-7 */
    -moz-opacity: 1;	/* Netscape */
    -khtml-opacity: 1;  /* Safari 1.x */
    opacity: 1;	  /* Good browsers */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;  
	border: 5px solid rgb(248, 149, 32);
	-moz-box-shadow: 0px 0px 15px #fff;
	-webkit-box-shadow: 0px 0px 15px #fff;
	box-shadow: 0px 0px 15px #fff;	
	overflow-x: hidden;
	overflow-y: auto;
}




.pretty-table thead tr th {
	background: rgb(64,174,73);
	color: white;
	padding: 2px 10px;
	border-right: 2px solid white;
	margin-bottom: 5px;
	border-bottom: 5px solid white;
}
.pretty-table tbody tr td {
	border-right: 2px solid white;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
.pretty-table tbody tr.even td {
	background-color: rgb(230,230,230);
}
.pretty-table tbody tr td.item-actions {
	text-align: right;
}







.cart-arrow {
	display: block;
	position: absolute;
	right: 20px;
	float: left;
	height: 30px;
	padding: 5px 20px 5px 10px;
	background: url('/img/template/musiqhub/arrows/cart_arrow.png') no-repeat top right;
	color: white;
	line-height: 30px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.cart-arrow:hover {
	text-decoration: none;
}
.cart-arrow img {
	vertical-align: middle;
	position: relative;
	top: -3px;
}
.cart-arrow .cartCounter {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	background: rgb(241, 89, 33);
	width: 18px;
	height: 18px;
	line-height: 17px;
	border-radius: 9px;
	left: -9px;
	text-align: center;
}
.cart-arrow .cart-arrow-text {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	left: -7px;
}

#floating-cart-arrow {
	display: block;
	width: auto;
	height: auto;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 0;
	padding: 5px;
	padding-right: 15px;
	background: rgb(40, 40, 40);
	background: rgba(0, 0, 0, 0.75);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#floating-cart-arrow .cart-arrow {
	display: block;
	width: 165px;
	position: static;
}


.store-item-row {
	display: flex;
	margin-bottom: 20px;
}
.lt-ie9 .store-item-row,
.lt-ie10 .store-item-row {
	display: block;
	width: 100%;
	float: left;
	clear: both;
}
.store-item {
	width: 285px;
	float: left;
	margin-right: 20px;
	position: relative;
	border: 1px solid rgb(209, 213, 204);
	padding-bottom: 30px;
	background: rgb(243, 243, 243);
	cursor: pointer;
	padding-bottom: 55px;
}
.lt-ie9 .store-item {
	margin-right: 12px;
}
.store-item:last-child {
	margin-right: 0px;
}
.store-item.with-rental {

}
.store-item .store-image {
	min-height: 36px;
}
.store-item .store-image .photoFrameImg {
	left: 3px !important;
}
.store-item .store-image img {
}
.store-item .store-info {
	padding: 10px;
	color: rgb(90, 90, 90);
	position: relative;
}
.store-item .store-info.below-image {
	padding-top: 0px;
}

.store-item .store-info .store-basic {}
.store-item .store-info .store-basic .store-price {
	color: rgb(30, 30, 30);
	font-size: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
}
.store-item .store-info .store-basic .store-price span {
	font-size: 14px;
}
.store-item .store-info .store-basic .store-price.rent-price {
	font-size: 14px;
}
.store-item .store-info .store-basic h3 {
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: rgb(30, 30, 30);
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	background: none;
}
.store-item .store-info .store-basic h3 p {
	color: rgb(120, 120,120);
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 5px;
}
.store-item .store-info .store-detail {
	position: relative;
}

.store-item .store-info .store-detail p {
	font-style: italic;
	padding-left: 65px;
}
.store-item .store-info .store-detail p span {
	position: absolute;
	left: 0;
}
.store-item .store-info .store-detail p.more-info-button {
	text-align: center;
	font-style: normal;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.store-item .store-info .store-detail p.more-info-button a {
	display: inline-block;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: white;
	background: rgb(14,118,188);
	padding: 4px 8px;
	text-decoration: none;
	border-radius: 3px;
}

.store-item .add-to-cart-bar {
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.store-item .add-to-cart-bar .with-rental {
	width: 50%;
	float: left;
}
.lt-ie8 .store-item .add-to-cart-bar .with-rental {
	width: 142px;
}
.store-item .add-to-cart-bar .add-to-cart-bar-rental {
}
.store-item .add-to-cart-bar a.add-to-cart-link,
.store-item .add-to-cart-bar p {
	display: block;
	background: rgb(255, 165, 60);
	padding: 4px;
	margin: 0px;
	text-align: center;	
	color: white;
}
.store-item .add-to-cart-bar p.out-of-stock {
	font-style: italic;
}
.store-item .add-to-cart-bar a.add-to-cart-link,
.store-item .add-to-cart-bar p.in-cart span {
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 20px;
	height: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 23px;
	text-decoration: none;
}
.store-item .add-to-cart-bar .with-rental a.add-to-cart-link,
.store-item .add-to-cart-bar .with-rental p span,
.store-item .add-to-cart-bar .with-rental p {
	font-size: 18px;
	line-height: 22px;
	height: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.store-item .add-to-cart-bar .buy-store-item.with-rental a.add-to-cart-link,
.store-item .add-to-cart-bar .buy-store-item.with-rental p.in-cart {
	border-right: 1px solid rgb(209, 213, 204);
}
	
.store-item .add-to-cart-bar p {
	font-size: 16px;
	line-height: 22px;
}
.store-item .add-to-cart-bar .with-rental p {
	font-size: 16px;
}

.store-item .add-to-cart-bar p.in-cart {
	background: rgb(64, 174, 73);
}
.store-item .add-to-cart-bar p.in-cart a {
	color: white;
	text-decoration: none;
	margin-left: 5px;
	font-size: 14px;
}
.store-item .add-to-cart-bar p.in-cart a:hover {
	text-decoration: underline;
}


.store-item:hover {
	border: 1px solid rgb(195, 195, 195);
	background: rgb(230, 231, 233);
}
.store-item:hover .add-to-cart-bar p,
.store-item:hover .add-to-cart-bar a.add-to-cart-link {
	background: rgb(248, 149, 32);
}
.store-item:hover .add-to-cart-bar p.in-cart {
	background: rgb(64, 174, 73);
}
.store-item:hover .add-to-cart-bar .with-rental a.add-to-cart-link,
.store-item:hover .add-to-cart-bar .with-rental p.out-of-stock {
	background: rgb(255, 165, 60);
}
.store-item .add-to-cart-bar .with-rental:hover a.add-to-cart-link {
	background: rgb(248, 149, 32);
}



#store-item-info-images {
	margin-bottom: 20px;
}
#store-item-main-image {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	max-height: 295px;
	margin-bottom: 10px;
}
#store-item-main-image img {
	width: 100%;
}
#store-item-thumbnails .store-item-thumbnail-image {
	display: inline-block;
	margin: 5px;
	width: 100px;
	cursor: pointer;
}
#store-item-info-images {
	text-align: center;
}
#store-item-info-brief {
	margin-bottom: 40px;
}
#store-item-info-brief p {
	font-style: italic;
}
#store-item-info-brief h2 {
	margin-bottom: 10px;
	margin-top: 0px;
}
#store-item-info-brief h2.store-item-info-price {
	float: right;
}
#store-item-info-brief h5 {
	margin-top: 0px;
}
#store-item-info-description {
	margin-bottom: 40px;
}

#store-item-variations .store-item-variant {
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	border: 1px solid rgb(209, 213, 204);
	background: rgb(243, 243, 243);
	min-height: 73px;
}
#store-item-variations .store-item-variant.even {
	background: white;
	border: 1px solid white;
}





#store-item-variations .store-item-variant ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	position: relative;
}
#store-item-variations .store-item-variant ul.left-side {
	width: 60%;
	text-align: left;
}
#store-item-variations .store-item-variant ul.right-side {
	width: 40%;
	text-align: right;
}
#store-item-variations .store-item-variant li {
	display: inline-block;
	padding: 10px 10px;
	margin: 2px 0px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 18px;
}
.lt-ie #store-item-variations .store-item-variant li {
	display: block;
	float: left;
}

#store-item-variations .store-item-variant li.store-item-variant-img {
	width: 125px;
	height: 73px;
	padding: 0px;
}
#store-item-variations .store-item-variant li.store-item-variant-img img {
	width: 100%;
}
#store-item-variations .store-item-variant li.store-item-variant-name {
	padding: 0px 10px;
}
.lt-ie8 #store-item-variations .store-item-variant li.store-item-variant-name {
	position: absolute;
	top: 35%;
}
#store-item-variations .store-item-variant li.store-item-variant-space {
	height: 72px;
	padding: 0px;
}
#store-item-variations .store-item-variant li.store-item-variant-price {
	font-size: 16px;
	line-height: 18px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: rgb(90, 90, 90);
	padding: 5px;
}
.lt-ie8 #store-item-variations .store-item-variant li.store-item-variant-price {
	position: absolute;
	right: 200px;
	top: 25%;
}
#store-item-variations .store-item-variant li.store-item-variant-add {
	text-align: center;
	width: 107px;
}
.lt-ie8 #store-item-variations .store-item-variant li.store-item-variant-add {
	position: absolute;
	right: 10px;
	top: 20%;
}
#store-item-variations .store-item-variant li.store-item-variant-add p {
	padding: 0px;
	margin: 0px;
}
.lt-ie8 #store-item-variations .store-item-variant li.store-item-variant-add p {
	margin-top: -10px;
}
#store-item-variations .store-item-variant li.store-item-variant-add a.add2cart {
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: white;
	text-decoration: none;
	background: rgb(255, 165, 60);
	padding: 5px 10px;
	white-space: nowrap;
}

#store-item-variations .store-item-variant li.store-item-variant-add p.in-cart a {
	display: block;
	padding-top: 7px;
	font-size: 13px;
}
#store-item-variations .store-item-variant li.store-item-variant-add p.in-cart span {
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: white;
	text-decoration: none;
	background: rgb(64, 174, 73);
	padding: 5px 10px;
	white-space: nowrap;	
}

#store-item-variations .store-item-variant:hover {
	border: 1px solid rgb(195, 195, 195);
	background: rgb(230, 231, 233);
}
#store-item-variations .store-item-variant:hover li.store-item-variant-add a.add2cart {
	background: rgb(248, 149, 32);
}

#store-item-variations .store-item-variant.for-rentals ul.left-side {
	width: 35%;
	text-align: left;
}
#store-item-variations .store-item-variant.for-rentals ul.right-side {
	width: 65%;
	text-align: right;
}
#store-item-variations .store-item-variant.for-rentals li.store-item-variant-price {
	font-size: 16px;
}




.big-add-to-cart {
	display: block;
	float: right;
	padding: 10px 20px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	background: rgb(255, 165, 60);
	border-radius: 2px;
	text-decoration: none;
}
.big-add-to-cart:hover {
	text-decoration: none;
	background: rgb(248, 149, 32);
}



#hub-store-cart .input input {
	width: 70%;
	text-align: right;
}
#hub-store-cart .recalculate-button {
	text-align: center;
	vertical-align: middle;
}


#processing {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: white;
	z-index: 999999999;
	text-align: center;
}
#processing div{
	display: inline-block;
}
#processing div p {
	font-size: 16px;
}


.billing-card-alert {
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	border-radius: 5px;
	background-color: rgb(223, 62, 0);
	margin-bottom: 20px;
}
.billing-card-alert a {
	color: white;
	text-decoration: none;
}



.status {
	color: white !important;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	padding: 10px 20px;
	border-radius: 5px;
	background-color: orange;
	margin-bottom: 30px;
}

.status.orange, .bgOutstanding {background-color: rgb(233, 103, 19);}
.status.yellow { background-color: rgb(255, 222, 38); color: rgb(20, 20, 20); }
.status.violet {background-color: rgb(183,91,146);}
.status.purple {background-color: rgb(96,71,154);}
.status.teal {background-color: rgb(20,115,146);}
.status.blue {background-color: rgb(32, 167, 211);}
.status.grey {background-color: rgb(124, 144, 156);}
.status.green {background-color: rgb(143,194,44);}
.status.red {background-color: rgb(236,31,33);}
.status.black {background-color: rgb(40,40,40);}







/* * * * * ICONS * * * * */

.homeIcon		{}

.lge_info		{background-position: 0px 0px;}
.lge_teacher            {background-position: -40px 0px;}
.lge_venue		{background-position: -80px 0px;}
.lge_cog		{background-position: -120px 0px;}
.lge_video		{background-position: -160px 0px;}
.lge_blank		{background: none;}

.med_home         {background-position: 0px -40px;}
.active-tab .med_home        {background-position: -25px -40px;}
.med_magnify            {background-position: -50px -40px;}
.med_man          {background-position: -75px -40px;}
.active-tab .med_man          {background-position: -100px -40px;}

.sm_info	 	{background-position: 0px -65px;}
.sm_time		{background-position: -22px -65px;}
.sm_phone		{background-position: -44px -65px;}
.sm_email		{background-position: -66px -65px;}

.circle_cross           {background-position: 0px -87px;}
.circle_add		{background-position: -13px -87px;}
.circle_play            {background-position: -26px -87px;}
.circle_more            {background-position: -39px -87px;}
.circle_all		{background-position: -52px -87px;}
.circle_next            {background-position: -65px -87px;}
.circle_prev            {background-position: -78px -87px;}